/*!
Theme Name: level1
Theme URI: http://webapricot.com/
Author: WebApricot
Author URI: http://webapricot.com/
Description: Theme for level1
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webapricot

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Fonts
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Header
# Simple page
# 404 page
# Search not found page
# Contact page
# About page
# Archive-faq page
# Single work page
# Archive work page
# Archive gallery page
# Front page
# Simple page
# Single page
# Archive page
# Pagination
# Search
# Breadcrumb
# ACF map
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-wrap:break-word;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

* {
	outline-color: #023E84;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}
a img:hover {
    border: 0;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/* ===================== SEGOE UI ===================== */

/* Light */
@font-face {
	font-family: 'Segoe UI Web';
	src: url('fonts/segoe-ui/segoeuil.ttf') format('truetype');
	font-style: normal;
	font-weight: 300;
  }
  
  /* Light Italic */
  @font-face {
	font-family: 'Segoe UI Web';
	src: url('fonts/segoe-ui/seguili.ttf') format('truetype');
	font-style: italic;
	font-weight: 300;
  }
  
  /* Regular */
  @font-face {
	font-family: 'Segoe UI Web';
	src: url('fonts/segoe-ui/segoeui.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
  }
  
  /* Italic */
  @font-face {
	font-family: 'Segoe UI Web';
	src: url('fonts/segoe-ui/segoeuii.ttf') format('truetype');
	font-style: italic;
	font-weight: 400;
  }
  
  /* Semibold */
  @font-face {
	font-family: 'Segoe UI Web';
	src: url('fonts/segoe-ui/seguisb.ttf') format('truetype');
	font-style: normal;
	font-weight: 600;
  }
  
  /* Semibold Italic */
  @font-face {
	font-family: 'Segoe UI Web';
	src: url('fonts/segoe-ui/seguisbi.ttf') format('truetype');
	font-style: italic;
	font-weight: 600;
  }
  
  /* Bold */
  @font-face {
	font-family: 'Segoe UI Web';
	src: url('fonts/segoe-ui/segoeuib.ttf') format('truetype');
	font-style: normal;
	font-weight: 700;
  }
  
  /* Bold Italic */
  @font-face {
	font-family: 'Segoe UI Web';
	src: url('fonts/segoe-ui/seguisbi.ttf') format('truetype');
	font-style: italic;
	font-weight: 700;
  }
  
  /* Black */
  @font-face {
	font-family: 'Segoe UI Web';
	src: url('fonts/segoe-ui/seguibl.ttf') format('truetype');
	font-style: normal;
	font-weight: 900;
  }
  
  /* Black Italic */
  @font-face {
	font-family: 'Segoe UI Web';
	src: url('fonts/segoe-ui/seguibli.ttf') format('truetype');
	font-style: italic;
	font-weight: 900;
  }
  

  
  /* ===================== ICONS (Icomoon) ===================== */
  @font-face {
	font-family: 'icomoon';
	src:  url('fonts/Icomoon/icomoon.eot?dik6ux');
	src:  url('fonts/Icomoon/icomoon.eot?dik6ux#iefix') format('embedded-opentype'),
  url('fonts/Icomoon/icomoon.ttf?dik6ux') format('truetype'),
  url('fonts/Icomoon/icomoon.woff?dik6ux') format('woff'),
  url('fonts/Icomoon/icomoon.svg?dik6ux#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

  

/* Icomoon styles */

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-share-2:before {
  content: "\e924";
  color: #b92828;
}
.icon-tag1:before {
  content: "\e925";
  color: #b92828;
}
.icon-youtube:before {
  content: "\e921";
}
.icon-x-circle:before {
  content: "\e920";
}
.icon-rating:before {
  content: "\e91d";
  color: #f2ead0;
}
.icon-service-2:before {
  content: "\e91e";
  color: #f2ead0;
}
.icon-gear:before {
  content: "\e91f";
  color: #f2ead0;
}
.icon-bookmark:before {
  content: "\e900";
}
.icon-calendar:before {
  content: "\e901";
}
.icon-check-square:before {
  content: "\e902";
}
.icon-chevron-down:before {
  content: "\e903";
}
.icon-chevron-left:before {
  content: "\e904";
}
.icon-chevron-right:before {
  content: "\e905";
}
.icon-chevron-up:before {
  content: "\e906";
}
.icon-circle:before {
  content: "\e907";
}
.icon-clock:before {
  content: "\e908";
}
.icon-disc:before {
  content: "\e909";
}
.icon-download:before {
  content: "\e90a";
}
.icon-edit:before {
  content: "\e90b";
}
.icon-eye:before {
  content: "\e90c";
}
.icon-facebook:before {
  content: "\e90d";
}
.icon-globe:before {
  content: "\e90e";
}
.icon-heart:before {
  content: "\e90f";
}
.icon-instagram:before {
  content: "\e910";
}
.icon-list:before {
  content: "\e911";
}
.icon-mail:before {
  content: "\e912";
}
.icon-map-pin:before {
  content: "\e913";
}
.icon-menu:before {
  content: "\e914";
}
.icon-phone-call:before {
  content: "\e915";
}
.icon-search:before {
  content: "\e916";
}
.icon-shopping-cart:before {
  content: "\e917";
}
.icon-square:before {
  content: "\e918";
}
.icon-tag:before {
  content: "\e919";
}
.icon-twitter:before {
  content: "\e91a";
}
.icon-user:before {
  content: "\e91b";
}
.icon-x:before {
  content: "\e91c";
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	  font-family: "Segoe UI Web", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1 {
	font-family: "Segoe UI Web", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	color: #464646;
	line-height: 55px;
}

h2 {
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

	font-size: 36px;
	line-height: 46px;
	color: #1C1C1C;
}

h3 {
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

	font-size: 30px;
	line-height: 40px;
	color: #1C1C1C;
}

h4 {
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

	font-size: 24px;
	line-height: 34px;
	color:#1C1C1C;
}

h5 {
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

	font-size: 20px;
	line-height: 30px;
	color: #1C1C1C;
}

h6 {
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

	font-size: 18px;
	line-height: 28px;
	color: #1C1C1C;
}
/* Для Medium / Semibold */
h1, h2, h3, strong, .medium-text {
	font-family: "Segoe UI Web", sans-serif;
	font-weight: 600;   /* Semibold */
	font-style: normal;
  }
p {
	  font-family: "Segoe UI Web", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #1C1C1C;
	margin-bottom: 1.5em;
}


b, strong {
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

	font-weight: bold;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote,
pre {
	  font-family: "Segoe UI Web", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 18px;
 	background-color: #F3F3F3;
}
.blockquote-left-icon {
	font-size: 30px;
	color: #065D06;
	padding: 10px 10px 0 10px;
}
.blockquote-right-icon {
	text-align: right;
	font-size: 30px;
	color: #065D06;
	padding: 0px 10px 10px 10px;
}
blockquote p {
	padding:0 4%;
	margin-bottom: 0px;
}

address {
	margin: 0 0 1.5em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	font-family: "Segoe UI Web", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #202020;
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	  font-family: "Segoe UI Web", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #023E84;
	transition: .3s all;
}

a:hover, a:focus, a:active {
	color: #023E84;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Simple page
--------------------------------------------------------------*/
.simple-page-content div.content-item{
	padding: 20px;
}
.simple-page-content div.content-item h4.content-title{
	padding: 20px;
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

	padding-left: 0;
	color: #464646;
}
.simple-page-content div.content-item:nth-child(even){
    background-color: #F7F7F7;
}
.content-area, .wa-simple-page {
	padding-top: 30px;
}
.content-area,
.compare-container {
	padding-top: 60px;
}
/*--------------------------------------------------------------
# 404 page
--------------------------------------------------------------*/
body.error404 #masthead,
body.error404 #colophon {
	margin: 0;
}
section.error-404{
    position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
section.error-404 div.error-404-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
section.error-404 div.error-404-content h1.error-404-title{
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 60px;
	margin-bottom: 50px;
	text-align: center;
}
section.error-404 div.error-404-content a.back-home-url{
	color: #464646;
	background-color: #F7F7F7;
	width: 294px;
	padding: 15px 0 ;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 8px;
	text-decoration: none;
	margin-top: 50px;
	margin-bottom: 60px;
}	


/*--------------------------------------------------------------
# Search not found page
--------------------------------------------------------------*/

section.wa-no-results-page div.page-content h5{
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

	color: #464646;
	margin-bottom: 40px;
}
section.wa-no-results-page div.page-content a.home-page-url{
	font-size: inherit;
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

	color: #023E84;
}

/*--------------------------------------------------------------
# Contact page
--------------------------------------------------------------*/
.header-title-block-inner-content{
	max-width: 970px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	margin: 50px auto 30px;
    padding: 15px 0;
	text-align: center;
}
.wa-contact-page div.container{
	max-width: 970px;
}
.wa-contact-page div.contact-page-content div.content-item{
    margin-bottom: 50px;
    background-color: #F7F7F7;
    padding: 15px 0;
    border-radius:5px;
}
.wa-contact-page div.contact-page-content div.content-item div.content-item-border{
    border-left: 4px solid #797979;
    padding:15px 30px ;
    height:88%;
    width: 100%;
}
.wa-contact-page div.contact-page-content div.content-item div.content-text>div{
	display: inline-block;
	width: 30%;
}

.wa-contact-page div.contact-page-content div.content-item div.content-item-border h4.content-title{
    margin-bottom: 10px;
}
.wa-contact-page div.contact-page-content div.content-item div.content-text>div>p{
    margin: 0;
}
.wa-contact-page div.contact-page-content div.content-item div.content-text>div>h6{
    margin-bottom:6px;
}
.wa-contact-page div.contact-page-content div.content-item div.content-text>div>a{
    color: #464646;
}
.contact-page-form-inputs .wpcf7-not-valid-tip {
	top: calc(100% - 2px);
}
.contact-page-form-inputs .wpcf7-form-control-wrap {
	display: block;
	height: 100%;
}
.wa-contact-page div.contact-page-form div.contact-page-form-inputs label{
    width: 100%;
    margin-top: 22px;
    height: 44px;
    display: block;
}
.wa-contact-page div.contact-page-form div.contact-page-form-text label{
    width: 100%;
    margin-top: 22px;
}
.wa-contact-page div.contact-page-form span.wpcf7-form-control-wrap input{
    border-radius: 3px;
    width: 100%;
    height: 100%;
    border:1px solid #D9D9D9;
    font-size: 13px;
    color: #797979;
    padding-left: 15px;
}
.wa-contact-page div.contact-page-form span.wpcf7-form-control-wrap input[required="true"]::-webkit-input-placeholder::after {
  content: "*";
  font-size: 18px;
  color: #ff0000;
}
.wa-contact-page div.contact-page-form span.wpcf7-form-control-wrap input:focus {
    outline: none;
}
.wa-contact-page div.contact-page-form span.wpcf7-form-control-wrap textarea:focus {
    outline: none;
}
.wa-contact-page div.contact-page-form span.wpcf7-form-control-wrap textarea{
    border-radius: 3px;	
    width: 100%;
    border:1px solid #D9D9D9;
    resize: none;
    height: 130px;
    font-size: 13px;
    color: #797979;
    padding-left: 15px;
    padding-top: 13px;
}
.wa-contact-page div.contact-page-form input.wpcf7-submit{
    border-radius:8px;	
    padding: 1.3em 3em;
    background-color: #464646;
    margin-top: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
.wa-contact-page div.contact-page-form input.wpcf7-submit:focus {
    outline: none;
}
.wa-contact-page div.contact-page-map {
    height: 360px;
    margin-top: 60px;
    overflow: hidden;
}

/*--------------------------------------------------------------
# About page
--------------------------------------------------------------*/
.wa-about-page h3{
	text-transform: uppercase;
}
.wa-about-page div.about-page-content div.about-page-goal {
	background-color: #F7F7F7;
	border-radius: 5px;
	padding:0 30px;
	display: flex;
	flex-wrap: wrap;
}
.wa-about-page  div.about-page-goal div.about-page-goal-content{
    display: flex;
    margin-top: 30px;
}
.wa-about-page  div.about-page-goal div.about-page-goal-content-mobile{
    display: none;
    margin-top: 30px;
}
.wa-about-page  div.about-page-goal div.about-page-thumbnail {
	width: 425px;
	height: 425px;
	border-radius: 5px;
	opacity: 1;
	margin: 0 30px -20% 0;
}
.about-page-goal .about-page-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.about-page-goal .about-page-goal-text {
	flex: 1;
}
.wa-about-page div.about-page-history{
   margin-top: 120px;
   padding: 0;
}
.wa-about-page div.about-page-history h3{
	text-align: center;
}
.wa-about-page div.about-page-history h3,
.wa-about-page div.about-page-goal-content h3{
   margin-bottom: 25px;
}

.wa-about-page div.about-page-history-years{
   display: flex;
   justify-content: center;
   margin-top: 16px;
}
.wa-about-page div.about-page-history-years div.history-years-background{
   padding: 46px 56px 60px 0;
   display: flex;
   align-items: center;
   flex-direction: column;
   background-color: #F7F7F7;
   width: 80%;
}
.wa-about-page div.about-page-history-years div.history-year{
   display: flex;
   padding-top: 10px;
   border-left: 1px solid #D9D9D9;
}
.wa-about-page div.about-page-history-years div.history-year h5.content-title{
   position: relative;
   margin: 0 26px;
}
.wa-about-page div.about-page-history-years div.history-year h5.content-title span.history-year-disc{
   position: absolute;
   left: -35px;
   top: 6px;
   height: 18px;
   width: 18px;
   border-radius: 50%;
   background-color: #797979;
   border:1px solid #D9D9D9;
}
.wa-about-page div.about-page-history-years div.history-year:last-child p {
	margin-bottom: 0;
}
.wa-about-page div.about-page-teamm>h3{
   margin-top: 80px;
   margin-bottom: 20px;
   text-align: center;
   text-transform: uppercase;
}
.wa-about-page div.about-page-teamm div.team-member{
   text-align: center;
   margin-top: 20px;
}
.wa-about-page div.about-page-teamm div.team-member>img{
   border-radius: 5px;
   height: 280px;
   width: 261px;
   object-fit: cover;
}
.wa-about-page div.about-page-teamm div.team-member>p{
   margin:0;
}
.wa-about-page div.about-page-teamm div.team-member>h6{
   margin-top: 12px;
}
.wa-about-page div.about-page-teamm div.team-member>a{
   color: inherit;
}
.wa-about-page div.about-page-teamm div.owl-prev{
   height: 30px;
   width: 40px;
   background-color: rgba(0,0,0,30%);
   position: absolute;
   top: 150px;
   padding: 9px;
}
.wa-about-page div.about-page-teamm div.owl-next{
   height: 30px;
   width: 40px;
   background-color: rgba(0,0,0,30%);
   position: absolute;
   top: 150px;
   right: 0;
   padding: 9px;
}
.wa-about-page div.about-page-teamm >svg{
   height: 12px;
   width: 21.35px;
}
.wa-about-page .our-projects{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wa-about-page .our-projects .out-project-item{
	width: 50%;
}

/*--------------------------------------------------------------
# Archive-faq page
--------------------------------------------------------------*/
.wa-faq-page div.faq-list-item{
    width: 100%;
	margin-bottom: 30px;
}
.wa-faq-page div.faq-list-item div.faq-question{
	border: 1px solid #D9D9D9;
	border-left: 3px solid #023E84;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    cursor: pointer;
    background-color:#F7F7F7;
    align-items: center;
}
.wa-faq-page div.faq-list-item div.faq-question>p{
    color: #464646;
    padding: 1em 0 .9em 30px;
    margin: 0;
}
.wa-faq-page div.faq-list-item div.faq-question svg.svg-inline--fa, i.fas{
    font-size: 16px;
    padding: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .5s;
    transform: rotate(180deg);


}
.wa-faq-page div.faq-list-item div.trans-rotatet  svg.svg-inline--fa, i.fas{
	transform: rotate(0deg);
}
.wa-faq-page div.faq-list-item div.faq-answer{
    padding:30px 30px 0 30px;
    background-color:#F7F7F7;
    border: 1px solid #D9D9D9;
    border-top: none;
    display: none;
}
.wa-faq-page div.faq-list div.pagination{
    float: left;
}
.wa-faq-page div.faq-list div.pagination div.wp-pagenavi span.current{
    background-color:#464646;
}
.wa-faq-page div.faq-list div.pagination div.wp-pagenavi>a{
    color: #1C1C1C;
}
.wa-faq-page div.faq-list div.pagination div.wp-pagenavi a.page:hover{
    background-color:#464646;
    transition: 0.5s;
    color: #FFFFFF;
    border: 1px solid #464646;
}
.wa-faq-page div.faq-list div.pagination div.wp-pagenavi a.nextpostslink:hover{
    background-color:#464646;
    transition: 0.5s;
    color: #FFFFFF;
    border: 1px solid #464646;
}

/*--------------------------------------------------------------
# Single work page
--------------------------------------------------------------*/
.wa-job-single-page div.job-description {
    padding:  30px 0;
    border-bottom: 1px solid #D9D9D9;
}
.wa-job-single-page div.job-description div.job-description-content{
	margin-top: 30px;
}
.wa-job-single-page div.job-description div.job-description-content>p{
    margin-left: 30px;
    margin-bottom: 0;
}
.wa-job-single-page div.job-responsibilities, div.necessary-skills, div.job-salary,div.additional-information {
    padding: 30px 0;
    border-bottom: 1px solid #D9D9D9;
}
.wa-job-single-page div.job-responsibilities, div.necessary-skills, div.job-salary,div.additional-information h3{
    margin-bottom: 24px;
}
.wa-job-single-page div.job-responsibilities>ul, div.necessary-skills>ul {
    margin:0 15px ;
}
.wa-job-single-page div.job-responsibilities>h3, div.necessary-skills>h3, div.job-salary>h3{
    margin-bottom: 24px;
}
.wa-job-single-page div.job-short-info {
	border-bottom: 1px solid #D9D9D9;
}
.wa-job-single-page div.work-cv-form>h2{
	margin-top: 65px;
	margin-bottom: 31px;
	text-transform: uppercase;
	color: #1C1C1C;
	text-align: center;
}
.wa-job-single-page div.work-page-form div.work-page-form-file{
    display: flex;
    align-items: center;
    margin-top: 29px;
} 
.wa-job-single-page div.work-page-form div.work-page-form-file>p{
   margin: 0;
   font-size: 13px;
   color: #797979;
} 
.wa-job-single-page div.work-page-form-file label.input-file-trigger input.wpcf7-form-control{
	display: none;
}
.wa-job-single-page div.work-page-form div.work-page-form-file label.input-file-trigger {
    padding:  6px 19px;
    background:#F7F7F7 ;
    border: 1px solid #D9D9D9;
    font-size: 13px;
    color: #797979;
    margin-right: 9px;
    cursor: pointer;
}
.wa-job-single-page div.work-page-form div.work-page-form-inputs>label {
    width: 100%;
} 
.wa-job-single-page div.work-page-form div.work-page-form-text>label {
    width: 100%;
} 
.wa-job-single-page div.work-page-form div.work-page-form-inputs span.wpcf7-form-control-wrap>input {
    width: 100%;
    padding: 1.1em 1em 1em;
    font-size: 13px;
    margin-bottom: 25px;
    color: #797979;
} 
.wa-job-single-page div.work-page-form div.work-page-form-inputs span.wpcf7-form-control-wrap>input:focus {
    outline: none;
}
.wa-job-single-page div.work-page-form div.work-page-form-text span.wpcf7-form-control-wrap textarea:focus {
    outline: none;
}
.wa-job-single-page div.work-page-form div.work-page-form-text span.wpcf7-form-control-wrap>textarea{
    border-radius: 3px;	
    width: 100%;
    border:1px solid #D9D9D9;
    resize: none;
    height: 150px;
    font-size: 13px;
    color: #797979;
    padding: 1.1em 1em 1em;
}
.wa-job-single-page div.work-page-form input.wpcf7-submit{
	background-color: #464646;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 1.35em 3.5em;
	border-radius: 8px;
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

}
.wa-job-single-page div.work-page-form div.wpcf7 form.wpcf7-form>p{
	margin-top: 41px;
	text-align: center;	
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.wa-job-single-page div.job-short-info div.job-short-info-col{
	display: flex;
	padding: 0;
	margin-right:20px;
}
.wa-job-single-page div.job-short-info div.job-short-info-col .fa-check-circle{
	margin-top: 4px;
	margin-right: 9px;
	font-size:18px;
	color: #023E84;
}
.wa-job-single-page div.job-short-info div.job-short-info-col p.job-short-infotext{
	color: #023E84;
}
.wa-job-single-page div.job-short-info{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.wa-job-single-page  h2.job-short-info-title{
	margin: 0 0 42px 0;
	text-align: center;
}
.wa-job-single-page .job-responsibilities li{
	margin-bottom: 20px;
}
.wa-job-single-page .necessary-skills li{
	margin-bottom: 20px;
}
/*--------------------------------------------------------------
# Archive work page
--------------------------------------------------------------*/

.wa-job-archive-page div.job-archive-topcontent{
	background-color: #F7F7F7;
	border-radius: 5px;
	padding:40px 40px 16px 40px ;
	margin-bottom: 60px;
	text-align: center;
}
.wa-job-archive-page div.job-archive>a{
	text-decoration: none;
}
.wa-job-archive-page div.job-archive div.job-archive-item{
	margin-bottom: 40px;
	padding: 0 15px;
}
.wa-job-archive-page div.job-archive div.job-archive-item div.overflow-hidden{
	padding: 0;
	background-color: #F7F7F7;
}
.wa-job-archive-page  div.job-archive-item div.overflow-hidden div.job-thumbnail{
	height: 100%;
	width: 100%;
}
.wa-job-archive-page  div.job-archive-item div.overflow-hidden div.job-thumbnail>img{
	height: 100%;
	width: 100%;
    object-fit: cover;
    position: center;

}
.wa-job-archive-page  div.job-archive-item div.job-archive-item-info{
	background-color: #F7F7F7;
	padding: 20px;
}
.wa-job-archive-page  div.job-archive-item div.job-archive-item-info>h4{
	margin-bottom: 20px;
}
.wa-job-archive-page  div.job-archive-item div.job-archive-item-info p.job-short-infotext{
	margin-bottom: 15px;
}
.wa-job-archive-page div.job-archive-item div.job-archive-item-info h4{
	color: #464646;
}
.wa-job-archive-page  div.job-archive-item  p.job-short-infotext>span{
	color: #023E84;
	margin-left: 20px;
}
.wa-job-archive-page  div.job-archive-item div.job-archive-item-info div.job-description>p{
	margin-bottom: 15px;
}
.wa-job-archive-page  div.job-archive-item div.job-archive-item-info div.post-view-more>p{
	margin-bottom: 0;
	text-decoration: underline;
	color: #023E84;
}
.wa-job-archive-page  div.load-more-job{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.wa-job-archive-page  div.load-more-job>img{
    height: 30px;
    width: 30px;
    margin-bottom: 10px;
    display: none;
}
.wa-job-archive-page  div.load-more-job>button{
    text-transform: uppercase;
	color: #FFFFFF;
	padding: 1.35em 2.5em;
	border-radius: 8px;
	background-color: #464646;
	font-size: 14px;
	cursor: pointer;
}
.wa-job-archive-page  div.load-more-job>button:focus {
    outline: none;
}


/*--------------------------------------------------------------
# Archive gallery page
--------------------------------------------------------------*/

.wa-gallery-archive-page div.job-archive-topcontent{
	background-color: #F7F7F7;
	border-radius: 5px;
	padding:20px 40px;
	margin-bottom: 60px;
	text-align: center;
}
.wa-gallery-archive-page div.job-archive-topcontent p{
	margin-bottom: 0;
}
.wa-gallery-archive-page div.gallery-categories{
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 41px;
}
.wa-gallery-archive-page div.gallery-categories div.gallery-categories-hover{
	display: flex;
	flex-wrap: nowrap;
	max-width: 340px;
}
.wa-gallery-archive-page div.gallery-categories-hover>div{
	margin-right: 50px;
	padding-bottom: 15px;
	transition: 0.3s;
	transform: scaleY(1.1);
}
.wa-gallery-archive-page div.gallery-categories-hover>div a{
	text-decoration: none;
}
.wa-gallery-archive-page div.gallery-categories div.active{
	border-bottom: 3px solid #464646;
}

.wa-gallery-archive-page div.gallery-categories-hover>div:hover  {
	border-bottom: 3px solid #464646;
}
.wa-gallery-archive-page div.gallery-categories-hover:hover div.active {
	border-bottom: 3px solid #D9D9D9;
}

.wa-gallery-archive-page div.gallery-archive-item div.overflow-hidden{
	overflow: hidden;
	border-radius: 8px;
}
.wa-gallery-archive-page  div.gallery-archive-item div.overflow-hidden p{
	margin-top: 4px;
}
.wa-gallery-archive-page  div.gallery-archive-item div.overflow-hidden div.gallery-thumbnail{
	width: 100%;
	transition: 0.3s;
	cursor: pointer;
}
.wa-gallery-archive-page div.gallery-archive-item div.overflow-hidden div.gallery-thumbnail:hover{
	transform: scale(1.1);
	border-radius: 8px;
}
.wa-gallery-archive-page div.gallery-archive-item div.overflow-hidden div.gallery-thumbnail>img{
	object-fit: cover;
	height: 400px;
	width: 100%;
	border-radius: 8px;
}
.wa-gallery-archive-page  div.load-more-gallery{
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.wa-gallery-archive-page  div.load-more-gallery>img{
    height: 30px;
    width: 30px;
    margin-bottom: 10px;
    display: none;
}
.wa-gallery-archive-page  div.load-more-gallery>button{
    text-transform: uppercase;
	color: #FFFFFF;
	padding: 1.35em 2.5em;
	border-radius: 8px;
	background-color: #464646;
	font-size: 14px;
	cursor: pointer;
}
.wa-gallery-archive-page  div.load-more-gallery>button:focus {
    outline: none;
}
.wa-gallery-archive-page .modal-body {
	padding: 0;
}
 img.attachment-woocommerce_thumbnail 
.wa-gallery-archive-page .carousel-item img {
	width: 100%;
}
.wa-gallery-archive-page .modal-content {
	border: none;
	border-radius: 0;
	background: transparent;
}
.wa-gallery-archive-page .modal-header {
	border: none;
}
.wa-gallery-archive-page button.close {
	outline: none;
}
.wa-gallery-archive-page .arrow-left-background,
.wa-gallery-archive-page .arrow-right-background {
	width: 66px;
	height: 50px;
	background-color:rgba(0,0,0,40%);
	opacity: 80%;
	position: absolute;
	display: flex;
    align-items: center;
	justify-content: center;
	cursor: pointer;
}
.wa-gallery-archive-page .arrow-left-background svg path,
.wa-gallery-archive-page .arrow-right-background svg path {
	fill:#FFFFFF;
}
.wa-gallery-archive-page .arrow-left-background {
	left: 0;
}
.wa-gallery-archive-page .arrow-right-background {
	right: 0;
}
.wa-gallery-archive-page .carousel-control-next,
.wa-gallery-archive-page .carousel-control-prev {
	justify-content: unset;
}
.wa-gallery-archive-page .carousel-control-prev {
	left: 0;
}
.wa-gallery-archive-page .carousel-control-next {
	right: 0;
}
.wa-gallery-archive-page .overflow-hidden {
	overflow: hidden;
}
.carousel-control-next:focus, .carousel-control-next:hover,
.carousel-control-prev:focus, .carousel-control-prev:hover {
	opacity: 1;
}
.carousel-control-next:focus, .carousel-control-next:hover svg path,
.carousel-control-prev:focus, .carousel-control-prev:hover svg path {
	opacity: .9;
}
.carousel-control-next, .carousel-control-prev {
	opacity: 1;
}
.wa-gallery-archive-page .carousel-item {
	text-align: center;
}
.wa-gallery-archive-page .carousel-item img {
	max-height: 80vh;
}

/*--------------------------------------------------------------
# Front page
--------------------------------------------------------------*/
#home_slider {
	margin-top: 30px;
}
.wa-front-page div.home-page-categoreis {
	margin-top: 80px;
}
.wa-front-page div.home-page-categoreis div.category-item{
	padding: 20px;
	background-color: #F7F7F7;
	border-radius: 5px;	
	position: relative;
}
.wa-front-page div.home-page-categoreis div.category-item div.overflow-hidden{
	height: 100%;
	width: 100%;
	overflow: hidden;	
	padding: 0;
    border-radius: 5px;
    margin: 0;
}
.wa-front-page div.home-page-categoreis div.category-item h4{
	position: absolute;
	background-color:rgba(26,26,26,60%); ;
	color: #ffffff;
	bottom: 44px;
	width:55%;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 0.35em 1em;
	text-decoration: none;
}
.wa-front-page div.home-page-categoreis div.category-item div.overflow-hidden img{
	height: 330px;
	width: 100%;
	transition: 0.3s;
	 border-radius: 5px;
	 object-fit: cover;
}
.wa-front-page div.home-page-categoreis div.category-item div.overflow-hidden img:hover{
    transform:scale(1.1);
}
.wa-front-page div.home-page-categoreis div.category-item a h4{
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;	
}
.wa-front-page div.home-page-gallery {
	margin-top: 70px;
}
.wa-front-page div.home-page-gallery h2 {
	text-transform: uppercase;
	text-align: center;
	color: #1C1C1C;
	margin-bottom: 40px;
}
.wa-front-page div.home-page-gallery div.home-page-gallery-items div {
	width: 33.33%;
	padding: 0 15px;
}
.wa-front-page .gallery-item:nth-child(n+4) {
	margin-top: 30px;
}
.wa-front-page div.home-page-gallery div.home-page-gallery-items div.gallery-item div.overflow-hidden{
	width:100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.wa-front-page div.home-page-gallery div.home-page-gallery-items div.gallery-item div.overflow-hidden img {
	width:100%;
	object-fit: cover;
	height: 400px;
	border-radius: 8px;
	transition: 0.3s;
	cursor: pointer;
}
.wa-front-page div.home-page-gallery div.home-page-gallery-items div.gallery-item div.overflow-hidden img:hover {
	transform:scale(1.1);
}
.wa-front-page .modal-body {
	padding: 0;
}
 img.attachment-woocommerce_thumbnail 
.wa-front-page .carousel-item img {
	width: 100%;
}
.wa-front-page .modal-content {
	border: none;
	border-radius: 0;
	background: transparent;
}
.wa-front-page .modal-header {
	border: none;
}
.wa-front-page button.close {
	outline: none;
}
.wa-front-page .arrow-left-background,
.wa-front-page .arrow-right-background {
	width: 66px;
	height: 50px;
	background-color:rgba(0,0,0,40%);
	opacity: 80%;
	position: absolute;
	display: flex;
    align-items: center;
	justify-content: center;
	cursor: pointer;
}
.wa-front-page .arrow-left-background svg path,
.wa-front-page .arrow-right-background svg path {
	fill:#FFFFFF;
}
.wa-front-page .arrow-left-background {
	left: 0;
}
.wa-front-page .arrow-right-background {
	right: 0;
}
.wa-front-page .carousel-control-next,
.wa-front-page .carousel-control-prev {
	justify-content: unset;
}
.wa-front-page .carousel-control-prev {
	left: 0;
}
.wa-front-page .carousel-control-next {
	right: 0;
}
.wa-front-page .overflow-hidden {
	overflow: hidden;
}
.carousel-control-next:focus, .carousel-control-next:hover,
.carousel-control-prev:focus, .carousel-control-prev:hover {
	opacity: 1;
}
.carousel-control-next:focus, .carousel-control-next:hover svg path,
.carousel-control-prev:focus, .carousel-control-prev:hover svg path {
	opacity: .9;
}
.carousel-control-next, .carousel-control-prev {
	opacity: 1;
}
.wa-front-page .carousel-item {
text-align: center;
}
.wa-front-page .carousel-item img {
	max-height: 80vh;
}
/*--------------------------------------------------------------
# Simple page
--------------------------------------------------------------*/

.wa-simple-page {
	padding-bottom: 40px;
}

.wa-simple-page .page-title {
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

	font-weight: bold;
	font-size: 24px;
	color: #202020;
	text-align: center;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Single page
--------------------------------------------------------------*/

.wa-single-page {
	padding-bottom: 60px; 
}

.wa-single-page .page-title {
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

	font-weight: bold;
	font-size: 24px;
	color: #202020;
	text-align: center;
	margin-bottom: 30px;
}

.wa-single-page .date {
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

	font-size: 18px;
	text-align: right;
}

.wa-single-page .categories {
	background-color: #065D06;
}

.wa-single-page .post-single-categories {
	padding: 5px 0px 5px 15px;
}

.wa-single-page .categories a {
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.wa-single-page .post-tag {
	padding: 20px 0 5px;
	border-bottom: 1px solid #065D06;
	color: #979797;
}

.wa-single-page .post-tag a {
	  font-family: "Segoe UI Web", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 16px;
	color: #979797;
	text-decoration: none;
}

.wa-single-page .post-tag i {
	font-size: 16px;
}

/*--------------------------------------------------------------
# Archive page
--------------------------------------------------------------*/

.wa-archive-page .page-title {
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

	font-weight: bold;
	font-size: 24px;
	color: #141414;
	text-align: center;
	margin-bottom: 60px;
}

.wa-archive-page .archive-posts a:hover {
	text-decoration: none;
}

.wa-archive-page .archive-posts .archive-post {
	padding: 15px 0px 10px;
	border-bottom: solid 1px #E2E2E2;
}

.wa-archive-page .post-title-mobile {
	display: none;
}

.wa-archive-page .post-title {
	margin-bottom: 15px;
}

.wa-archive-page .post-view-more {
	float: right;
	text-decoration: underline;
}


/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination {
	float: right;
}
.wp-pagenavi span.current, .wp-pagenavi a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	  font-family: "Segoe UI Web", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 15px;
    line-height: 1.3;
}
.wp-pagenavi span {
	background-color: #1C1C1C;
}

.wp-pagenavi span.current {
	color: #F8F8F8;
}

.wp-pagenavi a {
	color: #1C1C1C;
}
.wp-pagenavi a.larger a.nextpostlink {
	  font-family: "Segoe UI Web", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 15px;
}

.wp-pagenavi a:hover {
	color: #F8F8F8;
	background-color: #1C1C1C;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

.wa-search-page .page-title {
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

	font-weight: bold;
	font-size: 24px;
	color: #202020;
	text-align: center;
	margin-bottom: 40px;
}

.wa-search-page .page-content {
	text-align: center;
	margin-top: 0px;
}

.wa-search-page .page-content .home-page-url {
	color: #065D06;
	text-decoration: underline;
}

.wa-search-page .page-search-form {
	max-width: 745px;
	margin: 0 auto 35px;
	text-align: center;
}

.wa-search-page .page-search-form div.search{
position: relative;
}
.wa-search-page .page-search-form input {
	  font-family: "Segoe UI Web", sans-serif;
  font-weight: 400;
  font-style: normal;
	padding: 16px 60px 16px 15px;
	font-size: 13px;
    background-color: #F7F7F7;
    border: 1px solid #D9D9D9;
    width: 100%;
	
}

.wa-search-page .page-search-form input::placeholder {
	  font-family: "Segoe UI Web", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 13px;
    color:#464646;
}
.wa-search-page .page-search-form input:focus {
    outline: none;
}
.wa-search-page .page-search-form .search button {
	position: absolute;
	height: 100%;
	right:0;
	top: 0;
	background-color:transparent;
    border:none;
    padding-right: 20px;
}

.wa-search-page .page-search-form .search button i {
	font-size: 20px;
	color: #464646;
	padding: 2.15px 12px 7.36px 12px;
}



/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/

#breadcrumbs,
#breadcrumbs a {
	  font-family: "Segoe UI Web", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 12px;
	color: #202020;
}

#breadcrumbs .breadcrumb_last {
	font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

	font-size: 12px;
	color: #202020;
}

/*--------------------------------------------------------------
# ACF Map
--------------------------------------------------------------*/
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.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;
}

.work-page-form label {
	display: block;
}

/*--------------------------------------------------------------
# Medias
--------------------------------------------------------------*/

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
	.wa-about-page div.about-page-goal div.about-page-goal-content {
		display: block;
	}
	.wa-about-page div.about-page-goal div.about-page-thumbnail {
		width: 270px;
		height: 270px;
		float: left;
		margin: 0 22px 10px 0;
	}
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
	.wa-about-page div.about-page-goal div.about-page-goal-content {
		margin-top: 0;
	}
	.wa-about-page div.about-page-history{
	    margin-top: 80px;
	}
	.wa-about-page div.about-page-goal div.about-page-thumbnail{
	    margin-top: 30px;
	}
	.wa-about-page .about-page-goal-content h3{
		margin-top: 20px;
	}
	.wa-about-page .about-page-goal-content p:nth-of-type(3){
		clear: both;
	}
	.wa-gallery-archive-page div.gallery-archive div.gallery-archive-item div.overflow-hidden div.gallery-thumbnail>img{
	    height: 350px;
    }
    .wa-front-page div.home-page-gallery div.home-page-gallery-items div.gallery-item:nth-child(3)  {
	    display:none;
    }
     .wa-front-page div.home-page-gallery div.home-page-gallery-items div.gallery-item {
	    width:50%;
    }
    .wa-front-page div.home-page-categoreis div{
        padding: 0 8px;
   }
    .wa-front-page div.home-page-categoreis div.category-item{
	    padding: 12px;
	    height: 225px;
   }
   .wa-front-page div.home-page-gallery div.home-page-gallery-items div.gallery-item div.overflow-hidden img {
	    height: 350px;
   }
   .wa-front-page div.home-page-gallery h2 {
	    margin-bottom: 20px;
   }
   .wa-front-page div.home-page-categoreis div.category-item h4{
	   bottom: 25px;
	   padding: 0.3em 0.5em;
  }
  .wa-front-page div.home-page-categoreis div.category-item div.overflow-hidden img:hover{
      transform:scale(1.1);
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
	
	h1 {
		font-size: 26px;
		line-height: 36px;
	}

	h2 {
		font-size: 22px;
		line-height: 32px;
	}

	h3 {
		font-size: 20px;
		line-height: 29px;
	}

	h4 {
		font-size: 18px;
		line-height: 27px;
	}

	h5 {
		font-size: 16px;
		line-height: 26px;
	}

	h6 {
		font-size: 14px;
		line-height: 20px;
	}

	p, ul, a, a:visited  {
		font-size: 13px;
		line-height: 18px;
	}

	.wa-single-page .date {
		font-size: 16px;
	}
	
	section.error-404 div.error-404-content a.back-home-url{
		width: 244px;
		padding: 10px 0 ;
	}

	.wa-contact-page div.contact-page-content div.content-item div.content-text>div{
		display: inline-block;
		width: 100%;
		margin-bottom: 20px
	}
	.wa-contact-page div.contact-page-map {
	    height: 300px;
	}
	.wa-about-page h3{
		font-size: 22px;
	}
	.wa-about-page div.about-page-content div.about-page-goal{
		padding:0 15px;
		width: 100%;
		margin: 0;
	}
	.wa-about-page div.about-page-content {
		padding:0;
		margin-right: 0;
	}
	.wa-about-page  div.about-page-goal div.about-page-thumbnail{
	   padding-top: 0;
	}
	.wa-about-page div.about-page-history{
	   padding:0 15px ;
	   margin-top: 40px;
	}
	.wa-about-page div.about-page-history-years div.history-years-background{
	   padding: 25px 25px 30px 0;

	}
	.wa-about-page div.about-page-history-years div.history-year h5.content-title{
	   margin: 0 14px;
	}
	.wa-about-page div.about-page-history-years div.history-year h5.content-title span.history-year-disc{
	   left: -23px;
	}
	.wa-about-page div.about-page-teamm div.team-member>img{
	   height: 180px;
	}
	.wa-about-page div.about-page-teamm div.owl-prev{
	   top: 100px;
	}
	.wa-about-page div.about-page-teamm div.owl-next{
	   top: 100px;
	}
	.wa-about-page div.about-page-teamm>h3{
	   margin-top: 40px;
	   margin-bottom:0;
	   text-align: center;
	   text-transform: uppercase;
	}
	.wa-job-single-page div.job-description div.job-description-content div.col-md-4>img{
		width: 100%;
		margin-bottom: 20px;
	}
	.wa-job-single-page div.job-short-info{
		flex-direction: column;
	}
	.wa-job-single-page div.job-short-info div.job-short-info-col .fa-check-circle{
	    margin-top:1px;
	
    }
	.wa-job-archive-page div.job-archive-topcontent{
		padding:10px 20px;
	}
	.wa-gallery-archive-page div.job-archive-topcontent{
		padding:10px 20px;
	}
	.wa-gallery-archive-page div.gallery-archive div.gallery-archive-item div.overflow-hidden div.gallery-thumbnail>img{
	    height: 300px;
    }
    .wa-front-page div.home-page-categoreis {
	    margin-top: 40px;
    }
   .wa-front-page div.home-page-gallery {
	    margin-top: 40px;
    }
    .wa-front-page div.home-page-gallery h2.gallery_images_title {
	    margin-top: 25px;
    }
    .wa-front-page div.home-page-categoreis div.category-item{
	    margin-top: 20px;
   }
    .wa-front-page div.home-page-gallery div.home-page-gallery-items div.gallery-item:nth-child(3)  {
	    display:block;
    }
    .wa-front-page div.home-page-gallery div.home-page-gallery-items div.gallery-item {
	   width:100%;
	   margin-bottom: 20px;
    }
	.wa-front-page .gallery-item:nth-child(n+4) {
		margin-top: 0;
	}
    .wa-front-page div.home-page-gallery div.home-page-gallery-items div.gallery-item div.overflow-hidden img {
	  height: 320px;
   }.wa-front-page div.home-page-gallery h2 {
	margin-bottom: 25px;
   }
    
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
	.wa-archive-page .post-title-mobile {
		display: block;
		margin: 0 auto 15px;
		}
	.wa-archive-page .post-title {
		display: none;
		}
	.wa-archive-page .post-thumbnail {
		text-align: center;
		padding-bottom: 10px;
		}	
	.wa-single-page .date {
		font-size: 14px;
		}
	.wa-contact-page div.contact-page-map {
	    height:250px;
	    margin-top: 40px;
	}
    .wa-about-page div.about-page-goal div.about-page-thumbnail{
	    padding:0;
		float: unset;
		width: 100%;
		margin: 20px auto;
		height: unset;
	}
	.wa-about-page  div.about-page-goal div.about-page-goal-content-mobile{
		display: inline-block;
		padding: 0;
	}
	.wa-about-page div.about-page-goal-content h3{
		display: none;
	}
	.wa-about-page div.about-page-history-years div.history-years-background{
	    padding: 15px 15px 20px 0;
	    width: 90%;
	}
	.wa-faq-page div.faq-list-item div.faq-question{
	    padding-right: 8px;
	}
	.wa-faq-page div.faq-list-item div.faq-question>p{
	    padding: 1em 0 .9em 10px;
	}
	.wa-faq-page div.faq-list-item div.faq-answer{
	    padding:15px 15px 0 15px;
	}
	.wa-gallery-archive-page div.gallery-archive div.gallery-archive-item div.overflow-hidden div.gallery-thumbnail>img{
	    height:180px;
    }
    .wa-gallery-archive-page div.gallery-archive div.gallery-archive-item {
	    padding: 0 8px;
    }
    .wa-gallery-archive-page div.gallery-categories-hover>div{
	    margin-right: 15px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.wa-contact-page div.contact-page-content div.content-item div.content-text>div:nth-child(2) {
		margin-left: 9%;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size: 32px;
		line-height: 40px;
	}

	h2 {
		font-size: 26px;
		line-height: 34px;
	}

	h3 {
		font-size: 22px;
		line-height: 30px;
	}

	h4 {
		font-size: 20px;
		line-height: 28px;
	}

	h5 {
		font-size: 18px;
		line-height: 26px;
	}

	h6 {
		font-size: 16px;
		line-height: 24px;
	}

	p, ul, a, a:visited  {
		font-size: 14px;
		line-height: 20px;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}
.otgs-development-site-front-end{
	display: none;
}

.show-password-input::before{
	position:absolute;
	right: 0;
}

.wa-about-page div.about-page-content{
	padding-top: 30px;
}