/*
	Theme Name: SK Aa
	Author: Worck
	Author URI: https://worck.nl/
	Description: Custom theme
	Version: 1.0.1
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: sk-aa
	Tags: theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, four-columns, featured-images
*/

/*--------------------------------------------------------------

	= Table Of Contents =

	# Normalize
	# General
		## Typography
		## Elements
		## Forms
		## Links
		## Screen Reader
	# WordPress Specific
		## Captions
		## Galleries
	# Floats and Clearing
	# Columns System
	# General
	# Header
		## Logo
		## Navigation
		## Mobile Nav
	# Main
		## Content
		## Blog Post Style 1 - Listing
		## Blog Post Style 2 - Listing
		## Blog Post Style 3 - Listing
		## Pagination
		## Blog Post - Single
		## Social Links
		## Comments
		## Contact Form 7
		## Sidebar
	# Widgets
		## Widget - Search
		## Widget - Tag Cloud
	# Footer
		## Footer Widgets
		## Footer Bottom
	# Responsive
		## Medium Monitors
		## Normal Monitors
		## Smaller Monitors
		## Tablets
		## Phones ( landscape + portrait )
		## Phones ( landscape )
		## Phones ( portrait )

--------------------------------------------------------------*/

/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:0 0 25px 0}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}embed,iframe,object {max-width: 100%;}iframe{border:0;}.widget select { max-width: 100%; }

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #3b1a21;
	font-size: 20px;
	font-weight: 400;
	font-family: "work-sans", Helvetica, Arial, sans-serif;
	line-height: 1.62;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
	color: #3b1a21;
	line-height: 1.45;
	font-weight: 500;
	font-family: "bodoni-std", serif;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 21px;
}

h6 {
	font-size: 18px;
}

p {
	margin: 0;
	margin-bottom: 25px;
}

p:last-child {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	font-size: 19px;
	font-style: italic;
	font-family: Georgia, serif;
	line-height: 1.65;
	background-image: url("images/blockquote.png");
	background-repeat: no-repeat;
	background-position: 15px 0;
	padding: 13px 41px;
	text-align: center;
}

	blockquote p:last-child {
		margin: 0;
	}

address {
	margin-bottom: 25px
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

small {
	font-size: 75%;
}

/*--------------------------------------------------------------
	## Elements
--------------------------------------------------------------*/

body {
	background: #fff;	
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #e5e5e5;
	border: 0;
	height: 1px;
	margin-bottom: 25px;
}

ul,
ol {
	margin: 0;
	margin-bottom: 25px;
	padding-left: 25px;
	list-style-position: inside;
}

ul ul,
ul ol,
ol ol,
ol ul {
	
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	margin-bottom: 25px;
	width: 100%;
	line-height: 1;
}

.widget table {
	table-layout: fixed;
}

table thead {
	background: #b1c7c4;
	color: #fff;
	text-align: left;
}

table td,
table th {
	padding: 6.8px;
	text-align: left;
}

table tbody th {
	background: #b1c7c4;
	color: #fff;
}

table tbody th a {
	color: inherit;
}

.text-align-center {
	text-align: center;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

/*--------------------------------------------------------------
	## Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	line-height: 45px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background: #b1c7c4;
	padding: 0 22px;
	margin: 0;
	border-radius: 0;
	text-transform: none;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: rgb(239, 239, 239);
	border: 0;
	color: #4d4d4d;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4;
	padding: 14px 17px;
	max-width: 100%;
	box-sizing: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #4d4d4d;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #c69c2f;
}

/*--------------------------------------------------------------
	## Screen Reader
--------------------------------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
	# WordPress Specific
--------------------------------------------------------------*/

.sticky {

}

.bypostauthor {
	
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
	## Captions
--------------------------------------------------------------*/

#wp-calendar caption {
	margin-bottom: 10px;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	-webkit-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
}

.wp-caption .wp-caption-text {
	font-size: 13px;
	font-style: italic;
	margin: 0;
	padding: 0 10%;
	margin-top: 10px;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
	## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
	# Floats and Clearing
--------------------------------------------------------------*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*--------------------------------------------------------------
	# Columns System
--------------------------------------------------------------*/

.wrapper, 
.wrapper-small {
	max-width: 1400px;
	margin: 0 auto;
}

.wrapper-small {
	max-width: 1300px;
	margin: 0 auto;
}

.col {
	display: block;
	float: left;
	margin-right: 3.42%;
}

body.rtl .col {
	float: right;
	margin-left: 3.42%;
	margin-right: 0;
}

.col-1 { width: 5.198%; }
.col-2 { width: 13.81%; }
.col-3 { width: 22.43%; }
.col-4 { width: 31.05%; }
.col-5 { width: 39.67%; }
.col-6 { width: 48.29%; }
.col-7 { width: 56.90%; }
.col-8 { width: 65.52%; }
.col-9 { width: 74.14%; }
.col-10 { width: 82.76%; }
.col-11 { width: 91.38%; }
.col-12 { width: 100%; }

.col-last {
	margin-right: 0;
}

body.rtl .col-last {
	margin-left: 0;
}

.col-first {
	clear: both;
}

.no-col-spacing .col { margin: 0; }
.no-col-spacing .col-1 { width: 8.33333%; }
.no-col-spacing .col-2 { width: 16.66666%; }
.no-col-spacing .col-3 { width: 25%; }
.no-col-spacing .col-4 { width: 33.33333%; }
.no-col-spacing .col-5 { width: 41.66666%; }
.no-col-spacing .col-6 { width: 50%; }
.no-col-spacing .col-7 { width: 58.33333%; }
.no-col-spacing .col-8 { width: 66.66666%; }
.no-col-spacing .col-9 { width: 75%; }
.no-col-spacing .col-10 { width: 83.33333%; }
.no-col-spacing .col-11 { width: 91.66666%; }
.no-col-spacing .col-12 { width: 100%; }

.masonry-item.col {
	margin-right: 0;
}

.owl-carousel .col {
	width: auto;
	margin-right: 0;
}

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

#page,
#page-inner {
	position: relative;
}

#page-inner {
	overflow-x: hidden;
}

.page-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 637px;
	background-color: #fff;
	display: none;
}

body:has(.hero) .page-bg {
	display: block;
}

/*--------------------------------------------------------------
	# Header
--------------------------------------------------------------*/

#header {
    position: relative;
}

body:has(.hero) #header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

	.header-inner {
		
	}

		.header-top {
			background: #3b1a21;
			padding: 20px 40px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

		.header-bottom {
			padding: 37px 42px;
		}

		.header-left,
		.header-right {
			width: 280px;
			flex-shrink: 0;
			text-align: right;
		}

		.header-middle {
			
		}

/*--------------------------------------------------------------
	## Logo
--------------------------------------------------------------*/

#logo {
	position: relative;
	line-height: 0;
	width: 258px;
}
	
	#logo a,
	#logo img {
		display: inline-block;
		width: 100%;
	}

	#logo .site-title {
		color: #fff;
		font-weight: 700;
		font-size: 34px;
		line-height: 1;
		letter-spacing: -1px;
		margin-bottom: 10px;
	}

		#logo .site-title a {
			color: inherit;
		}

	#logo .site-description {
		color: #828992;
		font-weight: 400;
		font-size: 16px;
		line-height: 1;		
	}

/*--------------------------------------------------------------
	## Navigation
--------------------------------------------------------------*/

.header-secondary {
	display: flex;
	align-items: center;
}

.lang-switcher {
	margin-left: 13px;
}

#navigation {
	z-index: 99998;
	position: relative;
}

	#navigation-inner {
		position: relative;
	}

	#navigation ul,
	#navigation li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		/* Top level item */
		#navigation .menu > li {
			display: inline-block;
			position: relative;
			z-index: 99998;
			margin-right: 35px;
		}

		#navigation .menu > li:last-child {
			margin-right: 0;
		}

			/* Top level chevron */
			#navigation .menu a .fa {
				display: inline-block;
				color: #00007c;
				font-size: 7px;
				margin-left: 8px;
				vertical-align: middle;
				line-height: 1;
			}

			/* Top level item anchor */
			#navigation .menu > li > a,
			.lang-switcher a {
				display: inline-block;
				text-decoration: none;
				vertical-align: middle;
				color: #c79c2f;
				font-size: 15px;
				font-weight: 500;
				line-height: 26px;
				padding: 0;
				text-transform: uppercase;
			}

			#navigation .menu > li.current-menu-item > a {
				color: #fff;
			}

			body:has(.hero) #navigation .menu > li > a,
			body:has(.hero) .lang-switcher a {
				/*color: #fff;*/
			}

			.lang-switcher a {
				/*color: #b1c7c4;*/
			}

			body:has(.hero-s2) #navigation .menu > li:not(.current-menu-item) > a {
				/*color: #fff;*/
			}

			/* Top level item anchor hover */
			body:has(.hero) #navigation .menu > li > a:hover {
				color: #fff;
			}

			#navigation .menu > li > a:hover {
				color: #3b1a21;
			}

			/* Top level item anchor current */
			#navigation .menu > li.current-menu-item > a,
			#navigation .menu > li.current-menu-ancestor > a {
				
			}

	/* Submenu */
	#navigation .menu ul {
		background: #b1c7c4;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 100%;
		left: 0; /* same as horrizontal padding on #navigation .menu ul li */
		text-align: left;
		padding: 5px 0;
		-webkit-transition: .5s opacity;
		-moz-transition: .5s opacity;
		transition: .5s opacity;
	}

		/* Submenu item */
		#navigation .menu ul li {
			position: relative;
			display: block;
			white-space: nowrap;
			margin: 0;
			padding: 0 15px; /* same as left on #navigation .menu ul */
			min-width: 220px;
		}

			/* Submenu item anchor */
			#navigation .menu ul li > a {
				display: block;
				line-height: 1;
				text-decoration: none;
				color: rgba( 255, 255, 255, 1 );
				/* font-size: 13px; */
				font-weight: 400;
				/* text-transform: uppercase; */
				line-height: 15px;
				border-bottom: 1px solid rgba( 255, 255, 255, 0.05 );
				padding-top: 13px;
				padding-bottom: 13px;
				/* text-transform: uppercase; */
			}

			/* Submenu last item anchor */
			#navigation .menu ul li:last-child > a {
				border-bottom: 0 !important;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li > a:hover {
				 color: #000;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li.current-menu-item > a {
				color: #000;
			}

		/* Second lvl submenu */
		#navigation .menu ul ul {
			left: 100%;
			margin-left: 0;
			top: -11px; /* upper level padding + border */
		}

		/* Show submenu on hover */
		#navigation .menu li:hover > ul {
			visibility: visible;
			opacity: 1;
		}

/*--------------------------------------------------------------
	## Mobile Nav
--------------------------------------------------------------*/

#mobile-navigation {
    display: none;
	margin-left: 15px;
}
	
	#mobile-navigation .fa {
		font-size: 18px;
	}

	.header-mobile-nav-hook {
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		height: 40px;
        width: 40px;
        text-align: center;
        border: 1px solid #b1c7c4;
        color: #b1c7c4;
		cursor: pointer;
		position: relative;
	}

	body:has(.hero) .header-mobile-nav-hook {
		color: #fff;
		border-color: #fff;
	}
    
/* mobile navigation */
.mobile-navigation-menu {
    display: none;
    background: #111;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
}

.header-regular .mobile-navigation-menu {
    margin-top: 1px;
}

body.mobile-navigation-menu-active .mobile-navigation-menu {
    display: block;	
}

.mobile-navigation-menu ul,
.mobile-navigation-menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    /* Top level item */
    .mobile-navigation-menu li {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba( 255, 255, 255, 0.3 );
    }

    .mobile-navigation-menu .menu li:last-child {
        border-bottom: 0;
    }

        /* Top level chevron */
        .mobile-navigation-menu .menu a .fa {
            display: inline-block;
            color: rgb(165, 165, 165);
            font-size: 7px;
            margin-left: 10px;
            vertical-align: middle;
        }

        /* Top level item anchor */
        .mobile-navigation-menu .menu li > a {
            display: block;
            text-decoration: none;
            color: #fff;
            font-size: 16px;
            line-height: 59px;
            padding: 0 20px;
        }

        /* Top level item anchor hover */
        .mobile-navigation-menu .menu li > a:hover {
            color: #fff;
        }

        /* Top level item anchor current */
        .mobile-navigation-menu .menu li.current-menu-item > a {
            color: #fff;				
        }

/* Submenu */
.mobile-navigation-menu .menu ul {	
    border-top: 1px solid #ddd;
    padding-left: 10px;
    display: none;
}

/* submenu expanded */
.mobile-navigation-menu li.expand > ul {
    display: block;
}

    /* Submenu item */
    .mobile-navigation-menu .menu ul li {	
        border-bottom-width: 1px;
        position: relative;
    }

        /* submenu indicator */
        .mobile-navigation-menu li .fa {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            line-height: 44px;
            width: 30px;
            height: 44px;
            text-align: center;
            cursor: pointer;
            color: #000;
        }

        .mobile-navigation-menu li ul .fa {
            height: 32px;
            line-height: 32px;
        }

        /* submenu indicator active */
        .mobile-navigation-menu li.expand > .fa:before {
            content: "\f068";
        }

        /* Submenu anchor */
        .mobile-navigation-menu .menu ul li > a {	
            font-size: 14px;
            line-height: 32px;
        }

/*--------------------------------------------------------------
	# Main
--------------------------------------------------------------*/

#main {
	padding: 0;	
	background-color: #fff;
	border-radius: 0 0 30px 30px;
	position: relative;
	z-index: 5;
}

.sk-accordion-item-title:has(.sk-accordion-item-trigger) {
	cursor: pointer;
}

.sk-accordion-item-content {
	height: 98px;
	overflow: hidden;
	font-size: 17px;
	line-height: 1.5;
}

.sk-accordion-item.active .sk-accordion-item-content {
	height: auto;
}

.sk-accordion-item-content-s2 {
	display: none;
}

.sk-accordion-item.active .sk-accordion-item-content-s2 {
	display: block;
}

.sk-accordion-item-trigger {
	/*
	display: block;
	line-height: 1;
	font-size: 25px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform-origin: center;
	*/
}

.sk-accordion-item.active .sk-accordion-item-trigger .fa {
	/*
	transform: rotate(90deg);
	*/
}



.btn-simple {
	display: inline-block;
	font-size: 27.97px;
	font-weight: 500;
	border-bottom: 1px solid #b1c7c4;
	color: #b1c7c4;
	line-height: 1;
}

	.btn-simple img {
		width: 50px;
		height: auto;
		margin-right: 10px;
		display: inline-block;
		text-decoration: none;
	}

.btn {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #c69c2f;
	background: #c69c2f;
	border-radius: 50px;
	padding: 16px 30px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: all .4s;
}

.btn:hover {
	background: #bd952e;
	border-color: #bd952e;
}

.btn-s2 {
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
}

.btn-large {
	font-size: 20.77px;
}

.tripple-graphic {
	position: relative;
}

	.tripple-graphic-main {
		display: block;
	}

	.tripple-graphic-extra-1 {
		position: absolute;
		bottom: 0;
		width: 586.5px;
		/* transform: translateX(-50%); */
		display: block;
		right: 102%;
		fill: #cca4ac !important;
		z-index: -1;
	}

	.tripple-graphic-alt .tripple-graphic-extra-1 {
		right: auto;
		left: 102%;
	}

	.tripple-graphic-extra-2 {
		position: absolute;
		bottom: 78%;
		width: 586.5px;
		display: block;
		transform: translateX(-51%);
		fill: #999999 !important;
		z-index: -1;
	}

	.tripple-graphic-alt .tripple-graphic-extra-2 {
		transform: translateX(51%);
	}

.carousel-nav {
	display: flex;
	justify-content: space-between;
	width: 90px;
	font-size: 30px;
	cursor: pointer;
}

	.carousel-nav-item:hover {
		
	}

.tns-nav {
	margin-top: 127px;
	text-align: center;
}

	.tns-nav button {
		background: transparent;
		display: inline-block;
		padding: 0;
		width: 13px;
		height: 13px;
		background: #d8c79c;
		border-radius: 50%;
		margin: 0 4px;
	}

	.tns-nav button.tns-nav-active {
		background: #c69c2f;
	}

.section-intro {
	margin-bottom: 100px;
	text-align: left;
	position: relative;
}

.team-s2 .section-intro,
.news-s2 .section-intro {
	margin-bottom: 74px;
}

	.section-intro-title {
		font-size: 77.5px;
		margin-bottom: 0;
	}

	.section-intro-subtitle {
		font-size: 72px;
		line-height: 1.1;
		margin-top: 20px;
		margin-bottom: 0;
		font-weight: 400;
	}

	.section-intro-content {
		margin-top: 11px;
		width: 943px;
		max-width: 100%;
	}

	.team-s2 .section-intro-content,
	.news-s2 .section-intro-content {
		width: 885px;
		max-width: 100%;
	}

	.section-intro-btns {
		position: absolute;
		top: 30px;
		right: 0;
	}

.accordion-items {
	/*border-top: 1px solid #75646e;*/
	margin-top: 9px;
}

	.accordion-item {
		border-bottom: 1px solid #75646e;
		padding: 69px 0 87px;
		display: flex;
		align-items: flex-end;
	}

	.accordion-item.active {
		align-items: flex-start;
	}

	.accordion-item:last-child {
		border-bottom: 0;
	}

		.accordion-item-subtitle {
			color: #b2c8c4;
			font-size: 25px;;
		}

		.accordion-item.active .accordion-item-subtitle {
			color: #000;
		}

		.accordion-item-title {
			margin-bottom: 0;
			font-size: 50.56px;
			cursor: pointer;
			width: 458px;
			margin-right: 20px;
			flex-shrink: 0;
			display: flex;
			align-items: center;
			color: #b2c8c4;
			line-height: 1.1;
			margin-top: 14px;
		}

		.accordion-item.active .accordion-item-title {
			color: #000;
		}

			.accordion-item-trigger {
				margin-right: 14px;
				width: 25px;
			}

				.accordion-item-trigger .fa {
					font-size: 35px;
					display: flex;
					align-items: center;
					justify-content: center;
				}

				.accordion-item.active .accordion-item-trigger .fa {
					fill: #850b22;
					transform: rotate(90deg);
				}

			.accordion-item.active .accordion-item-trigger {
				
			}

		.accordion-item-content-inner {
			/*display: none;*/
			/* line-height: 1.51; */
			padding-right: 100px;
			height: 67px;
			overflow: hidden;
			/* margin-top: 6px; */
		}

		.accordion-item.active .accordion-item-content-inner {
			height: auto;
		}

		.accordion-item.active .accordion-item-content {
			display: block;
		}

			.accordion-item-content-btns {
				font-size: 27.97px;
				font-weight: bold;
				margin-top: 43px;
				display: none;
			}

			.accordion-item.active .accordion-item-content-btns {
				display: block;
			}

				.accordion-item-content-btns a {
					text-decoration: underline;
					
				}

/*--------------------------------------------------------------
	## Hero
--------------------------------------------------------------*/

.hero {
	background-size: cover;
	background-position: center;
	color: #fff;
	position: relative;
}

.hero::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: #fff;
	border-radius: 30px 30px 0 0;
}

.hero:not(:has(.hero-content)) {
	text-align: center;
}

	.hero::before {
		background: rgba( 59, 26, 33, 0.76 );
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		mix-blend-mode: multiply;
	}

	.hero-inner {
		min-height: 0;
		display: flex;
		align-items: flex-end;
		position: relative;
		padding-bottom: 153px;
		padding-top: 326px;
	}

	body.home .hero-inner {
		min-height: 100vh;
	}

		.hero-main {
			width: 1040px;
			max-width: 100%;
		}

		.hero:not(:has(.hero-content)) .hero-main {
			width: 100%;
		}

			.hero-title {
				margin-bottom: 0;
				font-size: 77px;
				color: #fff;
				line-height: 1.1;
			}

				.hero-title span {
					color: #ff6b35;
				}

			.hero-subtitle {
				font-size: 21.43px;
				color: #c69c2f;
			}

			.hero-content {
				margin-top: 34px;
			}

			.hero-btns {
				margin-top: 34px;
			}


/*--------------------------------------------------------------
	## Tagline
--------------------------------------------------------------*/

.tagline {
	padding: 64px 0 120px;
}

.tagline:has(.tagline-image) {
	padding-bottom: 145px;
}

	.tagline-inner {
		text-align: center;
		position: relative;
	}

		.tagline-title {
			color: #b2c8c4;
			font-size: 25px;
			margin-bottom: 0;
			font-family: inherit;
			font-weight: 400;
		}

		body.page-template-template-sectors-php .tagline-title,
		body.page-template-template-services-php .tagline-title {
			color: #75646e;
		}

		.tagline-subtitle {
			font-size: 56px;
			line-height: 1.2;
			margin-top: 5px;
			margin-bottom: 0;
			font-weight: 400;
		}

		.tagline-image {
			margin-top: 143px;
		}

			.tagline-image img {
				display: block;
				width: 100%;
			}

		.tagline-graphic {
			position: absolute;
			top: 100%;
			right: 12%;
			transform: translateY(-50%);
		}

			.tagline-graphic svg {
				width: 170px;
				fill: #b2c8c4;
			}

			body.page-template-template-sectors-php .tagline-graphic svg,
			body.page-template-template-services-php .tagline-graphic svg {
				fill: #75646e;
			}

/*--------------------------------------------------------------
	## Jobs
--------------------------------------------------------------*/

.jobs {
	
margin-top: 36px;
}

/*--------------------------------------------------------------
	## Info Box
--------------------------------------------------------------*/

.info-box {
	padding: 14px 0 184px;
}

.info-box-alt {
	background: #b2c8c4;
	padding-top: 159px;
}

	.info-box-inner {
		display: flex;
		justify-content: space-between;
	}

		.info-box-primary {
			width: 890px;
			max-width: 100%;
		}

		.info-box-alt .info-box-primary {
			text-align: right;
			margin-left: auto;
		}

			.info-box-title {
				margin-top: 20px;
				margin-bottom: 0;
				font-size: 25px;
			}

			.info-box-subtitle {
				margin-top: -1px;
				margin-bottom: 0;
				font-size: 53px;
			}

			.info-box-alt .info-box-subtitle {
				color: #fff;
			}

			.info-box-content {
				margin-top: 32px;
				font-size: 23px;
			}

			.info-box-btns {
				margin-top: 40px;
			}

			.info-box-alt .btn-simple {
				color: #75646e;
				border-color: #75646e;
			}

/*--------------------------------------------------------------
	## Info Box s2
--------------------------------------------------------------*/

.info-box-s2 {
	padding: 157px 0 60px;
}

	.info-box-s2-inner {
		display: flex;
		justify-content: space-between;
	}

		.info-box-s2-primary {
			width: 50%;
			order: 2;
		}

		.info-box-s2-secondary {
			width: 41.5%;
		}

			.info-box-s2-title {
				margin-bottom: 0;
				font-size: 50px;
				font-weight: 400;
			}

				.info-box-s2-title span {
					color: #b1c7c4;
				}

			.info-box-s2-content {
				margin-top: 26px;
			}

			.info-box-s2-btns {
				margin-top: 30px;
				font-size: 17.5px;
				font-weight: bold;
				margin-top: 33px;
			}

/*--------------------------------------------------------------
	## Team
--------------------------------------------------------------*/

.team {
	padding: 170px 0;
	padding-bottom: 218px;
}

body.page-template-template-team-php .team {
	margin-top: 80px;
}

	.team-items {
		
	}

		.team-item {
			position: relative;
			/* padding: 40px 0; */
			margin-bottom: 84px;
		}

		.team-item:last-child {
			margin-bottom: 0;
		}

			.team-item-inner {
				display: flex;
				justify-content: space-between;
			}
		
				.team-item-primary {
					width: 46%;
				}

				.team-item:nth-child(even) .team-item-primary {
					order: 2;
				}
		
					.team-item-image {
		
					}
		
						.team-item-image img {
							display: block;
							width: 100%;
						}
		
				.team-item-secondary {
					width: 46.2%;
					margin-top: 46px;
				}

					.team-item:nth-child(even) .team-item-secondary {
						
					}
		
					.team-item-title {
						margin-bottom: 0;
						font-size: 22px;
						color: #8ea2c7;
						font-family: inherit;
						font-weight: 400;
						text-transform: uppercase;
						line-height: 1;
					}
		
					.team-item-subtitle {
						margin-top: 4px;
						margin-bottom: 0;
						font-size: 77px;
						line-height: 0.9;
					}
		
					.team-item-content {
						margin-top: 25px;
					}

						.team-item-content-secondary {
							margin-top: 25px;
							display: none;
						}

					.team-item.active .team-item-content-secondary {
						display: block;
					}
		
					.team-item-btns {
						margin-top: 14px;
					}

						.team-item-btns .btn span:nth-child(2) {
							display: none;
						}

						.team-item.active .team-item-btns .btn span:nth-child(1) {
							display: none;
						}

						.team-item.active .team-item-btns .btn span:nth-child(2) {
							display: inline-block;
						}



/*--------------------------------------------------------------
	## Team Single
--------------------------------------------------------------*/

.team-single {
	
}
	
	.team-single-inner {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		position: relative;
	}

		.team-single-nav {
			position: absolute;
			right: 0;
			top: 0;
			display: flex;
		}

			.team-single-nav a {
				color: #000;
				padding: 10px;
			}

		.team-single-primary {
			width: 30.5%;
			flex-shrink: 0;
		}

			.team-single-image {
				display: block;
				position: relative;
			}

				.team-single-image img {
					display: block;
				}

				.team-single-graphic {
					position: absolute;
					top: 100%;
					right: 50%;
					transform: translateY(-50%) translateX(50%);
				}
		
					.team-single-graphic svg {
						width: 170px;
						fill: #b2c8c4;
					}

		.team-single-secondary {
			width: 58.5%;
		}

			.team-single-title {
				font-size: 36.37px;
				line-height: 0.95;
				margin-bottom: 0;
			}

			.team-single-subtitle {
				font-size: 29.37px;
				color: #75646e;
				margin-top: 10px;
				margin-bottom: 0;
				font-weight: 400;
			}

			.team-single-content {
				margin-top: 60px;
			}

			.team-single-file {
				margin-top: 66px;
			}

			.team-single-terms {
				margin-top: 20px;
			}

			.team-single-social {
				margin-top: 20px;
			}

				.team-single-social a {
					display: inline-block;
					margin-right: 5px;
					color: #000;
				}

	.team-single-recognitions {
		background: #b2c8c4;
		padding: 110px 0 122px;
		margin-top: 127px;
	}

		.team-single-recognitions-inner {
			display: flex;
			justify-content: space-between;
		}

			.team-single-recognitions-primary {
				margin-right: 140px;
			}

				.team-single-recognitions-primary h4 {
					color: #fff;
					font-size: 56px;
					line-height: 1;
				}

			.team-single-recognitions-secondary {
				padding-top: 20px;
			}

/*--------------------------------------------------------------
	## About
--------------------------------------------------------------*/

.about {

}

	.about-inner {
		padding: 171px 0 174px;
		display: flex;
		justify-content: space-between;
	}

		.about-primary {
			width: 46%;
		}

			.about-image {

			}

				.about-image img {
					display: block;
					width: 100%;
				}

		.about-secondary {
			width: 46.2%;
			margin-top: 46px;
		}

			.about-title {
				margin-bottom: 0;
				font-size: 22px;
				color: #8ea2c7;
				font-family: inherit;
				font-weight: 400;
				text-transform: uppercase;
				line-height: 1;
			}

			.about-subtitle {
				margin-top: 1px;
				margin-bottom: 0;
				font-size: 77px;
				line-height: 0.9;
			}

			.about-content {
				margin-top: 27px;
			}

			.about-btns {
				margin-top: 34px;
			}

/*--------------------------------------------------------------
	## Team
--------------------------------------------------------------*/

.team-s2 {
	padding: 187px 0;
	background: #c3b7be;
	overflow: hidden;
}

	.team-s2-inner {
		position: relative;
	}

		.team-s2 .tns-ovh {
			overflow: visible;
		}

		.team-s2 .carousel-nav {
			position: absolute;
			bottom: 100%;
			right: 0;
			margin-bottom: 100px;
		}

			.team-s2-items {
				margin-right: 42px;
				margin-top: 6px;
				position: relative;
			}

				.team-s2-item {
					position: relative;
				}

					.team-s2-item-image {

					}

					.team-s2-item-image::after {
						/*
						content: '';
						display: block;
						position: absolute;
						top: 0;
						left: 0;
						right: 0;
						bottom: 0;
						background: rgba( 128, 28, 48, 0.47 );
						opacity: 0;
						transition: .4s opacity;
						*/
					}

					.team-s2-item:hover .team-s2-item-image::after {
						opacity: 1;
					}

						.team-s2-item-image img {
							display: block;
						}

					.team-s2-item-main {
						margin-top: 36px;
					}

						.team-s2-item-title {
							font-size: 36.37px;
							margin-bottom: 0;
							line-height: 1.2;
							font-weight: 600;
						}

						.team-s2-item-subtitle {
							font-size: 29.37px;
							font-weight: 400;
							color: #75646e;
							margin-bottom: 0;
							margin-top: 6px;
						}

						.team-s2-item-extra {
							display: flex;
							flex-wrap: wrap;
							align-items: center;
							margin-top: 22px;
						}

							.team-s2-item-extra-primary {
								margin-right: 10px;
							}

								.team-s2-item-social a {
									color: #fff;
									font-size: 23px;
									margin-right: 14px;
								}

							.team-s2-item-extra-secondary {

							}

								.team-s2-item-btns a {
									
								}


/*--------------------------------------------------------------
	## Services
--------------------------------------------------------------*/

.services {
    padding: 178px 0 194px;
    background: #8ea3c7;
}

        .services-inner {
			display: flex;
			justify-content: space-between;
		}

            .services-primary {
                width: 40%;
                margin-top: 0;
            }

				.services-title {
					margin-bottom: 0;
					font-family: inherit;
					font-size: 22px;
					font-weight: inherit;
					color: #fff;
					text-transform: uppercase;
				}

				.services-subtitle {
					margin-top: 0px;
					margin-bottom: 0;
					font-size: 62px;
					line-height: 1.1;
				}

				.services-content {
					margin-top: 23px;
				}

				.services-btns {
					margin-top: 35px;
				}                           

            .services-secondary {
				width: 54.3%;
				padding-top: 0;
			}

                .services-items {
                    
                }

                    .services-item {
                        border-bottom: 1px solid #3b1a21;
						padding: 30px 0;
						display: flex;
						justify-content: space-between;
                    }

					.services-item.active  {
						color: #fff;
					}

					.services-item:first-child {
						padding-top: 0;
					}

                        .services-item-primary {
                            
                        }

                            .services-item-title {
                                font-size: 42px;
                                position: relative;
                                margin-bottom: 0;
                            }

							.active .services-item-title {
								color: #fff;
							}

								.services-item-title .sk-accordion-item-trigger {
									
								}

                        .services-item-secondary {
                            width: 54%;
                        }

                            .services-item-content {
                                padding-top: 20px;
                            }

								.services-item-content a {
									display: block;
									color: #000;
								}



/*--------------------------------------------------------------
	## Services S2
--------------------------------------------------------------*/

.services-s2 {
	padding: 140px 0;
}    

	.services-s2-item {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #3b1a21;
		padding: 80px 0 80px;
	}

	.services-s2-item:last-child {
		border-bottom: 0;
	}

		.services-s2-item-primary {
			width: 250px;
			margin-right: 20px;
		}

			.services-s2-item-title {
				font-size: 42px;
				margin-bottom: 0;
			}

		.services-s2-item-secondary {
			width: 74.5%;
			display: flex;
			padding-top: 27px;
		}

			.services-item-btns {
				flex-shrink: 0;
				margin-left: 50px;
			}

			.sk-accordion-item.active .services-item-btns {
				display: none;
			}

				.services-item-btns a {
					color: #fff;
					text-decoration: underline;
					font-size: 17px;
				}

			.services-item-btns-2 {
				margin-top: 80px;
			}

				.services-item-btns-2 a {
					color: inherit;
					text-decoration: underline;
				}

	

/*--------------------------------------------------------------
	## Sectors
--------------------------------------------------------------*/

.sectors {
    padding: 33px 0;
}

body.home .sectors {
	padding: 231px 0;
}

        .sectors-inner {
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
		}

            .sectors-primary {
                width: 46.5%;
                background: #75646e;
                padding: 63px 70px 64px;
                color: #fff;
            }

				.sectors-title {
					margin-bottom: 0;
					font-family: inherit;
					font-size: 25px;
					font-weight: inherit;
					color: inherit;
				}

				.sectors-subtitle {
					margin-top: 19px;
					margin-bottom: 0;
					font-size: 56px;
					color: inherit;
				}

				.sectors-content {
					margin-top: 29px;
				}

				.sectors-btns {
					margin-top: 33px;
				}

					.sectors-btns .btn-simple {
						color: #fff;
					}

            .sectors-secondary {
				width: 50%;
            }

                .sectors-items {
                    
                }

                    .sectors-item {
                        border-bottom: 1px solid #75646e;
						padding: 50px 0;
                    }

					.sectors-item:first-child {
						padding-top: 0;
					}

                        .sectors-item-primary {
                            
                        }

                            .sectors-item-title {
                                font-size: 54px;
								margin-bottom: 0;
								position: relative;
								line-height: 1.2;
                            }

								.sectors-item-title .sk-accordion-item-trigger,
								.services-item-title .sk-accordion-item-trigger {
									position: absolute;
									right: 0;
									top: 50%;
									transform: translateY(-50%);
								}

                        .sectors-item-secondary {
                            
                        }

                            .sectors-item-content {
                                padding-top: 16px;
                                padding-left: 30px;
                            }

								.sectors-item-content a {
									
								}

/*--------------------------------------------------------------
	## Services
--------------------------------------------------------------*/

.partners {
    
}

        .partners-inner {
			border-top: 1px solid #3b1a21;
			padding: 124px 0 164px;
		}

            .partners-primary {
                
            }

            .partners-secondary {
				margin-top: 50px;
            }

                .partners-items {
                    grid-template-columns: repeat(6, 1fr);
                    display: grid;
                    grid-column-gap: 30px;
                    grid-row-gap: 30px;
                }

                    .partners-item {
                        
                    }

						.partners-item a {

						}

							.partners-item img {

							}

/*--------------------------------------------------------------
	## CTA
--------------------------------------------------------------*/

.cta {
	padding: 247px 0;
	background: #b2c8c4;
}

		.cta-inner {
			display: flex;
			justify-content: space-between;
		}

			.cta-primary {
				width: 40%;
				margin-top: 33px;
			}

				.cta-title {
					font-size: inherit;
					font-family: inherit;
					font-weight: inherit;
					margin-bottom: 0;
				}

				.cta-subtitle {
					font-size: 63.23px;
					margin-bottom: 0;
					margin-top: 20px;
					line-height: 1.2;
				}

				.cta-content {
					margin-top: 20px;					
				}

				.cta-btns {
					margin-top: 20px;
				}

					.cta-btns .btn-simple {
						color: #75646e;
						border-color: #75646e;
					}

			.cta-secondary {
				width: 50%;
			}

				.cta-image {
					position: relative;
				}

					.cta-image img {
						display: block;
					}

					.cta-image-graphic {
						position: absolute;
						top: 100%;
						right: 100px;
						transform: translateY(-50%);
					}
			
						.cta-image-graphic svg {
							width: 170px;
							fill: #fff;
						}

/*--------------------------------------------------------------
	## Contact
--------------------------------------------------------------*/

.contact-info {
	padding: 100px 0;
}

	.contact-info-main {
		display: flex;
		justify-content: space-between;
	}

		.contact-info-primary {
			width: 60%;
		}

			.contact-info-items {
				display: flex;
				justify-content: space-between;
				flex-wrap: wrap;
			}

				.contact-info-item {
					width: 50%;
					margin-bottom: 50px;
				}

					.contact-info-item-title {
						font-size: 50px;
					}

					.contact-info-item-content {

					}

		.contact-info-secondary {
			width: 38%;
		}

			.contact-info-secondary .wpcf7 input[type="text"],
			.contact-info-secondary .wpcf7 input[type="email"],
			.contact-info-secondary .wpcf7 textarea {
				background: transparent;
				border: 1px solid #e5e5e5;
				border-width: 0 0 1px 0;
				width: 100%;
				border-radius: 0;
			}

			.contact-info-secondary .wpcf7-acceptance {
				font-size: 14px;
			}

/*--------------------------------------------------------------
	## Contact Info V2
--------------------------------------------------------------*/

.contact-info-v2 {
	padding: 171px 0;
}

	.contact-info-v2-inner {
		display: flex;
		justify-content: space-between;
	}

		.contact-info-v2-primary {
			width: 45%;
			font-size: 25px;
		}

			.contact-info-v2-primary h2 {
				font-size: 40px;
				margin-bottom: 0;
			}

			.contact-info-v2-primary h3 {
				font-family: inherit;
				font-size: inherit;
				color: #c69c2f;
				margin-bottom: 0;
			}

			.contact-info-v2-primary strong {
				
			}

		.contact-info-v2-secondary {
			width: 50%;
		}

			.contact-info-v2-secondary .wpcf7 input[type="text"],
			.contact-info-v2-secondary .wpcf7 input[type="email"],
			.contact-info-v2-secondary .wpcf7 textarea {
				background: transparent;
				border: 1px solid #e5e5e5;
				border-width: 0 0 1px 0;
				width: 100%;
				border-radius: 0;
			}

/*--------------------------------------------------------------
	## Map
--------------------------------------------------------------*/

.map {
	padding: 70px 0;
}

	.map-title {
		margin-bottom: 0;
		font-size: 50px;
	}

	.map-content {
		margin-top: 30px;
	}

	.map-embed {
		margin-top: 30px;
	}

/*--------------------------------------------------------------
	## News
--------------------------------------------------------------*/

.news {
	
padding: 139px 0;
}

	.news-items,
	.blog-posts-listing-inner {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 29px;
	}

/*--------------------------------------------------------------
	## News s2
--------------------------------------------------------------*/

.news-s2 {
	padding: 140px 0 117px;
}

	.news-s2 .tns-ovh {
		
	}

	.news-s2 .carousel-nav {
		
	}

	.news-s2-items {
		position: relative;
	}

/*--------------------------------------------------------------
	## Info Columns
--------------------------------------------------------------*/

.info-columns {
	margin-top: -50px;
	position: relative;
}

	.info-columns-inner {

	}

		.info-columns-items {
			display: flex;
			justify-content: space-between;
		}

			.info-columns-item {
				width: 30%;
				background: #fff;
				box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
				transition: all .4s;
				z-index: 5;
				color: inherit;
			}

			.info-columns-item:hover {
				box-shadow: 0px 18px 46px 0px rgba(0, 0, 0, 0.2);
				transform: translateY(-25px);
			}

				.info-columns-item-image {

				}

					.info-columns-item-image img {
						display: block;
						width: 100%;
					}

				.info-columns-item-main {
					padding: 4px 45px 39px;
				}

					.info-columns-item-subtitle {
						font-size: 20.25px;
					}

					.info-columns-item-title {
						font-size: 33.68px;
						margin-top: -7px;
						margin-bottom: 0;
						text-transform: uppercase;
						color: #850b22;
					}

					.info-columns-item-excerpt {
						font-size: 18.84px;
						margin-top: 10px;
						line-height: 1.5;
						padding-left: 20px;
						position: relative;
					}

						.info-columns-item-excerpt::before {
							content: '';
							display: block;
							position: absolute;
							width: 7px;
							height: 7px;
							background: #b1c7c4;
							top: 12px;
							left: 0;
						}

					.info-columns-item-btns {
						margin-top: 14px;
						padding-left: 20px;
					}

						.info-columns-item-btns .btn {
							color: #b1c7c4;
						}

/*--------------------------------------------------------------
	# Contact
--------------------------------------------------------------*/

.contact {
	padding: 155px 0;
	background: #8ea3c7;
}

	.contact-inner {
		display: flex;
		/* justify-content: space-between; */
	}

		.contact-primary {
			width: 30%;
			margin-right: 106px;
		}

			.contact-title {
				margin-bottom: 0;
				font-size: 22px;
				color: #fff;
				text-transform: uppercase;
				font-family: inherit;
				font-weight: 400;
				line-height: 1;
			}

			.contact-subtitle {
				margin-top: 0px;
				margin-bottom: 0;
				font-size: 77px;
				line-height: 1.1;
			}

			.contact-content {
				margin-top: 28px;
			}

		.contact-secondary {
			width: 49%;
			margin-top: 115px;
		}

			.contact-form {

			}

.contact .cf-rows {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

	.contact .cf-half {
		width: 49%;
		margin-bottom: 26px;
	}

	.contact .cf-full {
		width: 100%;
		margin-bottom: 20px;
	}

	.contact input[type="text"],
	.contact input[type="email"],
	.contact textarea {
		width: 100%;
		background: #c0cee7 !important;
		border: 0;
	}

	.contact textarea {
		height: 144px;
	}

	/* placeholder */
	.contact input[type="text"]::placeholder,
	.contact input[type="email"]::placeholder,
	.contact textarea::placeholder {
		color: #004e89;
	}

/*--------------------------------------------------------------
	## Related Posts
--------------------------------------------------------------*/

.related-posts {
	background: #b2c8c4;
	margin-top: 175px;
	padding: 150px 0 190px;
}

	.related-posts-title {
		font-family: inherit;
		font-size: 25px;
		font-weight: 400;
		margin-bottom: 95px;
		text-align: center;
	}

	.related-posts .post-s1 {
		margin-bottom: 0;
	}

	.related-posts .btn-simple {
		color: #fff;
		border-color: #fff;
	}

/*--------------------------------------------------------------
	## Service Single
--------------------------------------------------------------*/



/*--------------------------------------------------------------
	## Content
--------------------------------------------------------------*/

#content {
	position: relative;
}

.blog-post,
.blog-post-single,
.page-single,
.about-author,
#respond,
.comment-inner {
	
}

#content:has(.blog-post-single) {
	padding: 50px 0;
}

.blog-post-single,
.page-single {
	
}

	.blog-post-single-content h2 {

	}

		.blog-post-single-content h2 em,
		.page-single h2 em {
			font-style: normal;
			color: #b1c7c4;
		}

/*--------------------------------------------------------------
	## Blog Post Style 1 - Listing
--------------------------------------------------------------*/

.post-s1 {
	width: 48%;
	margin-bottom: 60px;
	position: relative;
}

.news-s2 .post-s1 {
	margin-bottom: 0;
	width: 100%;
}

.related-posts .post-s1:nth-child(3n + 2)::before,
.related-posts .post-s1:nth-child(3n + 2)::after {
	background: #e8efee;
}

	.post-s1-thumb {
		position: relative;
	}

		.post-s1-thumb a,
		.post-s1-thumb img {
			display: block;
		}

		.post-s1-cats {
			position: absolute;
			top: 20px;
			right: 20px;
		}

			.post-s1-cats a {
				color: #fff;
				background: rgba( 0, 0, 0, 0.4 );
				text-transform: uppercase;
				font-size: 10px;
				border-radius: 20px;
				padding: 5px 8px;
			}

	.post-s1-main {
		margin-top: 39px;
		padding: 0 20px;
	}

		.post-s1-meta {
			font-size: 18px;
			line-height: 1;
			margin-top: 5px;
		}

			.post-s1-meta a {
				color: inherit;
			}

		.post-s1-title {
			font-size: 41px;
			margin-bottom: 0;
			margin-top: -1px;
			line-height: 1.3;
		}

			.post-s1-title a {
				color: inherit;
			}

		.post-s1-excerpt {
			margin-top: 9px;
		}

		.post-s1-author {
			margin-top: 30px;
			display: flex;
			align-items: center;
		}

			.post-s1-author-avatar {
				margin-right: 15px;
			}

				.post-s1-author-avatar img {
					display: block;
					border-radius: 50%;
				}

			.post-s1-author-main {
				font-size: 14px;
			}

		.post-s1-btns {
			margin-top: 31px;
		}

			.post-s1-read-more a {
				
			}

		.post-meta-comments {
			margin-left: 7px;
		}

		.post-meta-cats {
			margin-left: 7px;
		}

		.post-meta-cats:before,
		.post-meta-comments:before {
			content: " ";
			display: inline-block;
			background: #aeb6b9;
			width: 2px;
			height: 2px;
			vertical-align: middle;
			margin-right: 10px;
		}

/*--------------------------------------------------------------
	## Blog Post Style 2 - Listing
--------------------------------------------------------------*/

.post-s2 {
	margin-bottom: 30px;
}

	.post-s2-thumb {
		position: relative;
		margin-bottom: 25px;
	}

		.post-s2-thumb img,
		.post-s2-thumb a {
			display: block;
		}

		.post-s2-cats {
			position: absolute;
			bottom: -12px;
			left: 0;
			right: 0;
			text-align: center;
		}

			.post-s2-cats a {
				display: inline-block;
				background: #b1c7c4;
				color: #fff;
				font-size: 12px;
				line-height: 1;
				text-transform: uppercase;
				padding: 7px;
				border: 4px solid #fff;
				border-bottom-width: 0px;
			}

	.post-s2-main {
		text-align: center;
	}

		.post-s2-title {
			font-size: 17px;
			line-height: 1.4;
			margin-bottom: 5px;
			color: #000;
		}

			.post-s2-title a {
				color: inherit;
			}

		.post-s2-excerpt {
			margin-bottom: 15px;
		}

		.post-s2-meta {
			color: rgba( 0, 0, 0, 0.5 );
			text-transform: uppercase;
			font-size: 12px;
			font-weight: 600;
			margin-bottom: 10px;
		}

			.post-s2-meta a {
				color: inherit;
			}
			
			.post-meta-date {
				font-family: "work-sans", sans-serif;
				font-weight: 400;
				font-size: 18px;
				color: #c69c2f;
				display: inline-block;
				margin-left: 0;
			}

			.post-meta-comments {

			}

/*--------------------------------------------------------------
	## Blog Post Style 3 - Listing
--------------------------------------------------------------*/

.post-s3 {
	position: relative;
}

	.post-s3-thumb {
		position: relative;
	}

		.post-s3-thumb img,
		.post-s3-thumb a {
			display: block;
			width: 100%;
		}

		.post-s3-thumb-overlay {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: rgba(49,49,49,.45);
			background: -moz-linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
			background: -webkit-linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
			background: linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc686868',GradientType=0);
		}

		.post-s3-cats {
			margin-bottom: 15px;
		}

			.post-s3-cats a {
				display: inline-block;
				background: #b1c7c4;
				color: #fff;
				font-size: 12px;
				line-height: 1;
				text-transform: uppercase;
				padding: 7px;
			}

	.post-s3-main {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 40px;
	}

		.post-s3-title {
			font-size: 28px;
			line-height: 1.4;
			margin-bottom: 15px;
			color: #fff;
		}

			.post-s3-title a {
				color: inherit;
			}

		.post-s3-excerpt {
			margin-bottom: 15px;
			color: rgba( 255, 255, 255, 0.8 );
		}

		.post-s3-meta {
			color: rgba( 255, 255, 255, 0.5 );
			text-transform: uppercase;
			font-size: 12px;
			font-weight: 600;
			margin-bottom: 10px;
		}

			.post-s3-meta a {
				color: inherit;
			}
			
			.post-meta-date {

			}

			.post-meta-comments {

			}

/*--------------------------------------------------------------
	## Pagination
--------------------------------------------------------------*/

.pagination {
	margin-top: 70px;
	text-align: center;
}

	.pagination ul,
	.pagination li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.pagination-type-numbered li {
		display: inline-block;
		margin: 0 5px;
	}

		.pagination-load-more a,
		.pagination-type-numbered a {
			display: inline-block;
			background: #b1c7c4;
			border: 0;
			color: #fff;
			font-size: 14px;
			font-weight: 900;
			line-height: 40px;
			text-transform: uppercase;
			padding: 0 20px;
		}

		.pagination-load-more.inactive a,
		.pagination-type-numbered .inactive a {
			background-color: #e4e4e4;
			color: #979797;
		}

			.pagination-load-more .fa {
				margin-right: 10px;
			}

/*--------------------------------------------------------------
	## Blog Post - Single
--------------------------------------------------------------*/

	/* thumbnail */
	.blog-post-single-image {
		margin-bottom: 120px;
	}

		.blog-post-single-image img {
			display: block;
			width: 100%;
		}

	/* main */
	.blog-post-single-main,
	.page-single-main {
		padding: 100px 0;	
	}

		.blog-post-single-title,
		.page-title {
			font-size: 50px;
			line-height: 1.1;
			margin-bottom: 20px;
		}

		.search .page-title,
		.archive .page-title {
			margin-bottom: 50px;
		}

		.blog-post-single-meta {
			color: #b1c7c4;
			font-size: 27.97px;
		}

			.blog-post-single-meta span {
				display: block;
			}

		.page-single-title {
			margin-bottom: 30px;
		}

		.blog-post-single-content {
			margin-top: 20px;
		}

		.blog-post-single-file {
			margin-top: 20px;
		}

		.blog-post-single-meta-bottom {
			font-size: 12px;
			line-height: 1;
			color: #9fa6a7;
			padding-bottom: 20px;
			border-bottom: 1px solid #e5e5e5;
			margin-bottom: 26px;
		}

		/* tags */
		.blog-post-single-tags {
			margin-top: 25px;
			font-size: 13px;
		}

			.blog-post-single-tags a {

			}

		/* pagination */
		.blog-post-single-pagination {
			margin-top: 20px;
		}

			.blog-post-single-pagination a {
				font-weight: bold;
			}

/* Blog Post Prev/Next Pagination */

.blog-post-single-nav {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

	.blog-post-single-nav-inner {
		display: flex;
		justify-content: space-between;
	}

	.blog-post-single-nav-button {
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		background: #b1c7c4;
		line-height: 40px;
		padding: 0 15px;
		margin-bottom: 15px;
	}

	.blog-post-single-nav-next .blog-post-single-nav-button {
		float: right;
	}

		.blog-post-single-nav-prev .fa {
			margin-right: 10px;
		}

		.blog-post-single-nav-next .fa {
			margin-right: 0;
			margin-left: 10px;
		}

	.blog-post-single-nav .post-s2 {
		margin-bottom: 0;
	}

	.blog-post-single-nav .post-s3-thumb {
		clear: both;
	}

/*--------------------------------------------------------------
	## Social Links
--------------------------------------------------------------*/

body a.social-link-twitter .fa {
	background: #1da1f2;
	color: #fff;
}

body a.social-link-facebook .fa {
	background: #3b5998;
	color: #fff;
}

body a.social-link-youtube .fa {
	background: #cd201f;
	color: #fff;
}

body a.social-link-vimeo .fa {
	background: #1ab7ea;
	color: #fff;
}

body a.social-link-tumblr .fa {
	background: #35465c;
	color: #fff;
}

body a.social-link-pinterest .fa {
	background: #bd081c;
	color: #fff;
}

body a.social-link-linkedin .fa {
	background: #0077b5;
	color: #fff;
}

body a.social-link-instagram .fa {
	background: #004879;
	color: #fff;
}

body a.social-link-github .fa {
	background: #4183c4;
	color: #fff;
}

body a.social-link-google-plus .fa {
	background: #dc4e41;
	color: #fff;
}

body a.social-link-dribbble .fa {
	background: #ea4c89;
	color: #fff;
}

body a.social-link-dropbox .fa {
	background: #007ee5;
	color: #fff;
}

body a.social-link-flickr .fa {
	background: #0063dc;
	color: #fff;
}

body a.social-link-foursquare .fa {
	background: #f94877;
	color: #fff;
}

body a.social-link-behance .fa {
	background: #1769ff;
	color: #fff;
}

body a.social-link-vine .fa {
	background: #00b488;
	color: #fff;
}

body a.social-link-rss .fa {
	background: #f26522;
	color: #fff;
}

body a.social-link-email .fa {
	background: #ef7583;
	color: #fff;
}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/

.comments-area {
	margin-top: 50px;
}

.comments-section-heading {	
	margin-bottom: 20px; 
}

	.comments-section-heading-title {
		font-size: 25px; 
		font-weight: bold; 
		float: left;
		margin: 0;
	}	

.comments-area ul,
.comments-area ol,
.comments-area li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

.comment {

}
	
.comments-area li.comments-pingback,
.comments-area li.comments-trackback {
	margin-bottom: 10px;
	font-size: 13px;
	background: #fff;
	padding: 10px;
}

	.comment-inner {
		background: #fff;
		padding: 35px;
		border: 1px solid #eee;
		margin-bottom: 25px;
	}

		.comment-author-avatar {
			float: left;
			margin-right: 15px;
			width: 40px;
		}

			.comment-author-avatar img {
				border-radius: 50%;
				display: block;
			}

		.comment-info {
			margin-bottom: 20px;
		}

			.comment-meta {
				float: left;
				margin-top: 5px !important
			}

				.comment-meta-author {
					display: block;
					color: #b1c7c4;
					font-size: 14px;
					font-weight: bold;
					line-height: 1;
					margin-bottom: 4px !important;
				}

				.comment-meta-date {
					display: block;
					font-size: 12px;
					line-height: 1;
				}

			.comment-reply {
				float: right;
			}

				.comment-reply a {
					line-height: 40px;
					display: inline-block;
					font-size: 12px;
					font-weight: bold;
					text-transform: uppercase;
				}

		.comment-main {
			
		}

	.comment .children {
		margin-left: 80px;
	}

	.comments-no-comments {
		margin-bottom: 20px;
	}

.comment-respond {
	background: #fff;
	padding: 35px;
	border: 1px solid #eee;
}

.comment-list .comment-respond {
	margin-bottom: 25px;
}

	.comment-reply-title {
		margin: 0;
		padding: 0;
		color: #232323;
		font-size: 20px;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 20px;
	}

	.comment-respond .logged-in-as,
	.comment-notes {
		font-size: 14px;
	}

		.comment-form-comment {
			font-size: 0;
			line-height: 0;
			margin: 0;
		}

		.comment-form-name,
		.comment-form-email,
		.comment-form-website {
			margin-top: 20px;
			font-size: 0;
			line-height: 0;
		}

			.comment-respond input[type="text"],
			.comment-respond textarea {
				background: #fff;
				border: 1px solid #eee;
			}

			.comment-respond textarea {
				height: 140px;
			}

		.comment-respond .form-submit {
			clear: both;
			padding-top: 20px;
			margin-bottom: 0;
		}

/*--------------------------------------------------------------
	## Contact Form 7
--------------------------------------------------------------*/

body .wpcf7 {
	
}

.wpcf7 label {
	
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	background: #f6e9da;
	width: 100%;
}

.wpcf7 input[type="submit"] {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #c69c2f;
	background: #c69c2f;
	border-radius: 50px;
	padding: 12px 38px;
	line-height: 1;
	text-transform: uppercase;
}

#footer .wpcf7 input[type="submit"] {
	color: #fff;
	border-color: #fff;
}

#footer .wpcf7 input[type="submit"]:hover {
	color: #b1c7c4;
	border-color: #b1c7c4;
}

.wpcf7 p {
	margin-bottom: 0;
}

.contact-info-v2-secondary .wpcf7 p {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
	## Sidebar
--------------------------------------------------------------*/

#sidebar {
	position: relative;
	word-break: break-word;
}
	
	#sidebar .widget {
		margin-top: 35px;
	}

	#sidebar .widget:first-child {
		margin-top: 0;
	}

		#sidebar .widget-title {
			margin: 0;
			padding: 0;
			font-size: 18px;
			font-weight: 700;
			line-height: 1.2;
			margin-bottom: 25px;
		}

/*--------------------------------------------------------------
	# Widgets
--------------------------------------------------------------*/

.widget {

}

/*--------------------------------------------------------------
	## Widget - Search
--------------------------------------------------------------*/

.widget_search .search-form {
	position: relative;
}

.widget_search input[type="search"] {
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
}

.widget_search input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #b1c7c4;
}

/*--------------------------------------------------------------
	## Widget - Tag Cloud
--------------------------------------------------------------*/

.widget .tagcloud {
	font-size: 0;
	line-height: 0;
}

	.widget .tagcloud a {
		display: inline-block;
		line-height: 30px;
		padding: 0 10px;
		background: #b1c7c4;
		color: #fff;
		font-size: 12px !important;
		font-weight: bold !important;
		text-transform: uppercase;
		margin-right: 10px;
		margin-bottom: 10px;
	}

/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/

#footer {
	background: #3b1a21;
	color: #fff;
	padding: 153px 0 0 0;
	position: relative;
}

	.footer-top {

	}

		.footer-logo {
			text-align: center;
		}

			.footer-logo img {
				width: 257px;
			}

		.footer-title {
			color: #c69c2f;
			font-size: 59px;
			line-height: 1;
			margin-top: 31px;
		}

/*--------------------------------------------------------------
	## Footer Widgets
--------------------------------------------------------------*/

#footer-widgets {
	padding: 21px 0 148px 0;
}

#footer-widgets .wrapper {
	
}

	#footer-widgets .widget {
		margin-top: 35px;
	}

	#footer-widgets .widget:nth-child(3n) {
		margin-right: 0;
	}

	#footer-widgets .widget:nth-child(-n+3) {
		margin-top: 0;
	}

		#footer-widgets .widget-title {
			margin: 0;
			padding: 0;
			font-size: 20px;
			line-height: 1.2;
			margin-bottom: 0;
			color: #c69c2f;
			font-family: inherit;
		}

		#footer-widgets a {
			color: inherit;
		}

/*--------------------------------------------------------------
	## Footer Bottom
--------------------------------------------------------------*/

#footer-bottom {
	font-size: 16px;
}

	.footer-bottom-inner {
		padding: 16px 0;
		border-top: 1px solid #fff;
		display: flex;
		justify-content: space-between;
	}

	/**
	 * Footer Copyright
	 */

	#footer-copyright {
		line-height: 1;	
	}

		#footer-copyright a {
			font-weight: bold;
		}

	/**
	 * Footer Navigation
	 */

	#footer-navigation {		
		line-height: 1;
	}

		#footer-navigation ul,
		#footer-navigation li {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

			/* Top level item */
			#footer-navigation .menu > li {
				display: inline-block;
				position: relative;
				z-index: 99998;
				margin-right: 25px;
			}

				/* Top level item anchor */
				#footer-navigation .menu > li > a {
					display: inline-block;
					text-decoration: none;
					vertical-align: middle;
					color: #fff;
					font-weight: normal;
					line-height: inherit;
					text-decoration: underline;
				}

				#footer-navigation .menu > li:first-child > a {
					color: #c69c2f;
					text-decoration: none;
				}

				/* Top level item anchor hover */
				#footer-navigation .menu > li > a:hover {
					
				}

				/* Top level item anchor current */
				#footer-navigation .menu > li.current-menu-item > a,
				#footer-navigation .menu > li.current-menu-ancestor > a {
					color: #000;
				}

		/* Submenu */
		#footer-navigation .menu ul {
			display: none;
		}

/*--------------------------------------------------------------
	# Animations
--------------------------------------------------------------*/

.iva-rotate {
	transform: rotate(-360deg);
	transition: all 20s;
	transition-timing-function: linear;
}

.iva-rotate.iva-active {
	transform: rotate(0);
}

.iva-top-bottom {
    opacity: 0;
    transition: all .8s;
    transform: translateY(-50px);
}

.iva-top-bottom.iva-active {
    opacity: 1;
    transform: translateY(0);
}

.iva-bottom-top {
    opacity: 0;
    transition: all .8s;
    transform: translateY(50px);
}

.iva-bottom-top.iva-active {
    opacity: 1;
    transform: translateY(0);
}

.iva-left-right {
    opacity: 0;
    transition: all .8s;
    transform: translateX(-50px);
}

.iva-left-right.iva-active {
    opacity: 1;
    transform: translateY(0);
}

.iva-right-left {
    opacity: 0;
    transition: all .8s;
    transform: translateX(50px);
}

.iva-right-left.iva-active {
    opacity: 1;
    transform: translateY(0);
}

.iva-scale {
    opacity: 0;
    transform: scale(0.8);
    transition: all .8s;
}

.iva-scale.iva-active {
    opacity: 1;
    transform: scale(1);
}

#lottie > svg {
	transform: unset !important;
}

/*--------------------------------------------------------------
	# Internet Explorer
--------------------------------------------------------------*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .iva-top-bottom,
    .iva-bottom-top,
    .iva-left-right,
    .iva-right-left,
    .iva-scale {
        opacity: 1;
        transform: none;
    }

}

/*--------------------------------------------------------------
	# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Medium Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1426px ) and ( max-width: 1700px )  {

	/* post s3 */
	body .post-s3-main {
		padding: 20px;
	}

}

/*--------------------------------------------------------------
	## Normal Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1281px ) and ( max-width: 1425px )  {

	.wrapper {
		max-width: 1250px;
	}

	/* post s3 */
	body .post-s3-main {
		padding: 20px;
	}
	body .post-s3-cats {
		display: none;
	}

}

/*--------------------------------------------------------------
	## Smaller Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {

	body .wrapper,
	body .wrapper-small {
		max-width: 940px;
	}
	
	#header .wrapper {
		max-width: 90% !important;
	}

	.header-inner {
		padding-left: 0;
		padding-right: 0;
	}

	/* post s1 */
	body .layout-classic-v1 .post-s1-thumb {
		width: 200px;
	}

	/* post s3 */
	body .post-s3-main {
		padding: 15px;
	}
	body .post-s3-cats {
		display: none;
	}
	body .post-s3-title {
		font-size: 20px;
		margin-bottom: 5px;
	}
	body .post-s3-excerpt {
		display: none;
	}

	.section-intro-subtitle {
		font-size: 52px;
	}

	.accordion-item-title {
		font-size: 40px;
	}

	/* tagline */

	.tagline-subtitle {
		font-size: 52px;
	}

	/* about */

	

	/* services */

	.services-item-title,
	.services-subtitle {
		font-size: 40px;
	}

	.services-item {
		flex-wrap: wrap;
	}	
		.services-item-primary,
		.services-item-secondary {
			width: 100%;
		}

	/* services s2 */

	.services-s2-item-subtitle {
		font-size: 40px;
	}
	.services-s2-item-title {
		font-size: 32px;
	}

	/* sectors */

	.sectors-subtitle,
	.sectors-item-title {
		font-size: 40px;
	}

	/* news */

	.post-s1-title {
		font-size: 40px;
	}

	/* cta */

	.cta-subtitle {
		font-size: 40px;
	}

	/* info box */

	.info-box-subtitle {
		font-size: 40px;
	}

	/* partners */

	.partners-subtitle {
		font-size: 40px;
	}

	/* footer */

	.footer-intro-title {
		font-size: 52px;
	}

}

/*--------------------------------------------------------------
	## Tablets
--------------------------------------------------------------*/

@media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {

	body, button, input, select, textarea {
		font-size: 18px;
	}

	body .wrapper,
	body .wrapper-small {
		max-width: 748px;
	}	

	/* header */
	.header-middle {
		display: none;
	}
	.header-left {
		width: auto;
	}
	.header-right {
		width: auto;
		display: flex;
		align-items: center;
	}
	.header-bottom {
		display: none;
	}
	body #navigation {
		display: none;
	}
	body #mobile-navigation {
		display: block;
	}

	.page-bg {
		height: 450px;
	}

	.news .post-s1:nth-child(3n + 2)::before, .news .post-s1:nth-child(3n + 2)::after, .related-posts .post-s1:nth-child(3n + 2)::before, .related-posts .post-s1:nth-child(3n + 2)::after {
		left: -17px;
	}

	.section-intro-title,
	.contact-subtitle,
	.team-item-subtitle {
		font-size: 65px;
	}

	/* hero */
	.hero-inner {
		
	}

		.hero-primary svg {
			width: 300px;
		}

		.hero-title {
			font-size: 65px;
		}

	/* about */
	.about-subtitle {
		font-size: 60px;
	}

	/* services */

	.services-primary,
	.services-secondary {
		width: 48%;
	}

	/* contact */

	.contact-info-item-content {
		font-size: inherit;
	}

		.contact-info-item-title {
			width: 120px;
		}

	/* accordion */

	.accordion-item-content-inner {
		padding-right: 0;
	}

	/* post s1 */
	body .layout-classic-v1 .post-s1-thumb {
		width: 100px;
	}
	body .post-s1-title {
		font-size: 22px;
	}

	/* post s3 */
	body .post-s3-main {
		padding: 15px;
	}
	body .post-s3-cats {
		display: none;
	}
	body .post-s3-title {
		font-size: 20px;
		margin-bottom: 0;
	}
	body .post-s3-excerpt {
		display: none;
	}
	body .post-s3-meta {
		display: none;
	}

	/* single */
	body .page-title,
	body .blog-post-single-title {
		font-size: 30px;
	}

	.section-intro-subtitle {
		font-size: 52px;
	}

	.accordion-item-title {
		font-size: 40px;
	}

	/* tagline */

	.tagline-subtitle {
		font-size: 52px;
	}

	/* about */

	

	/* services */

	.services-item-title,
	.services-subtitle {
		font-size: 40px;
	}

	.services-item {
		flex-wrap: wrap;
	}

		.services-item-primary,
		.services-item-secondary {
			width: 100%;
		}

	/* services s2 */

	.services-s2-item-subtitle {
		font-size: 40px;
	}
	.services-s2-item-title {
		font-size: 32px;
	}

	/* sectors */

	.sectors-primary {
		padding: 30px;
	}

		.sectors-subtitle,
		.sectors-item-title {
			font-size: 40px;
		}

	/* news */

	.post-s1-title {
		font-size: 40px;
	}

	/* cta */

	.cta-subtitle {
		font-size: 40px;
	}

	/* info box */

	.info-box-subtitle {
		font-size: 40px;
	}

	/* partners */

	.partners-subtitle {
		font-size: 40px;
	}

	/* footer */

	.footer-intro-title {
		font-size: 52px;
	}

	#footer-widgets .widget:first-child {
		width: auto;
		border: 0;
	}

	#footer-widgets .widget {
		padding: 0;
		margin-right: 40px;
	}

	#footer-widgets {
		padding-bottom: 40px;
	}

}

/*--------------------------------------------------------------
	## Phones ( landscape + portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 767px ) {

	body, button, input, select, textarea {
		font-size: 18px;
	}

	/* columns */

	body .col {
		margin-right: 0;
		width: 100% !important;
	}

	/* header */
	.header-top {
		padding-left: 20px;
		padding-right: 20px;
	}
	#header .wrapper {
		max-width: 95%;
	}
	.header-middle {
		display: none;
	}
	.header-left {
		width: auto;
	}
	.header-right {
		width: auto;
		display: flex;
		align-items: center;
	}
	.header-bottom {
		display: none;
	}
	body #navigation {
		display: none;
	}
	body #mobile-navigation {
		display: block;
	}
	#logo {
		width: 108px;
	}

	/* main */
	body #main {
		
	}

	.btn {
		font-size: inherit;
    	padding: 10px 15px;
	}

	.btn-simple {
		font-size: inherit;
	}

	/* post s1 */
	body .layout-classic-v1 .post-s1-thumb {
		width: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		background: #f8f8f8;
	}
		body .layout-classic-v1 .post-s1-thumb img {
			width: auto;
		}
	body .post-s1-main {
		float: none;
		overflow: visible;
	}
		body .post-s1-title {
			
		}

	/* post s3 */
	body .post-s3-main {
		padding: 20px;
	}
		body .post-s3-cats {
			display: none;
		}
		body .post-s3-title {
			font-size: 16px;
		}
		body .post-s3-excerpt {
			display: none;
		}

	/* single */

	.blog-post-single-image {
		margin-bottom: 60px;
	}

	body .page-title,
	body .blog-post-single-title {
		font-size: 35px;
	}

	.blog-post-single-meta {
		font-size: inherit;
	}

	.page-bg {
		height: 400px;
	}

	/* section intro */

	.section-intro-title {
		text-align: left;
		font-size: 40px;
	}

	.section-intro-subtitle {
		
	}

	.section-intro-btns {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		margin-top: 30px;
	}

	.accordion-item-title {
		font-size: 40px;
	}

	.accordion-item {
		flex-wrap: wrap;
	}

		.accordion-item-primary,
		.accordion-item-secondary {
			width: 100%;
		}

		.accordion-item-secondary {
			margin-top: 20px;
		}

	/* tagline */

	.tagline:has(.tagline-image) {
		padding-bottom: 80px;
	}

	.tagline-subtitle {
		font-size: 45px;
	}

	.tagline-graphic svg {
		width: 80px;
	}

	.tagline-image {
		margin-top: 70px;
	}

	/* hero */

	body.home .hero-inner {
		min-height: 0;
	}

	.hero-inner {
		flex-wrap: wrap;
		justify-content: flex-end;
		flex-direction: column;
		padding-bottom: 113px;
		padding-top: 146px;
	}

		.hero-primary,
		.hero-secondary {
			width: 100%;
		}

		.hero-primary {
			margin-bottom: 30px;
		}

			.hero-primary svg {
				max-width: 90%;
			}

			.hero-title {
				font-size: 40px;
			}

	/* about */
	.about-inner {
		padding: 80px 0;
	}

		.about-inner {
			flex-wrap: wrap;
		}

			.about-primary {
				width: 100%;
				order: 2;
				margin-top: 40px;
			}

			.about-secondary {
				width: 100%;
				margin-top: 0;
			}

				.about-subtitle {
					font-size: 40px;
				}
	

	/* services */

	.services {
		padding: 80px 0;
	}

		.services-inner {
			flex-wrap: wrap;
		}

			.services-primary,
			.services-secondary {
				width: 100%;
			}

			.services-secondary {
				margin-top: 40px;
			}

			.services-item-title,
			.services-subtitle {
				font-size: 40px;
			}

			.services-item {
				flex-wrap: wrap;
			}

				.services-item-primary,
				.services-item-secondary {
					width: 100%;
				}

	/* services s2 */

	.services-s2 {
		padding: 80px 0;
		padding-top: 0;

	}

	.services-s2-item {
		flex-wrap: wrap;
	}

		.services-s2-item-primary,
		.services-s2-item-secondary {
			width: 100%;
		}

		.services-s2-item-secondary {
			
			display: block;
		}

			.services-item-btns {
				margin-left: 0;
				margin-top: 30px;
			}
			

	.services-s2-item-subtitle {
		font-size: 40px;
	}

	.services-s2-item-graphic svg {
		width: 80px;
	}

	.services-s2-item:last-child {
		padding-bottom: 0;
	}

	/* sectors */

	.sectors,
	body.home .sectors {
		padding: 80px 0;
	}

		.sectors-inner {
			flex-wrap: wrap;
		}

			.sectors-primary,
			.sectors-secondary {
				width: 100%;
			}

			.sectors-primary {
				padding: 30px;
				margin-top: 0;
			}

			.sectors-subtitle,
			.sectors-item-title {
				font-size: 35px;
			}

			.sectors-secondary {
				margin-top: 40px;
			}

	/* team */

	.team {
		padding: 80px 0;
	}
	
		.team-item:nth-child(even) .team-item-primary {
			order: 0;
		}

		.team-item-inner {
			flex-wrap: wrap;
		}

			.team-item-primary,
			.team-item-secondary {
				width: 100%;
			}

			.team-item-secondary {
				margin-top: 40px;
			}

			.team-item-subtitle {
				font-size: 50px;
			} 

	/* team s2 */

	.team-s2 {
		padding: 80px 0;
	}

		.team-s2 .carousel-nav {
			margin-bottom: 10px;
		}

		.team-s2-item-title {
			font-size: 32px;
		}

		.team-s2-item-subtitle {
			font-size: 25px;
		}

	/* news */

	.news {
		padding: 80px 0;
	}

	/* news s2 */

	.news-s2 {
		padding: 80px 0;
	}

		.news-s2 .carousel-nav {
			margin-bottom: 10px;
		}

		.post-s1-title {
			font-size: 30px;
		}

		.post-s1 {
			width: 100%;
		}

	/* cta */

	.cta {
		padding: 80px 0;
	}

		.cta-inner {
			flex-wrap: wrap;
		}

			.cta-primary,
			.cta-secondary {
				width: 100%;
			}

				.cta-subtitle {
					font-size: 40px;
				}

			.cta-secondary {
				margin-top: 40px;
			}

			.cta-image-graphic svg {
				width: 80px;
			}

	/* info box */

	.info-box {
		padding: 80px 0;
	}

	.info-box-subtitle {
		font-size: 40px;
	}

	/* partners */

	.partners {
		
	}

		.partners-inner {
			flex-wrap: wrap;
			padding: 80px 0;
		}

			.partners-primary,
			.partners-secondary {
				width: 100%;
			}

				.partners-subtitle {
					font-size: 40px;
				}

			.partners-secondary {
				margin-top: 40px;
			}

				.partners-items {
					grid-template-columns: repeat(3, 1fr);
					grid-row-gap: 40px;
				}
	
	/* related posts */

	.related-posts {
		padding: 80px 0;
	}

		.related-posts-title {
			margin-bottom: 50px;
		}

		.related-posts .post-s1 {
			margin-bottom: 40px;
		}

		.related-posts .post-s1:last-child {
			margin-bottom: 0;
		}
	
	/* contact */

	.contact {
		padding: 70px 0;
	}

	.contact-inner {
		flex-wrap: wrap;
	}

		.contact-primary,
		.contact-secondary {
			width: 100%;
			margin-right: 0;
		}

		.contact-primary {
			margin-bottom: 50px;
		}

			.contact-subtitle {
				font-size: 40px;
			}

		.contact-secondary {
			margin-top: 0;
		}

	/* contact */

	.contact-info-v2 {
		padding: 80px 0;
	}

		.contact-info-v2-inner {
			flex-wrap: wrap;
		}

			.contact-info-v2-primary,
			.contact-info-v2-secondary {
				width: 100%;
			}

			.contact-info-v2-secondary {
				margin-top: 40px;
			}

	/* content */

	.blog-post-single-main, .page-single-main {
		padding: 70px 0;
	}

	/* sidebar */
	body #sidebar {
		margin-top: 50px;
	}

	/* footer */
	.footer-title {
		font-size: 40px;
	}
	#footer {
		padding-top: 80px;
	}
	body #footer-widgets {
		padding: 30px 0;
	}
		body #footer-widgets .widget {
			margin-top: 35px !important;
		}
		body #footer-widgets .widget:first-child {
			margin-top: 0 !important;
		}
	body #footer-copyright,
	body #footer-navigation {
		float: none;
	}
	body #footer-navigation {
		
	}
		body #footer-navigation .menu > li {
			margin-bottom: 10px;	
		}

	/* other */
	body .comment .children {
		margin-left: 0;
	}

	body blockquote {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}

	body .post-s2-thumb img {
		width: 100%;
	}

	#footer-widgets .widget:first-child {
		width: auto;
		border: 0;
	}

	.footer-widgets-inner {
		flex-wrap: wrap;
	}

	#footer-widgets .widget {
		padding: 0;
		margin-right: 40px;
		width: 100%;
	}

	#footer-widgets {
		padding-bottom: 40px;
	}

	.footer-intro-title {
		font-size: 45px;
	}

	.footer-bottom-inner {
		flex-wrap: wrap;
	}

		#footer-navigation,
		#footer-copyright {
			width: 100%;
			margin: 0;
			text-align: left;
		}

		#footer-copyright {
			margin-top: 20px;
		}

}

/*--------------------------------------------------------------
	## Phones ( landscape )
--------------------------------------------------------------*/

@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {

	body .wrapper,
	body .wrapper-small {
		max-width: 420px;
	}

}

/*--------------------------------------------------------------
	## Phones ( portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 479px ) {

	body .wrapper,
	body .wrapper-small {
		max-width: 95%;
	}

	body .wrapper .wraper,
	body .wrapper .wrapper-small {
		width: 100%;
	}

	/* featured 2 */
	body .post-s3-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	body .post-s3-meta {
		display: block;
	}

}

.cover {
    display: block;
    z-index: 999999;
    position: absolute;
    top: 23px;
    left: 0;
    /* right: 0; */
    width: 100%;
    height: 9000px;
    background-image: url("images/screen-news.png");
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0.5;
    background-size: auto;
}