html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

@font-face{
	font-family:'almoni-dl';
	font-weight:400; /*(regular)*/
	font-style: normal;
	src: url('../fonts/almoni-neue-aaa-400.eot');
	src: url('../fonts/almoni-neue-aaa-400.eot?#iefix') format('embedded-opentype'),
	url('../fonts/almoni-neue-aaa-400.ttf') format('truetype'),
	url('../fonts/almoni-neue-aaa-400.woff') format('woff');
}

@font-face{
	font-family:'almoni-dl';
	font-weight:700; /*(bold)*/
	font-style: normal;
	src: url('../fonts/almoni-neue-aaa-700.eot');
	src: url('../fonts/almoni-neue-aaa-700.eot?#iefix') format('embedded-opentype'),
	url('../fonts/almoni-neue-aaa-700.ttf') format('truetype'),
	url('../fonts/almoni-neue-aaa-700.woff') format('woff');
}

@font-face{
	font-family:'almoni-dl';
	font-weight:900; /*(black)*/
	font-style: normal;
	src: url('../fonts/almoni-neue-aaa-900.eot');
	src: url('../fonts/almoni-neue-aaa-900.eot?#iefix') format('embedded-opentype'),
	url('../fonts/almoni-neue-aaa-900.ttf') format('truetype'),
	url('../fonts/almoni-neue-aaa-900.woff') format('woff');
}

/* End Font Import */

* {
	box-sizing: border-box;
}

body {
	font-family: 'almoni-dl', arial;
	font-size: 18px;
	color: #383b3d;
	font-weight: 400;
	line-height: 25px;
	background: #fff;
	position: relative;
	background: #fafafa;
	padding-top: 70px;
}

input, textarea, select, button {
	font-family:  'almoni-dl', arial;
	font-weight: 400;
	font-size: 18px;
	color: inherit;
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0 10px;
	line-height: 40px;
	-webkit-appearance: none;
	border: 1px #e1e1e1 solid;
	background: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 100%;
	background: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

textarea {
	height: 80px;
	padding: 2px 10px;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, textarea:hover,
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	border: 1px #b3b3b3 solid;
}

input[type="submit"], button {
	border: 0;
	background: #2371ba;
	line-height: 60px;
	padding: 0 20px;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2ms;
	-o-transition: all 0.2ms;
	transition: all 0.2s;
	font-weight: 700;
	font-size: 20px;
}

input[type="submit"]:hover, button:hover {
	background: #212c55;
	color: #fff;
}

a:link, a:visited {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: inherit;
}


.swiper-button-prev,
.swiper-button-next {
	background: #425168 !important;
	width: 32px !important;
	height: 32px !important;
	background-image: none !important;
	line-height: 32px !important;
	border-radius: 50%;
	right: 0 !important;
	top: auto !important;
	bottom: 0;
	left: auto !important;
	text-decoration: none !important;
	text-align: center;
}

.swiper-button-prev {
	left: 0 !important;
	right: auto !important;
}

.swiper-button-prev:before,
.swiper-button-next:before {
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 12px;
	color: #fff;
}

.swiper-button-next:before {
	content: "\f105";
}

.swiper-pagination {
	position: static !important;
	-webkit-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
	left: 0 !important;
	margin: 25px auto 10px auto;
	height: 8px;
}

.swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: top;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: #425168;
}

strong {
	font-weight: 700;
}

hr {
	background: #d4d3d9;
	height: 1px;
	border: 0;
	margin: 20px 0;
}

.wrapper {
	width: 1160px;
	margin: 0 auto;
	position: relative;
}

p {
	margin: 0  0 12px 0;
}

p:first-child {
	margin-top: 0;
}

::selection {
	background: #ccc;
}

::-moz-selection {
	background: #ccc;
}

section.content article .featured {
	height: 100%;
}

section.content article .featured a {
	display: flex;
	height: 100%;
	text-decoration: none;
}

section.content article .featured a .thumb {
	width: 40%;
	border-radius: 5px;
	background-size: cover;
	background-position: center center;
	background-color: #ececec;
	overflow: hidden;
	position: relative;
}

section.content article .featured a .thumb video.video-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

section.content article .featured a .text {
	width: 60%;
	padding: 0 20px 0 0;
}

section.content article .featured a .text .category {
	display: inline-block;
	line-height: 30px;
	margin: 0 0 10px 0;
	font-weight: 700;
	line-height: 25px;
	position: relative;
	padding: 0 10px 0 0;
}

section.content article .featured a .text .category div {
	position: absolute;
	top: 4px;
	right: 0;
	width: 4px;
	height: calc(100% - 7px);
}

section.content article .featured a .text h2 {
	color: #000;
	font-size: 32px;
	line-height: 32px;
	margin: 0 0 5px 0;
}

section.content article .featured a .text h3 {
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	color: #888;
}

section.content article .featured a .text .readmore {
	display: inline-block;
	line-height: 38px;
	padding: 0 20px;
	font-weight: 700;
	margin: 10px 0 0 0;
	color: #fff;
}

section.content article .featured a .text .readmore .fa {
	font-size: 15px;
	margin: 0 5px 0 0;
}

section.content article .categories-icons ul {
	display: flex;
	background: #fff;
	-webkit-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  -moz-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
	border-radius: 3px;
}

section.content article .categories-icons ul li {
	flex: 1;
	text-align: center;
	padding: 20px;
	border-right: 1px #ececec solid;
}

section.content article .categories-icons ul li:first-child {
	border-right: 0;
}

section.content article .categories-icons ul li a {
	display: block;
	text-decoration: none;
}

section.content article .categories-icons ul li a svg {
	max-height: 35px;
	margin: 0 0 5px 0;
	fill: #7a818a;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

section.content article .categories-icons ul li a div {
	height: 3px;
	width: 30px;
	margin: 5px auto 10px auto;
	fill:
}

section.content article .categories-icons ul li a h3 {
	font-size: 18px;
	color: #000;
	margin: 0;
	line-height: 18px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

section.content article .category-posts h2 {
	font-size: 26px;
	line-height: 26px;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	color: #000;
	position: relative;
}

section.content article .category-posts h2 span {
	position: absolute;
	top: 4px;
	right: 0;
	width: 4px;
	height: calc(100% - 7px);
}

section.content article .category-posts h2 a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

section.content article .category-posts > div {
	display: flex;
	margin: 0 0 20px 0;
}

section.content article .category-posts > div > a {
	width: 47%;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  -moz-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
	text-decoration: none;
}

section.content article .category-posts > div > a > div {
	position: relative;
	z-index: 3;
}

section.content article .category-posts > div > a .thumb {
	height: 190px;
	background-position: center center;
	background-size: 100% auto;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

section.content article .category-posts > div > a:hover .thumb {
	background-size: 110% auto;
}

section.content article .category-posts > div > a h3 {
	font-size: 22px;
	line-height: 22px;
	color: #000;
	padding: 5px 10px 2px 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

section.content article .category-posts > div > a h4 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #7a818a;
	padding: 0 10px 5px 10px;
	margin: 0;
}

section.content article .category-posts > div > a div.info {
	color: #7a818a;
	line-height: 30px;
	font-size: 15px;
	border-bottom: 1px #ececec solid;
	padding: 0 10px;
}

section.content article .category-posts > div > ul {
	width: 53%;
	padding: 0 20px 0 0;
	list-style: none;
	margin: 0;
}

section.content article .category-posts > div > ul > li {
	margin: 7px 0 0 0;
	padding: 7px 0 0 0;
	border-top: 1px #ececec solid;
}

section.content article .category-posts > div > ul > li:first-child {
	border-top: 0;
	margin: 0;
	padding: 0;
}

section.content article .category-posts > div > ul > li a {
	display: flex;
	align-items: flex-start;
	text-decoration: none;
}

section.content article .category-posts > div > ul > li .thumb {
	width: 85px;
	height: 65px;
	border-radius: 3px;
	background-color: #e1e1e1;
	background-size: 100% auto;
	background-position: center center;
	-webkit-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  -moz-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  box-shadow: 0 3px 5px -2px rgba(0,0,0,.1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

section.content article .category-posts > div > ul > li a:hover .thumb {
	background-size: 110% auto;
}

section.content article .category-posts > div > ul > li .text {
	width: calc(100% - 85px);
	padding: 0 10px 0 0;
}

section.content article .category-posts > div > ul > li h3 {
	font-size: 18px;
	line-height: 18px;
	color: #000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

section.content article .category-posts > div > ul > li .info {
	font-size: 15px;
	line-height: 15px;
	color: #888;
}

/*
section.content article .category-posts .swiper-wrapper {
	margin: -10px;
}
*/

section.content article .category-posts .swiper-container .swiper-slide {
	display: block;
	padding: 10px 0;
}

section.content article .category-posts .swiper-container .swiper-slide a {
	display: flex;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  -moz-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
	margin: 10px 0 0 0;
}

section.content article .category-posts .swiper-container .swiper-slide a:first-child {
	margin: 0;
}

section.content article .category-posts .swiper-container .swiper-slide a .thumb {
	width: 105px;
	height: 105px;
	background-position: center center;
	background-size: cover;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

section.content article .category-posts .swiper-container .swiper-slide a .text {
	width: calc(100% - 105px);
	padding: 10px;
}

section.content article .category-posts .swiper-container .swiper-slide a .info {
	color: #7a818a;
	line-height: 30px;
	font-size: 15px;
	border-bottom: 1px #ececec solid;
	padding: 0 10px;
}

section.content article .category-posts .swiper-container .swiper-slide a h3 {
	font-size: 18px;
  line-height: 18px;
  margin: 0 0 5px 0;
  color: #000;
}

section.content article .category-posts .swiper-container .swiper-slide a h4 {
	font-size: 15px;
	font-weight: 400;
	line-height: 17px;
	margin: 0 0 10px 0;
	color: #888;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

section.content article .category-posts .swiper-container .swiper-slide a .readmore {
	display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  padding: 5px 8px;
  background: #425168;
  color: #fff;
}

section.content article .category-posts .swiper-container .swiper-slide a .readmore .fa {
	font-size: 12px;
	margin: 0 5px 0 0;
}

 section.content article .category-posts > div.elementor-swiper {
	 display: none;
 }

section.content article .category-posts > a {
	text-align: center;
	font-weight: 700;
	background: #fff;
	display: block;
	line-height: 50px;
	font-size: 20px;
	-webkit-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  -moz-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

ul.realmedia-contact li {
	display: flex;
	margin: 20px 0 0 0;
}

ul.realmedia-contact li:first-child {
	margin: 0;
}

ul.realmedia-contact li .fa {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	background: #425168;
	font-size: 15px;
	color: #fff;
	position: relative;
	top: 4px;
}

ul.realmedia-contact li div {
	width: calc(100% - 30px);
	padding: 0 10px 0 0;
}

ul.realmedia-contact li div h3 {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 5px 0;
}

ul.realmedia-recent-posts li {
	margin: 10px 0 0 0;
}

ul.realmedia-recent-posts li:first-child {
	margin: 0;
}

ul.realmedia-recent-posts li a {
	display: flex;
	text-decoration: none;
}

ul.realmedia-recent-posts li a:hover h3 {
	color: #fff;
	text-decoration: none;
}

ul.realmedia-recent-posts li .thumb {
	width: 65px;
	height: 65px;
	background-size: 100% auto;
	background-position: center center;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

ul.realmedia-recent-posts li a:hover .thumb {
	background-size: 110% auto;
}

ul.realmedia-recent-posts li .excerpt {
	width: calc(100% - 65px);
	padding: 0 10px 0 0;
}

ul.realmedia-recent-posts li .excerpt h3 {
	color: #000;
	font-weight: 700;
	display: block;
	line-height: 20px;
	margin: 0 0 5px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
	white-space: normal;
}

ul.realmedia-recent-posts li a:hover .excerpt h3 {
	color: #425168;
}

ul.realmedia-recent-posts li .excerpt h4 {
	font-size: 15px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #888;
	line-height: 15px;
}

header {
	width: 100%;
	height: 70px;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2ms;
	-o-transition: height 0.2ms;
	transition: height 0.2s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1001;
	background: #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}

header .wrapper {
	height: 100%;
	display: flex;
	align-items: center;
}

header a.logo {
	background-image: url('../images/logo.jpg');
	min-width: 240px;
	height: 70px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2ms;
	-o-transition: all 0.2ms;
	transition: all 0.2s;
}

header ul.menu {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
	display: flex;
	border-right: 1px #ececec solid;
	padding: 0 20px 0 0;
	margin: 10px 20px;
	flex: 1;
}

header ul.menu > li {
	line-height: 70px;
	margin: -10px 15px -10px 0;
	position: relative;
	white-space: nowrap;
}

header ul.menu > li:first-child {
	margin-right: 0;
}

header ul.menu > li > a:after {
	content: " ";
	position: absolute;
	bottom: 18px;
	right: 50%;
	width: 0;
	height: 2px;
	background: #ddd9b6;
	-webkit-transition: width 0.2s;
	-moz-transition: width 0.2ms;
	-o-transition: width 0.2ms;
	transition: width 0.2s;
}

header ul.menu > li > a:before {
	content: " ";
	position: absolute;
	bottom: 18px;
	left: 50%;
	width: 0;
	height: 2px;
	background: #ddd9b6;
	-webkit-transition: width 0.2s;
	-moz-transition: width 0.2ms;
	-o-transition: width 0.2ms;
	transition: width 0.2s;
}

header ul.menu > li:hover > a:after,
header ul.menu > li:hover > a:before {
	width: 50%;
}

header ul.menu > li > a {
	display: block;
	color: #888;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

header ul.menu > li:hover > a {
	color: #000;
}

header ul.menu > li.menu-item-has-children > a {
	position: relative;
	padding-left: 15px;
}

header ul.menu > li.menu-item-has-children:after {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	font-size: 12px;
	color: #333;
	top: 0;
}

header ul.menu > li > ul.sub-menu {
	background: rgba(34,181,249,0.9);
	display: none;
	line-height: 25px;
	position: absolute;
	right: 0;
	top: 80px;
	width: 250px;
	z-index: 1;
}

header ul.menu > li > ul.sub-menu > li {
	position: relative;
}

header ul.menu > li > ul.sub-menu > li > a {
	padding: 10px 20px;
	display: block;
	border-top: 1px rgba(255,255,255,0.3) solid;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}

header ul.menu > li > ul.sub-menu > li:first-child > a {
	border-top: 0;
}

header ul.menu > li > ul.sub-menu > li:hover > a {
	color: #fff;
}

header ul.menu > li:hover > ul.sub-menu {
	display: block;
}

header ul.menu > li > ul.sub-menu > li > ul.sub-menu {
	position: absolute;
	right: 250px;
	top: 1px;
	width: 250px;
	display: none;
}

header ul.menu > li > ul.sub-menu > li.menu-item-has-children:after {
	content: "\f104";
	font-family: 'FontAwesome';
	position: absolute;
	left: 10px;
	font-size: 12px;
	line-height: 45px;
	color: #fff;
	top: 0;
}

header ul.menu > li > ul.sub-menu > li:first-child > ul.sub-menu {
	top: 0;
}

header ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
	padding: 10px 20px;
	display: block;
	background: rgba(35,113,186,0.85);
	font-size: 18px;
	border-top: 1px rgba(255,255,255,0.1) solid;
	text-decoration: none;
	color: #fff;
}

header ul.menu > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
	color: #fff;
}

header ul.menu > li > ul.sub-menu > li > ul.sub-menu > li:first-child > a {
	border-top: 0;
}

header ul.menu > li > ul.sub-menu > li:hover > ul.sub-menu {
	display: block
}

header .call {
	display: flex;
  flex-direction: column;
  justify-content: center;
}

header .call a {
	text-decoration: none;
	background: #425168;
	color: #fff;
	line-height: 40px;
	height: 40px;
	font-size: 15px;
	border-radius: 20px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

header .call a strong {
	margin: 0 0 0 2px;
}

header .call a svg {
	height: 15px;
	width: 15px;
	margin: -2px 0 0 5px;
	fill: #fff;
}

header .search,
.pushmenu-menu .search {
	display: flex;
	margin: 0 0 0 10px;
}

header .search input,
.pushmenu-menu .search input {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	background: #fff;
	border: 1px #ececec solid;
	border-left: 0;
	width: calc(100% - 40px);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

header .search input:hover,
header .search input:focus,
.pushmenu-menu .search input:hover,
.pushmenu-menu .search input:focus {
	border: 1px #425168 solid;
	border-left: 0;
}

header .search button,
.pushmenu-menu .search button {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	background: #fff;
	padding: 0;
	border: 1px #ececec solid;
	border-right: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	color: #425168;
}

header .search input:hover + button,
header .search input:focus + button,
.pushmenu-menu .search input:hover + button,
.pushmenu-menu .search input:focus + button {
	border: 1px #425168 solid;
	border-right: 0;
}

header a.phone {
	display: none;
}

.nav-list {
	display: none;
}

.pushmenu-menu {
	display: none;
}

section.title {
	padding: 20px 0;
	background: #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	position: relative;
	text-align: center;
}

section.title .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.title h1 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	color: #425168;
	margin: 0 0 5px 0;
}

section.title .sep {
	margin: 5px 0;
	width: 35px;
	height: 3px;
	background: #ddd9b6;
}

section.title .breadcrumbs, section.title .breadcrumbs a {
	font-size: 15px;
	color: rgba(0,0,0,0.6);
}

body:not(.home) section.content {
	padding: 50px 0;
	background: #fafafa;
}

section.content .wrapper {
	display: flex;
}

section.content .wrapper article {
	width: 70%;
	padding: 0 0 0 25px;
}

section.content.no-sidebar .wrapper article {
	width: 100%;
	padding: 0;
}

section.content .wrapper article ul {
	list-style: disc;
	margin: 0 20px 12px 0;
}

section.content article h2 {
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	margin: 0 0 5px 0;
	color: #425168;
}

section.content article h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 5px 0;
	color: #425168;
}

section.content article h4 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 5px 0;
	color: #425168;
}

section.content aside {
	width: 30%;
}

section.content aside > ul > li,
section.content article aside .widget  {
	margin-top: 20px;
	background: #fff;
  -webkit-box-shadow: 0px 6px 10px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 6px 10px -3px rgba(0,0,0,0.1);
  box-shadow: 0px 6px 10px -3px rgba(0,0,0,0.1);
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px 10px 10px;
	overflow: hidden;
}

section.content aside ul > li:first-child,
section.content article aside .widget:first-child {
	margin-top: 0;
}

section.content aside ul > li h3.widget-title,
section.content article aside .widget h3.widget-title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 -10px 10px -10px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	border-bottom: 2px #fff solid;
	padding: 10px;
	position: relative;
	color: #000;
	text-align: right;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.005) 68%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.005) 68%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.005) 68%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#03000000',GradientType=0 );
}

section.content aside ul > li h3.widget-title a,
section.content article aside .widget h3.widget-title a {
	color: inherit;
	text-decoration: none;
}

section.content aside ul > li.contact {
	background: url('../images/contact_widget_bg.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
	padding: 20px;
}

section.content aside ul > li.contact:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(66, 71, 77, 0.9);
	width: 100%;
	height: 100%;
	z-index: 1;
}

section.content aside ul > li.contact:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(166,0,0,0) 0%, rgba(107,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(166,0,0,0) 0%,rgba(107,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(166,0,0,0) 0%,rgba(107,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a60000', endColorstr='#6b0000',GradientType=0 );
	width: 100%;
	height: 120px;
	z-index: 2;
}

section.content aside ul > li.contact .elementor {
	z-index: 3;
	position: relative;
}

section.content aside ul > li.contact .widget-title {
	display: none;
}


section.content aside ul > li .wpcf7 input {
	margin: 0 0 10px 0;
}

section.content aside ul > li .wpcf7 button {
	margin: 0 -10px -10px -10px;
	width: calc(100% + 20px);
	line-height: 45px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #425168;
}

section.content aside ul > li .wpcf7 button .fa {
	font-size: 15px;
	margin: 0 5px 0 0;
}

section.content aside ul > li form.searchform label {
	display: block;
	font-weight: 400;
	margin-bottom: 5px;
}

section.content aside ul > li form.searchform {
	display: flex;
}

section.content aside ul > li form.searchform input[type="text"] {
	width: calc(100% - 42px);
	line-height: 42px;
	height: 42px;
	border-left: 0;
	-webkit-border-top-right-radius: 21px;
	-webkit-border-bottom-right-radius: 21px;
	-moz-border-radius-topright: 21px;
	-moz-border-radius-bottomright: 21px;
	border-top-right-radius: 21px;
	border-bottom-right-radius: 21px;
}

section.content aside ul > li form.searchform button {
	background: #fff;
	width: 42px;
	line-height: 42px;
	height: 42px;
	border: 1px #e1e1e1 solid;
	border-right: 0;
	color: #425168;
	font-size: 15px;
	padding: 0;
	-webkit-border-top-left-radius: 21px;
	-webkit-border-bottom-left-radius: 21px;
	-moz-border-radius-topleft: 21px;
	-moz-border-radius-bottomleft: 21px;
	border-top-left-radius: 21px;
	border-bottom-left-radius: 21px;
	position: relative;
}

section.content aside ul > li form.searchform button:hover {
	background: #fafafa;
}

section.content aside ul > li form.searchform:hover button,
section.content aside ul > li form.searchform input:focus,
section.content aside ul > li form.searchform input:focus + button,
section.content aside ul > li form.searchform input:hover {
	border-color: #425168;
}

section.content aside ul > li .wpcf7 label {
	display: block;
	margin-bottom: 10px;
}

section.content aside ul > li .wpcf7 label span {
	display: block;
}

section.content aside ul > li .wpcf7 select {
	width: 100%;
}

section.content aside ul > li .wpcf7 div.spam {
	line-height: 15px;
	margin: 0 0 10px 0;
	font-size: 15px;
	color: #888;
}

section.content aside ul > li .wpcf7 button {
	margin: 0 -10px -10px -10px;
	width: calc(100% + 20px);
	line-height: 45px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

section.content .wrapper article > .elementor {
	margin: -10px;
}

section.content .wrapper article .category-description {
	border-bottom: 1px #ececec solid;
	margin: 0 0 20px 0;
	padding: 0 0 8px 0;
}

section.content .wrapper article .posts-category {
		margin: -10px;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
}

section.content .wrapper article .posts-category li {
	padding: 10px;
	width: 50%;
}

section.content.no-sidebar .wrapper article .posts-category li {
	width: calc(100%/3);
}

section.content .wrapper article .posts-category li a {
	display: flex;
	text-decoration: none;
	background: #fff;
	-webkit-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
	box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 100%;
}

section.content .wrapper article .posts-category li a .thumb {
	width: 35%;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

section.content .wrapper article .posts-category li a:hover .thumb {
	background-size: 110% auto;
}

section.content .wrapper article .posts-category li a .text {
	padding: 10px;
	width: 65%;
}

section.content .wrapper article .posts-category li a .text h2 {
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 5px 0;
	color: #000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

section.content .wrapper article .posts-category li a:hover .text h2 {
	color: #425168;
}

section.content .wrapper article .posts-category li a .text h3 {
	font-size: 15px;
	font-weight: 400;
	line-height: 17px;
	margin: 0 0 10px 0;
	color: #888;
}

section.content .wrapper article .posts-category li a .text .readmore {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	padding: 5px 8px;
	background: #425168;
	color: #fff;
}

section.content .wrapper article .posts-category li a .text .readmore .fa {
	margin: 0 5px 0 0;
	font-size: 12px;
}

body.single section.content .wrapper article .breadcrumbs {
	color: #888;
	font-size: 15px;
	line-height: 15px;
	margin: 0 0 5px 0;
}

body.single section.content .wrapper article .breadcrumbs a {
	color: inherit;
}

body.single section.content .wrapper article h1 {
	font-size: 36px;
	line-height: 36px;
	color: #000;
	font-weight: 700;
	margin: 0 0 20px 0;
}

body.single section.content .wrapper article img.thumb {
	max-width: 100%;
	width: 100%;
	display: block;
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
	box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
	margin: 0 0 20px 0;
}

body.single section.content .wrapper article .meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px #ececec solid;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

body.single section.content .wrapper article .meta ul {
	display: flex;
	list-style: none;
	margin: 0;
}

body.single section.content .wrapper article .meta ul.post-meta li {
	line-height: 30px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px #ececec solid;
}

body.single section.content .wrapper article .meta ul.post-meta li:first-child {
	margin: 0;
	padding: 0;
	border-right: 0;
}

body.single section.content .wrapper article .meta ul.post-meta li.username {
	display: flex;
	font-size: 20px;
	font-weight: 700;
}

body.single section.content .wrapper article .meta ul.post-meta li.username .img {
	width: 30px;
	height: 30px;
	border: 1px #ececec solid;
	border-radius: 50%;
	margin: 0 0 0 10px;
	background-size: cover;
}

body.single section.content .wrapper article .meta ul.post-meta li.date {
	font-size: 15px;
	color: #888;
}

body.single section.content .wrapper article .meta ul.social {
	display: flex;
}

body.single section.content .wrapper article .meta ul.social li {
	margin: 0 5px 0 0;
}

body.single section.content .wrapper article .meta ul.social li:first-child {
	margin: 0;
}

body.single section.content .wrapper article .meta ul.social li a {
	width: 24px;
	height: 24px;
	font-size: 12px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

body.single section.content .wrapper article .meta ul.social li a.print {
	background: #425168;
}

body.single section.content .wrapper article .meta ul.social li a.mail {
	background: #425168;
}

body.single section.content .wrapper article .meta ul.social li a.whatsapp {
	background: #25D366;
}

body.single section.content .wrapper article .meta ul.social li a.facebook {
	background: #3b5998;
}

body.single section.content .wrapper article .meta ul.social li a.linkedin {
	background: #007bb5;
}

body.single section.content .wrapper article .meta ul.social li a.google-plus {
	background: #dd4b39;
}

body.single section.content .wrapper article .meta ul.social li a.twitter {
	background: #00aced;
}

body.single section.content .wrapper article .tags {
	background: #fff;
	-webkit-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  -moz-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	margin: 0 0 20px 0;
}

body.single section.content .wrapper article .tags strong {
	color: #425168;
}

body.single section.content .wrapper article .tags strong .fa {
	position: relative;
	font-size: 15px;
	margin: 0 0 0 5px;
}

body.single section.content .wrapper article .author {
	background: #fff;
	-webkit-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  -moz-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 20px 0;
}

body.single section.content .wrapper article .author .image-title {
	display: flex;
	align-items: center;
	border-bottom: 1px #ececec solid;
	padding: 10px;
}

body.single section.content .wrapper article .author .img {
	width: 60px;
	height: 60px;
	border: 1px #ececec solid;
	background-position: center center;
	background-size: cover;
	margin: 0 0 0 10px;
	border-radius: 50%;
}

body.single section.content .wrapper article .author h4 {
	margin: 0;
}

body.single section.content .wrapper article .description {
	padding: 10px;
}

body.single section.content .wrapper article .similar {
	margin: 0 0 20px 0;
}

body.single section.content .wrapper article .similar h2 {
	margin: 0 0 10px 0;
}

body.single section.content .wrapper article .similar .swiper-container {
	margin: -10px;
}

body.single section.content .wrapper article .similar .swiper-slide {
	height: 237px;
	overflow: visible;
	padding: 10px;
}

body.single section.content .wrapper article .similar .swiper-slide a {
	background: #fff;
	display: block;
	height: 100%;
	-webkit-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  -moz-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

body.single section.content .wrapper article .similar .swiper-slide a .thumb {
	height: 125px;
	background-position: center center;
	background-size: 100% auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

body.single section.content .wrapper article .similar .swiper-slide a:hover .thumb {
	background-size: 110% auto;
}

body.single section.content .wrapper article .similar .swiper-slide h3 {
	color: #000;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 10px 10px 10px;
	margin: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

body.single section.content .wrapper article .similar .swiper-slide a:hover h3 {
		color: #425168;
}

body.single section.content .wrapper article .similar .swiper-slide p {
	padding: 0 10px 10px 10px;
	margin: 0;
	color: #888;
	font-size: 15px;
	line-height: 17px;
}

body.single section.content .wrapper article .similar .swiper-pagination,
body.single section.content .wrapper article .similar .swiper-button-prev,
body.single section.content .wrapper article .similar .swiper-button-next {
	display: none;
}


body.single section.content .wrapper article .comments {
	overflow-x: hidden;
}

body.single section.content .wrapper article .comments h2,
body.single section.content .wrapper article .comments h3 {
	background: #fff;
	line-height: 50px;
	padding: 0 10px;
	margin: 0 0 25px 0;
	font-size: 24px;
    -webkit-box-shadow: 0px 6px 10px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 6px 10px -3px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 8px -2px rgba(0,0,0,0.1);
}

body.single section.content .wrapper article .comments ol {
	list-style: none;
	margin: 0;
}

body.single section.content .wrapper article .comments > ol > li {
	margin-top: 25px;
	padding-top: 25px;
	padding-right: 0;
	border-top: 1px #ececec solid;
}

body.single section.content .wrapper article .comments ol li:before {
	display: none;
}

body.single section.content .wrapper article .comments > ol > li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

body.single section.content .wrapper article .comments > ol > li ol {
	margin: 25px 25px 0 0;
}

body.single section.content .wrapper article .comments > ol > li ol li {
	border-right: 3px #1769d9 solid;
	padding: 10px 25px 10px 0;
	margin-top: 25px;
}

body.single section.content .wrapper article .comments > ol > li ol li:first-child {
	margin-top: 0;
}

body.single section.content .wrapper article .comments .comment-body {
	position: relative;
}

body.single section.content .wrapper article .comments .comment-body p {
	margin: 0;
}

body.single section.content .wrapper article .comments .comment-author {
	font-weight: 700;
	font-size: 20px;
	color: #000;
	padding-right: 62px;
}

body.single section.content .wrapper article .comments .comment-author a {
	color: inherit;
}

body.single section.content .wrapper article .comments .comment-author img {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

body.single section.content .wrapper article .comments .commentmetadata {
	padding-bottom: 5px;
	padding-right: 62px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #888;
}

body.single section.content .wrapper article .comments .commentmetadata a {
	color: inherit;
}

body.single section.content .wrapper article .comments .reply {
	margin-top: 12px;
}

body.single section.content .wrapper article .comments .reply a {
	background: #fff;
	border: 1px #ececec solid;
    padding: 0 20px;
    line-height: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    font-size: 16px;
    display: inline-block;
    color: #425168;
    font-weight: bold;
}

body.single section.content .wrapper article .comments .comment-respond {
	margin-top: 25px;
}

body.single section.content .wrapper article .comments .comment-respond input[type="submit"] {
	height: 50px;
	line-height: 50px;
	background: #425168;
}


.realmedia-faq {
	background: transparent !important;
	padding: 0 !important;
	webkit-box-shadow: 0 6px 10px -3px rgba(0,0,0,0) !important;
  -moz-box-shadow: 0 6px 10px -3px rgba(0,0,0,0) !important;
  box-shadow: 0 6px 10px -3px rgba(0,0,0,0) !important;
}

.realmedia-faq h3.widget-title {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0) !important;
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0) !important;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0) !important;
	border-bottom: 0 !important;
}

.realmedia-faq ul li {
		margin: 5px 0 0 0;
}

.realmedia-faq ul li:first-child {
	margin: 0;
}

.realmedia-faq ul li a {
	display: flex;
	background: #000;
	padding: 7px 10px;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

.realmedia-faq ul li a:hover {
	transform: scale(0.97);
}

.realmedia-faq ul li .num {
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 32px;
	font-weight: 700;
}

.realmedia-faq ul li .info {
	width: calc(100% - 45px);
	padding: 2px 10px 2px 0;
}

.realmedia-faq ul li .info h4 {
	font-size: 15px;
	line-height: 15px;
	color: rgba(0,0,0,0.85);
	font-weight: 400;
	margin: 0;
}

.realmedia-faq ul li .info h5 {
	font-size: 15px;
	line-height: 15px;
	color: rgba(0,0,0,0.5);
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
}

.realmedia-faq .faq > a {
	font-weight: 700;
	font-size: 20px;
	margin: 10px 0 0 0;
	display: block;
	text-align: center;
	border-radius: 3px;
	line-height: 40px;
	color: #fff;
}

.sub-menu-categories {
	position: fixed;
	left: 50%;
	margin-left: -580px;
	top: 70px;
	width: 1160px;
	background: #fff;
	display: flex;
	padding: 10px;
	z-index: 1000;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
	box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sub-menu-categories.show {
	opacity: 1;
	visibility: visible;
}

.sub-menu-categories > li {
	flex: 1;
	padding: 10px;
}

.sub-menu-categories > li > a {
	position: relative;
	display: block;
	padding: 0 10px 0 0;
	margin: 0 0 20px 0;
	text-decoration: none;
}

.sub-menu-categories > li > a div {
	position: absolute;
  top: 0;
  right: 0;
  width: 4px;
	height: 100%;
}

.sub-menu-categories > li > a h3 {
	font-size: 20px;
	color: #000;
	line-height: 20px;
	font-weight: 700;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sub-menu-categories > li > ul > li {
	margin: 5px 0 0 0;
}

.sub-menu-categories > li > ul > li:first-child {
	margin: 0;
}

.sub-menu-categories > li > ul > li a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.sub-menu-categories > li > ul > li a .thumb {
	width: 30px;
	height: 30px;
	background-size: 100% auto;
	background-position: center center;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sub-menu-categories > li > ul > li a:hover .thumb {
	background-size: 110% auto;
}

.sub-menu-categories > li > ul > li a .text {
	width: calc(100% - 30px);
	padding: 0 10px 0 0;
}

.sub-menu-categories > li > ul > li a .text h4 {
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sub-menu-categories > li > ul > li a .text .info {
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	color: #888;
	line-height: 15px;
}

.footer-categories {
	background: #fff;
	padding: 40px 0;
	display: none;
}

.footer-categories .wrapper > ul {
	display: flex;
	margin: -10px;
}

.footer-categories .wrapper > ul > li {
	padding: 10px;
	width: 20%;
}

.footer-categories .wrapper > ul > li > a {
	display: flex;
	padding: 0 0 10px 0;
	min-height: 56px;
}

.footer-categories .wrapper > ul > li > a svg {
	height: 28px;
	margin: 0 0 0 10px;
}

.footer-categories .wrapper > ul > li > a h3 {
	line-height: 22px;
	font-weight: 700;
	font-size: 20px;
}

.footer-categories .wrapper > ul > li > ul.sub-cats li {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px #ececec solid;
}

.footer-categories .wrapper > ul > li > ul.sub-cats li:first-child {
	padding: 0;
	border-top: 0;
}

.footer-categories .wrapper > ul > li > ul.sub-cats li a {
	padding: 0 5px;
	display: block;
}

footer {
	background: #00122e url('../images/footer.jpg') no-repeat bottom center;
	background-size: cover;
	color: #ccc;
	position: relative;
}

footer:before {
	content: " ";
	background: rgba(28,31,35,0.9);
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

footer .wrapper {
	padding: 40px 0;
	position: relative;
	z-index: 2;
}

footer ul.widgets {
	display: flex;
	margin: 0 -10px;
}

footer ul.widgets > li {
	width: 25%;
	padding: 0 10px;
}

footer ul.widgets > li a {
	color: rgba(255,255,255,0.7);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

footer ul.widgets > li h3.widget-title {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px rgba(255,255,255,0.15) solid;
	color: #fff;
	position: relative;
	display: block;
}

footer ul.widgets > li h3.widget-title:after {
	content: " ";
	height: 1px;
	width: 40px;
	bottom: -1px;
	right: 0;
	position: absolute;
	background: #425168;
	z-index: 2;
}

footer ul.widgets > li ul.menu li {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px rgba(255,255,255,0.3) dotted;
}

footer ul.widgets > li ul.menu li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

footer ul.widgets > li ul.menu li a {
	color: #fff;
}

footer ul.widgets > li ul.menu li a:after {
	font-family: "FontAwesome";
	content: "\f104";
	font-size: 13px;
	margin: 0 0 0 5px;
	float: left;
	color: rgba(255,255,255,0.7);
}

footer ul.widgets > li ul.menu li a:hover {
	color: #fff;
	text-decoration: none;
}

footer ul.widgets li .textwidget {
	color: #fff;
}

footer ul.realmedia-recent-posts li a .excerpt h3 {
	color: #fff;
}

footer .bottom {
	line-height: 50px;
	font-weight: 400;
	border-top: 1px rgba(255,255,255,0.15) solid;
}

footer .bottom a {
	color: #b9b9b9;
	text-decoration: none;
}

footer .bottom a:hover {
	color: #fff;
}

footer .bottom .wrapper {
	padding: 0;
	display: flex;
	justify-content: space-between;
}

footer .bottom .copyrights {
	color: #fff;
}

footer .bottom .copyrights a {
	color: #fff;
	text-decoration: none;
}

footer .bottom .copyrights a:hover {
	color: #fff;
}

footer .bottom .credits {
	font-size: 15px;
	color: rgba(255,255,255,0.7);
	white-space: nowrap;
}

footer .bottom .credits a {
	color: inherit;
}

footer .bottom .credits a:hover {
	color: #fff;
}

footer .bottom .credits svg {
	fill: rgba(255,255,255,0.7);
	height: 14px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

footer .bottom .credits svg:hover {
	fill: #fff;
}

footer .links ul {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

footer .links ul li:before {
	content: "\00b7";
	display: inline-block;
	margin: 0 15px;
}

footer .links ul li:first-child:before {
	display: none;
}

footer .links ul li a {
	color: #2371ba;
	text-decoration: none;
}

footer .links ul li a:hover {
	color: #004880;
}

.elementor-widget-text-editor {
	color: inherit;
}

.click2action {
	display: none;
}

body.admin-bar header {
	top: 32px;
}

body.admin-bar .sub-menu-categories {
	top: 102px;
}

body.admin-bar .pushmenu-content {
	margin-top: 32px;
}

.elementor-text-editor {
	color: #000;
}

.tableWrap {
	margin: 0 0 20px 0;
}

section.content .wrapper article table {
	background: #fff;
	border: 1px #ececec solid;
	border-collapse: collapse;
	max-width: 100%;
	width: 100%;
}

section.content .wrapper article table th,
section.content .wrapper article table td {
	width: auto;
	padding: 5px 10px;
	border: 1px #ececec solid;
	text-align: right;
}

section.content .wrapper article table tr:first-child td,
section.content .wrapper article table tr:first-child th {
	font-weight: 700;
}


ol.wp-paginate {
	margin: 20px 0 0 0 !important;
	padding: 20px 0 0 0;
	border-top: 1px #ececec solid;
	display: flex;
	justify-content: center;
	margin: 0 -2px;
}

ol.wp-paginate li {
	float: none !important;
	line-height: normal !important;
	display: inline-block !important;
	padding: 0 2px;
}

ol.wp-paginate li span,
ol.wp-paginate li a {
	display: inline-block;
	padding: 0 13px !important;
	line-height: 35px !important;
	border: 0 !important;
	margin: 0 !important;
	background: #fff !important;
  -webkit-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  -moz-box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  box-shadow: 0 6px 10px -3px rgba(0,0,0,.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

ol.wp-paginate li span.current {
	background: #425168 !important;
	color: #fff !important
}

ol.wp-paginate li a:hover {
	color: #425168 !important;
}

.elementor-widget-form .elementor-message {
	color: #fff;
	font-size: 15px;
}

.elementor-widget-form .elementor-message:before {
	font-size: 12px;
	margin: 0 0 0 5px;
}
