.bhf-hidden {
	display: none
}

/* Default css */
.ata-widget-container iframe {
	border: none;
}

.ata-widget-container a,
.ata-widget-container b,
.ata-widget-container div,
.ata-widget-container li,
.ata-widget-container ul {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

.ata-widget-container a:active,
.ata-widget-container a:focus,
.ata-widget-container input,
.ata-widget-container input:active,
.ata-widget-container input:focus,
.ata-widget-container input:hover,
.ata-widget-container textarea,
.ata-widget-container textarea:active,
.ata-widget-container textarea:focus,
.ata-widget-container textarea:hover {
	-moz-outline: none;
	outline: 0;
}

.ata-widget-container embed,
.ata-widget-container img:not([draggable]),
.ata-widget-container object,
.ata-widget-container video {
	max-width: 100%;
	height: auto;
}

.ata-widget-container a,
.ata-widget-container button {
	text-decoration: none;
	outline: 0;
}

.ata-widget-container a:active,
.ata-widget-container a:focus,
.ata-widget-container a:hover,
.ata-widget-container a:visited {
	text-decoration: none;
	outline: 0;
}

.ata-widget-container img {
	border: none;
	max-width: 100%;
}

.ata-widget-container li,
.ata-widget-container ul {
	margin: 0;
	padding: 0;
}

.ata-widget-container .elementor-text-editor ol,
.ata-widget-container .elementor-text-editor ul {
	padding-left: 18px;
}

.ata-widget-container h4,
.ata-widget-container p {
	margin-bottom: 10px;
}

.ata-widget-container .clear-both::after,
.ata-widget-container .clear-both::before {
	display: table;
	content: "";
	clear: both;
}

.ata-widget-container button:focus {
	outline: 0;
}

.ata-widget-container .text-left {
	text-align: left !important;
}

.ata-widget-container .text-right {
	text-align: right !important;
}

.ata-widget-container .text-center {
	text-align: center !important;
}

.ata-widget-container .ata-img-overlay {
	position: relative;
	z-index: 0;
}

.ata-widget-container .ata-img-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.ata-swiper-button-prev::after,
.ata-swiper-button-next::after {
	display: none;
}

/* End Default css */

/* Fix: Header hidden below the page content */
.ata-header #masthead {
	z-index: 99;
	position: relative;
}

.footer-width-fixer {
	width: 100%;
}

/* Navigation Menu CSS */

ul.ata-nav-menu,
.ata-nav-menu li,
.ata-nav-menu ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.ata-nav-menu li.menu-item {
	position: relative;
}

.ata-flyout-container .ata-nav-menu li.menu-item {
	position: relative;
	background: unset;
}

.ata-nav-menu .sub-menu li.menu-item {
	position: relative;
	background: inherit;
}

.ata-nav-menu__theme-icon-yes button.sub-menu-toggle {
	display: none;
}

div.ata-nav-menu,
.elementor-widget-ata-nav-menu .elementor-widget-container {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ata-nav-menu__layout-horizontal,
.ata-nav-menu__layout-horizontal .ata-nav-menu {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.ata-nav-menu__layout-horizontal .ata-nav-menu {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ata-nav-menu .parent-has-no-child .ata-menu-toggle {
	display: none;
}

.ata-nav-menu__layout-horizontal .ata-nav-menu .sub-menu,
.ata-submenu-action-hover .ata-layout-vertical .ata-nav-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 16;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	-webkit-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

.ata-nav-menu__layout-horizontal .ata-nav-menu .menu-item-has-children:hover>.sub-menu,
.ata-nav-menu__layout-horizontal .ata-nav-menu .menu-item-has-children:focus>.sub-menu {
	visibility: visible;
	opacity: 1;
}

.ata-submenu-action-click .ata-nav-menu .menu-item-has-children:hover>.sub-menu,
.ata-submenu-action-click .ata-nav-menu .menu-item-has-children:focus>.sub-menu {
	visibility: hidden;
	opacity: 0;
}

.ata-nav-menu .menu-item-has-children .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
}

.ata-flyout-container .ata-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
	top: 0;
	left: 0;
}

.ata-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
	top: 0;
	left: 100%;
}

.ata-nav-menu__layout-horizontal .ata-nav-menu .menu-item-has-children:hover>.sub-menu,
.ata-nav-menu__layout-horizontal .ata-nav-menu .menu-item-has-children.focus>.sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.ata-nav-menu:before,
.ata-nav-menu:after {
	content: '';
	display: table;
	clear: both;
}


/* Alignemnt CSS */
.ata-nav-menu__align-right .ata-nav-menu {
	margin-left: auto;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	justify-content: flex-end;
}

.ata-nav-menu__align-right .ata-nav-menu__layout-vertical li a.ata-menu-item,
.ata-nav-menu__align-right .ata-nav-menu__layout-vertical li a.ata-sub-menu-item {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	justify-content: flex-end;
}

.ata-nav-menu__align-right .ata-nav-menu__layout-vertical li.ata-has-submenu .elementor-button-wrapper,
.rtl .ata-nav-menu__align-left .ata-nav-menu__layout-vertical li.ata-has-submenu .elementor-button-wrapper,
.ata-nav-menu__align-right .ata-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .ata-nav-menu__align-left .ata-nav-menu__layout-vertical li.elementor-button-wrapper {
	text-align: right;
}

.ata-nav-menu__align-left .ata-nav-menu__layout-vertical li.ata-has-submenu .elementor-button-wrapper,
.rtl .ata-nav-menu__align-right .ata-nav-menu__layout-vertical li.ata-has-submenu .elementor-button-wrapper,
.ata-nav-menu__align-left .ata-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .ata-nav-menu__align-right .ata-nav-menu__layout-vertical li.elementor-button-wrapper {
	text-align: left;
}

.ata-nav-menu__align-center .ata-nav-menu__layout-vertical li.ata-has-submenu .elementor-button-wrapper,
.ata-nav-menu__align-center .ata-nav-menu__layout-vertical li.elementor-button-wrapper {
	text-align: center;
}

.ata-nav-menu__align-left .ata-nav-menu {
	margin-right: auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
}

.ata-nav-menu__align-left .ata-nav-menu__layout-vertical li a.ata-menu-item,
.ata-nav-menu__align-left .ata-nav-menu__layout-vertical li a.ata-sub-menu-item {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
}

.ata-nav-menu__align-center .ata-nav-menu {
	margin-left: auto;
	margin-right: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
}

.ata-nav-menu__align-center .ata-nav-menu__layout-vertical li a.ata-menu-item,
.ata-nav-menu__align-center .ata-nav-menu__layout-vertical li a.ata-sub-menu-item {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
}

.ata-nav-menu__layout-horizontal .ata-nav-menu {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-item: center;
}

.ata-nav-menu__align-justify .ata-nav-menu__layout-horizontal .ata-nav-menu {
	width: 100%;
}

.ata-nav-menu__align-justify .ata-nav-menu__layout-horizontal .ata-nav-menu li.menu-item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	flex-grow: 1;
}

.ata-nav-menu__align-justify .ata-nav-menu__layout-horizontal .ata-nav-menu li a.ata-menu-item {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
}

/* Alignment CSS ends */

.ata-active-menu+nav li:not(:last-child) a.ata-menu-item,
.ata-active-menu+nav li:not(:last-child) a.ata-sub-menu-item {
	border-bottom-width: 0;
}

/*  Horizontal Menu */

.ata-nav-menu a.ata-menu-item,
.ata-nav-menu a.ata-sub-menu-item {
	line-height: 1;
	text-decoration: none;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.ata-nav-menu a.ata-menu-item:hover,
.ata-nav-menu a.ata-sub-menu-item:hover {
	text-decoration: none;
}

.ata-nav-menu .sub-menu {
	min-width: 220px;
	margin: 0;
	z-index: 9999;
}

.ata-nav-menu__layout-horizontal {
	font-size: 0;
}

.ata-nav-menu__layout-horizontal li.menu-item,
.ata-nav-menu__layout-horizontal>li.menu-item {
	font-size: medium;
}

.ata-nav-menu__layout-horizontal .ata-nav-menu .sub-menu {
	-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}

/* Icons CSS */
.ata-submenu-icon-arrow .ata-nav-menu .parent-has-child .sub-arrow i:before {
	 content: '\f107'; 
}

.ata-submenu-icon-classic .ata-nav-menu .parent-has-child .sub-arrow i:before {
	  content: '\f0dd'; 
}

.ata-submenu-icon-plus .ata-nav-menu .parent-has-child .sub-arrow i:before {
	content: '+';
}

.ata-submenu-icon-none .ata-nav-menu .parent-has-child .sub-arrow {
	display: none;
}

.ata-submenu-icon-arrow .ata-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,
.ata-link-redirect-self_link.ata-submenu-icon-arrow .ata-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
	content: '\f077'; 
}

.ata-submenu-icon-plus .ata-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,
.ata-link-redirect-self_link.ata-submenu-icon-plus .ata-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
	content: '-';
}

.ata-submenu-icon-classic .ata-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,
.ata-link-redirect-self_link.ata-submenu-icon-classic .ata-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
	 content: '\f0d8'; 
}

.rtl .ata-submenu-icon-arrow .ata-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
	 content: ''; 
}

.rtl .ata-submenu-icon-classic .ata-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
	 content: ''; 
}

.ata-submenu-icon-arrow .ata-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
	 content: ''; 
}

.ata-submenu-icon-classic .ata-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
	content: ''; 
}

/* Icon CSS ends */

.ata-nav-menu-icon {
	padding: 0.35em;
	border: 0 solid;
}

.ata-nav-menu-icon svg {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 25px;
}

.ata-nav-menu-icon i:focus {
	outline: 0;
}

.ata-has-submenu-container a.ata-menu-item:focus,
.ata-has-submenu-container a.ata-sub-menu-item:focus {
	outline: 0;
}

/* Submenus */

.ata-nav-menu .menu-item-has-children:focus,
.ata-nav-menu .menu-item-has-children .sub-menu:focus,
.ata-nav-menu .menu-item-has-children-container:focus {
	outline: 0;
}

.ata-nav-menu .menu-item-has-children-container {
	position: relative;
}

.ata-nav-menu__layout-expandible .sub-menu,
.ata-nav-menu__layout-vertical .sub-menu,
.ata-flyout-wrapper .sub-menu {
	position: relative;
	height: 0;
}

.ata-nav-menu__submenu-arrow .ata-menu-toggle:before,
.ata-nav-menu__submenu-plus .ata-menu-toggle:before,
.ata-nav-menu__submenu-classic .ata-menu-toggle:before {
	font-family: 'Font Awesome 5 Free';
	z-index: 1;
	font-size: inherit;
	font-weight: inherit;
	line-height: 0;
}

.ata-menu-item-center .ata-nav-menu li a.ata-menu-item,
.ata-menu-item-center .ata-nav-menu li a.ata-sub-menu-item {
	margin-right: 0px;
}

.ata-nav-menu__submenu-none .ata-nav-menu li a.ata-menu-item,
.ata-nav-menu__submenu-none .ata-nav-menu li a.ata-sub-menu-item {
	margin-right: 0px;
}

.ata-nav-menu__toggle-icon:before {
	content: '\f0c9';
	font-family: 'fontAwesome';
	z-index: 1;
	font-size: 24px;
	font-weight: inherit;
	font-style: normal;
	line-height: 0;
}

.ata-active-menu .ata-nav-menu__toggle-icon:before {
	content: '\f00d';
}

.ata-nav-menu__layout-expandible {
	-webkit-transition-property: display;
	transition-property: display;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.ata-nav-menu__layout-expandible {
	visibility: hidden;
	opacity: 0;
}

.ata-nav-menu__layout-expandible .sub-menu {
	visibility: hidden;
	opacity: 0;
}

.ata-active-menu+.ata-nav-menu__layout-expandible {
	visibility: visible;
	opacity: 1;
	height: auto;
}

.ata-active-menu.ata-active-menu-full-width+.ata-nav-menu__layout-expandible,
.ata-active-menu.ata-active-menu-full-width+.ata-nav-menu__layout-horizontal,
.ata-active-menu.ata-active-menu-full-width+.ata-nav-menu__layout-vertical {
	position: absolute;
	top: 100%;
}

.ata-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.ata-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
	top: 0;
	left: 0;
}

.ata-layout-expandible nav {
	height: 0;
}

.ata-nav-sub-menu-icon,
.ata-nav-menu__icon {
	display: inline-block;
	line-height: 1;
}

.ata-nav-menu__toggle {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 22px;
	cursor: pointer;
	border: 0 solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #494c4f;
	position: relative;
	line-height: 1;
}

.ata-nav-menu__toggle-icon {
	display: inline-block;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ata-nav-menu .sub-arrow {
	font-size: 14px;
	line-height: 1;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	margin-top: -10px;
	margin-bottom: -10px;
}

.ata-nav-menu__layout-horizontal .ata-nav-menu .sub-arrow {
	margin-left: 10px;
}

.ata-nav-menu__layout-vertical .ata-nav-menu .sub-arrow,
.ata-layout-expandible .sub-arrow,
.ata-flyout-wrapper .sub-arrow {
	padding: 10px;
}

.ata-nav-menu .child-item,
.ata-nav-menu__layout-vertical .ata-nav-menu .child-item {
	font-size: 14px;
	line-height: 1;
	padding: 10px 0 10px 10px;
	margin-top: -10px;
	margin-bottom: -10px;
	position: absolute;
	right: 0;
	margin-right: 20px;
}

.ata-layout-horizontal .ata-nav-menu__toggle,
.ata-layout-vertical .ata-nav-menu__toggle {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.ata-nav-menu-icon {
	display: inline-block;
	line-height: 1;
	text-align: center;
}

.ata-nav-menu__layout-expandible .saved-content,
.ata-nav-menu__layout-expandible .sub-menu,
.ata-nav-menu__layout-expandible .child,
.ata-nav-menu__layout-vertical .saved-content,
.ata-nav-menu__layout-vertical .sub-menu,
.ata-nav-menu__layout-vertical .child,
.ata-flyout-container .saved-content,
.ata-flyout-container .sub-menu,
.ata-flyout-container .child {
	left: 0 !important;
	width: 100% !important;
}

.ata-flyout-container .ata-nav-menu .sub-menu {
	background: unset;
}

.ata-nav-menu__layout-vertical .ata-menu-toggle:hover,
.ata-nav-menu__layout-expandible .ata-menu-toggle:hover,
.ata-flyout-wrapper .ata-menu-toggle:hover {
	border: 1px dotted;
}

.ata-nav-menu__layout-vertical .ata-menu-toggle,
.ata-nav-menu__layout-expandible .ata-menu-toggle,
.ata-flyout-wrapper .ata-menu-toggle {
	border: 1px dotted transparent;
}

/* Common Animation CSS */

.ata-nav-menu .menu-item a:before,
.ata-nav-menu .menu-item a:after {
	display: block;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
	transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}

.ata-nav-menu .menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-nav-menu .menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
	opacity: 0;
}

.ata-nav-menu .menu-item a.ata-menu-item:hover:before,
.ata-nav-menu .menu-item a.ata-menu-item:hover:after,
.ata-nav-menu .menu-item a.ata-menu-item:focus:before,
.ata-nav-menu .menu-item a.ata-menu-item:focus:after,
.ata-nav-menu .menu-item a.ata-menu-item.highlighted:before,
.ata-nav-menu .menu-item a.ata-menu-item.highlighted:after,
.ata-nav-menu .current-menu-item:before,
.ata-nav-menu .current-menu-item:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Double Line / Underline / Overline Style */

.ata-pointer__double-line .menu-item.parent a.ata-menu-item:before,
.ata-pointer__double-line .menu-item.parent a.ata-menu-item:after,
.ata-pointer__underline .menu-item.parent a.ata-menu-item:before,
.ata-pointer__underline .menu-item.parent a.ata-menu-item:after,
.ata-pointer__overline .menu-item.parent a.ata-menu-item:before,
.ata-pointer__overline .menu-item.parent a.ata-menu-item:after {
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #55595c;
	z-index: 2;
}

.ata-pointer__double-line.ata-animation__grow .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__double-line.ata-animation__grow .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__underline.ata-animation__grow .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__underline.ata-animation__grow .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__overline.ata-animation__grow .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__overline.ata-animation__grow .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
	height: 0;
	width: 0;
	left: 50%;
}

.ata-pointer__double-line.ata-animation__drop-out .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__underline.ata-animation__drop-out .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__overline.ata-animation__drop-out .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	top: 10px;
}

.ata-pointer__double-line.ata-animation__drop-out .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__underline.ata-animation__drop-out .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__overline.ata-animation__drop-out .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
	bottom: 10px;
}

.ata-pointer__double-line.ata-animation__drop-in .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__underline.ata-animation__drop-in .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__overline.ata-animation__drop-in .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	top: -10px;
}

.ata-pointer__double-line.ata-animation__drop-in .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__underline.ata-animation__drop-in .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__overline.ata-animation__drop-in .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
	bottom: -10px;
}

.ata-pointer__double-line.ata-animation__none,
.ata-pointer__double-line.ata-animation__none .menu-item.parent a.ata-menu-item,
.ata-pointer__underline.ata-animation__none,
.ata-pointer__underline.ata-animation__none .menu-item.parent a.ata-menu-item,
.ata-pointer__overline.ata-animation__none,
.ata-pointer__overline.ata-animation__none .menu-item.parent a.ata-menu-item {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.ata-pointer__double-line.ata-animation__none:before,
.ata-pointer__double-line.ata-animation__none:after,
.ata-pointer__double-line.ata-animation__none:hover,
.ata-pointer__double-line.ata-animation__none:focus,
.ata-pointer__double-line.ata-animation__none .menu-item.parent a.ata-menu-item:before,
.ata-pointer__double-line.ata-animation__none .menu-item.parent a.ata-menu-item:after,
.ata-pointer__double-line.ata-animation__none .menu-item.parent a.ata-menu-item:hover,
.ata-pointer__double-line.ata-animation__none .menu-item.parent a.ata-menu-item:focus,
.ata-pointer__underline.ata-animation__none:before,
.ata-pointer__underline.ata-animation__none:after,
.ata-pointer__underline.ata-animation__none:hover,
.ata-pointer__underline.ata-animation__none:focus,
.ata-pointer__underline.ata-animation__none .menu-item.parent a.ata-menu-item:before,
.ata-pointer__underline.ata-animation__none .menu-item.parent a.ata-menu-item:after,
.ata-pointer__underline.ata-animation__none .menu-item.parent a.ata-menu-item:hover,
.ata-pointer__underline.ata-animation__none .menu-item.parent a.ata-menu-item:focus,
.ata-pointer__overline.ata-animation__none:before,
.ata-pointer__overline.ata-animation__none:after,
.ata-pointer__overline.ata-animation__none:hover,
.ata-pointer__overline.ata-animation__none:focus,
.ata-pointer__overline.ata-animation__none .menu-item.parent a.ata-menu-item:before,
.ata-pointer__overline.ata-animation__none .menu-item.parent a.ata-menu-item:after,
.ata-pointer__overline.ata-animation__none .menu-item.parent a.ata-menu-item:hover,
.ata-pointer__overline.ata-animation__none .menu-item.parent a.ata-menu-item:focus {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.ata-pointer__double-line .menu-item.parent a.ata-menu-item:before,
.ata-pointer__overline .menu-item.parent a.ata-menu-item:before {
	content: '';
	top: 0;
}

.ata-pointer__double-line.ata-animation__slide .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__overline.ata-animation__slide .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	width: 10px;
	left: -20px;
}

.ata-pointer__double-line .menu-item.parent a.ata-menu-item:after,
.ata-pointer__underline .menu-item.parent a.ata-menu-item:after {
	content: '';
	bottom: 0;
}

.ata-pointer__double-line.ata-animation__slide .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__underline.ata-animation__slide .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
	width: 10px;
	left: -webkit-calc(100% + 20px);
	left: calc(100% + 20px);
}


/* Framed Style */

.ata-pointer__framed .menu-item.parent a.ata-menu-item:before,
.ata-pointer__framed .menu-item.parent a.ata-menu-item:after {
	background: transparent;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 3px solid #55595c;
}

.ata-pointer__framed .menu-item.parent a.ata-menu-item:before {
	content: '';
}

.ata-pointer__framed.ata-animation__grow .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}

.ata-pointer__framed.ata-animation__shrink .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}

.ata-pointer__framed.ata-animation__grow .menu-item.parent a.ata-menu-item:before,
.ata-pointer__framed.ata-animation__shrink .menu-item.parent a.ata-menu-item:before {
	-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
	transition: opacity 0.2s, -webkit-transform 0.4s;
	transition: opacity 0.2s, transform 0.4s;
	transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}

.ata-pointer__framed.ata-animation__draw .menu-item.parent a.ata-menu-item:before,
.ata-pointer__framed.ata-animation__draw .menu-item.parent a.ata-menu-item:after {
	width: 3px;
	height: 3px;
}

.ata-pointer__framed.ata-animation__draw .menu-item.parent a.ata-menu-item:before {
	border-width: 0 0 3px 3px;
	-webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
	transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}

.ata-pointer__framed.ata-animation__draw .menu-item.parent a.ata-menu-item:after {
	content: '';
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	border-width: 3px 3px 0 0;
	-webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
	transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}

.ata-pointer__framed.ata-animation__draw .menu-item.parent a.ata-menu-item:hover:before,
.ata-pointer__framed.ata-animation__draw .menu-item.parent a.ata-menu-item:hover:after,
.ata-pointer__framed.ata-animation__draw .menu-item.parent a.ata-menu-item:focus:before,
.ata-pointer__framed.ata-animation__draw .menu-item.parent a.ata-menu-item:focus:after,
.ata-pointer__framed.ata-animation__draw .menu-item.parent a.ata-menu-item.highlighted:before,
.ata-pointer__framed.ata-animation__draw .menu-item.parent a.ata-menu-item.highlighted:after,
.ata-pointer__framed.ata-animation__draw .current-menu-item:before,
.ata-pointer__framed.ata-animation__draw .current-menu-item:after {
	width: 100%;
	height: 100%;
}

.ata-pointer__framed.ata-animation__draw .menu-item.parent a.ata-menu-item:hover:before,
.ata-pointer__framed.ata-animation__draw .menu-item.parent a.ata-menu-item:focus:before,
.ata-pointer__framed.ata-animation__draw .menu-item.parent a.ata-menu-item.highlighted:before,
.ata-pointer__framed.ata-animation__draw .current-menu-item:before {
	-webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
	transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}

.ata-pointer__framed.ata-animation__draw .menu-item.parent a.ata-menu-item:hover:after,
.ata-pointer__framed.ata-animation__draw .menu-item.parent a.ata-menu-item:focus:after,
.ata-pointer__framed.ata-animation__draw .menu-item.parent a.ata-menu-item.highlighted:after,
.ata-pointer__framed.ata-animation__draw .current-menu-item:after {
	-webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
	transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}

.ata-pointer__framed.ata-animation__corners .menu-item.parent a.ata-menu-item:before,
.ata-pointer__framed.ata-animation__corners .menu-item.parent a.ata-menu-item:after {
	width: 3px;
	height: 3px;
}

.ata-pointer__framed.ata-animation__corners .menu-item.parent a.ata-menu-item:before {
	border-width: 3px 0 0 3px;
}

.ata-pointer__framed.ata-animation__corners .menu-item.parent a.ata-menu-item:after {
	content: '';
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	border-width: 0 3px 3px 0;
}

.ata-pointer__framed.ata-animation__corners .menu-item.parent a.ata-menu-item:hover:before,
.ata-pointer__framed.ata-animation__corners .menu-item.parent a.ata-menu-item:hover:after,
.ata-pointer__framed.ata-animation__corners .menu-item.parent a.ata-menu-item:focus:before,
.ata-pointer__framed.ata-animation__corners .menu-item.parent a.ata-menu-item:focus:after,
.ata-pointer__framed.ata-animation__corners .menu-item.parent a.ata-menu-item.highlighted:before,
.ata-pointer__framed.ata-animation__corners .menu-item.parent a.ata-menu-item.highlighted:after,
.ata-pointer__framed.ata-animation__corners .current-menu-item:before,
.ata-pointer__framed.ata-animation__corners .current-menu-item:after {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
	transition: opacity 0.002s, width 0.4s, height 0.4s;
}

.ata-pointer__framed.ata-animation__none,
.ata-pointer__framed.ata-animation__none .menu-item.parent a.ata-menu-item {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.ata-pointer__framed.ata-animation__none:before,
.ata-pointer__framed.ata-animation__none:after,
.ata-pointer__framed.ata-animation__none:hover,
.ata-pointer__framed.ata-animation__none:focus,
.ata-pointer__framed.ata-animation__none .menu-item.parent a.ata-menu-item:before,
.ata-pointer__framed.ata-animation__none .menu-item.parent a.ata-menu-item:after,
.ata-pointer__framed.ata-animation__none .menu-item.parent a.ata-menu-item:hover,
.ata-pointer__framed.ata-animation__none .menu-item.parent a.ata-menu-item:focus {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

/* Background Style */

.ata-pointer__background .menu-item.parent a.ata-menu-item:before,
.ata-pointer__background .menu-item.parent a.ata-menu-item:after {
	content: '';
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.ata-pointer__background .menu-item.parent a.ata-menu-item:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1;
}

.ata-pointer__background .menu-item.parent a.ata-menu-item:hover,
.ata-pointer__background .menu-item.parent a.ata-menu-item:focus,
.ata-pointer__background .menu-item.parent a.ata-menu-item.highlighted,
.ata-pointer__background .current-menu-item {
	color: #fff;
}

.ata-pointer__background.ata-animation__grow .menu-item.parent a.ata-menu-item:before {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.ata-pointer__background.ata-animation__grow .menu-item.parent a.ata-menu-item:hover:before,
.ata-pointer__background.ata-animation__grow .menu-item.parent a.ata-menu-item:focus:before,
.ata-pointer__background.ata-animation__grow .menu-item.parent a.ata-menu-item.highlighted:before,
.ata-pointer__background.ata-animation__grow .current-menu-item:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ata-pointer__background.ata-animation__shrink .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.ata-pointer__background.ata-animation__shrink .menu-item.parent a.ata-menu-item:hover:before,
.ata-pointer__background.ata-animation__shrink .menu-item.parent a.ata-menu-item:focus:before,
.ata-pointer__background.ata-animation__shrink .menu-item.parent a.ata-menu-item.highlighted:before,
.ata-pointer__background.ata-animation__shrink .current-menu-item:before {
	-webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
	transition: opacity 0.15s, -webkit-transform 0.4s;
	transition: opacity 0.15s, transform 0.4s;
	transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}

.ata-pointer__background.ata-animation__sweep-left .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	left: 100%;
}

.ata-pointer__background.ata-animation__sweep-right .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	right: 100%;
}

.ata-pointer__background.ata-animation__sweep-up .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	top: 100%;
}

.ata-pointer__background.ata-animation__sweep-down .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	bottom: 100%;
}

.ata-pointer__background.ata-animation__shutter-out-vertical .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	bottom: 50%;
	top: 50%;
}

.ata-pointer__background.ata-animation__shutter-out-horizontal .menu-item.parent a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	right: 50%;
	left: 50%;
}

.ata-pointer__background.ata-animation__shutter-in-vertical .menu-item.parent a.ata-menu-item:after,
.ata-pointer__background.ata-animation__shutter-in-horizontal .menu-item.parent a.ata-menu-item:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1;
}

.ata-pointer__background.ata-animation__shutter-in-vertical .menu-item.parent a.ata-menu-item:before {
	top: 0;
	bottom: 100%;
}

.ata-pointer__background.ata-animation__shutter-in-vertical .menu-item.parent a.ata-menu-item:after {
	top: 100%;
	bottom: 0;
}

.ata-pointer__background.ata-animation__shutter-in-vertical .menu-item.parent a.ata-menu-item:hover:before,
.ata-pointer__background.ata-animation__shutter-in-vertical .menu-item.parent a.ata-menu-item:focus:before,
.ata-pointer__background.ata-animation__shutter-in-vertical .menu-item.parent a.ata-menu-item.highlighted:before,
.ata-pointer__background.ata-animation__shutter-in-vertical .current-menu-item:before {
	bottom: 50%;
}

.ata-pointer__background.ata-animation__shutter-in-vertical .menu-item.parent a.ata-menu-item:hover:after,
.ata-pointer__background.ata-animation__shutter-in-vertical .menu-item.parent a.ata-menu-item:focus:after,
.ata-pointer__background.ata-animation__shutter-in-vertical .menu-item.parent a.ata-menu-item.highlighted:after,
.ata-pointer__background.ata-animation__shutter-in-vertical .current-menu-item:after {
	top: 50%;
}

.ata-pointer__background.ata-animation__shutter-in-horizontal .menu-item.parent a.ata-menu-item:before {
	right: 0;
	left: 100%;
}

.ata-pointer__background.ata-animation__shutter-in-horizontal .menu-item.parent a.ata-menu-item:after {
	right: 100%;
	left: 0;
}

.ata-pointer__background.ata-animation__shutter-in-horizontal .menu-item.parent a.ata-menu-item:hover:before,
.ata-pointer__background.ata-animation__shutter-in-horizontal .menu-item.parent a.ata-menu-item:focus:before,
.ata-pointer__background.ata-animation__shutter-in-horizontal .menu-item.parent a.ata-menu-item.highlighted:before,
.ata-pointer__background.ata-animation__shutter-in-horizontal .current-menu-item:before {
	left: 50%;
}

.ata-pointer__background.ata-animation__shutter-in-horizontal .menu-item.parent a.ata-menu-item:hover:after,
.ata-pointer__background.ata-animation__shutter-in-horizontal .menu-item.parent a.ata-menu-item:focus:after,
.ata-pointer__background.ata-animation__shutter-in-horizontal .menu-item.parent a.ata-menu-item.highlighted:after,
.ata-pointer__background.ata-animation__shutter-in-horizontal .current-menu-item:after {
	right: 50%;
}

.ata-pointer__background.ata-animation__none,
.ata-pointer__background.ata-animation__none .menu-item.parent a.ata-menu-item {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.ata-pointer__background.ata-animation__none:before,
.ata-pointer__background.ata-animation__none:after,
.ata-pointer__background.ata-animation__none:hover,
.ata-pointer__background.ata-animation__none:focus,
.ata-pointer__background.ata-animation__none .menu-item.parent a.ata-menu-item:before,
.ata-pointer__background.ata-animation__none .menu-item.parent a.ata-menu-item:after,
.ata-pointer__background.ata-animation__none .menu-item.parent a.ata-menu-item:hover,
.ata-pointer__background.ata-animation__none .menu-item.parent a.ata-menu-item:focus {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

/* Text Style */

.ata-pointer__text.ata-animation__skew .menu-item.parent a.ata-menu-item:hover,
.ata-pointer__text.ata-animation__skew .menu-item.parent a.ata-menu-item:focus {
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg);
}

.ata-pointer__text.ata-animation__grow .menu-item.parent a.ata-menu-item:hover,
.ata-pointer__text.ata-animation__grow .menu-item.parent a.ata-menu-item:focus {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.ata-pointer__text.ata-animation__shrink .menu-item.parent a.ata-menu-item:hover,
.ata-pointer__text.ata-animation__shrink .menu-item.parent a.ata-menu-item:focus {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.ata-pointer__text.ata-animation__float .menu-item.parent a.ata-menu-item:hover,
.ata-pointer__text.ata-animation__float .menu-item.parent a.ata-menu-item:focus {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.ata-pointer__text.ata-animation__sink .menu-item.parent a.ata-menu-item:hover,
.ata-pointer__text.ata-animation__sink .menu-item.parent a.ata-menu-item:focus {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.ata-pointer__text.ata-animation__rotate .menu-item.parent a.ata-menu-item:hover,
.ata-pointer__text.ata-animation__rotate .menu-item.parent a.ata-menu-item:focus {
	-webkit-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
}

.ata-pointer__text.ata-animation__none,
.ata-pointer__text.ata-animation__none .menu-item.parent a.ata-menu-item {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.ata-pointer__text.ata-animation__none:before,
.ata-pointer__text.ata-animation__none:after,
.ata-pointer__text.ata-animation__none:hover,
.ata-pointer__text.ata-animation__none:focus,
.ata-pointer__text.ata-animation__none .menu-item.parent a.ata-menu-item:before,
.ata-pointer__text.ata-animation__none .menu-item.parent a.ata-menu-item:after,
.ata-pointer__text.ata-animation__none .menu-item.parent a.ata-menu-item:hover,
.ata-pointer__text.ata-animation__none .menu-item.parent a.ata-menu-item:focus {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.ata-flyout-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999998;
	background: rgba(0, 0, 0, .6);
	cursor: pointer;
	-webkit-backface-visibility: hidden;
}

/* No link hover effect to last menu item */

.ata-pointer__underline .menu-item.parent a.ata-menu-item.elementor-button:after,
.ata-pointer__overline .menu-item.parent a.ata-menu-item.elementor-button:before,
.ata-pointer__double-line .menu-item.parent a.ata-menu-item.elementor-button:after,
.ata-pointer__double-line .menu-item.parent a.ata-menu-item.elementor-button:before {
	height: 0px;
}

.ata-pointer__framed .menu-item.parent a.ata-menu-item.elementor-button:before,
.ata-pointer__framed .menu-item.parent a.ata-menu-item.elementor-button:after {
	border-width: 0px;
}

.ata-pointer__text.ata-animation__grow .menu-item.parent a.ata-menu-item.elementor-button:hover,
.ata-pointer__text.ata-animation__grow .menu-item.parent a.ata-menu-item.elementor-button:focus {
	-webkit-transform: none;
	transform: none;
}

.ata-flyout-close,
.ata-flyout-close svg {
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px;
	width: 23px;
	height: 23px;
	line-height: 23px;
	font-size: 23px;
	display: block;
	cursor: pointer;
}

.ata-flyout-wrapper .ata-side.ata-flyout-left {
	top: 0;
	bottom: 0;
	left: -100%;
	right: auto;
	height: 100%;
	/*height: 100vh;*/
	width: 300px;
	max-width: 100%;
	max-width: 100vw;
}

.ata-flyout-wrapper .ata-side {
	display: none;
	position: fixed;
	z-index: 999999;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
}

.ata-flyout-wrapper .ata-side.ata-flyout-show {
	display: block;
}

.ata-flyout-content.push {
	color: #ffffff;
}

.ata-flyout-content ul li {
	color: #ffffff;
}

/* ===========================================================
 *  Flyout Location
 * ======================================================== */

.ata-flyout-wrapper .ata-side.ata-flyout-right {
	top: 0;
	bottom: 0;
	left: auto;
	right: -100%;
	height: 100%;
	width: 300px;
	max-width: 100%;
}

.ata-flyout-wrapper .ata-side.ata-flyout-left {
	top: 0;
	bottom: 0;
	left: -100%;
	right: auto;
	height: 100%;
	width: 300px;
	max-width: 100%;
	max-width: 100vw;
}

.ata-flyout-wrapper .ata-side.top {
	top: -100%;
	bottom: auto;
	left: 0;
	right: 0;
	width: 100%;
	width: 100vw;
	height: 300px;
	max-height: 100%;
}

.ata-flyout-wrapper .ata-side.bottom {
	top: auto;
	bottom: -100%;
	left: 0;
	right: 0;
	width: 100%;
	width: 100vw;
	height: 300px;
	max-height: 100%;
}

/* ===========================================================
 *  Flyout Container
 * ======================================================== */

.ata-flyout-content {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	line-height: 1.4em;
	color: #fff;
}

/* iOS fix */
@media (max-width:1024px) {
	.ata-flyout-content {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.ata-flyout-content::-webkit-scrollbar {
	display: none;
}

.admin-bar .ata-side {
	margin-top: 32px;
}

/* Dropdown animation CSS */

.ata-submenu-animation-slide_up .ata-layout-horizontal .menu-item-has-children>ul.sub-menu {
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.ata-submenu-animation-slide_up .ata-layout-horizontal .menu-item-has-children:hover>ul.sub-menu {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.ata-submenu-animation-slide_down .ata-layout-horizontal .menu-item-has-children>ul.sub-menu {
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.ata-submenu-animation-slide_down .ata-layout-horizontal .menu-item-has-children:hover>ul.sub-menu {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.elementor-widget-navigation-menu:not(.ata-nav-menu__align-justify):not(.ata-menu-item-space-between) a.ata-menu-item.elementor-button {
	display: inline-flex;
}

.ata-nav-menu li.elementor-button-wrapper {
	align-self: center;
}

/* Tablet */
@media only screen and (max-width: 1024px) {

	.ata-nav-menu__breakpoint-tablet .ata-nav-menu__layout-horizontal li,
	.ata-nav-menu__breakpoint-tablet .ata-nav-menu {
		width: 100%;
		margin-right: 0px;
	}

	.ata-nav-menu__breakpoint-tablet .ata-layout-horizontal .ata-nav-menu__toggle,
	.ata-nav-menu__breakpoint-tablet .ata-layout-vertical .ata-nav-menu__toggle {
		display: block;
	}

	.ata-nav-menu__breakpoint-tablet .ata-nav-menu__layout-horizontal .ata-nav-menu {
		visibility: hidden;
		opacity: 0;
	}

	.ata-nav-menu__breakpoint-tablet .ata-active-menu+.ata-nav-menu__layout-horizontal .ata-nav-menu {
		visibility: visible;
		opacity: 1;
	}

	.ata-nav-menu__breakpoint-tablet .ata-nav-menu__layout-horizontal,
	.ata-nav-menu__breakpoint-tablet .ata-nav-menu__layout-vertical {
		visibility: hidden;
		opacity: 0;
		height: 0;
		overflow: hidden;
	}

	.ata-nav-menu__breakpoint-tablet .ata-active-menu+.ata-nav-menu__layout-horizontal,
	.ata-nav-menu__breakpoint-tablet .ata-active-menu+.ata-nav-menu__layout-vertical {
		visibility: visible;
		opacity: 1;
		height: auto;
	}

	.ata-nav-menu__breakpoint-tablet .ata-active-menu.ata-active-menu-full-width+.ata-nav-menu__layout-horizontal .ata-nav-menu {
		position: relative;
	}

	.ata-nav-menu__breakpoint-tablet .ata-active-menu.ata-active-menu-full-width+.ata-nav-menu__layout-horizontal,
	.ata-nav-menu__breakpoint-tablet .ata-active-menu.ata-active-menu-full-width+.ata-nav-menu__layout-vertical {
		position: absolute;
	}

	.ata-nav-menu__breakpoint-tablet .ata-nav-menu__layout-horizontal .sub-menu {
		visibility: hidden;
		opacity: 0;
	}

	.ata-nav-menu__breakpoint-tablet .ata-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
		top: 0;
		left: 0;
	}

	.ata-nav-menu__breakpoint-tablet .ata-layout-horizontal .ata-nav-menu__toggle,
	.ata-nav-menu__breakpoint-tablet .ata-layout-vertical .ata-nav-menu__toggle {
		visibility: visible;
		opacity: 1;
		display: block;
	}

	.ata-nav-menu__breakpoint-tablet .ata-nav-menu__layout-vertical {
		float: none;
	}

	.ata-nav-menu__breakpoint-tablet .ata-nav-menu__layout-horizontal .ata-nav-menu .menu-item-has-children:hover>.sub-menu,
	.ata-nav-menu__breakpoint-mobile .ata-nav-menu__layout-horizontal .ata-nav-menu .menu-item-has-children:hover>.sub-menu,
	.ata-nav-menu__breakpoint-none .ata-nav-menu__layout-horizontal .ata-nav-menu .menu-item-has-children:hover>.sub-menu {
		visibility: hidden;
		opacity: 0;
		-webkit-transition: none;
		transition: none;
	}

	.ata-nav-menu__breakpoint-tablet .ata-nav-menu__layout-horizontal .sub-menu {
		position: relative;
		height: 0;
	}

	.ata-nav-menu__breakpoint-tablet .ata-nav-menu__layout-horizontal .sub-menu {
		position: relative;
		height: 0;
		top: 0;
	}

	.ata-nav-menu__breakpoint-tablet .saved-content,
	.ata-nav-menu__breakpoint-tablet .sub-menu,
	.ata-nav-menu__breakpoint-tablet .child {
		left: 0 !important;
		width: auto !important;
	}

	.ata-nav-menu .sub-menu {
		min-width: auto;
		margin: 0;
	}

	.ata-nav-menu__breakpoint-tablet .ata-nav-menu__layout-horizontal .ata-nav-menu .sub-arrow {
		padding: 10px;
	}

	.ata-nav-menu__breakpoint-tablet.ata-submenu-icon-arrow .ata-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
		content: '\f106'; 
	}

	.ata-nav-menu__breakpoint-tablet.ata-submenu-icon-classic .ata-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
		content: '\f0de'; 
	}

	.ata-nav-menu__breakpoint-tablet.ata-submenu-icon-arrow .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		 content: '\f077'; 
	}

	.ata-nav-menu__breakpoint-tablet.ata-submenu-icon-classic .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: '\f0d8';
	}

	.ata-nav-menu__breakpoint-tablet.ata-submenu-icon-plus .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: '-';
	}

	.ata-nav-menu__breakpoint-tablet .ata-nav-menu .sub-menu {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.ata-nav-menu__breakpoint-mobile.ata-submenu-icon-arrow .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
	.ata-nav-menu__breakpoint-none.ata-submenu-icon-arrow .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: 'ï„„';
	}

	.ata-nav-menu__breakpoint-mobile.ata-submenu-icon-classic .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
	.ata-nav-menu__breakpoint-none.ata-submenu-icon-classic .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: 'ïƒ™'
	}

	.ata-nav-menu__breakpoint-mobile.ata-submenu-icon-arrow .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.ata-menu-item .sub-arrow i:before,
	.ata-nav-menu__breakpoint-none.ata-submenu-icon-arrow .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.ata-menu-item .sub-arrow i:before {
		content: 'ï„†';
	}

	.ata-nav-menu__breakpoint-mobile.ata-submenu-icon-classic .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.ata-menu-item .sub-arrow i:before,
	.ata-nav-menu__breakpoint-none.ata-submenu-icon-classic .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.ata-menu-item .sub-arrow i:before {
		content: 'ïƒ˜'
	}

	/* Effect 1: Fade in and scale up */
	.ata-submenu-animation-slide_up .ata-layout-horizontal .menu-item-has-children ul.sub-menu,
	.ata-submenu-animation-slide_up .ata-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
	.ata-submenu-animation-slide_down .ata-layout-horizontal .menu-item-has-children ul.sub-menu,
	.ata-submenu-animation-slide_down .ata-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	/*.ata-nav-menu__breakpoint-tablet .ata-nav-menu__layout-horizontal .ata-nav-menu ul.sub-menu ul.sub-menu li a{
		border-left: 16px solid transparent;
	}*/

	.elementor-widget-ata-nav-menu.ata-nav-menu__breakpoint-tablet .ata-nav-menu-layout:not(.ata-pointer__framed) .menu-item.parent a.ata-menu-item:after,
	.elementor-widget-ata-nav-menu.ata-nav-menu__breakpoint-tablet .ata-nav-menu-layout:not(.ata-pointer__framed) .menu-item.parent a.ata-menu-item:before {
		background-color: unset !important;
	}

	.elementor-widget-ata-nav-menu.ata-nav-menu__breakpoint-tablet .ata-pointer__framed .menu-item.parent a.ata-menu-item:before {
		border: 0px !important;
	}

	.elementor-widget-ata-nav-menu.ata-nav-menu__breakpoint-tablet .ata-pointer__text .menu-item.parent a.ata-menu-item:hover,
	.ata-pointer__text .menu-item.parent a.ata-menu-item:focus {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}

	.ata-nav-menu__breakpoint-tablet.ata-nav-menu__align-justify .ata-nav-menu__layout-horizontal .ata-nav-menu li a.ata-menu-item,
	.ata-nav-menu__breakpoint-tablet.ata-nav-menu__align-justify .ata-nav-menu__layout-horizontal .ata-nav-menu li a.ata-sub-menu-item,
	.ata-nav-menu__breakpoint-tablet.ata-nav-menu__align-justify .ata-nav-menu__layout-horizontal .ata-nav-menu li.elementor-button-wrapper {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

/* Mobile */
@media only screen and (max-width: 767px) {

	.ata-nav-menu__breakpoint-mobile.ata-nav-menu__align-justify .ata-nav-menu__layout-horizontal .ata-nav-menu li a.ata-menu-item,
	.ata-nav-menu__breakpoint-mobile.ata-nav-menu__align-justify .ata-nav-menu__layout-horizontal .ata-nav-menu li a.ata-sub-menu-item .ata-nav-menu__breakpoint-tablet.ata-nav-menu__align-justify .ata-nav-menu__layout-horizontal .ata-nav-menu li.elementor-button-wrapper {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.ata-nav-menu__breakpoint-mobile.ata-nav-toggle-yes .ata-layout-horizontal .ata-nav-menu__toggle,
	.ata-nav-menu__breakpoint-mobile.ata-nav-toggle-yes .ata-nav-menu__layout-horizontal .ata-nav-menu {
		visibility: visible;
		opacity: 1;
		display: block;
	}

	.ata-nav-menu__breakpoint-mobile .ata-nav-menu__layout-horizontal li.menu-item,
	.ata-nav-menu__breakpoint-mobile .ata-nav-menu {
		width: 100%
	}

	.ata-nav-menu__breakpoint-mobile.ata-nav-toggle-yes .ata-layout-vertical .ata-nav-menu__toggle {
		display: inline-block;
	}

	.ata-nav-menu__breakpoint-mobile .ata-nav-menu__layout-horizontal .sub-menu {
		position: relative;
		height: 0;
		top: 0;
	}

	.ata-nav-menu .sub-menu {
		min-width: auto;
		margin: 0;
	}

	.ata-nav-menu__breakpoint-mobile .ata-nav-menu__layout-horizontal .ata-nav-menu .menu-item-has-children:hover>.sub-menu,
	.ata-nav-menu__breakpoint-none .ata-nav-menu__layout-horizontal .ata-nav-menu .menu-item-has-children:hover>.sub-menu {
		visibility: hidden;
		opacity: 0;
		-webkit-transition: none;
		transition: none;
	}

	.ata-nav-menu__breakpoint-tablet .ata-nav-menu__layout-vertical {
		float: none;
	}

	.ata-nav-menu__breakpoint-mobile.ata-nav-toggle-yes .ata-layout-vertical .ata-nav-menu__toggle.ata-active-menu {
		display: block;
	}

	.ata-nav-menu__breakpoint-mobile.ata-nav-toggle-yes .ata-nav-menu__layout-horizontal,
	.ata-nav-menu__breakpoint-mobile.ata-nav-toggle-yes .ata-nav-menu__layout-vertical {
		visibility: hidden;
		opacity: 0;
		height: 0;
	}

	.ata-nav-menu__breakpoint-mobile .ata-layout-horizontal .ata-nav-menu__toggle,
	.ata-nav-menu__breakpoint-mobile .ata-layout-vertical .ata-nav-menu__toggle {
		visibility: visible;
		opacity: 1;
		display: block;
	}

	.ata-nav-menu__breakpoint-mobile .ata-nav-menu__layout-horizontal {
		visibility: hidden;
		opacity: 0;
		height: 0;
	}

	.ata-nav-menu__breakpoint-mobile .ata-nav-menu__layout-vertical {
		float: none;
	}

	.ata-nav-menu__breakpoint-mobile .ata-nav-menu__layout-horizontal .sub-menu {
		visibility: hidden;
		opacity: 0;
	}

	.ata-nav-menu__breakpoint-mobile .ata-nav-menu__layout-horizontal .ata-nav-menu {
		visibility: hidden;
		opacity: 0;
	}

	.ata-nav-menu__breakpoint-mobile .ata-active-menu+.ata-nav-menu__layout-horizontal .ata-nav-menu {
		visibility: visible;
		opacity: 1;
	}

	.ata-nav-menu__breakpoint-mobile .ata-nav-menu__layout-horizontal,
	.ata-nav-menu__breakpoint-mobile .ata-nav-menu__layout-vertical {
		visibility: hidden;
		opacity: 0;
		height: 0;
	}

	.ata-nav-menu__breakpoint-mobile .ata-active-menu+.ata-nav-menu__layout-horizontal,
	.ata-nav-menu__breakpoint-mobile .ata-active-menu+.ata-nav-menu__layout-vertical {
		visibility: visible;
		opacity: 1;
		height: auto;
	}

	.ata-nav-menu__breakpoint-mobile .ata-active-menu.ata-active-menu-full-width+.ata-nav-menu__layout-horizontal .ata-nav-menu {
		position: relative;
	}

	.ata-nav-menu__breakpoint-mobile .ata-active-menu.ata-active-menu-full-width+.ata-nav-menu__layout-horizontal,
	.ata-nav-menu__breakpoint-mobile .ata-active-menu.ata-active-menu-full-width+.ata-nav-menu__layout-vertical {
		position: absolute;
	}

	.ata-nav-menu__breakpoint-mobile .ata-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
		top: 0;
		left: 0;
	}

	.ata-nav-menu__breakpoint-mobile.ata-submenu-icon-arrow .ata-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
		content: 'ï„‡';
	}

	.ata-nav-menu__breakpoint-mobile.ata-submenu-icon-classic .ata-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
		content: 'ïƒ—';
	}

	.ata-nav-menu__breakpoint-mobile.ata-submenu-icon-arrow .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: 'ï„†';
	}

	.ata-nav-menu__breakpoint-mobile.ata-submenu-icon-classic .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: 'ïƒ˜';
	}

	.ata-nav-menu__breakpoint-mobile.ata-submenu-icon-plus .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: '-';
	}

	.ata-nav-menu__breakpoint-none.ata-submenu-icon-arrow .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: 'ï„„';
	}

	.ata-nav-menu__breakpoint-none.ata-submenu-icon-classic .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: 'ïƒ™'
	}

	.ata-nav-menu__breakpoint-none.ata-submenu-icon-arrow .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.ata-menu-item .sub-arrow i:before {
		content: 'ï„†';
	}

	.ata-nav-menu__breakpoint-none.ata-submenu-icon-classic .ata-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.ata-menu-item .sub-arrow i:before {
		content: 'ïƒ˜'
	}

	.ata-nav-menu__breakpoint-mobile .ata-menu-toggle:hover {
		border: 1px dotted;
	}

	.ata-nav-menu__breakpoint-mobile .ata-menu-toggle {
		border: 1px dotted transparent;
	}

	.ata-nav-menu__breakpoint-mobile .ata-nav-menu .sub-menu {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	/* Effect 1: Fade in and scale up */
	.ata-nav-menu__breakpoint-mobile.ata-nav-toggle-yes .ata-effect-1 .ata-nav-menu {
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.ata-nav-menu__breakpoint-mobile .ata-nav-menu__layout-horizontal .ata-nav-menu .sub-arrow {
		padding: 10px;
	}

	.ata-nav-menu__breakpoint-mobile .menu-is-active.ata-effect-1 .ata-nav-menu {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	/* Effect 2: Slide from the right */
	.ata-nav-menu__breakpoint-mobile.ata-nav-toggle-yes .ata-effect-2 .ata-nav-menu {
		-webkit-transform: translateX(20%);
		-ms-transform: translateX(20%);
		transform: translateX(20%);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
		transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	}

	.ata-nav-menu__breakpoint-mobile .menu-is-active.ata-effect-2 .ata-nav-menu {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	/* Effect 3: Slide from the bottom */
	.ata-nav-menu__breakpoint-mobile.ata-nav-toggle-yes .ata-effect-3 .ata-nav-menu {
		-webkit-transform: translateY(20%);
		-ms-transform: translateY(20%);
		transform: translateY(20%);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.ata-nav-menu__breakpoint-mobile .menu-is-active.ata-effect-3 .ata-nav-menu {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.ata-nav-menu__breakpoint-mobile .saved-content,
	.ata-nav-menu__breakpoint-mobile .sub-menu,
	.ata-nav-menu__breakpoint-mobile .child,
	.ata-nav-menu__breakpoint-tablet .saved-content,
	.ata-nav-menu__breakpoint-tablet .sub-menu,
	.ata-nav-menu__breakpoint-tablet .child {
		left: 0 !important;
		width: auto !important;
	}

	.ata-submenu-animation-slide_up .ata-layout-horizontal .menu-item-has-children ul.sub-menu,
	.ata-submenu-animation-slide_up .ata-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
	.ata-submenu-animation-slide_down .ata-layout-horizontal .menu-item-has-children ul.sub-menu,
	.ata-submenu-animation-slide_down .ata-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.elementor-widget-ata-nav-menu.ata-nav-menu__breakpoint-tablet .ata-nav-menu-layout:not(.ata-pointer__framed) .menu-item.parent a.ata-menu-item:after,
	.elementor-widget-ata-nav-menu.ata-nav-menu__breakpoint-mobile .ata-nav-menu-layout:not(.ata-pointer__framed) .menu-item.parent a.ata-menu-item:after,
	.elementor-widget-ata-nav-menu.ata-nav-menu__breakpoint-tablet .ata-nav-menu-layout:not(.ata-pointer__framed) .menu-item.parent a.ata-menu-item:before,
	.elementor-widget-ata-nav-menu.ata-nav-menu__breakpoint-mobile .ata-nav-menu-layout:not(.ata-pointer__framed) .menu-item.parent a.ata-menu-item:before {
		background-color: unset !important;
	}

	.elementor-widget-ata-nav-menu.ata-nav-menu__breakpoint-tablet .ata-pointer__framed .menu-item.parent a.ata-menu-item:before,
	.elementor-widget-ata-nav-menu.ata-nav-menu__breakpoint-mobile .ata-pointer__framed .menu-item.parent a.ata-menu-item:before {
		border: 0px !important;
	}

	.elementor-widget-ata-nav-menu.ata-nav-menu__breakpoint-tablet .ata-pointer__text .menu-item.parent a.ata-menu-item:hover,
	.ata-pointer__text .menu-item.parent a.ata-menu-item:focus,
	.elementor-widget-ata-nav-menu.ata-nav-menu__breakpoint-mobile .ata-pointer__text .menu-item.parent a.ata-menu-item:hover,
	.ata-pointer__text .menu-item.parent a.ata-menu-item:focus {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
}

.ata-toggle-no .ata-layout-expandible .ata-nav-menu__toggle {
	display: none;
}

/* Icon common CSS */

.ata-icon {
	display: inline-block;
}

/* Menu Cart CSS */

.ata-cart-menu-wrap-custom {
	display: inline-block;
	line-height: 1;
}

.ata-cart-menu-wrap-custom .ata-cart-count,
.ata-cart-menu-wrap-custom .ata-cart-count:after {
	border-color: #75c32c;
	color: #75c32c;
}

.ata-cart-menu-wrap-custom .ata-cart-count {
	font-weight: bold;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	min-width: 2.1em;
	min-height: 2.1em;
	font-size: 0.860em;
	line-height: 1.8;
	border-radius: 0.3em 0.3em 0.3em 0.3em;
	border-width: 2px;
	border-style: solid;
	padding: 12px 24px;
}

/* Default skin for cart*/
.ata-cart-menu-wrap-default {
	display: inline-block;
	line-height: 1;
}

.ata-cart-menu-wrap-default .ata-cart-count,
.ata-cart-menu-wrap-default .ata-cart-count:after {
	border-color: #75c32c;
	color: #75c32c;
}

.ata-cart-menu-wrap-default .ata-cart-count {
	font-weight: bold;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	min-width: 2.1em;
	min-height: 2.1em;
	font-size: 0.860em;
	line-height: 1.8;
	border-radius: 0em 0em 0.3em 0.3em;
	border-width: 2px;
	border-style: solid;
	padding: 0 .4em;
}

.ata-cart-menu-wrap-default .ata-cart-count:after {
	bottom: 100%;
	margin-bottom: 0;
	height: .8em;
	width: .8em;
	left: 50%;
	transform: translateX(-50%);
	top: -.6em;
	content: ' ';
	position: absolute;
	pointer-events: none;
	border-width: 2px;
	border-style: solid;
	border-top-left-radius: 10em;
	border-top-right-radius: 10em;
	border-bottom: 0;
}

.elementor-widget-ata-cart:not(.ata-menu-cart--show-subtotal-yes) .ata-menu-cart__toggle .elementor-button-text {
	display: none;
}

.elementor-widget-ata-cart.toggle-icon--bag-light .ata-menu-cart__toggle .elementor-button-icon i:before {
	content: '\e8e3';
}

.elementor-widget-ata-cart.toggle-icon--bag-medium .ata-menu-cart__toggle .elementor-button-icon i:before {
	content: '\e8e4';
}

.elementor-widget-ata-cart.toggle-icon--bag-solid .ata-menu-cart__toggle .elementor-button-icon i:before {
	content: '\e8e5';
}

.ata-menu-cart__toggle .elementor-button {
	background: transparent;
	border-radius: 0;
	color: #818a91;
	border: 1px solid;
	border-color: inherit;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ata-menu-cart__toggle .elementor-button-text {
	margin-right: 0.3em;
}

.ata-menu-cart__toggle .elementor-button-icon {
	position: relative;
	-webkit-transition: color 0.1s;
	-o-transition: color 0.1s;
	transition: color 0.1s;
}

.ata-menu-cart--items-indicator-bubble .ata-menu-cart__toggle .elementor-button-icon[data-counter]:before {
	content: attr(data-counter);
	display: block;
	position: absolute;
	min-width: 1.6em;
	height: 1.6em;
	line-height: 1.5em;
	top: -0.7em;
	right: -0.7em;
	border-radius: 100%;
	color: #fff;
	background-color: #d9534f;
	text-align: center;
	font-size: 10px;
}

.ata-menu-cart--items-indicator-plain .ata-menu-cart__toggle .elementor-button-icon[data-counter]:before {
	content: attr(data-counter);
	display: inline-block;
	font-weight: normal;
}

.ata-menu-cart--empty-indicator-hide .ata-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
	content: none;
	display: none;
}

.ata-menu-cart__toggle .elementor-button-icon {
	-webkit-box-ordinal-group: 16;
	-webkit-order: 15;
	-ms-flex-order: 15;
	order: 15;
}

.ata-menu-cart__toggle.elementor-button-wrapper .elementor-button {
	color: #4d4848;
}

/*Search Box CSS*/

.ata-search-button-wrapper {
	display: block;
	cursor: pointer;
	vertical-align: middle;
	text-align: right;
}

.ata-search-form__container {
	display: flex;
	overflow: hidden;
}

.ata-search-form__input {
	flex-basis: 100%;
}

.ata-search-icon-toggle i.fa-search {
	display: inline-block;
	position: absolute;
	width: 20px;
	box-sizing: content-box;
	padding: 10px;
}

.ata-search-icon-toggle i:before {
	vertical-align: middle;
}

/*search icon toggle css*/

.ata-search-button-wrapper input[type=search] {
	border: 0;
	padding: 10px;
	cursor: pointer;
	border-radius: 0;
	transition: all .5s;
	box-sizing: border-box;
	outline: none;
}

.ata-search-button-wrapper button {
	border: none;
	border-radius: 0;
	padding: 0;
}

.ata-search-button-wrapper input[type=search]:focus {
	cursor: auto;
	border: none;
	box-shadow: none;
}

.ata-search-icon-toggle input:-moz-placeholder,
.ata-search-icon-toggle input::-webkit-input-placeholder {
	color: transparent;
}

.ata-search-layout-icon .ata-search-icon-toggle .ata-search-form__input {
	background-color: unset;
	height: 100%;
}

.ata-search-button-wrapper.ata-input-focus {
	display: flex;
}

.ata-search-form__container .ata-search-submit {
	min-width: 3%;
	position: relative;
}

.ata-search-form__container button#clear,
.ata-search-icon-toggle button#clear {
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 8px;
	font-style: normal;
	user-select: none;
	cursor: pointer;
	bottom: 0;
	margin-right: 10px;
	background-color: transparent;
}

.ata-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.ata-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.ata-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.ata-search-button-wrapper input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.ata-search-form__container button#clear-with-button {
	visibility: hidden;
	position: absolute;
	top: 0;
	padding: 0 8px;
	font-style: normal;
	font-size: 1.2em;
	user-select: none;
	cursor: pointer;
	bottom: 0;
	background-color: transparent;
}

.ata-search-button-wrapper,
.ata-search-form__container,
.ata-search-icon-toggle,
.ata-search-button-wrapper .ata-search-icon-toggle i,
.ata-search-button-wrapper .ata-search-icon-toggle i:before {
	position: relative;
}

.ata-search-button-wrapper .ata-search-icon-toggle .ata-search-form__input {
	position: absolute;
	width: 0;
	right: 0;
	background-color: transparent;
}

.ata-search-icon-toggle {
	width: 100% !important;
}

.ata-search-button-wrapper.ata-input-focus .ata-search-icon-toggle .ata-search-form__input {
	position: absolute;
	width: 250px;
	right: 0;
}

.ata-search-layout-text .ata-search-form__container,
.ata-search-layout-icon_text .ata-search-form__container,
.ata-search-layout-text .ata-search-form__container .ata-search-form__input,
.ata-search-layout-icon_text .ata-search-form__container .ata-search-form__input {
	width: 100%;
}

.ata-search-icon-toggle {
	line-height: 1.5;
}

/*-------Navigation menu active parent---------*/
.ata-pointer__double-line.ata-animation__slide .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__double-line.ata-animation__slide .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__underline.ata-animation__slide .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__overline.ata-animation__slide .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__overline.ata-animation__fade .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	width: 100%;
	left: 0;
	opacity: 1;
}

.ata-pointer__double-line.ata-animation__drop-out .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__underline.ata-animation__drop-out .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__overline.ata-animation__drop-out .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__double-line.ata-animation__drop-in .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__underline.ata-animation__drop-in .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__overline.ata-animation__drop-in .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
	bottom: 0px;
	opacity: 1;
}

.ata-pointer__double-line.ata-animation__drop-out .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__underline.ata-animation__drop-out .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__overline.ata-animation__drop-out .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__double-line.ata-animation__drop-in .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__underline.ata-animation__drop-in .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__overline.ata-animation__drop-in .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	top: 0px;
	opacity: 1;
}

.ata-pointer__double-line.ata-animation__grow .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__double-line.ata-animation__grow .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__underline.ata-animation__grow .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__underline.ata-animation__grow .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__overline.ata-animation__grow .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__overline.ata-animation__grow .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
	height: 3px;
	width: 100%;
	left: 0;
	opacity: 1;
}

.ata-pointer__framed.ata-animation__grow .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__framed.ata-animation__shrink .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ata-pointer__framed.ata-animation__fade .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__framed.ata-animation__draw .menu-item.parent.current-menu-item a.ata-menu-item:before,
.ata-pointer__underline.ata-animation__fade .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__double-line.ata-animation__fade .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__double-line.ata-animation__fade .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
	opacity: 1;
}

.ata-pointer__framed.ata-animation__corners .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__framed.ata-animation__corners .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.ata-pointer__framed.ata-animation__draw .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.ata-pointer__framed.ata-animation__draw .menu-item.parent.current-menu-item a.ata-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
	border-width: 3px;
	width: 100%;
	opacity: 1;
	height: 100%;
}

/* Post Widget Style */
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/* End Magnific Popup CSS */


/* Ticker widget  */
.ata-content-ticker-wrapper .ata-content-items {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.ata-content-ticker-wrapper .ata-content-items .ata-ticker-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 10;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.ata-content-ticker-wrapper .ata-content-items .ata-ticker-title .ticker-title-focus {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.ata-content-ticker-wrapper .ata-content-items .ata-ticker-title .ticker-title-focus {
	outline: 0;
}

.ata-content-ticker-wrapper .ata-content-items .ata-ticker-title .ticker-title-focus-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ata-content-ticker-wrapper .ata-content-items .ata-ticker-title .ticker-title-focus-icon i {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.ata-content-ticker-wrapper .ata-content-items .ata-ticker-title .ticker-title-focus-icon svg {
	width: 1em;
	height: 1em;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.ata-content-ticker-wrapper .ata-content-items .ata-ticker-title .ticker-title-focus-pointer {
	border-radius: 50%;
	-webkit-transition-property: inherit;
	transition-property: inherit;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
}

.ata-content-ticker-wrapper .ata-content-items .ata-ticker-title .ticker-title-focus-pointer::after,
.ata-content-ticker-wrapper .ata-content-items .ata-ticker-title .ticker-title-focus-pointer::before {
	height: inherit;
	width: inherit;
	content: "";
	position: absolute;
	-webkit-animation-name: ata-pointer;
	animation-name: ata-pointer;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	-webkit-transition-property: inherit;
	transition-property: inherit;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
}

.ata-content-ticker-wrapper .ata-content-items .ata-ticker-title .ticker-title-focus-pointer::after {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

@-webkit-keyframes ata-pointer {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
}

@keyframes ata-pointer {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
}

.ata-content-ticker-wrapper .ata-content-items .ata-ticker-title::before {
	content: "";
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: inherit;
	transition: inherit;
}

.ata-content-ticker-wrapper .ata-content-items .ata-ticker-title::after {
	content: "";
	position: absolute;
	top: 50%;
}

.ata-content-ticker-wrapper .ata-content-items .ata-marquee {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.ata-content-ticker-wrapper .ata-content-items .ata-marquee .ata-marquee-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.ata-content-ticker-wrapper .ata-content-items .ata-marquee .ata-marquee-item .ticker-description {
	margin: 0;
	padding: 0;
}

.ata-content-ticker-wrapper .ata-content-items .ata-marquee .swiper-slide-active {
	z-index: 20;
}

.ata-content-ticker-wrapper .ata-content-items .ata-marquee::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	z-index: 15;
}

.ata-content-ticker-wrapper .ata-content-items .ata-marquee::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	z-index: 15;
}

.ata-content-ticker-wrapper .ata-content-items .ata-marquee-button {
	z-index: 20;
	position: relative;
}

.ata-content-ticker-wrapper .ata-content-items .ata-marquee-button::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.ata-content-ticker-wrapper .ata-content-items .ata-marquee-button .swiper-button-next,
.ata-content-ticker-wrapper .ata-content-items .ata-marquee-button .swiper-button-prev,
.ata-content-ticker-wrapper .ata-content-items .ata-marquee-button .swiper-container-rtl .swiper-button-next,
.ata-content-ticker-wrapper .ata-content-items .ata-marquee-button .swiper-container-rtl .swiper-button-prev {
	background-image: unset;
	margin-top: unset;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.ata-content-ticker-wrapper .ata-content-items .ata-marquee-button .swiper-button-next svg,
.ata-content-ticker-wrapper .ata-content-items .ata-marquee-button .swiper-button-prev svg,
.ata-content-ticker-wrapper .ata-content-items .ata-marquee-button .swiper-container-rtl .swiper-button-next svg,
.ata-content-ticker-wrapper .ata-content-items .ata-marquee-button .swiper-container-rtl .swiper-button-prev svg {
	width: 1em;
	height: 1em;
}

.ata-content-ticker-wrapper .ata-content-items .ata-marquee-button .ata-marquee-button-next,
.ata-content-ticker-wrapper .ata-content-items .ata-marquee-button .ata-marquee-button-prev {
	position: absolute;
	top: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.ata-content-ticker-wrapper .ata-content-items .ticker {
	width: inherit;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.ata-content-ticker-wrapper .ata-content-items .ticker .marquee-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	white-space: nowrap;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.ata-content-ticker-wrapper .ata-content-items .ticker .ata-marquee-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.ata-content-ticker-wrapper .ata-content-items .ticker.ticker-right .marquee-wrapper {
	-webkit-animation: ticker-right var(--transition-timing) infinite linear;
	animation: ticker-right var(--transition-timing) infinite linear;
}

.ata-content-ticker-wrapper .ata-content-items .ticker.ticker-left .marquee-wrapper {
	-webkit-animation: ticker-left var(--transition-timing) infinite linear;
	animation: ticker-left var(--transition-timing) infinite linear;
}

@-webkit-keyframes ticker-right {
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}

	0% {
		-webkit-transform: translate3d(-170%, 0, 0);
		transform: translate3d(-170%, 0, 0);
	}
}

@keyframes ticker-right {
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}

	0% {
		-webkit-transform: translate3d(-170%, 0, 0);
		transform: translate3d(-170%, 0, 0);
	}
}

@-webkit-keyframes ticker-left {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(-170%, 0, 0);
		transform: translate3d(-170%, 0, 0);
	}
}

@keyframes ticker-left {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(-170%, 0, 0);
		transform: translate3d(-170%, 0, 0);
	}
}

.ata-content-ticker-wrapper .ata-content-items .ticker.ticker-right.ticker-right-loop .marquee-wrapper {
	-webkit-animation: ticker-right-loop var(--transition-timing) infinite linear;
	animation: ticker-right-loop var(--transition-timing) infinite linear;
}

.ata-content-ticker-wrapper .ata-content-items .ticker.ticker-left.ticker-left-loop .marquee-wrapper {
	-webkit-animation: ticker-left-loop var(--transition-timing) infinite linear;
	animation: ticker-left-loop var(--transition-timing) infinite linear;
}

@-webkit-keyframes ticker-right-loop {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes ticker-right-loop {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes ticker-left-loop {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes ticker-left-loop {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.ata-content-ticker-wrapper .ata-content-items .ticker.ticker-left:hover .marquee-wrapper,
.ata-content-ticker-wrapper .ata-content-items .ticker.ticker-right:hover .marquee-wrapper {
	-webkit-animation-play-state: var(--animation-play-state);
	animation-play-state: var(--animation-play-state);
}

@media only screen and (max-width: 425px) {
	.ata-content-ticker-wrapper .ata-content-items {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ata-content-ticker-wrapper .ata-content-items .ata-ticker-title {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.ata-content-ticker-wrapper .ata-content-items .ata-marquee {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.ata-content-ticker-wrapper .ata-content-items .ata-marquee-button {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.ata-content-ticker-wrapper .ata-marquee-button {
		display: var(--nav-hide-mobile);
		height: var(--button-height);
	}
}

.ticker-position-right .ata-content-items .ata-ticker-title::before {
	right: 20px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.ticker-position-right.ata-title-style-middle .ata-content-items .ata-ticker-title::before {
	top: 50%;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ff1d4f;
	right: 98% !important;
	-webkit-transform: translateY(-50%) rotate(180deg) !important;
	transform: translateY(-50%) rotate(180deg) !important;
}

.ticker-position-left .ata-content-items .ata-ticker-title::before {
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ticker-position-left.ata-title-style-middle .ata-content-items .ata-ticker-title::before {
	top: 50%;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ff1d4f;
	left: 98% !important;
}

.ticker-position-left .ata-content-ticker-wrapper .ata-marquee-button .swiper-button-prev,
.ticker-position-left .ata-content-ticker-wrapper .ata-marquee-button .swiper-container-rtl .swiper-button-next {
	left: auto;
}

.ticker-position-left .ata-content-ticker-wrapper .ata-marquee-button .swiper-button-next,
.ticker-position-left .ata-content-ticker-wrapper .ata-marquee-button .swiper-container-rtl .swiper-button-prev {
	left: auto;
}

.ticker-position-right .ata-content-ticker-wrapper .ata-marquee-button .swiper-button-prev,
.ticker-position-right .ata-content-ticker-wrapper .ata-marquee-button .swiper-container-rtl .swiper-button-next {
	right: auto;
}

.ticker-position-right .ata-content-ticker-wrapper .ata-marquee-button .swiper-button-next,
.ticker-position-right .ata-content-ticker-wrapper .ata-marquee-button .swiper-container-rtl .swiper-button-prev {
	right: auto;
}

/* End Ticker widget  */

/* Breadcrumb widget  */
.ata-breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: red;
}

.ata-breadcrumb>li {
	float: left;
	color: #00f;
	font: optional;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	padding-right: 5px;
}

.ata-breadcrumb>li a {
	-webkit-transition: inherit;
	transition: inherit;
}

.ata-breadcrumb>li i,
.ata-breadcrumb>li svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.ata-breadcrumb .ata_breadcrumbs_start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* End Breadcrumb widget  */

/* Team widget  */
@media screen and (min-width: 481px) {
	.ata-widget-container .ata-team-modal-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		margin-bottom: 0;
	}
}

.ata-widget-container .profile-card {
	background-color: #fff;
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.1);
	padding: 40px 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
}

.ata-widget-container .profile-card.text-center .profile-header {
	margin-left: auto;
	margin-right: auto;
}

.ata-widget-container .profile-card:hover {
	-webkit-box-shadow: 0 42px 60px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 42px 60px 0 rgba(0, 0, 0, 0.3);
}

.ata-widget-container .profile-card:hover .profile-body .profile-title {
	color: #2575fc;
}

.ata-widget-container .profile-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	z-index: 0;
}

.ata-widget-container .profile-icon[class*="icon-align-"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ata-widget-container .profile-icon.icon-align-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.ata-widget-container .profile-icon.icon-align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ata-widget-container .profile-icon.icon-align-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ata-widget-container .profile-icon svg {
	max-width: 60px;
	height: auto;
	vertical-align: middle;
}

.ata-widget-container .profile-icon>i {
	display: block;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: #fc0467;
	border-radius: 50%;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.ata-widget-container .profile-body {
	padding-bottom: 20px;
}

.ata-widget-container .profile-body .profile-title {
	font-size: 22px;
	color: #000;
	margin: 0;
}

.ata-widget-container .profile-body .profile-title>a {
	color: inherit;
}

.ata-widget-container .profile-body .profile-designation {
	color: rgba(0, 0, 0, 0.5);
	font-size: 13px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-bottom: 15px;
}

.ata-widget-container .profile-header {
	margin-bottom: 38px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	max-width: 100%;
}

.ata-widget-container .profile-header>img {
	width: 160px;
	height: 160px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.ata-widget-container .profile-image-card {
	position: relative;
	overflow: hidden;
}

.ata-widget-container .profile-image-card::before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.4s ease 0.2s;
	transition: all 0.4s ease 0.2s;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	visibility: hidden;
}

.ata-widget-container .profile-image-card .hover-area {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
	z-index: 2;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ata-widget-container .profile-image-card .hover-area .profile-title {
	color: #fff;
}

.ata-widget-container .profile-image-card .hover-area .profile-designation {
	color: #fff;
}

.ata-widget-container .profile-image-card .hover-area .profile-content {
	color: #fff;
}

.ata-widget-container .profile-image-card:hover .hover-area {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}

.ata-widget-container .profile-image-card:hover::before {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.ata-widget-container .image-card-v2 .profile-image-card::before {
	background-color: #123075;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	width: auto;
	height: auto;
	-webkit-transform: scale(2);
	transform: scale(2);
	opacity: 0;
}

.ata-widget-container .image-card-v2 .profile-image-card:hover::before {
	opacity: 0.93;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.ata-widget-container .image-card-v2 .profile-image-card .hover-area {
	padding-left: 50px;
	padding-right: 50px;
}

.ata-widget-container .image-card-v2 .profile-image-card .profile-body .border-hr {
	background-color: rgba(255, 255, 255, 0.6);
	margin-bottom: 25px;
}

.ata-widget-container .image-card-v2 .profile-image-card .profile-body .profile-content {
	color: #fff;
}

.ata-widget-container .image-card-v2.style-circle .profile-image-card {
	width: 100%;
	height: auto;
}

.ata-widget-container .image-card-v2.style-circle .profile-image-card::before {
	border-radius: inherit;
}

.ata-widget-container .image-card-v2.style-circle .profile-image-card::after {
	content: " ";
	display: block;
	padding-bottom: 100%;
}

.ata-widget-container .image-card-v2.style-circle .profile-image-card>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.ata-widget-container .image-card-v3 .profile-image-card::before {
	display: none;
}

.ata-widget-container .image-card-v3 .profile-image-card::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #111;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	pointer-events: none;
}

.ata-widget-container .image-card-v3 .profile-image-card .hover-area {
	top: inherit;
	bottom: 0;
	-webkit-transform: none;
	transform: none;
}

.ata-widget-container .image-card-v3 .profile-image-card:hover .hover-area {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}

.ata-widget-container .image-card-v3 .profile-image-card:hover::after {
	opacity: 0.8;
}

.ata-widget-container .image-card-v3.tiny-gutters {
	margin-left: -3px;
	margin-right: -3px;
}

.ata-widget-container .image-card-v3.tiny-gutters>[class^="col-"] {
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 6px;
}

.ata-widget-container .profile-square-v .profile-card {
	padding: 20px 20px 40px;
	z-index: 1;
}

.ata-widget-container .profile-square-v .profile-card::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #123075;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
	background-size: 101% 102%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ata-widget-container .profile-square-v .profile-card .profile-header {
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.ata-widget-container .profile-square-v .profile-card .profile-content {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.ata-widget-container .profile-square-v .profile-card:hover::before {
	opacity: 1;
}

.ata-widget-container .profile-square-v .profile-card:hover .profile-body .profile-designation,
.ata-widget-container .profile-square-v .profile-card:hover .profile-body .profile-title {
	color: #fff;
}

.ata-widget-container .profile-square-v .profile-card:hover .profile-content {
	color: #fff;
}

.ata-widget-container .profile-square-v.square-v2 .profile-card::before {
	display: none;
}

.ata-widget-container .profile-square-v.square-v2 .profile-card:hover {
	background-color: #fff;
}

.ata-widget-container .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-title {
	color: #2575fc;
}

.ata-widget-container .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-designation {
	color: #656565;
}

.ata-widget-container .profile-square-v.square-v3 .profile-card:hover {
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.1);
}

.ata-widget-container .profile-square-v.square-v4 .profile-card {
	max-height: 380px;
	overflow: hidden;
}

.ata-widget-container .profile-square-v.square-v4 .profile-card::before {
	display: none;
}

.ata-widget-container .profile-square-v.square-v4 .profile-card .profile-header {
	margin-bottom: 0;
	max-width: 255px;
	max-height: 255px;
}

.ata-widget-container .profile-square-v.square-v4 .profile-card.text-left .profile-header img {
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.ata-widget-container .profile-square-v.square-v4 .profile-card.text-right .profile-header img {
	left: auto;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.ata-widget-container .profile-square-v.square-v4 .profile-card .profile-body {
	margin-bottom: 0;
	padding: 35px 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
}

.ata-widget-container .profile-square-v.square-v4 .profile-card .profile-body::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #123075;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
	background-size: 101% 102%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ata-widget-container .profile-square-v.square-v4 .profile-card .profile-body .ata-team-social-list {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.ata-widget-container .profile-square-v.square-v4 .profile-card:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ata-widget-container .profile-square-v.square-v4 .profile-card:hover .profile-body {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}

.ata-widget-container .profile-square-v.square-v4 .profile-card:hover .profile-body::before {
	opacity: 1;
}

.ata-widget-container .profile-square-v.square-v4 .profile-card:hover .profile-body .ata-team-social-list {
	opacity: 1;
	visibility: visible;
}

.ata-widget-container .profile-square-v.square-v5 .profile-card {
	padding-bottom: 50px;
}

.ata-widget-container .profile-square-v.square-v5 .profile-card .profile-body,
.ata-widget-container .profile-square-v.square-v5 .profile-card .profile-header {
	padding-bottom: 0;
}

.ata-widget-container .profile-square-v.square-v5 .profile-card .profile-body {
	padding: 32px 60px;
}

.ata-widget-container .profile-square-v.square-v6 .profile-card {
	padding-bottom: 35px;
}

.ata-widget-container .profile-square-v.square-v6 .profile-card::after {
	position: absolute;
	content: "";
	height: 5px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #2965f1;
	opacity: 0.2;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.ata-widget-container .profile-square-v.square-v6 .profile-card .profile-body,
.ata-widget-container .profile-square-v.square-v6 .profile-card .profile-header {
	margin-bottom: 0;
}

.ata-widget-container .profile-square-v.square-v6 .profile-card .profile-body {
	padding: 40px;
}

.ata-widget-container .profile-square-v.square-v6 .profile-card:hover {
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.1);
}

.ata-widget-container .profile-square-v.square-v6 .profile-card:hover::after {
	opacity: 1;
}

.ata-widget-container .profile-square-v.square-v6.square-v6-v2 .profile-card::after {
	display: none;
}

.ata-widget-container .profile-square-v.square-v6.square-v6-v2 .profile-card::before {
	opacity: 0;
	background-size: 101% 101%;
}

.ata-widget-container .profile-square-v.square-v6.square-v6-v2 .profile-card:hover::before {
	opacity: 1;
}

.ata-widget-container .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-title {
	color: #fff;
}

.ata-widget-container .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-content,
.ata-widget-container .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-designation {
	color: #fff;
}

.ata-widget-container .profile-info-text {
	padding-right: 30px;
}

.ata-widget-container .profile-info-text .info-title {
	font-size: 48px;
	margin-bottom: 23px;
}

.ata-widget-container .profile-info-text p {
	margin-bottom: 37px;
}

.ata-widget-container .small-gutters .profile-card {
	padding: 10px 10px 40px;
}

.ata-widget-container .no_gutters .profile-card {
	padding: 0;
}

.ata-widget-container .style-circle .profile-image-card {
	width: 255px;
	height: 255px;
	border-radius: 50%;
}

.ata-widget-container .style-circle .profile-image-card.text-center {
	margin-left: auto;
	margin-right: auto;
}

.ata-widget-container .text-center .profile-header {
	margin-left: auto;
	margin-right: auto;
}

.ata-widget-container .popup-modal {
	display: inline-block;
}

.ata-widget-container .ata-team-style-default {
	background-image: none !important;
}

.ata-widget-container .ata-team-style-default::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent !important;
	border-radius: inherit;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: -1;
}

.ata-widget-container .ata-team-style-default:hover::before {
	opacity: 1;
}

.ata-widget-container .ata-team-style-long_height_hover>img,
.ata-widget-container .ata-team-style-overlay>img,
.ata-widget-container .ata-team-style-overlay_details>img {
	display: block;
}

.ata-widget-container .ata-team-style-long_height_details {
	overflow: hidden;
}

.ata-widget-container .ata-team-style-hover_info .ata-team-img {
	padding-top: 0 !important;
}

.ata-widget-container .ata-team-style-centered_style_details .profile-designation,
.ata-widget-container .ata-team-style-long_height_details .profile-designation,
.ata-widget-container .ata-team-style-long_height_details_hover .profile-designation {
	margin-bottom: 30px;
}

.ata-widget-container .ata-team-style-hover_info .profile-designation {
	margin-bottom: 25px;
}

.ata-widget-container .ata-team-style-overlay_circle_hover .profile-designation,
.ata-widget-container .ata-team-style-overlay_details .profile-designation {
	margin-bottom: 12px;
}

.ata-widget-container .ata-team-img>img {
	margin-left: auto;
	margin-right: auto;
	border-radius: inherit;
}

.ata-widget-container .ata-team-img.profile-header>img {
	-o-object-fit: cover;
	object-fit: cover;
}

.ata-widget-container .ata-team-img.profile-image-card>img {
	width: 100%;
}

.ata-widget-container .ata-team-modal.mfp-bg {
	border-radius: 0;
	-webkit-animation: none;
	animation: none;
}

.ata-widget-container .ata-team-modal.mfp-wrap::before {
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.ata-widget-container .ata-team-modal.mfp-wrap.mfp-ready::before {
	opacity: 1;
}

.ata-widget-container .ata-team-modal.mfp-wrap.ata-promo-popup::before {
	background-color: #555;
	border-radius: 0;
	-webkit-animation: none;
	animation: none;
}

.ata-widget-container .ata-team-modal.mfp-wrap>.mfp-container {
	padding: 60px 15px;
	overflow: auto;
}

.ata-widget-container .ata-team-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	padding: 0;
	color: #656565;
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	font-size: 18px;
	line-height: 1;
	outline: 0;
	z-index: 1;
}

.ata-widget-container .ata-team-modal-title {
	margin-top: 0;
	margin-bottom: 8px;
	color: #000;
	font-size: 22px;
}

.ata-widget-container .ata-team-modal-position {
	margin-bottom: 35px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 13px;
}

.ata-widget-container .ata-team-modal-img {
	width: 100%;
	margin-bottom: 30px;
}

.ata-widget-container .ata-team-modal-img>img {
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.1);
}

.ata-widget-container .ata-team-modal-info {
	width: 100%;
}

.ata-widget-container .ata-team-modal-info .ata-team-social-list>li>a {
	line-height: 32px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.ata-widget-container .ata-team-modal-info .ata-team-social-list>li>a svg {
	max-width: 12px;
	height: auto;
	vertical-align: middle;
}

@media screen and (min-width: 481px) {
	.ata-widget-container .ata-team-modal-info.has-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
		padding-left: 30px;
	}
}

@media screen and (min-width: 992px) {
	.ata-widget-container .ata-team-modal-info.has-img {
		padding-left: 50px;
	}
}

.ata-widget-container .ata-team-modal-content {
	margin-bottom: 22px;
}

.ata-widget-container .ata-team-modal-content p:not(:last-child) {
	margin-bottom: 10px;
}

.ata-widget-container .ata-team-modal-list {
	margin-bottom: 25px;
	padding-left: 0;
	list-style: none;
	color: #656565;
	font-size: 15px;
}

.ata-widget-container .ata-team-modal-list>li {
	padding: 19px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.ata-widget-container .ata-team-modal-list>li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ata-widget-container .ata-team-modal-list strong {
	font-weight: 600;
	padding-right: 18px;
}

.ata-widget-container .ata-team-modal-list a {
	color: inherit;
}

.ata-widget-container .ata-team-modal-list a:hover {
	color: #2575fc;
}

.ata-widget-container .ata-team-popup {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.ata-widget-container .ata-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog.awaiken-themes-team-popup {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}

.ata-widget-container .ata-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog.awaiken-themes-team-popup {
	-webkit-transform: translate(0);
	transform: translate(0);
}

.ata-widget-container .awaiken-themes-team-popup .modal-content {
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border: 0;
	border-radius: 0;
}

.ata-widget-container .awaiken-themes-team-popup .modal-body {
	padding: 60px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ata-widget-container .modal-header .mfp-close {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
	margin-left: auto;
}

.ata-widget-container .ata-promo-popup>.mfp-container {
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.ata-widget-container .ata-promo-popup>.mfp-container>.mfp-content {
	max-width: 920px;
}

.ata-widget-container .ata-team-social-list {
	list-style: none;
}

.ata-widget-container .ata-team-social-list>li {
	display: inline-block;
}

.ata-widget-container .ata-team-social-list>li:not(:last-child) {
	margin-right: 10px;
}

.ata-widget-container .ata-team-social-list>li>a {
	display: inline-block;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 32px;
	font-size: 12px;
	background-color: #000;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.ata-widget-container .ata-team-social-list>li>a:hover {
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
}

.ata-widget-container .ata-team-social-list>li>a:hover>i::before {
	-webkit-animation: iconTranslateY 0.4s forwards;
	animation: iconTranslateY 0.4s forwards;
}

.ata-widget-container .ata-team-social-list>li>a:hover>svg {
	-webkit-animation: iconTranslateY 0.4s forwards;
	animation: iconTranslateY 0.4s forwards;
}

.ata-widget-container .ata-team-social-list>li>a svg {
	max-width: 12px;
	height: auto;
	vertical-align: middle;
}

.ata-widget-container .ata-team-social-list>li>a>i {
	overflow: hidden;
}

.ata-widget-container .ata-team-social-list>li>a>i::before {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ata-widget-container .ata-team-img-block>img {
	display: block;
}

.ata-widget-container .ata-team-img-fit>.profile-image-card>img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

/* End Team widget  */

/* Heading widget  */
.ata-widget-container .ata-section-title {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
	margin-bottom: 20px;
}

.ata-widget-container .ata-section-title em {
	font-family: "Playfair Display", serif;
}

.ata-widget-container .ata-section-title.block span {
	background-color: #2575fc;
	color: #fff;
	padding: 5px;
}

.ata-widget-container .ata-section-title a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.ata-widget-container .ata-section-subtitle {
	font-weight: 700;
	color: rgba(0, 0, 0, 0.5);
}

.ata-widget-container .ata-section-subtitle.primary-v {
	color: #2575fc;
}

.ata-widget-container .ata-section-subtitle.ata-gradient-title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(-35deg, #2575fc 0, #6a11cb 100%);
	color: #2575fc;
	background-size: 50%;
}

.ata-widget-container .ata-section-subtitle.ata-style-border {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.ata-widget-container .ata-section-subtitle.ata-style-border::after,
.ata-widget-container .ata-section-subtitle.ata-style-border::before {
	content: "";
	width: 40px;
	height: 3px;
	background-color: #d7d7d7;
	display: inline-block;
	vertical-align: middle;
}

.ata-widget-container .ata-section-subtitle.ata-style-border::before {
	margin-right: 15px;
}

.ata-widget-container .ata-section-subtitle.ata-style-border::after {
	margin-left: 15px;
}

.ata-widget-container .ata-section-title {
	font-weight: 500;
}

.ata-widget-container .ata-section-title.text_fill>span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(-35deg, #2575fc 0, #6a11cb 100%);
	color: #2575fc;
}

.ata-widget-container .ata-section-title span {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	font-weight: 700;
}

.ata-widget-container .text_fill>span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ata-widget-container .ata-heading-section-wrapper.center,
.ata-widget-container .ata-heading-section-wrapper.text_center {
	text-align: center;
}

.ata-widget-container .ata-heading-section-wrapper.center .ata-border-divider,
.ata-widget-container .ata-heading-section-wrapper.center .ata-border-star,
.ata-widget-container .ata-heading-section-wrapper.text_center .ata-border-divider,
.ata-widget-container .ata-heading-section-wrapper.text_center .ata-border-star {
	margin-left: auto;
	margin-right: auto;
}

.ata-widget-container .ata-heading-section-wrapper.text_right {
	text-align: right;
}

.ata-widget-container .ata-heading-section-wrapper.right .ata-border-star,
.ata-widget-container .ata-heading-section-wrapper.text_right .ata-border-divider,
.ata-widget-container .ata-heading-section-wrapper.text_right .ata-border-star {
	margin-left: auto;
}

.ata-widget-container .ata-heading-section-wrapper.text_right .ata-border-divider {
	left: 0;
}

.ata-widget-container .ata-heading-section-wrapper.left,
.ata-widget-container .ata-heading-section-wrapper.text_left {
	text-align: left;
}

.ata-widget-container .ata-heading-section-wrapper.left .ata-border-divider,
.ata-widget-container .ata-heading-section-wrapper.text_left .ata-border-divider {
	left: 0;
}

.ata-widget-container .ata-heading {
	position: relative;
}

.ata-widget-container .ata-heading__shadow-text {
	z-index: 0;
	font-size: 90px;
	position: absolute;
	font-weight: 700;
	line-height: 120px;
	white-space: nowrap;
	letter-spacing: -6px;
	font-family: Archivo, sans-serif;
	color: transparent;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(16, 16, 16, 0.1);
}

.ata-widget-container .ata-heading__shadow-text~* {
	z-index: 1;
	position: relative;
}

.ata-widget-container .ata-heading__title-has-border {
	position: relative;
}

.ata-widget-container .ata-heading__title-has-border::before {
	content: "";
	width: 4px;
	height: 100%;
	display: block;
	position: absolute;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#ff512f),
			to(#dd2476));
	background: linear-gradient(to bottom, #ff512f, #dd2476);
}

.ata-widget-container .ata-heading__title-has-border.start::before {
	left: 0;
}

.ata-widget-container .ata-heading__title-has-border.end::before {
	right: 0;
}

.ata-widget-container .ata-heading__title-has-border~.ata-heading__description {
	display: block;
}

.ata-widget-container .ata-heading__title-in-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ata-widget-container .ata-heading__subtitle-has-border {
	border: 1px solid #fff;
	padding: 0.25rem 3rem;
	border-radius: 2rem;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.ata-widget-container .ata-heading .ata_border_custom img {
	display: inline-block;
}

.ata-heading--subtitle {
	margin-top: 8px;
	margin-bottom: 16px;
}

.ata-heading__description {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
}

.ata-heading__description>p:first-child {
	margin-top: 10px;
}

.ata-widget-container .ata-border-divider {
	left: 13px;
}

.ata-widget-container .ata-border-divider.ata-style-long {
	left: inherit;
}

.ata-widget-container .ata-border-divider::before {
	left: -26px;
}

.ata-widget-container .ata-border-divider {
	height: 4px;
	width: 30px;
	background: #2575fc;
	border-radius: 2px;
	position: relative;
	margin-left: 27px;
}

.ata-widget-container .ata-border-divider::before {
	content: "";
	position: absolute;
	color: #0c5adb;
	left: -27px;
	top: 0;
	display: inline-block;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: #0c5adb;
	-webkit-box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
	box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
}

.ata-widget-container .ata-border-divider.ata-style-long {
	width: 150px;
	border-radius: 0;
	background: #2575fc;
	margin-left: 0;
}

.ata-widget-container .ata-border-divider.ata-style-long::before {
	display: none;
}

.ata-widget-container .ata-border-star {
	width: 135px;
	color: #2575fc;
	background: #2575fc;
	background: -webkit-gradient(linear,
			left top,
			right top,
			from(currentColor),
			color-stop(38%, currentColor),
			color-stop(38%, rgba(255, 255, 255, 0)),
			color-stop(62%, rgba(255, 255, 255, 0)),
			color-stop(62%, currentColor),
			to(currentColor));
	background: linear-gradient(90deg,
			currentColor 0,
			currentColor 38%,
			rgba(255, 255, 255, 0) 38%,
			rgba(255, 255, 255, 0) 62%,
			currentColor 62%,
			currentColor 100%);
	height: 2px;
	position: relative;
}

.ata-widget-container .ata-border-star::after {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	width: 14.3px;
	height: 14.3px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	background-color: #2575fc;
	top: -7.15px;
}

.ata-widget-container .ata-border-star.ata-bullet {
	height: 1px;
}

.ata-widget-container .ata-border-star.ata-bullet::after {
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* End Heading widget  */



/* Post Widget Style Start */
.elementor-element[data-widget_type="ata-posts.card"] .ata-post__content-wrap {
    margin: 0 auto
}

.elementor-element[data-widget_type="ata-posts.card"] .ata-post__inner-wrap {
    display: inline-block;
    width: 100%
}

.elementor-element[data-widget_type="ata-posts.card"] .ata-post__content-wrap,.elementor-element[data-widget_type="ata-posts.card"] .ata-post__thumbnail {
    position: relative
}

.elementor-element[data-widget_type="ata-posts.card"].ata-post__separator-center .ata-post__separator,.elementor-element[data-widget_type="ata-posts.card"].ata-post__separator-left .ata-post__separator {
    margin-right: auto
}

.elementor-element[data-widget_type="ata-posts.card"].ata-post__separator-center .ata-post__separator,.elementor-element[data-widget_type="ata-posts.card"].ata-post__separator-right .ata-post__separator {
    margin-left: auto
}

.elementor-element[data-widget_type="ata-posts.card"].ata-post__link-complete-yes .ata-post__complete-box-overlay {
    z-index: 2
}

.elementor-element[data-widget_type="ata-posts.news"] .ata-post-grid__inner,
.elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper-featured,
.elementor-element[data-widget_type="ata-posts.news"] .ata-post__inner-wrap,
.elementor-element[data-widget_type="ata-posts.news"] .ata-post_structure-featured {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper-featured .ata-post__inner-wrap {
    position: relative;
    height: 100%
}

.elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper-featured .ata-post__bg-wrap,.elementor-element[data-widget_type="ata-posts.news"] .ata-post__thumbnail img {
    height: 100%
}

.elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper-featured .ata-post__content-wrap,
.elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper-featured .ata-post__thumbnail,
.elementor-element[data-widget_type="ata-posts.news"] .ata-post__noimage.ata-post__content-wrap {
    width: 100%
}

.elementor-element[data-widget_type="ata-posts.news"] .ata-post__content-wrap,
.elementor-element[data-widget_type="ata-posts.news"] .ata-post__thumbnail {
    width: 50%;
    position: relative
}

.elementor-element[data-widget_type="ata-posts.news"] .ata-post__content-wrap {
    margin-top: auto;
    margin-bottom: auto
}

.elementor-element[data-widget_type="ata-posts.news"] .ata-post__thumbnail a,
.elementor-element[data-widget_type="ata-posts.news"] .ata-post__thumbnail span {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.elementor-element[data-widget_type="ata-posts.news"] .ata-post-image-right .ata-post__inner-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper.ata-post-wrapper-featured,
.elementor-element[data-widget_type="ata-posts.news"] .ata-post_structure-featured .ata-post-grid__inner,
.elementor-element[data-widget_type="ata-posts.news"] .ata-post_structure-featured>.ata-post-wrapper {
    width: 50%
}

.elementor-element[data-widget_type="ata-posts.news"] .ata-post-grid__inner .ata-post-wrapper:last-child .ata-post__bg-wrap {
    margin-bottom: 0
}

.elementor-element[data-widget_type="ata-posts.news"] .ata-post__bg-wrap {
    display: block
}

.elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper.ata-post-wrapper-featured .ata-post__content-wrap {
    position: absolute;
    bottom: 0;
    left: 0
}

.elementor-element[data-widget_type="ata-posts.news"] .ata-post__terms {
    font-size: 14px
}

.ata-posts[data-skin=news] .ata-post__terms {
    background-color: #818a91
}

.elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper-featured .ata-post__content-wrap {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.5)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%)
}

.elementor-element[data-widget_type="ata-posts.news"].ata-post__link-complete-yes .ata-post__complete-box-overlay {
    z-index: 2
}

.ata-post__news-stack-yes[data-widget_type="ata-posts.news"] .ata-post__thumbnail a img,
.ata-post__news-stack-yes[data-widget_type="ata-posts.news"] .ata-post__thumbnail span img {
    display: none
}

@media (max-width: 767px) {
    .elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper-featured .ata-post__noimage.ata-post__content-wrap,
	.elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper.ata-post-wrapper-featured,
	.elementor-element[data-widget_type="ata-posts.news"] .ata-post_structure-featured .ata-post-grid__inner {
        width:100%
    }

    .elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper-featured .ata-post__content-wrap,
	.elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper-featured .ata-post__thumbnail {
        width: 50%
    }

    .ata-post__news-stack-yes[data-widget_type="ata-posts.news"] .ata-post__thumbnail a,
	.ata-post__news-stack-yes[data-widget_type="ata-posts.news"] .ata-post__thumbnail span {
        background-image: none;
        position: unset
    }

    .elementor-element[data-widget_type="ata-posts.news"] .ata-post_structure-featured,
	.ata-post__news-stack-yes[data-widget_type="ata-posts.news"] .ata-post-wrapper-featured,
	.ata-post__news-stack-yes[data-widget_type="ata-posts.news"] .ata-post__inner-wrap,
	.ata-post__news-stack-yes[data-widget_type="ata-posts.news"] .ata-post__thumbnail a img,
	.ata-post__news-stack-yes[data-widget_type="ata-posts.news"] .ata-post__thumbnail span img {
        display: block
    }

    .elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper-featured .ata-post__content-wrap,
	.ata-post__news-stack-yes[data-widget_type="ata-posts.news"] .ata-post-wrapper .ata-post__content-wrap,
	.ata-post__news-stack-yes[data-widget_type="ata-posts.news"] .ata-post-wrapper .ata-post__thumbnail,
	.ata-post__news-stack-yes[data-widget_type="ata-posts.news"] .ata-post-wrapper-featured .ata-post__content-wrap,
	.ata-post__news-stack-yes[data-widget_type="ata-posts.news"] .ata-post-wrapper-featured .ata-post__thumbnail {
        width: 100%
    }

    .elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper-featured .ata-post__thumbnail {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
        text-align: center
    }

    .elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper-featured .ata-post__thumbnail img {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 100%;
        max-width: none;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        min-height: 100%
    }

    .elementor-element[data-widget_type="ata-posts.news"] .ata-post__inner-wrap {
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-element[data-widget_type="ata-posts.news"] .ata-post__body .image-ratio-set .ata-post__thumbnail {
        position: relative;
        width: 100%
    }

    .elementor-element[data-widget_type="ata-posts.news"] .ata-post__body .ata-post__content-wrap {
        width: 100%
    }

    .elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper-featured .ata-post__noimage.ata-post__content-wrap {
        position: relative
    }

    .elementor-element[data-widget_type="ata-posts.news"] .ata-post-wrapper.ata-post-wrapper-featured:not(.image-ratio-set) .ata-post__content-wrap {
        position: relative
    }
}

.elementor-element[data-widget_type="ata-posts.news"] .ata-post__thumbnail span {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

@media (max-width: 1024px) {
    .elementor-element[data-widget_type="ata-posts.news"] .ata-post__columns-tablet-2 .ata-post-wrapper {
        width:100%
    }
}

.elementor-element[data-widget_type="ata-posts.business"] .ata-post__bg-wrap {
    overflow: hidden
}

.elementor-element[data-widget_type="ata-posts.business"] .ata-post__terms {
    -webkit-border-radius: 99px;
    border-radius: 99px
}

.ata-posts[data-skin=business] .ata-post__terms {
    background-color: #818a91
}

.ata-post__content-align-left .ata-post__gradient-separator {
    background: -webkit-gradient(linear,left top,right top,from(#818a91),to(#ffffff00));
    background: -webkit-linear-gradient(left,#818a91 0,#ffffff00 100%);
    background: linear-gradient(to right,#818a91 0,#ffffff00 100%)
}

.ata-post__content-align-center .ata-post__gradient-separator {
    background: -webkit-radial-gradient(#818a91 10%,#ffffff00 80%);
    background: radial-gradient(#818a91 10%,#ffffff00 80%)
}

.ata-post__content-align-right .ata-post__gradient-separator {
    background: -webkit-gradient(linear,right top,left top,from(#818a91),to(#ffffff00));
    background: -webkit-linear-gradient(right,#818a91 0,#ffffff00 100%);
    background: linear-gradient(to left,#818a91 0,#ffffff00 100%)
}

.elementor-element[data-widget_type="ata-posts.business"] .ata-post__authorbox,
.elementor-element[data-widget_type="ata-posts.business"].ata-post__content-align-left .ata-post__authorbox,
.elementor-element[data-widget_type="ata-posts.business"].ata-post__content-align-right .ata-post__authorbox {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-element[data-widget_type="ata-posts.business"] .ata-post__authorbox-image img {
    display: inline;
    width: 40px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    max-width: 100%
}

.elementor-element[data-widget_type="ata-posts.business"] .ata-post__authorbox-desc {
    line-height: 1.4;
    color: #a4a4a4
}

.elementor-element[data-widget_type="ata-posts.business"] .ata-post__authorbox-name,
.elementor-element[data-widget_type="ata-posts.business"] .ata-post__authorbox-name a {
    font-weight: 700;
    line-height: 1.4
}

.elementor-element[data-widget_type="ata-posts.business"].ata-post__content-align-center .ata-post__authorbox {
    display: block;
    text-align: center
}

.elementor-element[data-widget_type="ata-posts.business"].ata-post__content-align-right .ata-post__authorbox {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-element[data-widget_type="ata-posts.business"] .ata-post__separator {
    display: inline-block
}

.ata-post__datebox {
    display: block;
    margin: 0 auto;
    padding: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    background-color: #000;
    color: #fff;
    text-align: center
}

.ata-post__datebox .ata-post__date-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.ata-post__datebox span {
    display: block
}

.elementor-element[data-widget_type="ata-posts.event"].ata-posts-thumbnail-ratio .ata-post__datebox:not(.ata-post__noimage) {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.elementor-element[data-widget_type="ata-posts.event"].ata-posts-thumbnail-ratio .ata-post__thumbnail {
    overflow: visible
}

.ata-posts-tabs-dropdown .ata-filters-dropdown {
    display: none
}

.ata-post-grid__inner {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.ata-post__link-complete-yes.elementor-element[data-widget_type="ata-posts.classic"] .ata-post-image-background .ata-post__complete-box-overlay {
    z-index: 99
}

.ata-post__cta-fullwidth-yes .ata-post__read-more {
    width: 100%
}

.ata-blog-terms-position-media:not(.ata-post-image-background) .ata-post__thumbnail,
.ata-post__link-complete-yes .ata-post__bg-wrap {
    position: relative
}

.ata-post__link-complete-yes .ata-post__complete-box-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.ata-post-wrapper {
    float: left;
    display: inline-block
}

.ata-post-grid__inner {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.ata-post-grid__inner.ata-post-masonry {
    margin: 0;
    margin-left: -10px;
    margin-right: -10px;
    list-style: none outside;
    clear: both
}

.elementor-global-widget .ata-post-grid__inner.ata-post-masonry {
    position: unset!important;
    height: auto!important
}

.ata-listing__terms-link {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit
}

.ata-post-wrapper.ata-post-wrapper-featured {
    margin: 0
}

.ata-post_structure-featured.ata-featured_post_structure-inline .ata-post__columns-6 .ata-post-wrapper-featured {
    width: 33.33
}

.ata-post_structure-featured.ata-featured_post_structure-inline .ata-post__columns-5 .ata-post-wrapper-featured {
    width: 40%
}

.ata-post_structure-featured.ata-featured_post_structure-inline .ata-post__columns-3 .ata-post-wrapper-featured {
    width: 66.66%
}

.ata-post__columns-2 .ata-post-wrapper,
.ata-post_structure-featured.ata-featured_post_structure-inline .ata-post__columns-2 .ata-post-wrapper-featured,
.ata-post_structure-featured.ata-featured_post_structure-inline .ata-post__columns-4 .ata-post-wrapper-featured {
    width: 50%
}

.ata-post__columns-1 .ata-post-wrapper,
.ata-post_structure-featured.ata-featured_post_structure-inline .ata-post__columns-1 .ata-post-wrapper-featured,
.ata-post_structure-featured.ata-featured_post_structure-stack .ata-post-wrapper-featured {
    width: 100%
}

.ata-filters-dropdown-button .fa-angle-down:before {
    content: ""
}

.ata-post__columns-8 .ata-post-wrapper {
    width: 12.5%
}

.ata-post__columns-7 .ata-post-wrapper {
    width: 14.28%
}

.ata-post__columns-6 .ata-post-wrapper {
    width: 16.66%
}

.ata-post__columns-5 .ata-post-wrapper {
    width: 20%
}

.ata-post__columns-4 .ata-post-wrapper {
    width: 25%
}

.ata-post__columns-3 .ata-post-wrapper {
    width: 33.2%
}

.ata-post__footer {
    margin-top: 30px
}

.ata-post__header-filters {
    display: block;
    margin: 0;
    margin-bottom: 10px
}

.ata-post__header-filter {
    display: inline-block;
    padding: 5px;
    cursor: pointer
}

.ata-post__header-filters-wrap {
    margin-bottom: 20px
}

.ata-post__thumbnail {
    overflow: hidden
}

.ata-post-image-background .ata-post__thumbnail {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center;
    position: relative
}

.ata-post-image-background .ata-post__thumbnail {
    z-index: 2
}

.ata-post-image-background .ata-post__thumbnail::before {
    content: '';
    z-index: 1
}

.ata-post-image-background .ata-post__thumbnail,
.ata-post-image-background .ata-post__thumbnail::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.ata-post__thumbnail img {
    width: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.ata-post-image-background .ata-post__thumbnail img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-height: 100%
}

.ata-post__bg-wrap {
    width: 100%;
    display: inline-block
}

.ata-equal__height-yes .ata-post__bg-wrap {
    height: 100%
}

.ata-equal__height-yes .ata-post-image-background .ata-post__bg-wrap,
.ata-post-image-background .ata-post__inner-wrap {
    position: relative;
    width: 100%
}

.ata-equal__height-yes .ata-post-image-background .ata-post__inner-wrap {
    position: unset
}

.ata-post-image-background .ata-post__content-wrap {
    opacity: 1;
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 100%
}

.ata-blog-terms-position-media .ata-post__terms {
    font-size: 12px;
    margin: 20px
}

.ata-blog-terms-position-media:not(.ata-post-image-background) .ata-post__terms {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 100%;
    word-break: break-word
}

.ata-post__terms-wrap .ata-post__terms {
    margin: 0
}

.ata-post__terms-wrap {
    margin-bottom: 10px
}

.ata-post__meta-data {
    line-height: 1.3em;
    font-size: 12px
}

.ata-post__meta-data span {
    line-height: 1.6em;
    display: inline
}

.ata-post__meta-data svg {
    height: 20px;
    width: 20px;
    vertical-align: middle
}

.ata-post__terms-meta a {
    display: inline-block
}

.ata-blog-terms-position-body .ata-post-wrapper span.ata-post__terms {
    background: 0 0
}

.ata-post__meta-data span i,.ata-post__terms i {
    margin-right: 2px
}

.ata-post-wrapper .ata-post__title a,.ata-post__meta-data a {
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit
}

.ata-grid-pagination a.page-numbers,.ata-grid-pagination span.page-numbers.current {
    padding: 5px 10px;
    margin: 0 0 5px;
    display: inline-block
}

.ata-post-grid__inner #infscr-loading {
    bottom: -80px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto
}

.ata-post-grid__inner #infscr-loading img {
    margin-top: 10px;
    width: 10%
}

#infscr-loading div {
    display: none
}

.elementor-widget-ata-posts .ata-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0);
    z-index: 2;
    content: "";
    height: 100%;
    width: 100%
}

.elementor-widget-ata-posts .ata-loader:before {
    border: 3px solid #333;
    border-left-color: transparent;
    border-right-color: transparent
}

.elementor-widget-ata-posts .ata-loader {
    z-index: 3
}

.ata-infinite-load-more {
    background-color: #61ce70;
    color: #fff;
    cursor: pointer;
    padding: 10px 10px 10px 10px;
    display: inline-block
}

.ata-post-inf-loader {
    display: none;
    margin: 0 auto;
    min-height: 58px;
    line-height: 58px;
    width: 160px;
    text-align: center
}

.ata-post-inf-loader>div {
    width: 18px;
    height: 18px;
    background-color: #0085ba;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.ata-post-inf-loader .ata-post-loader-1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.ata-post-inf-loader .ata-post-loader-2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width: 1024px) {
    .ata-post__columns-tablet-1 .ata-post-wrapper {
        width:100%
    }

    .ata-post__columns-tablet-2 .ata-post-wrapper {
        width: 50%
    }

    .ata-post__columns-tablet-3 .ata-post-wrapper {
        width: 33.2%
    }

    .ata-post__columns-tablet-4 .ata-post-wrapper {
        width: 25%
    }

    .ata-post__columns-tablet-5 .ata-post-wrapper {
        width: 20%
    }

    .ata-post__columns-tablet-6 .ata-post-wrapper {
        width: 16.66%
    }

    .ata-post__columns-tablet-7 .ata-post-wrapper {
        width: 14.28%
    }

    .ata-post__columns-tablet-8 .ata-post-wrapper {
        width: 12.5%
    }

    .ata-post__columns-tablet-1 .ata-post-wrapper:nth-child(n+1),
	.ata-post__columns-tablet-2 .ata-post-wrapper:nth-child(2n+1),
	.ata-post__columns-tablet-3 .ata-post-wrapper:nth-child(3n+1),
	.ata-post__columns-tablet-4 .ata-post-wrapper:nth-child(4n+1),
	.ata-post__columns-tablet-5 .ata-post-wrapper:nth-child(5n+1),
	.ata-post__columns-tablet-6 .ata-post-wrapper:nth-child(6n+1),
	.ata-post__columns-tablet-7 .ata-post-wrapper:nth-child(7n+1),
	.ata-post__columns-tablet-8 .ata-post-wrapper:nth-child(8n+1) {
        clear: left
    }

    .ata-post__columns-tablet-1 .ata-post-wrapper:nth-child(n),
	.ata-post__columns-tablet-2 .ata-post-wrapper:nth-child(2n),
	.ata-post__columns-tablet-3 .ata-post-wrapper:nth-child(3n),
	.ata-post__columns-tablet-4 .ata-post-wrapper:nth-child(4n),
	.ata-post__columns-tablet-5 .ata-post-wrapper:nth-child(5n),
	.ata-post__columns-tablet-6 .ata-post-wrapper:nth-child(6n),
	.ata-post__columns-tablet-7 .ata-post-wrapper:nth-child(7n),
	.ata-post__columns-tablet-8 .ata-post-wrapper:nth-child(8n) {
        clear: right
    }

    .ata-post_structure-featured.ata-featured_post_structure-inline .ata-post-grid__inner .ata-post-wrapper-featured,
	.ata-post_structure-featured.ata-featured_post_structure-stack .ata-post-wrapper-featured {
        width: 100%
    }
}

@media (max-width: 767px) {
    .ata-post__columns-mobile-1 .ata-post-wrapper {
        width:100%
    }

    .ata-post__columns-mobile-2 .ata-post-wrapper {
        width: 50%
    }

    .ata-post__columns-mobile-3 .ata-post-wrapper {
        width: 33.2%
    }

    .ata-post__columns-mobile-4 .ata-post-wrapper {
        width: 25%
    }

    .ata-post__columns-mobile-5 .ata-post-wrapper {
        width: 20%
    }

    .ata-post__columns-mobile-6 .ata-post-wrapper {
        width: 16.66%
    }

    .ata-post__columns-mobile-7 .ata-post-wrapper {
        width: 14.28%
    }

    .ata-post__columns-mobile-8 .ata-post-wrapper {
        width: 12.5%
    }

    .ata-post__columns-mobile-1 .ata-post-wrapper:nth-child(n+1),
	.ata-post__columns-mobile-2 .ata-post-wrapper:nth-child(2n+1),
	.ata-post__columns-mobile-3 .ata-post-wrapper:nth-child(3n+1),
	.ata-post__columns-mobile-4 .ata-post-wrapper:nth-child(4n+1),
	.ata-post__columns-mobile-5 .ata-post-wrapper:nth-child(5n+1),
	.ata-post__columns-mobile-6 .ata-post-wrapper:nth-child(6n+1),
	.ata-post__columns-mobile-7 .ata-post-wrapper:nth-child(7n+1),
	.ata-post__columns-mobile-8 .ata-post-wrapper:nth-child(8n+1) {
        clear: left
    }

    .ata-post__columns-mobile-1 .ata-post-wrapper:nth-child(n),
	.ata-post__columns-mobile-2 .ata-post-wrapper:nth-child(2n),
	.ata-post__columns-mobile-3 .ata-post-wrapper:nth-child(3n),
	.ata-post__columns-mobile-4 .ata-post-wrapper:nth-child(4n),
	.ata-post__columns-mobile-5 .ata-post-wrapper:nth-child(5n),
	.ata-post__columns-mobile-6 .ata-post-wrapper:nth-child(6n),
	.ata-post__columns-mobile-7 .ata-post-wrapper:nth-child(7n),
	.ata-post__columns-mobile-8 .ata-post-wrapper:nth-child(8n) {
        clear: right
    }

    .ata-posts-tabs-dropdown .ata-filters-dropdown {
        display: block;
        position: relative;
        margin-bottom: 20px
    }

    .ata-posts-tabs-dropdown .ata-filters-dropdown-button {
        background: #efefef;
        padding: 5px 15px 5px 15px;
        cursor: pointer;
        display: inline-block
    }

    .ata-posts-tabs-dropdown ul.ata-filters-dropdown-list {
        display: none;
        list-style: none;
        position: absolute;
        margin: 0;
        top: 100%;
        background-color: #fff;
        background-color: rgba(255,255,255,.95);
        z-index: 9;
        border: 1px solid #ededed
    }

    .ata-posts-tabs-dropdown .ata-post__header-filter {
        white-space: nowrap;
        display: block;
        background: #efefef;
        cursor: pointer;
        -webkit-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
        border-style: none;
        margin: 0
    }

    .ata-posts-tabs-dropdown .ata-filters-dropdown-button::after {
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-left: 6px
    }

    .ata-posts-tabs-dropdown .ata-post__header-filters {
        display: none
    }

    .ata-posts-tabs-dropdown ul.ata-filters-dropdown-list.show-list {
        display: block
    }

    .ata-posts-tabs-dropdown .ata-post__header-filter {
        padding: 5px 15px 5px 15px
    }

    .ata-post__filter-align-left .ata-posts-tabs-dropdown ul.ata-filters-dropdown-list,
	.ata-posts-tabs-dropdown ul.ata-filters-dropdown-list {
        left: 0;
        right: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .ata-post__filter-align-right .ata-posts-tabs-dropdown ul.ata-filters-dropdown-list {
        left: auto;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .ata-post__filter-align-center .ata-posts-tabs-dropdown ul.ata-filters-dropdown-list {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.ata-posts-thumbnail-ratio .ata-post__thumbnail:not(.ata-post-wrapper__noimage) {
    position: relative
}

.ata-posts-thumbnail-ratio .ata-post__thumbnail img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.elementor-widget-ata-posts .ata-post__header ul.ata-post__header-filters {
    padding-left: unset
}

.elementor-widget-ata-posts .ata-post__header ul.ata-post__header-filters li {
    margin-left: unset
}

.ata-post-grid[data-equal-height=yes] .ata-post__inner-wrap {
    height: 100%
}
/* Post Widget Style End*/


/* Testimonial CSS Start */
.ata-row{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.ata-row .ata-col{
	width: 49%;
}

.ata-commentor-content .ata-author-name{
	display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    transition: color .3s;
}

.ata-commentor-content>.ata-border-hr {
    width: 40px;
    height: 2px;
    background-color: #c8c8c8;
    margin-top: 0;
    margin-bottom: 10px;
    display: inline-block;
}

.ata-profile-image-card>img{
	width: 100%;
}

.ata-testimonial-slider .swiper-pagination{
	display: flex;
    align-items: center;
    justify-content: center;
}

.ata-testimonial-slider .swiper-pagination span {
    padding: 0;
    margin: 0;
	transition: all 0.3s ease-in-out;
}

.ata-testimonial-slider .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #62606b;
}

.ata-testimonial-slider .swiper-pagination span {
    background-color: #ededed;
    padding: 0;
}

.ata-testimonial-slider .swiper-wrapper{
	overflow: visible;
}

.ata-testimonial-slider .swiper-container.ata-main-swiper,
.ata-testimonial-slider .swiper.ata-main-swiper{
	position: static;
}

.ata-widget-container .ata-profile-image-card {
    position: relative;
    overflow: hidden;
	line-height: 0;
}

.ata-widget-container .ata-profile-image-card::before{
	position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all .4s ease;
    pointer-events: none;
}

.ata-widget-container .ata-profile-image-card:hover::before {
    background-color: rgba(17,17,17,.8);
    top: 0;
}

@media only screen and (max-width: 767px){
	.ata-row{
		flex-direction: column-reverse;
	}
	.ata-row .ata-col{
		width: 100%;
	}	
}

.ata-widget-container .ata-single-testimonial-slider{
	position: relative;
    transition: all .4s ease;
    z-index: 1;
}

.ata-widget-container .ata-commentor-content{
	padding: 30px;
}

.ata-widget-container .ata-commentor-content .ata-client_logo{
	margin-bottom: 32px;
    min-height: 50px;
    display: inline-block;
    position: relative;
}

.ata-widget-container .ata-commentor-content .ata-client_logo .ata-testimonial-client-active-logo{
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .4s ease;
}

.ata-widget-container .ata-commentor-content .ata-client_logo .ata-testimonial-client-logo{
	transition: all .4s ease;
}

.ata-widget-container .ata-single-testimonial-slider:hover .ata-client_logo .ata-testimonial-client-active-logo{
	opacity: 1;
}

.ata-widget-container .ata-single-testimonial-slider:hover .ata-client_logo .ata-testimonial-client-active-logo+.ata-testimonial-client-logo{
	opacity: 0;
}

.ata-widget-container .ata_testimonial_style_2{
	position: relative;
}

.ata-widget-container .ata-single-testimonial-slider:before{
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    transform-origin: bottom;
    transform: scaleY(0);
    transition: all .4s ease;
    z-index: -1;
}

.ata-widget-container .ata-single-testimonial-slider:hover::before{
	transform: scaleY(1);
}

.ata-widget-container .ata-single-testimonial-slider.ata_testimonial_style_2 .ata-watermark-icon{
    position: absolute;
    top: 10px;
    left: 10px;
}

.ata-widget-container .ata-single-testimonial-slider .ata-watermark-icon{
	position: static;
    color: rgba(0,0,0,.1);
	line-height: 1;
    display: inline-block;
}

.ata-widget-container .ata-testimonial_card{
	position: relative;
    padding: 120px 100px 80px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    display: block;
}

.ata-widget-container .ata-stars{
	position: relative;
    z-index: 6;
}

.ata-widget-container .ata-testimonial_card .ata-stars {
    margin-bottom: 25px;
}

.ata-widget-container .ata-stars>li{
	display: inline-block;
}

.ata-widget-container .ata-testimonial_card .ata-profile-info .ata-author-name{
	font-size: 22px;
}

.ata-widget-container .ata-profile-info .ata-author-name{
	display: block;
    font-weight: 700;
    color: #000;
    transition: color .3s;
}

.ata-widget-container  .ata-testimonia-style-4 .ata-single-testimonial-slider{
	padding: 30px;
    padding-bottom: 50px;
    margin-bottom: 80px;
    display: block;
}

.ata-widget-container .ata-wid-con .ata-single-testimonial-slider:before{
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    transform-origin: bottom;
    transform: scaleY(0);
    transition: all .4s ease;
    z-index: -1;
}

.ata-widget-container .ata-testimonia-style-4{
	text-align: center;
}

.ata-widget-container .ata-testimonia-style-4 .ata-single-testimonial-slider{
	padding: 30px;
    padding-bottom: 50px;
    margin-bottom: 80px;
    display: block;
}

.ata-widget-container .ata-commentor-bio{
    position: absolute;
    left: 0;
    width: 100%;
}

.ata-testimonial-fade .ata-widget-container .ata-single-testimonial-slider:before{
	opacity: 0;
    transform: none;
}

.ata-testimonial-fade .ata-widget-container .ata-single-testimonial-slider:hover:before{
	opacity: 1;
}

.ata-widget-container .ata-commentor-bio .ata-commentor-image>img{
	border-radius: 50%;
	aspect-ratio: 1/1;
	object-fit: cover;
    height: 70px;
    width: 70px;
}

.ata-widget-container .ata_testimonial_style_5 .ata-watermark-icon{
	position: absolute;
    color: rgba(37,117,252,.2);
}

.ata-widget-container .ata-testimonial-slider-block-style-two .ata-commentor-bio{
	position: static;
}

.ata-widget-container .ata-testimonial-slider-block-style-two .ata-commentor-details,
.ata-widget-container .ata-testimonial-slider-block-style-two .ata-commentor-bio{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ata-widget-container .ata-testimonial-slider-block-style-two .ata-commentor-details{
	align-items: center;
}

.ata-widget-container .ata_testimonial_style_5 .ata-testimonial--avatar{
	margin-right: 20px;
}

.ata-widget-container .ata_testimonial_style_5 .ata-single-testimonial-slider{
	display: block;
}

.ata-widget-container .ata-testimonial-slider-block-style-three .ata-commentor-bio{
	position: static;
}

/* Price menu widget  */
.ata-widget-container .ata-price-menu {
  list-style: none;
}
.ata-widget-container .ata-price-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 0 35px 0;
  -webkit-transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
  transition: box-shadow 0.2s ease, background-color 0.2s ease,
    -webkit-box-shadow 0.2s ease;
}
.ata-widget-container .ata-price-menu-image {
  padding-right: 25px;
  max-width: 50%;
}
.ata-widget-container .ata-price-menu-image > img {
  vertical-align: middle;
}
.ata-widget-container .ata-price-menu-icon {
  margin-right: 25px;
}
.ata-widget-container .ata-price-menu-icon > i {
  font-size: 30px;
  padding: 12px;
  border-radius: 50%;
  color: red;
  font-size: 30px;
  background: #f5f5f5;
}
.ata-widget-container .ata-price-menu-caption {
  width: 100%;
}
.ata-widget-container .ata-price-menu-caption-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  color: #062126;
}
.ata-widget-container .ata-price-menu-caption-title {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.ata-widget-container .ata-price-menu-caption-title a {
  color: #000;
}
.ata-widget-container .ata-price-menu-caption-separator {
  border-bottom: 1px solid rgba(6, 33, 38, 0.2);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 20px;
}
.ata-widget-container .ata-price-menu-caption-description {
  font-weight: 400;
  font-size: 16px;
  color: #748289;
}
.ata-widget-container .ata-price-menu-caption-button {
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #062126;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ata-widget-container .ata-price-menu-caption-button > i {
  font-size: inherit;
  color: #292d32;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ata-widget-container .ata-price-menu-caption-button > svg {
  font-size: inherit;
}
.ata-widget-container .ata-price-menu-caption a:not([href]):not([tabindex]) {
  text-decoration: underline;
}
.ata-widget-container .ata-price-card {
  list-style: none;
}
.ata-widget-container .ata-price-card-item {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
  transition: box-shadow 0.2s ease, background-color 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  position: relative;
}
.ata-widget-container .ata-price-card-item-link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ata-widget-container .ata-price-card-item .ata-price-menu-icon {
  text-align: center;
}
.ata-widget-container .ata-price-card-item .ata-price-menu-icon > i {
  background: 0 0;
}
.ata-widget-container .ata-price-card-caption {
  padding: 17px 30px 30px;
}
.ata-widget-container .ata-price-card-caption-header-title {
  font-weight: 700;
  font-size: 14px;
  color: #1c0903;
  text-transform: uppercase;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.ata-widget-container .ata-price-card-caption-header-description {
  font-weight: 400;
  font-size: 14px;
  color: #8d8481;
}
.ata-widget-container .ata-price-card-caption-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ata-widget-container .ata-price-card-caption-footer-price {
  color: #1c0903;
  font-weight: 700;
  font-size: 20px;
}
.ata-widget-container .ata-price-card-caption-footer-button {
  border: 2px solid #ff8934;
  border-radius: 30px;
  padding: 6px 14px;
  font-weight: 700;
  font-size: 12px;
  color: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ata-widget-container .ata-price-card-caption-footer-button > i {
  font-size: inherit;
  color: #292d32;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ata-widget-container .ata-price-card-caption-footer-button > svg {
  font-size: inherit;
}

.ata-widget-container .ata-price-card-slider .ata-main-swiper{
	position: static;
}

.ata-widget-container .ata-price-card-slider .swiper-pagination {
  bottom: 0;
}
.ata-widget-container
  .ata-price-card-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  opacity: 0.2;
  background-color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ata-widget-container
  .ata-price-card-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  opacity: 1;
}
.ata-widget-container .ata-price-card-slider-button-next {
  right: 10px;
}
.ata-widget-container .ata-price-card-slider-button-prev {
  left: 10px;
}
.ata-widget-container .ata-price-card-slider .elementor-swiper-button > i {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ata-widget-container
  .ata-price-card-slider
  .swiper-container:not(.swiper-container-initialized)
  .swiper-slide {
  max-width: calc(100% / var(--ata-team-slider-slides-to-show, 4));
  margin-right: var(--ata-team-slider-spacing, 30px);
}
.ata-widget-container
  .ata-price-card-slider
  .swiper:not(.swiper-initialized)
  .swiper-slide {
  max-width: calc(100% / var(--ata-team-slider-slides-to-show, 4));
  margin-right: var(--ata-team-slider-spacing, 30px);
}
.ata-widget-container .price-menu-button-icon-before {
  margin-right: 6px;
}
.ata-widget-container .price-menu-button-icon-after {
  margin-left: 6px;
}
/* End Price menu widget  */