/*
Theme Name: Consultus
Theme URI: https://matchthemes.com/premium/consultus-finance-consulting-wordpress-theme/
Description: Consultus - Consulting Business Finance Theme
Version: 2.0.9
Author: MatchThemes
Author URI:
Tested up to: 6.7
Requires PHP: 7.4
License:
License URI:
Tags: one-column, two-columns, three-columns, blog, theme-options, featured-images, grid-layout, news
Text Domain: consultus
*/

/*************************************
 
  	1. MAIN STYLES
	
	2. HEADER
	
	3. HOME
	
	4. BLOG
	
	5. PAGES
		
		5.1 SERVICES
		5.2 CASE STUDIES

	6. FOOTER
	
	7. OTHER
	
	8. RESPONSIVE MEDIA QUERIES
 
************************************/


@media (max-width: 480px) {
	
.pc-view {
	display:none;
}
	
}


@media (min-width: 481px) {
	
.sp-view {
	display:none;
}

}


/**
* #1.# MAIN STYLES
*
* 
*/

/* RESET STYLES */

*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
div {
	overflow-x: clip;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

address {
	font-style: italic;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

strong,
b {
	font-weight: bold;
}

em,
cite {
	font-style: italic;
}

cite {
	display: block;
}

strike,
del {
	text-decoration: line-through;
}

sup {
	font-size: 11px;
	position: relative;
	vertical-align: top;
	top: 5px;
}

sub {
	bottom: 5px;
	font-size: 11px;
	position: relative;
	vertical-align: bottom;
}

.italic {
	font-style: italic;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

.no-margin {
	margin: 0 !important;
}

.no-bottom {
	margin-bottom: 0;
}

.no-padding {
	padding: 0;
}

.column-clear {
	clear: both;
}

.wp-caption {
	max-width: 100%;
}

.sticky {
	position: relative;
}

.wp-caption-text,
.gallery-caption {
	color: #999999;
	font-size: 14px;
	text-align: center;
	margin-top: 24px;
	font-style: italic;
	font-weight: 300;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor .comment-body {
	border-color: 1px solid #fff;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	display: block;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 1em 1.5em;
	font-size: 0.8em;
	line-height: normal;
	color: #21759b;
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	text-decoration: none;
	z-index: 100000;
	/* Above WP toolbar */
}

.alignright {
	float: right;
	margin: 4px 0 0 24px;
}

.alignleft {
	float: left;
	margin: 4px 24px 0 0;
}

.aligncenter {
	margin: 24px auto;
	text-align: center;
	display: block;
}

hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 1px solid #e9e9e9;
}

pre,
code {
	background: #eee;
	color: #1c2e40;
	font-family: "Courier New", Courier, monospace;
	padding: 8px;
	font-size: 13px;
}

pre {
	margin-bottom: 24px;
	overflow: auto;
	padding: 24px;
	white-space: pre-wrap;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility;
	background: #fcfcf7;
	color: #767981;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	overflow-x:hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:700;
  line-height:1.2;
 color:#1c2e40;
}
.h1,
h1 {
 font-size:3.5rem;
}
.h2,
h2 {
 font-size:3rem;
}
.h3,
h3 {
 font-size:2.25rem;
}
.h4,
h4 {
 font-size:2rem;
}
.h5,
h5 {
 font-size:1.5rem;
}
.h6,
h6 {
 font-size:1rem;
}
.lead {
 font-size:1.25rem;
 font-weight:400;
}
.display-1 {
 font-size:6rem;
 font-weight:700;
 line-height:1;
}
.display-2 {
 font-size:5.5rem;
 font-weight:700;
 line-height:1;
}
.display-3,
.el-display-3 .elementor-heading-title{
 font-size:4rem;
 font-weight:700;
 line-height:1;
}
.display-4 {
 font-size:3.5rem;
 font-weight:700;
 line-height:1;
}

.bold-color{
	color:#1c2e40;
}

.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
	margin-bottom: 1rem;
}

a,
.pcolor {
	text-decoration: none;
}

p a {
	text-decoration: none;
}

a:hover,
p a:hover {
	color: #2586ce;
	text-decoration: none;
}

a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

.pcolor2{
	color: #f5b02f;
}

ul,
ol {
	margin: 0 0 16px 24px;
}

ul li,
ol li{
	margin-bottom: 8px;
}

.list-circle{
	margin: 0 0 24px 0;
}
.list-circle li{
		list-style: none;
		position: relative;
		padding-left: 16px;
}
.list-circle li:before{
		content:'';
		position: absolute;
		left: 0;
		top: 50%;
		width: 5px;
		height: 5px;
		background: #2586ce;
		border-radius: 3px;
		
		-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

blockquote {
	font-size: 24px;
	font-style: italic;
	line-height: 1.6em;
	color: #1c2e40;
	position: relative;
	letter-spacing: 0.05em;
	margin: 32px 0 42px 0;
	padding-left: 54px;
}

blockquote:before{
	content: "";
	display: inline-block;
	margin-right: 0;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	color: #2586ce;
	width: 5px;
	height: 100%;
	background: #2586ce;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

blockquote cite {
	color: #2586ce;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 16px;
}

p,
ul,
ol {
	margin-bottom: 24px;
}

/* definition lists */
dl dt {
	margin-bottom: 0;
}

dl dd {
	margin-left: 16px;
	margin-bottom: 24px;
}

/* tables */
table {
	border: 1px solid #e9e9e9;
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin-bottom: 24px;
	border-collapse: collapse;
}

table caption {
	margin-bottom: 24px;
	text-align: center;
}

table th,
table td {
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	text-align: center;
	padding: 16px;
}

table th {
	font-weight: bold;
}

div p:last-of-type {
	margin-bottom: 0;
}

a,
#submit,
.wpcf7-submit,
.post-password-form input[type="submit"],
.elementor-widget-tabs .elementor-tab-title,
.elementor-accordion .elementor-tab-title,
.elementor-toggle .elementor-tab-title,
.tabacc .elementor-tab-title svg,
.more-v3,
.gallery-img img{
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.container,
.row > *{
	padding-left: 15px;
	padding-right: 15px;
}

.row{
	margin-left: -15px;
	margin-right: -15px;
}
.relative {
	position:relative;
}
/**
* #2.# HEADER
*
* 
*/


/*** menu large screens ***/
.menu-nav {
	margin: 0;
	font-size: 0;
}

.menu-nav li {
	display: inline-block;
	/* position: relative; */
	margin-left: 24px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
}

.menu-nav li:first-child {
	margin-left: 0;
}

@media (min-width: 1081px) {

.header-info ul li.inquiry {
	display:none;
}
.header-info ul li.left {
	margin-left: 0;
}
	
}

.menu-nav li a {
	color: #1c2e40;
	padding: 36px 0;
	display: block;
}

.menu-nav li a:before {
    position: absolute;
    display: block;
    bottom: 36px;
    left: 50%;
    width: 0;
    border-top: 2px solid #2586ce;
    content: '';
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    -moz-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    -o-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    -ms-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
}


.menu-nav li a:hover,
.menu-nav > li:hover > a,
.menu-nav > li.current-menu-item > a {
	background: none;
	color: #2586ce;
}

.menu-nav > li:hover > a:before,
.menu-nav li.current-menu-item > a:before {
    left: 0;
    width: 100%;
    border-color: 2586ce;
	display:none;
}
.header-container .menu-nav ul {
	display: none;
	margin: 12px 0 0;
	padding: 28px 1% 28px 2%;
	width: 100%;
	text-align: left;
	position: absolute;
	top: 64px;
	left: 0;
	background: #1c2e40;
	background: #fff;
	z-index: 5;
	-webkit-box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.05);
	border-top: 5px solid #0259a5;
}

.menu-nav ul li {
	display: inline-block;
	background: none;
	margin: 0 1%;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 23%;
	padding: 1% 0;
	overflow: hidden;
	transition: 0.2s;
	border-radius: 6px;
	background: #f3f3f3;
}

.header-container .menu-nav ul li > a {
	display: block;
	padding: 8px 36px;
	color: #000;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.menu-nav ul li > a:focus{
	outline: none;
}

.header-container .menu-nav ul li:hover,
.header-container .menu-nav li:hover ul li:hover {
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
}
.header-container .menu-nav ul li a:hover,
.header-container .menu-nav li:hover ul li a:hover {
	text-decoration: none;
	color: #000;
}

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

.menu-nav li ul ul {
	left: 100%;
	top: -28px;
	margin: 0;
}

.menu-nav .edge > ul{
	left: auto;
	right: 0;
}

.menu-nav li ul .edge ul {
    left: auto;
    top: -28px;
    margin: 0;
    right: 100%;
}

.menu-nav li ul ul:before,
.menu-nav li ul a:before {
	display: none;
}
/*** end menu large screens ***/

/*** menu mobile ***/
.nav-button-holder {
	display: none;
}

.nav-button {
	background: none;
	border: none;
	cursor: pointer;
	padding-bottom: 17px;
	vertical-align: middle;
}

.icon-bar,
.icon-bar1,
.icon-bar2 {
	display: block;
	height: 3px;
	width: 25px;
	background: #0259a5;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.icon-bar1,
.icon-bar2 {
	width: 18px;
	background: #ffffff;
}

.icon-bar:before,
.icon-bar:after {
	background: #0259a5;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	bottom: -7px;
	right: 0;
}

.icon-bar:after {
	bottom: -14px;
	top: auto;
}

.nav-button:hover .icon-bar,
.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
	background: #2586ce;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu-mobile {
	font-size: 0;
	margin: 0 auto;
	margin-left: 0;
	padding-left: 48px;
}

.menu-mobile li {
	font-size: 20px;
	font-weight: 700;
	padding-top: 24px;
	list-style: none;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}

.menu-mobile li a {
	color: #fff;
	display: block;
	line-height: 1.5;
	position: relative;
}

.menu-mobile li a:hover,
.menu-mobile li a:focus {
	background: none;
}

.menu-mobile li:hover>a,
.menu-mobile li.current-menu-item>a {
	color: #2586ce;
}

.menu-mobile>li.menu-item-has-children>a:after {
	content: "+";
	display: inline-block;
	margin-left: 7px;
	margin-right: 0;
	font-size: 16px;
	font-weight: 700;
	bottom: 3px;
position: absolute;
}

.menu-mobile>li.menu-item-has-children.menu-open>a:after {
	content: "-";
}

.menu-mobile ul {
	margin-left: 0;
}

.menu-mobile>li>ul {
	display: none;
}

.menu-mobile>li.menu-open>ul {
	display: block;
	margin-top: 8px;
}

.menu-mobile ul li {
	font-size: 14px;
	padding-top: 16px;
	text-transform: none;
	padding-left: 16px;
	display: block;
}

.menu-contact {
	margin-top: 81px;
	padding-left: 48px;
	font-size: 14px;
	color: #fff;
}

.menu-contact ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.menu-contact ul:first-child li i {
    font-size: 16px;
    margin-right: 8px;
}

.mobile-phone {
	margin-top: 8px;
}

.menu-contact .social-media {
	margin-top: 24px;
	padding-bottom: 48px;
}
.menu-contact .social-media li a{
	color: #fff;
}

.menu-contact .social-media svg path {
  fill: #ffffff;
}

/*** end menu mobile ***/

/***** MODAL WINDOW ******/
body.has-active-menu {
	overflow: hidden;
}

.menu-mask {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.menu-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.9;
}

.mobile-menu-holder {
	position: fixed;
	z-index: 1050;
	top: 0;
	right: 0;
	overflow-x: hidden;
	width: 350px;
	height: 100%;
	background: #1c2e40;
	opacity: 0;
	padding: 0 30px;
	-webkit-transform: translateX(400px);
	-ms-transform: translateX(400px);
	transform: translateX(400px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.mobile-menu-holder.is-active {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.modal-menu-container {
	position: relative;
}

.exit-mobile {
	cursor: pointer;
	padding: 7px 1px;
	display: inline-block;
	margin-top: 32px;
}

.icon-bar1 {
	top: 3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.icon-bar2 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/***** END MODAL WINDOW ******/

.btn-header{
	margin-left: 32px;
}

.social-media,
.footer-social {
	list-style: none;
	margin: 0;
	font-size: 0;
}

.social-media li,
.footer-social li {
	display: inline-block;
	font-size: 14px;
	margin-left: 16px;
	margin-bottom: 0;
}

.social-media li a {
	color: #ffffff;
}

.social-media svg {
  width: 13px;
  height: 13px;
  margin-bottom: 2px;
}

.social-media svg path {
  fill: #ffffff;
}

.social-media li:first-child,
.footer-social li:first-child {
	margin-left: 0;
}

a.social-twitter:hover {
	color: #29C5F6 !important;
}

a.social-twitter:hover svg path{
	fill: #29C5F6;
}


a.social-facebook:hover {
	color: #6788CE !important;
}

a.social-linkedin:hover {
	color: #3A9BDC !important;
}

a.social-pinterest:hover {
	color: #FE4445 !important;
}

a.social-tripadvisor:hover {
	color: #00AF87 !important;
}

a.social-youtube:hover {
	color: #E34040 !important;
}

a.social-vimeo:hover {
	color: #44BBFF !important;
}

a.social-instagram:hover {
	color: #AA8062 !important;
}

a.social-tiktok:hover {
	color: #25f4ee !important;
}

a.social-skype:hover {
	color: #24B4F0 !important;
}


.header-social-1 {
	text-align: right;
}

/** Header 1 **/

.main-header{
	position: relative;
	z-index: 3;
}

.logo img {
	background: none;
}

.logo-1,
.header-social-1{
	flex: 1 1 0;
}

.header-container{
	display: flex;
	align-items: center;
}

.nav-holder-1 {
	text-align: center;
}

.logo-txt {
	font-size: 32px;
	font-weight: 700;
}

.logo-txt a {
	color: #1c2e40;
}

/** Header 2 **/

.header-2{
	padding: 16px 0;
}

.logo-2{
	flex: 1 1 0;
}

.nav-button-holder-2{
	display: block;
	text-align: right;
}

.nav-fixed-top {
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background: #fcfcf7;
	margin-top: 0;
	
	-webkit-backface-visibility: hidden;
-webkit-transition: all .3s cubic-bezier(.25,1,.35,1) 0s;
-moz-transition: all .3s cubic-bezier(.25,1,.35,1) 0s;
-o-transition: all .3s cubic-bezier(.25,1,.35,1) 0s;
-ms-transition: all .3s cubic-bezier(.25,1,.35,1) 0s;
transition: all .3s cubic-bezier(.25,1,.35,1) 0s;
}

/** Header 3 **/

.logo-3,
.btn-header3{
	flex: 1 1 0;
}

.btn-header3{
	text-align: right;
}

.header-social-2{
	margin-left: 32px;
}

.btn-header3 .social-media li a,
.header-social-2 li a{
	color: #1c2e40;
}

.btn-header3 .social-media svg path,
.header-social-2 svg path{
  fill: #1c2e40;
}

/** Header 4 **/

.logo-4{
	flex: 0 1 auto;
	margin-right: 32px;
}

.nav-holder-4{
	flex: 1 1 0;
}

/** Header 5 **/

.top-info {
    background: #2586ce;
    padding: 8px 0;
}

.header-contact4 {
    display: flex;
    align-items: center;
}

.header-info ul{
	margin: 0;
color: #fff;
font-size: 0;
}
.header-info ul li{
    display: inline-block;
    text-align: left;
	margin: 0;
    margin-left: 32px;
    font-size: 12px;
    position: relative;
}

.header-info ul li:first-child {
    margin-left: 0;
}

.header-info ul li span{
    display: inline-block;
    margin-left: 8px;
}

.header-contact4 .social-media {
    flex: 1 1 0;
    text-align: right;
}


/**
* #3.# HOME
*
* 
*/

/* SLIDER */

.slider-container {
	position: relative;
	margin-bottom: 0;
}

.slider-container,
.slider-item-box-bkg {
	height: calc( 110vh - 100px );
}
.slider-img,
.slider-img-v2 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: absolute;
	left: 30%;
	top: 0;
	width: 100%;
}
.slider-img:before {
	content: '';
		/* background:#ffffff38; */
	top: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider-caption {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	color: #fff;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-text{
	width: 50%;
	font-size: 16px;
	text-align: left;
	color:#000;
	z-index:100;
	display:block;
	position:relative;
}
.slider-text h1 {
	color: #fff;
	color:#000;
	margin-bottom: 22px;
	font-size: 3.8rem;
	text-shadow:0 0 10px #fff;
}
.slider-text p {
	padding-bottom: 14px;
	font-weight:bold;
	text-shadow: 0 0 10px #fff;
	text-shadow: white 1px 1px 2px, white -1px 1px 2px,
	white 1px -1px 2px, white -1px -1px 2px;
}
.slider-text .view-more{
	margin-top: 32px;
}


/**
* #4.# PAGES
*
* 
*/

/* HEADER PAGES */
.top-single-bkg {
	overflow: hidden;
	position: relative;
	margin-bottom: 108px;
	width: 100%;
	height: 350px;	
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-single-bkg:before {
	content: '';
	background: rgba(14, 18, 25, 0.3);
	background:rgb(32 130 191 / 41%);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.topnoimg{
	height: auto;
	background: none;
	margin-top: 54px;
}

.topnoimg .single-post-title{
	color: #1c2e40;
}

.topnoimg.top-single-bkg:before {
	display: none;
}

.top-single-bkg .inner-desc {
    display: flex;
	align-items: center;
    width: 100%;
    z-index: 2;
    position: relative;
    text-align: center;
    height: 100%;
}

.single-post-title {
	color: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.3em;
}

.post-subtitle,
.page-subtitle {
    font-size: 14px;
	font-weight: 600;
	color: #fff;
    letter-spacing: 0.05em;
    margin-top: 8px;
    display: block;
	line-height: 1.1;
	text-transform: uppercase;
}

.top-blogfront{
	height: auto;
}
.top-blogfront:before{
	display: none;
}


/* END HEADER PAGES */

#wrap-content p,
.article-excerpt,
.practice-icon-content,
aside p {
    line-height: 1.7;
}

.page-holder p,
.blog-post-single p{
	margin-bottom: 32px;
}


/**
* #4.# BLOG
*
* 
*/

.posts-holder {
	
}

.page-holder-sidebar,
.post-sidebar .single-post-holder {
	margin-right: 24px;
}

.posts-holder-push-right {
	order: 2;
	padding-right: 0;
	padding-left: 24px;
}

.article-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 16px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.article-title-small{
	font-size: 2rem;
}

.article-title-xs{
	font-size: 1.5rem;
}

.article-title a {
	color: #1c2e40;
	display: inline-block;
}

.article-title a:hover {
	color: #2586ce;
}

.blog-item{
	margin-bottom: 81px;
}

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

.post-meta {
	margin: 0;
	font-size: 0;
	list-style: none;
	margin-bottom: 8px;
}

.post-meta li {
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-transform: uppercase;
	color: #454545;
	line-height:1.2;
}

.inner-desc .post-meta {
	margin-bottom: 0;
}

.inner-desc .post-meta li{
	margin-bottom: 0;
}

.meta-categ a {
	color: #2586ce;
	border-bottom: 3px solid #2586ce;
}

.meta-categ a:hover {
	color: #f5b02f;
	border-color: #f5b02f;
}

.post-meta li.meta-sticky {
	background: #2586ce;
	padding: 6px 12px;
	margin-left: 8px;
	color: #ffffff;
	border-radius: 3px;
}


.single-post-topheader .post-meta{
	margin-top: 8px;
}


.single-post-topheader .post-meta li{
	font-size: 14px;
}


.topsingleimage .post-meta li,
.topsingleimage .post-meta li a{
	color: #ffffff;
}

.topsingleimage .post-meta li{
	margin-right: 16px;
}

.topsingleimage .post-meta li:last-child{
	margin-right: 0;
}

.topsingleimage .post-meta .meta-categ a{
	border-color: #ffffff;
}

.topsingleimage .post-meta .meta-categ a:hover{
	color: #2586ce;
	border-color: #2586ce;
}

.topsingleimage .post-meta .meta-author a:hover{
	color: #2586ce;
}

.post-image{
	margin-bottom: 32px;
	position:relative;
	overflow: hidden;
	display: inline-block;
}

.blog-item img{
	-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
transition: transform 1s cubic-bezier(.5,.5,0,.995),-webkit-transform 1s cubic-bezier(.5,.5,0,.995);
}

.blog-item:hover img{
-webkit-transform: scale(1.3) rotate(5deg);
transform: scale(1.3) rotate(5deg);
}

.article-excerpt{
	margin-bottom: 42px;
}

.blog-item-1col .post-holder{
	padding: 0 54px;
}

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

/*** BLOG GRID ***/

.post-sidebar .blog-item-2col-grid{
	margin-right: 24px;
}

.post-sidebar .blog-1col,
.post-sidebar .blog-1col-list-left{
	margin-right: 24px;
}

/*** END BLOG GRID ***/

/*** BLOG LIST ***/
.blog-item-1col-list {
	display: flex;
}

.blog-item-1col-list .post-image {
	width: 40%;
	height: 400px;
	overflow: hidden;
	margin-bottom: 0;
	top: 0;
	left: 0;
}

.blog-item .list-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	
	-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
transition: transform 1s cubic-bezier(.5,.5,0,.995),-webkit-transform 1s cubic-bezier(.5,.5,0,.995);

}

.blog-item:hover .list-image{
-webkit-transform: scale(1.3) rotate(5deg);
transform: scale(1.3) rotate(5deg);
}

.blog-item-1col-list .post-holder {
	width: 60%;
	margin-top: 0;
	position: relative;
}

.list-holder {
    position: absolute;
	top: 50%;
	left: 54px;
	right: 54px;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


.blog-item-1col-list .post-holder-noimg {
	width: 100%;
	padding: 0;
}

.post-holder-noimg .list-holder{
	position: relative;
	top: auto;
	left: 0;
	right: 0;
	transform: none;
}

.blog-item-1col-list:last-child {
	margin-bottom: 0;
}
/*** END BLOG LIST ***/

.short-blog-3col-grid .article-title{
	margin-top: 0;
	margin-bottom: 16px;
}

.short-blog-3col-grid .article-excerpt{
	margin-bottom: 0;
}

.blog-3col-short{
	margin-bottom: -54px;
}

.top-article-single .post-meta li, .top-article-single .post-meta li a{
	font-size: 16px;
	color: #fff;
}

.single-meta-info {
	text-align: center;
}

.author-single-page {
	margin-top: 81px;
	display: flex;
	background: #ecedea;
	padding: 3rem;
	border-radius: 3px;
}

.author-avatar {
	display: block;
}

.author-avatar img {
	border-radius: 3px;
}

.author-content {
	margin-left: 32px;
}

.author-single-page h3 {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 16px;
}

.author-single-page h3 a{
	color: #1c2e40;
}

.author-single-page h3 a:hover{
	color: #2586ce;
}

.author-content .social-media {
	margin-top: 8px;
}

.meta-nav-holder {
	margin-top: 81px;
	align-items: center;
}

.single-post-holder .meta-nav-holder {
	margin-top: 81px;
	margin-bottom: 6rem;
}

.meta-nav {
	padding: 0 15px;
}

.meta-nav a {
	display: block;
	color: #1c2e40;
}

.meta-nav a:hover {
	color: #2586ce;
}

.meta-nav-subtitle {
	font-size: 14px;
	letter-spacing: 0.05em;
}

.pn-holder {
	display: flex;
	align-items: center;
}

.pn-img {
	width: 80px;
	height: 0;
	flex: 0 0 auto;
	margin-right: 24px;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	padding-bottom: 80px;
}

.pn-img img {
	object-fit: cover;
	object-position: center top;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
}

.pn-desc {
	width: 100%;
}

.pn-desc h3 {
	font-size: 1.5rem;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.meta-nav-right .pn-desc {
	justify-content: flex-end;
	text-align: right;
}

.meta-nav-right .pn-img {
	margin-left: 24px;
	margin-right: 0;
}

.comm-title,
.comment-reply-title {
	margin-top: 81px;
}

.comm-title > h3, .comment-reply-title{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 32px;
}

.comment .comment-reply-title{
	margin-top: 0;
}

.output2 {
	margin-top: 24px;
	border: 1px solid #ff0000;
	padding: 7px;
	color: #ff0000;
}

.antispam {
	display: none;
}

.comm-send {
	margin-top: 36px;
}

/**** COMMENTS STYLES*****/
.commentlist {
	margin: 0;
}

.commentlist>li {
	list-style: none;
	margin: 0;
	margin-top: 24px;
}

.commentlist>li ul.children li {
	list-style: none;
}

.children li.depth-2,
.children li.depth-3,
.children li.depth-4,
.children li.depth-5,
.children li.depth-6,
.children li.depth-7,
.children li.depth-8,
.children li.depth-9,
.children li.depth-10 {
	margin: 0 0 0 81px;
}

.comment-body {
	margin-bottom: 54px;
}

.comment-details {
	position: relative;
	margin-left: 81px;
}

.comment-avatar {
	position: absolute;
	left: -81px;
	top: 0;
}

.comment-avatar img {
	display: block;
	border-radius: 50%;
}

.comment-author .author a,
.comment-author .author a:visited {
	border: none;
}

.comment-author .author,
.comment-author .author a {
	color: #1c2e40;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	display: block;
}

.comment-author .author{
	margin-bottom: 8px;
}

.comment-author .author a:hover{
	color: #2586ce;
}

.comment-content p:last-child {
	margin: 0;
}

.comment-author span.comment-date {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: 600;
	color: #1c2e40;
}

.comment-text {
	margin-top: 24px;
}

.reply {
	position: absolute;
	top: 0;
	right: 0;
}

.comment-reply-link {
	font-size: 13px;
	letter-spacing: 0.03em;
	font-weight: 600;
	color: #1c2e40;
	text-transform: uppercase;
	padding-bottom: 2px;
}

.comment-reply-link:hover {
	color: #2586ce;
}

#cancel-comment-reply-link {
	display: block;
}

.commentlist .children {
	margin: 0;
}

#comments_wrap {
	margin-top: 16px;
}

#cancel-comment-reply {
	float: right;
	margin-top: 16px;
}

.comment-reply-title small {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-top: 8px;
    line-height: 1;
}

.commentlist li .comment-respond{
	margin-bottom: 72px;
}

.pingback .comment-details,
.trackback .comment-details {
	margin-left: 0;
}

.pingback .comment-avatar,
.trackback .comment-avatar {
	display: none;
}

input::-ms-clear {
	display: none;
}

@-ms-viewport {
	width: auto;
}
/**** END COMMENTS STYLES*****/

/* SIDEBAR */
aside ul,
footer ul,
.widget_recent_entries ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside > ul > li {
	margin-top: 72px;
	margin-bottom: 0;
}

aside>ul>li:first-child {
	margin-top: 0;
}

aside .screen-reader-text,
.foo-block .screen-reader-text {
	display: none;
}

aside table,
aside table caption,
.foo-block table,
.foo-block table caption {
	margin-bottom: 0;
}

aside table caption,
.foo-block table caption {
	padding-bottom: 0;
}

.widgettitle, .widgettitle2 .elementor-heading-title{
	color: #1c2e40;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 24px;
	position: relative;
	padding-bottom: 8px;
border-bottom: 3px solid #2586ce;
display: inline-block;
}

 .widgettitle2 .elementor-heading-title{
	 margin-bottom: 8px;
 }
.foot-box a {
	color: #ffffff;
}
footer .widgettitle,
footer .widgettitle a {
	color: #ffffff;
}
.footer-section ul li{
	margin-bottom: 16px;
}

.footer-section .widget-footer ul,
.footer-section .archive_list{
	margin: 0;
	list-style: none;
}
.footer-section .widget-footer ul li a{
	color: #ffffff;
}
.footer-section .widget-footer ul li a:hover,
.footer-section h5 a:hover{
	text-decoration:underline;
}
.smalltitle span{
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
}
.smalltitle.pcolor span{
	color: #2586ce;
	border-bottom: 3px solid #2586ce;
}

.smalltitle.pcolor2 span{
	color: #f5b02f;
	border-bottom: 3px solid #f5b02f;
}

.smalltitle:not(:last-child){
	margin-bottom: 8px;
}

.stitle2{
	font-size: 16px;
	font-weight: 700;
	text-transform:uppercase;
	margin-bottom: 16px;
}


.smallborder span{
	border: 1px solid #2586ce;
    display: inline-block;
}

.smallborder .elementor-heading-title{
	padding: 8px 16px;
}

aside .instagram-pics,
footer .instagram-pics {
	text-align: center;
}

aside .instagram-pics li,
footer .instagram-pics li {
	display: inline-block;
	margin: 0 7px 7px 0;
}

aside .instagram-pics li img,
footer .instagram-pics li img {
	width: 80px;
	height: 80px;
}

.textwidget img {
	height: auto;
	max-width: 100%;
}

.textwidget select {
	width: 100%;
}

.search-string {
	padding: 16px 24px;
	width: 100%;
	border: 1px solid #1c2e40;
	background: none;
	color: #1c2e40;
	border-radius: 3px;
}

.foo-block .search-string{
	border-color: #333333;
	background: #ffffff;
}

.tagcloud a,
.tags-single-page a {
	display: inline-block;
	font-size: 13px !important;
	color: #fff;
	background: #1c2e40;
	padding: 8px 16px;
	text-align: center;
	margin: 0 4px 8px 0;
	border-radius: 3px;
}

.foo-block .tagcloud a{
	background: #333333;
}

.tagcloud a:hover,
.tags-single-page a:hover {
	background: #2586ce;
	text-decoration: none;
}

.tags-single-page {
	margin-top: 42px;
}

.display-post-holder{
	display: flex;
}

.widget .widget-display-posts-img ul li{
	margin-bottom: 24px;
}

.display-post-img {
	display: block;
	position: relative;
	flex: 0 0 auto;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.display-post-text {
	margin-left: 16px;
}

aside .display-post-date {
	font-size: 14px;
	color: #858585;
	margin-bottom: 0;
	line-height: 1;
}

.display-post-title {
    font-weight: 400;
    font-size: 16px;
    margin-top: 8px;
}

.display-post-title a{
	color: #1c2e40;	
}

.display-post-title a:hover{
	color: #2586ce;	
}

.widget ul li,
.widget_recent_entries li,
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_nav_menu li {
	margin-bottom: 16px;
	line-height: 1.4;
}
.widget_recent_entries .post-date {
	display:block;
	font-size:smaller;
	padding: .4rem 0 1rem;
	color:gray;
}
.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_nav_menu li a {
	color: #1c2e40;
}

.foo-block .widget_recent_entries li a,
.foo-block .widget_archive li a,
.foo-block .widget_categories li a,
.foo-block .widget_pages li a,
.foo-block .widget_meta li a,
.foo-block .widget_nav_menu li a {
	color: #ffffff;
}

.widget_recent_entries li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover {
	color: #2586ce;
}

.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu .sub-menu {
	padding-top: 16px;
	margin-left: 16px;
}

.widget_categories ul.children li,
.widget_pages ul.children li,
.widget_nav_menu .sub-menu li {
	border: none;
	padding-bottom: 0;
}

.widget_recent_entries li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_nav_menu li:last-child {
	margin-bottom: 0;
}

.widget_categories ul.children:last-child li:last-child {
	margin-bottom: 0;
}

aside table th,
.foo-block table th,
aside table td,
.foo-block table td {
	padding: 8px;
}
/* END SIDEBAR */

/**
* #5.1# SERVICES
*
* 
*/

.services-holder{
	margin-bottom: -30px;
}

.service-item{
	margin-bottom: 30px;
}

.service-item .post-holder{
	padding-bottom: 32px;
	padding-left: 32px;
	padding-right: 32px;
}

.service-item,
.service-v2 .post-holder{
	background: #ecedea;
	box-shadow: none;
	transition: all 1s cubic-bezier(.5,.5,0,.995);
}

.service-item .post-image{
	margin-bottom: 24px;
}

.service-item:hover,
.service-v2:hover .post-holder{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.services-holder-v2,
.services-holder-v3{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.service-v2,
.service-v3{
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.service-v2 .post-image{
height: 300px;
}

.service-v2-col1{
	width: 100%;
}	

.service-v2 .article-excerpt{
	margin-bottom: 0;
}

.service-v2:last-child{
	margin-bottom: 30px;
}

/* Services 3 */

.service-v3,
.service-hover img{
	position: relative;
	
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	
	-webkit-transition: transform 1s cubic-bezier(.3,1,.35,1) 0s;
    -moz-transition: transform 1s cubic-bezier(.3,1,.35,1) 0s;
    -o-transition: transform 1s cubic-bezier(.3,1,.35,1) 0s;
    -ms-transition: transform 1s cubic-bezier(.3,1,.35,1) 0s;
    transition: transform 1s cubic-bezier(.3,1,.35,1) 0s;
}

.service-v3:hover,
.service-hover:hover img{
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}	

.service-col2{
	width: 50%;
}
.service-col3{
	width: 33.333%;
}
.service-col4{
	width: 25%;
}
.service-col5{
	width: 20%;
}

.service-v3-holder{
	overflow: hidden;
	position: relative;
	padding: 10px;
	height: 400px;
}

.service-v3-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.service-v3-image:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
}

.service-v3-content {
    position: absolute;
    left: 10px;
    right: 10px;
	top: 50%;
	text-align: center;
	z-index: 2;
	
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service-v3-content,
.service-v3-content h2{
	color: #ffffff;
}

.service-col5 .article-title-small{
	font-size: 1.5rem;
}

.more-v3{
	border-bottom: 2px solid #ffffff;
	display: inline-block;
}

.more-v3:hover{
	border-color: rgba(255,255,255,0);
}


/**
* #5.2# CASE STUDIES
*
* 
*/

.case-studies-holder {
    margin-bottom: -30px;
}

.case-item{
	position: relative;
	margin-bottom: 30px;
	
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.case-img {
	position: relative;
	overflow: hidden;
}

.case-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1c2e40;
	opacity: 0.5;
	z-index: 2;
}

.case-item,
.case-img:after,
.case-title,
.case-item-v3 img{
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(.5,.5,0,.995);
	-moz-transition: all 1s cubic-bezier(.5,.5,0,.995);
	-o-transition: all 1s cubic-bezier(.5,.5,0,.995);
	-ms-transition: all 1s cubic-bezier(.5,.5,0,.995);
	transition: all 1s cubic-bezier(.5,.5,0,.995);
}

.case-title {
	position: absolute;
	z-index: 4;
	text-align: center;
	padding: 0 10px;
	left: 10px;
	right: 10px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}

.case-title .article-title {
	color: #ffffff;
	margin-bottom: 0;
}

.case-item:hover .case-img:after{
	opacity: 0;
}

.case-item:hover .case-title{
	opacity: 0;
}

.case-item:hover{
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}

.case-categ,
.case-categ-v2{
	list-style: none;
	margin: 0;
	font-size: 0;
}

.case-categ li,
.case-categ-v2 li{
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 8px 8px 0 8px;
	color: #ffffff;
	opacity: 0.9;
}

.portfolio-filter {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 54px;
}

.portfolio-filter li {
	display: inline-block;
	margin: 0 8px;
	font-size: 16px;
letter-spacing: 0.05em;
font-weight: 700;
text-transform: uppercase;
line-height: 1.2;
}

.portfolio-filter li a{
	color: #2586ce;
	border-bottom: 3px solid #2586ce;
}
.portfolio-filter li a:hover,
.portfolio-filter li a.current {
	color: #f5b02f;
	border-color: #f5b02f;
}

/* Case Studies v2 */

.case-img-v2:after{
	display: none;
}

.case-title-v2{
	margin-top: 24px;
}

.case-title-v2 h2{
	margin-bottom: 0;
}

.case-categ-v2 li{
	color: inherit;
	opacity: 1;
}

.case-categ-v2 li:first-child{
	margin-left: 0;
}

/* Case Studies v3 */

.case-item-v3{
	margin-bottom: 0;
}

.case-item-v3:hover{
	 -webkit-transform: none;
  transform: none;
}

 .case-img-v3:after{ display: none; }
 
 .case-title-v3 {
  left: 50px;
  right: auto;
  top: auto;
  -webkit-transform: none;
  transform: none;
  opacity: 0;
  bottom: 50px;
  text-align: left;
}

.case-item:hover .case-title-v3 {
  opacity: 1;
}

.case-item-v3:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.case-item-v3 img {
  filter: grayscale(0);
}

.case-item-v3:hover img {
  filter: grayscale(100%);
}

.case-categ-v3 li{ margin: 0;
margin-top: 8px; }

/* GALLERY */

.portfolio-grid, .portfolio-masonry {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
  display: flex;
  flex-wrap: wrap;
}

.item-portfolio {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.item-2cols {
  width: 50%;
}
.item-4cols {
  width: 25%;
}
.item-5cols {
  width: 20%;
}

.item-12cols{
	width: 50%;
}

.item-12cols:nth-of-type(3n+1) {
    width: 100%;
}

.gallery-img{
	overflow: hidden;
	position: relative;
}

.gallery-img img{
	-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}

.gallery-img:hover img{
	-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}

.gallery-grid1col .gallery-post{
	margin-bottom: 30px;
}


/**
* #5.4# TESTIMONIALS
*
* 
*/

.testimonial-slider .owl-dots {
	position: relative;
}

.testimonial-info {
	width: 100%;
	margin: 0 auto;
}

.testimonial-client {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 16px;
	text-align: center;
	color: #2586ce;
}

.testimonial-desc {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
}

.page-holder h4.testimonial-desc{
	margin-bottom: 32px;
}

.testimonial-circle {
	width: 50px;
	height: 50px;
	background: #2586ce;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 32px;
}

.testimonial-circle i {
	line-height: 50px;
}


/**
* #6.# FOOTER
*
* 
*/

footer {
	margin-top: 108px;
	padding: 0 0 54px 0;
	background: #1c2e40;
}

.footer-widgets{
	padding-top: 108px;
}

footer,
footer a,
.footer-social li a {
	color: #eaeaea;
}

.foo-block {
	margin-bottom: 54px;
}

.widget-footer{
	text-align: left;
}

.copyright {
    padding-top: 54px;
}

.footer-copy {
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.05em;
}


/**
* #7.# OTHER
*
* 
*/


.img-fluid,
.single-post-content img,
.custom-page-template img {
	height: auto;
	max-width: 100%;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.menu-img2{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	
	-webkit-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: transform 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.menu-img2:hover{
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

/* comments + contact fields */
.comment-form{
	margin-top: 24px;
}

.comm-field,
.contact-field,
#msg-contact,
.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	padding: 18px 24px;
	border: 1px solid #1c2e40;
	background: none;
	border-radius: 3px;
	color: #1c2e40;
}

.comm-field2 {
	border: none;
	background: #ffffff;
}

#msg-contact{
	display: block;
}

.post-password-form label input {
	padding: 13px;
	border: 1px solid #5b6371;
	background: none;
	margin-left: 8px;
	border-radius: 3px;
}

.comm-title-2 .section-title {
	margin-top: 28px;
}

.read-more,
#submit,
.wpcf7-submit,
.white-btn,
.page-links a,
.post-password-form input[type="submit"],
.elementor-button,
.btn-2color {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #1c2e40;
	letter-spacing: 0.03em;
	padding: 12px 24px;
	border-radius: 3px;
	display: inline-block;
	border: none;
}

.elementor-button.elementor-size-md,
.elementor-button.elementor-size-sm {
	color: #fff;
    font-size: 14px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.read-more:hover,
#submit:hover,
.wpcf7-submit:hover,
.page-links a:hover,
.post-password-form input[type="submit"]:hover,
.elementor-button.elementor-size-md:hover,
.elementor-button.elementor-size-sm:hover{
	background: #2586ce;
	color: #fff;
}

.contact-bkg div.wpcf7-validation-errors, .contact-bkg div.wpcf7-acceptance-missing {
    color: #ffffff;
}

.elementor-button{
	line-height: 1.7;
}

.white-btn,
.white-btn-el .elementor-button.elementor-size-md,
.white-btn-el .elementor-button.elementor-size-sm{
background: #2586ce;
color: #fff;
}

.white-btn-el2 .elementor-button.elementor-size-md,
.white-btn-el2 .elementor-button.elementor-size-sm{
background: #f5b02f;
color: #fff;
}

.white-btn:hover,
.white-btn-el .elementor-button.elementor-size-md:hover,
.white-btn-el .elementor-button.elementor-size-sm:hover{
background: #fff;
color: #1c2e40;
}

.white-btn-el2 .elementor-button.elementor-size-md:hover,
.white-btn-el2 .elementor-button.elementor-size-sm:hover{
background: #fff;
color: #1c2e40;
}

.white{
	color: #ffffff;
}

.btn-2color{
	background: #2586ce;
}

.btn-2color:hover{
	background: #f5b02f;
}


.form-submit{
	margin-top: 32px;
}

.blog-post-single .form-submit{
	margin-bottom: 0;
}

.post-password-form input[type="submit"] {
	margin-left: 8px;
	margin-top: 0;
	cursor: pointer;
}


/*** PREV-NEXT PAGE NAVIGATION ***/
.prev-next{
	margin-top: 28px;
}
.prev-next,
.page-links {
	text-align: center;
	font-size: 0;
}

.page-numbers,
.nav-page a {
	color: #fff;
	background: #1c2e40;
	margin: 0 8px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 3px;
}

.current-page,
.page-numbers:hover,
.nav-page a:hover {
	color: #fff;
	background: #2586ce;
}

.page-links {
	margin-top: 36px;
}

.page-links a {
	margin: 0;
	margin-right: 12px;
}

.nav-more {
    display: inline-block;
    color: #1c2e40;
    font-size: 24px;
    vertical-align: bottom;
}

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


/*flexible embeds*/
.video-widget {
	position: relative;
	padding: 0;
	padding-bottom: 56.25%; /* 16:9 ratio*/
	height: 100%;
	overflow: hidden;
}

.gmaps {
	position: relative;
	padding: 0;
	height: 400px;
	overflow: hidden;
}

.video-widget iframe,
.gmaps iframe {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	height: 100%;
}

.scrollup {
	display: none;
}
.scrollup i {
	font-size: 16px;
	width: 40px;
	height: 40px;
	position: fixed;
	background: #2586ce;
	opacity: .8;
	color: #fff;
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 11px;
	cursor: pointer;
	z-index: 110;
}
.nf-text {
	margin: 24px 0;
}

.alignc {
	text-align: center;
}

.alignr {
	text-align: right;
}

.alignl {
	text-align: left;
}

.none {
	display: none;
}

.alert{
	font-weight: 600;
	background-color: #2586ce;
	border: none;
	color: #0e1219;
	padding: 16px;
	border-radius: 0;
	margin-top:81px;
}

.top-page404{
	height: 100vh;
	margin-bottom: -108px;
}

.top-page404 .inner-desc{
	margin-top: -54px;
}

.error404 #footer-instagram{
	display: none;
}

.title-404{
	font-size: 12rem;
	margin-bottom: 32px;
	line-height: 1;
}

/* Owl Carousel Default Nav */

.owl-carousel {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.owl-carousel.owl-grab {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 32px;
}

.owl-theme .owl-dots {
	position: relative;
	right: 0;
	left: 0;
	text-align: center;
	bottom: 0px;
	z-index: 100;
	width: auto;
	z-index: 20;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-theme .owl-dots .owl-dot {
	margin: 0px 8px;
	display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	line-height: 1;
	background: #fff;
	display: block;
	border-radius: 3px;
	opacity: 0.7;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	opacity: 1;
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
}

.owl-theme .owl-nav {
	position: initial;
}

.owl-theme .owl-nav button {
	position: absolute;
	top: 50%;
	left: 35px;
	display: inline-block;
	line-height: 1;
	cursor: pointer;
	opacity: 1;
}

.owl-theme .owl-nav button.owl-next {
	right: 35px;
	left: auto;
}



.owl-theme .owl-nav button.owl-next:before {
	content: '';
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.owl-theme .owl-nav button.owl-prev:before {
	content: '';
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 10px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
/* END Owl Carousel Default Nav */

.padding-tb54 {
	padding-top: 54px;
	padding-bottom: 54px;
}

.padding-tb32 {
	padding-top: 32px;
	padding-bottom: 32px;
}

.padding-tb24 {
	padding-top: 24px;
	padding-bottom: 24px;
}

.margin-tb54 {
	margin: 54px 0;
}

.margin-tb36 {
	margin: 36px 0;
}

.margin-tb24 {
	margin: 24px 0;
}

.margin-t108 {
	margin-top: 108px;
}

.margin-t54 {
	margin-top: 54px;
}

.margin-t36 {
	margin-top: 36px;
}

.margin-t32 {
	margin-top: 32px;
}

.margin-t24 {
	margin-top: 24px;
}

.margin-b54 {
	margin-bottom: 54px;
}

.margin-b36 {
	margin-bottom: 36px;
}

.margin-b32 {
	margin-bottom: 32px;
}

.margin-b24 {
	margin-bottom: 24px;
}

.margin-b16 {
	margin-bottom: 16px;
}

.margin-b16:not(:last-child){
	margin-bottom: 16px;
}

.margin-none {
	margin: 0;
}

.img-center {
	margin: 0 auto;
}

/* Placeholder text color */

::-webkit-input-placeholder {
	/* Safari, Chrome and Opera */
	color: #1c2e40;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #1c2e40;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #1c2e40;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #1c2e40;
}

::-ms-input-placeholder {
	/* Edge */
	color: #1c2e40;
}

:placeholder-shown,
::placeholder{
	color: #1c2e40;
}


/* ELEMENTOR */

.elementor-widget:not(:last-child) {
    margin-bottom: 16px;
}

.elementor-widget-divider:not(:last-child){
	margin-bottom: 0;
}

.elementor-column-gap-default .elementor-row {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}

.elementor-column-gap-narrow .elementor-row {
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-right: -5px;
}

.elementor-column-gap-extended .elementor-row {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
}

.elementor-column-gap-wide .elementor-row {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}

.elementor-column-gap-wider .elementor-row {
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
}

.elementor-widget-heading .elementor-heading-title {
	line-height: 1.2em;
}

.elementor-text-editor h1,
.elementor-text-editor h2,
.elementor-text-editor h3,
.elementor-text-editor h4,
.elementor-text-editor h5,
.elementor-text-editor h6 {
	margin-bottom: 1rem;
}

.elementor-text-editor h1:not(:first-child),
.elementor-text-editor h2:not(:first-child),
.elementor-text-editor h3:not(:first-child),
.elementor-text-editor h4:not(:first-child),
.elementor-text-editor h5:not(:first-child),
.elementor-text-editor h6:not(:first-child){
	margin-top: 2rem;
}

.elementor-progress-wrapper {
    height: 15px;
    line-height: 15px;
}

.icon-circle .elementor-icon {
	color: #2586ce;
	border-color: #2586ce;
}

.pcolori .elementor-icon,
.pcolori svg{
	color: #2586ce;
	fill: #2586ce;
}

.pcolori2 .elementor-icon{
	color: #f5b02f;
}

.icon-circle2 .elementor-icon {
	color: #f5b02f;
	border-color: #f5b02f;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
	text-align: center;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	display: inline;
}

.elementor-widget-tabs .elementor-tab-content {
	padding: 15px;
}

.tabacc .elementor-widget-tabs .elementor-tab-title:hover,
.tabacc .elementor-widget-tabs .elementor-tab-title.elementor-active {
	color: #2586ce;
}

.tabacc .elementor-tab-title:hover svg,
.tabacc .elementor-tab-title.elementor-active svg {
	fill: #2586ce;
}

.tabacc .elementor-accordion .elementor-accordion-item,
.tabacc .elementor-accordion .elementor-tab-content,
.tabacc .elementor-toggle .elementor-tab-content {
	border: none;
}

.tabacc .elementor-accordion .elementor-tab-title,
.tabacc .elementor-toggle .elementor-tab-title {
	color: #1c2e40;
	font-size: 18px;
	letter-spacing: 0.05em;
	padding: 24px 16px;
	border: 2px solid #1c2e40;
	border-radius: 3px;
	margin-bottom: 24px;
	font-weight: 400;
}

.tabacc .elementor-accordion .elementor-tab-title .elementor-accordion-icon,
.tabacc .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	font-size: 16px;
	padding-top: 2px;
}

.tabacc .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left,
.tabacc .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
	float: none;
	vertical-align: bottom;
}

.tabacc .elementor-accordion .elementor-tab-title:hover,
.tabacc .elementor-accordion .elementor-tab-title a:hover,
.tabacc .elementor-accordion .elementor-tab-title.elementor-active,
.tabacc .elementor-toggle .elementor-tab-title:hover,
.tabacc .elementor-toggle .elementor-tab-title a:hover,
.tabacc .elementor-toggle .elementor-tab-title.elementor-active {
	color: #2586ce;
	border-color: #2586ce;
}

.tabacc .elementor-accordion .elementor-tab-content,
.tabacc .elementor-toggle .elementor-tab-content  {
	padding: 0 16px;
	margin-bottom: 24px;
}

.tabacc .elementor-toggle .elementor-tab-title.elementor-active{
	border-bottom: 1px solid;
}

.el-img-box-bkg .elementor-image-box-content {
  padding: 20px;
}

.price-title {
	font-size: 72px;
	font-weight: 600;
	color: #2586ce;
}
.page-holder h2.price-title{
	margin-bottom: 32px;
}

.price-features {
	list-style: none;
	margin: 0;
	margin-bottom: 0;
	margin-bottom: 24px;
}

.price-features li {
	padding: 8px 0;
	margin-bottom: 0;
}

.el-social-icons .elementor-social-icon{
	background: none;
	padding: 0;
}

.el-social-icons .elementor-social-icon i{
	color: #252525;
}	

.el-social-icons .elementor-social-icon:hover {
	opacity: 1;
}

.el-social-icons .elementor-social-icon:hover i {
	color: #2586ce;
}

.heading-subtitle .elementor-heading-title {
    font-size: 22px;
    color: #1c2e40;
font-weight: 700;
}

.pcolor .elementor-heading-title { 
	color: #2586ce;
}

.pcolor2,
.pcolor2 .elementor-heading-title,
.pcolor2 .elementor-icon{
	color: #f5b02f;
}

.pcolor2 .elementor-icon svg,
.icon-circle2 .elementor-icon svg{
    fill: #f5b02f;
}

.flexcenter .elementor-icon-box-wrapper{
	align-items: center !important;
}

/** GUTENBERG **/
.page-full .alignfull,
.page-full .alignwide {
	margin-left: calc( -100vw / 2 + 100% / 2);
	margin-right: calc( -100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.page-full .alignfull img,
.page-full .alignwide img{
	margin-left: auto;
	margin-right: auto;
}

.wp-block-latest-posts,
.wp-block-categories,
.wp-block-archives {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
}

.wp-block-latest-posts li,
.wp-block-categories li,
.wp-block-archives li {
	margin-bottom: 16px;
	list-style: none;
}

.wp-block-categories ul.children{
	margin-top: 16px;
}

.wp-block-latest-posts li a,
.wp-block-categories li a,
.wp-block-archives li a {
	color: #2586ce;
	text-decoration: none;
}

.wp-block-latest-posts li a:hover,
.wp-block-categories li a:hover,
.wp-block-archives li a:hover {
	text-decoration: none;
	color: #2586ce;
}

.wp-block-quote {
    border-left: none;
    margin: 32px 0 42px;
	padding-left: 54px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 32px 0 42px 0;
	padding: 0;
	padding-left: 54px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 32px;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite{
	font-size: 18px;
	text-align: left;
}

.wp-block-pullquote.is-style-solid-color blockquote{
	margin: 0;
	max-width: 100%;
}

.wp-block-button{
	margin-bottom: 32px;
}

.wp-block-button .wp-block-button__link {
	font-size: 14px;
	letter-spacing: 0.15em;
	font-weight: 600;
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	padding: 16px 24px;
	background: #2586ce;
	border:1px solid #2586ce;
	cursor: pointer;
	border-radius: 5px;
}

.wp-block-button .wp-block-button__link:hover {
	color:#ffffff;
	border:1px solid #1c2e40;
	background:#1c2e40;
}

.wp-block-button.is-style-outline .wp-block-button__link{
	color: #2586ce;
	background: none;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover{
	color: #1c2e40;
	border:1px solid #1c2e40;
}

.wp-block-button.is-style-squared .wp-block-button__link{
	border-radius: 0;
}

.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus {
	background: none;
	color: #2586ce;
}

.wp-block-columns {
	margin-left: -15px;
	margin-right: -15px;
}

.wp-block-column {
	padding-left: 15px;
	padding-right: 15px;
}

.wp-block-pullquote {
	border-top: 3px solid #2586ce;
	border-bottom: 3px solid #2586ce;
	color: #eee;
	padding: 32px 24px;
	border-left: none;
	margin: 32px auto;
}

.wp-block-pullquote blockquote{
	border-left: none;
	margin: 0;
	padding: 0 32px;
}

.wp-block-pullquote blockquote:before {
	display: none;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	color: #2586ce;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}

.wp-block-image{
	margin-bottom: 32px;
}

.wp-block-gallery{
	margin-top: 42px;
	margin-bottom: 26px;
}

.wp-block-cover,
.wp-block-cover-image {
	width: auto;
}

.wp-block-gallery{
	margin-left: 0;
}

.blocks-gallery-caption,
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-video figcaption{
	color: #999999;
	font-size: 14px;
	text-align: center;
	margin-top: 24px;
	font-style: italic;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-cover p:not(.has-text-color){
	color: #ffffff;
}

.blocks-gallery-item:after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
	
	opacity: 0;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.blocks-gallery-item:hover:after{
	opacity: 1;
}

.wp-block-latest-comments{
	margin: 0;
}

.wp-block-latest-comments__comment{
	margin-bottom: 54px;
}

.wp-block-latest-comments__comment-meta{
	margin-top: 0;
	padding: 0;
	background: none;
	color: #1c2e40;
}

.wp-block-latest-comments__comment-meta a{
	color: #1c2e40;
}

.wp-block-latest-comments__comment-meta a:hover{
	color: #2586ce;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link{
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 8px;
}

.wp-block-latest-comments__comment-date{
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
color: #1c2e40;
}

.wp-block-latest-comments__comment-excerpt{
	margin-top: 24px;
}

.wp-block-search{
	align-items: center;
}

.wp-block-search .wp-block-search__input{
	padding: 16px 24px;
	width: 100%;
	border: 1px solid #1c2e40;
	background: none;
	color: #1c2e40;
	border-radius: 3px;
}

.wp-block-search__button{
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #1c2e40;
	letter-spacing: 0.03em;
	padding: 12px 24px;
	border-radius: 3px;
	display: inline-block;
	border: none;
}

.wp-block-search__button:hover{
	background: #2586ce;
	color: #fff;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111111111%;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

/** SIMPLE LIGHTBOX **/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #ffffff;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #ffffff;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #ffffff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}


/**
* #9.# MEDIA QUERIES
*
* 
*/


@media (min-width: 768px) {
	.container,
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 100% !important;
	}
	
}

@media (min-width: 992px) {
	.container,
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 930px !important;
	}
	
	.fs-gallery{
		margin-left: 12px;
		margin-right: 12px;
	}

}

@media (min-width: 1024px) {
	.container,
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 960px !important;
	}
	
}

@media (min-width: 1200px) {
	.container,
	.elementor-section.elementor-section-boxed>.elementor-container,
	.e-con > .e-con-inner{
		max-width: 1140px !important;
	}
}

@media (min-width: 1500px) {
	.container,
	.elementor-section.elementor-section-boxed>.elementor-container,
	.e-con > .e-con-inner{
		max-width: 1350px !important;
	}
	.inner-desc {
		position: absolute;
		z-index: 4;
		text-align: center;
		padding: 0 15px;
		width: 65%;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.topnoimg .inner-desc {
		top: auto;
		left: auto;
		-ms-transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
	
	.page-full .alignwide {
		margin-left: -75px;
		margin-right: -75px;
		max-width: 1500px;
	}
}

@media (min-width: 1920px) {
	.container,
	.elementor-section.elementor-section-boxed>.elementor-container,
	.e-con > .e-con-inner{
		max-width: 1600px !important;
	}
	
	.page-full .alignwide {
		margin-left: -75px;
		margin-right: -75px;
		max-width: 1750px;
	}
}

@media (max-width: 1200px) {
	.menu-nav li {
		margin-left: 24px;
	}
	
	.h1,
 h1 {
  font-size:calc(3rem + 1.5vw);
 }
.h2,
 h2 {
  font-size:calc(2.5rem + .9vw);
 }
.h3,
 h3 {
  font-size:calc(2rem + .6vw);
 }
.h4,
 h4 {
  font-size:calc(1.5rem + .3vw);
 }
 
 .display-1 {
  font-size:calc(4rem + 3vw);
 }
.display-2 {
  font-size:calc(3rem + 2vw);
 }
 .display-3,
.el-display-3 .elementor-heading-title {
  font-size:calc(2.5rem + 1.3vw);
 }
 .display-4 {
  font-size:calc(2rem + 1.3vw);
 }
 
 .article-title{
	font-size:calc(1.6rem + .2vw);
}

.service-v1{
	flex: 0 0 50%;
	max-width:50%;
}

.service-v2{
	width: 100%;
}


}

@media (min-width: 1024px) and (max-width: 1200px) {
	.menu-nav li { margin-left: 12px; }
.menu-nav li {
    font-size: 14px;
}
}

@media (max-width: 1080px) {
	

	/* menu */
	.nav-holder	{
		display: none;
	}
	.nav-button-holder {
		display: block;
	}
	.logo {
		flex: 1 1 0;
	}
	
	.btn-header3{
		flex: 0 1 auto;
	}
	
	.header-social-1{
		margin-left: 32px;
		flex: 0 0 auto;
	}
	
	.header-2 .header-container{
		display: flex;
	}
	
	.main-header{
		padding: 16px 0;
	}

	.slider-text {
		width: 100%;
	}
	
	
	
	.order1{
		order: 1;
	}	
	.order2{
		order: 2;
	}
	
	.page-holder-sidebar,
	.post-sidebar .single-post-holder,
	.post-sidebar .blog-item-2col-grid,
	.post-sidebar .blog-1col,
	.post-sidebar .blog-1col-list-left{
		margin-right: 0;
	}
	
	.blog-item{
	margin-bottom: 54px;
	}
	
	.service-item{
		margin-bottom: 30px;	
	}
	
	.archive .blog-item:last-child{
		margin-bottom: 0;
	}
	
	.archive .prev-next{
		margin-top: 54px;
	}
	
	aside,
	.blog-post-single aside {
		margin-top: 81px;
	}
	
	.fs-gallery {
	padding: 0 15px;
	}
	
	.grid-item-v2{
		width: 50%;
		height: 350px;
	}
	
	
	.port-caption-v2 h2{
		font-size: 28px;
	}
	
	.service-col4,
	.service-col5,
	.item-4cols,
	.item-5cols{
		width: 33.333%;
	}
	
	 .case-title-v3 {
		left: 10px;
		opacity: 1;
		bottom: 20px;
  	}
	
	.elementor-column-gap-default .elementor-row,
	.elementor-column-gap-narrow .elementor-row,
	.elementor-column-gap-extended .elementor-row,
	.elementor-column-gap-wide .elementor-row,
	.elementor-column-gap-wider .elementor-row	{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.fullscreen-page .elementor-top-section > .elementor-container > .elementor-row > .elementor-column > .elementor-element-populated {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.fullscreen-page .elementor-top-section > .elementor-container > .elementor-row > .elementor-column > .elementor-element-populated .elementor-element-populated {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.fullscreen-page .fullpage-no-padding .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	
}

@media (min-width: 768px) and (max-width: 979px) {
	.blog-item-1col-list {
		display: block;
	}
	.blog-item-1col-list .post-image,
	.blog-item-1col-list .post-holder  {
		width: 100%;
	}
	
	.blog-item-1col-list .post-image{
		margin-bottom: 32px;
	}
	
	.list-holder {
    position: relative;
    top: auto;
	left: 0;
	right: 0;
    transform: none;
	padding-bottom: 32px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 32px;
	}	
	
	#fs-holder{
	padding: 0;
	}
	
	.posts-holder {
    padding-right: 15px;
	}
	
	.service-v2 .post-image{
		margin-bottom: 0;
		display: block;
	}
}

@media (max-width: 767px) {
	.container {
		max-width: 100%;
	}
	
	blockquote {
		font-size: 18px;
	}
	
	.top-info{
		display: none;
	}
	
	/* home */
	
	.slider-container,
	.slider-item-box-bkg,
	.top-single-bkg	{
		height: 480px;
	}
	
	.topnoimg{
		height: auto;
	}
		
	.title-404{
	font-size: 81px;
	}
	
	.top-page404 .inner-desc{
		margin-top: 0;
	}
	 
	.slider-text {
    font-size: 18px;
		padding-top: 40px;
	}
	
	.slider-caption {
    padding: 0 50px;
	}
	
	.owl-theme .owl-nav button {
		left: 20px;
	}

	.owl-theme .owl-nav button.owl-next {
		right: 20px;
	}
	
	.inner-desc h1 {
		word-wrap: break-word;
	}
	
	.slider-container,
	.top-single-bkg{
		margin-bottom: 0;
	}
	
	.slider-text h1 {
		font-size: calc(2rem + 1.5vw);
	}
	
	#footer-instagram .instagram-pics li{
		width: 25%;
	}
	
	#footer-instagram,
	.top-page404{
		margin-bottom: -54px;
	}
	
	footer{
		margin-top: 54px;
	}
	
	.footer-widgets{
		padding-top: 54px;
	}
	
	.prev-next {
		margin-top: 0;
	}
	
	/* blog */
	.posts-holder-push-right {
		order: 0;
	}
	.posts-holder,
	.posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.blog-item-1col-list {
		display: block;
	}
	.blog-item-1col-list .post-image {
		width: 100%;
		height: 300px;
		margin-bottom: 32px;
	}
	.blog-item-1col-list .post-holder {
		width: 100%;
	}
	
	.blog-item-1col .post-holder{
		padding: 0;
	}
	
	.list-holder {
    position: relative;
    top: auto;
	left: 0;
	right: 0;
    transform: none;
		padding-bottom: 32px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 32px;
	}	
	
	
	.author-single-page {
		display: block;
	}

	.author-content {
		margin-left: 0;
		margin-top: 32px;
	}
	
	/* end blog */
	
	.service-v1{
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.service-v2 .post-image{
		margin-bottom: 0;
		display: block;
	}
	
	.service-col3,
	.service-col4,
	.service-col5,
	.item-3cols,
	.item-4cols,
	.item-5cols{
		width: 50%;
	}
	
	.grid-item-v2{
		width: 100%;
	}
	
	.portfolio-slider-item{
		height: 400px;
	}
	
	
	#fs-holder{
	padding: 0;
	}
	
	.meta-nav-right {
		margin-top: 32px;
	}
	.meta-nav-right.margin-none {
		margin-top: 0;
	}
	
	.meta-nav-right .pn-desc{
		text-align: left;
	}
	
	.meta-nav-right .pn-desc{
		order: 2;
	}
	.meta-nav-right .pn-img {
	margin-left: 0;
	margin-right: 24px;
	}
		
	/* comments */
	
	.form-submit {
		margin-top: 0;
	}
	
	.children {
		margin: 28px 0 0;
	}
	.children li.depth-2,
	.children li.depth-3,
	.children li.depth-4,
	.children li.depth-5,
	.children li.depth-6,
	.children li.depth-7,
	.children li.depth-8,
	.children li.depth-9,
	.children li.depth-10 {
		margin: 0;
	}
	
	/* gutenberg */
	.wp-block-column {
		flex-basis: 100%;
		flex-grow: 1;
	}
	.wp-block-column:not(:last-child) {
		margin-right: 0;
	}
	.wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	
	/* ELEMENTOR */

	.elementor-widget-tabs .elementor-tab-mobile-title,
	.elementor-widget-tabs .elementor-tab-content {
		padding: 10px 0;
	}
	
	.iconbox-mobi .elementor-icon-box-wrapper{
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
	}
	
	.iconbox-mobi .elementor-icon-box-icon{
		margin-right: 15px !important;
		margin-bottom: 0 !important;
	}
	

}

@media (max-width: 568px) {
	.page-links a {
		margin-bottom: 16px;
	}

	.slider-text h1 {
		font-size: calc(2rem + 1vw);
	}
	
	.header-social-2{
		display: none;
	}
	
	.service-col2,
	.service-col3,
	.service-col4,
	.service-col5,
	.item-3cols,
	.item-4cols,
	.item-5cols{
		width: 100%;
	}

}

@media (max-width: 480px) {
	.post-password-form label input,
	.post-password-form input[type="submit"] {
		display: block;
		margin-left: 0;
		margin-top: 8px;
	}
	
	.logo{ margin-right: 15px; }
	.btn-header{
	margin-left: 15px;
	}
	.btn-header .read-more{ 
		padding: 12px;
	display: none;
	}

}




.post-meta {
	display:none;
}
.article-title-small {
	font-size:1.6rem;
	line-height:140%;
}
.article-excerpt {
	font-size:1rem;
}
#index-news-box .read-more {
	display:none;
}
.smalltitle.pcolor2.white span{
	border-bottom:2px solid #ffffffd1;
}
#foot-box .widgettitle2 .elementor-heading-title {
    border-bottom:1px solid #fff;
}
.elementor-element.navy .elementor-button:hover {
    opacity: 0.7;
}
.elementor-element.blue .elementor-button:hover {
    opacity: 0.7;
}
#foot-box .elementor-element.blue .elementor-button:hover {
    opacity: 0.7;
}
.btn-header .read-more:hover,
.slider-text .read-more:hover {
}




/* home news list */

.display-posts-listing {
	list-style:none;
	border-top:1px dotted #ad08164d;
}
.display-posts-listing .listing-item {
	border-bottom:1px dotted #ad08164d;
	padding:17px 0 20px;
	margin:0;
	overflow:hidden;
}
.display-posts-listing .title {
	font-weight:bold;
}
.display-posts-listing .date {
	float:left;
	display:inline-block;
	width:180px;
}
.display-posts-listing .title {
	color:#000;
}
.display-posts-listing .title:hover {
	color:#e60013;
	text-decoration:underline;
}

@media (max-width: 480px) {
	
.display-posts-listing .date {
	width:100%;
	font-size:1.2rem;
	padding: 6px 0 0;
}
	
}




/* home btn */

a {
	transition-property: color;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.read-more {
              background: #e60012;
                background: linear-gradient(to right, #e60012, #a5000d);
                border-radius: 50px;
                text-align: left;
                padding-bottom: 15px;
                font-size: 1.2rem;
	position:relative;
	padding-right:80px
            }
.slider-text .read-more{
    min-width: 240px;
}
.business_list .read-more {
    min-width: 240px;
}
.strength-list .read-more{
    min-width: 430px;
}
.footer-section .read-more {
	min-width: 267px;
}
.read-more::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 17px;
    height: 13px;
    transform: translateY(-50%);
    transition: 0.2s;
    background: url("/wp/wp-content/uploads/2025/01/ico_arrow01_w.svg") no-repeat center/17px 13px;
  }
.read-more.anchor::after {
	transform: rotate(90deg);
	top:38%;
}
.btn-header .read-more {
	padding: 12px 24px;
	border: none;
}
.btn-header .read-more::after {
    content:none;
}
.read-more:hover {
    opacity: 0.7;
  }
.read-more:hover::after  {
    right: 20px;
  }
.read-more.anchor:hover::after  {
    right:25px;
	top:44%;
  }

.read-more__inquiry {
	padding-left:90px;
}
.read-more__inquiry:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 35px;
    width: 17px;
    height: 13px;
    transition: 0.2s;
	mask-image:     url("/wp/wp-content/uploads/2025/02/envelope.svg");
        mask-repeat:    no-repeat;
        mask-position:  center center;
        mask-size:      contain;
    	width:	        34px;
    	height:	        34px;
    	background-color:     #fff;
  }

@media (max-width: 480px) {
	
.business_list .read-more {
    width: 94%;
	margin:0 3%;
}
	.strength-list .read-more{
    min-width: auto;
		width:100%;
}
	
}








/* top slide */

#top-slide-area {
	position:relative;
	height:740px;
	width:100%;
	overflow:hidden;
}

#top-slide-area ul,
o#top-slide-area l {
	margin: 0;
	list-style:none;
}

#top-slide-area ul li,
#top-slide-area ol li{
	margin-bottom: 0;
}

#top-slide-area .elementor-element-populated {
	padding:0;
	display: block;
}
#top-slide-area .elementor-widget-container {
  position: absolute;
  width: 100%;
  height: 740px;
  box-sizing: border-box;
  background-color: #fff;
  overflow:hidden;
}
#slide-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#slides {
  position: relative;
  width: 100%;
  height: 100%;
}
#slides .slide {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
#slides .slide .title {
  position: absolute;
  top: calc(30% - 0.5em);
  left: 11%;
  z-index: 2;
  padding-top: 60px;
  color: #000;
  overflow: hidden;
  margin-bottom: 22px;
  font-size: 3.8rem;
  text-shadow: 0 0 10px #ffffff38;
}
#slides .slide .title .title-text {
  display: block;
  transform: translateY(5.2em);
  transition: transform 1s ease-in-out;
}
#slides .slide .title .title-text p {
	font-size:1rem;
	line-height:160%;
	padding: 24px 0 14px 4px;
	font-weight:bold;
	text-shadow: 1px 1px 10px #ffffff7d;
}
#slides .slide.active .title .title-text .read-more {
	text-shadow:none;
	z-index: 10;
	pointer-events:visible;
	    display: inline-block;
	cursor:pointer;
}
#slides .slide .slide-partial {
  position: absolute;
  width: 70%;
  height: 100%;
  overflow: hidden;
  transition: transform 1s ease-in-out;
}
#slides .slide .slide-partial img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease-in-out;
}
#slides .slide .slide-right {
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition-delay: 0.2s;
}
#slides .slide .slide-right img {
  top: 0;
  left: 0;
  -o-object-position: 0% 30%;
  object-position: 0% 30%;
  transition-delay: 0.2s;
  transform: translateX(-30%);
}
#slides .slide.active .title .title-text {
  transform: translate(0);
  transition-delay: 0.3s;
}
#slides .slide.active .title .title-text strong {
	line-height:120%;	
}
#slides .slide.active .slide-partial, 
#slides .slide.active .slide-partial img {
  transform: translateX(0);
}
#slides .slide.active .slide-left {
  top: 0;
  left: 30%;
  transform: translateX(0);
  transition-delay: 0.8s;
  display: none;
}
#slide-select {
	width: 14%;
	position: absolute;
	bottom: 50px;
	left: 11%;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-family: "Reem Kufi", sans-serif;
	font-size: 1.5em;
	font-weight: lighter;
	color: #1d2327;
}
#slide-select li {
  position: relative;
  cursor: pointer;
  margin: 0 5px;
}
#slide-select li.prev:hover {
  transform: translateX(-2px);
}
#slide-select li.next:hover {
  transform: translateX(2px);
}
#slide-select .selector {
  height: 14px;
  width: 14px;
  border: 2px solid #1d2327;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
}
#slide-select .selector.current {
  background-color: #1d2327;
}


#slides .slide .slide-left img {
	display:none
}
#slides .slide .slide-left {
  opacity: 0;
  transform: translateX(-100px);
  animation: slideIn 6.4s ease-out forwards;
  background: linear-gradient(to right, #03519e, #6bb9fc);
  background: linear-gradient(to right, #2a79c8, #65ade9);
	width:30%;
	display:block;
}

@keyframes slideIn {
  0% {
    opacity: 1;
    transform: translateX(-1000%);
  }
  20% {
    opacity: 1;
    transform: translateX(0);
  }
  95% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-100%);
  }
}



@media (max-width: 480px) {
	
#top-slide-area {
  height: 680px;
}
#top-slide-area .elementor-widget-container {
  position: absolute;
  width: 100%;
  height: 680px;
}
#slides .slide .title {
  top: calc(30% - 1.6em);
  left: 6%;
	margin-bottom: 22px;
	font-size: 2.2rem;
	line-height:130%;
}
#slides .slide .title .title-text p {
	font-size:.9rem;
	padding: 24px 8% 0 0;
}
#slides .slide .title .title-text p br {
	display:none;
}	
#slides .slide .title .title-text {
  transform: translateY(10em);
}
#slide-select {
	width: 50%;
	bottom: 100px;
	left: 6%;
}
#slide-select li {
	text-shadow: #ffffffa8 1px 1px 3px, white -1px 1px 3px,
 white 1px -1px 3px, white -1px -1px 3px;
}
#slide-select li.selector {
	box-shadow: #ffffffa8 1px 1px 3px, white -1px 1px 3px,
 white 1px -1px 3px, white -1px -1px 3px;
}
	
}


/* recruit compayny */

.number-detail-txt {
	height:100px;
}
.number-section h4 {
	height:40px;
}







/* subpages */
.tit03 {
    position: relative;
    margin: 70px 0 35px 0;
    padding-top: 20px;
    border-top: 8px solid #e7e7e7;
    font-size: 1.8rem;
    line-height:140%;
    font-weight: 700;
  }
  .tit03::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 110px;
    height: 8px;
    background: #015fbd;
  }
.tit04 {
    position: relative;
    margin-bottom: 25px;
    margin-top: 40px;
    padding-top: 15px;
    border-top: 5px solid #e7e7e7;
    font-size: 20px;
    font-weight: 700;
  }
  .tit04::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 55px;
    height: 5px;
    background: #c6d1d6;
  }
.tit05 {
    position: relative;
    margin-bottom: 25px;
    margin-top: 40px;
    padding-top: 15px;
    border-top: 2px solid #e7e7e7;
    font-size: 1rem;
    font-weight: 700;
  }
  .flowTit {
    position: relative;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
  }

  .flowTit::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -2px;
    left: 50%;
    width: 288px;
    height: 14px;
    transform: translateX(-50%);
    background: #f3f3f3;
  }
.txt {
	line-height:170%;
	padding-bottom: 2%;
}
.tbl-basic {
	margin-top:1rem;
}
.pageSec{
	max-width: 1580px;
	margin: auto;
	padding: 10px;
}
.pageSec.others {
	margin-bottom:5rem;
}

@media (max-width: 1919px) {
	
.pageSec{
	max-width: 1330px;
}
.pageSec.others {
	margin-bottom:4rem;
}

}

@media (max-width: 1499px) {
	
.pageSec{
	max-width: 1120px;
}

}

@media (max-width: 1200px) {
	
.pageSec{
	max-width: 950px;
}

}

@media (max-width: 1023px) {
	
.pageSec{
}

}

/* /company/history/ */
.chrono.simple dl {
	display:flex;
	padding-top:20px;
	border-bottom:1px solid #e8f0f3;
	line-height:180%;
}
.chrono.simple dt {
	font-weight:bold;
	width: 15%;
	text-align: left;
	padding-left: 1%;
}
.chrono.simple dl dd {
	text-align:left;
}

@media (max-width: 480px) {
	
.chrono.simple dl {
	flex-wrap:wrap;
}
.chrono.simple dt {
	width:100%;
	padding:0 0 0 1%;
}
.chrono.simple dd {
	width:100%;
	margin:0;
	padding:1% 0 5% 1%;
}
	
}


/* /company/overview/ */

.tbl-basic.simple th {
	background-color: #7ebfd8;
	color:#fff;
	line-height:150%;
}
.tbl-basic.simple td {
	text-align:left;
	font-weight:normal;
	line-height: 190%;
	padding-left:3%;
}




/* /business/servicer/ */

.clients_list {
	display:flex;
	flex-wrap:wrap;
	line-height:180%;
}
.clients_list .clients_list_title {
	width: 13%;
	font-weight: bold;
}
.clients_list .clients_list_name {
	width:80%;
}
.clients_list .clients_list_name span {
	display:inline-block;	
}


@media screen and (max-width: 767px) {
	
.clients_list .clients_list_title {
	width:100%;
}
.clients_list .clients_list_name {
	width:100%;
	margin-left: 0;
}
	
}





/* /business/servicer/ -- flow */

.step {
}

@media screen and (max-width: 767px) {
    .step {
    }
}

.step__inner {
    padding-top: 6.875rem;
    width: 100%;
    max-width: 97.375rem;
    padding: 0;
    margin: 6rem 0;
}

@media screen and (max-width: 767px) {
    .step__inner {
        padding-inline:.9375rem;
        padding-top: 0;
        margin: 0 0 3rem;
    }
}

.step__title {
    margin-left: 4.375rem
}

@media screen and (max-width: 767px) {
    .step__title {
        margin-left:1.5625rem
    }
}

.step__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 calc(50% - 50vw);
    margin-top: 3.5625rem;
    width: 100%;
    margin-inline:auto
    }

@media screen and (max-width: 767px) {
    .step__cards {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        margin-top: 1.5625rem;
        width: 100%;
        gap: 1.25rem
    }
}

.step__card {
    width: 22%;
    max-width: 17.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 .0 1.75rem 0;
}
.step__cards-five .step__card {
	width:18%;
}

@media screen and (max-width: 767px) {
    .step__card {
        padding:1.25rem .625rem 1.5625rem 2.0625rem;
        max-width: none;
        max-width: initial;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        width: 100%;
        border: 1px solid #003a7b;
    }
.step__cards-five .step__card {
	width:100%;
}
}

.step__card.step__card--new {
    max-width: 13.75rem
}

@media screen and (max-width: 767px) {
    .step__card.step__card--new {
        max-width:none;
        max-width: initial
    }
}

.step__card:before {
    display: block;
    width: .90625rem;
    height: .90625rem;
    content: "";
    text-align: center;
    border-radius: 50%;
    background-color: #003a7b;
    position: absolute;
    top: 4rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media screen and (max-width: 767px) {
    .step__card:before {
        content:none
    }
}

.step__card:after {
    position: absolute;
    top: 4rem;
    right: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 109%;
    height: 1px;
    content: "";
    background-color: #003a7b;
    z-index: 3
}

@media screen and (max-width: 767px) {
    .step__card:after {
        content:none
    }
}

.step__card:first-child:after {
    content: none
}

.step__step-number {
    font-size: 3rem;
    letter-spacing: .05em;
    line-height: 1;
    color: #003a7b;
}

@media screen and (max-width: 767px) {
    .step__step-number {
        font-size: 1.2rem;
        color: #fff;
    }
}

.step__step-step {
    font-size: 1.45rem;
    letter-spacing: .05em;
    color: #003a7b;
}
.step__step-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.75rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media screen and (max-width: 767px) {
    .step__step-wrapper {
        width: 3.2rem;
        height: 3.2rem;
        top: -1rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: .6rem;
        background-color: #003a7b;
        border-radius: 50%;
    }
	.step__step-step {
    font-size: .7rem;
    color: #fff;
    margin-top: -.3rem;
}
	
}

.step__card-top-contents {
    margin-top: 6.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 11.125rem
}

@media screen and (max-width: 767px) {
    .step__card-top-contents {
        margin-top:0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto
    }
}

.step__card-icon {
    width: 100%;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .step__card-icon {
        height:2.625rem;
        width: 3.5625rem
    }
}

.step__card-icon--1 {
    width: 5.3125rem;
    aspect-ratio: 85/57
}

@media screen and (max-width: 767px) {
    .step__card-icon--1 {
        width:3.5625rem
    }
}

@media screen and (max-width: 767px) {
    .step__card-icon.step__card-icon--1 img {
        width:2.75rem
    }
}

.step__card-icon--2 {
    width: 4.625rem;
    aspect-ratio: 122/78
}

@media screen and (max-width: 767px) {
    .step__card-icon--2 {
        width:3.5625rem
    }
}

@media screen and (max-width: 767px) {
    .step__card-icon.step__card-icon--2 img {
        width:2.8125rem
    }
}

.step__card-icon--3 {
    width: 4.6875rem;
    aspect-ratio: 91/74
}

@media screen and (max-width: 767px) {
    .step__card-icon--3 {
        width:3.5625rem
    }
	 .step__cards-five .step__card-icon--3 {
        width: 2.8rem;
        margin: 0 .4rem;
    }
}

.step__card-icon--4 {
    width: 3.3rem;
    aspect-ratio: 120/78
}
.step__cards-car .step__card-icon--4 {
    width: 4.8rem;
}
@media screen and (max-width: 767px) {
    .step__card-icon--4 {
        width:3.5625rem
    }
.step__cards-car .step__card-icon--4 {
        width:3.5625rem;
        margin: 0 0 0 .4rem;
}
}
@media screen and (max-width: 767px) {
    .step__card-icon.step__card-icon--4 img {
        width:3rem
    }
}
.step__card-icon--5 {
    width: 5rem;
    aspect-ratio: 120/78
}
@media screen and (max-width: 767px) {
    .step__card-icon--5 {
        width:3.5625rem
    }
	 .step__cards-five .step__card-icon--5 {
        width: 2.8rem;
        margin: 0 .4rem 0 .4rem;
    }
}
@media screen and (max-width: 767px) {
    .step__card-icon.step__card-icon--5 img {
        width:3rem
    }
}
.step__card-icon img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width: 767px) {
    .step__card-icon img {
        height:100%;
        margin-inline:auto}
}

.step__card--new .step__card-icon {
    width: 100%;
    height: 5.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .step__card--new .step__card-icon {
        height:2.625rem;
        width: 3.5625rem
    }
}

.step__card--new .step__card-icon--1 {
    width: 5.3125rem;
    aspect-ratio: 85/57;
    padding-top: 1.25rem
}

@media screen and (max-width: 767px) {
    .step__card--new .step__card-icon--1 {
        padding-top:0;
        width: 3.5625rem
    }
}

@media screen and (max-width: 767px) {
    .step__card--new .step__card-icon.step__card-icon--1 img {
        width:2.75rem
    }
}

.step__card--new .step__card-icon--2 {
    width: 5.4375rem;
    aspect-ratio: 87/82
}

@media screen and (max-width: 767px) {
    .step__card--new .step__card-icon--2 {
        width:3.5625rem
    }
}

@media screen and (max-width: 767px) {
    .step__card--new .step__card-icon.step__card-icon--2 img {
        width:2.8125rem
    }
}

.step__card--new .step__card-icon--3 {
    width: 7.625rem;
    aspect-ratio: 122/78
}

@media screen and (max-width: 767px) {
    .step__card--new .step__card-icon--3 {
        width:3.5625rem
    }
}

.step__card--new .step__card-icon--4 {
    width: 5.6875rem;
    aspect-ratio: 91/74
}

@media screen and (max-width: 767px) {
    .step__card--new .step__card-icon--4 {
        width:3.5625rem
    }
}

@media screen and (max-width: 767px) {
    .step__card--new .step__card-icon.step__card-icon--4 img {
        width:3rem
    }
}

.step__card--new .step__card-icon--5 {
    width: 7.5rem;
    aspect-ratio: 120/78
}

@media screen and (max-width: 767px) {
    .step__card--new .step__card-icon--5 {
        width:3.5625rem
    }
}

@media screen and (max-width: 767px) {
    .step__card--new .step__card-icon.step__card-icon--5 img {
        width:3.5rem
    }
}

.step__card-title {
    text-align: center;
    margin-top: 1.5625rem;
    font-size: 1.125rem;
    font-weight: 100;
    letter-spacing: .05em;
    line-height: 155%;
}

@media screen and (max-width: 767px) {
    .step__card-title {
        font-size:.875rem;
        margin-top: 0;
        margin-left: .625rem;
		font-weight:bold;
    }
    .step__card-title br {
		display:none;
	}
}

.step__card-text {
    font-size: 1rem;
    line-height: 170%;
    margin-top: .3125rem;
}

@media screen and (max-width: 767px) {
    .step__card-text {
        font-size:.75rem;
        margin-top: .875rem
    }
}


@media screen and (max-width: 767px) {
	
.e-con.e-flex>.e-con-inner {
	padding:0 .6rem
}

}



/* /contact/ */

.inquiry_tel_title .elementor-heading-title {
	font-size:1.4rem;
	line-height:160%;
}
.inquiry_tel_name .elementor-heading-title {
	font-size:1.2rem;
	line-height:160%;
}
.inquiry_tel_number .elementor-heading-title {
	font-size:2.6rem;
	line-height:160%;
	font-weight:bold;
	color:#ea2326;
}
.ast {
	color:#4a6f9a;
	font-size:1rem;
}
.ast svg {
	filter: brightness(0) saturate(100%) invert(41%) sepia(7%) saturate(1475%) hue-rotate(139deg) brightness(93%) contrast(90%);
}

/* /company/greetings/ */
.letter_box p{
	line-height:170%;
	padding-top: 1rem;
	padding-bottom: 0;
}

.icon-business:hover {
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
    -webkit-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    -moz-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    -o-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    -ms-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
    transition: all .5s cubic-bezier(.25,1,.35,1) 0s;
}




.footer-section .elementor-heading-title a {
	color:#fff;
}


/* /recruit/interview/ */
.interview_article h5 {
	padding:2rem 0 1rem;
}
.interview_article h5:first-child {
	padding:0 0 1rem;
}



/* ==================== */
/* inquiry FORM */
/* ==================== */

/*----------------------------------------------------
 CHRONO STYLES
----------------------------------------------------*/
.chrono > dl{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding:15px 0;
  color:#000;
  text-decoration: none;
  border-bottom: 1px solid #2e4e7e;
}
.chrono.simple > dl{
  border-bottom: dashed 1px #dbcfc6;
}
.chrono > dl:last-child{
  border-bottom: none;
}
.chrono > dl > dt,
.chrono > dl > dd{
  padding: 0;
}
.chrono > dl > dt{
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.chrono > dl > dd{
  margin: 2rem 0;
}
@media screen and (max-width: 640px) {
  .chrono > dl{
    display: block;
    padding:5px 0;
    font-size: 1.6rem;
  }
  .chrono > dl > dt{
    width: 100%;
    width: 100%;
    margin-bottom: 0px;
    padding: 10px 0 0 10px;
    font-weight: 700;
    color: #555555;
  }
  .chrono > dl > dd{
    width: 100%;
    padding: 10px 0 10px 10px;
  }
  .chrono > dl > dt p{
    font-size: 1.3rem;
    padding-left: 0;
  }
}
.inquiry .chrono dl{
  margin:0 auto;
  border-bottom: dashed 1px #dbcfc6;
  font-size: 1rem;
}
.inquiry .chrono dl dt.require:after{
  content: '*必須';
  color: #a91616;
  font-size: smaller;
  margin-left: 1rem;
  vertical-align: top;
}
.inquiry .chrono dl dt {
  width: 35%;
}
.inquiry .chrono dl dd{
  width: 65%;
}
.inquiry input{
  outline: none;
}
.inquiry p.txt label{
  display: flex;
  align-items: center;
  padding: .6rem 0 0;
}
.inquiry p.txt label span{
  display: flex;
  align-items: center;
}
.inquiry p.txt label span input{
  margin:0 5px 0 0;
}
.inquiry .chrono dl dd p.txt {
	padding:0;
}
.inquiry .chrono dl dd p.txt:last-child{
  margin-bottom: 0;
}
.inquiry .mwform-radio-field.horizontal-item {
	padding:0;
	margin:.0;
}
.inquiry input,
.inquiry textarea {
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #ccc;
  outline: none;
}
.inquiry textarea {
	width:100%;
}
.inquiry input[type="radio"] {
  margin-top: .1rem;
}
.inquiry input.chk{
  display: inline-block;
  margin-right: 15px;
}
.inquiry .terms{
  height: 14rem;
  overflow-y: scroll;
  margin: 1rem auto;
  font-size: smaller;
  border: solid 1px #ccc;
  padding: 1.2rem 1.6rem;
}
.inquiry .terms h5 {
  margin-bottom: 20px;
}


/* iinquiry SUBMIT btn */
.inquiry .form-btn {
  position: relative;
  padding:2rem 1rem 6rem;
}
.inquiry .form-btn .btn {
  position: relative;
	margin:auto;
	display:flex;
}
.inquiry .form-btn .btn input {
	width:30%;
	padding: .7rem 5rem .7rem 4rem;
	margin: 0 auto;
	color: #fff;
	display: flex;
	text-decoration: none;
	font-weight: 700;
	line-height: 150%;
	background: #0259a5;
	background: linear-gradient(to right, #0162c4, #003360);
	border-radius: 50px;
	padding-bottom: 15px;
	font-size: 1.2rem;
	position:relative;
	display: block;
}
.inquiry .form-btn .btn input:hover {
  opacity: 0.7;
  transition: 0.3s;
  cursor: pointer;
}

.inquiry .form-btn .btn:hover::after  {
    right:20px;
  }

@media screen and (max-width:640px) {
  .page-sec.inquiry {
      width: 100%;
      margin:0 auto 30px;
  }
  .inquiry .chrono dl dt{
    width: 100%;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .inquiry .chrono dl dd{
    width: 100%;
  }
.inquiry .form-btn .btn input {
	width:49%;
	padding: .7rem 0 .7rem;
	}
}

