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: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/opensanshebrew-regular-webfont.eot');
    src: url('../fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensanshebrew-regular-webfont.woff') format('woff'),
    url('../fonts/opensanshebrew-regular-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/opensanshebrew-bold-webfont.eot');
    src: url('../fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensanshebrew-bold-webfont.woff') format('woff'),
    url('../fonts/opensanshebrew-bold-webfont.ttf') format('truetype');
}

/* End Font Import */

* {
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans Hebrew', arial;
	font-size: 18px;
	color: #181B29;
	font-weight: 400;
	line-height: 25px;
	background: #fafafa;
	position: relative;
	padding: 0;
}

input, textarea, select, button {
	font-family: 'Open Sans Hebrew', arial;
	font-weight: 400;
	font-size: 15px;
	color: inherit;
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0 10px;
	line-height: 36px;
	height: 36px;
	-webkit-appearance: none;
	border: 1px #e1e1e1 solid;
	background: transparent;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2ms;
	-o-transition: all 0.2ms;
	transition: all 0.2s;
	display: block;
	width: 100%;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  text-align: right;
  direction: rtl
}

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: #234baa;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: 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;
	font-weight: 700;
	font-size: 18px;
	border-radius: 19px;
}

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

button .fa {
	font-size: 15px;
	margin: 0 5px 0 0;
}

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

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

strong {
	font-weight: 700;
}

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

.off-canvas {
	position: absolute;
	top: -9999px;
}

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

.clear {
	clear: both;
}

.text-center {
	text-align: center;
}

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

.btn, a.btn {
	background: #ee7000;
	line-height: 45px;
	padding: 0 20px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
}

.swiper-outer {
	margin: -10px;
	position: relative;
}

.swiper-container {
	position: static;
	padding: 10px;
}

.swiper-button-prev,
.swiper-button-next {
	background: #234baa;
	width: 35px;
	height: 35px;
	background-image: none !important;
	line-height: 35px;
	border-radius: 50%;
	right: -60px !important;
	left: auto !important;
	text-decoration: none !important;
	text-align: center;
	margin-top: -17px;
}

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

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

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

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

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

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

header {
	background: transparent;
	position: fixed;
	top: 20px;
	right: 0;
	width: 100%;
	z-index: 1000;
	padding: 0 0 20px 0;
	border-bottom: 1px rgba(255,255,255,0.1) solid;
}

header .wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	height: 100%;
	-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 .logo {
	height: 75px;
	width: 100%;
	background: url('../images/logo.png') no-repeat center center;
	background-size: contain;
	-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;
	margin: 0 0 20px 0;
}

header .logo img {
	display: inline-block;
	height: 70%;
}

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;
	flex: 1;
	justify-content: center;
	margin: 0 164px 0 0;
}

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

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

header ul.menu > li > a:after,
header ul.menu > li > a:before {
	content: " ";
	position: absolute;
	bottom: 10px;
	right: 50%;
	left: auto;
	width: 0;
	height: 2px;
	background: rgba(255,255,255,0.2);
	-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 {
	left: 50%;
	right: auto;
}

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

header ul.menu > li > a {
	display: block;
	color: #fff;
	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;
	font-size: 22px;
}

header ul.menu > li > a .fa-home {
	font-size: 22px
}

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: #fff;
	top: 0;
}

header ul.menu > li > ul.sub-menu {
	background: rgba(139,199,92,0.97);
	display: none;
	line-height: 25px;
	position: absolute;
	right: 0;
	top: 60px;
	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 ul.menu > li.experties:hover > ul.sub-menu {
	background: rgba(35,60,153,0.9);
	width: 850px;
	right: -25px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

header ul.menu > li.experties > ul.sub-menu > li {
	width: 25%;
	padding: 10px;
}

header ul.menu > li.experties > ul.sub-menu > li.menu-item-has-children:after {
	display: none;
}

header ul.menu > li.experties > ul.sub-menu > li > a {
	border: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px rgba(255,255,255,0.2) solid;
}

header ul.menu > li.experties > ul.sub-menu > li > ul.sub-menu {
	display: flex;
	flex-wrap: wrap;
	position: static;
	width: auto;
	background: transparent;
	margin: -5px;
}

header ul.menu > li.experties > ul.sub-menu > li > ul.sub-menu > li {
	width: 100%;
	border: 0;
	padding: 5px;
}

header ul.menu > li.experties > ul.sub-menu > li > ul.sub-menu > li.disabled {
	opacity: 0.5;
}

header ul.menu > li.experties > ul.sub-menu > li > ul.sub-menu > li > a {
	padding: 0 15px 0 0;
	border: 0;
	line-height: 20px;
	font-size: 15px;
	color: rgba(255,255,255,0.8);
	white-space: normal;
	background: transparent;
	position: relative;
}

header ul.menu > li.experties > ul.sub-menu > li > ul.sub-menu > li > a:before {
	content: "\f104";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	top: 0;
}

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


header .phone {
	border: 1px #fff solid;
	height: 42px;
	border-radius: 21px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	font-size: 22px;
	font-weight: 700;
	white-space: nowrap;
	color: #fff;
	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 .phone svg {
	height: 18px;
	margin: -2px 0 0 7px;
	fill: #fff;
	width: 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;
}

header .phone:hover {
	border-color: #234baa;
	background: #234baa;
}

header.shrink {
	background: #fff;
	top: 0;
	padding: 0;
	height: 60px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

header.shrink .logo {
	 background-image: url('../images/logo_shrink.png');
	 height: 38px;
	 width: 178px;
	 margin: 0;
}

header.shrink ul.menu {
	padding: 0 20px;
	margin: 0;
	justify-content: flex-start;
}

header.shrink ul.menu > li {
	margin-right: 20px;
}

header.shrink ul.menu > li > a {
	color: #181b29;
}

header.shrink ul.menu > li.menu-item-has-children:after {
	color: #000;
}

header.shrink ul.menu > li > a:hover {
	color: #234baa;
}

header.shrink ul.menu > li > a:before,
header.shrink ul.menu > li > a:after {
	background: #234baa;
}

header.shrink .phone {
	border-color: #181b29;
	color: #181b29;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	padding: 0 12px;
}

header.shrink .phone svg {
	fill: #181b29;
	height: 14px;
}

header.shrink .phone:hover {
	color: #fff;
	background: #181b29
}

header.shrink .phone:hover svg {
	fill: #fff;
}

.nav-list {
	display: none;
}

.phone-mobile {
	display: none;
}

section.row {
	padding: 50px 0;
}

section.row.inverse {
	background-color: #f1f1f1;
}

section.row h2, section.row h4, section.row h3 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 25px 0;
	color: #234baa;
}

section.banner {
	background: url('../images/banner.webp') no-repeat center center;
	background-size: cover;
	height: 675px;
	padding: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

section.banner:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(20, 28, 84, 0.9);
	z-index: 1;
}

section.banner:after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: calc(((100vw - 1060px)/2) - 80px);
	top: 0;
  	background-position: left bottom;
  	background-repeat: no-repeat;
	background-size: auto 445px;
	z-index: 2;
}

.no-webp section.banner:after {
  background-image: url('../images/portrait.png');
}

.webp section.banner:after {
  background-image: url('../images/portrait.png.webp');
}

section.banner .gradiant {
	width: 100%;
	height: 178px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(-180deg, rgba(0,0,0,0.7) 0%, rgba(35,60,153,0.00) 100%);
	z-index: 2;
}

section.banner .wrapper {
	height: 100%;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: flex-end;
}

section.banner .wrapper .text {
	width: 100%;
	padding: 0 0 20px calc(50% + 50px);
	text-align: justify;
}

section.banner .wrapper .text .portrait {
	display: none;
}

section.banner .wrapper .text .duns img,
section.banner .wrapper .text .duns {
  width: 80px;
  margin: 0 auto 20px auto;
  height: auto;
  display: block;
}

section.banner .wrapper .text .bdiduns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
}

section.banner .wrapper .text .bdiduns div {
 font-style: italic;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  margin: 0 10px;
}

section.banner .wrapper .text .bdiduns img {
 height: 60px; 
  margin: 0 10px;
}

section.banner .wrapper h1 {
	font-size: 42px;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
	margin: 0 0 10px 0;
	color: #fff;
}

section.banner .wrapper h2 {
	font-size: 26px;
  line-height: 32px;
  text-align: center;
  margin: 0 0 20px 0;
  color: #fff;
}

section.banner .wrapper p {
 color: rgba(255,255,255,1); 
  font-weight: bold;
}

section.banner .wrapper ul {
	margin: 30px 0 0 0;
	display: none;
}

section.banner .wrapper ul li {
	color: rgba(255,255,255,0.8);
}

section.banner .wrapper ul li .fa {
	font-size: 15px;
	margin: 0 0 0 5px;
}

section.banner .contact {
	height: 90px;
	background: rgba(19,21,33,0.60);
	position: relative;
	z-index: 4;
	color: #fff;
}

section.banner .contact .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

section.banner .contact .wrapper h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	white-space: nowrap;
}

section.banner .contact .wrapper h4 a {
	color: inherit;
	text-decoration: none;
}

section.banner .contact .wrapper h4 i {
	color: #234baa;
}


section.banner .contact .form {
	display: flex;
	align-items: center;
}

section.banner .contact .or {
	height: 100%;
	min-width: 24px;
	margin: 0 15px;
	position: relative;
}

section.banner .contact .or:before {
	content: " ";
	background: rgba(255,255,255,0.1);
	height: 100%;
	width: 1px;
	top: 0;
	left: 50%;
	position: absolute;
}

section.banner .contact .or span {
	color: #fff;
	font-size: 12px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	background: #234baa;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -12px 0 0 0;
	display: none;
}

section.banner .contact .form  h3 {
	margin: 0 0 0 20px;
}

section.banner .contact .form .wrap {
	display: flex;
	margin: 0 -5px;
}

section.banner .contact .form .wrap label {
	display: block;
	padding: 0 5px;
	width: auto;
}

section.banner .contact .form .wrap label .title {
	display: block;
	margin: 0 0 5px 0;
	font-size: 15px;
	line-height: 15px;
}

section.banner .contact .form .wrap label input {
	background: transparent;
	border: 1px rgba(255,255,255,0.2) solid;
}

section.banner .contact .form .wrap label.button button {
	width: auto;
	margin: 20px 0 0 0;
	line-height: 38px;
	height: 38px;
	white-space: nowrap;
}

body:not(.home) .banner {
	height: auto;
}

body:not(.home) .banner .wrapper {
	padding: 195px 0 40px 0;
	display: block;
	display: flex;
	flex-direction: column;
	align-items: center;
}

body:not(.home) .banner:after {
	display: none
}

body:not(.home) .banner h1 {
	line-height: 42px;
	font-size: 42px;
	margin: 0 0 10px 0;
	font-weight: 900;
	color: #fff;
	white-space: nowrap;
}

body:not(.home) .banner .breadcrumbs,
body:not(.home) .banner .breadcrumbs a {
	color: #fff;
	font-size: 15px;
}

body:not(.home) .banner .breadcrumbs .fa {
	font-size: 12px;
	margin: 0 2px;
}

body:not(.home) .banner .contact {
	display: none
}

body:not(.home) .banner ul.types {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	font-size: 15px;
	display: inline-block;
	background: rgba(0,0,0,0.7);
	color: #fff;
	display: flex;
}

body:not(.home) .banner ul.types > li {
	line-height: 40px;
}

body:not(.home) .banner ul.types > li a {
	color: #fff;
	display: block;
}

body:not(.home) .banner ul.types > li:first-child {
	width: 40px;
	text-align: center;
	background: #234baa;
}

body:not(.home) .banner ul.types > li:last-child {
	padding: 0 10px;
}

body:not(.home) .banner ul.types > li:last-child .fa {
	font-size: 12px;
	margin: 0 0 0 5px;
}

body:not(.home) .banner ul.types > li:first-child.on {
	background: #fafafa;
}

body:not(.home) .banner ul.types > li:first-child.on a {
	color: #234baa;
}

body:not(.home) .banner ul.types > li > ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 1060px;
	display: flex;
	opacity: 0;
	visibility: hidden;
	background: #fafafa;
	z-index: 1000;
	padding: 5px;
	transform-origin: top left;
}

body:not(.home) .banner ul.types > li.on > ul {
	opacity: 1;
	visibility: visible;
}

body:not(.home) .banner ul.types > li > ul li {
	width: calc(100%/8);
	padding: 5px;
}

body:not(.home) .banner ul.types > li > ul li a {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
}

body:not(.home) .banner ul.types > li > ul li a .thumb {
	height: 90px;
	background-position: center center;
	background-size: cover;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

body:not(.home) .banner ul.types > li > ul li a h3 {
	line-height: 30px;
	font-weight: 700;
	color: #234baa;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

section.about h2 {
	font-size: 36px;
	line-height: 42px;
}

section.about .wrapper .info p {
	color: #181B29;
	font-size: 20px;
	line-height: 27px;
	margin: 0 0 20px 0;
	text-align: justify;
}

section.about .wrapper .info > a {
	display: inline-block;
	padding: 0 25px;
	line-height: 45px;
	font-weight: 700;
	background: #234baa;
	color: #fff;
}

section.about .wrapper .info > a .fa {
	font-size: 15px;
	margin: 0 5px 0 0;
}

section.about .wrapper .fields {
	padding: 25px 0 0 0;
}

section.about .wrapper .fields ul {
	display: flex;
	margin: -5px;
	height: calc(100% + 10px);
}

section.about .wrapper .fields ul li {
	width: 25%;
	height: calc(1060px / 4);
	padding: 5px;
}

section.about .wrapper .fields ul li a {
	display: flex;
	padding: 20px;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: relative;
	-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.about .wrapper .fields ul li a:hover {
	background-size: auto 110%;
}

section.about .wrapper .fields ul li a:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24,27,41,0.70);
}

section.about .wrapper .fields ul li a h2 {
	font-weight: 700;
	font-size: 28px;
	margin: 0 0 10px 0;
	color: #fff;
	position: relative;
	z-index: 2;
}

section.about .wrapper .fields ul li a h3 {
	color: rgba(255,255,255,.8);
	font-size: 18px;
	line-height: 18px;
	position: relative;
	z-index: 2;
}

section.about .wrapper .fields ul li a h3 .fa {
	font-size: 12px;
	margin: 0 2px 0 0;
}

section.benefits {
	border-top: 1px #ececec solid;
}

section.benefits ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

section.benefits ul li {
	padding: 10px;
	color: #888;
	width: calc(100% / 3);
}

section.benefits ul li div {
	position: relative;
	color: #234baa;
	font-weight: 700;
	padding: 0 35px 0 0;
}

section.benefits ul li div svg {
	position: absolute;
	top: 3px;
  right: 0;
  width: 25px;
	fill: #234baa;
}

section.news ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

section.news ul li {
	padding: 10px;
	width: calc(100% / 3);
}

section.news .swiper-slide a,
section.news ul li a {
	display: block;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 3px 5px -3px rgba(0,0,0,0.20);
	height: 102px;
	display: flex;
	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;
}

section.news .swiper-slide a:hover,
section.news ul li a:hover {
	box-shadow: 0 3px 15px 0px rgba(0,0,0,0.1);
}

section.news .swiper-slide a .image,
section.news ul li a .image {
	width: 100px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.news .swiper-slide a .image img,
section.news ul li .image img {
	max-width: 80px;
	max-height: 80px;
	display: block;
}

section.news .swiper-slide a .info,
section.news ul li a .info {
	width: calc(100% - 100px);
	padding: 10px;
	display: flex;
	flex-direction: column;
	border-right: 1px #ececec solid;
}

section.news .swiper-slide a .info h3,
section.news ul li a .info h3 {
	line-height: 20px;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 5px 0;
}

section.news .swiper-slide a .info h4,
section.news ul li a .info h4 {
	font-size: 12px;
	color: #888;
	line-height: 15px;
}

section.steps .swiper-slide {
	text-align: center;
	height: 100%;
}

section.steps .swiper-slide:last-child {
	padding: 34px 0 0 0;
}

section.steps .swiper-slide:last-child:before {
	content: "\f177";
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 24px;
	width: 40px;
	line-height: 40px;
	margin: -10px -25px 0 0;
	text-align: center;
	color: #888;
	display: none;
}

section.steps .swiper-slide:first-child:before {
	display: none;
}

section.steps .swiper-slide .icon {
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #234baa;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	border-radius: 50%;
}

section.steps .swiper-slide .icon svg {
	width: 32px;
	fill: #fff;
}

section.steps .swiper-slide h4 {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #181B29;
	margin-bottom: 5px;
}

section.steps .swiper-slide.last h4 {
	color: #234baa;
	font-size: 18px;
}

section.steps .swiper-slide h5 {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #181b29;
	margin-bottom: 5px;
}

section.steps .swiper-slide h6 {
	color: #181b29;
	font-weight: 700;
	font-size: 18px;
}

section.steps .swiper-slide h6 .fa {
	font-size: 15px;
	margin: 0 0 0 5px;
}

section.steps .swiper-slide a.phone {
	font-weight: 700;
	font-size: 42px;
	line-height: 38px;
	margin-bottom: 5px;
	direction: ltr;
	text-decoration: none;
	color: #fd5c27;
	display: inline-block;
}

section.steps .swiper-slide p {
	margin-top: 0;
	line-height: 20px;
	font-size: 15px;
	color: #888;
}

section.steps .swiper-pagination {
	display: none;
}

section.steps .swiper-button-prev,
section.steps .swiper-button-next {
	display: none;
}

section.testimonials {
	background-image: url('../images/testimonials.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

.webp section.testimonials {
  background-image: url('../images/testimonials.jpg.webp');
}

section.testimonials:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24,27,41,0.80);
}

section.testimonials .duns img {
	display: block;
	width: 420px;
	margin: 0 auto 20px auto;
}

section.testimonials h2 {
	color: #fff;
}

section.testimonials h3 {
	color: #fff;
  text-align: center;
  font-weight: bold;
      font-size: 24px;
    margin: 0 0 20px 0;
}

section.testimonials .wrapper {
	position: relative;
	z-index: 1;
}

section.testimonials .testimonial {
	text-align: center;
	margin: 0 auto;
	padding: 0 10px;
	color: #fff;
}

section.testimonials .testimonial .text {
	margin: 20px 0 0 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}

section.testimonials .testimonial .name {
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	padding: 0 0 13px 0;
	position: relative;
	color: rgba(255,255,255,0.9);
}

section.testimonials .testimonial .name:after {
	content: " ";
	position: absolute;
	height: 3px;
	width: 46px;
	bottom: 0;
	right: 50%;
	margin-right: -23px;
	background: rgba(35,60,153,0.8);
}

section.testimonials .swiper-button-next,
section.testimonials .swiper-button-prev {
	background: rgba(0,0,0,.6);
}

section.testimonials .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
}

section.blog .swiper-slide {
	height: 100%;
}

section.blog .swiper-slide a {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 3px 5px -3px rgba(0,0,0,0.20);
	display: block;
	height: 100%;
	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;
}

section.blog .swiper-slide a:hover {
	box-shadow: 0 3px 15px 0px rgba(0,0,0,0.1);
}

section.blog .swiper-slide a .thumb {
	height: 190px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	-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.blog .swiper-slide a:hover .thumb {
	background-size: 110% auto;
}

section.blog .swiper-slide ul.info {
	font-size: 12px;
	display: flex;
	padding: 8px 10px;
	border-bottom: 1px #ececec solid;
	color: #888;
}

section.blog .swiper-slide ul.info li {
	border-right: 1px #ececec solid;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	line-height: 22px;
}

section.blog .swiper-slide ul.info li:first-child {
	margin: 0;
	padding: 0;
	border: 0;
}

section.blog .swiper-slide ul.info li.username {
	display: flex;
	font-weight: bold;
}

section.blog .swiper-slide ul.info li.username .img {
	width: 22px;
	height: 22px;
	border: 1px #ececec solid;
	border-radius: 50%;
	background-size: cover;
	margin: 0 0 0 5px;
}

section.blog .swiper-slide a h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	padding: 10px 10px 0 10px;
	color: #234baa;
	text-align: center;
}

section.blog .swiper-slide a p {
	padding: 10px 10px 5px 10px;
	text-align: justify;
	font-size: 18px;
	line-height: 25px;
}

section.blog .swiper-slide a h5 {
	font-weight: 700;
	font-size: 15px;
	padding: 0 10px 10px 10px;
}

section.blog .swiper-slide a h5 .fa {
	font-size: 12px;
	margin: 0 5px 0 0;
}

section.content .wrapper {
	display: flex;
}

section.content .wrapper article {
	width: calc(100% - 250px);
	padding: 0 0 0 25px;
	text-align: justify;
}

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

section.content .wrapper article p {
	margin: 0 0 20px 0;
}

section.content .wrapper article p:last-child {
	margin: 0;
}

section.content article h2 {
	font-size: 32px;
	line-height: 32px;
	text-align: right;
	font-weight: 700;
	margin: 0 0 20px 0;
	color: #234baa;
    text-align: center;
}

section.content article h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 20px 0;
	color: #234baa;
	text-align: center;
}

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

section.content article img {
	max-width: 100%;
	height: auto;
}

section.content .wrapper aside {
	width: 250px;
}

section.content .wrapper aside > ul > li {
	margin: 20px 0 0 0;
	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;
}

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

section.content .wrapper aside > ul > li .contact {
	background: #f2f6fa;
    padding: 25px;
    border: 1px #bdc7d0 solid;
}

section.content .wrapper aside > ul > li.contact {
	border: 2px #234baa solid;
}

section.content .wrapper aside > ul > li .tagcloud a {
	color: #888;
}

section.content .wrapper aside > ul > li div.widget-title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 -10px 10px -10px;
	border-bottom: 1px #ececec solid;
	padding: 10px;
	position: relative;
	color: #234baa;
	text-align: right;
}

section.content .wrapper aside > ul > li h3.widget-title:after {
	content: " ";
	position: absolute;
	right: 10px;
	bottom: -1px;
	height: 1px;
	background: #234baa;
	width: 20%;
}

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

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

section.content .wrapper 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: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

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

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

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

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

section.content .wrapper aside > ul > li .wpcf7 label span.title {
	display: block;
	font-size: 15px;
	color: #888;
}

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

section.content .wrapper aside > ul > li .wpcf7 label.button {
	margin: 0;
}

section.content .wrapper aside > ul > li .wpcf7 button {
	margin: 0;
	line-height: 45px;
	background: #234baa;
}

body.single section.content .wrapper article {
	text-align: justify;
}

body.single section.content .wrapper article img.thumb {
	max-width: 100%;
	display: block;
	border-bottom: 4px #234baa solid;
	margin: 0 0 20px 0;
}

body.single section.content .wrapper article .meta {
	display: flex;
	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 a {
	color: #234baa;
	font-weight: 700;
	text-decoration: underline;
}

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;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	color: #fff;
	color: #fff;
	display: block;
}

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

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 {
	padding: 12px 0 0 0;
	margin: 0 0 20px 0;
	border-top: 1px #ececec solid;
}

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;
	border-bottom: 1px #ececec solid;
	padding: 10px;
	align-items: center;
}

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

body.single section.content .wrapper article .author .image-title .title .name {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

body.single section.content .wrapper article .author .image-title .title .title {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
	color: #181B29;
  text-align: right;
}

body.single section.content .wrapper article .author .image-title .title .readmore {
	font-size: 15px;
}

body.single section.content .wrapper article .author .description {
	line-height: 17px;
	font-size: 15px;
	color: #888;
	padding: 10px;
}

body.single section.content .wrapper article .similar .swiper-outer {
	padding: 0 40px;
	margin: 0;
}

body.single section.content .wrapper article .similar .swiper-container {
	padding: 0;
}

body.single section.content .wrapper article .similar .swiper-button-prev,
body.single section.content .wrapper article .similar .swiper-button-next {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	margin-top: -14px;
}

body.single section.content .wrapper article .similar .swiper-button-prev {
	left: 0 !important;
}

body.single section.content .wrapper article .similar .swiper-button-next {
	right: 0 !important;
}

body.single section.content .wrapper article .similar .swiper-slide {
	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%;
}

body.single section.content .wrapper article .similar .swiper-slide a {
	height: 100%;
	display: block;
	text-decoration: none;
}

body.single section.content .wrapper article .similar .swiper-slide .thumb {
	height: 125px;
	background-size: 100% auto;
}

body.single section.content .wrapper article .similar .swiper-slide h3 {
	font-size: 18px;
	padding: 5px 10px 0 10px;
	text-align: center;
	margin: 0;
}

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

section.posts .wrapper > ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

section.posts .wrapper > ul > li {
	width: calc(100%/3);
	padding: 10px;
}

section.posts .wrapper > ul > li > a {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 3px 5px -3px rgba(0,0,0,0.20);
	display: block;
	height: 100%;
	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;
}

section.posts .wrapper > ul > li > a:hover {
	box-shadow: 0 3px 15px 0px rgba(0,0,0,0.1);
}

section.posts .wrapper > ul > li > a .thumb {
	height: 190px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	-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.posts .wrapper > ul > li > a:hover .thumb {
	background-size: 110% auto;
}

section.posts .wrapper > ul > li > a ul.info {
	font-size: 12px;
	display: flex;
	padding: 8px 10px;
	border-bottom: 1px #ececec solid;
	color: #888;
}

section.posts .wrapper > ul > li > a ul.info li {
	border-right: 1px #ececec solid;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	line-height: 22px;
}

section.posts .wrapper > ul > li > a ul.info li:first-child {
	margin: 0;
	padding: 0;
	border: 0;
}

section.posts .wrapper > ul > li > a ul.info li.username {
	display: flex;
	font-weight: bold;
}

section.posts .wrapper > ul > li > a ul.info li.username .img {
	width: 22px;
	height: 22px;
	border: 1px #ececec solid;
	border-radius: 50%;
	background-size: cover;
	margin: 0 0 0 5px;
}

section.posts .wrapper > ul > li > a h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	padding: 10px 10px 0 10px;
	color: #234baa;
	text-align: center;
}

section.posts .wrapper > ul > li > a p {
	padding: 10px 10px 5px 10px;
	text-align: justify;
	line-height: 25px;
}

section.posts .wrapper > ul > li > a h5 {
	font-weight: 700;
	padding: 0 10px 10px 10px;
	font-size: 15px;
}

section.posts .wrapper > ul > li > a h5 .fa {
	font-size: 12px;
	margin: 0 5px 0 0;
}

ul.form-map {
	display: flex;
	width: 100%;
	margin: -10px;
}

ul.form-map > li {
	width: 50%;
	padding: 10px;
}

ul.form-map > li > div {
	background: #fff;
	border-radius: 3px;
	padding: 20px;
	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);
}

ul.form-map > li > div iframe {
 width: 100%;
  height: 100%;
}

ul.form-map > li > div h2 {
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 10px 0;
	text-align: right;
}

ul.form-map > li > div h3 {
	font-weight: 700;
}

ul.form-map > li > div .wpcf7 .wrap {
	margin: -10px;
	display: flex;
	flex-wrap: wrap;
}

ul.form-map > li > div .wpcf7 .wrap label {
	width: 100%;
	padding: 10px;
}

ul.form-map > li > div .wpcf7 .wrap label.message,
ul.form-map > li > div .wpcf7 .wrap label.button {
	width: 100%;
}

ul.form-map > li > div .wpcf7 .wrap label.button button {
	background: #234baa;
  text-align: center;
}

ul.form-map > li > div .wpcf7 .wrap label span {
	display: block;
}

ul.form-map > li > div .wpcf7 .wrap label span.title {
	line-height: 20px;
	font-size: 15px;
	margin: 0 0 5px 0;
}

section.experties .wrapper > ul {
	display: flex;
	margin: -5px;
}

section.experties .wrapper > ul > li {
	width: 25%;
	padding: 5px;
}

section.experties .wrapper > ul > li > a {
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	border-bottom: 1px #ececec solid;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	display: block;
	color: #234baa;
}

section.experties .wrapper > ul > li > ul.sub-menu > li {
	font-size: 15px;
	line-height: 18px;
	margin: 10px 0 0 0;
}

section.experties .wrapper > ul > li > ul.sub-menu > li > a {
	color: #888;
	position: relative;
	padding: 0 12px 0 0;
}

section.experties .wrapper > ul > li > ul.sub-menu > li.disabled {
	opacity: 0.5;
}

section.experties .wrapper > ul > li > ul.sub-menu > li > a:before {
	content: "\f104";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	font-size: 12px;
	color: #888;
	top: 1px;
}

footer {
	background: #181B29;
	color: #ccc;
	position: relative;
}

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

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

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

footer ul.widgets > li a {
	color: rgba(255,255,255,0.7);
    font-size: 14px;
}

footer ul.widgets > li h3.widget-title {
	font-weight: 700;
	font-size: 20px;
	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: #234baa;
	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 .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;
	font-size: 15px;
}

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

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

footer .bottom .credits {
	font-size: 12px;
	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: -2px 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;
}


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

ul.realmedia-contact li > a {
	display: flex;
}

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: #234baa;
	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;
}

footer ul.widgets > li .bdiduns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px 0 0 0;
}

footer ul.widgets > li .bdiduns div {
 font-style: italic;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin: 0 0 10px 0;
  text-align: center;
}

footer ul.widgets > li .bdiduns img {
 height: 60px; 
  margin: 0 10px;
}

footer ul.widgets > li iframe {
 width: 100%;
  height: 125px;
  border-radius: 10px;
  margin-top: 20px;
  display: none;
}

@media(max-width: 768px) {
  footer ul.widgets > li iframe {
   height: 250px; 
  }
}

ul.realmedia-recent-posts li {
	display: flex;
	margin: 0 0 0 0;
}

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

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

ul.realmedia-recent-posts li .thumb {
	background: #fafafa;
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: center center;
	border-radius: 3px;
    display: none;
}

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

ul.realmedia-recent-posts li h3 {
	font-size: 15px;
	line-height: 18px;
	color: #fff;
}

ul.social-sider {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	z-index: 999;
}

ul.social-sider li {
	white-space: nowrap;
	width: 45px;
	line-height: 45px;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2ms;
	-o-transition: all 0.2ms;
	transition: all 0.2s;
}

ul.social-sider li:hover {
	width: 100%;
}

ul.social-sider li a {
	color: inherit;
	display: block;
	text-decoration: none;
}

ul.social-sider li .fa {
	width: 45px;
	text-align: center;
}

ul.social-sider li i {
	padding-left: 20px;
}

ul.social-sider li.facebook {
	background: #3b5998;
}

ul.social-sider li.youtube {
	background: #cc181e;
}

ul.social-sider li.linkedin {
	background: #0077b5;
}

.click2action {
	display: none;
}

body.admin-bar section.banner {
	margin-top: 32px;
}

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

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

.pushmenu-menu {
	display: none;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.animation_phone {
	-webkit-animation: animationphone 0.3s infinite;
	animation: animationphone 0.3s infinite;
}

.animation_phone_line {
	-webkit-animation: animationlines 0.8s infinite;
	animation: animationlines 0.8s infinite;
	transform-origin: bottom left;
}

@keyframes animationlines {
		0% {
			transform: scale(0);
			opacity: 0;
		}
		40% {
			transform: scale(1);
			opacity: 1;
		}

		100% {
			transform: scale(2);
			opacity: 0;
		}
}

@keyframes animationphone {
	0% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(20px, 0, 0); }
}

@-webkit-keyframes animationlines {
		0% {
			transform: scale(0);
			opacity: 0;
		}
		40% {
			transform: scale(1);
			opacity: 1;
		}

		100% {
			transform: scale(2);
			opacity: 0;
		}
}

@-webkit-keyframes animationphone {
	0% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(20px, 0, 0); }
}

.r-post-left {
  margin: 66px 0 0 0;
}

.postid-1508 .widget-1,
.postid-1508 footer .widget-4 {
	display: none;
}