@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Roboto+Slab:wght@300;400;500;600;700&display=swap');
:root{
    --primary-color: #334B98;
    --secondary-color: #2BAA56;
    --highlight-color: #f1f1f1;
    --default-color: #414141;
    --lighter-default-color: #94948f;
    --white-color: #ffffff;
    --border-color: #d1d1d1;
	--light-background:#f7f7f7;
    --primary-font:  'Roboto Slab', serif !important;
    --secondary-font:  'Open Sans', sans-serif !important;
	--font-1x: 10px;
	--font-2x: 12px;
	--font-2_5x: 13px;
	--font-3x: 14px;
	--font-3_5x: 15px;
	--font-4x: 16px;
	--font-5x: 18px;
	--font-6x: 20px;
	--font-7x: 22px;
	--font-8x: 24px;
	--font-9x: 26px;
	--font-10x: 28px;
	--font-11x: 30px;
	--font-12x: 32px;
	--font-13x: 38px;
	--font-14x: 42px;
	--font-1rem: 1.5rem;
	--font-1rem: 2rem;
	--font-25rem: 2.4rem;
	--font-3rem: 3rem;
	--font-normal:400;
	--font-bold:500;
	--font-bolder:700;
}
body {
	margin: 0;
	font-family: var(--primary-font);
	color:var(--default-color) !important;
	background: transparent !important;
	font-size:var(--font-4x) !important;
	font-weight:var(--font-normal);
    letter-spacing: .01em;
	line-height: 1.9;
}
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
main {
	flex: 1 0 auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
a, img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
	color:inherit;
}
a{
	color:var(--primary-color);
}
a:hover{
	color:var(--secondary-color);
}
button:focus,a:focus {
	outline: 0px;
}
a, button, input { 
    outline: none; 
}
ol, ul{ 
    margin: 0;
}
strong{ 
  font-weight: 700;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
p { 
    margin: 0 0 20px; 
	text-align:justify;
	margin-bottom: 1.5em;
}
.aretha-logo{
	width:25px;
	height:25px;
}
.rich-text,.rich-text div,.rich-text span,.rich-text p{
	font-family: var(--secondary-font);
	color:var(--default-color) !important;
}
.trunc-1x{
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trunc-2x{
    min-height:45px;
	display: block;
    display: -webkit-box;
    max-width: calc(100% - 5px);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
h1,.rich-text h1 div,.rich-text h1 span,.rich-text h1 p{
	font-size:var(--font-25rem) !important;
	color:var(--primary-color) !important;
	font-family: var(--primary-font);
	font-weight:400 !important;
	line-height:50px;
}
h2:not(.title),.rich-text h2 div,.rich-text h2 span,.rich-text h2 p{
	margin:0 0 0.75em;
	font-size:var(--font-10x) !important;
	font-family: var(--primary-font);
	color:var(--primary-color);
	line-height:1.0em;
	font-weight:500 !important;
	clear:none;
}
h3,.rich-text h3 div,.rich-text h3 span,.rich-text h3 p{
	font-size:var(--font-6x) !important;
	font-family: var(--primary-font);
	color:var(--primary-color);
	line-height:1.9em;
}
h4,.rich-text h4 div,.rich-text h4 span,.rich-text h4 p{
	font-size:inherit!important;
	font-family: var(--primary-font);
	line-height:inherit!important;
}
h5,.rich-text h5 div,.rich-text h5 span,.rich-text h5 p{
	font-size:var(--font-6x) !important;
	font-family: var(--primary-font);
	color:var(--defualt-color);
	line-height:1.9em;
}
h6,.rich-text h6 div,.rich-text h6 span,.rich-text h6 p{
	font-size:var(--font-4x) !important;
	font-family: var(--primary-font);
	color:var(--primary-color);
	line-height:1.9em;
}
@media screen and (max-width: 767px){
	h1,.rich-text h1 div,.rich-text h1 span,.rich-text h1 p{
		font-size:var(--font-8x) !important;
		line-height:40px;
	}
	h2:not(.title),.rich-text h2 div,.rich-text h2 span,.rich-text h2 p{
		font-size:var(--font-6x) !important;
		line-height:30px;
	}
	h3,.rich-text h3 div,.rich-text h3 span,.rich-text h3 p{
		font-size:var(--font-5x) !important;
		line-height:30px;
	}
	h4,.rich-text h4 div,.rich-text h4 span,.rich-text h4 p{
		font-size:inherit!important;
		line-height:inherit!important;
	}
}
.rich-text a{
	color:var(--primary-color);
}
.rich-text h4 a::after,.rich-text u a::after,.anchor-link::after{
	content: "\f08e";
    font-family:FontAwesome;
    padding-left: 5px;
}
.rich-text img{
	max-width:100%; 
}
.rich-text .img-left{
	margin-right:1.5em;
	margin-bottom:1.5em;
	float:left;
}
.rich-text .img-right{
	margin-left:1.5em;
	margin-bottom:1.5em;
	float:right;
}
.rich-text ul{
	list-style: none;
	margin: 0 0 1.5em 0.5em;
	word-break: break-word;
}
.rich-text li::before{
	content: "\f138";
    font-family:FontAwesome;
	color:var(--primary-color);
	margin: 0 10px 0 -25px;
	
}
.rich-text a:hover{
	color:var(--secondary-color);
}
.list-group-item {
    border-radius: 0px !important;
    border: 1px solid var(--lighter-default-color);
    background: var(--lighter-default-color);
}
.list-group-item.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.imgal-modal{
	position:fixed !important;
	z-index:9999;
}
#imgal-modal-close {
    font-size: 28px !important;
    right: 3rem !important;
}
.imagl-nav {
    position: absolute;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 20px;
	cursor:pointer;
}
.imagl-nav i{
    font-size: 40px;
}
.imgal-blk{
    position: relative;
	cursor:pointer;
}
.imgal-blk::before {
	background: rgba(0, 0, 0, 0) linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 100%, var(--primary-color) 100%) repeat scroll 0 0;
    opacity: 0;
	content: "\f08e";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	color: #ffffff8c;
    font-size: 30px;
    text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
    font-family: 'FontAwesome';
}
.imgal-blk:hover::before {
	opacity: 0.8;
}
.imgal-img:hover {
    -webkit-filter: opacity(100%) !important;
    filter: opacity(100%) !important;
}
.group-list-title {
    color: var(--primary-color);
    font-size: var(--font-6x);
	line-height: 50px;
	cursor: pointer;
	position:relative;
}
.group-list-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 50px;
    height: 2px;
    background: var(--primary-color);
}
.group-list-title:after {
    content: '\f106';
    font-family: 'FontAwesome';
    float: right;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}
.group-list-title.collapsed:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.group-list-content {
	margin-top:20px;
	margin-bottom:30px;
}
*::-moz-selection { 
    background: #2457aa; 
    color: var(--white-color);; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #2457aa; 
    color: var(--white-color);;
    text-shadow: none; 
}
::selection { 
    background: #2457aa; 
    color: var(--white-color);; 
    text-shadow: none; 
}

.no_record{
	color:var(--lighter-default-color);
	text-align:center;
	padding:10px;
	margin-bottom:150px;
	width:100%;
	font-size:var(--font-8x);
}
#preloader  {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background:var(--white-color);
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	padding:0 15px;
}
#preloader img{
    width: 200px !important;
	max-width: 90% !important;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid var(--primary-color);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
#totop{
    font-weight: 900;
    color: var(--white-color);;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 2px;
    line-height: 34px;
    border-radius: 12px;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: var(--font-7x);
    display: inline;
	background: var(--primary-color);
}

main .container-fluid {
    padding: 0px 30px;
}

.imgal-modal{
	position:fixed !important;
	z-index:9999;
}
#imgal-modal-close {
    font-size: 28px !important;
    right: 3rem !important;
}
.imagl-nav {
    position: absolute;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 20px;
	cursor:pointer;
}
.imagl-nav i{
    font-size: 40px;
}
@media (max-width: 991px){
	main .container-fluid {
		padding: 0px 15px;
	}
	
	.page-header-title {
		font-size:var(--font-5x);
	}
}

::marker{
	color:#6b0f24;
}
/* menu */
.sticky {
    position: fixed !important;
    top: 0;
	transform: translateY(0);
}
.hidden-sticky {
    position: relative !important;
    top: 0;
	transform: translateY(-100%);
}
.main-header{
	
}
.header{
	z-index: 9;
	-webkit-box-shadow: 0px 0px 9px 0px rgb(6 22 58 / 7%);
    -moz-box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07);
    box-shadow: 0px 0px 9px 0px rgb(6 22 58 / 7%);
	width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
	position: relative;
	background:var(--white-color);
}
.header_logo {
    padding: 4px 8px;
    width: 100%;
}
.header_logo img{
	max-width: 100%;
    max-height: 100%;
	width:390px;
}
.top-header{
	background:var(--primary-color);
	color:var(--white-color);
	border-bottom:1px solidvar(--border-color);
	padding: 0px 5px;
	margin-left: 15%;
    position: relative;
}
.top-header:after {
    content: '';
    position: absolute;
    width: 46px;
    height: 40px;
    left: 0px;
    background: var(--primary-color);
    transform-origin: 54% 0;
    transform: rotate(62deg);
    z-index: -1;
}
.top-header a{
	padding:4px;
}
.top-header a:after{
	content:" | ";
}
.top-header a:hover{
	color:var(--white-color);
}
.top-header a:hover:after{
	color:var(--white-color);
}

.top-header a:last-child:after{
	content:"";
}
#menu-home i{
	font-size:30px;
	color:var(--primary-color);
}
.main-header{
	display:flex;
	align-items:center;
}
.menubar {
    position: relative;
	cursor: pointer;
    margin-left: 10px;
}
.header ul, .header ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header ul:before, .header ul:after {
    content: "";
    display: table;
}

.nav_sub_menudropdown,.nav_main_menu {
    padding: 0 13px;
    position: relative;
}
.nav_sub_menudropdown:before {
	content: "\f107";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    width: 14px;
    height: 11px;
    position: absolute;
    top: -8px;
    bottom: 0;
    right: -3px;
    margin: auto;
    pointer-events: none;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
}
.nav_sub_menudropdown > a,.nav_main_menu > a {
	color:var(--default-color);
	line-height:65px;
    letter-spacing: 0.1px;
    position: relative;
}
.nav_sub_menudropdown:hover > a,.nav_main_menu:hover > a {
	color:var(--secondary-color);
}
a {
    display: inline-block;
}
a {
    color:inherit;
    text-decoration: none;
}
a {
    background: transparent;
}
.nav_sec_sub_menu, .nav_sub_menu {
	color:var(--white-color);
    width: 300px;
    padding: 0;
    -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 50%);
    position: absolute;
    top: calc(100% - 2px);
    bottom: inherit;
    left: 0;
    z-index: 999;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}
.nav_sec_sub_menu, .nav_sub_menu {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
}
.nav_sec_sub_menu a, .nav_sub_menu a {
	color:inherit !important;
	line-height:20px;
    display: block;
    letter-spacing: 0.5px;
    padding: 12px 20px 12px 25px;
    position: relative;
}
.nav_innermenu {
    position: relative;
}
.nav_sec_sub_menu {
    width: 250px;
    top: 0;
    bottom: inherit;
    left: 100%;
}
.nav_innermenu:before {
	content: "\f107";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    width: 14px;
    height: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    pointer-events: none;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.nav_sec_sub_menu li.showmenu, .nav_sec_sub_menu li:hover, .nav_sub_menu li.showmenu, .nav_sub_menu li:hover, .nav_innermenu li:hover {
    background: var(--primary-color);
    color: var(--white-color);
}
@media screen and (min-width: 1200px){
	.nav_sub_menudropdown.showmenu .nav_sub_menu, .nav_sub_menudropdown:hover .nav_sub_menu {
		background: var(--lighter-default-color);
		color: var(--white-color);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		transition: all 500ms ease;
		-ms-transition: all 500ms ease;
	}
	.nav_sub_menudropdown.showmenu:before, .nav_sub_menudropdown:hover:before {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.nav_innermenu.showmenu .nav_sec_sub_menu, .nav_innermenu:hover .nav_sec_sub_menu {
		background: var(--lighter-default-color);
		color: var(--white-color);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		transition: all 500ms ease;
		-ms-transition: all 500ms ease;
	}
	.nav_innermenu:hover::before{
		color:var(--white-color);
	}
	
	.nav_sub_menudropdown:first-child {
		padding-left: 0;
	}
}
.nav_sub_menudropdown:last-child .nav_sec_sub_menu {
	right: 100%;
	left: inherit;
}
.nav__menuMobile {
	width: 21px;
	height: 20px;
	position: relative;
	top: 20px;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	cursor: pointer;
}
@media screen and (max-width: 1199px){
	.header_logo{
		text-align: center;
	}
	.menubar-box {
        display: block;
        width: 30px;
        height: 24px;
    }
    .menubar-inner, .menubar-inner:after, .menubar-inner:before {
        position: absolute;
        width: 30px;
        height: 3px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: var(--primary-color);
    }
    .menubar .menubar-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
        transition-timing-function: cubic-bezier(.55,.055,.675,.19);
        transition-duration: .1s;
    }
    .menubar-inner:after, .menubar-inner:before {
        display: block;
        content: '';
    }
    .menubar-inner:after {
        bottom: -8px;
    }
    .menubar-inner:before {
        top: -8px;
    }
    .menubar.is-active .menubar-inner {
        transition-delay: .14s;
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: rotate(45deg);
    }
    .menubar.is-active .menubar-inner:before {
        top: 0;
        transition: top .1s ease,opacity .1s ease .14s;
        opacity: 0;
    }
    .menubar.is-active .menubar-inner:after {
        bottom: 0;
        transition: bottom .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .14s;
        transform: rotate(-90deg);
    }
	.nav_menu li {
		float: none;
		border-bottom: 1px solid rgba(255,255,255,0.14);
	}
	.nav_menu a {
		display: block;
		color: #fff !important;
	}
	.nav_slideShow.active {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.nav_slideShow {
		width: 100%;
		height: calc(100vh - 50px);
		max-width: 400px;
		background: var(--primary-color);
		padding: 10px 0;
		position: fixed;
		float: none;
		left: 0;
		top: 85px;
		bottom: 0;
		z-index: 9;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.6s ease;
		-o-transition: 0.6s ease;
		-moz-transition: 0.6s ease;
		transition: 0.6s ease;
		-ms-transition: 0.6s ease;
		-webkit-transform: translateY(10%);
		-moz-transform: translateY(10%);
		-ms-transform: translateY(10%);
		-o-transform: translateY(10%);
		transform: translateY(10%);
	}
	.nav_slideShow.active {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.nav_sub_menudropdown:hover.active::before, .nav_sub_menudropdown.active::before, .nav_sec_sub_menu_dropdown.active::before {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.nav_sub_menudropdown:before {
		color:var(--white-color);
		width: 8px;
		height: 14px;
		top: 20px;
		right: 20px;
		margin: 0;
	}
	.nav_innermenu.active::before {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.nav_innermenu::before {
		color:var(--white-color);
		width: 8px;
		height: 14px;
		top: 14px;
		right: 15px;
		margin: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.nav_menu li {
		float: none;
		border-bottom: 1px solid rgba(255,255,255,0.14);
	}
	.nav_menu li:last-child {
		border: none;
	}
	.nav_sec_sub_menu, .nav_sub_menu {
		width: 100%;
		background: transparent;
		position: static;
		-webkit-box-shadow: inherit;
		-moz-box-shadow: inherit;
		box-shadow: inherit;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-ms-transform: inherit;
		-o-transform: inherit;
		transform: inherit;
	}
	.nav_sub_menu {
		position: static;
		display: none;
	}
	.header_logo img{
		margin-left:auto;
		max-height:50px;
		width:auto;
		max-width:100%;
	}
	
	.top-header {
		width: 100%;
		background-color: var(--primary-color) !important;
		color: var(--white-color) !important;
		border:0px;
		margin-left: 0%;
	}
	.top-header a:hover{
		color:var(--white-color);
	}
	.top-header a:hover:after{
		color:var(--white-color);
	}
}
@media screen and (max-width: 767px){
	.top-header.active {
		left: 0;
	}
}

/* menu */
/
/* page-title */
/* ===============================================
    Page-Title-Row
------------------------*/
.page-link{
	color:var(--primary-color) !important;
}
.page-header {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display: flex;
    align-items: center;
}
.page-header-cover{
	background-color: #323232;
    opacity: .8;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
.page-header .container{
	padding:100px 0px;
	z-index:1;
}
.breadcrumbs{
	color: var(--white-color);
    text-transform: capitalize;
    font-size: var(--font-3x);
    font-weight: 400;
    width: 100%;
    cursor: default;
    word-break: break-word;
    position: absolute;
    top: 0px;
    background: #ffffff5e;
    padding: 4px 0px;

}
.noaction-breadcrumb{
    cursor: default;
}
.breadcrumbs a:not(.noaction-breadcrumb):hover{
	color: var(--primary-color);
}
.breadcrumbs a.noaction-breadcrumb:hover{
    color: inherit;
    cursor: inherit;
}
.breadcrumbs span{
	word-break: break-word;
}
.breadcrumbs a{
	display:inline;
	word-break: break-word;
}
.breadcrumbs a:after {
    content: "/";
	padding:0 5px;
    color: var(--secondary-color);
}
.breadcrumbs a:last-child:after {
    content: "";
}
.page-title {
    width: 100%;
	margin-top:15px;
	text-align:center;
}
.page-title span{
    color: var(--white-color);
    font-size: var(--font-12x);
    display: inline-block;
	border-radius:1px;
	font-weight:var(--font-bold);
    background: var(--primary-color);
    padding: 0px 25px;
}
.footer{
    font-size: var(--font-4x);
	margin-top: 50px;
	background:#f1f1f1;
}
.footer-content{
	display:flex;
	flex-wrap:wrap;
	border-bottom: 1px solid #bbb2b2;
	padding:25px 0px;
}
.footer-header {
    font-size: var(--font-5x);
    font-weight: var(--font-bolder);
	margin-bottom:10px;
}
.footer-img img {
    width: 300px;
	max-width:100%;
}
.footer .main-link{
    margin-bottom: 5px;
    display: block;
}
.footer a:hover{
	color:var(--primary-color);
}
.footer a:hover .aretha-logo{
	fill:var(--primary-color);
}
a.social-media {
    font-size: 35px;
    margin-right: 10px;
}
/* button */
.ats-btn{
	background-color: transparent;
    border: 1px solid currentColor;
	border-radius: 25px;
	padding: 14px 30px 14px 30px;
	display: inline-block;
    vertical-align: middle;
    line-height: normal;
    position: relative;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.ats-btn-sm{
    font-weight: 500 !important;
	font-size:var(--font-3x);
	line-height: 22px;
	padding: 6px 15px 6px 15px;
}
.ats-btn:not(.btn-inline)::before {
    content: '';
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    z-index: -1;
}
.ats-btn:hover::before {
    bottom: auto;
    top: 0;
    height: 100%;
}
.ats-btn-primary{
	border-color:var(--primary-color);
}
.ats-btn-primary:hover{
	color:var(--white-color);
}
.ats-btn-primary:hover::before{
	background-color:var(--primary-color);
}
.ats-btn-secondary{
	border-color:var(--white-color);
}
.ats-btn-secondary:hover{
	color:var(--primary-color);
}
.ats-btn-secondary:hover::before{
	background-color:var(--white-color);
}
a.end_button{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight:  600;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
a.end_button span{
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 37px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 400;
    border-radius: 50%;
    border: 1px solid;
    margin: 0 auto;
    background-color: inherit;
    margin-bottom: 17px;
    transition: all .4s;
}
span.end_button_txt {
    font-size: var(--font-5x);
    line-height: 1;
    font-weight: 600;
    display: block;
}

a.end_button:before, a.end_button:after{
    position: absolute;
    content: "";
    left: 50%;
    right: 0;
    top: 20px;
    height: 1px;
    width: 30%;
    margin: 0 40px;
    background-color: var(--default-color);
    transition: all .4s;
}
a.end_button span:hover{
	color:var(--white-color);
	background:var(--primary-color);
	border-color:var(--primary-color);
}
a.end_button:before{
    left: auto;
    right: 50%;
}
.dataTable thead{
	display:none;
}
.dataTable input.form-control.form-control-sm {
    margin: 0px !important;
}
.dataTable td, .dataTable th{
	padding:0;
	border:0px;
	width: 100%;
    display: block;
}
.dataTables_info {
    padding: 0px !important;
    color: var(--secondary-color);
    margin-top: -5px;
}
.dataTables_wrapper {
	padding:0px !important;
}
.dataTable .dataTables_empty{
	padding:0px 15px;
}
.page-item.active .page-link{
	background-color: var(--primary-color)!important;
    border-color: var(--primary-color)!important;
    color: var(--white-color)!important;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link {
    color: var(--secondary-color) !important;
}
.page-link:focus{
	box-shadow: none;
}
.flexslider.flexslider_carousel{
	border: 0px solid #ffffff !important;
    margin-top: -60px !important;
    padding: 0 60px !important;
    background: transparent !important;
}
.flexslider_carousel .slides li{
	position:relative;
	cursor: pointer;
}
.flexslider_carousel .slides li.flex-active-slide:after{
	display:none;
}
.flexslider_carousel .slides li:after{
	content: " ";
	position: absolute;
    width: 100%;
    height: 100%;
    background: #e0d5d594;
    top: 0;
    left: 0;
	cursor: pointer;
}
.flex-direction-nav a {
	height:80px !important;
}
.flexslider{
	margin:0px !important;
}