@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*start common css for a theme*/
body {
	padding-top: 0px !important;
	font-family: "Source Sans 3", sans-serif !important;
}
.headersection {
    margin-left: 0px;
    margin-right: 0px;
    display: block !important;
}
.footer-top, .footer-bottom {
    margin-left: 0px;
    margin-right: 0px;
}
.container2 {
    margin-top: 0px;
  	background: #FBFBF9;
}
.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    margin: 0;
    padding: 0;
}
div.outsideframe > div.row.hidden-lg.hidden-md {
    display: none !important;
}
/*end common css for all theme*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.theme_hpa {
	font-family: "Inter", serif;
    font-size: 14px;
    color: #3E3E3E;
    background-color: #fff;
    line-height: 20px;
}
.theme_hpa header:after,
.theme_hpa .menudiv:after,
.theme_hpa footer:after,
.theme_hpa .top_section {
	content: "";
	display: table;
	clear  : both;
	width  : 100%;
}

.theme_hpa .menudiv:after{
	display: none;
}

.theme_hpa nav.menudiv {
	margin-bottom: 0 !important;
	border       : 0;
	min-height   : auto;
	border-radius: 0;
	padding: 0;
}

.theme_hpa nav.menudiv .navbar-brand {
	height     : auto;
	padding    : 0;
	margin-left: 0;
}
.theme_hpa nav.menudiv .navbar-brand .logo-main {
	max-width: 280px;
	transition: all 0.3s ease-in-out 0s;
}

.theme_hpa .navbar-nav {
	text-align: center;
	margin: 0;
}

.theme_hpa .navbar-nav>li {
	position: relative;
	float  : none;
	display: inline-block;
	margin: auto;
}

.theme_hpa .navbar-nav>li a {
	color      : #3E3E3E;
	padding    : 13px 20px;
	font-size  : 15px;
	line-height: 35px;
	position   : relative;
	cursor     : pointer;
	font-weight: 600;
	transition: all 0.3s ease-in-out 0s;
	display: inline-block;
}
.theme_hpa .navbar-nav>li.active a {
	color: #8bb26e;
}
.theme_hpa ul.navbar-nav li.dropdown ul.dropdown-menu li a {
	display: block;
	padding: 13px 20px;
    transition: all 0.3s ease-in-out 0s;
    color: #3e3e3e;
    font-size: 14px;
	font-weight: 400;
    line-height: 20px;
	letter-spacing: 0.5px;
    transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
	border-left: 8px solid transparent;
}
.theme_hpa ul.navbar-nav li.dropdown ul.dropdown-menu li i {
	color: #3e3e3e;
}
.theme_hpa ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
	background: #3f444b;
	color: #FFFFFF;
}
.theme_hpa ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover b i {
	color: #FFFFFF;
}
.theme_hpa ul.navbar-nav li.dropdown ul.dropdown-menu li:hover>a>b>i {
	color: #FFFFFF;
}
.theme_hpa .navbar-nav>li.open:focus {
	background: none;
}
.theme_hpa header {
	background-color: #fff;
	top             : 0;
	position        : relative;
	z-index         : 9;
	box-shadow: 0 1px 0 rgba(0,0,0,.1);
	padding: 20px 0 25px;
}

.theme_hpa header ul.nav li a,
.theme_hpa header ul.nav li a:hover,
.theme_hpa header ul.nav li a:focus {
	background-color: transparent;
	outline         : none;
}
.nav>li{
	position: relative;
    display: inline-block;
    text-align: right;
    margin-right: 15px;
    word-wrap: break-word;
}

/* footer start css */
.theme_hpa footer {
	background-color: #183C51;
	font-size       : 14px;
	color: #FFFFFF;
}
.theme_hpa .footer-row {
	width: 100%;
    max-width: 1224px;
    margin: auto;
    position: relative;
	padding: 0 12px;
	display: flex;
	flex-wrap: wrap;
}
.theme_hpa .footer-top {
    background-color: #183C51;
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
}
.theme_hpa .f-col {
	width: 33.333%;
}
.theme_hpa .f-col:first-child {
	padding-right: 60px;
}
.theme_hpa .f-col:nth-child(2) {
	padding-left: 100px;
}
.theme_hpa .f-col:last-child {
	padding-left: 130px;
}
.theme_hpa footer h3 {
	font-size    : 22px;
	line-height: 41px;
	font-weight: 600;
	margin-bottom:  20px;
	margin-top   : 0;
}
.theme_hpa footer p {
	margin: 0;
}
.theme_hpa .footer-col p, .theme_hpa .footer-col address {
	font-size: 14px;
	line-height: 23px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}
.theme_hpa .footer-col address {font-weight: normal;}
.theme_hpa .footer-col address a {
	color: #FFFFFF;
	text-decoration: underline;
}
.theme_hpa .socials {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
	gap: 10px;
}
.theme_hpa .socials li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 18px;
	color: #FFFFFF;
}
.theme_hpa .socials li a.facebook {
	background-color: #3b5998;
}
.theme_hpa .socials li a.twitter {
	background-color: #1da1f2;
}
.theme_hpa .socials li a:hover {text-decoration: none; opacity: 0.9;}
.theme_hpa .socials li:last-child a {margin: 0;}
.theme_hpa .socials li a svg {
	width: 26px;
	height: 26px;
}
.theme_hpa .contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.theme_hpa .contact-info li {
    display: flex;
    gap: 7px;
}
.theme_hpa .contact-info li svg {
    width: 14px;
    height: 14px;
}
.theme_hpa .copyright {
    text-align: center;
    display: block;
    padding-bottom: 30px;
    width: 100%;
}

@-webkit-keyframes pulse-shrink-on-hover {
	to {
		-webkit-transform: scale(0.9);
		transform        : scale(0.9);
	}
}

@keyframes pulse-shrink-on-hover {
	to {
		-webkit-transform: scale(0.9);
		transform        : scale(0.9);
	}
}

/* footer end css */
@media (min-width: 1450px) {
	.theme_hpa .container {
		max-width: 1230px;
		width: 100%;
	}
}
@media (min-width: 768px) {
}
@media only screen and (min-width:1025px) {
	.theme_hpa header.headerfixed {
		position  : fixed;
		top       : 0;
		left      : 0;
		width     : 100%;
		box-shadow: 0 0 7px rgba(0,0,0,0.1);
	}

	.theme_hpa header.headerfixed .navbar-nav>li a {
		padding-top   : 1.5rem;
		padding-bottom: 1.5rem;
	}
	.theme_hpa .navbar-nav>li a.active {
		background: none;
		color: #47A7A6;
	}
	.theme_hpa .navbar-nav>li:hover i, .theme_hpa .navbar-nav>li:hover a {
		color: #47A7A6;
	}
	.theme_hpa header.headerfixed .navbar-nav>li b.dropdown-toggle {
		top: 2.4rem;
	}

	.theme_hpa header.headerfixed nav.menudiv .navbar-brand .logo-main {
		max-width: 143px;
		margin-top: 5px;
	}

	.theme_hpa header.headerfixed .navbar-nav {
		margin-top: 7px;
	}
	.theme_hpa ul.navbar-nav li.dropdown .dropdown-menu.dropdown-submenu {
		visibility: hidden;
		opacity   : 0;
		left      : 240px;
		top       : 0;
		margin-top: 0;
		display   : none;
	}

	.theme_hpa ul.navbar-nav .dropdown-menu .dropdown:hover > .dropdown-menu.dropdown-submenu {
		visibility: visible;
		opacity   : 1;
		display   : block;
	}

	.theme_hpa ul.navbar-nav li.dropdown:hover > ul.dropdown-menu ul.dropdown-menu {
		right: 100%;
		left: inherit;
      	position: absolute;
	}

	.theme_hpa ul.navbar-nav li.dropdown:hover > ul.dropdown-menu ul.dropdown-menu ul.dropdown-menu {
		right: inherit;
		left: 100%;
	}

	.theme_hpa .navbar-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.theme_hpa ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
		visibility: visible;
		opacity   : 1;
		display: block;
	}

	.theme_hpa .navbar-nav>li b {
		font-size: 16px;
		padding-left: 10px;
	}
	.theme_hpa ul.navbar-nav li.dropdown ul.dropdown-menu {
		padding: 0;
		visibility   : hidden;
		opacity      : 0;
		transition   : all 0.3s ease-in-out 0s;
		z-index: 9999;
		min-width: 10em;
		max-width: 1000px;
		background   : #FFFFFF;
		border-radius: 0;
		border       : 0;
		right: 0;
		left: inherit;
		box-shadow: none;
		top: 100%;
	}
}
@media (min-width: 1700px) {
	.theme_hpa ul.navbar-nav li.dropdown ul.dropdown-menu {
		right: inherit;
        left: 0;
	}
}
@media (max-width: 1460px) {
}
@media (max-width: 1199px) {
	.theme_hpa .navbar-nav>li a {padding: 13px 8px;}
}
@media only screen and (max-width: 1024px) {
	.theme_hpa ul.navbar-nav li.dropdown .open + ul.dropdown-menu {
		height: auto;
		opacity: 1;
		display: block;
	}
	.dropdown-toggle i.fa-caret-right:before {
		content: "\f0d7";
	}
	.theme_hpa .navbar-header {
		float: none;
		margin: 0px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.theme_hpa .navbar-collapse.collapse {
		display: none !important;
	}

	.theme_hpa .navbar-toggle {
		display: block;
	}

	.theme_hpa nav.menudiv .navbar-brand{
		margin-top: 0;
		float: none;
		margin-right: auto;
		width: 60%;
        display: flex;
        justify-content: center;
	}

	.theme_hpa nav.menudiv .navbar-brand .logo-main {
		max-width: 290px;

	}
	.theme_hpa .menu-toggle {
		width: 40%;
		display: flex;
		justify-content: center;
	}
	.theme_hpa header {padding: 30px 0 35px;}
	.theme_hpa .navbar-collapse.collapse.in {
		display: block !important;
	}

	.theme_hpa nav {
		justify-content: space-between;
		display        : block;
	}


	.theme_hpa .navbar-toggle {
		font-size: 2rem;
	}

	.theme_hpa .bars{
		color: #33373d;
	}
	.theme_hpa .bars svg {
		width: 20px;
		height: 20px;
	}
	.theme_hpa .bars svg path {fill:#33373d;}
	.theme_hpa .navbar-toggle.collapsed .menu-close{
		display: none;
	}
	.theme_hpa .navbar-toggle:not(.collapsed) .menu-open{
		display: none;
	}
	.theme_hpa #navbarCollapse {
		position          : absolute;
		padding           : 0;
		background        : #fff;
		margin            : 0 auto;
		left              : 0;
		right             : 0;
		max-width         : 100%;
	}

	.theme_hpa #navbarCollapse ul {
		margin       : 0;
		padding      : 0;
		position     : relative;
		border       : 0;
		min-width    : 100%;
		box-shadow   : none;
		outline      : none;
		border-radius: 0;

	}

	.theme_hpa .navbar-nav>li {
		float     : none;
		display   : inline-block;
		width     : 100%;
		text-align: left;
	}

	.theme_hpa ul.navbar-nav li.dropdown ul.dropdown-menu li a {
		white-space: normal;
	}

	.theme_hpa ul.navbar-nav li.dropdown ul.dropdown-menu li a {
		font-size: 13px;
        line-height: 30px;
        font-weight: 400;
        color: #33373d;
		padding: 10px 20px;
		display: block;
		width: 100%;
	}
	.theme_hpa .navbar-nav>li a.open,
	.theme_hpa ul.navbar-nav li.dropdown ul.dropdown-menu li a.open,
	.theme_hpa ul.navbar-nav li.dropdown.open>a {
		background-color: #3f444b;
		color: #FFFFFF;
	}
	.theme_hpa .navbar-nav>li a.open b,
	.theme_hpa .navbar-nav>li a.open b i,
	.theme_hpa ul.navbar-nav li.dropdown.open>a b i {color: #FFFFFF !important;}
	.theme_hpa .navbar-nav>li b {
		color     : #33373d;
		font-size : 13px;
		cursor    : pointer;
		min-width : 23px;
		text-align: center;
		z-index   : 9;
		padding-left: 10px;
	}
	.theme_hpa .navbar-nav>li.dropdown .submenu{
		font-weight: 700;
	}

	.theme_hpa .navbar-nav>li a {
		padding: 10px 20px;
		display: block;
		text-align: center;
		font-size: 13px;
		line-height: 30px;
		font-weight: 400;
		color: #33373d;
	}
	.theme_hpa .navbar-nav>li a:hover, .theme_hpa .navbar-nav>li a:focus, .theme_hpa .navbar-nav>li a.active,
	.theme_hpa header ul.nav li a:hover {
		background-color: #3f444b;
		color: #FFFFFF;
	}
	.theme_hpa .f-col {
		width: 100%;
		margin: 0 0 30px;
		text-align: center;
	}
	.theme_hpa .f-col:last-child {
		margin-bottom: 0;
	}
	.theme_hpa .socials {justify-content: center;}
	.theme_hpa footer p {font-size: 13px;}
	.theme_hpa .f-col:nth-child(2), .theme_hpa .f-col:last-child {
		padding-left: 0;
	}
	.theme_hpa .contact-info {display: flex; justify-content: center; flex-direction: column; align-items: center;}
	.theme_hpa .contact-info li {font-size: 13px; line-height: 23px;}
	.theme_hpa .f-col:first-child {padding: 0;}
}

@media only screen and (max-width:767px) {
	.theme_hpa .navbar-header {
		flex-direction: column;
	}
	.theme_hpa nav.menudiv .navbar-brand {width: 100%; padding-bottom: 20px;}
	.theme_hpa .menu-toggle {
		justify-content: center;
	}
	.theme_hpa footer {
		white-space: normal;
		word-break : break-word;
	}
	.theme_hpa .top_links_wrap {justify-content: center; flex-wrap: wrap;}
	.theme_hpa .top_section .top_links {flex-wrap: wrap; justify-content: center;}
	.theme_hpa header {padding: 30px 0 0;}
	.theme_hpa .f-col {margin: 0 0 43px;}
	.theme_hpa .copyright {padding-bottom: 43px;}
}
@media screen and (max-width: 400px) {
	.theme_hpa nav.menudiv .navbar-brand .logo-main {max-width: 180px;}
}.event_1{background-color: #83b9eb !important;color:black !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:black !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:black !important; }.event_11{background-color: #6aa84f !important;color:black !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:black !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:black !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:black !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:black !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:black !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #6aa84f !important;color:black !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:black !important; }.event_3{background-color: #dd9d5a !important;color:black !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:black !important; }.event_4{background-color: #3181cb !important;color:black !important;}.event_icon_4{color: #3181cb !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#3181cb;color:black !important; }.event_5{background-color: #e06666 !important;color:black !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:black !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:black !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:black !important; }.event_8{background-color: #45818e !important;color:black !important;}.event_icon_8{color: #45818e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#45818e;color:black !important; }.event_9{background-color: #bf9000 !important;color:black !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:black !important; }