/*
	Theme Name: Lagarde Advisory
	Theme URI: https://lagarde-advisory.com
	Description: Custom WP Theme for Lagarde Advisory
	Version: 1.0.02.2022
	Author: @harmonicnoise
	Author URI: http://www.deusain.com
	Tags: accounting, finance
*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 16px/1.8 'Inter', -apple-system,BlinkMacSystemFont,segoe ui,helvetica neue,sans-serif;
	background-color: #fff;
	color: #001f41;
	width: 100%;
	position: relative;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
blockquote {
	background-color: #ECF0F1;
    color: #000;
	border-left: 4px solid #0081ff;
    padding: 20px;
    margin: 30px 0;
    font-size: 18px;
	font-family: serif;
    display: block;
	font-style: italic;
}
blockquote p {
	margin: 0;
	font-size: 22px !important;
	line-height: 1.4 !important;
}
img {
	max-width:100%;
	height: auto;
}
a {
	color: #0081ff;
	text-decoration:none;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
a:hover {
	color: #4d5c7d;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #4d5c7d;
}

strong {
	font-weight: 700;
}
h1, h2, h3 {font-weight: 700; color: #182750;}
h4, h5, h6 {font-weight: 400; color: #182750;}

#swipehover {
	border-radius: 50px;
	border: 2px solid #4D5C7D;
	background: linear-gradient(to left, transparent 50%, #d4e2ff 50%) right;
    background-size: 200%;
    transition: .3s ease-out;
    color: #4D5C7D;
}
#swipehover:hover {
	background-position: left;
}

#primarybtn {
	border-radius: 50px;
	border: 2px solid #4c71c3;
	background: linear-gradient(to left, #314d8b 50%, #4c71c3 50%) right;
    background-size: 200%;
    transition: .3s ease-out;
    color: #fff;
}
#primarybtn:hover {
	background-position: left;
	border: 2px solid #314d8b;
}

.buttonborder {
	background: linear-gradient(to left, #edf3ff 50%, #d4e2ff 50%) right;
    background-size: 200%;
    transition: .3s ease-out;
}
.buttonborder:hover {
	background-position: left;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow: hidden;
}

/* header */
.header {
	width: 100%;
	margin: 0 auto;
    position: relative;
	top: 0;
	z-index: 9;
    height: 100px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0, .1);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0, .1);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0, .1);
    background-color: #fff;
}
.header .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: flex;
  	flex-wrap: wrap;
  	height: 100px;
  	align-items: center;
  	position: relative;
}
.header .container .logo {
	display: flex;
    position: relative;
    top: 0;
    width: 180px;
    padding-right: 30px;
}
.header .container .logo a {
	line-height: 0;
}
.header .container .logo img {
	width: 100%;
	height: auto;
	display: block;
}
.header .container .main-search {
	margin-right: 10px;
	margin-left: auto;
}
.header .container .language {
	display: flex;
	position: relative;
	float: right;
	margin-left: auto;
}
.header .container .language ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header .container .language ul li {
	display: inline-block;
	margin-left: 10px;
}
.header .container .language ul li a {
	padding: 10px 0 20px 20px;
	border-radius: 50px;
	font-size: 16px;
	color: #182750;
	background-color: #fff;
	border: 2px solid #fff;
}
.header .container .language ul li a i {
	margin-right: 0;
}
.header .container .language ul li.client a {
	padding: 7px 15px;
	border-radius: 50px;
	font-size: 16px;
	color: #182750;
	background-color: #edf3ff;
	border: 2px solid #4d5c7d;
}
.header .container .language ul li.client a i {
	margin-right: 7px;
}
.header .container .language ul li:last-child a {
	padding: 7px 15px;
	border-radius: 50px;
	font-size: 16px;
	color: #182750;
	background-color: #edf3ff;
	border: 2px solid #4d5c7d;
}
.header .container .language ul li:last-child a i {
	margin-right: 7px;
}
.header .container .language .widget_polylang {
	position: relative;
}
.header .container .language .widget_polylang ul {
	list-style: none;
	padding: 0;
	list-style: none;
	margin: 0;
	overflow: hidden;
}
.header .container .language .widget_polylang ul li {
	float: left;
	margin: 0;
	padding: 0;
}
.header .container .language .widget_polylang ul li:last-child {
	display: inline-block;
	margin: 0;
	border-right: 0;
	padding-right: 0;
}
.header .container .language .widget_polylang ul li a {
	line-height: 1.2;
    font-weight: 500;
	font-size: 14px;
    color: #1a1a1a;
    display: block;
    padding: 0 8px;
    line-height: 30px;
    background-color: #e9e9e9;
}
.header .container .language .widget_polylang ul li a:hover {
	font-weight: 500;
	color: #fff;
	background-color: #182750;
}
.header .container .language .widget_polylang ul li a img {
	opacity: .5;
	filter: grayscale(100%);
}
.header .container .language .widget_polylang ul li.current-lang a {
	font-weight: 500;
	color: #fff;
	background-color: #182750;
}
.header .container .language .widget_polylang ul li.current-lang a img {
	opacity: 1;
	filter: grayscale(0%);
}

.gtranslate_wrapper {
	margin-left: 15px;
}
.gtranslate_wrapper a.glink {
	padding: 2px 5px;
	background-color: #fff;
    border: 2px solid #fff;
	border-radius: 5px;
}
.gtranslate_wrapper a.glink img {
	margin: 0;
	line-height: 0;
}
.gtranslate_wrapper a.glink.gt-current-lang {
	background-color: #edf3ff;
    border: 2px solid #4d5c7d;
}

.nav {
	display: flex;
}
.nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav ul li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0 20px;
	line-height: 100px;
	position: relative;
}
.nav ul li a {
	display: block;
    font-size: 16px;
	font-weight: 500;
	color: #626978;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}
.nav ul li a:hover {
	color: #4c71c3;
}
.nav ul li a:after {
	content: "";
	background: linear-gradient(to left, #fff 50%, #4c71c3 50%) right;
    background-size: 200%;
    transition: .3s ease-out;
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 24px;
	width: 100%;
}
.nav ul li a:hover:after {
	background-position: left;
}
.nav ul li a i {padding-left: 6px;}
.nav ul li.current_page_item a {
	color: #182750;
	font-weight: 500;
}
.nav ul li.current_page_item a:hover {
	color: #182750;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.nav ul li.menu-item-has-children:hover a {
	color: #182750;
}
/* sub menu 1 */
.nav ul li ul.sub-menu {
	display: none;
	position: absolute;
}
.nav ul li:hover ul.sub-menu {
	display: block;
    left: 0;
    z-index: 9;
    border-top: 0;
    padding: 0 0 20px 0;
    width: 100%;
    max-width: 1220px;
    background-color: #182750;
}
.nav ul li:hover ul.sub-menu:after {
	content: "";
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #182750;
	position: absolute;
	top: -12px;
    left: 20px;
}

.nav ul li ul.sub-menu li {
	display: block;
	margin: 20px 0 0 0;
	border-bottom: 0;
	position: relative;
	float: left;
	width: 33.3333%;
}
.nav ul li ul.sub-menu li:nth-child(3n+1) {
	clear: left;
}
.nav ul li ul.sub-menu li a {
	display: block;
	color: #182750;
	font-size: 15px;
	padding: 7px 20px;
	border-top: 0;
	font-weight: 600;
	line-height: 1;
	text-align: left;
	position: relative;
}
.nav ul li ul.sub-menu li:hover a {
	color: #182750;
}
.nav ul li ul.sub-menu li.menu-item-has-children a {
	color: #182750;
	font-size: 18px;
}
/* sub menu 2 */
.nav ul li ul.sub-menu li ul.sub-menu {
	display: block;
	padding: 0;
	padding-top: 0;
	box-shadow: none;
	position: relative;
	background: none;
}
.nav ul li ul.sub-menu li ul.sub-menu li {
	width: 100% !important;
	margin: 0;
	top: 0;
	float: left;
	border-bottom: 0;
	padding-bottom: 0;
}
/*.nav ul li ul.sub-menu li ul.sub-menu li a {
	display: block;
	color: #222;
	font-size: 14px;
	padding: 7px 20px;
	font-weight: 400;
	border-bottom: 0;
}
.nav ul li ul.sub-menu li ul.sub-menu li a:hover {
	display: block;
	color: #182750;
	text-decoration: underline;
}*/
.nav ul li ul.sub-menu li ul.sub-menu li ul.sub-menu {
	display: block;
	padding: 0;
	padding-top: 0;
	box-shadow: none;
	position: relative;
}
/* sub menu 3 */
.nav ul li ul.sub-menu li ul.sub-menu li ul.sub-menu li {
	margin-left: 20px;
}
.nav ul li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
	color: #182750;
	font-size: 18px;
	font-weight: 600;
}
.nav ul li ul.sub-menu li ul.sub-menu li ul.sub-menu li.menu-item-has-children a {
	color: #222;
}

.nav ul li.mega-menu-small ul.sub-menu {
	width: 250px;
	left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #182750;
}
.nav ul li.mega-menu-small ul.sub-menu li {
	width: 100%;
	margin: 0;
}
.nav ul li.mega-menu-small ul.sub-menu li a {
	padding: 15px 0;
	color: #fff;
}
.nav ul li.mega-menu-small ul.sub-menu li a:after {
	/*bottom: 0;
	background: linear-gradient(to left, #182750 50%, #4c71c3 50%) right;*/
	content: "";
	background: linear-gradient(to left, #182750 50%, #4c71c3 50%) right;
    background-size: 200%;
    transition: .3s ease-out;
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
.nav ul li.mega-menu-small ul.sub-menu li a:hover:after {
	background-position: left;
}
.nav ul li.mega-menu-small ul.sub-menu li a:hover {
	color: #5581d9;
}

.nav ul li.mega-menu-middle ul.sub-menu {
	padding-top: 15px;
	padding-bottom: 15px;
}
.nav ul li.mega-menu-middle ul.sub-menu li {
	width: 25%;
	margin: 0;
}
.nav ul li.mega-menu-middle ul.sub-menu li a {
	padding: 10px 20px;
	color: #222;
}
.nav ul li.mega-menu-middle ul.sub-menu li a:hover {
	color: #182750;
	text-decoration: underline;
}
.nav ul li.mega-menu-middle ul.sub-menu li:nth-child(3n+1) {
	clear: none;
}

.header.scrolled {
	position: fixed;
	width: 100%;
	top: 0;
	height: 80px;
	z-index: 9999;
	background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0, .1);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0, .1);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0, .1);
    -webkit-animation: smoothshow .2s;
}
@-webkit-keyframes expand{
    0%{height:0px}
    100%{height:80px}
}
.header.scrolled .container {height: 80px; align-content: center}
.header.scrolled .container .nav ul li {line-height: 76px;}
.header.scrolled .container .nav ul li a {
	color: #626978;
}
.header.scrolled .container .nav ul li a:hover {
	color: #182750;
}
.header.scrolled .nav ul li.mega-menu-small ul.sub-menu li a {
	color: #fff;
}

.header.scrolled .container .logo img {
	display: block;
	-webkit-animation: smoothshow .4s;
}
@-webkit-keyframes smoothshow {
    0%{top: -300px;}
    100%{top: 0px;}
}

#sector .eael-elements-flip-box-front-container:after {
	content: "";
	position: absolute;
	background-color: rgb(5 59 135 / 39%);
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#sector .eael-elements-flip-box-rear-container:after {
	content: "";
	position: absolute;
	background-color: rgba(0,0,0, .2);
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#sector .eael-elements-flip-box-heading {
	position: relative;
	z-index: 9;
}

.greyscale .elementor-widget-image img {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	-webkit-transition: all .5s ease-in-out;
	opacity: .6;
}
.greyscale .elementor-widget-image img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	opacity: 1;
}

#slickbox {
	position: absolute;
    right: 415px;
    top: 30px;
    width: 260px;
	display: none;
	z-index: 999;
}
#slickbox input[type="search"] {
	background-color: #f0f0f0;
	border: 0;
	border-radius: 70px 0 0 70px;
	outline: none;
	width: 68%;
	float: left;
	padding: 0;
	text-indent: 10px;
	font-size: 13px;
	height: 40px;
	margin: 0;
}
#slickbox button[type="submit"] {
	border: 0;
	outline: none;
	width: 30%;
	float: right;
	padding: 0;
	height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
	margin: 0;
	border-radius: 0 70px 70px 0;
}

.header.scrolled .container #slickbox {
	top: 20px;
}

#insight-home {
	padding: 0;
	margin: 0;
	position: relative;
}
.eael-post-grid-container .eael-post-grid {
	margin: 0;
	padding: 0;
}
#insight-home .eael-grid-post {
	width: 50%;
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	overflow: hidden;
	position: relative;
}
#insight-home .eael-entry-thumbnail {
	position: relative;
	overflow: hidden;
}
#insight-home .eael-grid-post .eael-entry-media {
	width: 100%;
}
/* #insight-home .eael-grid-post-holder-inner {
	display: flex;
} */
#insight-home .eael-grid-post .eael-entry-media img {
	transform: scale(1);
	transition: transform 1s;
	height: 100%;
    width: 100%;
    object-fit: cover;
}
#insight-home .eael-grid-post:hover .eael-entry-media img {
	transform: scale(1.1);
	transition: transform 1s;
}
#insight-home .eael-grid-post .eael-entry-wrapper {
	width: 100%;
	position: absolute;
	z-index: 9;
	bottom: 0;
	padding: 40px;
	display: flex;
	flex-direction: column-reverse;
}
#insight-home .eael-grid-post .eael-entry-wrapper:after {
	content: "";
	position: absolute;
	background-image: linear-gradient(rgba(0,0,0, 0), rgba(0,0,0, .8));
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#insight-home .eael-grid-post .eael-entry-wrapper h2 {
	font-size: 2vw;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 15px;
	position: relative;
	z-index: 9;
}
#insight-home .eael-grid-post .eael-entry-wrapper h2 a {
	color: #fff;
}
#insight-home .eael-grid-post .eael-entry-wrapper h2 a:hover {
	text-decoration: underline;
}
#insight-home .eael-grid-post .eael-entry-footer {
	padding: 0;
}
#insight-home .eael-grid-post .eael-entry-meta {
	color: #fff;
	font-size: 14px;
	padding: 0;
	margin-top: 15px;
	position: relative;
}
/* ------------------- end of box 1 ---------------------- */
#insight-home .eael-grid-post:nth-child(2) .eael-entry-media {
	width: 50%;
	float: left;
}
#insight-home .eael-grid-post:nth-child(2) .eael-entry-wrapper {
	width: 50%;
	float: right;
	position: relative;
	display: flex;
	height: 100%;
	flex-direction: column-reverse;
}
#insight-home .eael-grid-post:nth-child(2) .eael-entry-wrapper:after {
	display: none;
}
#insight-home .eael-grid-post:nth-child(2) .eael-entry-wrapper h2 {
	font-size: 1.2vw;
	font-weight: 600;
	line-height: 1.3;
}
#insight-home .eael-grid-post:nth-child(2) .eael-entry-wrapper h2 a {
	color: inherit;
}
#insight-home .eael-grid-post:nth-child(2) .eael-entry-meta {
	color: inherit;
}
/* ------------------- end of box 2 ---------------------- */
#insight-home .eael-grid-post:nth-child(3) {
	width: 50%;
	background-color: #182750;
}
#insight-home .eael-grid-post:nth-child(3) .eael-entry-media {
	width: 50%;
	float: right;
	background-color: #182750;
	pointer-events: none;
}
#insight-home .eael-grid-post:nth-child(3) .eael-entry-media img {
	visibility: hidden;
}
#insight-home .eael-grid-post:nth-child(3) .eael-entry-wrapper {
	width: 50%;
	float: left;
	position: relative;
	background-color: #182750;
	display: flex;
	height: 100%;
}
#insight-home .eael-grid-post:nth-child(3) .eael-entry-wrapper:after {
	display: none;
}
#insight-home .eael-grid-post:nth-child(3) .eael-entry-wrapper h2 {
	font-size: 1.2vw;
    line-height: 1.3;
    font-weight: 500;
}
#insight-home .eael-grid-post:nth-child(3) .eael-entry-wrapper h2 a {
	color: #fff;
}
#insight-home .eael-grid-post:nth-child(3) .eael-entry-meta {
	color: #fff;
}
/* ------------------- end of box 3 ---------------------- */
#insight-home .eael-grid-post:nth-child(4) .eael-entry-media {
	width: 50%;
	float: right;
}
#insight-home .eael-grid-post:nth-child(4) .eael-entry-wrapper {
	width: 50%;
	float: left;
	position: relative;
	display: flex;
	height: 100%;
	background-color: #e9f1ff;
}
#insight-home .eael-grid-post:nth-child(4) .eael-entry-wrapper:after {
	display: none;
}
#insight-home .eael-grid-post:nth-child(4) .eael-entry-wrapper h2 {
	font-size: 1.2vw;
	font-weight: 600;
	line-height: 1.3;
}
#insight-home .eael-grid-post:nth-child(4) .eael-entry-wrapper h2 a {
	color: inherit;
}
#insight-home .eael-grid-post:nth-child(4) .eael-entry-meta {
	color: inherit;
}
/* ------------------- end of box 4 ---------------------- */
#insight-home .eael-grid-post:nth-child(5) .eael-entry-media {
	width: 50%;
	float: right;
}
#insight-home .eael-grid-post:nth-child(5) .eael-entry-wrapper {
	width: 50%;
	float: left;
	position: relative;
	display: flex;
	height: 100%;
	background-color: #67beee;
}
#insight-home .eael-grid-post:nth-child(5) .eael-entry-wrapper:after {
	display: none;
}
#insight-home .eael-grid-post:nth-child(5) .eael-entry-wrapper h2 {
	font-size: 1.2vw;
	font-weight: 600;
	line-height: 1.3;
}
#insight-home .eael-grid-post:nth-child(5) .eael-entry-wrapper h2 a {
	color: inherit;
}
#insight-home .eael-grid-post:nth-child(5) .eael-entry-meta {
	color: inherit;
}
/* ------------------- end of box 5 ---------------------- */

.home .eael-load-more-button-wrap {
	display: none !important;
}
#icon-modules {
	position: relative;
}
#icon-modules .elementor-column {
	padding-right: 30px;
}
#icon-modules .elementor-image-box-img {
	position: relative;
	top: 24px;
	width: auto;
}
#icon-modules .elementor-image-box-img img {
	width: 50px;
}
#icon-modules .elementor-image-box-description {
	text-align: left;
}

#clients .eael-img-accordion .overlay .overlay-inner h2 {
	margin: 0;
	padding: 0;
}
#clients .eael-img-accordion .overlay .overlay-inner h2 img {
	width: 30%;
	background-color: #fff;
	padding: 0;
}

#newsletter-area {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 0;
	background: url(img/subscribe-bg.jpg) no-repeat 0 0;
	background-size: cover;
	background-attachment: fixed;
	background-color: #3d4f62;
}
#newsletter-area .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #325d91;
    opacity: 0.9;
}
#newsletter-area .container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 70px 10px;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-weight: 400;
	z-index: 2;
	line-height: 1.8;
}
#newsletter-area .container h3 {
	font-size: 18px !important;
	font-weight: 400 !important;
}
#newsletter-area .container div.wpcf7 label {
	float: none;
	width: auto;
}
#newsletter-area .container div.wpcf7 .wpcf7-form p br {
	display: none;
}
#newsletter-area .container div.wpcf7 .wpcf7-form input {
	float: left;
	width: 68%;
	margin-top: 0;
	padding: 14px 0;
	height: 50px;
	text-indent: 10px;
	border: 0;
}
#newsletter-area .container div.wpcf7 .wpcf7-form input[type="submit"] {
	float: right;
	width: 30%;
	height: 50px;
	margin: 0;
	border: 0;
	text-indent: 0;
	background-color: #5581d9;
}
#newsletter-area .container h4 {
	font-size: 16px;
	margin: 30px 0 0 0;
	color: rgba(255,255,255,.8);
	display: block;
}
#newsletter-area .container h4 a {
	color: #fff;
	text-decoration: underline;
}
#newsletter-area .container h4 a:hover {
	color: #182750;
}
#newsletter-area .container h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
	margin: 0 0 20px 0;
	color: #fff;
}
a.sg-popup-id-1258 {
    background-color: #5581d9;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    margin-top: 15px;
}
a.sg-popup-id-1258 i {
    margin-right: 10px;
}
a.sg-popup-id-1258:hover {
    background-color: #3468d1;
}
.sgpb-popup-builder-content-html {
    text-align: center;
}
.sgpb-form-wrapper input[type="email"] {
    text-align: center;
}
#mailpoet_form_1 form.mailpoet_form {
    padding: 0 !important;
    margin: 0 auto;
    max-width: 400px;
}
#mailpoet_form_1 .mailpoet_paragraph input[type="email"] {
    text-align: center;
	height: 50px !important;
	border-radius: 5px !important;
}
#mailpoet_form_1 .mailpoet_paragraph input[type="submit"] {
	height: 50px !important;
	font-family: "Inter" !important;
	line-height: 1.1 !important;
	font-weight: 600 !important;
	border-radius: 5px !important;
}

.su-lightbox {
	background-color: #182750 !important;
    padding: 5px 15px !important;
    margin: 0 auto !important;
    display: inline-block;
    width: auto;
    text-align: center;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.su-lightbox-content {
	text-align: left !important;
}

#foot {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
	background-color: #182750;
}
#foot .container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 70px 0 40px 0;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	font-weight: 400;
	color: rgba(255,255,255,.5);
	z-index: 2;
	line-height: 1.8;
}
#foot .container a {
	color: #fff;
}
#foot .container #custom_html-4 {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#foot .container #custom_html-5 {
	width: 48%;
	display: none;
	text-align: right;
	float: right;
	overflow: hidden;
}
#foot .container #text-2 {
	width: 48%;
	text-align: left;
	float: left;
	overflow: hidden;
}
#foot .container #text-3 {
	width: 48%;
	text-align: right;
	float: right;
	overflow: hidden;
}
#foot .container ul {
	margin: 0;
	padding: 0 0 15px 0;
	margin-bottom: 30px;
	list-style: none;
	text-align: center;
/* 	border-bottom: 1px solid rgba(255,255,255,.2); */
}
#foot .container ul li {
	position: relative;
	display: inline-block;
}
#foot .container ul li a {
	display: block;
	padding: 0 35px 0 0;
	color: #fff;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
#foot .container ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
#foot .container ul li a i {
	width: 16px;
	margin-right: 7px;
}

#foot .container ul.socmed {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	border: 0;
}
#foot .container ul.socmed li {
	position: relative;
	display: inline-block;
	margin: 0 15px;
}
#foot .container ul.socmed li a {
	display: block;
	padding: 0 0 20px 0;
	color: #5581d9;
	line-height: 1.4;
}
#foot .container ul.socmed li a:hover {
	text-decoration: none;
	color: #fff;
}
#foot .container ul.socmed li a i {
	font-size: 24px;
}
.copyright {
	width: 100%;
	float: left;
	font-size: 14px;
	text-align: center;
	background-color: #182750;
	padding: 30px 0;
	border-top: 1px solid rgba(255,255,255,.2);
	color: rgba(255,255,255,.5);
}

#foot .container ul.terms {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	border: 0;
}
#foot .container ul.terms li {
	position: relative;
	float: right;
	margin-left: 35px;
	text-align: right;
}
#foot .container ul.terms a {
	display: block;
	padding: 0;
	color: #5581d9;
	line-height: 1.4;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
}
#foot .container ul.terms a:hover {
	text-decoration: underline;
	color: #fff;
}

#socmed {
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 99;
}
#socmed ul.socmed {
    margin: 0;
    padding: 0;
    list-style: none;
}
#socmed ul.socmed li {
    display: inline-block;
    margin-right: 20px;
}
#socmed ul.socmed li a {
    display: block;
    color: #000;
    padding: 0;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,.5);
}
#socmed ul.socmed li a i {
    font-size: 18px;
}
#socmed ul.socmed li a:hover {
	background-color: #fff;
	color: #000;
}
#socmed ul.socmed li p {
    display: block;
    line-height: 1.6;
    color: #c1bcb7;
}

#big-title {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #f0f0f0;
}
#big-title.noimage {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: none;
	background-color: #182750;
}
#big-title .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 20px 50px 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 1;
}
#big-title .container h1 {
    font-size: 40px;
    line-height: 1.3;
    margin: 20px 0 0 0;
    font-weight: 700;
}
#big-title .container h2 {
	color: #fff;
    font-size: 40px;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
}
#big-title .container h4 {
	color: #fff;
	margin: 5px 0 0 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.breadcrumb {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	font-size: 14px;
	color: #55708c;
	width: 100%;
	padding: 0;
	font-weight: 300;
}
.breadcrumb a {
	font-weight: 600;
	color: #182750;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb i {
	margin: 0 10px;
	color: #aaa;
}

#main-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#main-wrapper .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
	position: relative;
	overflow: hidden;
	color: #55708c;
}
#main-wrapper .container.small {
	max-width: 1200px !important;
}
#main-wrapper .container .category-menu {
	position: relative;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
    line-height: 1;
    text-align: center;
}
#main-wrapper .container .category-menu h3 {
	margin: 0;
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
#main-wrapper .container .category-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
#main-wrapper .container .category-menu ul li {
	display: inline-block;
	margin: 0 7px;
}
#main-wrapper .container .category-menu ul li a {
	padding: 10px 20px;
    border-radius: 30px;
    display: block;
    background-color: #f0f0f0;
    color: #626978;
    font-weight: 500;
}
#main-wrapper .container .category-menu ul li a:hover {
	background-color: #182750;
	color: #fff;
}
#main-wrapper .container .category-menu ul li.current-cat a {
	background-color: #182750;
	color: #fff;
}

#main-wrapper .container .content {
	width: 68%;
	float: left;
	overflow: hidden;
	position: relative;
}
#main-wrapper .container .content h1 {
	margin: 0 0 20px 0;
	padding: 0;
}

#main-wrapper .container.grid {
	max-width: 100%;
	display: flex;
    flex-wrap: wrap;
}
#main-wrapper .container.grid article {
	width: 50%;
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	overflow: hidden;
	position: relative;
	background-color: #f0f0f0;
	line-height: 0;
	flex-wrap: nowrap;
    height: 250px;
}
#main-wrapper .container.grid article .post-thumb {
	width: 50%;
	overflow: hidden;
	position: relative;
}
#main-wrapper .container.grid article .post-thumb img {
/* 	transform: scale(1);
	transition: transform 1s; */
	top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    object-fit: cover;
}
/* #main-wrapper .container.grid article:hover .post-thumb img {
	transform: scale(1.1);
	top: 0;
	transform: translateY(0%);
	transition: transform 1s ease-out;
} */
#main-wrapper .container.grid article .post-wrap {
	width: 50%;
	position: relative;
	bottom: 0;
	padding: 40px;
	display: flex;
    flex-direction: column-reverse;
    border-bottom: 2px solid #fff;
    justify-content: center;
}
#main-wrapper .container.grid article .post-wrap h2 {
	font-weight: 600;
	line-height: 1.2;
	margin: 20px 0 0 0;
}
#main-wrapper .container.grid article .post-wrap h2 a {
	color: #182750;
	font-size: 18px;
}
#main-wrapper .container.grid article .post-wrap h2 a:hover {
	color: #4c71c3;
	text-decoration: underline;
}
#main-wrapper .container.grid article .post-wrap .metadata {
	position: relative;
	padding: 16px 0 0 0;
	overflow: hidden;
}
#main-wrapper .container.grid article .post-wrap .metadata h5 {
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	color: #999;
	line-height: 1;
}

#main-wrapper .container.grid article .post-wrap:nth-child(2),
#main-wrapper .container.grid article .post-wrap:nth-child(4),
#main-wrapper .container.grid article .post-wrap:nth-child(6).
#main-wrapper .container.grid article .post-wrap:nth-child(8),
#main-wrapper .container.grid article .post-wrap:nth-child(10) {
	background-color: #fff;
}

body.category-regulation #main-wrapper .container.grid,
body.category-technical #main-wrapper .container.grid {
	max-width: 1200px;
}
body.category-regulation #main-wrapper .container.grid article {
	width: 33.33333%;
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	line-height: 0;
	float: left;
}
body.category-regulation #main-wrapper .container.grid article .post-thumb {
	display: none;
	visibility: hidden;
}
body.category-regulation #main-wrapper .container.grid article .post-wrap {
	width: 100%;
}
body.category-regulation #main-wrapper .container.grid article .post-wrap h2 a {
	font-size: 18px;
}

body.category-technical #main-wrapper .container.grid article {
	width: 33.33333%;
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	line-height: 0;
	float: left;
}
body.category-technical #main-wrapper .container.grid article .post-thumb {
	display: none;
	visibility: hidden;
}
body.category-technical #main-wrapper .container.grid article .post-wrap {
	width: 100%;
}
body.category-technical #main-wrapper .container.grid article .post-wrap h2 a {
	font-size: 18px;
}

#main-wrapper .container .ticker {
	overflow: hidden;
	width: 100%;
	margin-top: 40px;
}
#main-wrapper .container .ticker h3 {
	text-align: center;
}

#main-wrapper .container .post-heading {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0 0 0;
}
#main-wrapper .container .post-heading .post-counter {
	font-weight: 400;
	font-size: 14px;
	color: #999;
	margin: 0;
}
#main-wrapper .container .post-heading .col {
	width: auto;
}
#main-wrapper .container .post-heading .col .metadata {
	position: relative;
	padding: 0;
}
#main-wrapper .container .post-heading .col .metadata .author {
	float: left;
	margin-right: 15px;
}
#main-wrapper .container .post-heading .col .metadata .author img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
#main-wrapper .container .post-heading .col .metadata h4 {
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 5px 0 !important;
	color: #55708c;
}
#main-wrapper .container .post-heading .col .metadata h5 {
	font-weight: 400;
	font-size: 13px;
	margin: 0 !important;
	color: #999;
	line-height: 1;
}
#main-wrapper .container .post-heading .col.right {
	position: relative;
}
#main-wrapper .container .post-heading .col.right .source {
	margin: -2px 0 0 0;
	line-height: 1.6;
}
#main-wrapper .container .post-heading .col.right .source h6 {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	margin: -2px 0 0 0;
	position: relative;
}
#main-wrapper .container .post-heading .col.right .source img {
	width: auto;
	height: 25px !important;
	position: relative;
	margin-top: 2px !important;
}
#main-wrapper .container .post-heading .share-socmed {
	position: relative;
}
#main-wrapper .container .post-heading .share-socmed h6 {
	font-size: 14px;
	margin: -2px 0 10px 0;
	position: relative;
	display: inline-block;
}

#main-wrapper .container .content article.full {
	width: 100%;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 0;
	color: #0a0d14;
}
#main-wrapper .container .content article.full img {
	width: 100%;
	margin: 0 !important;
}
#main-wrapper .container .content article.full h1 {
	font-size: 40px;
	line-height: 1.2;
	margin: 20px 0;
}
#main-wrapper .container .content article.full h2 {
	font-size: 24px;
	line-height: 1.4;
}
#main-wrapper .container .content article.full h3 {
	font-size: 20px;
	line-height: 1.4;
	padding: 5px 80px;
}
#main-wrapper .container .content article.full h4 {
	margin: 0 0 20px 0 !important;
	font-weight: 400;
	font-size: 12px;
}
#main-wrapper .container .content article.full h5 {
	margin: -20px 0 20px 0 !important;
	line-height: 1.3;
}
#main-wrapper .container .content article.full p.tag-cat {
	font-size: 13px;
	margin: 0 0 3px 0;
}
#main-wrapper .container .content article.full p {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
}
#main-wrapper .container .content article.full ol,
#main-wrapper .container .content article.full ul {
	padding: 5px 0 5px 20px;
}
#main-wrapper .container .content article.full ol li,
#main-wrapper .container .content article.full ul li {
	line-height: 1.6;
}

#main-wrapper .container .content.article {
	padding: 0;
	width: 67%;
	position: relative;
	float: left;
}

#main-wrapper .container .sidebar {
	float: right;
	width: 30%;
	position: relative;
}
#main-wrapper .container .sidebar h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #0081ff;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #0081ff;
}
#main-wrapper .container .sidebar .popular-posts {
    list-style: none;
    margin-bottom: 30px;
}
.wpp-notice {
	display: none;
	visibility: hidden;
}
#main-wrapper .container .sidebar .popular-posts ul.wpp-list {
	margin: 0 !important;
	padding: 0;
	list-style: none;
	list-style: none;
    list-style: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 0;
    padding: 0;
     
    counter-reset: li-counter;
}
#main-wrapper .container .sidebar .popular-posts ul.wpp-list li {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 15px 0 15px 40px;
    list-style: none;
    position: relative;
    line-height: 1.25;
    border-bottom: 1px solid #eee;
	overflow: hidden;
	width: 100%;
}
#main-wrapper .container .sidebar .popular-posts ul.wpp-list li:last-child {
	border-bottom: 0;
}
#main-wrapper .container .sidebar .popular-posts ul.wpp-list li:before {
   	position: absolute;
    top: 2px;
    left: 0;
    font-size: 30px;
	width: 25px;
	font-weight: 700;
    line-height: 51px;
    padding: 0;
    color: #182750;
    content: counter(li-counter);
    counter-increment: li-counter;
}
#main-wrapper .container .sidebar .popular-posts ul.wpp-list li:first-child:before,
#main-wrapper .container .sidebar .popular-posts ul.wpp-list li:nth-child(3):before,
#main-wrapper .container .sidebar .popular-posts ul.wpp-list li:nth-child(5):before,
#main-wrapper .container .sidebar .popular-posts ul.wpp-list li:nth-child(7):before,
#main-wrapper .container .sidebar .popular-posts ul.wpp-list li:last-child:before {
    color: #0081ff;
}
#main-wrapper .container .sidebar .popular-posts ul.wpp-list li:nth-child(2),
#main-wrapper .container .sidebar .popular-posts ul.wpp-list li:nth-child(4),
#main-wrapper .container .sidebar .popular-posts ul.wpp-list li:nth-child(6),
#main-wrapper .container .sidebar .popular-posts ul.wpp-list li:nth-child(8),
#main-wrapper .container .sidebar .popular-posts ul.wpp-list li:nth-child(10) {
    background-color: transparent;
}
#main-wrapper .container .sidebar .popular-posts ul.wpp-list li a {
    color: #182750;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
#main-wrapper .container .sidebar .popular-posts ul.wpp-list li a:hover {
    text-decoration: none;
    color: #0081ff;
}
#main-wrapper .container .sidebar .popular-posts ul.wpp-list li a img.wpp-thumbnail {
	margin: 0 2rem 0 0;
}
.wpp-meta, .post-stats {
	margin-top: 6px;
    color: #0081ff;
}
#main-wrapper .container .sidebar ul.news {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-wrapper .container .sidebar ul.news li {
	width: 100;
	position: relative;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
#main-wrapper .container .sidebar ul.news li a {
	color: #182750;
	display: block;
	padding: 15px 0;
	font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
#main-wrapper .container .sidebar ul.news li a h6 {
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: 400;
	color: #999;
}
#main-wrapper .container .sidebar ul.news li a:hover {
    text-decoration: none;
    color: #0081ff;
}
#main-wrapper .container .sidebar ul.news li a .thumb {
	display: block;
	float: left;
	width: 120px;
	height: 90px;
	margin-right: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
#main-wrapper .container .sidebar ul.news li a .thumb img {
	width: 100%;
    left: 0;
    height: 120px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
}
#main-wrapper .container .sidebar ul.news li:first-child a {
	font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}
#main-wrapper .container .sidebar ul.news li:first-child a .thumb {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
#main-wrapper .container .sidebar ul.news li:first-child a img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
    top: 0;
    transform: none;
    object-fit: auto;
}

.postTitle {
	color: inherit !important;
}

.pagination {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;
	text-align: center;
}
.pagination .page-numbers {
	background-color: #fff;
	color: #222;
	padding: 5px 10px;
	margin: 0 5px;
	border-radius: 0;
}
.pagination .page-numbers.current {
	background-color: #182750;
	color: #fff;
}
.pagination .page-numbers:hover {
	background-color: #182750;
	color: #fff;
}

form.search {
	width: 100%;
	margin-bottom: 30px;
}
form.search input[type="search"] {
	border: 0;
	padding: 0;
	text-indent: 15px;
	height: 38px;
	line-height: 38px;
	margin: 0;
	float: left;
	width: 65%;
	font-size: 11px;
	background-color: #fff;
}
form.search button[type="submit"] {
	background-color: #bdaea4;
	color: #fff;
	outline: none;
	border: none;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	width: 35%;
	padding: 0;
}
form.search button[type="submit"]:hover {
	background-color: #483e38;
}
#related {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
    background-color:#f1f1f1;
}
#related h3 {
    color: #4D5C7D;font-size: 16px;letter-spacing: 2.7px;line-height: 1.3; font-weight: 400; text-transform: uppercase; text-align: center;
    margin-bottom: 40px;
}
#related ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
	max-width: 1240px;
}
#related ul li {
    float: left;
    width: 25%;
    margin: 0;
    padding: 20px;
}
#related ul li a {
	line-height: 1.4;
}
#related ul li a img {
    width: 100%;
    height: auto;
}
#related ul li h2 {
	line-height: 1 !important;
	margin: 0 0 10px 0;
}
#related ul li h2 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    color: #3654A7;
}
#related ul li h2 a:hover {
	color: #182750;
}
#related ul li p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    color: #939393;
}
#related ul li .metadata {
	position: relative;
	padding: 0;
}
#related ul li .metadata .author {
	float: left;
	margin-right: 15px;
}
#related ul li .metadata .author img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
#related ul li .metadata h4 {
	font-weight: 600;
	margin: 10px 0 0 0;
	color: #999;
    font-size: 14px;
}
#related ul li .metadata h4 a:hover {
	color: #626978;
}
#related ul li .metadata h5 {
	font-weight: 500;
	font-size: 12px;
	margin: 20px 0 0 0;
	color: #182750;
	line-height: 1;
}

#related-article {
    position: relative;
    width: 100%;
    overflow: hidden;
	margin-top: 40px;
}
#related-article h3 {
    line-height: 1.2;
    margin: 0;
    padding-top: 10px;
    margin-bottom: 30px;
	font-size: 30px;
    border-top: 2px solid #0081ff;
}
#related-article ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
}
#related-article ul li {
    margin: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
#related-article ul li a {
	line-height: 1.4;
}
#related-article ul li a img {
    width: 100%;
    height: auto;
}
#related-article ul li h2 {
	line-height: 1 !important;
	margin: 0 0 10px 0;
}
#related-article ul li h2 a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
	color: #182750;
}
#related-article ul li h2 a:hover {
	color: #0081ff;
}
#related-article ul li p {
    font-size: 16px;
    line-height: 1.3;
    padding: 0;
    color: #555;
	margin: 0;
}
#related-article ul li .metadata {
	position: relative;
	padding: 0;
	color: #999;
	margin: 0;
}
#related-article ul li .metadata .author {
	float: left;
	margin-right: 15px;
}
#related-article ul li .metadata .author img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
#related-article ul li .metadata h4 {
	font-weight: 600;
	margin: 3px 0 0 0;
	color: #999;
    font-size: 14px;
}
#related-article ul li .metadata h4 a:hover {
	color: #626978;
}
#related-article ul li .metadata h5 {
	font-weight: 500;
	font-size: 12px;
	margin: 10px 0 0 0;
	color: #999;
	line-height: 1;
}

div.wpcf7 {position: relative;}
div.wpcf7 label {position: relative; font-size: 16px; font-weight: 700; width: 100%; float: left;}
span.wpcf7-list-item {margin: 0; padding: 2px 5px;}
div.wpcf7 h3 {margin: 0; font-size: 16px;}
div.wpcf7 .wpcf7-form {position: relative; overflow: hidden;}
div.wpcf7 .wpcf7-form input {
	width: 100%;
	float: left;
	outline: 0;
	border: 2px solid #ddd;
	padding: 12px 20px;
	margin: 5px 0 15px 0;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	display: block;
	border-radius: 5px;
}
div.wpcf7 .wpcf7-form input:hover,
div.wpcf7 .wpcf7-form input:focus {
	border: 2px solid #182750;
}
div.wpcf7 .wpcf7-form select,
div.wpcf7 .wpcf7-form textarea {
	width: 100%;
	outline: 0;
	border: 2px solid #ddd;
	font-size: 13px;
	padding: 12px 20px;
	margin: 5px 0 15px 0;
	color: #000;
	background-color: #fff;
	display: block;
	border-radius: 5px;
	height: 100px;
}
div.wpcf7 .wpcf7-form select {
	height: auto;
}
div.wpcf7 .wpcf7-form select:focus,
div.wpcf7 .wpcf7-form select:hover,
div.wpcf7 .wpcf7-form textarea:focus,
div.wpcf7 .wpcf7-form textarea:hover {
	border: 2px solid #182750;
}
div.wpcf7 .wpcf7-form input[type="submit"] {
	width: 100%;
	outline: 0;
	border: 0;
	background-color: #182750;
    color: #fff;
    font-weight: 600;
    padding: 15px 35px;
    font-size: 16px;
    margin: 5px 0 0 0;
    display: inline-block;
    width: auto;
}
div.wpcf7 .wpcf7-form input[type="submit"]:hover {
	background-color: #4c71c3;
	outline: 0;
}
span.wpcf7-form-control.wpcf7-checkbox {
	display: inline-block;
    overflow: hidden;
    font-size: 12px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 10px 10px 0 0;
}
div.wpcf7 .wpcf7-form input[type="checkbox"] {
	width: auto;
	float: left;
	margin: 5px 7px 0 0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0 0 !important;
    padding: 0.2em 1em !important;
    border: 0 !important;
	color: #6fd3a0;
    width: 100% !important;
    float: left !important;
    background-color: #0000001c !important;
}
div.wpcf7 img.ajax-loader {position: absolute;}
img.ajax-loader {width: auto;}
.wpcf7-spinner {position: absolute; top: 45%; left: 45%;}


.header #megamenu {
  position: relative;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  z-index: 9999;
  float: right;
  cursor: pointer;
  top: 18px;
  right: 56px;
  display: none;
}
.header #megamenu i {
  font-size: 24px;
}
#nav-toggle { position: absolute; left: 50%; top: 50%; }

#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 30px;
  background:#182750;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 30px;
  background:#182750;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 30px;
  background:#182750;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -7px; 
}
#nav-toggle span:after {
  bottom: -7px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  background: #182750;
}
.menu-dropdown {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 80px;
  z-index: 999;
  overflow: hidden;
	box-shadow: 0 5px 20px rgba(0,0,0, .2);
}
.menu-dropdown .container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.menu-dropdown .container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.menu-dropdown .container ul li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  width: 100%;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
}
.menu-dropdown .container ul li a {
  display: block;
  font-size: 16px;
  border: 0;
	font-weight: 600;
  color: #55708c;
	padding: 7px 0;
}
.menu-dropdown .container ul li a:after {
	display: block;
}
.menu-dropdown .container ul li a:hover {
  color: #55708c;
  border: 0;
}
.menu-dropdown .container ul li.mobile-btn-client {
	border: 0;
	margin: 20px 0;
	width: 46%;
	display: inline-block;
	text-align: center;
}
.menu-dropdown .container ul li.mobile-btn-client a {
	padding: 7px 6px;
    border-radius: 50px;
    font-size: 14px;
    color: #182750;
    background-color: #edf3ff;
    border: 2px solid #4d5c7d;
}
.menu-dropdown .container ul li ul.sub-menu {
  display: block;
  position: relative;
  z-index: 1;
  border: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
	background-color: #edf3ff;
}
.menu-dropdown .container ul li ul.sub-menu li {
  display: block;
  margin: 0;
  float: none;
  padding-left: 0;
  border-bottom: 0;
  border-top: 0;
	width: 100%;
}
.menu-dropdown .container ul li ul.sub-menu li a {
  display: block;
  background-color: transparent;
  padding: 7px 0 7px 20px;
  font-size: 14px;
  color: #55708c;
	font-weight: 500;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999999;
	display: inline-block;
}
.whatsapp a {
    color: #fff;
    padding: 7px 20px;
	text-align: center;
    background: #45b33e;
    border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
    display: block;
	font-size: 15px;
}
.whatsapp a:hover {
    background-color: #45b33e;
    color: #fff;
    text-decoration: none;
}
.whatsapp a i {
    vertical-align: middle;
    font-size: 18px;
    position: relative;
	margin-right: 10px;
    padding: 0;
    top: 0;
    color: #fff;
}

table {
	border: 1px solid #ccc;
}
table thead tr {background-color: #182750;}
table thead tr th {line-height: 1.2; color: #fff; font-size: 15px; font-weight: 500; padding: 10px; vertical-align: top; border-right: 1px solid #fff;}
table tr {border-bottom: 1px solid #ccc;}
table tr td {border-right: 1px solid #ccc; padding: 10px; font-size: 13px; line-height: 1.2;}

.addtoany_list a span {border-radius: 70px !important; padding: 3px !important;}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1200px) {
	.header .container,
	.navbar .nav,
	#main-wrapper .container,
	#foot .container {padding-left: 20px; padding-right: 20px;}
}
@media only screen and (max-width:1024px) {
	html {padding-top: 0 !important;}
	.header {display: block; z-index: 99; height: 80px; top: 0;}
	.header .container {position: relative; background-color: transparent; height: 80px;}
	.header .container .logo {width: 110px; padding: 0; background: transparent; float: left; top: 4px;}
	.header .container .language ul li:first-child a {padding: 10px;}
	.header .container .language ul li.client a {padding: 7px 10px; font-size: 12px;}
	.header .container .language ul li:last-child a {padding: 7px 10px; font-size: 12px;}
/* 	.header .container .language ul li:last-child a span {display: none;} */
	.header .container .language ul li:last-child a i {margin-right: 0;}
	.header .container .main-search {margin-right: 70px;}
	.header .container .translate {margin-left: auto; margin-right: 70px;}
	.nav {display: none;}
	.header.scrolled {height:80px; box-shadow: 0 1px 3px rgba(0,0,0, .3); transition: none;}
	body.home .header {display: block; z-index: 99; height: 80px; top: 0;}
	body.home .header .container {position: relative; background-color: transparent; height: 80px;}
	body.home .header.scrolled {height:80px; box-shadow: 0 1px 3px rgba(0,0,0, .3); transition: none;}
	
	.header #megamenu {display: block !important; top: 30px; z-index: 99; position: absolute;}
	
	.header.scrolled #megamenu {display: block !important; top: 30px; z-index: 99;}
  	
  	.menu-dropdown {display: block; top: 80px; overflow-x: hidden; overflow-y: auto; background-color: #fff; padding: 20px;}
  	.header.scrolled .menu-dropdown {display: block; top: 80px;}
  	.menu-dropdown .container .navbar .nav ul li ul.sub-menu {left: 20px;}
  	.menu-dropdown .container .navbar .nav ul li ul.sub-menu li a {font-size: 14px;}
  	.menu-dropdown .container .navbar .nav ul li ul.sub-menu li a img {display: none;}
	
	#main-wrapper .container .content.article {width: 100%}
	#main-wrapper .container .sidebar {width: 100%; float: left; margin-top: 30px;}
	
	#slickbox {top: 80px; position: absolute; width: 100%; background-color: #fff; padding: 10px 20px; right: 0;}
	.header.scrolled .container #slickbox {top: 80px;}

  	.breadcrumb {overflow-y: hidden;overflow-x: scroll;white-space: nowrap; padding-left: 20px; padding-right: 20px;}

  	.header .container .language {right: 65px;}
}
@media only screen and (max-width:768px) {
	html {padding-top: 0 !important;}
	body {font-size: 15px; line-height: 1.6;}
	.header .container .language {position: fixed; width: 100%; top: unset; bottom: 0; right: 0; background-color: #eee; padding: 20px; display: none !important;}
	.header .container .language ul {display: block; text-align: center;}
	.header .container .language ul li {margin: 0 10px;}
	.header .container .language ul li:first-child {position: fixed;top: 28px; right: 70px;}

	#bisnis-box .elementor-image-box-title br {display: none;height: 0;}
	#icon-modules .elementor-column {padding-right: 0;}
	#icon-modules .elementor-image-box-img img {width: 35px;}

	#insight-home .eael-grid-post {width: 100%; border-bottom: 1px solid #fff;}
	#insight-home .eael-grid-post .eael-entry-media {width: 100%;float: left;}
	#insight-home .eael-grid-post .eael-entry-wrapper {width: 100%;float: left;height: auto; padding: 30px;}
	#insight-home .eael-grid-post .eael-entry-wrapper h2 {font-size: 21px;font-weight: 600;line-height: 1.3;}
	
	#insight-home .eael-grid-post:nth-child(2) {width: 100%; border-bottom: 0;}
	#insight-home .eael-grid-post:nth-child(2) .eael-entry-media {width: 100%;float: left;}
	#insight-home .eael-grid-post:nth-child(2) .eael-entry-wrapper {width: 100%;float: left;height: auto; padding: 30px;}
	#insight-home .eael-grid-post:nth-child(2) .eael-entry-wrapper:after {display: none;}
	#insight-home .eael-grid-post:nth-child(2) .eael-entry-wrapper h2 {font-size: 18px;font-weight: 600;line-height: 1.3;}

	#insight-home .eael-grid-post:nth-child(3) {width: 100%; border-bottom: 0;}
	#insight-home .eael-grid-post:nth-child(3) .eael-entry-media {width: 100%;float: left; display: none;}
	#insight-home .eael-grid-post:nth-child(3) .eael-entry-wrapper {width: 100%;float: left;height: auto; padding: 30px;}
	#insight-home .eael-grid-post:nth-child(3) .eael-entry-wrapper:after {display: none;}
	#insight-home .eael-grid-post:nth-child(3) .eael-entry-wrapper h2 {font-size: 18px;font-weight: 600;line-height: 1.3;}

	#insight-home .eael-grid-post:nth-child(4) {width: 100%; border-bottom: 0;}
	#insight-home .eael-grid-post:nth-child(4) .eael-entry-media {width: 100%;float: left;}
	#insight-home .eael-grid-post:nth-child(4) .eael-entry-wrapper {width: 100%;float: left;height: auto; padding: 30px;}
	#insight-home .eael-grid-post:nth-child(4) .eael-entry-wrapper:after {display: none;}
	#insight-home .eael-grid-post:nth-child(4) .eael-entry-wrapper h2 {font-size: 18px;font-weight: 600;line-height: 1.3;}

	#insight-home .eael-grid-post:nth-child(5) {width: 100%; border-bottom: 0;}
	#insight-home .eael-grid-post:nth-child(5) .eael-entry-media {width: 100%;float: left;}
	#insight-home .eael-grid-post:nth-child(5) .eael-entry-wrapper {width: 100%;float: left;height: auto; padding: 30px;}
	#insight-home .eael-grid-post:nth-child(5) .eael-entry-wrapper:after {display: none;}
	#insight-home .eael-grid-post:nth-child(5) .eael-entry-wrapper h2 {font-size: 18px;font-weight: 600;line-height: 1.3;}

	#clients .eael-img-accordion .overlay .overlay-inner p {font-size: 13px; line-height: 1.3; padding-left: 20px; padding-right: 20px;}

	#big-title .container {padding: 50px 20px;}
	#big-title .container h2 {font-size: 30px;}
	#big-title .container h4 {font-size: 16px;}
	#big-title .container {padding: 70px 20px 50px 20px;}
	#big-title .container h1 {font-size: 33px; line-height: 1.3;}

	#main-wrapper .container .category-menu {white-space: nowrap; overflow-x: auto; overflow-y: hidden;}

	#main-wrapper {margin-top: 0;}
	#main-wrapper .container {padding: 50px 20px;}
	#main-wrapper .container.small {padding: 50px 20px;}
	#main-wrapper .container.grid article {width: 100%; margin: 0; display: block;}
	#main-wrapper .container.grid article .post-thumb {width: 100%; float: left;}
	#main-wrapper .container.grid article .post-wrap {width: 100%; float: left; padding: 20px 20px 30px 20px;}
	#main-wrapper .container.grid article .post-wrap h2 a {font-size: 18px;}
	body.category-regulation #main-wrapper .container.grid article {width: 100%; margin: 0; display: block;}
	body.category-regulation #main-wrapper .container.grid article .post-wrap {width: 100%; float: left; padding: 20px;}
	body.category-regulation #main-wrapper .container.grid article .post-wrap h2 a {font-size: 15px;}
	body.category-technical #main-wrapper .container.grid article {width: 100%; margin: 0; display: block;}
	body.category-technical #main-wrapper .container.grid article .post-wrap {width: 100%; float: left; padding: 20px;}
	body.category-technical #main-wrapper .container.grid article .post-wrap h2 a {font-size: 15px;}
	#main-wrapper .container .category-menu {padding-left: 20px;}
	#main-wrapper .container .post-heading {margin-bottom: 30px; padding: 0;}
	#main-wrapper .container .post-heading h1 {font-size: 36px;}
	#main-wrapper .container .post-heading .post-counter {width: auto;}
	#main-wrapper .container .post-heading .col {margin-bottom: 15px; width: 36%;}
	#main-wrapper .container .post-heading .col .metadata h5 {margin: -16px 0 0 0 !important;}
	#main-wrapper .container .post-heading .col .metadata h4 {font-size: 13px; margin: 0 0 17px 0 !important;}
	#main-wrapper .container .post-heading .col.right {position: relative; width: 33%;}
	#main-wrapper .container .post-heading .col.right .source a {font-size: 14px; top: -4px; position: relative; overflow: hidden; white-space: nowrap;}
	#main-wrapper .container .post-heading .col.right .source img {height: 20px !important;}
	#main-wrapper .container .content {width: 100%; float: none;}
	#main-wrapper .container .content article.full h1 {font-size: 27px;}
	#main-wrapper .container .content article.full h2 {padding: 10px 0 0 0;}
	#main-wrapper .container .content article.full h3 {padding: 10px 0 0 0;}
	#main-wrapper .container .content article.full p {font-size: 15px;}
	#main-wrapper .container .content article.full .wp-caption {padding: 0;}
	
	#main-wrapper .container.grid article {height: auto;}
	#main-wrapper .container.grid article .post-thumb img {top: 0; transform: none; position: relative; height: auto;}

	#related {padding: 50px 20px;}
	#related h3 {color: #4D5C7D;font-size: 16px;letter-spacing: 2.7px;line-height: 1.3; font-weight: 300;}
	#related ul li {width: 100%; margin: 20px 0; padding: 0;}
	#related-article h3 {font-size: 24px;}
	#related-article ul li h2 a {font-size: 18px;}
	#related-article ul li p {font-size: 15px;}

	#newsletter-area .container {padding: 50px 25px 40px 25px;}
	#foot .container ul li {text-align: center;}
	#foot .container ul li a {padding: 10px 20px;}
	#foot .container {padding: 40px 0 20px 0;}
	#foot .container #custom_html-4,
	#foot .container #custom_html-5,
	#foot .container #text-2,
	#foot .container #text-3 {width: 100%; float: left; text-align: center;}
	#foot .container ul.socmed li {float: none; margin: 0 10px;}
	#foot .container ul.terms li {float: none; margin: 20px 10px; text-align: center;}
	.copyright {font-size: 13px; line-height: 1.3; padding-left: 15px; padding-right: 15px;}
}
@media only screen and (max-width:640px) {
	#icon-modules .elementor-image-box-img {float: left; width: 15%;}
	#icon-modules .elementor-image-box-content {text-align: left; width: 75%; float: right;}
}
@media only screen and (max-width:480px) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border: 0;
	max-width:100%;
	padding:0;
	font-size: 13px;
	font-style: italic;
}
.wp-block-image figcaption {
	position: relative;
	top: -10px;
	line-height: 1.3;
}
.wp-caption.alignnone {
	margin:0 0 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	width: 100%;
	max-width:100%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
p.wp-caption-text {
	font-size: 12px !important;
	line-height: 1.2 !important;
	font-style: italic;
	position: relative;
	padding: 10px 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	color: #999 !important;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #eee;
}
::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #182750;
}
