/*!
Theme Name: JPA
Theme URI: http://underscores.me/
Author: Nikolay
Author URI: http://underscores.me/
Description: JPA INTERNATIONAL
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jpa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

JPA is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face{font-family:'Univers Condensed';src:url("./fonts/UniversCondensed.eot?");src:url("./fonts/UniversCondensed.eot?#iefix") format("embedded-opentype"),url("./fonts/UniversCondensed.woff") format("woff"),url("./fonts/UniversCondensed.ttf") format("truetype");font-weight:normal;font-style:normal;font-display: swap;}
@font-face{font-family:'Univers';src:url("./fonts/Univers-Italic.eot?");src:url("../fonts/Univers-Italic.eot?#iefix") format("embedded-opentype"),url("./fonts/Univers-Italic.woff") format("woff"),url("./fonts/Univers-Italic.ttf") format("truetype");font-weight:normal;font-style:italic;font-display: swap;}
@font-face{font-family:'Univers';src:url("./fonts/Univers.eot?");src:url("./fonts/Univers.eot?#iefix") format("embedded-opentype"),url("./fonts/Univers.woff") format("woff"),url("./fonts/Univers.ttf") format("truetype");font-weight:normal;font-style:normal;font-display: swap;}
@font-face{font-family:'Univers';src:url("./fonts/Univers-Bold.eot?");src:url("./fonts/Univers-Bold.eot?#iefix") format("embedded-opentype"),url("./fonts/Univers-Bold.woff") format("woff"),url("./fonts/Univers-Bold.ttf") format("truetype");font-weight:bold;font-style:normal;font-display: swap;}



html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0!important;
  font-family: Roboto, sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Roboto, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	  background:#f5f5f5;
}

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

ul,
ol {
	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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}
 */
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    display: inline-flex;
    flex-direction: column;
    background: #fff;
    padding: 10px;
    
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}
.main-navigation .languages-swither-wrap ul.mui-dropdown__menu{
  display: none;
}
.main-navigation .languages-swither-wrap:hover ul.mui-dropdown__menu{
  left: -20px;
  display: block;
}
.main-navigation .languages-swither-wrap ul.mui-dropdown__menu a{
  width: 140px;
  font-size: 12px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.home-slider{
 display: block;
 overflow: hidden;
}
.home-slider .swiper-slide{
  position:relative;
}
.home-slider .swiper-slide:after{
    position: absolute;
    content: '';
    z-index: 100;
    background: url(https://jpa.com.ua/wp-content/themes/jpa/img/patern1.png);
    background-position: bottom right;
    background-size: contain;
    opacity: 0.35;
    width: 100%;
    height: 100%;
    bottom: 10px;
    left: 20%;
    background-repeat: no-repeat;

}
@media screen and (min-width: 1920px) {
  .home-slider .swiper-slide:after{
    position: absolute;
    content: '';
    z-index: 100;
    background: url(https://jpa.com.ua/wp-content/themes/jpa/img/patern1.png);
    background-position: bottom right;
    opacity: 0.45;
    width: 100%;
    height: 100%;
    bottom: -20px;
    left: 12%;
    background-repeat: no-repeat;
    transform: scale(0.9);

  }
}

.home-slider .swiper-wrapper {
   transform: translate(0,0)!important; 
} 

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}
.post{
  display: flex;
  flex-wrap: wrap;
}

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

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.p-50{
  padding:50px;
}
.pb-40{
  padding-bottom: 40px;
}
.pt-40{
 padding-top: 40px;
}
.bg-white{
  background-color:#fff!important;
}
.bg-grey{
  background-color:#efefef!important;
}
.site-header{
  padding:10px;
  overflow-x: hidden;
  /* overflow-y: hidden; */
  
}
.header-main-wrap{
  display:flex;
}
.main-header-menu{
  flex-grow:1;
}
.home-slider .swiper-container {
    width: 100%;
    height: 400px;
}
@media(max-width: 1280px){

 .p-50{
  padding:25px;
 }
}
@media(min-width: 1300px){
 .home-slider .swiper-container {
    width: 100%;
    height: 500px;
 }
}
@media(max-width: 992px){

 .p-50{
  padding:15px;
 }
}

@media(min-width: 1900px){
 .home-slider .swiper-container {
    width: 100%;
    height: 600px;
 }
}
.home-slider .swiper-container .swiper-slide-item {
  background-position: center ;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.9) grayscale(0.99);
    width:100%;
    height:100%;
}
.home-slider  .slider-description-wrap {
    background: linear-gradient(45deg,rgba(0,78,174,.8),rgba(27,230,175,.6));
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 10px;
    padding: 15px;
    left: 0;
}
header{
 visibility: visible!important;
}
@media(min-width: 768px){

  .home-slider  .slider-description-wrap {
      top: 0;
      padding: 50px;
      left: 60px;
  }
}
.slider-title{
  font-family: 'Roboto','Univers';
  font-size: 3em;
   padding: 0;
   margin: 0;
   color:#fff;
}
.slider-text{
  font-family: 'Univers';
  font-size: 2em;
  padding: 0;
  margin: 0;
  color:#fff;
}
.site-logo{
  display: inline-block;
  padding: 5px 15px;
}
.site-branding{
  display: flex;
  align-items: center;
}
.site-description-wrap{
  display:flex;
  flex-direction:column;
  padding: 10px 15px;
  border-left:1px solid #eaf0f6;
}
.site-logo img{
  width:83px;
}
.site-description-title{
    font-family: 'Univers' ;
    font-weight: 500 ;
    font-style: normal ;
    font-size: 18px ;
    color: #103061 ;
    margin: 0 ;
    padding: 0;
}
.site-description-title2{
    font-family: 'Univers';
    font-weight: normal;
    font-size: 13px;
    color: #8e8e8e;
    line-height: 9px;
    padding: 0;
}
.site-description-title3{
    color: #103061;
    font-family: 'Univers';
    font-weight: 500;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.header-search{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 5px;
}
.header-search .mui-textfield>label {
    overflow-y: hidden;
}
.header-search .search-btn{
  height: 32px;
    padding: 0 10px;
    line-height:12px;
    border: 1px solid #dfe1dc;
}
.fixed-menu{
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 500;
   box-shadow: 1px 1px 3px;
}
input:not(:focus){
  border: 1px solid #dfe1dc;
}
label{
  padding: 0 10px;
    color: #626161;
}
.header-search label{
  text-align:center;
}
.header-search input:focus + label{
  text-align:left;
}
.main-navigation{
  display: flex;
  justify-content: flex-end;
}
.main-navigation .nav-menu{
  display: flex;
  gap: 25px;
}
.main-navigation .nav-menu >li{
  padding: 5px 5px;
  position:relative;
}
@media(min-width:992px){
 .main-navigation .nav-menu >li{
  padding: 5px 10px;
  position:relative;
 } 
}
.main-navigation .nav-menu >li a:before{
  width: 0;
  transition: all 0.3s ease-in-out 0s;
  background: #009ca3 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  opacity: 0;
  left: 50%;
}
.main-navigation .nav-menu >li:hover >a:before{

position: absolute;
width: 100%;
opacity: 1;
left: 0%;
}
.main-navigation .nav-menu li a{
  color: #3e4e5e;
  display: block;
  font-size:14px;
  font-weight: 400;
  font-family: Roboto;
  text-transform: capitalize;
}
.main-navigation .nav-menu li a:hover{
    text-decoration: none;
    color:#009ca3;
    cursor: pointer;
}
.nav-main select,
.nav-main select:focus{
  border:0;
}
.nav-main select{
    text-decoration: none;
    color: #009ca3;
    font-size: 14px;
}
.main-navigation > div{
  width:100%;
}
.main-menu-wrap-outer{
  background: #f2f2f2;
  min-height: 47px;
}
.main-menu-wrap{
   display: flex;
   width: 100%;
   padding: 0;
   border-top: 1px solid #cbd0d173;
   justify-content:flex-start;
}
.main-menu-phone-wrap{
   display: flex;
   width: 100%;
   padding: 0;
   justify-content:space-between;
   align-items:center;
}
.main-menu-phone-wrap a{
  display:inline-flex;
  align-items:center;
}
.main-menu-phone-wrap .mini-logo{
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: url(img/logo-mini.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity:0;
}
.fixed-menu .main-menu-phone-wrap .mini-logo{
    opacity:1;
}
.main-menu-phone-wrap .sidedrawer-toggle{
    line-height: 25px;
    font-size: 25px;
    color: #1ec0bb;
    padding: 10px;
    text-decoration:none;
}
#sidedrawer.active {
    transform: translate(250px);
}
#sidedrawer {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    left: -250px;
    overflow: auto;
    z-index: 102;
    background-color: #fafafa;
    transition: all 0.3s;
    border-right: 2px solid #098399;
}
#sidedrawer .header-search {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-left: 10px;
}
#sidedrawer .header-search form{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sidedrawer .header-search .search-btn{
  margin-left: 5px;
  margin-bottom: 10px;
}
#sidedrawer ul {
  list-style-type: none;  
  margin: 0;
  padding: 7px;
  
}
#sidedrawer .mobile-menu {
/*  background: #47ac871f; */
}
#sidedrawer ul a{
    border-radius: 0px;
    color: #177295;
    font-size: 14px;
    font-weight:500;
    width: 100%;
    display: block;
    padding: 3px 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    background: #e1e5e5fa;
/*     box-shadow: 0px 0px 2px #193b3f; */
}
#sidedrawer ul.sub-menu {
    list-style-type: none;
    margin-left: 5px;
    padding: 0;
  
}

@media(min-width:768px){
  .main-menu-phone-wrap{
   display: none;
  }
}
.main-menu-wrap .menu{
  gap:5px;
}
.menu-fixed-top{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 1px 1px 2px #acaaaa;
}
.main-menu-wrap .menu >li>a{
    padding: 10px 20px;
    transition: 0.5s;
    color: #4f4f4f;
    display: block;
    font-size: 15px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    border-bottom: 2px solid #f2f2f2;
}
/* .main-menu-wrap .menu >li>a:first-letter{
  font-weight: 500;  
} */
.main-menu-wrap .menu >li>a:hover{
    background: #eaeaea;
    color: #009ca3;
    border-bottom: 2px solid #009ca3;
}
.main-menu-wrap .menu .current-menu-item a{
   background: #eaeaea;
   color: #009ca3;
   border-bottom: 2px solid #009ca3;
}
.main-menu-wrap .menu .sub-menu li {
  padding: 3px 5px;
  border-right: 2px solid #fff0;
}
.main-menu-wrap .menu .sub-menu li:hover {
  background:#eaeaea;
  border-right: 2px solid #009ca3;
}
.main-menu-wrap .menu .sub-menu li a{
  background: #fff0;
  color: #454545;
  font-size: 15px;
  margin-bottom: 0px;
  border-bottom: 0;
}
.main-menu-wrap .menu .sub-menu li:hover a{
  color: #009ca3;
}
.vacancies-item{
  width:100%;
  flex-direction: column;
  justify-content: flex-start!important;
  align-items: flex-start!important;
}
.vacancies-item-title-wrap{
  width:100%;
  display:block;
}
.vacancies-item-title{
  text-align:center;
  font-size: 22px;
  font-weight: 600; 
}
.vacancies-item-description{
  width:100%;
}
.vacancies-item ul{
  font-size:14px;
  text-align:left;
}

.header-search .mui-textfield>input:invalid:not(:focus):not(:required), 
.header-search .mui-textfield>input:invalid:not(:focus):required.mui--is-empty.mui--is-touched, 
.header-search .mui-textfield>input:invalid:not(:focus):required.mui--is-not-empty, 
.header-search .mui-textfield>input:invalid:not(:focus):required:not(:empty):not(.mui--is-empty):not(.mui--is-not-empty), 
.header-search .mui-textfield>input:invalid:not(:focus):required[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty),
.header-search .mui-textfield>input:not(:focus).mui--is-invalid:not(:required), 
.header-search .mui-textfield>input:not(:focus).mui--is-invalid:required.mui--is-empty.mui--is-touched, 
.header-search .mui-textfield>input:not(:focus).mui--is-invalid:required.mui--is-not-empty,
.header-search .mui-textfield>input:not(:focus).mui--is-invalid:required:not(:empty):not(.mui--is-empty):not(.mui--is-not-empty), 
.header-search .mui-textfield>input:not(:focus).mui--is-invalid:required[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty), 
.header-search .mui-textfield>textarea:invalid:not(:focus):not(:required), 
.header-search .mui-textfield>textarea:invalid:not(:focus):required.mui--is-empty.mui--is-touched, 
.header-search .mui-textfield>textarea:invalid:not(:focus):required.mui--is-not-empty, 
.header-search .mui-textfield>textarea:invalid:not(:focus):required:not(:empty):not(.mui--is-empty):not(.mui--is-not-empty), 
.header-search .mui-textfield>textarea:invalid:not(:focus):required[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty), 
.header-search .mui-textfield>textarea:not(:focus).mui--is-invalid:not(:required), 
.header-search .mui-textfield>textarea:not(:focus).mui--is-invalid:required.mui--is-empty.mui--is-touched, 
.header-search .mui-textfield>textarea:not(:focus).mui--is-invalid:required.mui--is-not-empty, 
.header-search .mui-textfield>textarea:not(:focus).mui--is-invalid:required:not(:empty):not(.mui--is-empty):not(.mui--is-not-empty), 
.header-search .mui-textfield>textarea:not(:focus).mui--is-invalid:required[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty) {
    border-color: #cbcaca;
    border-width: 1px;
}
.our-clients-slider-wrap{
  display: block;
  overflow: hidden;
  position: relative;
  padding: 25px 0;
}
label{
  overflow: hidden;
}
.section-content-title h2{
  display:inline-block;
  position:relative;
  width: 100%;
  margin-bottom:25px;
  font-size: 1.8em;
  font-weight: 600;
}
.section-content-title h2:after{
    position: absolute;
    content: '';
    bottom: -15px;
    width: 100%;
    max-width: 60px;
    border: 2px solid #009ca3;
    left: 1px;
    background: #009ca3;
 
}
article h1{
  position:relative;
}
article h1:after{
    position: absolute;
    content: '';
    bottom: -15px;
    width: 100%;
    max-width: 100px;
    border: 2px solid #009ca3;
    left: 1px;
    background: #009ca3;
 
}
h2.custom-title{
  display:inline-block;
  position:relative;
  width: max-content;
  margin-bottom:25px;
  font-size: 1.4em;
  font-weight: 500;
}
h2.custom-title:after{
  position:absolute;
  content:'';
  bottom:-10px;
  max-width: 60px;
  width:100%;
  border:2px solid #009ca3;
  left:0;
  background: #009ca3;
 
}
.form-mini-wrap{
  margin:25px auto;
  display:block;
  max-width:500px;
  width:100%;
  padding:20px;
  background: #fff;
  border-radius: 10px;
  
}
.site-footer{
    width:100%;
    padding: 25px;
    background: #302f2f;
    color:#fff;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
}
.footer-widget{
  display:flex;
  flex-direction:column;
  max-width: 350px;
}
@media(min-width:1600px){
  .site-footer{
    justify-content: center;
 }
}
@media(max-width:767px){
  .site-footer{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: start;
 }
 .xs-hidden{
   display:none;
 }
}
.footer-widget-contact{
  display:flex;
  flex-direction:column;
  
}
.footer-widget-contact i{
  margin-right: 5px;
  font-size: 15px;
}
#footer-menu{
  margin:0;
  list-style: none;
  padding:0;
  column-count:2;
  display: inline-block;
}
#footer-menu a{
  color:#fff;
  font-size: 15px;
  PADDING: 3px;
  display: inline-block;
}
#footer-menu a:hover{
  color:#fff;
}
@media(min-width:990px){
  #footer-menu a {
    PADDING: 0PX 5px;
    width: 100%;
    
  }
  #footer-menu a:hover{
    
    text-decoration:none;
    color:#009ca3;
  }
}

#footer-menu li{
  padding:0 10px 0 0;
}

.footer-form{
  max-width:300px;
}
.footer-form input,
.footer-form textarea{
background: #e7e7e7;
}
.footer-form label{
  color: #fff;
    font-size: 16px;
    padding: 0;
    margin-bottom: 5px;
    top: -5px;
}
.our-projects-list ul{
  list-style-type:none;
  margin:0;
}
.our-projects-list ul i{
  margin-right:5px;
  color:#009ca3;
}
.section-content-title{
  margin-bottom:25px;
}
.our-projects-list ul li{
font-weight: 600;
line-height: 25px;
margin: 5px 0;
text-transform: capitalize;
}
.mui-textfield>input:focus, 
.mui-textfield>textarea:focus {
    border-color: #009ca3;
}
.mui-textfield>input:focus~label, 
.mui-textfield>textarea:focus~label {
    color: #009ca3;
}
.mui-btn--primary {
    color: #FFF;
    background-color: #009ca3;
}
.mui-btn--primary:hover,
.mui-btn--primary:focus {
    background-color: #046e74;
}
.d-flex{
  display:flex;
  flex-wrap:wrap;
}
.mt-30{
  margin-top:30px;
}
.mb-30{
  margin-bottom:30px;
}
.mt-100{
 margin-top:100px;
}
.mb-100{
 margin-bottom:100px;
}
.pt-100{
 padding-top:100px;
}
.pb-100{
 padding-bottom:100px;
}
@media(max-width:767px){
  .mt-100{
   margin-top:30px;
  }
  .mb-100{
   margin-bottom:50px;
  }
  .pt-100{
   padding-top:30px;
  }
  .pb-100{
   padding-bottom:50px;
  }
  
}
@media(max-width:1280px) and (min-width:768px){
  .mt-100{
   margin-top:70px;
  }
  .mb-100{
   margin-bottom:70px;
  }
  .pt-100{
   padding-top:70px;
  }
  .pb-100{
   padding-bottom:70px;
  }
  
}
.card-wrap{
margin-bottom: 25px;
}
.card-wrap .sub-header{
  font-size: 13px;
  text-align: left;
  display: inline-block;
}
.card-wrap .card-wrap-inner{
  padding: 15px 15px 40px 15px;
  box-shadow: 0px 0px 7px #b2b2b2;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition:all 0.3s;
}
.card-archive-wrap .card-wrap-inner { 
    padding: 15px 15px 40px 15px;
    box-shadow: 0px 0px 7px #b2b2b2;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: all 0.3s;
    flex-direction: column;
    border-radius: 5px;
}
.card-wrap .card-wrap-inner:hover{
  background: #e3e3e34a;
  box-shadow: 2px 5px 13px #b2b2b2;
}
.card-wrap .card-title{
  position:relative;
  padding-bottom:10px;
}
.card-wrap .card-title h3{
  margin: 5px;
  font-size: 23px;
  font-weight: 500;
  color: #000;
}
.advantages-single-card .card-title h3{
  font-size: 17px;
}
.our-clients-wrap .advantages-single-card img {
    box-shadow: none;
    padding: 5px;
}
.advantages-single-card.card-wrap .card-wrap-inner{
    padding: 15px 15px 10px 15px;
    box-shadow: 0px 0px 7px #b2b2b2;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: all 0.3s;

    position:relative;
}
.advantages-single-card.card-wrap .card-wrap-inner:after{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  height:4px;
  width:10%;
  background-color: #009ca3;
  transition:all 400ms;
  
}
.advantages-single-card.services-single-card .card-img-wrap{
  width: 115px;
  height: 115px;
}
.advantages-single-card.card-wrap:hover .card-wrap-inner:after{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  height:4px;
  width:25%;
  background-color: #009ca3;
  transition:all 400ms; 
}
.card-wrap .card-content{
  font-size: 14px;
  padding: 20px 10px;
  width: 100%;
}
.card-wrap .card-title:after{
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    max-width: 150px;
    left: 50%;
    background-color: #1eb4b4;
    text-align: center;
    margin: 0 auto;
    transform: translatex(-50%)
}
.card-wrap .section-callback-wrap{
    align-self: flex-end;
}
.mui-btn{
  background-color: #009ca3;
  color:#fff;
  transition:all 0.3s;
}
.our-people-wrap .card-img{
    width: 100%;
    display: block;
    text-align: center;
}
.our-people-wrap .card-img img{
    max-height: 300px;
    width: 100%;
    object-fit: contain;
}
.our-people-wrap .card-title{  
margin-bottom: 30px;
}
.our-people-wrap .mui-container {
  overflow:hidden;
}
.swiper-team-pagination{
  display: block;
  margin: 0 auto;
  text-align: center;
}
.p-3{
  padding:30px;
}
@media(max-width:767px){
 .p-3{
  padding:10px;
 }
 .our-people-wrap .card-img img{
     max-height: 450px;
 }
 .card-wrap .section-callback-wrap{
    align-self: center;
 }
 .card-wrap .card-wrap-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction:column;
    justify-content: center;
 }
}
@media(min-width:768px){
 .our-people-wrap .card-wrap {
    height: 600px;
  }
}
.clearfix:after{
   clear: both;
   display: table;
}
.bl-3-green{
  border-left: 3px solid #009ca3;
}
.br-3-green{
  border-right: 3px solid #009ca3;
}
.bg-light{
  background: #fafafa;
}
@media(max-width:767px){
 .bl-3-green{
  border-left: none;
 }
 .br-3-green{
  border-right: none;
 }
}
.widget{
    margin: 5px 10px 15px;
    padding: 15px 10px;
    box-shadow: 0px 1px 5px #a29d9d;
}
.card-archive-wrap .entry-header{
  width:100%;
}
.card-archive-wrap .entry-footer{
  width: 100%;
  margin-top: 10px;
}
.card-archive-wrap .entry-meta{
    font-size: 13px;
    padding: 5px;
}
.card-archive-wrap .entry-summary {
    margin: 15px 0 10px 0px;
    text-align: justify;
}
.card-archive-wrap .entry-summary  p{
   font-size:15px;
}
.card-archive-wrap .entry-title{
  text-align:left;
  color:#046e74;
  font-size: 20px;
  width:100%;
  font-weight:700;
}
.card-archive-wrap img{
  height: 220px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.byline .author.vcard:before{
  content:":";
  
}
.m-auto{
  margin:0 auto;
}
.author.vcard a{
  margin-left:5px;
  color:#046e74;
}
.meta-links a,
.tagcloud a{
    padding: 3px 6px;
    border: 1px solid #225d6e;
    font-size: 12px;
    color: #046e74;
    font-weight: 500;
    background: #3233330d;
    transition:all 0.3s;
    margin-left: 3px;
}
.meta-links a:hover,
.tagcloud a:hover{
  color: #046e74;
  text-decoration:none;
  background: #3233332e;
}
.card-archive-wrap .entry-footer{
  border-top: 2px solid #009ca3;
    padding-top: 15px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}
.widget-area h2{
  margin-top:5px;
  margin-bottom:15px;
  position:relative;
  font-size: 20px;
}
.widget-area h2:after {
    position: absolute;
    content: '';
    bottom: -10px;
    width: 100%;
    max-width: 60px;
    border: 2px solid #009ca3;
    left: 1px;
    background: #009ca3;
}
.post .post-thumbnail{
 display: block;
 width: 100%; 
}
.post-single .post-thumbnail img{
  max-height: 450px;
  width: auto;
  object-fit: cover;
}
.page-header-title,
.archive-wrap .page-title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    margin-top: 20px;
}
@media(min-width:768px){
  .page-header-title,
  .archive-wrap .page-title{
      font-size: 2em;
      font-weight: 700;
      margin-bottom: 40px;
      position: relative;
      margin-top: 30px;
  }
}
.page-header-title:after, 
.archive-wrap .page-title:after{
    position: absolute;
    content: '';
    bottom: -10px;
    width: 100%;
    max-width: 60px;
    border: 2px solid #009ca3;
    left: 1px;
    background: #009ca3;
}
.widget ul{
  margin-left: 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 25px;
  padding: 2px;
}
.widget ul li{
    margin-bottom: 5px;
    padding-left: 5px;
    border-left: 2px solid #ffffff00;
    background: #ecececc9;
}
.widget ul li:hover{
   background: #e5e5e5;
   padding-left: 5px;
   border-left: 2px solid #0aacac;
}
.widget ul li a{
  width: 100%;
  color: #009ca3;
  padding: 2px;
  display:block;
  font-size: 13px;
}
.widget ul li a:hover{
  text-decoration:none;
}
.document-inner-wrap{
  width: 100%;
  max-width: 300px;
  text-decoration: none;
}
.document-inner-wrap:hover{
  text-decoration: none;
}
.document-inner-wrap .document-item-title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.document-inner-wrap .document-item{
  color:#009ca3;
  padding: 20px 15px 20px 15px;
  justify-content: flex-start;
  background-color: #c6c9c752;
  background-image: radial-gradient(#9393932b 1px, transparent 0);
  background-repeat: repeat;
  background-size: 5px 5px;
}
.document-inner-wrap .document-item:hover{
  background-color: #97dbf27a;
  box-shadow: 2px 5px 13px #b2b2b2;
  background-image: radial-gradient(#9393932b 1px, #00000000 0);
  background-repeat: repeat;
  background-size: 5px 5px;
}
.document-item .document-item-icon{
  font-size: 35px;
  display: inline-block;
  padding: 5px;
  margin-right: 20px;
}
.contact-page-form .mui-textfield>label {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    color: #000000c7;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-page-form .mui-textfield>input,
.contact-page-form .mui-textfield>textarea{
    background: #f0f0f0;
}
/* team ----------------*/


.card-wrap .card-wrap-team-inner {
    padding: 20px 30px 40px 30px;
    box-shadow: 0px 0px 7px #b2b2b2;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s;
    flex-direction: column;
    width: 100%;
}
.card-wrap-team-inner .section-description-wrap{
    width: 100%;
    display: block;
    margin-top: 15px;
}
.card-wrap .card-wrap-team-inner .card-title h3 {
    margin: 5px;
    font-size: 23px;
    font-weight: 600;
    color: #037c8f;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}
.card-wrap-team-inner .section-description-wrap p,
.card-wrap-team-inner .section-description-wrap span{
 font-size:13px;
 font-weight:400;
 text-align: justify;
}
.card-wrap-team-inner .section-description-wrap h4{
 font-size:16px;
 font-weight:600;
}
.card-wrap-team-inner .card-title {
  width:100%;
  padding-bottom: 20px;
}
.bg-decoration{
  position:relative;
}
.bg-decoration:after{
  content:"";
  width:80%;
  border-right:5px solid;
  border-bottom:5px solid;
}
.our-clients-wrap img{
  box-shadow: 0px 2px 8px #d9d6d6;
    padding: 5px;
}
.team-full-wrap img{
  height:400px;
  width:auto;
  max-width:100%;
  object-fit: cover;
}
.our-clients-wrap .section-content-text-about-us img{
  box-shadow: none;
}
.mob-menu-languages-title{
     display: block;
    text-align: left;
    margin-top: 25px;
    margin-left: 25px;
    font-size: 17px;
    font-weight: 500;
    color: #555555;
}
.services-single-card.card-wrap .card-wrap-inner {
    background: #0a22260f;
}
.services-single-card.card-wrap .card-wrap-inner:hover {
    background: #e3e3e34a;
}
.services-single-card  .card-img-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e1e1e1;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border: 1px solid #8d8d8d9e;
    box-shadow: 0px 0px 4px #bcbcbc;
}
.services-single-card .service-single-card-img{
    display: block;
    max-width: 125px;
    height: 100%;
    width: 100%;
    max-height: 120px;
    filter: hue-rotate(45deg);
    object-fit: contain;
}
.services-single-card  .card-title{
    position: relative;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-wrap.services-single-card .card-title h3 {
    color: #0fa2a2;
}
.services-single-card .mui-btn {
    background-color: #009ca3;
    color: #fff;
    transition: all 0.3s;
    font-size: 12px;
}
.services-single-card.card-wrap .card-wrap-inner{
  width:100%;
  align-items: center;
}
.services-single-card.card-wrap ul{
    margin: 0;
    padding-top: 0;
    padding: 10px 10px 10px 15px;
    list-style-type:none;
}
.services-single-card.card-wrap li{
   font-size: 14px;
    display: block;
    padding: 1px 0;
}
.services-section .card-wrap .card-content {
  min-height: 250px;
}
.services-single-card.card-wrap li:before {
content: "\f046"; 
font-family: FontAwesome;
color: #229eac;
margin-right: 7px;
}
.seo-block .section-content-text{
  font-size:14px;
}
.service-single-quote-inner{
    max-width: 600px;
    display: flex;
    margin: 0 auto;
    border: 1px solid #d1d1d1;
    padding: 10px 20px;
    text-align: justify;
    background: #dfdfdf59;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: 0px 0px 10px #727272e6;
    color: #4d4d4d;
    font-weight: 500;
}
.service-single-quote-inner.service-single-endcontent-inner{
  color: #c02c2c;
  background: #e3e3e3;
}
.service-single-startcontent{
  margin-bottom:20px;
}
.service-single-endcontent{
  margin-top:20px;
}
@media(min-width:767px){
  .service-single-startcontent{
    margin-bottom:40px;
  }
  .service-single-endcontent{
   margin-top:40px;
  }
  .service-single-quote-inner{
    max-width: 600px;
    display: flex;
    margin: 0 auto;
    border: 1px solid #d1d1d1;
    padding: 20px 30px;
    text-align: justify;
    background: #dfdfdf59;
    border-radius: 20px;
    font-size: 17px;
    box-shadow: 0px 0px 10px #727272e6;
    color: #4d4d4d;
    font-weight: 500;
  }
}
.service-single-quote-inner p{
  margin:0;
  padding:0;
}
.service_single_content_inner{
  font-size: 15px;
  padding: 15px 40px;
  border: 1px solid #cbcbcb;
  border-radius: 20px;
  background: #eeeeee;
  margin-bottom: 10px;
  margin-top: 10px;
}
.service_single_content_inner ul{
  margin:10px;
  padding: 0 15px;
}
.service_single_content_inner p{
  margin: 10px 0px;
}
.service_single_content_inner .content-title{
   display: block;
   width: 100%;
}
.service_single_content_inner .content-title h2,
.service_single_content_inner .content-title h3{
   font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 2px solid #41b4c5;
    color: #13b3c5;
}
@media(min-width:767px){
  .service_single_content_inner .content-title h2,
  .service_single_content_inner .content-title h3{
     font-size: 23px;
     margin-bottom: 15px;
     padding-bottom: 10px;
  }
}
.hidden-toggle-btn{
    background-color: #e5e5e5;
    color: #009ca3;
    transition: all 0.3s;
    font-size: 13px;
    text-transform: inherit;
    font-weight: 400;
    border: 1px solid #cdcdcd;
    border-radius: 7px;
}
.hidden-toggle-btn:hover ,
.hidden-toggle-btn:focus{
    background-color: #e5e5e5;
    color: #009ca3;
    transition: all 0.3s;
    border: 1px solid #cdcdcd;
    border-radius: 7px;
    box-shadow: 0px 0px 2px #8d8d8d;
}
.hidden{
  display:none;
}



/* ---------modal   ------------------*/


/**
 * Overlay
 * -- only show for tablet and up
 */
@media only screen and (min-width: 40em) {
  .modal-overlay {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .modal-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
/**
 * Modal
 */
.contact-form-modal {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #dfdfdf;
  width: 500px;
  max-width: 75rem;
  min-height: 20rem;
  padding: 2rem;
  border-radius: 3px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.contact-form-modal .close-modal {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.contact-form-modal .close-modal svg {
  width: 1.75em;
  height: 1.75em;
}
.contact-form-modal .modal-content {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.contact-form-modal.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contact-form-modal.active .modal-content {
  opacity: 1;
}
.contact-form-modal.active .close-modal {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 1;
}

/**
 * Mobile styling
 */
@media only screen and (max-width: 39.9375em) {
  .contact-form-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    padding: 0 !important;
    z-index:5000
  }

  .close-modal {
    right: 20px !important;
  }
}

.contact-form-modal .modal-content{
  width: 90%;
  max-width: 390px;
  padding: 15px;
  background: #fcfcfc;
  border: 1px solid #dddddd;
  overflow-y: auto;
  border-radius: 20px;
}
.contact-form-modal .modal-content textarea,
.contact-form-modal .modal-content input{
  border: 1px solid #cbc9c9;

}
.contact-form-modal .modal-content .mui-textfield>textarea {
    min-height: 50px;
}

/* ---------modal end   ------------------*/

.footer-widget-social{
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.footer-widget-social a{
  margin-right: 8px;
  margin-left: 5px;
}
.footer-widget-social a img{
  width: 25px;
  height: 25px;
  display: inline-block;
}
.footer-widget-social  i{
  display: inline-block;
  font-size: 30px;
  color: #fff;
}
.footer-widget-social  i:hover{
  color: #009ca3;
}
.footer-widget-baners{
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.footer-widget-baners a{
  margin-right:15px;
  margin-left:5px;
}
.footer-widget-baners img{
  display:inline-block;
  height: auto;
  max-height: 60px;
  width:auto;
  object-fit: none;
  filter: grayscale(0.75);
}
.footer-widget-baners img:hover{
  filter: grayscale(0);
}
.register-message-box{
    background: #27cbae;
    width: 100%;
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
    color: #1421d1;
    font-weight: 600;
    flex-direction: column;
}
.post-single .entry-footer.meta-links{
  width:100%;
}
.partner-social-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.partner-social-links i{
  font-size:30px;
  margin-left:5px;
  margin-right:5px;
  display:inline-block;
}
.partner-social-links a:focus, 
.partner-social-links a:hover {
    text-decoration: none;
}
.border-bottom-style{
  position:relative;
}
.vacancies-content{
  padding-left:20px;
}
.border-bottom-style:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 15%;
    background-color: #009ca3;
    transition: all 400ms;
}
.partner-social-links .fa,
.partner-social-links .fa:visited,
.partner-social-links .fa:focus{
  color:#009ca3;
}
.partner-social-links .fa-facebook-square:hover,
.partner-social-links .fa-linkedin-square:hover{
  color:#1f4983;
}
.partner-social-links .fa-twitter-square:hover{
  color:#19ade1;
}