/*
	Theme Name: SK UNR
	Author: Worck
	Author URI: https://worck.nl/
	Description: Custom theme
	Version: 1.0.30
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: sk-unr
	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: #332680;
	font-size: 18px;
	font-weight: 400;
	font-family: "Inter", serif;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	color: #372275;
	line-height: 1.45;
	font-weight: 700;
	font-family: "Inter";
}

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: 0 0 0 10px;
}

ul {
	list-style: disc;
}

ol {
	list-style: 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: #0085cb;
	color: #fff;
	text-align: left;
}

table td,
table th {
	padding: 10px;
	text-align: left;
}

table tbody th {
	background: #0085cb;
	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;
	background: #0085cb;
	padding: 0 22px;
	margin: 0;
	border-radius: 0;
	
	padding: 16px 20px;
	background: #007bc4;
	border: 1px solid #007bc4;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

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,
select {
	background: rgb(239, 239, 239);
    border: 0;
	color: #372275;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	padding: 13px;
	max-width: 100%;
	box-sizing: inherit;
	outline: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #372275;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder {
	color: rgba(55, 34, 117, 0.65);
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #0085cb;
}

/*--------------------------------------------------------------
	## 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 {
	max-width: 1440px;
	margin: 0 auto;
}

.wrapper-s {
	max-width: 1240px;
	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-bg {
	min-height: 100vh;
	z-index: -1;
	background-size: cover, cover;
	background-position: center, top;
	background-image: url("images/page-bg.svg");

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-blend-mode: soft-light;
}

body.archive .page-bg,
body.search .page-bg,
body.page-template-default .page-bg,
body.error404 .page-bg,
body.single-post .page-bg {
	min-height: 55vh;
}

body.page-template-template-news .page-bg {
	min-height: 0;
}

/*--------------------------------------------------------------
	# Header
--------------------------------------------------------------*/

#header {
	position: relative;

	position: sticky;
    top: 0;
    z-index: 999999;
}

body:has(.hero) #header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

body.home #header,
#header.sticky {
	background: #fff;
}

	.header-inner {
		padding: 38px 50px;
		display: flex;
		justify-content: space-between;
	}

		.header-secondary {
			display: flex;
			align-items: center;
		}

			.header-search {
				margin-left: 40px;
				position: relative;
			}

				.header-search input[type="search"] {
					background: #fff;
					border: 1px solid #372275;
				}

				.header-search button {
					position: absolute;
					right: 0;
					top: 0;
					color: inherit;
					background-color: transparent;
					border: 0;
				}

/*--------------------------------------------------------------
	## Logo
--------------------------------------------------------------*/

#logo {
	position: relative;
	line-height: 0;
	display: none;
}

#header.sticky #logo {
	display: block;
}
	
	#logo a,
	#logo img {
		display: inline-block;
	}

	#logo img {
		height: 50px;
		width: auto;
	}

	#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
--------------------------------------------------------------*/

#navigation {
	float: right;
	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;
				font-size: 16px;
				margin-left: 8px;
				vertical-align: middle;
				line-height: 1;
			}

			/* Top level item anchor */
			#navigation .menu > li > a {
				display: inline-block;
				text-decoration: none;
				vertical-align: middle;
				color: #fff;
				font-size: 18px;
				font-weight: 400;
				line-height: 26px;
				padding: 0;
				border-bottom: 3px solid transparent;
			}

			body.home #navigation .menu > li > a,
			#header.sticky #navigation .menu > li > a {
				color: #362274;
			}

			/* Top level item anchor hover */
			#navigation .menu > li > a:hover {
				color: #fff;
			}

			#navigation .menu > li:has(ul):hover > a {
				border-bottom-color: #362274;
			}

			body.home #navigation .menu > li > a:hover,
			#header.sticky #navigation .menu > li > a:hover {
				color: #362274;
			}

			/* Top level item anchor current */
			#navigation .menu > li.current-menu-item > a,
			#navigation .menu > li.current-menu-ancestor > a {
				color: #fff;
				font-weight: 600;
			}

			body.home #navigation .menu > li.current-menu-item > a,
			body.home #navigation .menu > li.current-menu-ancestor > a,
			#header.sticky #navigation .menu > li.current-menu-item > a,
			#header.sticky #navigation .menu > li.current-menu-ancestor > a {
				color: #362274;
			}

	/* Submenu */
	#navigation .menu ul {
		background: #fff;
		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;
		border-radius: 5px;
		box-shadow: 0px 0px 11px rgba( 0, 0, 0, 0.1 );
	}

		/* 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: #372275;
				font-size: 15px;
				font-weight: 400;
				line-height: 15px;
				border-bottom: 1px solid rgba( 0, 0, 0, 0.05 );
				padding-top: 15px;
				padding-bottom: 15px;
			}

			/* add anchor right for the submenu items */
			#navigation .menu ul li > a:after {
				content: "\f105";
				font-family: "FontAwesome";
				font-weight: 900;
				display: inline-block;
				float: right;
				margin-left: 10px;
			}

			/* 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 {
				 text-decoration: underline;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li.current-menu-item > a {
				text-decoration: underline;
			}

		/* 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;
}
	
	#mobile-navigation .fa {
		font-size: 18px;
	}

	.header-mobile-nav-hook {
		display: inline-block;
		cursor: pointer;
		line-height: 30px;
        width: 40px;
        text-align: center;
        border: 1px solid #fff;
		color: #fff;
		cursor: pointer;
		position: relative;
	}

	body.home .header-mobile-nav-hook,
	#header.sticky .header-mobile-nav-hook {
		border: 1px solid #372275;
		color: #372275;
	}
    
/* mobile navigation */
.mobile-navigation-menu {
    display: none;
    background: #362274;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 10px;
    right: 10px;
    z-index: 99999;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba( 0, 0, 0, 0.2 );
}

.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.2 );
    }

    .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;
            font-size: 16px;
            line-height: 59px;
            padding: 0 20px;
            color: #fff;
            border-bottom: 1px solid rgba( 0, 0, 0, 0.1 );
        }

        /* 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;
            text-decoration: underline;
        }

/* Submenu */
.mobile-navigation-menu .menu ul {
    /* border-top: 1px solid #ddd; */
    padding-left: 10px;
    display: none;
    background: #251656;
}

/* 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: 10px;
            top: 0;
            line-height: 61px;
            width: 30px;
            height: 61px;
            text-align: center;
            cursor: pointer;
            color: #fff;
            font-size: 13px;
        }

        .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: 80px 0;
	padding-top: 0;
}

body.home #main {
    padding: 0;
}

.btn {
	display: inline-block;
	padding: 16px 20px;
	background: #007bc4;
	border: 1px solid #007bc4;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

.btn-c2 {
	background: transparent;
	border-color: #372275;
	color: #372275;
}

.section-intro {
	margin-bottom: 48px;
}

	.section-intro-title {
		font-size: 24px;
		color: #e30613;
		text-transform: uppercase;
		font-weight: 600;
		margin-bottom: 0;
		letter-spacing: 1px;
	}

	.section-intro-subtitle {
		font-size: 58px;
		line-height: 1.2;
		margin-top: 12px;
		margin-bottom: 0;
	}

	.section-intro-subtitle:first-child {
		margin-top: 0;
	}

.tns-controls {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

	.tns-controls button {
		padding: 0;
		width: 50px;
		background: transparent;
	}

		.tns-controls button svg {
			width: auto;
			height: 40px;
		}

			.tns-controls button svg path {
				stroke: #ffd000;
			}

	.tns-controls button:last-child svg {
		transform: rotate(180deg);
	}

.tns-nav {
	text-align: center;
	margin-top: 60px;
}

	.tns-nav button {
		width: 11px;
		height: 11px;
		border-radius: 50%;
		background: #e0dfcc;
		border: 0;
		margin: 0 5px;
		padding: 0;
	}

	.tns-nav button.tns-nav-active {
		background: #0083cb;
	}

/*--------------------------------------------------------------
	## Hero
--------------------------------------------------------------*/

.hero {
	background: #000;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

	.hero-wrap {
		width: 100%;
	}

	.hero-bg-cover {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0.3;
	}

		.hero-bg-cover img {
			display: block;
			object-fit: cover;
			object-position: bottom right;
			mix-blend-mode: lighten;
			height: 100%;
			width: 100%;
		}

	.hero-bg-cover-2 {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

		.hero-bg-cover-2 img {
			display: block;
			object-fit: cover;
			object-position: center;
		}

	.hero-bg-cover-3 {
		position: absolute;
		top: 90px;
		left: 0;
		right: 0;
		bottom: 0;
		width: 2160px;
		width: 100%;
	}

		.hero-bg-cover-3 img {
			display: block;
			/* object-fit: contain; */
			/* object-position: top left; */
			/* width: 100%; */
			width: 54%;
		}
	
	.hero-bg-video {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden;
	}

		.hero-bg-video video {
			display: block;
			object-fit: cover;
			object-position: center;
			height: 100%;
			width: 100%;
		}

    .hero-inner {
		padding: 60px 0;
		padding-top: 140px;
		min-height: 100vh;
		display: flex;
		align-items: flex-start;
		position: relative;
    }

	.hero-inner:has(.hero-info) {
		align-items: center;
		padding-top: 120px;
	}

        .hero-logo {

        }

			.hero-logo img {
				width: 569px;
			}

        .hero-main {
			display: flex;
			justify-content: space-between;
			margin-top: 120px;
			}

            .hero-primary {
				width: 45%;
            }

				.hero-cta {
					display: flex;
					align-items: center;
				}

					.hero-cta-primary {
						margin-right: 20px;
					}

						.hero-cta-play {
							width: 60px;
							height: 60px;
							border-radius: 50%;
							border: 3px solid #332680;
							color: #332680;
							font-size: 18px;
							display: flex;
							align-items: center;
							justify-content: center;
							cursor: pointer;
						}

					.hero-cta-secondary {
						
					}

						.hero-cta-title {
							font-size: 20px;
							color: inherit;
							margin-bottom: 0;
						}

						.hero-cta-content {
							font-size: inherit;
							color: inherit;
						}

            .hero-secondary {
				width: 50%;
            }

                .hero-info {
					padding: 70px 60px;
					background: #fff;
					}

                    .hero-info-title {
						font-size: 58px;
						line-height: 1.2;
						margin-bottom: 0;
                    }

                    .hero-info-content {
						margin-top: 33px;
						}

                    .hero-info-btns {
						margin-top: 55px;
						}

.hero-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: #fff;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: none;
}

.hero-video.active {
	display: flex;
}

	.hero-video-top {
		padding: 30px 0;
		width: 100%;
	}

		.hero-video-top-inner {
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

			.hero-video-top-primary {

			}

			.hero-video-top-secondary {

			}

				.hero-video-top-secondary img {
					display: block;
					height: 60px;
				}

	.hero-video-main {
		position: relative;
		flex: 1;
		min-height: 0;
	}

		.hero-video-player {
			position: relative;
			overflow: hidden;
			max-height: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
		}

			.hero-video-player::before,
			.hero-video-player::after {
				content: '';
				display: block;
				position: absolute;
				background: #fff;
				content: '';
				display: block;
				position: absolute;
				height: 44%;
				width: 50vw;
			}

			.hero-video-player::before {
				background: #fff;
				right: 100%;
				top: 0;
				margin-right: -100px;
			}

			.hero-video-player::after {
				background: #fff;
				left: 100%;
				bottom: 0;
				margin-left: -100px;
			}

			.hero-video-player video {
				display: block;
				width: auto;
				height: auto;
				max-width: 100%;
				max-height: 100%;
			}


			.hero-video-close,
			.hero-video-audio-toggle {
				position: absolute;
				top: 30px;
				right: 30px;
				font-size: 20px;
				color: #fff;
				line-height: 1;
				display: flex;
				align-items: center;
				justify-content: center;
				width: 40px;
				height: 40px;
				border-radius: 50%;
				border: 2px solid #fff;
				cursor: pointer;
			}

			.hero-video-audio-toggle {
				top: auto;
				right: auto;
				bottom: 30px;
				left: 30px;
			}

/*--------------------------------------------------------------
	## Tagline
--------------------------------------------------------------*/

.tagline {
	position: relative;
}

body.single-post .tagline,
body.single-sk_services .tagline,
body.single-sk_team .tagline {
	margin-top: 0 !important;
}

body.single-sk_team .tagline {
	text-align: center;
}

/*
.page-bg::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(images/hero-1.svg);
	background-position: top left;
	mix-blend-mode: soft-light;
	
}
*/

	.tagline-shape {
		
	}

		.tagline-shape img {
			display: block;
		}

		body.single-post .tagline-shape,
		body.single-sk_services .tagline-shape,
		body.single-sk_team .tagline-shape {
			transform: scaleX(-100%);
		}

	.tagline-inner {
		background: #fff;
		padding-top: 70px;
		position: relative;
	}

		.tagline-main {
			padding-bottom: 1px;
			position: relative;
		}

			.tagline-icon {
				margin-bottom: 30px;
			}

				.tagline-icon img {
					height: 60px;
				}

			body.single-sk_team .tagline .section-intro-title {
				color: #33bab6;
			}

			.tagline-content {
				width: 790px;
				max-width: 100%;
				margin-top: 37px;
			}

			.tagline-content-col-2 {
				column-count: 2;
				column-gap: 30px;
				width: auto;
			}

			.tagline-btns {
				margin-top: 40px;
			}

/*--------------------------------------------------------------
	## Services
--------------------------------------------------------------*/

.services {
	padding: 185px 0 177px;
	background: #e8fbfb;
}

.services .section-intro-title {
	color: inherit;
}

.services .section-intro-subtitle {
	font-size: 90px;
	color: #0a9e9e;
	width: 900px;
	max-width: 100%;
	line-height: 1.1;
	margin-top: 4px;
}

    .services-inner {
		position: relative;
    }

        .services-items {
			display: grid;
			grid-template-columns: repeat( 3, 1fr );
			gap: 120px;
			width: 1140px;
			max-width: 100%;
			margin-top: 116px;
			}

            .services-item {

            }

                .services-item-media {

                }

					.services-item-media img {
						height: 76px;
						width: auto;
						display: block;
					}

                .services-item-title {
					margin-bottom: 0;
					font-size: inherit;
					margin-top: 30px;
					font-size: 20px;
					}

                .services-item-content {

                }

                .services-item-btns {

                }

                    .services-item-btns a {
						color: #009a9a;
						text-decoration: underline;
                    }

        .services-btns {
			position: absolute;
			top: 24px;
			right: 0;
			}

            .services-btns a {

            }

            .services-btns .btn {

width: 235px;

}

/*--------------------------------------------------------------
	## Services S2
--------------------------------------------------------------*/

.services-s2 {
	padding: 38px 0 162px;
}

body.single-sk_services .services-s2 {
	background: #e8fbfb;
	padding-top: 160px;
}

    .services-s2-inner {

    }

        .services-s2-items {
			display: grid;
			grid-template-columns: repeat( 2, 1fr );
			gap: 30px;
			margin-top: 54px;
			}

            .services-s2-item {
				background-size: cover;
				background-position: center;
				padding: 59px 55px 100px;
				color: #fff;
				background-color: #362274;
				}

			.services-s2-item:nth-child(2) {
				background: #33bab6;
			}

			.services-s2-item:nth-child(3) {
				background: #ea580e
			}

                .services-s2-item-media {

                }

					.services-s2-item-media img {
						display: block;
						height: 70px;
						width: auto;
						filter: brightness(0) invert(1);
					}

                .services-s2-item-title {
					color: inherit;
					margin-bottom: 0;
					margin-top: 36px;
					}

					.services-s2-item-title a {
						color: inherit;
					}

                .services-s2-item-content {
					margin-top: 26px;
					}

                .services-s2-item-btns {
					margin-top: 27px;
					}

                    .services-s2-item-btns a {
						color: inherit;
						text-decoration: underline;
                    }

        .services-s2-items-btns {
			margin-top: 58px;
			text-align: center;
			}

.service-single {
	padding: 50px 0 150px;
}

/*--------------------------------------------------------------
	## QA
--------------------------------------------------------------*/

.qa {
	padding: 171px 0;
	background-size: cover;
	background-position: center;
}

.qa .section-intro-title,
.qa .section-intro-subtitle {
	color: #fff;
}

    .qa-inner {

    }

        .qa-items {
			display: grid;
			grid-template-columns: repeat( 3, 1fr );
			gap: 40px;
			margin-top: 48px;
			}

            .qa-item {
				background: #fff;
				padding: 43px 50px 83px;
				}

                .qa-item-title {
					font-size: 26px;
					margin-bottom: 0;
                }

                .qa-item-content {
					margin-top: 23px;
					}

                .qa-item-btns {
					margin-top: 18px;
					}

                    .qa-item-btns a {

                    }

                    .qa-item-btns .btn {

width: 226px;

max-width: 100%;

}

/*--------------------------------------------------------------
	## Team
--------------------------------------------------------------*/

.team {
	padding: 150px 0 133px;
}

	body.page-template-template-about-php .section-intro {
		text-align: center;
	}

    .team-inner {

    }

        .team-intro {
			display: flex;
			justify-content: space-between;
			align-items: center;
        }

            .team-intro-primary {
				width: 600px;
				max-width: 60%;
            }

                .team-intro-primary strong {

                }

            .team-intro-secondary {

            }

        .team-items {
			margin-top: 67px;
			display: grid;
			grid-template-columns: repeat( 3, 1fr );
			gap: 30px;
			}

            .team-item {

            }

                .team-item-media {
					position: relative;
                }

					.team-item-media img {
						display: block;
					}

					.team-item-media-1,
					.team-item-media-2 {
						display: block;
						position: absolute;
						top: 0;
						left: 0;
						right: 0;
						bottom: 0;
					}

					.team-item-media-1 img,
					.team-item-media-2 img {
						width: 100%;
						height: 100%;
						object-fit: cover;
						object-position: center;
					}

					.team-item-media-2 {
						opacity: 0;
						transition: .5s opacity;
					}

					.team-item:hover .team-item-media-2 {
						opacity: 1;
					}

                .team-item-main {
					margin-top: 31px;
					}

                    .team-item-title {
						font-size: 27px;
						color: #33bab6;
						margin-bottom: 0;
                    }

						.team-item-title a {
							color: inherit;
						}

                    .team-item-subtitle {
						margin-top: 0px;
						}

.team-items-s2 {
	display: flex;
	flex-wrap: wrap;
}

	.team-item-s2 {
		width: 100px;
		margin-right: 20px;
	}

		.team-item-s2-title {
			font-size: 16px;
			margin-bottom: 0;
		}

/*--------------------------------------------------------------
	## Team Single
--------------------------------------------------------------*/

.team-single {
	
}

	.team-single-wrap {
		background: #fff;
		padding-top: 82px;
	}
	
	.team-single-inner {
		display: flex;
		justify-content: space-between;
		position: relative;
	}

		.team-single-nav {
			position: absolute;
			right: 0;
			top: 0;
			display: flex;
		}

			.team-single-nav a {
				padding: 2px 19px;
				font-size: 36px;
				line-height: 1;
			}

		.team-single-primary {
			width: 36.75%;
			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: 57%;
			padding-top: 21px;
		}

			.team-single-secondary-top {
				display: flex;
				justify-content: space-between;
				/* align-items: center; */
			}

				.team-single-secondary-top-p {

				}

					.team-single-title {
						font-size: 27px;
						margin-bottom: 0;
						color: #33bab6;
					}
		
					.team-single-subtitle {
						font-size: 18px;
						margin-top: 0px;
						margin-bottom: 0;
					}

				.team-single-secondary-top-s {

				}

					.team-single-social {
					margin-top: 13px;
					}
		
						.team-single-social a {
							display: inline-block;
							margin-right: 13px;
							font-size: 25px;
							color: #33bab6;
						}

			.team-single-content {
				margin-top: 30px;
			}

			.team-single-file {
				margin-top: 58px;
			}

				.team-single-file img {
					width: 52px;
					margin-right: 14px;
				}

			.team-single-terms {
				margin-top: 20px;
			}

			

	.team-single-recognitions {
		background: #e8fbfb;
		padding: 110px 0 162px;
		margin-top: 130px;
	}

		.team-single-recognitions-inner {
			display: flex;
			justify-content: space-between;
		}

			.team-single-recognitions-primary {
				margin-right: 110px;
			}

				.team-single-recognitions-primary h4 {
					font-size: 52px;
					line-height: 1;
				}

			.team-single-recognitions-secondary {
				padding-top: 20px;
			}

/*--------------------------------------------------------------
	## News Filters
--------------------------------------------------------------*/

.news-filters {
	padding: 150px 0 0;
}

    .news-filters-inner {
		display: flex;
		justify-content: space-between;
		}

        .news-filters-primary {

        }

		.news-filters-secondary {

        }

            .news-filters-item-title {
				font-weight: 500;
				margin-bottom: 20px;
            }

            .news-filters-items {
				display: flex;
            }

                .news-filters-item {
					margin-right: 10px;
					display: flex;
					width: 282px;
                }

				.news-filters-item:first-child:last-child {
					width: 465px;
				}

				.news-filters-item:has(button:first-child:last-child) {
					width: auto;
				}

				.news-filters-item input:last-child {
					margin-right: 0;
				}

                    .news-filters-item input,
					.news-filters-item select {
						background: transparent;
						border: 1px solid #007bc4;
						color: #007bc4;
						font-size: 16px;
						width: 100%;
                    }

					.news-filters-item input::placeholder {
						color: rgba(0, 123, 196, 0.65);
					}

					.news-filters-item select {

                    }

/*--------------------------------------------------------------
	## News
--------------------------------------------------------------*/

.news {
	padding: 165px 0 150px;
}

/* .news when before it is .news-filters */
.news-filters + .news {
	padding-top: 50px;
}

body.home .news {
	background: #e8fbfb;
}

body.single-post .news {
	margin-top: 50px;
	padding-top: 100px;
	border-top: 1px solid #372275;
}

	body.page-template-template-services .news .section-intro {
		text-align: center;
	}

    .news-inner {

    }

        .news-items {
			display: grid;
			grid-template-columns: repeat( 3, 1fr );
			gap: 66px;
		}

		.news:has(.section-intro) .news-items,
		.news-items:first-child {
			margin-top: 75px;
		}

		body.page-template-template-news-php .news-items {
			margin-top: 0;
		}

            .news-item {
				background: #362274;
            }

			.news-item:nth-child(odd) {
				margin-top: 50px;
			}

			body:has(.news-filters) .news-item,
			body.archive .news-item,
			body.search .news-item,
			body.single-post .news-item,
			body.single-sk_services .news-item {
				margin-top: 0;
			}

                .news-item-media {
					position: relative;
                }

					.news-item-media img {
						display: block;
						width: 100%;
						aspect-ratio: 3 / 2;
						object-fit: cover;
						object-position: center;
					}

					.news-item-tags {
						position: absolute;
						bottom: 5px;
						left: 15px;
					}

						.news-item-tags a {
							display: inline-block;
							padding: 8px 10px;
							background: #fff;
							border: 1px solid #fff;
							color: #372275;
							font-size: 15px;
							font-weight: bold;
							line-height: 1;
							margin-right: 10px;
							margin-bottom: 10px;
						}

                .news-item-main {
					background: #362274;
					color: #fff;
					padding: 43px;
					padding-bottom: 59px;
					}

                    .news-item-meta {
						display: flex;
						align-items: center;
                    }

                        .news-item-cats {
							margin-right: 10px;
                        }

                            .news-item-cats a {
								display: inline-block;
								font-size: 20px;
								font-weight: bold;
								padding: 10px 40px;
								background: #ed1b24;
								color: #fff;
								margin-right: 10px;
								margin-bottom: 10px;
							}

                        .news-item-read-time {

                        }

                    .news-item-title {
						color: #fff;
						margin-bottom: 0;
						margin-top: 32px;
						font-size: 20px;
						}

						.news-item-title a {
							color: inherit;
						}

                    .news-item-content {
						margin-top: 0px;
						}

                    .news-item-btns {
						margin-top: 27px;
						}

                        .news-item-btns a {
							color: inherit;
							text-decoration: underline;
                        }

        .news-btns {
			text-align: center;
			margin-top: 36px;
		}

			.news-btns .btn {
				width: 228px;
				max-width: 100%;
			}

/*--------------------------------------------------------------
	## CTA
--------------------------------------------------------------*/

.cta {
	background: #362274;
	background-image: url(images/bg-2.png);
	background-repeat: no-repeat;
	background-size: 50% 100%;
}

body.page-template-default .cta,
body.archive .cta {
	margin-top: 150px;
}

    .cta-inner {

    }

        .cta-main {
			width: 50%;
			margin-left: auto;
			padding: 105px 87px 124px;
			padding-right: 0;
			}

            .cta-title {
				color: #fff;
				margin-bottom: 0;
				font-size: 58px;
				line-height: 1.2;
				width: 400px;
				max-width: 100%;
            }

            .cta-content {
				color: #fff;
				margin-top: 29px;
				}

            .cta-btns {
				margin-top: 40px;
				}

                .cta-btns a {

                }

                .cta-btns .btn {

                }

/*--------------------------------------------------------------
	## Clients
--------------------------------------------------------------*/

.clients {
	padding: 190px 0 144px;
}

.clients .section-intro {
	margin-bottom: 60px;
}

	.clients-inner {

	}

		.clients-items {
			/*
			display: flex;
			justify-content: space-between;
			*/
			margin-top: 81px;
		}

			.clients-item {
				margin-right: 50px;
				text-align: center;
			}

			.clients-item:last-child {
				margin-right: 0;
			}

				.clients-item img {
					max-height: 100px;
				}

/*--------------------------------------------------------------
	## Clients s2
--------------------------------------------------------------*/

.clients-s2 {
	padding: 190px 0 144px;
}

.clients-s2 .section-intro {
	margin-bottom: 60px;
}

.clients-s2-items-wrap {
	overflow: hidden;
}

	.clients-s2-items {
		margin-top: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 200%;
		animation: scroll-left 30s linear infinite;
	}

		.clients-s2-item {
			padding: 0 30px;
			width: 300px;
			min-width: 300px;
			text-align: center;
		}

		.clients-s2-item img {
			max-height: 80px;
		}

@keyframes scroll-left {
0% {
	transform: translateX(0)
}

to {
	transform: translateX(-50%)
}
}

/*--------------------------------------------------------------
	## Process
--------------------------------------------------------------*/

.process {
	padding: 165px 0 130px;
	background: #e8fbfb;
}

    .process-inner {
		display: flex;
		justify-content: space-between;
    }

        .process-primary {
			width: 45%;
        }

        .process-secondary {
			width: 51.5%;
			}

            .process-items {
				position: relative;
            }

                .process-item {
					position: relative;
					display: flex;
					align-items: flex-start;
					margin-top: 18px;
					padding-bottom: 24px;
					}

				.process-item:first-child {
					margin-top: 0;
				}

					.process-item::before {
						content: '';
						display: block;
						position: absolute;
						top: 0px;
						bottom: 0;
						left: 21px;
						width: 1px;
						background: #362274;
					}

					.process-item:last-child::before {
						display: none;
					}

                    .process-item-media {
						position: relative;
						margin-right: 47px;
						background: #e8fbfb;
						padding-bottom: 10px;
						padding-top: 11px;
						width: 46px;
						flex-shrink: 0;
					}

						.process-item-media img {
							width: 100%;
						}

                    .process-item-main {
						padding-top: 13px;
					}

                        .process-item-title {
							font-size: inherit;
							margin-bottom: 0;
							font-size: 20px;
							}

                        .process-item-content {
							margin-top: 25px;
							}

/*--------------------------------------------------------------
	## Info Box
--------------------------------------------------------------*/

.info-box {
	padding: 77px 0 153px;
}

body.page-template-template-qa-php .info-box {
	padding-top: 117px;
	padding-bottom: 93px;
}

.info-box-alt {
	background: #e8fbfb;
	padding: 150px 0;
}

body.page-template-template-about .info-box,
body.page-template-template-qa .info-box {
	padding-top: 150px;
}

    .info-box-inner {
		display: flex;
		align-items: center;
	}

	body.page-template-template-about .info-box-inner,
	body.page-template-template-qa .info-box-inner {
		align-items: flex-start;
	}

	.info-box-alt .info-box-inner {
		justify-content: flex-end;
	}

        .info-box-primary {
			width: 45.5%;
		}

		body.page-template-template-about .info-box-primary,
		body.page-template-template-qa .info-box-primary {
			padding-top: 7px;
		}

		.info-box-alt .info-box-primary {
			order: 2;
		}

            .info-box-media {
				height: 100%;
            }

				.info-box-media img {
					width: 100%;
					height: 100%;
					object-fit: cover;
					object-position: center;
				}

        .info-box-secondary {
			width: 700px;
			max-width: 50%;
			padding: 80px 80px;
		}

		body.page-template-template-about .info-box-secondary,
		body.page-template-template-qa .info-box-secondary {
			padding-top: 0;
		}

            .info-box-title {

            }

            .info-box-subtitle {

            }

            .info-box-content {

margin-top: 19px;

}

            .info-box-btns {
				margin-top: 52px;
			}

                .info-box-btns a {

                }

                .info-box-btns .btn {
					margin: 5px;
					margin-left: 0;
                }

				body.page-id-16 .ctw-1 .info-box-btns .btn {
					width: 295px;
				}

/*--------------------------------------------------------------
	## Info Columns
--------------------------------------------------------------*/

.info-columns {
	padding: 150px 0;
}

body.page-template-template-about .info-columns {
	padding-top: 150px;
	padding-bottom: 20px;
}

    .info-columns-inner {

    }


        .info-columns-items {

margin-top: 79px;

}

			.info-columns .carousel {

            }

                .info-columns-item {

                }

				.info-columns-item-color-1 {

				}

				.info-columns-item-color-2 {
					color: #9e5aa3;
				}

				.info-columns-item-color-3 {
					color: #ed1b24;
				}

				.info-columns-item-color-4 {
					color: #0083cb;
				}

                    .info-columns-item-title {
						color: inherit;
						font-size: inherit;
						margin-bottom: 0;
						font-size: 20px;
                    }

					.info-columns-item-title:last-child {
						text-align: center;
					}

                    .info-columns-item-content {

                    }

/*--------------------------------------------------------------
	## Ticker
--------------------------------------------------------------*/

.ticker {
	padding: 150px 0 20px;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
}

	.ticker-inner {
		overflow: hidden;
	}

	.ticker-items {
		display: flex;
		animation: scroll 30s linear infinite;
		cursor: pointer;
		margin: 0;
	}

		.ticker-items div {
			margin: 0 20px;
		}

			.ticker-items div::before {
				/*
				content: "|";
				color: #00b4d8;
				display: inline-block;
				margin: 0 18px;
				*/
			}

			.ticker:hover .ticker-items {
				/*animation-play-state: paused;*/
			}

			.ticker-item-color-1 {

			}

			.ticker-item-color-2 {
				color: #9e5aa3;
			}

			.ticker-item-color-3 {
				color: #ed1b24;
			}

			.ticker-item-color-4 {
				color: #0083cb;
			}

				.ticker-item {
					color: inherit;
					font-size: inherit;
					font-size: 20px;
				}
			
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/*--------------------------------------------------------------
	## Certificates
--------------------------------------------------------------*/

.certificates {
	padding: 150px 0;
	background: #e8fbfb;
}

    .certificates-inner {

    }

        .certificates-items {
			display: flex;
			justify-content: center;
        }

			.certificates-item {
				margin: 0 20px;
			}

/*--------------------------------------------------------------
	## Contact
--------------------------------------------------------------*/			

.contact {
	padding: 10px 0;
	padding-top: 70px;
	background: #fff;
}

    .contact-inner {
		display: flex;
		justify-content: space-between;
    }

        .contact-primary {
			width: 43%;
			}

            .contact-title {
				font-size: 20px;
				margin-bottom: 72px;
				}

            .contact-primary h4 {
				font-size: 20px;
				margin-bottom: 0;
            }

            .contact-primary p {

            }

                .contact-primary p a {

                }

        .contact-secondary {
			width: 49%;
		}

            .contact-form {

            }

				.contact-form input[type="text"],
				.contact-form input[type="email"],
				.contact-form textarea {
					display: block;
					width: 100%;
					padding: 9px 4px;
					border: 0;
					border-bottom: 2px solid #e0dfcc;
					background: transparent;
					font-size: inherit;
					color: inherit;
				}

				.contact-form textarea {
					height: 100px;
				}

/*--------------------------------------------------------------
	## Map
--------------------------------------------------------------*/			

.map {
	padding: 70px 0 135px;
}

	.map iframe {
		height: 490px;
		width: 100%;
	}

/*--------------------------------------------------------------
	## Content
--------------------------------------------------------------*/

#content {
	position: relative;
}

#content ol,
#content ul {
	margin-left: 12px;
}

body.single-post #content,
body.single-sk_services #content {
	background-color: #fff;
}

.blog-post,
.blog-post-single,
.page-single,
.about-author,
#respond,
.comment-inner {
	
}

.blog-post-single-extra {
	display: flex;
	justify-content: space-between;
}

	.blog-post-single-extra-details {
		border-left: 5px solid #007bc4;
		padding: 30px;
		border-radius: 10px;
		background: #f5f5f5;
		min-width: 50%;
	}

		.blog-post-single-extra-details > div {
			border-bottom: 1px solid #ddd;
			padding-bottom: 20px;
			margin-bottom: 20px;
		}

		.blog-post-single-extra-details > div:last-child {
			border-bottom: none;
			padding-bottom: 0;
			margin-bottom: 0;
		}

		.blog-post-single-extra-details h3 {
			font-size: inherit;
			text-transform: uppercase;
			margin-bottom: 10px;
			font-size: inherit;
		}

		.blog-post-single-extra-details .team-item-s2-media img {
			border-radius: 10px;
		}

		.blog-post-single-extra-details .team-item-s2 {
			width: 150px;
			text-align: center;
		}

.post-single-share {
	text-align: right;
	margin-bottom: 20px;
}

	.post-single-share a {
		display: inline-block;
		margin-left: 8px;
		color: #000;
	}

/*--------------------------------------------------------------
	## Blog Post Style 1 - Listing
--------------------------------------------------------------*/

.post-s1 {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}

.post-s1:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

	.post-s1-thumb {
		float: left;
		margin-right: 40px;
	}

	.layout-classic-v2 .post-s1-thumb {
		float: none;
		margin-right: 0;
		margin-bottom: 40px;
	}

		.post-s1-thumb a,
		.post-s1-thumb img {
			display: block;
		}

	.post-s1-main {
		overflow: hidden;
	}

	.layout-classic-v2 .post-s1-main {
		overflow: visible;
	}

		.post-s1-meta {
			color: rgba( 0, 0, 0, 0.5 );
			text-transform: uppercase;
			font-size: 12px;
			font-weight: 600;
			margin-bottom: 10px;
		}

			.post-s1-meta a {
				color: inherit;
			}

		.post-s1-title {
			margin-bottom: 15px;
			font-size: 28px;
			letter-spacing: -1px;
			line-height: 1.2;
		}

			.post-s1-title a {
				color: inherit;
			}

		.post-s1-excerpt {
			margin-bottom: 15px;
		}

		.post-s1-read-more {

		}

			.post-s1-read-more a {
				display: inline-block;
				padding: 12px;
				background: #0085cb;
				color: #fff;
				font-size: 12px;
				line-height: 1;
				text-transform: uppercase;
				font-weight: bold;
			}

		.post-meta-comments {
			margin-left: 7px;
		}

		.post-meta-cats {
			margin-left: 7px;
		}

		.post-meta-cats:before,
		.post-meta-comments:before {
			
		}

		.post-meta-tags {

		}

			.post-meta-tags a {
				display: inline-block;
				padding: 8px 10px;
				background: #007bc4;
				border: 1px solid #007bc4;
				color: #fff;
				font-size: 15px;
				font-weight: bold;
				line-height: 1;
			}

/*--------------------------------------------------------------
	## 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: #0085cb;
				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 {

			}

			.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: #0085cb;
				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-btn {
		margin-bottom: 30px;
	}

	.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 li a,
		.pagination-type-numbered li a {
			display: inline-block;
			background: #0085cb;
			border: 0;
			color: #fff;
			font-size: 14px;
			line-height: 40px;
			text-transform: uppercase;
			padding: 0 20px;
			border: 1px solid #0085cb;
		}

		.pagination-load-more.inactive a,
		.pagination-type-numbered li.inactive a {
			border-color: #0085cb;
			background-color: transparent;
			color: #0085cb;
		}

			.pagination-load-more .fa {
				margin-right: 10px;
			}

/*--------------------------------------------------------------
	## Blog Post - Single
--------------------------------------------------------------*/

	/* thumbnail */
	.blog-post-single-thumb {
		margin-bottom: 30px;
	}

		.blog-post-single-thumb img {
			display: block;
		}

	/* main */
	.blog-post-single-main,
	.page-single-main {
		
	}

	.page-single-main {
		padding: 80px 0;
	}

		.blog-post-single-title,
		.page-title {
			font-size: 35px;
			font-weight: bold;
			line-height: 1.2;
			color: #222;
			letter-spacing: -1px;
			margin-bottom: 20px;
		}

		.search .page-title,
		.archive .page-title {
			margin-bottom: 50px;
		}

		.blog-post-single-meta {
			position: relative;
			margin: 30px 0;
			font-weight: 600;
			margin-top: 20px;
			display: flex;
			font-size: 19px;
			font-weight: 400;
			display: flex;
			justify-content: space-between;
		}

			.blog-post-single-meta-primary {
				display: flex;
			}

		.page-single-title {
			margin-bottom: 30px;
		}

		.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-button {
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		background: #0085cb;
		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-button .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: #0085cb;
					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
--------------------------------------------------------------*/



/*--------------------------------------------------------------
	## 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 #0085cb;
}

/*--------------------------------------------------------------
	## Widget - Tag Cloud
--------------------------------------------------------------*/

.widget .tagcloud {
	font-size: 0;
	line-height: 0;
}

	.widget .tagcloud a {
		display: inline-block;
		line-height: 30px;
		padding: 0 10px;
		background: #0085cb;
		color: #fff;
		font-size: 12px !important;
		font-weight: bold !important;
		text-transform: uppercase;
		margin-right: 10px;
		margin-bottom: 10px;
	}

/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/

#footer {
	
}

/*--------------------------------------------------------------
	## Footer Widgets
--------------------------------------------------------------*/

.footer-widgets {
	padding: 48px 0;
}

	.footer-widgets-inner {
		display: flex;
		justify-content: space-between;
	}

		.footer-widgets .widget:nth-child(1) {
			
		}

		.footer-widgets .widget {
			width: 17.5%;
			margin-right: 32px;
		}

		.footer-widgets .widget:last-child {
			margin-right: 0;
		}

			.footer-widgets .widget-title {
				margin: 0;
				padding: 0;
				font-size: 20px;
				font-weight: 700;
				line-height: inherit;
				margin-bottom: 0;
			}

			.footer-widgets .widget_nav_menu ul {
				list-style-type: none;
				margin: 0;
				padding: 0;
			}

				.footer-widgets .widget_nav_menu li,
				.footer-widgets p {
					margin-bottom: 0;
				}

					.footer-widgets a {
						color: inherit;
						word-wrap: break-word;
						text-decoration: underline;
					}					

/*--------------------------------------------------------------
	## Footer Bottom
--------------------------------------------------------------*/

#footer-bottom {
	
}
	
	/**
	 * Footer Copyright
	 */

	#footer-copyright {
		line-height: 1;	
		border-top: 1px solid #372275;
		padding: 20px 0;
		text-align: right;
		font-size: 16px;
		font-weight: 600;
	}

		#footer-copyright a {
			font-weight: bold;
		}

	/**
	 * Footer Navigation
	 */

	#footer-navigation {
		padding: 20px 0;
	}

		#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: #372275;
					font-size: 16px;
					font-weight: bold;
					line-height: inherit;
					text-decoration: underline;
				}

				/* Top level item anchor hover */
				#footer-navigation .menu > li > a:hover {
					color: #372275;
				}

				/* Top level item anchor current */
				#footer-navigation .menu > li.current-menu-item > a,
				#footer-navigation .menu > li.current-menu-ancestor > a {
					color: #372275;
				}

		/* Submenu */
		#footer-navigation .menu ul {
			display: none;
		}

.sk-scroll-top {
	position: fixed;
	right: 30px;
	bottom: 95px;
	width: 45px;
	height: 45px;
	cursor: pointer;
	display: block;
	border-radius: 100%;
	box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.75rem);
	transition: all 0.2s linear, margin-right 0s;
}

.sk-scroll-top.dark-mode {
	box-shadow: inset 0 0 0 0.1rem rgba(255, 255, 255, 0.25);
}

.sk-scroll-top.progress-done {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
}

	.sk-scroll-top-icon {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		color: #000;
	}

	.sk-scroll-top.dark-mode .sk-scroll-top-icon {
		color: #fff;
	}

		.sk-scroll-top > svg path {
			fill: none;
		}

		.sk-scroll-top > svg.progress-circle path {
			stroke: #000;
			stroke-width: 4;
			box-sizing: border-box;
			transition: all 200ms linear;
		}

		.sk-scroll-top.dark-mode > svg.progress-circle path {
			stroke: #fff;
		}

/*--------------------------------------------------------------
	# Animations
--------------------------------------------------------------*/

@keyframes SKLeonFadeIn {
	0% {
		display: block;
		opacity: 0;
		transform: translateY(-30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
  }

.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
--------------------------------------------------------------*/

@media only screen and ( max-width: 1520px )  {
	.hero-bg-cover-3 {	
		width: 1880px;
	}
}

/*--------------------------------------------------------------
	## Medium Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1426px ) and ( max-width: 1520px )  {

	.wrapper {
		max-width: 1370px;
	}

	.wrapper-s {
		max-width: 1270px;
	}

}

/*--------------------------------------------------------------
	## Normal Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1281px ) and ( max-width: 1425px )  {

	.wrapper {
		max-width: 1270px;
	}

	.wrapper-s {
		max-width: 1170px;
	}

	.header-search input[type="search"] {
		width: 140px;
	}

	.services .section-intro-subtitle {
		font-size: 70px;
	}

	.hero-info-title,
	.section-intro-subtitle,
	.cta-title,
	.team-single-recognitions-primary h4 {
		font-size: 48px;
	}

	.section-intro-title,
	.team-item-title {
		font-size: 20px;
	}

}

/*--------------------------------------------------------------
	## Smaller Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {

	.wrapper {
		max-width: 1000px;
	}

	.wrapper-s {
		max-width: 920px;
	}

	/* tagline */

	.tagline {
		margin-top: 60px !important;
	}

	.page-bg {
		min-height: 1px;
		height: 50vh;
	}

	.header-search {
		margin-left: 22px;
	}

	.header-search input[type="search"] {
		width: 140px;
	}

	#navigation .menu > li {
		margin-right: 15px;
	}

	#navigation .menu > li > a {
		font-size: 16px;
	}

	#logo img {
		height: 35px;
	}



	/* font sizes */

	.services .section-intro-subtitle {
		font-size: 60px;
	}

	.hero-info-title,
	.section-intro-subtitle,
	.cta-title,
	.team-single-recognitions-primary h4 {
		font-size: 38px;
	}

	.section-intro-title,
	.team-item-title,
	.qa-item-title {
		font-size: 20px;
	}

	/* section paddings */

	.services,
	.qa,
	.team,
	.news,
	.clients,
	.services-s2,
	.process,
	.info-box,
	.certificates,
	.news-filters,
	body.single-sk_services .services-s2,
	.team-single-recognitions {
		padding: 120px 0;
	}

	.news-filters {
		padding-bottom: 0;
	}

	/* spacings */
	
	.qa-item,
	.news-item-main,
	.services-s2-item {
		padding: 30px;
	}

	.news-item-cats a {
		padding: 10px 15px;
		font-size: 16px;
	}

	.news-items {
		gap: 30px;
	}

	/* flex */

	.news-item-meta,
	.news-filters-inner {
		flex-wrap: wrap;
	}

		.news-item-cats,
		.news-item-read-time,
		.news-filters-primary,
		.news-filters-secondary {
			width: 100%;
		}

		.news-filters-secondary {
			margin-top: 20px;
		}

		.news-item-read-time {
			margin-top: 10px;
		}

}

/*--------------------------------------------------------------
	## Tablets
--------------------------------------------------------------*/

@media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {

	/* header */
	body #navigation {
		display: none;
	}
	body #mobile-navigation {
		display: block;
	}

	.wrapper {
		max-width: 95%;
	}

	.wrapper-s {
		max-width: 680px;
	}

	/* tagline */

	.tagline {
		margin-top: 60px !important;
	}

	.page-bg {
		min-height: 1px;
		height: 50vh;
	}

	/* font sizes */

	.services .section-intro-subtitle {
		font-size: 50px;
	}

	.hero-info-title,
	.section-intro-subtitle,
	.cta-title,
	.team-single-recognitions-primary h4 {
		font-size: 32px;
	}

	.section-intro-title,
	.team-item-title,
	.qa-item-title {
		font-size: 20px;
	}

	/* section paddings */

	.services,
	.qa,
	.team,
	.news,
	.clients,
	.services-s2,
	.process,
	.info-box,
	.certificates,
	.news-filters,
	body.single-sk_services .services-s2,
	.team-single-recognitions,
	.info-columns {
		padding: 120px 0;
	}

	.info-columns {
		padding-top: 0;
	}

	.info-box {
		padding-bottom: 0;
	}

	.info-box-alt {
		padding: 0 !important;
	}

	.news-filters {
		padding-bottom: 0;
	}

	/* spacings */
	
	.qa-item,
	.news-item-main,
	.services-s2-item {
		padding: 30px;
	}

	.news-item-cats a {
		padding: 10px 15px;
		font-size: 16px;
	}

	/* grid */

	.services-items,
	.qa-items {
		grid-template-columns: 1fr;
	}

	.news-items {
		grid-template-columns: repeat(2, 1fr);
	}

	.news-items {
		gap: 30px;
	}

	.services-items {
		gap: 60px;
	}

	/* flex */

	.news-item-meta,
	.news-filters-inner,
	.hero-main,
	.info-box-inner {
		flex-wrap: wrap;
	}

		.news-item-cats,
		.news-item-read-time,
		.news-filters-primary,
		.news-filters-secondary,
		.hero-primary,
		.hero-secondary,
		.info-box-primary,
		.info-box-secondary {
			width: 100%;
		}

		.hero-secondary,
		.info-box-secondary {
			margin-top: 30px;
			max-width: 100%;
		}

		.info-box-alt .info-box-primary {
			order: 0;
		}

		.news-filters-secondary {
			margin-top: 20px;
		}

		.news-item-read-time {
			margin-top: 10px;
		}

}

/*--------------------------------------------------------------
	## Phones ( landscape + portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 767px ) {

	/* header */
	body #navigation {
		display: none;
	}
	body #mobile-navigation {
		display: block;
	}

	.wrapper {
		max-width: 95%;
	}

	.wrapper-s {
		max-width: 680px;
	}

	/* font sizes */

	.services .section-intro-subtitle {
		font-size: 36px;
	}

	.hero-info-title,
	.section-intro-subtitle,
	.cta-title,
	.team-single-recognitions-primary h4 {
		font-size: 28px;
	}

	.section-intro-title,
	.team-item-title,
	.qa-item-title {
		font-size: inherit;
	}

	/* section paddings */

	.services,
	.qa,
	.team,
	.news,
	.clients,
	.services-s2,
	.process,
	.info-box,
	.certificates,
	.news-filters,
	body.single-sk_services .services-s2,
	.team-single-recognitions,
	.info-columns {
		padding: 80px 0;
	}

	.info-columns {
		padding-top: 0;
	}

	.info-box {
		padding-bottom: 0;
	}

	.info-box-alt {
		padding: 0 !important;
	}

	.news-filters {
		padding-bottom: 0;
	}

	/* spacings */
	
	.qa-item,
	.news-item-main,
	.services-s2-item,
	.cta-main,
	.info-box-secondary {
		padding: 30px;
	}

	.news-item-cats a {
		padding: 10px 15px;
		font-size: 16px;
	}

	/* grid */

	.services-items,
	.qa-items,
	.news-items,
	.services-s2-items,
	.team-items {
		grid-template-columns: 1fr;
	}

	.news-items {
		gap: 30px;
	}

	.services-items {
		gap: 60px;
	}

	/* flex */

	.news-item-meta,
	.news-filters-inner,
	.hero-main,
	.info-box-inner,
	.process-inner,
	.team-intro,
	/*.clients-items,*/
	.footer-widgets-inner,
	.blog-post-single-extra,
	.team-single-inner,
	.team-single-recognitions-inner,
	.contact-inner {
		flex-wrap: wrap;
	}

		.news-item-cats,
		.news-item-read-time,
		.news-filters-primary,
		.news-filters-secondary,
		.hero-primary,
		.hero-secondary,
		.info-box-primary,
		.info-box-secondary,
		.process-primary,
		.process-secondary,
		.team-intro-primary,
		.team-intro-secondary,
		/*.clients-item,*/
		.blog-post-single-extra-team,
		.blog-post-single-extra-btns,
		.team-single-primary,
		.team-single-secondary,
		.team-single-recognitions-primary,
		.team-single-recognitions-secondary,
		.contact-primary,
		.contact-secondary {
			width: 100%;
			max-width: 100%;
		}

		.hero-secondary,
		.info-box-secondary,
		.process-secondary,
		.team-intro-secondary,
		/*.clients-item,*/
		.footer-widgets .widget,
		.contact-secondary {
			margin-top: 30px;
			width: 100%;
			max-width: 100%;
		}

		.clients-item {
			margin-right: 0;
		}

		.info-box-alt .info-box-primary {
			order: 0;
		}

		.news-filters-secondary {
			margin-top: 20px;
		}

		.news-item-read-time {
			margin-top: 10px;
		}

	/* other */

	.cta {
		background-image: none;
	}

	.cta-main {
		width: 100%;
	}

	.services-btns {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 40px;
	}

	.text-align-center {
		text-align: left !important;
	}

	.news-item {
		margin-top: 0 !important;
	}

	.services-items {
		margin-top: 30px;
	}

	.tagline-content-col-2 {
		column-count: 1;
	}

	.team-single > .wrapper {
		width: 100%;
		max-width: 100%;;
	}

	.header-search {
		display: none;
	}

	.header-inner {
		padding: 20px;
	}

	.hero-info {
		background: rgba( 255, 255, 255, 0.6 );
	}

	body:has(.hero):not(:has(.hero-info)) .hero-logo {
		display: none;
	}
	
	body:has(.hero):not(:has(.hero-info)) #logo {
		display: block;
	}

	body:has(.hero):not(:has(.hero-info)) .hero-bg-cover-3 img {
		width: 34%;
		height: auto;
	}

	body:has(.hero):not(:has(.hero-info)) .hero-bg-cover-3 {
		top: -100px;
	}

	body:has(.hero):not(:has(.hero-info)) .hero-bg-cover {
		opacity: 0.2;
	}

	body:has(.hero):not(:has(.hero-info)) .hero-inner {
		min-height: 50vh;
	}

	.clients-s2-items {
		animation: scroll-left 15s linear infinite;
	}

	.clients-s2-item {
		width: 25%;
		min-width: 25%;
		flex-shrink: 0;
		padding: 0 10px;
	}

}

/*--------------------------------------------------------------
	## Phones ( landscape )
--------------------------------------------------------------*/

@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {

	body .wrapper {
		width: 94%;
		max-width: 94%;
	}

	body .wrapper-s,
	body .wrapper {
		max-width: 420px;
	}

	body .tagline .wrapper {
		width: 100%;
	}

}

/*--------------------------------------------------------------
	## Phones ( portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 479px ) {

	body .wrapper {
		width: 94%;
		max-width: 94%;
	}

	body .wrapper-s,
	body .wrapper {
		max-width: 370px;
	}

	body .tagline .wrapper {
		width: 100%;
		max-width: 100%;
	}

	.tagline {
		margin-top: 40px !important;
	}

	.page-bg {
		min-height: 1px;
		height: 20vh;
	}

	.tagline-main {
		
	}

	/* 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: -250px;
    left: 0;
    /* right: 0; */
    width: 100%;
    height: 12000px;
    background-image: url("images/screen-research-single.png");
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0.5;
    background-size: auto;
}