/*!
Theme Name: rha
Theme URI: #
Author: RHA
Author URI: #
Description: RHA Wordpress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rha

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark, ins {
	background: #fff9c0;
	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 {
	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;
	font-family: 'Montserrat';
}

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"],
select, 
textarea {
	color: #243746;
	border:0;
	border-radius: 0;
	padding: 6px 15px;
	font-family: 'Montserrat';
	font-size: 28px;
	font-weight: 500;
	width: 100%;
	background: rgba(36,55,70,0.1);	
}

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 , select:focus {
	color: #243746;
	outline: dotted;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #243746;
	opacity: 0.4;
  }
  ::-moz-placeholder { /* Firefox 19+ */
	color: #243746;
	opacity: 0.4;
  }
  :-ms-input-placeholder { /* IE 10+ */
	color: #243746;
	opacity: 0.4;
  }
  :-moz-placeholder { /* Firefox 18- */
	color: #243746;
	opacity: 0.4;
  }

select {
	color: #243746;
}
select:not(:checked) {
	color: #243746;
 }


option:not(:checked) { color: #243746; }

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# New top section - GD Graphics March 2023
--------------------------------------------------------------*/


.headerTopSection {
padding: 30px 44px 0 0;
text-align: right;
background-color:#4C8C96;
}

.goldBtn {
font-size: 20px; font-weight: 500; color: #243746;  transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;	-o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; 
border:0;border-radius: 0;
position: relative; padding: 8px 20px; display: inline-block;
z-index: 1; vertical-align: middle;
text-align: center;
min-width: 208px;
background:transparent;
cursor: pointer;
font-family: 'Montserrat';
margin-top: 30px;
}


.goldBtn li a:before{	content: "'";    color: transparent;    position: absolute;    width: 100%;    height: 100%;
    left: 0px;	top: 0px;	bottom: 0;	right: 0;    z-index: -1;        
    background: #ebb54f;    transform: skew(-22deg);
    -webkit-transform: skew(-22deg);    -o-transform: skew(-22deg);    -moz-transform: skew(-22deg);	-ms-transform: skew(-22deg);
	transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;	-o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; }
	
	.goldBtn li:hover a:before{content: "'"; background: #579ba5;  }
	
	.headerTopSection .button:hover:before {content: "'"; background: #579ba5;  }
	
.main-navigation-top {display: inline-block; vertical-align: middle;     padding-right: 42px;  padding-top: 0px;}

#menu-top-contacts {
list-style-type:none;
}

.goldBtn li a:hover {
color: #ffffff;
}

.enumenu_ul li:last-child {display:none;}
.enumenu_ul li:nth-child(6n) {display:none;}

.enumenu_ul li ul li:last-child  {display:block;}

@media(max-width:1024px){
.headerTopSection {display:none;}
.enumenu_ul li:last-child {display:block;}
.enumenu_ul li:nth-child(6n) {display:block;}
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}



a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {

}

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

.main-navigation ul ul {
	
}

.main-navigation ul ul ul {
	
}

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

.main-navigation ul ul a {
	
}

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

.main-navigation li {
	
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

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

/*-- --*/

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/webfonts/Montserrat-Bold.eot');
    src: url('./assets/webfonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('./assets/webfonts/Montserrat-Bold.woff2') format('woff2'),
        url('./assets/webfonts/Montserrat-Bold.woff') format('woff'),
        url('./assets/webfonts/Montserrat-Bold.ttf') format('truetype'),
        url('./assets/webfonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/webfonts/Montserrat-SemiBold.eot');
    src: url('./assets/webfonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./assets/webfonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('./assets/webfonts/Montserrat-SemiBold.woff') format('woff'),
        url('./assets/webfonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('./assets/webfonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/webfonts/Montserrat-Regular.eot');
    src: url('./assets/webfonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/webfonts/Montserrat-Regular.woff2') format('woff2'),
        url('./assets/webfonts/Montserrat-Regular.woff') format('woff'),
        url('./assets/webfonts/Montserrat-Regular.ttf') format('truetype'),
        url('./assets/webfonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/webfonts/Montserrat-Medium.eot');
    src: url('./assets/webfonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('./assets/webfonts/Montserrat-Medium.woff2') format('woff2'),
        url('./assets/webfonts/Montserrat-Medium.woff') format('woff'),
        url('./assets/webfonts/Montserrat-Medium.ttf') format('truetype'),
        url('./assets/webfonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

body{ font-family: 'Montserrat'; font-size: 20px; font-weight: 500; line-height: 1.35; overflow-x: hidden; color: #243746;}
.second-body{font-size: 16px;}
.small-body{font-size: 14px;}

h1,h2,h3,h4,h5,h6{font-family: 'Montserrat'; font-weight: 700; color: #243746; margin: 0 0 15px; padding: 0; line-height: 1.2;
text-transform: none;}
h1{font-size: 60px; }
h2{font-size: 38px;}
h3{font-size: 38px; font-weight: 600;}
h4{font-size: 28px; font-weight: 500;}
h5{font-size: 26px; font-weight: 500;}
h6{font-size: 16px;}

p{margin: 0 0 15px;}

a{ color: #243746; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; text-decoration: none;}
a:hover , a:focus{color: #0c7984;}

.main{max-width: 1210px; width: 100%; margin: 0 auto; padding: 0 15px;}
.cf:after{display: table; content: ""; clear: both;}
:focus{outline: none;}
.inner-main{max-width: 780px; width: 100%; margin: 0 auto;}

/*-- header --*/

.site-header{position: fixed; left: 0; right: 0; top: 0; z-index: 999;}
.header-sec{background: #0C7984; color: #fff; padding: 24px 34px 0; position: relative;}
.logo{width: 131px; display: block; float: left;}
.logo img{width: 100%; display: block;}
.menu-right{float: right; width: calc(100% - 132px); padding-left: 15px; text-align: right;    }


/*-- menu style --*/

.main-navigation{display: inline-block; vertical-align: middle;     padding-right: 42px;  padding-top: 9px;}

.enumenu_ul li > a{color: #fff; font-weight: 500;}
.enumenu_ul li > a:hover , .enumenu_ul li > a:focus{color: #243746;}
.sub-menu{text-align: left;}

.enumenu_ul{padding: 0; margin: 0; list-style: none;}
.enumenu_ul > li{display: inline-block; vertical-align: middle;     padding-bottom: 29px;}
.enumenu_ul > li > a{ position: relative; text-transform: capitalize; display: inline-block; vertical-align: middle; }
.enumenu_ul > li > a:before{content: ""; height: 15px; background: #fff; width: 100%; left: 0; right: 0; bottom:-29px;
	position: absolute;
	transform: skewX(-18deg);
	-webkit-transform: skewX(-18deg);
	-ms-transform: skewX(-18deg);
	-o-transform: skewX(-18deg);
	-moz-transform: skewX(-18deg);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.enumenu_ul > li:hover > a:before  , .enumenu_ul > li:focus > a:before , .enumenu_ul > li.current-menu-item > a:before
,.enumenu_ul > li.current-menu-parent > a:before , .enumenu_ul > li.current-menu-ancestor > a:before{ opacity: 1; visibility: visible; }
 .enumenu_ul > li.has-children >  a:after{font-family: "Font Awesome 5 Pro"; display: inline-block; vertical-align: middle;     content: "\f063";
    font-size: 12px; margin-left: 10px;}
.enumenu_ul > li:hover > a , .enumenu_ul > li:focus > a{color: #fff;}
.enumenu_ul > li:after{display: inline-block;  content: "/"; vertical-align: middle;     margin: 0 6px 0 11px;}


.enumenu_ul > li:nth-child(5n):after{display: none; content: "";}


.enumenu_ul > li > .sub-menu{position: absolute; top: 100%; left: 0; right: 0; background: #4c8c96; color: #fff; 
z-index: 999; max-width: 1180px; width: 100%; margin: 0 auto; padding: 36px 0 55px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
-moz-transform: translateY(20px);
}
.enumenu_ul > li > .sub-menu:before , .enumenu_ul > li > .sub-menu:after{position: absolute; top: 0; bottom: 0; height: 100%; 
	width: 300%; background: #4c8c96; content: "";

}

.enumenu_ul > li:hover > .sub-menu , .enumenu_ul > li:focus > .sub-menu{
	opacity: 1;
	visibility: visible;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-moz-transform: none;
}

.enumenu_ul > li > .sub-menu:before{right: 100%;}
.enumenu_ul > li > .sub-menu:after{left: 100%; clear: both;}
.enumenu_ul > li > .sub-menu > li{ width: 20%; padding-right: 10px; float: left; font-size: 20px; font-weight: 700;}
.enumenu_ul > li > .sub-menu > li:last-child{padding-right: 0;}
.enumenu_ul > li > .sub-menu > li.menu-title{ width: 100%; margin: 0 0 6px;}
.enumenu_ul > li > .sub-menu > li.menu-title > a{font-size: 38px; font-weight: 700;}
.enumenu_ul > li > .sub-menu > li.menu-subtitle{ width: 100%; margin: 0 0 18px;}
.enumenu_ul > li > .sub-menu > li.menu-subtitle > a{font-size: 28px; font-weight: 500;}


.enumenu_ul > li > .sub-menu > li.menu-title:hover > a , .enumenu_ul > li > .sub-menu > li.menu-title:focus > a ,
.enumenu_ul > li > .sub-menu > li.menu-subtitle:hover > a , .enumenu_ul > li > .sub-menu > li.menu-subtitle:focus > a{
	color: #fff;
}

.menu-right .button{vertical-align: top; min-width: inherit;}

.button{font-size: 20px; font-weight: 500; color: #243746;  transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;	-o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; 
border:0;border-radius: 0;position: relative;padding: 8px 20px;display: inline-block;z-index: 1;vertical-align: middle;
text-align: center;
min-width: 208px;
text-transform: uppercase;
background:transparent;
cursor: pointer;
font-family: 'Montserrat';
}


.button:before{	content: "'";    color: transparent;    position: absolute;    width: 100%;    height: 100%;
    left: 0px;	top: 0px;	bottom: 0;	right: 0;    z-index: -1;        background: #ffffff;    transform: skew(-22deg);
    -webkit-transform: skew(-22deg);    -o-transform: skew(-22deg);    -moz-transform: skew(-22deg);	-ms-transform: skew(-22deg);
	transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;	-o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; }
	
	
	.button:hover:before{	content: "'";background: #ffffff;}
	
	.button.gold:before{content: "'";    background: #ebb54f;}
	.button.download:before{content: "'";    background: #006e7f;}
	
	.button.download:focus:before{content: "'";    background: #5c8a94;}




	
.button:hover:before , .button:focus:before{background: #4c8c96;}
.button:hover , .button:focus{color: #fff;}

.main-navigation ul ul a{}
.main-navigation ul ul ul a{font-size: 16px;display: inline-block;}

/*-- home banner sec --*/

.home-banner-sec{min-height: calc(100vh - 89px); position: relative;}
.home-banner-img{min-height: inherit; background-size: cover; background-position: center center; background-repeat: no-repeat;
position: relative;}
.home-banner-layer{position: absolute; left: 0; top: 0; bottom: 0; max-width: 35%; width: 100%; background-size: cover;
background-position: right center; background-repeat: no-repeat;}
.home-banner-content{position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); 
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-moz-transform: translateY(-50%); }

.home-banner-logo{max-width: 855px; width: 100%; margin: 0 auto; display: block;}
.home-banner-logo img{width: 100%; display: block;}

.down-arrw{width: 45px; height: 45px; display: block; margin: 0 auto; position: absolute; bottom: 24px; left: 0; right: 0;
border: 1px solid #fff; border-radius: 50%;  line-height: 45px; color: #fff; text-align: center;}
.down-arrw:hover , .down-arrw:focus{background: #007482; color: #fff;}

.video-wrap{position: absolute; top: 0; bottom: 0; height: 100%; width: 100%; left: 0; right: 0; overflow: hidden;}
.custom-video{position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;

	overflow: hidden;}

	.iframes-video {position: absolute; top: 0; bottom: 0; height: 100%; width: 100%; left: 0; right: 0; overflow: hidden;}
	.iframes-video iframe{		position: absolute;		top: 50%;		left: 50%;	
		transform: translate(-50%, -50%);		-webkit-transform: translate(-50%, -50%);		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);		-moz-transform: translate(-50%, -50%);		max-width: none;
		border: 0;		margin: 0;		padding: 0;		 height: 100%;		width: 100%;	}


	/*-- cta-sec --*/


.cta-sec{}
.cta-top-sec{text-align: center;     padding: 115px 0 219px;}
.cta-top-content{}
.cta-top-content h4{color: #0C7984; margin: 0 0 3px;}
.cta-top-content h2{}
.cta-top-content h2 strong{color: #007482;}


.cta-box-sec{background: #243746;     padding: 0 0 18px;}
.cta-list-sec{    margin-top: -154px;    float: left;    width: 100%;}
.cta-row{display: flex; flex-direction: row; flex-wrap: wrap; margin: 0 -40px; justify-content: center;}
.cta-col{width: 33.333%; display: flex; flex-direction: column; flex-wrap: nowrap; padding: 0 40px;
    margin: 0 0 80px;
}
.cta-link{display: block; display: flex; flex-direction: column; flex-wrap: nowrap; background: #0C7984; color: #fff; text-align: center;
flex-grow: 1;     justify-content: space-between;}
.cta-box{min-height: 242px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center;
padding: 60px 45px;
position: relative;
flex-grow: 1;
}
.cta-box:before , .cta-box:after{ height: 50px; width: 4px; background: #fff; content: ""; position: absolute; 
	transform: skewX(-23deg);
-webkit-transform: skewX(-23deg);
-ms-transform: skewX(-23deg);
-o-transform: skewX(-23deg);
-moz-transform: skewX(-23deg);
}
.cta-box:before{top: 0; right: 35.5%;}
.cta-box:after{bottom: 0; right: 58.5%;}
.cta-box h2{margin: 0; color: #fff; font-weight: 600;}
.cta-bottom-line{background: #1F1646; color: #fff; position: relative; padding: 14px 65px 15px 19px; text-align: left;
font-size: 26px; font-weight: 500;}
.cta-bottom-line i{ font-weight: 500; display: inline-block; vertical-align: middle; width: 36px; height: 36px; border: 1px solid #fff;
border-radius: 50%; text-align: center; line-height: 36px; color: #fff; position: absolute; right: 21px; top: 50%;
font-size: 18px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%); 
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;	-o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;

}

.cta-link:hover .cta-bottom-line i , .cta-link:focus .cta-bottom-line i{
	background: #fff;
	color: #1F1646;
}

/*-- how-help-sec --*/

.how-help-sec{background: #00A886;     padding: 13px 0;}
.how-help-row{text-align: center;}
.how-help-left{display: inline-block; vertical-align: middle; padding: 16px 8px 0 0;}
.how-help-left h4{color: #fff; }
.help-search-col{display: inline-block; vertical-align: middle; max-width: 448px; width: 100%;}

.how-help-row .search-form{}
.how-help-row .screen-reader-text{display: none;}
.how-help-row input.search-field{background: transparent; border: 0; border-bottom: 1px solid #fff; width: 100%; display: block;
	font-family: 'Montserrat';
	color: #fff;
	border-radius: 0;
	padding: 0;
	height: 19px;
	font-size: 16px;
	border-radius: 0;

}

.how-help-row input.search-field:focus{outline: none;}

.search-submit{color: #fff; border: 0;  background: transparent; border-radius: 0; font-size: 28px; font-weight: 500;
	font-family: 'Montserrat'; 
	text-transform: capitalize;
	display: inline-block;
	vertical-align: middle;
	width: 35%;
	text-align: right;
	padding: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.search-submit:hover , .search-submit:focus{color: #1F1646;}

.search-submit i{display: inline-block; vertical-align: middle; margin-right: 10px;     top: -1px;    position: relative;}
.search-form label{display: inline-block; vertical-align: middle; width:60%;}
.search-form{max-width: 448px; width: 100%;}
.how-help-row .search-form label{width: 63%; border-radius: 0;}

/*-- latest-news-sec --*/

.latest-news-sec{position: relative;}
.line-anim{height: 135px; width: 9px; background: #F6CD3E; 
	transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
	display: block;
}

.line-main-anim {position: absolute; 	z-index: 1; display: block;}
.line-main-anim.line-main-anim1{top: 90px;    right: 100px;}
.line-main-anim.line-main-anim2{bottom: 21px; left: 101px;}

.latest-title{padding: 77px 0 20px; text-align: center;}
.latest-title h2{}
.latest-news-row{background: #773DBD; color: #fff; position: relative; min-height: 500px;}
.latest-news-row > .main{min-height: inherit; display: flex; flex-direction: row; flex-wrap: wrap;}
.latest-news-img-col{position: absolute; right: 0; top: 0; bottom: 0; width: 50%; min-height: inherit;}
.latest-news-img{min-height: inherit; height: 100%; width: 100%; background-size: cover; background-position: center center;
background-repeat: no-repeat; position: relative;}
.latest-news-img:before{position: absolute;
    content: "";
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 99%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=1 );
    height: 100%;
    width: 55%;
    right: 0;}
.latest-news-col{width: 50%; position: relative; display: flex; flex-direction: column;  flex-wrap: nowrap; justify-content: center;}
.latest-news-col:before{    position: absolute;    width: 100%;    background: #773DBD;    top: 0;    bottom: 0;
    right: 0;    content: "";	transform: skewX(-22deg);	-webkit-transform: skewX(-22deg);	-ms-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);	-moz-transform: skewX(-22deg);	transform-origin: bottom left;
}
.latest-news-content{    padding: 30px 0; font-weight: 500; position: relative; z-index: 1; }
.latest-news-top{border-bottom: 1px solid #fff;     padding: 0 0 7px;     margin: 0 0 21px; }
.latest-news-date{display: block; font-weight: 500; font-size: 16px;}
.latest-news-date .latest-news-catg{margin-left: 13px;}
.latest-news-content h4{color: #fff;     margin: 0 0 32px;}
.latest-news-content p{margin: 0 0 43px;}
.latest-news-content .button{    margin: 0 0 0 10px;         text-align: center;}
.all-news-sec{background: #1F1646; text-align: center;     padding: 23px 0;}
.all-news-sec .button{}


/*-- feedback-sec --*/

.feedback-sec{}
.feedback-top{text-align: center;     padding: 80px 0;}
.feedback-top h4{color: #0C7984;     margin: 0 0 6px;}
.feedback-top h2{letter-spacing: 1px;}
.feedback-bottom{background: #edeef0;}
.feeback-btn-list{text-align: center;     margin-top: -47px;    float: left;    width: 100%;     padding: 0 0 29px;}
.feeback-btn-list ul{padding: 0; margin: 0 -10px; list-style: none;}
.feeback-btn-list ul li{ width: 33.333%; padding: 0 24px; text-align: center; margin: 0 0 24px; float: left;}
.feedback-label{font-size: 28px;    font-weight: 500;    color: rgba(66, 84, 100, 0.5); 
    position: relative;    padding: 18px 20px;    display: block;    z-index: 1;    
	text-align: center;	max-width: 380px; width: 100%; text-transform: uppercase;}
.feedback-label:before{content: "'";    color: transparent;    position: absolute;    width: 100%;    height: 100%;
    left: 0px;    top: 0px;    bottom: 0;    right: 0;    z-index: -1;   background: #d0d3d8;
    transform: skew(-22deg);    -webkit-transform: skew(-22deg);    -o-transform: skew(-22deg);    -moz-transform: skew(-22deg);	-ms-transform: skew(-22deg);
}
.feedback-label:first-letter ,.feedback-label::first-letter{color: #243746;}
.feedback-label i{color: #243746; font-style: normal;}
.feedback-contact{text-align: center;}


/*-- get-touch-sec --*/

.get-touch-sec{background: #edeef0; padding: 75px 0;}
.get-touch-bg{background: #C8187D; position: relative; padding: 77px 0; color: #fff;}
.get-touch-bg .main{    position: relative;    z-index: 1;}
.get-touch-bg:before{position: absolute; content: ""; left: 0; right: 0; top: 0; bottom: 0; background-image: url(./assets/images/get-touch-bg.png);
background-size: cover; background-position: center center; background-repeat: no-repeat;}
.get-touch-content{text-align: center;}
.get-touch-content h2{display: inline-block; vertical-align: middle; margin: 0 25px 0 0; color: #fff;}
.get-touch-content .button{display: inline-block; vertical-align: middle;}

/*-- qtn-sec --*/

.qtn-sec{text-align: center; padding: 31px 0 12px; background: #0C7984; color: #fff;}
.qtn-content{}
.qtn-content h4{font-size: 28px; color: #fff;}
.qtn-content h4 a{color: #fff; border-bottom: 1px solid #fff; display: inline-block; margin:0 4px;}
.qtn-content h4 a:hover , .qtn-content h4 a:focus{color: #243746;}

/*-- foo sec --*/

.foo-main{}
.foo-sec{position: relative; background: #243746; color: #fff;     padding: 21px 0 105px;}
.foo-sec:before{position: absolute; left: 0; top: 0; bottom: 0; width: 686px; background-size: cover; background-position: center center;
background-repeat: no-repeat; content: ""; background-image: url(./assets/images/footer-bg.png);
}

.foo-sec .main{position: relative;}
.foo-row{}
.foo-left{width: 30%; float: left; padding-right: 15px;}
.foo-right{width: 49%; float: right;}
.foo-contact-col{    padding: 65px 0 0;}
.foo-contact-col h6{color: #fff; font-weight: 700; letter-spacing: 0.5px; 	    margin: 0 0 13px;}
.foo-contact-col .social-icn{    margin: 0 0 42px;}
.social-icn{}
.social-icn ul{padding: 0; margin: 0; list-style: none;}
.social-icn ul li{display: inline-block; vertical-align: middle; margin-right: 2px;}
.social-icn ul li a{width: 39px; height: 39px; line-height: 39px; border: 1px solid #fff; border-radius: 50%; display: block; text-align: center;
 background: #fff; color: #243746; font-size: 24px;}
.social-icn ul li a:hover , .social-icn ul li a:focus{background:transparent; color: #fff;}
.foo-contact-col p{font-size: 14px; font-weight: 500; line-height: 1.4285;}
.foo-contact-col p a{color: #fff; text-decoration: underline;}
.foo-contact-col p a:hover , .foo-contact-col p a:focus{color: #00A886;}

.foo-title{    padding: 0 0 22px;}
.foo-title h2{font-weight: 700; margin: 0; display: inline-block; vertical-align: middle; color: #fff;     }
.foo-title > h2{padding-right: 6px;}
.foo-item h2{transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out; }
.foo-slider{ display: inline-block; vertical-align: middle; overflow: hidden;     position: relative;    top: 2px;}
.foo-slider .slick-list{overflow: unset;    padding: 24px 0 26px;}
.foo-item h2{  opacity: 0.1;}
.foo-item.slick-current h2{opacity: 1;}
.slick-vertical .slick-slide{width: auto !important; float: none;}
.foo-menu-content{}
.foo-menu-col{}

.foo-menu-col ul{padding: 0; margin: 0; list-style: none;}
.foo-menu{margin: 0 -10px !important;}
.foo-menu > li{width: 33.333%; padding: 0 10px; float: left; font-size: 16px; font-weight: 500; margin: 0 0 30px;}
.foo-menu li a{color: #fff;  }
.foo-menu li li > a:hover , .foo-menu li li > a:focus{color: #00A886;}
.foo-menu .sub-menu{position: relative;}
.foo-menu .sub-menu:before{content: "/"; display: block; position: relative;}
.foo-menu li li{margin: 0;}

.foo-slider .slick-list{overflow: unset;}

/*-- animation style --*/

.animated {    -webkit-animation-fill-mode: both;    -moz-animation-fill-mode: both;    -ms-animation-fill-mode: both;    -o-animation-fill-mode: both;
    animation-fill-mode: both;    -webkit-animation-duration: 1s;    -moz-animation-duration: 1s;    -ms-animation-duration: 1s;    -o-animation-duration: 1s;
	animation-duration: 1s}
	
.top-line-anim{
	animation-name: top-line-anim;
}



@keyframes top-line-anim {
	from {
		   transform: translate(140px, -290px);
		   opacity: 0;
	}
  
	to {
		transform: none;
		opacity: 1;
	}
  }

  .bottom-line-anim{
	animation-name: bottom-line-anim;
  }

  @keyframes bottom-line-anim {
	from {
		   transform: translate(-140px, 290px);
		   opacity: 0;
	}
  
	to {
		transform: none;
		opacity: 1;
	}
  }

  /*-- news and event page --*/


.inner-banner-sec{ padding: 30px 0; min-height: 393px; background-size: cover; background-position: center center; background-repeat: no-repeat;
position: relative; display: flex; flex-direction: row; flex-grow: 1;}
.inner-banner-content{text-align: center;}
.inner-banner-content h1{color: #fff;     margin: 0 0 10px;}
.inner-banner-content h3{color: #fff;}
.inner-banner-sec .main{display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; min-height: inherit;}

.news-title-sec{padding: 115px 0 73px; text-align: center;}
.news-title-sec h3{font-weight: 700;}
.news-title-sec h4{color: #0C7984;     margin: 0 0 6px;}
.news-title-sec h3 strong , .news-title-sec h2 strong{color: #007482;}
.news-title-sec a{color: #007482;}
.filter-sec{    padding: 65px 0 0; position: relative;}
.filter-button-sec{text-align: center;}

.button.dark-button{color: #243746;}
.button.dark-button:before{border: 1px solid #243746; }
.button.dark-button:hover:before , .button.dark-button:focus:before{background: #0C7984; border-color: #0C7984;}
.button.dark-button:hover , .button.dark-button:focus{color: #fff;}

.news-event-sec{}
.news-event-img{}
.news-event-img img{width: 100%; display: block;}

.news-box-sec{    margin-top: -138px;    position: relative;    z-index: 1; padding: 0 0 40px;}
.news-box-col{    padding: 54px 57px;; color: #fff; max-width: 780px; width: 100%; margin: 0 auto;}
.parallax{background-size: cover !important; background-position: center center !important; background-repeat: no-repeat; }
.textbox-content h4{    color: #fff;    margin: 0 0 32px;}
.textbox-content p{    margin: 0 0 46px;}
.textbox-content p a{text-decoration: underline; color: #fff; font-weight: 700;}
.textbox-content p a:hover , .textbox-content p a:focus{color: #ccc; }
.textbox-content .button{margin: 0 0 0 10px;}

.news-list-sec{padding: 46px 0 1px;}
.news-list-row{margin: 0 -10px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
.news-list-row:after{display: none;}
.news-list-item{padding: 0 10px; width: 33.333%; float: left; display: flex; flex-direction: column; flex-wrap: nowrap;}
.news-list-item:nth-child(3n+1){clear: both;}
.news-list-col{    margin: 0 0 91px; flex-grow: 1; position: relative;  padding-bottom: 43px;}
.news-list-img{min-height: 350px; display: block; width: 100%; background-size: cover; background-position: center center;
background-repeat: no-repeat; position: relative;     margin: 0 0 47px; background-image: url(./assets/images/dummy-img.jpg);}
.news-list-content{font-weight: 500; }
.news-list-content .button{position: absolute; left: 0; bottom: 0;}
.news-catg-main{display: block; font-size: 16px; font-weight: 500; color: #243746; border-bottom: 1px solid #243746;
    padding: 0 0 8px;    margin: 0 0 20px;}
.news-list-date{display: inline-block; vertical-align: middle;}
.news-list-catg{display: inline-block; vertical-align: middle; padding-left: 13px;}

.news-list-content h4{    margin: 0 0 33px;}
.news-list-content p{    margin: 0 0 48px;}
.news-list-content .button{margin: 0 0 0 10px;}
.news-loadmore-sec{background: #1F1646; color: #fff; text-align: center; padding: 23px 0;}
.news-load-content{}
.news-load-content h2{display: inline-block; vertical-align: middle; margin: 0; color: #fff;}
.news-load-content .button{display: inline-block; vertical-align: middle; margin: 0 0 0 43px;}
.foo-cta-sec.cta-top-sec{    padding: 80px 0 219px;}

.filter-dropdown{position: absolute; max-width: 868px; width: 100%; margin: 0 auto; background: #fff; padding: 42px 45px 29px;
text-align: left; left: 0; right: 0; top: 100%; display: none; z-index: 9;}
.filter-dropdown p{color: #0C7984; font-weight: 600;}
.checkbox-list {padding: 7px 0 0;}
.checkbox-list ul{padding: 0; margin: 0 -10px; list-style: none;     column-count: 2;
    -webkit-column-count: 2;
	-moz-column-count: 2;
-ms--moz-column-count: 2;}
.checkbox-list ul li{padding: 0 10px;     break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;}
/* .checkbox-list ul li:nth-child(2n+1){clear: both;} */

.styled-checkbox {	position: absolute;	opacity: 0;  }
.styled-checkbox + label {	position: relative;	cursor: pointer;	padding: 0 0 0 35px; margin: 0 0 17px;  font-weight: 500; color: #243746;
display: block; font-size: 20px; line-height: 1;}
.styled-checkbox + label:before {	content: '';		display: inline-block;	vertical-align: text-top;
	width: 19px;	height: 19px;	background: white; border:1px solid #243746;  position: absolute; left: 0; top: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.styled-checkbox:hover + label:before , .styled-checkbox:checked + label:before {		background: #0C7984;
	 border-color: #0C7984;	 }
.active .filter-btn:before{    background: #0C7984;    border-color: #0C7984;}
.active .filter-btn{color: #fff;}


/*-- services page --*/

.service-list-sec{}
.service-row{display: flex; flex-direction: row; flex-wrap: wrap; margin: 0 -10px;}
.service-col{display: flex; flex-direction: column; flex-wrap: nowrap; padding: 0 10px; width: 33.333%; margin: 0 0 20px;}
.service-col.large-service-col{width: 66.666%;}
.service-link{flex-grow: 1; display: flex; flex-direction: column; flex-wrap: nowrap;  color: #fff; padding: 30px 15px;
text-align: center; min-height: 350px; background-size: cover; background-position: center center; background-repeat: no-repeat;
justify-content: center;

}
.service-link:hover , .service-link:focus{color: #fff; opacity: 0.8;}
.service-list-content{}
.service-list-content h3{color: #fff;     margin: 0 0 19px;}
.service-list-content p{font-size: 26px;     margin: 0 0 20px;}
.service-list-content i{display: block;       font-size: 18px;
	font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #fff;}

/*-- find a home --*/

.find-home-sec{    padding: 250px 0 0;}
.find-home-bg{    background: #cbd9df; position: relative;}
.find-home-item{    clear: both;}
.find-home-bg.find-item-top{    padding: 0 0 407px;}
.find-item-top .find-home-item{margin-top: -250px;    float: left;    width: 100%;}
.find-home-row{display: flex; flex-direction: row; flex-wrap: wrap;}
.find-home-col{width: 50%; display: flex; flex-direction: column; flex-wrap: nowrap; min-height: 500px;}
.find-home-img{flex-grow: 1; min-height: initial; background-size: cover; background-position: center center; 
	background-repeat: no-repeat;}
.find-textbox{flex-grow: 1; min-height: initial;       background-size: cover;
    background-position: center center;
	background-repeat: no-repeat; padding: 53px 59px; justify-content: center;
    display: flex;
    flex-direction: column;
	flex-wrap: nowrap;}


.parallax.left-textbox-parallax{background-size: 51% 100%;	background-position: left 100%;}

.find-textbox-content{color: #fff;}
.find-textbox-content h4{color: #fff;}
.find-textbox-content p{}
.find-textbox-content .btn{}

.find-home-col.find-img-col{margin-bottom: 85px;}
.find-home-col.find-text-col{margin-top: 85px;}

.find-item-bottom{       }
.find-item-bottom .find-home-item{float: left; width: 100%;      margin-top: -250px;}
.find-home-bg.find-item-bottom{background: #fff;     padding: 0 0 405px;}
.find-item-bottom .find-img-col{order: 2;}
.find-item-bottom .find-text-col{order: 1;}
.find-item-bottom .find-home-col{margin: 0 !important;}

.line-main-anim.line-main-anim3{    top: -67px;    right: 98px;}
.line-main-anim.line-main-anim4{    bottom: -67px;    left: 98px;}

.find-home-bg.find-item-bottom:last-child{padding-bottom: 0;}


/*-- swap my home --*/

.inner-title-sec{text-align: center; padding: 128px 0 77px;}
.inner-title-content{}
.inner-title-content h1{margin: 0 0 10px;}
.inner-title-content h3{color: #0C7984;}

.features-sec{padding: 0 0 40px;}
.feature-content{}
.features-img{}
.features-img img{display: block; margin: 0 auto; width: 100%;}
.features-box{}
.features-textbox{color: #fff;     margin-top: -138px;    position: relative;    z-index: 1;    padding: 52px 58px 47px; 
}
.features-textbox h4{}
.features-textbox p{}
.parallax.center-parallax{background-size: 77% 100%;    background-position: left 100%;}

.inner-mid-sec{padding: 80px 0 1px;}
.inner-mid-content{font-weight: 500;}
.inner-mid-content h4{color: #243746; margin: 0 0 32px;}
.inner-mid-content p{margin: 0 0 27px;}
.inner-mid-content p strong{color: #0C7984; font-weight: 600;}
.inner-mid-content p a{text-decoration: underline; font-weight: 700;}
.inner-mid-content img{display: block; margin: 0 auto; padding: 46px 0;}

.page-template-swap-my-home .inner-mid-content img{padding-bottom: 10px;}

/*-- contact page --*/

.contact-enqury-sec{}
.contact-form-sec{padding: 120px 0 1px;}
.contact-form-main{max-width: 980px; width: 100%; margin: 0 auto;}
.contact-form-title{text-align: center;     padding: 0 0 94px;	}
.contact-form-title h4{color: #0C7984;     margin: 0 0 5px;}
.contact-form-title h2{}
.contact-form{}

.form-row{margin: 0 -10px;}
.form-col{padding: 0 10px; float: left;     margin: 0 0 29px;}
.form-col.fomr-col2{width: 50%; }
.form-col.fomr-col2:nth-child(2n+1){clear: both;}
.form-col.fomr-col1{width: 100%;}
.contact-form label{display: block; width: 100%; font-size: 28px; font-weight: 500; color: #243746;     margin: 0 0 16px;}
.contact-form input[type="text"],.contact-form input[type="email"],.contact-form input[type="url"],.contact-form input[type="password"],
.contact-form input[type="search"],.contact-form input[type="number"],.contact-form input[type="tel"],.contact-form input[type="range"],
.contact-form input[type="date"],.contact-form input[type="month"],.contact-form input[type="week"],.contact-form input[type="time"],
.contact-form input[type="datetime"],.contact-form input[type="datetime-local"],.contact-form input[type="color"],.contact-form textarea{

}

.wpcf7-form-control-wrap{
	display: block;
}


.contact-form select{
	background-image: url(./assets/images/contact-select-arrw.svg);
	background-repeat: no-repeat;
	background-position: 96% center; 
	background-size: 12px;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
	text-overflow: '';
	appearance: none;
	-webkit-appearance: none;
	padding-right: 40px;
	cursor: pointer;
}


.contact-form select::-ms-expand {
    display: none;
}


.contact-form .wpcf7-radio .wpcf7-list-item{
position: relative;
width: 100%;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
padding: 15px 15px;
padding: 4px 10px;
width: 25%;
margin: 0 0 20px;
overflow: hidden;
}

.contact-form .wpcf7-list-item-label{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	min-height: 230px;
	text-align: center;
	width: 100%;
	background: rgba(36,55,70,0.1);
	font-weight: 500;
	font-size: 28px;
	line-height: 1.2;
	position: relative;
	justify-content: center;
	padding: 10px 15px;
	opacity: 0.5;

}



.contact-form .wpcf7-radio{
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.contact-form [type="radio"]:checked,
.contact-form [type="radio"]:not(:checked){
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
height: 100%;
width: calc(100% - 20px);
cursor: pointer;
margin: 0 auto;
z-index: 1;
}

.contact-form [type="radio"]:focus + .wpcf7-list-item-label{
outline: dotted;
}

.contact-form [type="radio"]:checked + .wpcf7-list-item-label{
opacity: 1;
}

.contact-form .wpcf7-list-item-label:before , .contact-form .wpcf7-list-item-label:after{
	position: absolute;
	height: 47px;
	width: 12px;
	background: #243746;
	content: "";
	transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
}



.contact-form .wpcf7-list-item-label:before{
	left: 31px;
	top: 0;

}


.contact-form .wpcf7-list-item-label:after{
	right: 31px;
	bottom: 0;
}

.form-col.form-radio-col{
margin: 0 0 8px;
}

.contact-form textarea{
	height: 200px;
	resize: none;
	padding: 15px 15px;
}

.button.wpcf7-submit{
    padding: 13px 10px;
}
.form-btn-col  .button.wpcf7-submit{
	margin-left: 10px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display: none !important;
}
div.wpcf7 .ajax-loader{
	display: block;
	margin: 0 0 0 100px;
}

div.wpcf7-response-output{
	text-align: center;
}

/*-- about page --*/

.about-video-sec{padding: 233px 0 80px;}
.about-video-bg{background:#cbd9df; position: relative;     padding: 0 0 67px;}
.about-video-col{max-width: 822px; width: 100%; margin: 0 auto;}
.about-video-wrap{padding-bottom: 62.4%; position: relative;     margin: 0 0 84px;}
.about-video-wrap iframe , .about-video-wrap video{position: absolute; top: 0; bottom: 0; height: 100%; width: 100%; border: 0; margin:0;}
.about-video-content{max-width: 780px; width: 100%; margin: 0 auto;}
.about-video-content p{}

.about-video-row{float: left; width: 100%; margin-top: -242px;}

.features-sec.vision-sec{    padding: 40px 0 157px;}
.vision-sec h2{text-align: center; margin: 0 0 70px;}

/*-- people-sec --*/

.people-sec{padding: 47px 0 62px; background-size: cover; background-position: center center; background-repeat: no-repeat; color: #fff;
text-align: center;}
.people-title{text-align: center;     padding: 0 0 58px;}
.people-title h2{color: #fff;}
.people-slider{margin: 0 -10px;}
.people-item{padding: 0 10px; display: flex !important; flex-direction: column; flex-wrap: nowrap; justify-content: center;}
.people-img{height: 380px; background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative;
  }

.slick-current .people-img{}


/* .slick-active .people-img{transform-origin: left center;}
.slick-current +  .slick-active .people-img{transform-origin: right center;}
.slick-current.slick-active .people-img {    transform-origin: center center;}  */


.people-slider .slick-track{display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.people-slider .slick-track:before , .people-slider .slick-track:after{display: none;}
	.people-slider .slick-slide.slick-center .people-img{}
	.people-slider .slick-slide .people-img{}

/* 
.people-img{    transition: all 0.3s ease-in-out; height: 280px;}
.people-item{    padding: 50px 85px;}
.people-slider .slick-slide.slick-center .people-img {    transform: scale(2.1);    width: calc(100% - 0px);} */


.people-item{height: 380px; }
.people-img{height: 280px; /*-- transition: all 0.3s ease-in-out; --*/        width: 73.7%;}
.people-item.slick-slide.slick-center  .people-img{height: 380px; width: 152.64%; 
transform: translateX(-17.3%);
-webkit-transform: translateX(-17.3%);
-ms-transform: translateX(-17.3%);
-o-transform: translateX(-17.3%);
-moz-transform: translateX(-17.3%);
}

.static-people-slider .people-item.slick-slide.slick-center .people-img{
	height: 280px;
	width: 73.7%;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-moz-transform: none;

}
.static-people-slider .people-item:nth-child(3) .people-img{
margin-left: auto;
}

.static-people-slider .people-item:nth-child(2) .people-img{    height: 380px;
    width: 152.64%;
    transform: translateX(-17.3%);
    -webkit-transform: translateX(-17.3%);
    -ms-transform: translateX(-17.3%);
    -o-transform: translateX(-17.3%);
    -moz-transform: translateX(-17.3%);}

.people-item.slick-slide.slick-center +  .people-item .people-img{margin-left: auto;}

.slick-arrow{ position: absolute; width: 17px; height: 35px; color: #fff; background:transparent; border:0; border-radius: 0;
cursor: pointer; font-size: 34px; padding: 0; min-width: inherit; top: 50%; transform: translateY(-50%); 
-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%); -o-transform: translateY(-50%); 
-moz-transform: translateY(-50%); 
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.slick-arrow.slick-prev{left: -70px;}
.slick-arrow.slick-next{right: -70px;}

.slick-arrow:hover , .slick-arrow:focus{color: #000;}

.people-btn{    padding: 60px 0 0;}

.performance-sec{padding: 160px 0 158px;}
.performance-bg{background: rgba(246,205,62,0.5); padding: 47px 0 60px;}
.performance-title{text-align: center;     padding: 0 0 53px;}
.performance-title h2{color: #243746;}
.performance-list{}
.perf-row{margin: 0 -15px;}
.perf-item{width: 50%; float: left; border-right: 2px solid #243746; padding: 0 15px;}
.perf-item:nth-child(2n+2){border-right: 0;}
.perf-item:nth-child(2n+1){clear: both;}
.perf-item:nth-child(2n+2) .perf-col{    margin-left: auto;}
.perf-col{max-width: 470px;    margin-bottom: 86px;}
.perf-img{width: 125px; display: inline-block; vertical-align: middle; }
.perf-img img{width: 100%; display: block;}

.perf-content{width: calc(100% - 130px); display: inline-block; vertical-align: middle; margin-left: -4px;
    padding: 0 0 0 49px;}
.perf-content h4{    margin: 0 0 32px;}
.perf-content p{}
.perf-item:nth-last-child(-n+2) .perf-col{margin-bottom: 0;}

.perf-btn{text-align: center; padding: 38px 0 0;}
.perf-btn .button{}

.testimonial-sec{    padding: 68px 0;}
.testimonial-bg{background: rgba(231,75,56,0.2); padding: 50px 0 60px; text-align: center; position: relative;}
.testimonial-title{text-align: center; padding: 0 0 44px;}
.testimonial-title h4{color: #C22032;     margin: 0 0 7px;}
.testimonial-title h2{color: #243746;}
.testimonail-main{max-width: 585px; width: 100%; margin: 0 auto; background: #C22032; position: relative;}
.testimonail-main:before , .testimonail-main:after{position: absolute; top: 0; bottom: 0; height: 100%; width: 100%;
	  content: ""; 
	 background: #C22032;
}

.testimonail-main:before{right: 0; transform: skewX(21.5deg); -webkit-transform: skewX(21.5deg);
	-ms-transform: skewX(21.5deg); -o-transform: skewX(21.5deg); -moz-transform: skewX(21.5deg);  transform-origin: right bottom;}
.testimonail-main:after{left: 0; transform: skewX(-21.5deg); -webkit-transform: skewX(-21.5deg); 
	-ms-transform: skewX(-21.5deg); -o-transform: skewX(-21.5deg); -moz-transform: skewX(-21.5deg);  transform-origin: left bottom;}
.testimonial-col{position: relative;     margin: 0 0 140px;}
.testimonial-col:before{position: absolute; content: ""; top: 100%;
	width: 0;
	height: 0;
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-top: 118px solid #C22032;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.testimonial-slider{position: relative; z-index: 1;}
.testimonial-item{}
.testimonial-content{color: #fff;     padding: 34px 5px 52px;}
.testimonial-content h4{color: #fff; text-transform: capitalize; margin: 0 0 2px;}
.testimonial-content h5{color: #fff; text-transform: capitalize;     font-size: 20px;     margin: 0 0 26px;}
.testimonial-content p{line-height: 1.37;}
.testimonial-btn{text-align: center;     padding: 28px 0 0;} 
.testimonial-btn .button{}

.testimonial-wrap{position: relative;}
.testimonial-wrap  .slick-arrow{color: #243746;}
.testimonial-wrap  .slick-arrow:hover , .testimonial-wrap  .slick-arrow:focus{color: #C22032;}  


/*-- our properties page --*/

.our-properties-page{}
.our-properties-page .inner-title-sec{padding-bottom: 40px;}
.our-properties-page .inner-mid-sec{    padding: 32px 0 1px;}

.properties-sec{text-align: center;     padding: 50px 0 53px;}
.properties-list{}
.properties-row{margin: 0 -60px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
.properties-row:after{display: none;}
.properties-item{width: 33.333%; float: left; padding: 0 60px; display: flex; flex-direction: column; flex-wrap: nowrap;}
.properties-col{margin: 0 0 30px;}
.properties-box{height: 180px; display: block; background: #0C7984; margin: 0 0 40px; position: relative;}
.properties-box img{height: 110px; display: block; position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; width: auto; 
max-width: 100%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-moz-transform: translateY(-50%); padding: 10px 10px;}
.properties-content{}
.properties-content h5{font-weight: 500; font-size: 20px; color: #243746;}
.map-sec{height: 100vh; background: #425464;} 

/*-- template page --*/

.general-row-sec{padding: 66px 0 42px;}

.slick-dots{padding: 0; margin: 0; list-style: none; text-align: center;}
.slick-dots li:only-child {	display: none;}
.slick-dots li{display: inline-block; vertical-align: middle; margin:0 9px 0 7px;}
.slick-dots li button{height: 20px; width: 20px; background: #fff; display: block; border-radius: 0; border: 0; font-size: 0;
transform: skewX(-22deg);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
cursor: pointer;
}
.slick-dots li.slick-active button, .slick-dots li button:hover{background: #243746; }
.perf-slider .slick-dots {    padding: 41px 0 14px;}
.perf-slider .slick-arrow{color: #243746; top: 45%;}
.perf-slider .slick-arrow:hover , .perf-slider .slick-arrow:focus{color: #0C7984;}

.news-title-sec.performance-title-sec{    padding: 155px 0 35px;}

.doc-list-sec{    padding: 30px 0 0;}
.doc-row{margin: 0 -10px;}
.doc-item{padding: 0 10px; float: left; width: 33.333%;}
.doc-item:nth-child(3n+1){clear: both;}
.doc-col{    margin: 0 0 91px;}
.doc-img-bg{height: 350px; width: 100%; display: block; background-size: cover; background-position: center center; background-repeat: no-repeat;
position: relative; margin: 0 0 50px;}
.doc-img-bg img{ padding: 26px 26px; display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; position: absolute;
	 left: 50%; top: 50%;
transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%); }
.doc-content{font-weight: 600; color: #0C7984;}
.doc-catg{display: block; font-size: 16px; font-weight: 500; color: #243746; border-bottom: 1px solid #243746; padding: 0 0 6px;
margin: 0 0 21px;}
.doc-content h4{    margin: 0 0 32px;}
.doc-content p{    margin: 0 0 46px;}
.doc-content .button{margin-left: 10px;}

/*-- our people  --*/

.people-page .inner-title-sec{padding:128px 0 37px;}

.team-sec{    padding: 55px 0 0;}
.team-list{}
.team-list-row{display: flex; flex-direction: row; flex-wrap: wrap; margin: 0 -10px;}
.team-item{width: 33.333%; padding: 0 10px; display: flex; flex-direction: column; flex-wrap: nowrap;}
.team-item:nth-child(3n+1){clear: both;}

.page-id-962 .team-item{width: 50%;}
.page-id-962 .team-item:nth-child(3n+1){clear: none;}
.page-id-962 .team-item:nth-child(2n+1){clear: both;}
.page-id-962 .team-sec .main {max-width: 806px;}

.team-col{margin: 0 0 51px; position: relative;     padding: 0 0 16px;}
.team-img{height: 350px; width: 100%; display: block; background-size: cover; background-position: center center; 
background-repeat: no-repeat; margin: 0 0 39px;}
.team-arrw{    position: relative;    left: 14px;    top: 14px;    color: #243746;       font-size: 18px; line-height: 1; z-index: 2;
display: block; width: 36px; height: 36px;  line-height: 36px;  text-align: center;   border: 1px solid #243746;border-radius: 50%;}
.team-arrw i{display: block; line-height: 34px;  }
.team-arrw:hover {     }
.team-arrw:hover , .team-arrw:focus{color:#243746;}
.team-content{font-weight: 500;}
.team-content h4{margin: 0 0 10px;}
.team-content h5{color: #0C7984; font-weight: 600; margin: 0; font-size: 20px;}
.team-content p{}
.team-content p a{font-weight: 700; text-decoration: underline; color: #243746; display: inline-block; }
.team-content p a:hover , .team-content p a:focus {color: #0C7984;}
.team-hover{position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; background:#0C7984; color: #fff;
font-weight: 500; padding: 77px 32px 30px; z-index: 1;   opacity: 0; visibility: hidden; 
transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; }
.inner-team-hover{overflow-y: auto; height: 100%; width: 100%;}
.active .team-hover{opacity: 1; visibility: visible;}
.active .team-arrw{transform: rotate(180deg) translate3d(0,0,0); -webkit-transform: rotate(180deg) translate3d(0,0,0); -ms-transform: rotate(180deg) translate3d(0,0,0);
-o-transform: rotate(180deg) translate3d(0,0,0);
-moz-transform: rotate(180deg) translate3d(0,0,0);     background: #0c7984;}


.join-team-sec{    padding: 30px 0 10px;}
.join-team-title{max-width: 778px; width: 100%; margin: 0 auto;     padding: 0 0 66px;}
.join-team-title h2{margin: 0 0 2px;}
.join-team-title h4{color: #007482;}
.join-team-img{    margin: 0 0 40px;}
.join-team-img img{width: 100%; display: block;}
.join-team-sec .team-content{}
.team-hover p{    margin: 0 0 26px;}

/*-- 404 --*/

.default-sec{padding: 80px 0;}
.text-center{text-align: center;}
.search-form{position: relative;}
input.search-field{    background: transparent;
    border: 1px solid #0C7984;   
    width: 100%;
    display: block;
    font-family: 'Montserrat';
    color: #0C7984;
    border-radius: 0;
	padding: 0 10px;

appearance: none;
-webkit-appearance: none;
box-shadow: none;}
	
	.default-sec .search-submit{width: auto; color: #fff; position: absolute; top: 0; bottom: 0; right: 0; 
	width: 40px; font-size: 20px; background: #0C7984; text-align: center;}
	.default-sec .search-submit:hover , .default-sec .search-submit:focus{background:#c8187d; color: #fff;}
	.default-sec .search-form{margin: 50px auto 0;}
	.default-sec input.search-field{ font-size: 16px; height: 40px; padding-right: 50px; line-height: normal;}
	.default-sec input.search-field:focus{outline: none;}
	.default-sec .search-form label{width: 100%;}
	.default-sec .search-submit i{margin: 0;}

	.page-row{margin: 0 -10px;}
	.page-left{padding: 0 10px; float: left; width: 70%;}
	.page-right{padding: 0 10px; width: 30%; float: right;}
	
	.search .news-list-img{min-height: inherit; background-image: none; padding: 0;}
	.search .news-list-col{padding-bottom: 0;}
	.search .news-list-img img{margin: 0 auto;}
	.post-thumbnail{display: block;}
	.post-thumbnail img{display: block; }

	input[type="search"]::-webkit-search-decoration,
	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-results-button,
	input[type="search"]::-webkit-search-results-decoration {
	  display: none;
	}

	.gm-style .gm-style-iw-a{display: none;}

	/*-- map style --*/

	.mapcontent, .mapcontent p {
        font-size: 14px;
        font-family: 'Averta';
        margin-bottom: 0;
        padding-bottom: 0;
        max-width: 230px;
        color: #444444;
    }

    .mapcontent h4 {
        font-size: 14px;
        font-family: 'Averta';
        margin-bottom: 10px;
        padding-bottom: 0;
        font-weight: 600;
    }

    .pinkColor h4, .pinkColor a {
        color: #bb0f73;

    }

    .yellowColor h4, .yellowColor a {
        color: #b8be28;
	}

	.no-records{text-align: center; display: block; width: 100%;}
	
	
	/*-- browser css --*/

	.android_ .home-banner-sec {		min-height: calc(100vh - 123px);	}
	.iphone_ .home-banner-sec{min-height: calc(100vh - 140px);}
	.ipad_ .home-banner-sec{    min-height: calc(100vh - 130px);}

	/* single page css */
	.default-sec article {
		text-align: center;
	}
	.single .post-thumbnail img {
		width: 100%;
		display: block;
	}

	.single  .inner-mid-sec{padding-bottom: 30px;}

	.single .default-sec{padding-top: 0;}

	.sec-height-lower .find-home-bg.find-item-top {    padding: 0 0 80px;}
	.sec-height-uper.find-home-sec{padding: 80px 0 0;}
	.sec-height-uper .find-home-bg.find-item-top {}

	/*20-5-2020*/
	.inner-video-content-sec {
	    padding: 50px 0;
	    display: block;
	}

.inner-video-content {
    padding-bottom: 55%;
    position: relative;
    overflow: hidden;

}

.inner-video-content iframe , .inner-video-content video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

/*21-5-2020*/

.inner-banner-sec .home-banner-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*22-5-2020*/

.inner-banner-sec{text-align:center;}

.inner-banner-sec h1 {color: #fff;
}

/*-- accordion sec --*/

.inner-tab-sec{
	padding: 30px 0;
}


.accordion-content{
	display: none;
	padding: 20px 0 25px;

}

.accordion-content p{

}

.accordion-content p a{
	text-decoration:underline;
}

.accordion{
	padding: 0;
	margin: 0;
	list-style: none;
}



.accordion > li{
	display: block;
	margin: 0 0 20px;
}

.accordion-title{
	font-weight: 500;
	font-size: 26px;
	color: #0C7984;
	display: block;
	border-bottom: 1px solid #243746;
	padding: 8px 45px 15px 0;
	position: relative;
}

.accordion-title:before{
	content: "\f0a9";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position: absolute;
	top: 0;
	right: 0;;
	color: #0C7984;
	font-size: 38px;

}

.accordion-title.active:before{
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
-moz-transform: rotate(90deg);
}



.accordion-content .button{
    margin-left: 10px;
    margin-right: 10px;
}

/*checkbox style start*/
.checkBox .wpcf7-checkbox input[type="checkbox"]{
	position: absolute;
    opacity: 0;width:100%;
	height:100%;
	z-index:1;
	cursor:pointer;
}
.checkBox span.wpcf7-list-item{
	margin:0;
	display:block;
}

.checkBox .wpcf7-checkbox input[type="checkbox"] + .wpcf7-list-item-label{
	    position: relative;
    cursor: pointer;
    padding:0 0 0 35px;
	min-height:inherit;
    margin: 0 0 17px;
    font-weight: 500;
    color: #243746;
    display: block;
    background:transparent;
	font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
	opacity:1;
}
.checkBox .wpcf7-checkbox input[type="checkbox"] + .wpcf7-list-item-label:before,
.checkBox .wpcf7-checkbox input[type="checkbox"] + .wpcf7-list-item-label:after{
	display:none;
}
.checkBox .wpcf7-checkbox input[type="checkbox"] + .wpcf7-list-item-label:before{
	content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 19px;
    height: 19px;
    background: white;
    border: 1px solid #243746;
    position: absolute;
    left: 0;
    top: 4px;
	transform:none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
/*.checkBox .wpcf7-checkbox input[type="checkbox"] + .wpcf7-list-item-label:hover:before,*/
.checkBox .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    border-color: #0C7984;
	background: #0C7984;
}

@media(max-width:767px){
	.checkBox .wpcf7-checkbox input[type="checkbox"] + .wpcf7-list-item-label{
	  font-size:16px;
		text-align:left;
	}
	.checkBox .wpcf7-checkbox input[type="checkbox"] + .wpcf7-list-item-label:before{
		top:1px;
	}
}


/*-- home banner note --*/

.home-banner-note{background: #F4B233; color: #243746; text-align: center; padding: 26px 0;     position: absolute;
    left: 0;
    right: 0;
	top: 100%;
	z-index: -1;
}
.home-banner-note h4{display: inline-block; vertical-align: middle; margin: 0; color: #243746;}
.banner-note-close{display: inline-block; vertical-align: middle; color: #243746; font-size: 24px; position: absolute;
	right: 34px;    top: 7px;}
.banner-note-close:hover , .banner-note-close:focus{color: #fff;}
.home-banner-note h4 a{border-bottom: 2px solid #243746; color: #243746; display: inline-block; padding: 0 0 2px;}
.home-banner-note h4 a:hover , .home-banner-note h4 a:focus{color: #fff;}

.inner-home-banner-note{position: relative; padding: 0 65px;}


	
/*-- additioanl tempalte style --*/	
.addtional-template{}	
.addtional-template .inner-banner-sec{margin-bottom: 115px;}	
.addtional-template .news-title-sec{padding: 0 0 65px;}	
.addtional-template .news-list-content{color: #0C7984;}	
.addtional-template .news-list-sec{padding: 0 0 4px;}	
.addtional-template .inner-mid-sec{padding: 0 0 72px;}	
.our-values-sec{background: #cceee7; padding: 80px 0 87px; position: relative; margin: 0 0 119px;}	
.our-values-top{max-width: 780px; width: 100%; margin: 0 auto; text-align: center; color: #243746; font-weight: 600; padding: 0 0 40px;}	
.our-values-top h2{color: #243746; margin: 0 0 36px;}	
.our-values-top p{}	
.our-values-slider{}	
.our-values-slider .slick-arrow{color: #243746; z-index: 1;}	
.our-values-slider .slick-arrow:hover , .our-values-slider .slick-arrow:focus{color: #243746; opacity: 0.7;}	
.our-values-item{}	
.our-values-item-col{min-height: 550px; position: relative; padding: 30px 15px; width: 100%; display: flex; flex-direction: column;	
flex-wrap: nowrap; justify-content: center;}	
.our-values-bg{position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-size: cover; background-position: center center;	
background-repeat: no-repeat; width: 100%; height: 100%;}	
.our-values-content{max-width: 780px; width: 100%; margin: 0 auto; color: #fff; position: relative; z-index: 1;}  	
.our-values-content h2{color: #fff; font-size: 68px; margin: 0 0 40px;}	
.our-values-content h5{color: #fff; line-height: 1.4;}	
.our-values-content > *:last-child{margin: 0;}	
.our-values-slider .slick-list{    margin: 0 0 54px;}	
.team-disc-sec{position: relative; padding: 53px 0 59px; margin: 4px 0 10px;}	
.team-disc-bg{position: absolute; right: 0; top: 0; bottom: 0; width:93.5%; background-size: cover; background-position: left center;	
background-repeat: no-repeat;}	
.team-disc-sec .main{position: relative; z-index: 1;}	
.team-disc-row{display: flex; flex-direction: row; flex-wrap: wrap;}	
.team-disc-img-col{    width: 33%;}	
.team-disc-content-col{    width: 67%;    padding-left: 15px; }	
.team-disc-col{display: flex; flex-direction: column; flex-wrap: nowrap;  justify-content: center;}	
.team-disc-img{max-width: 220px; width: 100%;  height: 220px; border-radius: 50%;  background-size: cover; background-position: center center;	
	background-repeat: no-repeat; display: block; margin: 0 auto;}	
.team-disc-content{ color: #fff; }	
.team-disc-content h2 ,.team-disc-content h3 ,.team-disc-content h4 , .team-disc-content h5 , .team-disc-content h6{	
		color: #fff;	
	}	
	.team-disc-content h4{margin: 0 0 32px;}	
	.team-disc-content p{margin: 0 0 50px}	
	.button.white-button{color: #243746;}	
.button.white-button:before{border: 1px solid #ffffff; background: #fff;}	
.button.white-button:hover:before , .button.white-button:focus:before{background: #243746; border-color: #243746;}	
.button.white-button:hover , .button.white-button:focus{color: #fff;}	
.team-disc-content .button{}	
.home-banner-content h3 {	
    color: white;	
}


/*-- hero slider --*/

.hero-slider .slick-track {
	display: flex;
}

.hero-slider .slick-slide {
	height: auto;
	outline: none;
}

.hero-slider .slick-dots {
	display: flex;
	width: 100%;
	max-width: 1228px;
	text-align: left;
	padding: 0 24px;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: 60px;
}

.hero-slider .box-item {
	min-height: 500px;
	padding: 80px 0;
}

.hero-slider .box-bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.hero-slider .box-bg-desktop {
	display: block;
}

.hero-slider .box-bg-mobile {
	display: none;
}

.hero-slider .box-info {
	display: flex;
	max-width: 1228px;
	padding: 0 24px;
	margin: 0 auto;
}

.hero-slider .box-img {
	flex: 1;
	margin: 0 -66px 0 66px;
}

.hero-slider .box-img img {
	width: 100%;
}

.hero-slider .box-text {
	width: 49%;
	padding: 70px 0;
}

.hero-slider .box-text h2 {
	font-size: 48px;
	color: inherit;
	margin-bottom: 30px;
}

.hero-slider .box-text p {
	font-size: 28px;
	font-weight: 400;
}

.hero-slider .box-text p:last-child {
	margin-bottom: 0;
}

.hero-slider .box-text .button {
	text-transform: none;
	margin: 60px 0 0 10px;
}

.hero-slider .box-text .button:hover:before {
	background: #5C8A94;
}

.hero-slider .box-text-in-desktop {
	display: block;
}

.hero-slider .box-text-in-mobile {
	display: none;
}
