/*
Theme Name: Cawarden
Theme URI: https://cawarden.com
Author: colorlib
Author URI: https://cawarden.com/
Description: Cawarden theme
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cawarden
Tags: left-sidebar, right-sidebar, featured-images, post-formats, threaded-comments, theme-options, photography, portfolio, full-width-template, grid-layout
*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 80px 0 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
        display: inline-block;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

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

strong a{font-weight: 700!important}

#site_content:not(#site-navigation):not(#secondary):not(footer) a:hover {
        color: #89904a;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	padding: 1em;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button, input, select, textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

q:before, q:after {
	content: '"' !important;
	display: inline-block;
	position: relative;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	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;
}

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 http://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. */
}

header#masthead{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: white;
}

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

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

hr {
	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. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

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

select {
	border: 1px solid #ccc;
}

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

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

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

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

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a, a:visited {
	color: #333;
	font-weight: 400;
	cursor: pointer;
        text-decoration: underline;
        text-underline-position:under
}

#site_content a, #site_content a:visited {
	color: #333;
    text-decoration: underline;
}

a:active {
	color: #333;
}

a:hover, a:focus {
	color: #333;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    width: 100%;
    padding: 0;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a:not(.custom-logo-link) {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
	width: 100%;
}

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

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

.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
}

/* Small menu. */

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

@media screen and (min-width: 992px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation 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%;
}

.site-title {
	font-size: 24px;
	line-height: 52px;
	color: #666;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	font-weight: 300;
}

.site-title:hover,
.site-title:focus {
	color: #333;
}

#site-navigation .module.left {
	padding-left: 0px;
}

#site-navigation .container > .flex-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}

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

.sbn{margin-bottom: 24px !important}
.sb{margin-bottom: 30px !important}
.sbl{margin-bottom: 40px !important}
.sbx{margin-bottom: 50px !important}
.stn{margin-top: 24px !important}
.st{margin-top: 30px !important}
.stl{margin-top: 30px !important}
.stx{margin-top: 40px !important}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

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

/* Make sure select elements fit in widgets. */

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

.contact-section .wpcf7-form label {
	width: 100%;
}

.contact-section.cover .container {
	padding: 96px 15px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#header_txt{
    height:150px;
}

#header_img{
    height:600px; 
    /*background-attachment:fixed;*/
    background-position: center; 
    background-size: cover !important; 
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
}

@media (max-width: 991px){
    #header_img.mx-center{background-position-x: center;}
    #header_img.mx-left{background-position-x: left;}
    #header_img.mx-right{background-position-x: right;}
    #header_img.my-middle{background-position-y: center;}
    #header_img.my-top{background-position-y: top;}
    #header_img.my-bottom{background-position-y: bottom;}
}

@media (max-width: 575px){
    body.page-id-1987 #header_img {
        background-position: 80% 100%;
    }
}

body.postid-2543 #header_img{
    background-position-y: top;
}

body.postid-2735 #header_img{
    background-position-x: right;
    background-position-y: top;
}

#header_img_lg{
    height:600px; 
    /*background-attachment:fixed;*/
    background-position: center; 
    background-size: cover !important; 
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
}
#header_img_full{
    height:calc(100vh - 80px); 
    /*background-attachment:fixed;*/
    background-position: center; 
    background-size: cover !important; 
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
}
#header_img_text{
    position: absolute;
    bottom: 50px;
    width: 100%;
}
#header_img_text > div{
    max-width: 1140px;
    margin: auto;
}
#header_img_text > div > div{
    display: inline-block;
    border-left: 5px solid #89904a;
    padding-left: 15px;
    background: rgba(43,43,43,0.5);
    padding-right: 10px;
    position: relative;
    margin-right: 15px;
}
/*
#header_img_text > div > div:after{
  content: '';
  width: 0; 
  height: 0; 
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 15px solid rgba(43,43,43,0.5);
  position: absolute;
  top: 0;
  right: -15px
}
*/
#header_img_text div h2{
    color: white;
    font-size: 46px;
    text-shadow: 0 0 1px #858585;
    margin: 10px 0px 10px 0;
}
#header_img_text div h4 span{
    color: #ffcc00
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline, .group-blog .byline {
	display: inline;
}

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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,
	/* Older / Newer Posts Navigation (always hidden) */
.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%;
}

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

/*!
// Contents
// ------------------------------------------------
 1. Global Styles
 2. Mixins
 3. Typography
 4. Colours
 5. Sections
 6. Buttons
 7. Nav
 8. Forms
 9. Breadcrumbs
 10. Pagination
 11. Icon Features
 12. Widgets
 13. Image Tiles
 14. Sliders
 15. Galleries
 16. Header Area
 17. WooCommerce
 18. Blog
 19. Image Blocks
 20. Portfolio
 21. Footer
 22. Spacing
 23. Other
/*!---------- 1. GLOBAL STYLES ----------*/

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 24px;
        color: #333;
        font-family: 'helvetica', sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0px;
        margin-top: 80px!important
}

ul {
	list-style: disc;
}

.main-container {
	clear: both;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
	margin: 0 0 24px 0;
	width: 100%;
}

.bg-dark hr {
	border-color: #555;
}

.content hr {
	width: 128px;
	max-width: 60%;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	border: 0;
}

.list-inline {
	margin-left: 0;
}

.list-inline > li {
	padding: 0 8px;
}

.list-inline > li:last-child {
	padding-right: 0;
}

.list-inline > li:first-child {
	padding-left: 0;
}

.overflow-hidden {
	overflow: hidden;
}

.right {
	right: 0;
}

.relative {
	position: relative;
	z-index: 2;
}

.container {
	position: relative;
}

#main.container {
    min-width: 100%
}
#site_content{
    max-width: 1170px;
    margin: auto;
    padding: 30px 0;
    position: relative;
}

#site_content h3, h2.widget-title{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 30px
}
#site_content h3+p, #site_content h3+ul{
    margin-top: 20px
}

/*sidebar menu*/

.widget_nav_menu > div ul{
    list-style: none;
    margin: 20px 0 0 0;
}

.widget_nav_menu > div li {
    border-border: 1px solid hsla(0,0%,59%,.5);
    padding-bottom: 3px;
    margin-bottom: 0px;
    /*padding-top: 12px;*/
}

.widget_nav_menu > div li a {
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    padding-left: 15px;
    position: relative;
}

.widget_nav_menu > div li a:before {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    font: normal normal 100 10px/1 FontAwesome;
    content: "\f061";
    margin-right: 10px;
    font-weight: 100;
    position: absolute;
    top: 7px;
    left: 0px;
    color: #949292
}

.widget_nav_menu > div li a:hover {
    padding-left: 25px;
    color: #89904a !important;
    text-decoration: none !important
}

.widget_nav_menu > div li a:hover:before {
    color: #89904a !important;
}

#menu-expertise li a:hover,
.widget_nav_menu > div li.current-menu-item a,
.widget_nav_menu > div li.current-page-ancestor a {
    color: #89904a !important;
}

.widget_nav_menu > div li a:hover,
.widget_nav_menu > div li.current-menu-item a:before,
.widget_nav_menu > div li.current-page-ancestor a:before {
    color: #89904a !important;
}

.widget_nav_menu{position: relative; min-height: 350px}
.widget_nav_menu:after{
    position: absolute;
    top: 0;
    right: 0;
    height: 350px;
    width: 1px;
    background: linear-gradient(180deg, rgba(168,168,168,1) 70%, rgba(168,168,168,0.1) 100%);
    -webkit-border-radius: 0 0 50% 50%;
    border-radius: 0 0 50% 50%;
    content: "";
    display: block;
}

/*!---------- 2. MIXINS ----------*/

.align-children {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}

@media all and (max-width: 991px) {
	.align-children {
		display: block !important;
	}
}

.align-transform {
	position: relative;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	top: 50%;
	z-index: 2;
}

/*!---------- 3. TYPOGRAPHY ----------*/

h1, h2, h3, h4, h5, h6, p, ul, ol, table, blockquote, input {
	margin-bottom: 24px;
	margin-top: 0;
	padding: 0;
}
p:last-child{margin-bottom: 0px}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #0e1015;
}

h1 {
	font-size: 60px;
	line-height: 64px;
}

h2 {
	font-size: 45px;
	line-height: 48px;
}

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

h4 {
	font-size: 25px;
	line-height: 30px;
}

h5 {
	font-size: 22px;
	line-height: 28px;
}

h6 {
	font-size: 18px;
	line-height: 25px;
}

@media all and (max-width: 767px) {
	h1 {
		font-size: 32px;
		line-height: 40px;
		font-weight: 300;
	}

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

	h3 {
		font-size: 24px;
		line-height: 32px;
	}

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

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

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

.uppercase {
	font-weight: 400;
	text-transform: uppercase;
}

h5.uppercase {
	letter-spacing: 2px;
	margin-right: -2px;
}

p, span {
	font-weight: 400;
}

p.lead {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

@media all and (max-width: 767px) {
	p.lead {
		font-size: 13px;
		line-height: 24px;
	}

	p {
		/*font-size: 12px;*/
	}
}

.image-bg a {
	color: #fff;
}

.image-bg a:hover,
.image-bg a:focus {
	color: #fff;
	opacity: .9;
}

blockquote {
	overflow: hidden;
	font-size: 18px;
	line-height: 24px;
	padding: 32px 0;
	color: #001c28;
	font-weight: 400;
	border-left: 0 none;
	margin: 0;
}

blockquote p {
	font-size: 18px;
	line-height: 24px;
	color: #001c28;
}

blockquote p:first-child:before,
blockquote p:last-child:after {
	content: "\0022";
}


@media all and (max-width: 767px) {
	br {
		display: none;
	}

	blockquote {
		font-size: 16px;
		line-height: 32px;
	}
}

th, td {
	line-height: 24px !important;
}

/*!---------- 4. COLOURS ----------*/

.bg-primary {
	background: #745cf9 !important;
}

.bg-secondary {
	background: #f5f5f5;
}

.bg-dark {
	/*background-color: #2b2b2b;*/
        background-color: black;
        z-index: 11;
}

/*!---------- 5. SECTIONS ----------*/

section, footer {
	padding: 96px 0;
	position: relative;
	overflow: hidden;
}

.page-template-page-templatestemplate-home-php .content-area {
	padding: 0;
}

footer {
	padding: 42px 0 30px 0;
}

.fullscreen {
	height: 100vh;
}

.bg-dark h3, .bg-dark h5, footer.bg-dark h5, .bg-primary h5, .bg-dark h6, footer.bg-dark h6 {
	color: #fff;
}

.bg-dark p, footer.bg-dark p, .bg-primary p, .bg-dark span, footer.bg-dark span, .bg-dark li, footer.bg-dark li {
	color: #fefefe;
}

@media all and (max-width: 767px) {
	section {
		padding: 80px 0;
	}
}

.image-bg h3, .image-bg h1 {
	color: #fff;
}

.image-bg p, .image-bg li {
	color: #fff;
}

.image-bg div[class*='col-'] {
	position: relative;
	z-index: 3;
}

.background-image-holder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: #0e1015;
	background-size: cover !important;
	background-position: 50% 50% !important;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
}

.background-image-holder img {
	display: none;
}

.background-image-holder.fadeIn {
	opacity: 1;
}

/*!---------- 6. BUTTONS ----------*/

.btn, .button {
	font-family: inherit;
	border: 2px solid #745cf9;
	padding: 0 26px;
	min-width: 150px;
	line-height: 36px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
	color: #745cf9;
	text-align: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	margin-right: 8px;
	margin-bottom: 24px;
	white-space: normal;
}

.btn:last-child, .btn:last-of-type {
	margin-right: 0;
}

.btn:hover, .button:hover, .btn:focus, .button:focus {
	background: #745cf9;
	color: #fff;
}

.btn-lg {
	line-height: 24px;
	min-width: 200px;
	padding-bottom: 13px;
	padding-top: 13px;
}

.btn-sm {
	min-height: 30px;
	font-size: 11px;
	line-height: 27px;
	min-width: 0;
}

.btn-filled, a
.btn-filled,
.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: #745cf9;
	color: #fff;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	padding: 1em;
}

.btn-white, .image-bg .btn, .image-bg .btn:visited {
	color: #fff;
	border-color: #fff;
}

.image-bg .btn.btn-filled {
	background: #745cf9;
	color: #fff;
	border-color: #745cf9;
}

.btn-white:hover, .image-bg .btn:hover, .image-bg .btn:visited:hover,
.btn-white:focus, .image-bg .btn:focus, .image-bg .btn:visited:focus {
	background: #fff;
	border-color: #fff;
	color: #222;
}

.image-bg .btn.btn-filled:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.image-bg .btn.btn-filled:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus {
	background: #5d47d7;
	border-color: #5d47d7;
	color: #fff;
}

.btn:visited {
	color: #745cf9;
}

.btn-white:visited, .btn:visited:hover {
	color: #fff;
}

.btn-white:visited:hover {
	color: #222;
}

.btn-filled:visited {
	color: #fff;
}

.cfa-text {
	margin-bottom: 0;
	line-height: 45px;
}

.cfa-button {
	width: 100%;
}

.btn-filled:hover, .btn:visited:hover, .btn-filled:focus, .btn:visited:focus {
	background: #5d47d7;
	border-color: #5d47d7;
}

input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #5d47d7;
	color: #fff;
}

.widget input[type="submit"] {
	border: none;
	margin-top: 5px;
}

/*!---------- 7. NAVIGATION ----------*/

.nav-container {
	-webkit-backface-visibility: hidden;
	max-width: 100%;
        min-height: 80px;
}

nav {
	-webkit-backface-visibility: hidden;
	max-width: 100%;

}

nav ul {
	margin-bottom: 0;
}

.module {
	display: inline-block;
	padding: 0px;
}

.module-group {
	display: inline-block;
}

.module.left {
	float: left;
}

.module.right, .module-group.right {
	float: right;
}

nav .btn, .nav-bar .btn {
	margin: 0;
	height: auto;
}

.nav-bar {
        line-height: 79px;
}

nav {
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
	background-color: rgba(255,255,255,1);
}

.nav-bar .module:not( .site-title-container ),
.nav-bar .module-group {
	height: 55px;
}

.nav-bar a:not( .custom-logo-link ) {
	display: inline-block;
	height: 55px;
}

.custom-logo-link img{
    width: 140px;
    margin-bottom: 5px;
}

.menu > li.dropdown {
	padding-right: 18px;
}

.dropdown:after {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
	content: "\f107";
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.cawarden-dropdown {
	display: none;
}

.main-navigation .menu {
	width: 100%;
	height: 80px;
}

#main_menu{width:100%}

.main-navigation .menu > li ul {
        margin-top: 0px;
}

.main-navigation .menu li a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: -1px;
	color: #4c4c4c;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	max-width: 100%;
	white-space: normal;
}

.main-navigation .menu li a:hover,
.main-navigation .menu li a:focus,
.main-navigation .menu li:hover > a,
.main-navigation .menu li:focus > a,
.main-navigation .menu > li:hover:after,
.main-navigation .menu > li:focus:after {
	color: #5234f9;
}

.main-navigation .menu > li {
	margin-right: 32px;
	float: left;
	position: relative;
        /*
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	*/
        transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	opacity: 1;
	color: #4c4c4c;
}

.main-navigation .menu > li:last-child {
	margin-right: 0;
}

.main-navigation .menu > li ul {
	left: 0;
	width: 200px;
	padding: 0;
	background: #0e1015;
	position: absolute;
	z-index: 99;
	top: 100%;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	visibility: hidden;
	margin-top: -1px;
}

.main-navigation .menu > li > ul > li {
	position: relative;
	line-height: 24px;
	width: 100%;
	vertical-align: top;
}

.main-navigation .menu > li > ul .dropdown:after {
	color: #0e1015;
	top: 1px;
	right: 24px;
	content: "\f105";
}

.main-navigation .menu > li > ul li a {
	color: #fff;
	height: auto;
	padding: 6px 24px;
}

.main-navigation .menu > li > ul > li ul {
	left: 100%;
	top: 0;
}

.main-navigation .menu > li:hover > ul,
.main-navigation .menu > li:focus-within > ul {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	visibility: visible;
}

.main-navigation .menu > li > ul li:hover > ul,
.main-navigation .menu > li > ul li:focus-within > ul {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	visibility: visible;
}

@media (min-width: 992px){

    nav {
        border-bottom: 0
    }

    .nav-container {
        min-height: 80px;
    }
    
    .nav-bar {
        line-height: 79px;
    }

    .container {
        width: 100%;
    }
    
    .main-navigation .menu {
        width: 100%;
        height: 80px;
    }
    
    #main_menu{
        width:100%;
        margin-top: -24px;
    }

    .main-navigation .menu > li ul {
        margin-top: 0px;
    }

    /*
    #main_menu #menu > li{
        width: 14.2857142%;
        width:16.66%;
        margin-right: 0px;
        text-align: center;
    }
    */

    #main_menu #menu {
        display: -webkit-flex; 
        display: flex;
        -webkit-flex-flow: row nowrap; 
        flex-flow: row nowrap;
    }

    #main_menu #menu > li{ 
        -webkit-flex: 1 auto; 
        flex: 1 auto;
        margin-right: 0px;
        text-align: center;
    }

    #main_menu #menu > li:hover{
        background-color: #f6f6f6
    }

    #main_menu #menu > li > a{
        height: 80px;
        display: block;
        border-top: 5px solid white;
        font-family: 'helvetica', sans-serif;
        font-size: 16px;
        color: rgb(0, 12, 20);
        letter-spacing: 0px;
        text-transform: capitalize;
        font-weight: 100;
    }

    #main_menu #menu > li:hover > a{
        /*color: #4c4c4c;*/
        text-decoration: none;
        border-top: 5px solid #89904A;
        color:white;
        /*background-color: #2b2b2b;*/
        background-color: black
    }

    #main_menu #menu > li.current-menu-item > a, #main_menu #menu > li.current-menu-ancestor > a{
        border-top: 5px solid #89904A
    }
    
    #main_menu #menu > li.dropdown {
        padding-right: 0px;
    }
    
    #main_menu #menu > li.dropdown:after {
        content: "";
    }
    
    #main_menu #menu > li.dropdown > a:after {
        position: absolute;
        top: 3px;
        right: 15px;
        font-size: 11px;
        content: "\f107";
        font-family: 'fontawesome';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
    }

    .main-navigation {
        padding: 0
    }

    #site-navigation .module.left {
        padding-left: 0px;
        padding-right: 0px;
    }

    .custom-logo-link{margin-right: 30px}
    
    #main_menu #menu .dropdown-menu a{
        font-family: 'helvetica', sans-serif;
        font-size: 15px;
        font-weight: 100;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        letter-spacing: 0px;
        /*color: black;
        background-color: #f6f6f6*/
        color:white;
        /*background-color: #2b2b2b*/
        background-color: black
    }

    .main-navigation .menu > li ul {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        border-top-color: white;
    }
    
    .main-navigation .menu > li:hover > ul,
    .main-navigation .menu > li:focus-within > ul {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
        border-top-color: white;
    }

    /*
    #main_menu #menu .dropdown-menu a:hover{
        color: black;
        text-decoration: none;
        background-color: black;
        color: white
    }
    */
    #main_menu #menu .dropdown-menu a:hover{
        padding-left:40px;
        padding-right:0px;
    }
    #main_menu #menu .dropdown-menu .current-menu-item a{
        padding-left:40px;
        position: relative;
        padding-right: 0px;
    }
    #main_menu #menu .dropdown-menu .current-menu-item a:before {
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
        font: normal normal 100 10px/1 FontAwesome;
        content: "\f061";
        margin-right: 10px;
        font-weight: 100;
        position: absolute;
        top: 12px;
        left: 25px;
        color: white
    }
    
    .module.widget-handle {
        padding: 0px;
    }
    
    .module.widget-handle i {
        font-size: 22px;
        color: rgb(0, 12, 20);
    }
    
    .shapely-dropdown{display: none}
    
    .module {
        display: inline-block;
        padding: 0;
    }
    
    .container {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
        max-width: 1140px;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    #site-navigation .container > .flex-row {
        max-width: 1140px;
        margin: auto;
    }

    .main-navigation ul ul {
        box-shadow: none;
        border-radius: 0;
        border-width: 0;
        background-color: #f6f6f6;
    }

    #menu .dropdown-menu{
        width:280px; 
        /*border-bottom: 10px solid #2b2b2b;*/
        /*border-top: 10px solid #2b2b2b;*/
        border-bottom: 10px solid black; 
        border-top: 10px solid black;
        background-color: #000;
    }
    
}

@media all and (max-width: 1024px) {
	.dropdown:after {
		display: none;
	}

	.cawarden-dropdown {
		font-size: 11px;
		padding: 0 10px;
		display: inline-block;
	}

	.main-navigation .menu > li > ul li:hover > a,
	.main-navigation .menu > li > ul li:focus > a {
		background-color: transparent !important;
	}

	.main-navigation .menu li:hover > a,
	.main-navigation .menu li:focus > a {
		color: #4c4c4c;
	}

	body .main-navigation .menu > li > ul li:hover > a,
	body .main-navigation .menu > li > ul li:focus > a {
		color: #8c979e;
	}


}

@media all and (min-width: 991px) and (max-width: 1024px) {
	.dropdown-menu .cawarden-dropdown {
		position: absolute;
		top: 0;
		right: 0;
	}

	.dropdown-menu .cawarden-dropdown > .fa-angle-down:before {
		content: "\f105";
	}
}

@media all and (max-width: 991px) {
	.cawarden-dropdown {
		float: right;
		border: 1px solid;
	}

	.cawarden-dropdown .menu li a {
		padding: 10px 0;
	}

	#site-navigation.main-navigation .menu > li > ul li a {
		width: auto;
		display: inline-block;
	}
}

.nav-container {
	min-height: 56px;
}

nav.outOfSight {
	transform: translate3d(0, -100px, 0);
	-webkit-transform: translate3d(0, -100px, 0);
	-moz-transform: translate3d(0, -100px, 0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

nav.scrolled {
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

nav.fixed.scrolled {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

nav.fixed {
	top: 0;
	z-index: 999;
	left: 0;
	right: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

nav.fixed {
	position: fixed;
	visibility: hidden;
	opacity: 0;
}

nav.fixed.scrolled {
	visibility: visible;
	opacity: 1;
}

.dropdown-menu {
	border-radius: 0;
}

.nav-open {
	max-height: 10000px !important;
	height: auto !important;
}

.nav-open .navbar-collapse, .nav-open #menu {
	display: block;
}

.module.widget-handle {
	padding: 0 5px;
	cursor: pointer;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
}

@media all and (max-width: 1100px) {
	.module.widget-handle {
		padding: 0 16px;
	}
}

@media all and (max-width: 991px) {

	.menu li:focus-within ul.dropdown-menu,
	ul.dropdown-menu.active {
		display: block !important;
	}
}

.module.widget-handle i {
	font-size: 14px;
	line-height: 53px;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	color: #3a52bf;
}

.module.widget-handle:hover i,
.module.widget-handle:focus i {
	opacity: 1;
}

.widget-handle .function {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	cursor: default;
	width: 200px;
	background: #0e1015;
	position: absolute;
	z-index: 99;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	-moz-transform: translate3d(0, -200%, 0);
	margin-top: -2px;
	right: 0;
}

.module.widget-handle:hover .function,
.module.widget-handle:focus .function,
.module.widget-handle .function.active {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	visibility: visible;
}

.module.widget-handle .title {
	font-family: inherit;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	display: none;
	opacity: .5;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.module.widget-handle .title:hover,
.module.widget-handle .title:focus {
	opacity: 1;
}


/*Search Page */

.search #primary, .no-results {
	padding-top: 0
}

.no-results {
	border-bottom: 0;
}

.no-results form.search-form {
	padding: 0;
	width: 100%;
}

.not-found form #s {
	max-width: 292px;
	width: 71%;
}

.no-results form .searchsubmit {
	margin: 0;
}

.not-found form .searchsubmit i {
	display: none;
}

.not-found form .searchsubmit span.screen-reader-text {
	clip: auto;
	position: relative !important;
	height: auto;
	width: auto;
}

.main-navigation .menu > li ul {
	background: #fff;
}

.main-navigation .menu > li ul {
	background: #fff;
}

.main-navigation .menu > li > ul li a {
	color: #8c979e;
	width: 100%;
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
}

.main-navigation .menu > li > ul li a:hover,
.main-navigation .menu > li > ul li:hover > a,
.main-navigation .menu > li > ul li a:focus,
.main-navigation .menu > li > ul li:focus > a {
	background: #f8f8f8;
	color: #5234f9;
}

.main-navigation .menu > li > ul li:hover > a,
.main-navigation .menu > li > ul li:focus > a {
	opacity: 1;
}

.main-navigation .dropdown-menu > .active > a, .main-navigation .dropdown-menu > .active > a:focus {
	/*color: #0e1015;*/
	background-color: #fff;
}

.main-navigation .menu > li > ul .dropdown:hover:after,
.main-navigation .menu > li > ul .dropdown:focus:after {
	color: #5234f9;
}

/* Widget Menu */
.widget_nav_menu .sub-menu,
.widget.widget_pages ul.children {
	border-top: 1px solid #ebebeb;
	padding-top: 20px;
	margin-top: 20px;
}

@media all and (max-width: 1120px) {
	.main-navigation .menu > li {
		margin-right: 24px;
	}
}

/* Mobile Menu on Desktop */
@media all and (min-width: 992px) {
	.mobile-menu .module.widget-handle {
		border-left: none;
		line-height: 40px;
		min-height: 40px;
	}

	.mobile-menu .nav-bar .module-group {
		width: 100%;
	}

	.mobile-menu .visible-xs,
	.mobile-menu .visible-sm,
	.mobile-menu .nav-open .navbar-collapse.collapse {
		display: block !important;
	}

	.mobile-menu .navbar-collapse.collapse,
	.mobile-menu .nav-bar .module-group .module.hidden-xs,
	.mobile-menu .nav-bar .module-group .module.hidden-sm {
		display: none !important;
	}

	.mobile-menu #site-navigation .container > .flex-row {
		flex-wrap: wrap;
	}

	.mobile-menu .nav-bar, .nav-bar .module-group,
	.mobile-menu .nav-bar .module,
	.mobile-menu .nav-bar .module:not( .site-title-container ) {
		height: auto;
	}

	.mobile-menu .nav-bar .module {
		padding: 0 16px;
	}

	.mobile-menu .navbar-collapse {
		margin-top: 20px;
		width: 100%;
	}

	.mobile-menu .main-navigation .menu li {
		line-height: 24px;
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.mobile-menu .main-navigation .menu a {
		height: auto;
		line-height: 24px;
		padding: 4px 0;
	}

	.mobile-menu .cawarden-dropdown {
		float: right;
		border: 1px solid;
		font-size: 11px;
		padding: 0 10px;
		display: inline-block;
		cursor: pointer;
	}

	.mobile-menu .main-navigation .menu > li > ul {
		position: relative;
		opacity: 1;
		visibility: visible;
		display: none;
		transform: translate3d(0, 0px, 0);
		-webkit-transform: translate3d(0, 0px, 0);
		-moz-transform: translate3d(0, 0px, 0);
		width: 100%;
		left: 0;
		border: 0 !important;
		box-shadow: none;
	}

	.mobile-menu .dropdown:after {
		display: none;
	}

	.mobile-menu ul.dropdown-menu.active {
		display: block !important;
	}

	.mobile-menu .module-group .module.left {
		float: none;
		display: block;
	}

	.mobile-menu .main-navigation .menu > li ul {
		position: relative;
		width: 100%;
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0px, 0);
		-webkit-transform: translate3d(0, 0px, 0);
		-moz-transform: translate3d(0, 0px, 0);
		left: 0;
		border: 0 !important;
		box-shadow: none;
	}

	.mobile-menu .main-navigation .menu > li > ul > li ul {
		left: 0 !important;
		display: none;
		padding: 0;
	}

	.mobile-menu #site-navigation.main-navigation .menu > li > ul li a {
		width: auto;
		display: inline-block;
		padding: 10px 16px;
	}

	.mobile-menu .main-navigation .menu > li > ul li a {
		padding: 10px 16px;
	}

	.mobile-menu .main-navigation .dropdown .dropdown li {
		padding-left: 18px;
	}

	.mobile-menu .main-navigation .menu > li > ul li a:hover,
	.mobile-menu .main-navigation .menu > li > ul li:hover > a,
	.mobile-menu .main-navigation .menu > li > ul li a:focus,
	.mobile-menu .main-navigation .menu > li > ul li:focus > a {
		background-color: #fff;
	}

	.mobile-menu .search-widget-handle .search {
		padding: 0 15px;
	}

	.mobile-menu .widget-handle .function {
		width: 100%;
		max-width: 300px;
		position: relative;
		opacity: 1;
		transform: translate3d(0, 0px, 0);
		-webkit-transform: translate3d(0, 0px, 0);
		-moz-transform: translate3d(0, 0px, 0);
		visibility: visible;
		margin-top: 0;
		display: none;
		box-shadow: none !important;
	}

	.mobile-menu .module.widget-handle .title {
		display: inline-block;
		position: relative;
		bottom: 3px;
		margin-left: 8px;
	}

	.mobile-menu .toggle-search .function {
		display: block;
	}
}

@media all and (max-width: 991px) {
	.site-title-container {
		width: 84%;
	}

	.nav-bar, .nav-bar .module-group, .nav-bar .module, .nav-bar .module:not( .site-title-container ) {
		height: auto;
	}

	.nav-bar .module {
		padding: 0 16px;
	}

	.nav-bar .module-group {
		width: 100%;
	}

	.nav-bar .module-group .module {
		display: block;
		float: none;
		width: 100%;
	}

	.main-navigation .menu {
		height: auto;
	}

	.main-navigation .menu a {
		height: auto;
		line-height: 24px;
		padding: 4px 0;
	}

	.main-navigation .menu li {
		line-height: 24px;
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.main-navigation .menu > li ul {
		position: relative;
		width: 100%;
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0px, 0);
		-webkit-transform: translate3d(0, 0px, 0);
		-moz-transform: translate3d(0, 0px, 0);
		left: 0;
		border: 0 !important;
		box-shadow: none;
	}

	.main-navigation .menu > li > ul {
		position: relative;
		opacity: 1;
		visibility: visible;
		display: none;
		transform: translate3d(0, 0px, 0);
		-webkit-transform: translate3d(0, 0px, 0);
		-moz-transform: translate3d(0, 0px, 0);
	}

	.main-navigation .menu > li > ul .dropdown:after {
		content: "\f107";
	}

	.main-navigation .menu > li > ul > li ul {
		left: 0 !important;
		display: none;
		padding: 0;
	}

	.main-navigation .menu > li > ul li a {
		padding: 10px 16px;
	}

	.main-navigation .dropdown .dropdown li {
		padding-left: 18px;
	}

	.main-navigation .dropdown {
		padding-right: 0;
	}

	.module.widget-handle {
		border-left: none;
		line-height: 40px;
		min-height: 40px;
	}

	.module.widget-handle i {
		line-height: 40px;
	}

	.module.widget-handle .title {
		display: inline-block;
		position: relative;
		bottom: 3px;
		margin-left: 8px;
	}

	.widget-handle .function {
		width: 100%;
		max-width: 300px;
		position: relative;
		opacity: 1;
		transform: translate3d(0, 0px, 0);
		-webkit-transform: translate3d(0, 0px, 0);
		-moz-transform: translate3d(0, 0px, 0);
		visibility: visible;
		margin-top: 0;
		display: none;
		box-shadow: none !important;
	}

	.toggle-search .function {
		display: block;
	}

	.search-widget-handle .search {
		padding: 0 15px;
	}

	.mobile-toggle {
		border: none;
		background: transparent;
	}

	.mobile-toggle i {
		line-height: 53px !important;
	}

	#site-navigation .container > .flex-row {
		flex-wrap: wrap;
	}

	.navbar-collapse {
		margin-top: 20px;
	}
}

/*!---------- 8. FORMS ----------*/

input, textarea {
	font-family: inherit;
}

input[type="text"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"], input[type="search"], input[type="email"], input[type="tel"] {
	background: #f5f5f5;
	border: 1px solid #EEE;
	width: 100%;
	height: 50px;
	padding-left: 20px;
	font-weight: 500;
	margin-bottom: 24px;
	border-radius: 0;
}

input[type="text"]:focus, input[type="search"]:focus {
	outline: 1px solid #ccc;
}

textarea {
	width: 100%;
	background: #f5f5f5;
	border-radius: 0;
	padding: 16px 20px;
}

textarea:focus {
	outline: 1px solid #ccc;
}

:-moz-placeholder {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #777;
	font-size: 11px;
}

::-moz-placeholder {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #777;
	font-size: 11px;
}

:-ms-input-placeholder {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #777;
	font-size: 11px;
}

input.transparent::-moz-input-placeholder, button.transparent::-moz-input-placeholder {
	color: #fff;
}

input.transparent:-moz-input-placeholder, button.transparent:-moz-input-placeholder {
	color: #fff;
}

input.transparent:-ms-input-placeholder, button.transparent:-ms-input-placeholder {
	color: #fff;
}

input[type="submit"],
button[type="submit"] {
	background: #745cf9;
	border-radius: 0 !important;
	border: 2px solid #745cf9;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 50px;
	letter-spacing: 1px;
	line-height: 48px;
	max-width: 250px;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

.search-widget-handle button[type="submit"] i {
	display: none;
}

.bg-primary input[type="submit"] {
	background: #fff;
	color: #745cf9;
}

/*!---------- 9. BREADCRUMBS ----------*/

.breadcrumb {
	margin-bottom: 24px;
}

.breadcrumb a {
	font-weight: 300;
}

/*!---------- 10. PAGINATION ----------*/

.pagination {
	margin: 0;
	border: none;
	background: transparent;
}

.pagination .nav-links *:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination .nav-links *:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pagination a,
.pagination span{
	width: 32px;
	height: 32px;
	padding: 0;
	text-align: center;
	padding-top: 6px;
	margin: 0 4px;
	color: #0e1015;
	font-weight: 400;
	font-family: inherit;
	display: inline-block;
	border: 1px solid #ddd;
	line-height: 20px;
}

.pagination span:not( .dots ){
	background: #745cf9;
	color: #fff;
	border-color: #745cf9;
}

.pagination a:hover,
.pagination a:focus,
.pagination .active a,
.pagination .active:hover a,
.pagination .active:focus a {
	background: #745cf9;
	color: #fff;
	border-color: #745cf9;
}

/*!---------- 11. ICON FEATURES ----------*/

.feature {
	margin-bottom: 24px;
}

.feature p:last-child {
	margin-bottom: 0;
}

.feature-1 i {
	display: inline-block;
	margin-bottom: 16px;
	color: #745cf9;
}

.page-title {
	padding: 0;
}

/*!---------- 21. FOOTER ----------*/

footer.bg-dark a {
	color: #fff;
}

.social-list {
	margin: 0;
}

.bg-dark .social-list a {
	color: #fff;
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:         all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bg-dark .social-list a:hover,
.bg-dark .social-list a:focus {
	color: #5234f9;
}

.back-to-top {
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 36px;
	width: 36px;
	/*padding: 5px 11px;*/
	padding: 5px;
}

.back-to-top .fa {
	font-size: 18px;
	color: #fff;
}

.back-to-top:hover, .back-to-top:focus {
	opacity: 1;
}

.bg-dark .back-to-top {
	border-color: #fff;
}

.bg-dark .back-to-top:active, .bg-dark .back-to-top:focus {
	color: #fff;
}

.bg-dark .back-to-top:hover, .bg-dark .back-to-top:focus {
	background: none;
}

.footer input[type="submit"] {
	border: 0;
	margin-top: 3px;
}

.copyright-text {
	color: #fefefe;
}

.footer .footer-credits {
	color: #fff;
}

.footer .footer-credits a {
	color: #fefefe;
	opacity: .8;
}

.footer .footer-credits a:hover,
.footer .footer-credits a:focus {
	color: #5234f9;
}

/*!---------- 22. SPACING ----------*/

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb16 {
	margin-bottom: 16px;
}

.mb24 {
	margin-bottom: 24px;
}

.mb32 {
	margin-bottom: 32px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb64 {
	margin-bottom: 64px;
}

.p24 {
	padding: 24px;
}

.p0 {
	padding: 0;
}

.pt48 {
	padding-top: 48px;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pt0 {
	padding-top: 0;
}

/*
@media all and (max-width: 767px) {
	.mb-xs-24 {
		margin-bottom: 24px;
	}

	.mb-xs-40 {
		margin-bottom: 40px;
	}
}
*/
/* Layout */

.has-sidebar-left #secondary {
	padding-right: 40px;
}

.no-sidebar {
	float: none;
	margin: 0 auto;
}

.full-width {
	width: 100%;
}

.tags-links {
	display: block;
}

#social {
	background: transparent;
	float: right;
}
.cawarden-social-links #social {
	display: inline-block;
	float: none;
	margin-top: 20px;
	border: 0 none;
}
.cawarden-social-links #social ul {
	padding-left: 0;
}
.cawarden-social-links #social ul.list-inline > li:last-child {
	padding-right: 10px;
}
#secondary .cawarden-social-links h3.cfa-text {
	font-size: 22px;
    line-height: 24px;
    color: #001c28;
}

.header-image-bg {
	background-size: cover;
	position: relative;
}

.header-image-bg .page-title {
	position: relative;
	z-index: 2;
}

.customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button {
	left: 0 !important;
}

#site-navigation .customize-partial-edit-shortcut button, #site-navigation .widget .customize-partial-edit-shortcut button, #colophon .customize-partial-edit-shortcut button, #colophon .widget .customize-partial-edit-shortcut button, #secondary .customize-partial-edit-shortcut button, #secondary .widget .customize-partial-edit-shortcut button {
	left: -30px !important;
}

.video-widget {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 56px);
}

.video-widget .video-controls {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 6;
}

.video-widget .video-controls button {
	background: #745cf9;
	color: #fff;
	border: none;
	padding: 5px 10px;
	text-align: center;
}

.video-widget.youtube {
	position: relative;
	background: transparent;
}

.vimeo-holder iframe {
	width: 100%;
}

.video-widget.vimeo:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
}

.ytplayer-container {
	position: absolute;
	top: 0;
	z-index: -1;
}

.cawarden_home_parallax {
	width: 100%;
	display: block;
}

.cawarden_home_parallax > section:not(.image-bg) .btn-white {
	border-color: #745cf9;
	color: #745cf9;
}

.cawarden_home_parallax > section:not(.image-bg) .btn-white:hover,
.cawarden_home_parallax > section:not(.image-bg) .btn-white:focus {
	color: #fff;
	background-color: #5234f9;
	border-color: #5234f9;
}

.cawarden_home_parallax > section:not(.image-bg) .btn-white:active {
	border-color: #5234f9;
	background-color: #5234f9;
	color: #fff;
}

.bg-secondary .text-right {
	z-index: 2;
}

.cawarden-social {
	margin-right:-20px;
}

.cawarden-social-link {
	display:block;
	float:left;
	margin:0 20px 20px 0;
}

.cawarden-social .cawarden-social-icon {
	font-family: 'fontawesome';
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	color: #fff;
	font-size:18px;
	position: relative;
	text-align:center;
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:         all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

aside .cawarden-social .cawarden-social-icon {
	color: #001c28;
}

.cawarden-social .cawarden-social-icon:hover,
.cawarden-social .cawarden-social-icon:focus {
	color:#5234f9;
}

.cawarden-social-link--behance .cawarden-social-icon:before {
	content:'\f1b4';
}
.cawarden-social-link--codepen .cawarden-social-icon:before {
	content:'\f1cb';
}
.cawarden-social-link--dropbox .cawarden-social-icon:before {
	content:'\f16b';
}
.cawarden-social-link--delicious .cawarden-social-icon:before {
	content:'\f1a5';
}
.cawarden-social-link--deviantart .cawarden-social-icon:before {
	content:'\f1bd';
}
.cawarden-social-link--digg .cawarden-social-icon:before {
	content:'\f1a6';
}
.cawarden-social-link--dribbble .cawarden-social-icon:before {
	content:'\f17d';
}
.cawarden-social-link--facebook .cawarden-social-icon:before {
	content:'\f09a';
}
.cawarden-social-link--flickr .cawarden-social-icon:before {
	content:'\f16e';
}
.cawarden-social-link--github .cawarden-social-icon:before {
	content:'\f09b';
}
.cawarden-social-link--instagram .cawarden-social-icon:before {
	content:'\f16d';
}
.cawarden-social-link--linkedin .cawarden-social-icon:before {
	content:'\f0e1';
}
.cawarden-social-link--medium .cawarden-social-icon:before {
	content:'\f23a';
}
.cawarden-social-link--pinterest .cawarden-social-icon:before {
	content:'\f0d2';
}
.cawarden-social-link--reddit .cawarden-social-icon:before {
	content:'\f281';
}
.cawarden-social-link--skype .cawarden-social-icon:before {
	content:'\f17e';
}
.cawarden-social-link--slack .cawarden-social-icon:before {
	content:'\f198';
}
.cawarden-social-link--soundcloud .cawarden-social-icon:before {
	content:'\f1be';
}
.cawarden-social-link--tumblr .cawarden-social-icon:before {
	content:'\f173';
}
.cawarden-social-link--tripadvisor .cawarden-social-icon:before {
	content:'\f262';
}
.cawarden-social-link--twitch .cawarden-social-icon:before {
	content:'\f1e8';
}
.cawarden-social-link--twitter .cawarden-social-icon:before {
	content:'\f099';
}
.cawarden-social-link--vimeo .cawarden-social-icon:before {
	content:'\f27d';
}
.cawarden-social-link--youtube .cawarden-social-icon:before {
	content:'\f16a';
}

#colophon .widget {
	margin-bottom: 24px;}

#colophon .site-info {
	margin-top: 15px; }

#colophon .widget {
	display: inline-block;
	width: 100%; }

#colophon .widget ul {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}

#colophon .widget ul li {
	margin-right: 0; }

#colophon .widget .widget-title {
	color: #fff;
	border-bottom: none;
        margin-bottom: 20px;
}

#colophon .widget.widget_calendar #wp-calendar > caption {
	color: #fff; }

#colophon .widget.widget_calendar #wp-calendar td:not(.pad):not(#next):not(#prev)#today, #colophon .widget.widget_calendar #wp-calendar thead {
	color: #fff; }

#colophon .widget.widget_calendar #wp-calendar th, #colophon .widget.widget_calendar #wp-calendar td {
	color: #fff; }

#colophon .widget.widget_calendar #wp-calendar #prev:before, #colophon .widget.widget_calendar #wp-calendar #next:before {
	color: #fff; }

#colophon .widget.widget_rss ul li .rsswidget {
	color: #fff; }

#colophon .widget.widget_rss ul li .rsswidget:hover, #colophon .widget.widget_rss ul li .rsswidget:focus {
	color: #5234f9; }

#colophon .widget.widget_rss .widget-title a {
	color: #fff; }

#colophon .widget.widget_rss .widget-title a:hover, #colophon .widget.widget_rss .widget-title a:focus {
	color: #5234f9; }

/*
* Content
*/
.post-content {
	margin-bottom: 20px; }

.post-content .entry-header {
	position: relative; }

.post-content .entry-header img {
	width: 100%; }

.post-content .post-meta {
	list-style-type: none;
	margin-left: 0; }

.post-content .post-meta li {
	position: relative; }

.post-content .post-meta li a {
	color: #745cf9;
	font-weight: 400; }

.post-content .post-meta li a:hover, .post-content .post-meta li a:focus {
	color: #5234f9; }

.post-content .post-meta li:before {
	content: '';
	height: 10px;
	width: 2px;
	background: #001c28;
	display: block;
	position: absolute;
	bottom: 6px;
	left: -13px; }

.post-content .post-meta li:first-of-type:before {
	content: none; }

.post-content .entry-content .post-title {
	font-size: 30px;
	line-height: 35px;
	margin-top: 25px;
	margin-bottom: 10px; }

.post-content .entry-content .post-title a {
	font-weight: 300;
	color: #001c28; }

.post-content.post-grid-small .cawarden-category {
	width: 70%; }

.post-content .cawarden-category {
	position: absolute;
	background: #fff;
	height: 62px;
	width: 45%;
	bottom: 0;
	left: 0; }

.post-content .cawarden-category a {
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	color: #bebebe;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 16px;
	padding-bottom: 13px;
	position: relative; }

.post-content .cawarden-category a:hover, .post-content .cawarden-category a:focus {
	color: #5234f9; }

.post-content .cawarden-category a:after {
	content: '';
	display: block;
	width: 45px;
	height: 1px;
	background: #ebebeb;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-khtml-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0; }

.post-content .more-link {
	display: block;
	width: 140px;
	margin-top: 20px;
	text-align: center;
	background: #745cf9;
	color: #fff;
	padding: 10px 20px; }

.post-content .more-link:hover, .post-content .more-link:focus {
	background: #5234f9; }

.cawarden-next-prev {
        padding: 30px 0
}
.cawarden-next-prev .text-left {
        padding-left: 0px
}
.cawarden-next-prev .text-right {
        padding-right: 0px
}


.pt0 {
	padding-top: 30px; }

/*misc*/
.row{margin: 0px}
.stl{margin-top: 40px !important}
.sb{margin-bottom: 30px !important}
.nl > a{cursor: default}
.footer-widget, .site-info{padding-left: 0px; padding-right: 0px}
/*footer*/
footer h2 {
    font-family: 'helvetica', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    display: block !important;
    color: #89904a !important;
    font-size: 20px !important;
    line-height: 20px !important;
}

footer .fw2 a{
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

footer .fw2 a:hover{
    text-decoration: none;
    color: #89904a !important;
    margin-left: 10px
}

footer .fs{
    height: 46px;
    width: 46px;
    line-height: 46px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 20px;
    text-align: center;
    /*padding-top: 11px;*/
    padding-left: 1px;
}

footer .fs:hover{
    color: #89904a !important;
    border-color: #89904a !important;
}
footer .fs:last-child{
    margin-right: 0px;
}

footer .fw3 h2, footer .fw3 div{text-align: center}

footer .ar{
    display: inline-block;
    margin-top: 10px;
    text-decoration: none !important;
    font-size: 13px;
    padding-right: 12px;
    position: relative
}
footer .ar:visited{
    text-decoration: none !important;
}
footer .ar:hover{
    text-decoration: none !important;
    color:#89904a!important
}
footer .ar:after {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font: normal normal 100 9px/1 FontAwesome;
    content: "\f061";
    position: absolute;
    right: 0px;
    top: 7px;
    color: white
}
footer .ar:hover:after {
    color:#89904a!important
}

/*cta*/
.cta{
    margin-top: 30px; 
    background-color: rgb(234,234,234) !important;
    padding: 40px 60px 20px 60px;
    position: relative;
}
.cta h4 {
    font-size: 20px;
    color: #0e1015;
    margin: 0 auto;
    width: 50%;
    text-align: center;
}
.cta h5 {
    font-size: 20px;
    color: #89904a;
    margin: 0 auto;
    width: 50%;
    text-align: center;
}
.cta h5:before {
    background-color: hsla(0,0%,59%,.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}
.cta h5 + h4{
    margin-top: 30px
}
/*page slider*/
.msacwl-gallery-slider .slick-dots, .msacwl-gallery-carousel .slick-dots {
    bottom: 15px !important;
}

.msacwl-gallery-slider .slick-dots li, .msacwl-gallery-carousel .slick-dots li {
    width: 16px !important;
    height: 16px !important;
}

.msacwl-gallery-slider .slick-dots li button, .msacwl-gallery-carousel .slick-dots li button {
    background: #fff !important;
    margin: 0px !important;
    cursor: pointer !important;
    padding: 0px !important;
    border: 1px solid #acb559 !important;
    border-radius: 50% !important;
    width: 16px !important;
    height: 16px !important;
}

.msacwl-gallery-slider button.slick-prev, .msacwl-gallery-carousel button.slick-prev,
.msacwl-gallery-slider button.slick-next, .msacwl-gallery-carousel button.slick-next {
    background-color: rgba(172,181,89,0.6) !important;
}

.msacwl-gallery-slider button.slick-prev:hover, .msacwl-gallery-carousel button.slick-prev:hover,
.msacwl-gallery-slider button.slick-next:hover, .msacwl-gallery-carousel button.slick-next:hover {
    background-color: rgba(172,181,89,1) !important;
}

.msacwl-gallery-slider .slick-dots li button:hover, .msacwl-gallery-carousel .slick-dots li button:hover,
.msacwl-gallery-slider .slick-dots li.slick-active button, .msacwl-gallery-carousel .slick-dots li.slick-active button{
    background-color: #acb559 !important;
}
.msacwl-img-link{width:100%}

/* ul*/
#primary ul:not(.slick-dots):not(.wpforms-field-required) {margin-bottom: 20px; list-style: none; margin-left: 19px}
#primary ul:not(.slick-dots):not(.wpforms-field-required) li::before {
  content: "\2022";
  color: #89904a;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
  font-size: 30px;
  position: absolute;
  left: 0px;
  top: 1px
}

#primary ul:not(.slick-dots):not(.wpforms-field-required) ul {
  margin-top: 20px
}

#primary ul:not(.slick-dots):not(.wpforms-field-required) ul li::before {
  content: "\f00c";
  font: normal normal 100 12px/1 FontAwesome;
  top: 7px;
}

#primary ul:not(.slick-dots):not(.wpforms-field-required) li {
    position: relative;
    line-height: 25px; 
    margin-bottom: 10px;
    font-weight: 400
}

/*downloads*/
.download a:before {
    font: normal normal 100 80px/1 FontAwesome;
    content: '\f0ed';
    position: absolute;
    top: 20px;
    left: calc(50% - 40px);
    color: #89904a;
    transition: all 0.3s;
}
.download a:hover:before {
    transform: scale(1.1);
}
.download a{
    background-color: rgb(234,234,234); 
    display: block; 
    height: 100%; 
    padding: 110px 30px 30px 30px; 
    text-align: center;
    position: relative;
    font-weight: 400;
    text-decoration: none
}
.download a:visited{
    text-decoration: none
}
.download a:hover{text-decoration: none}
.download a strong{
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}
.download a strong:before {
    background: linear-gradient(90deg, rgba(137,144,74,0.1) 0%, rgba(137,144,74,1) 30%, rgba(137,144,74,1) 70%, rgba(137,144,74,0.1) 100%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 20px;
    width: 100%;
}
/*page-slider*/
.page-slider{
    margin-bottom: 30px; 
    margin-top: 20px;
    background-color: rgb(234,234,234) !important;
    position: relative
}
.page-slider .page-slider-spacer{width: 33.33%}
.page-slider .page-slide{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px
}

.page-slider.psq:not(.nq) .page-slide p:nth-child(3):before {
    content: '\201c';
    color: #89904a;
    margin-right: 3px;
    font-size: 23px;
}
.page-slider.psq:not(.nq) .page-slide p:last-child:after {
    content: '\201d';
    color: #89904a;
    margin-left: 3px;
    font-size: 23px;
    line-height: 10px
}


/*
.page-slider a {
    border: 2px solid black!important;
    font-size: 15px;
    font-weight: 400;
    padding: 7px 25px 7px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 0.05rem;
    background-color: black!important;
    border-radius: 0px!important;
    color: white!important;
    min-width: revert;
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
    line-height: 22px;
    margin-top: 12px;
}

.page-slider a:after {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font: normal normal 100 11px/1 FontAwesome;
    content: "\f061";
    position: absolute;
    right: 10px;
    top: 13px
}

.page-slider a:hover {
    background-color: black!important;
    border-color: black!important;
    color: white!important;
    text-decoration: none;
    opacity: 1!important;
    padding-right: 35px
}
*/

.page-slider a{
    text-transform: uppercase;
    padding: 4px 24px!important;
    background-color: #333!important;
    color: #ffffff!important;
    border: 1px solid #333;
    border-radius: 23px!important;
    text-decoration: none!important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px!important;
    font-weight: 600;
    display: inline-block;
    margin: 12px 0 0!important;
    letter-spacing: 2px;
}
.page-slider a:hover{
    background-color: #ffffff!important;
    color: #333!important;
}

/*
.page-slider .page-slide:first-child{
    display: block
}
*/
.page-slide .text{
    margin: 0;
    padding: 20px;
}

.page-slide p {
    margin: 0 0 5px 0;
}

.page-slide h4 {
    font-size: 18px;
    color: #89904a;
    min-width: 50%;
    margin-bottom: 0px;
}
/*
.page-slide h4:after {
    background: linear-gradient(90deg, rgba(137,144,74,1) 70%, rgba(137,144,74,0.1) 100%);
    -webkit-border-radius: 0 50% 50% 0;
    border-radius: 0 50% 50% 0;
    content: "";
    display: block;
    height: 1px;
    width: 70%;
    margin-top: 15px;
    margin-bottom: 15px;
}
*/

.page-slide .wp-block-image {
    margin: 0;
    padding: 0;
}
.page-slide .wp-block-image img{
    padding: 0;
    width: 100%
}
.page-slider .wp-block-columns{margin-bottom: 0px !important}

.page-slide-place{position: absolute; bottom: 10px; right: 20px}
.page-slide-place div{
    display:inline-block; 
    width: 16px; 
    height: 16px;  
    border-radius: 8px; 
    background-color: white; 
    margin-left: 5px;
    border:1px solid #acb559;
    cursor: pointer;
}
.page-slide-place div.active{ 
    background-color: #acb559;
}
/*stats*/
.stats .wp-block-column{
    background-color: rgb(234,234,234) !important;
    padding: 40px 20px;
}
.stats h3{
    text-align: center;
    font-size: 40px !important;
    line-height: 40px !important;
}
.stats h4 {
    font-size: 18px;
    color: #89904a;
    margin: 0 auto;
    /*width: 50%;*/
    text-align: center;
}

.stats h4:before {
    background-color: hsla(0,0%,59%,.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

/*service*/
.service:not(.empty){
    background-color: rgb(234,234,234) !important;
    padding: 20px;
}
.service.empty{
    background-color: rgb(255,255,255) !important;
    padding: 20px;
}
.service h4 {
    font-size: 18px;
    color: #89904a;
    margin: 0 auto;
    width: 80%;
    text-align: center;
}
.service h4:after {
    background-color: hsla(0,0%,59%,.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.service ul li::before {
    content: "\f00c" !important;
    font: normal normal 100 12px/1 FontAwesome;
    top: 7px !important;
    font-size: 12px !important;
}

/*okul*/
.okul ul li::before {
    content: "\f00c" !important;
    font: normal normal 100 12px/1 FontAwesome;
    top: 7px !important;
    font-size: 12px !important;
}

/*testimonials*/
.testimonials{margin-top: 0px; margin-bottom: 0px;}
.testimonial:not(.empty){
    margin-top: 30px; 
    background-color: rgb(234,234,234) !important;
    padding: 40px 60px 20px 60px;
    position: relative;
}

/*.testimonial p:before*/
.testimonial > p:first-of-type::before,
.testimonial > div > p:first-of-type::before {
    font-size: 80px;
    content: '\201c';
    position: absolute;
    /*top: 25px;*/
    left: 15px;
    color: #89904a;
    line-height: 80px;
    transform: translateY(-18px);
}

/*.testimonial.t2 p:before {*/
.testimonial.t2 > p:first-of-type::before,
.testimonial.t2 > div > p:first-of-type::before {
    font-size: 80px;
    content: '';
    position: absolute;
    /*top: 25px;*/
    left: 15px;
    color: #89904a;
    line-height: 80px;
    transform: translateY(-18px);
}

/*.testimonial.t1:before{top: 165px;}*/
/*.testimonial.t3:before{*/
.testimonial.t3 > p:first-of-type::before,
.testimonial.t3 > div > p:first-of-type::before {
    /*top: 80px;*/
}

.testimonial img {
    max-height:150px;
    width: auto
}

.testimonial h3 {
    font-size: 18px;
    color: #89904a;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 12px!important;
}

.testimonial h4 {
    font-size: 18px;
    color: #89904a;
    margin: 0 auto;
    width: 60%;
    text-align: center;
}

.testimonial h4:before {
    background-color: hsla(0,0%,59%,.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.testimonial .file:after{
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font: normal normal 100 40px/1 FontAwesome;
    content: "\f15b";
    color: #89904a !important;
}

.testimonial .file2:after{
    display: block;
    position: absolute;
    top: 10px;
    right: 54px;
    font: normal normal 100 40px/1 FontAwesome;
    content: "\f15b";
    color: #89904a !important;
}

.testimonial .file3:after{
    display: block;
    position: absolute;
    top: 10px;
    right: 98px;
    font: normal normal 100 40px/1 FontAwesome;
    content: "\f15b";
    color: #89904a !important;
}

.testimonial .star:after{
    display: block;
    position: absolute;
    top: 10px;
    right: 54px;
    font: normal normal 100 44px/1 FontAwesome;
    content: "\f0a3";
    color: #89904a !important;
}

/*projects widget*/
.widget_custom_html {
    position: relative;
    /* min-height: 350px; */
}
.widget-projects, .widget-ppl {
    padding-right: 30px;
    min-height: 350px;
}
.widget-ppl{
    position: relative;
}
.widget-ppl a.social{
    position: absolute;
    top: 5px;
    right: 35px;
    font-size: 30px;
    /*color: #0072b1;
    background-color: #fff;*/
    display: inline-block;
    padding: 1px 2px 0px 3px;
    border-radius: 4px;
}
.widget-projects:after, .widget-ppl:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 350px;
    width: 1px;
    background: linear-gradient(180deg, rgba(168,168,168,1) 70%, rgba(168,168,168,0.1) 100%);
    -webkit-border-radius: 0 0 50% 50%;
    border-radius: 0 0 50% 50%;
    content: "";
    display: block;
}

.widget-projects h4{font-size: 20px; line-height: 30px}
.widget-projects h4, .widget-projects img, .widget-projects p{margin-bottom: 30px}
.widget-projects a, .widget-ppl a.back {
    border: 2px solid #232525 !important;
    font-size: 15px;
    font-weight: 100;
    padding: 7px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    letter-spacing: 0px;
    background:transparent !important;
    border-radius: 0px !important;
    color: #232525 !important;
    min-width: revert;
    /*margin-top: 15px;*/
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none!important;
    font-weight: 400;
}
.widget-ppl a.back {
    margin-top: 30px;
}

.widget-projects a:after, .widget-ppl a.back:after {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    font: normal normal 100 14px/1 FontAwesome;
    content: "\f061";
    margin-left: 10px;
    color: #232525 !important;
}

.widget-projects a:hover, .widget-ppl a.back:hover {
    background-color: #232525 !important;
    /*border-color: black !important;*/
    color: white !important; 
    text-decoration: none;
    opacity:1 !important;
}
.widget-projects a:hover:after, .widget-ppl a.back:hover:after {
    margin-left: 20px;
    color: white !important; 
}

/*accordian*/
.c-accordion__item {margin-top: 20px;} /* The accordion item container */
.c-accordion__item.is-open {} /* is-open is added to open accordion items */
.c-accordion__item.is-read {} /* is-read is added to accordion items that have been opened at least once */
.c-accordion__title {font-size: 16px; outline: none; padding-left: 25px; position: relative; margin-bottom: 10px;line-height: 20px;} /* An accordion item title */
.c-accordion__title:before {
    content: "\f078";/*"\f063";*/
    position: absolute;
    top: 2px;
    left: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    font: normal normal 100 14px/1 FontAwesome;
    color: #89904a
}
.c-accordion__item.is-open .c-accordion__title:before {
    transform: rotate(180deg);
}
.c-accordion__title:after {    
    background: linear-gradient(90deg, rgba(203,203,203,1) 80%, rgba(203,203,203,0) 100%);
    -webkit-border-radius: 0 50% 50% 0;
    -moz-border-radius: 0 50% 50% 0;
    border-radius: 0 50% 50% 0;
    content: "" !important;
    display: block;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.c-accordion__title--button {} /* An accordion item title that is using a `<button>` tag */
.c-accordion__title:hover {} /* To modify the style when hovering over an accordion item title */
.c-accordion__title:focus {} /* To modify the style when an accordion item title currently has broswer focus */
.c-accordion__content {padding: 20px 20px 0 25px;} /* An accordion item content container */
.c-accordion__content .wp-block-image, .fi .wp-block-image{padding: 0px}

.ve {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.ve iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*appear*/
.appear1{
    transform: translateY(200px); 
    opacity: 0; 
    -webkit-transition: all 1500ms cubic-bezier(0.005, 1.000, 0.485, 1.000); 
    transition: all 1500ms cubic-bezier(0.005, 1.000, 0.485, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.005, 1.000, 0.485, 1.000);
    transition-timing-function: cubic-bezier(0.005, 1.000, 0.485, 1.000);
}
.appear1.in{transform: translateY(0px); opacity: 1}

.appear2{
    transform: translateX(-200px); 
    opacity: 0; 
    -webkit-transition: all 1500ms cubic-bezier(0.005, 1.000, 0.485, 1.000); 
    transition: all 1500ms cubic-bezier(0.005, 1.000, 0.485, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.005, 1.000, 0.485, 1.000);
    transition-timing-function: cubic-bezier(0.005, 1.000, 0.485, 1.000);
}
.appear2.in{transform: translateX(0px); opacity: 1}

.appear3{
    transform: translateX(200px); 
    opacity: 0; 
    -webkit-transition: all 1500ms cubic-bezier(0.005, 1.000, 0.485, 1.000); 
    transition: all 1500ms cubic-bezier(0.005, 1.000, 0.485, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.005, 1.000, 0.485, 1.000);
    transition-timing-function: cubic-bezier(0.005, 1.000, 0.485, 1.000);
}
.appear3.in{transform: translateX(0px); opacity: 1}

.appear4{
    transform: translateY(-200px); 
    opacity: 0; 
    -webkit-transition: all 1500ms cubic-bezier(0.005, 1.000, 0.485, 1.000); 
    transition: all 1500ms cubic-bezier(0.005, 1.000, 0.485, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.005, 1.000, 0.485, 1.000);
    transition-timing-function: cubic-bezier(0.005, 1.000, 0.485, 1.000);
}
.appear4.in{transform: translateY(0px); opacity: 1}

.appear5{
    transform: scale(0); 
    opacity: 0; 
    -webkit-transition: all 1500ms cubic-bezier(0.005, 1.000, 0.485, 1.000); 
    transition: all 1500ms cubic-bezier(0.005, 1.000, 0.485, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.005, 1.000, 0.485, 1.000);
    transition-timing-function: cubic-bezier(0.005, 1.000, 0.485, 1.000);
}
.appear5.in{transform: scale(1); opacity: 1}

/*home page*/
.slideout{
    position: fixed;
    top: 100px;
    right: 0px;
    width: 250px;
    height: 100px;
    background: rgba(43,43,43,.8);
    color: white;
    padding: 20px;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translateX(250px);
    border-bottom-left-radius: 15px;
}
.slideout.in{
    transform: translateX(0px)
}
.slideout .t1{
    font-size: 20px;
    font-weight: 400;
    margin: 0  0 10px 0;
    /*color: #89904a!important;*/
    margin: 0 0 5px 0!important;
}
.slideout a{
    color: white
}
.slideout .toggle{
    width:30px;
    height: 30px;
    border-radius: 15px 0 0 15px;
    position: absolute;
    top: 0px;
    left:-30px;
    background: rgba(43,43,43,.8);
    cursor: pointer;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.slideout .toggle:after{
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
    content: "\f054";
    font: normal normal 100 18px/1 FontAwesome;
    color: #fff;
    position: absolute;
    top: 7px;
    left: 9px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    /*line-height: 40px*/
}
.slideout.in .toggle:after{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.home-slider{
    position: relative;
    height: calc(100vh - 80px);
    width:100%;
    /*background-attachment: fixed;*/
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-image:url("/wp-content/uploads/2020/10/slide-3.jpg");
}

.home-slider .text{
    width:1140px;
    margin: 50px auto 0 auto;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.home-slider .text h1.w1{
    font-weight: 100;
    font-size: 58px;
    color: white;
    display:inline-block;
    letter-spacing: 0px;
    margin-bottom: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    text-shadow: 0 0 1px #858585;
}

.home-slider .text h1.w2{
    font-weight: 100;
    font-size: 58px;
    color: white;
    display:inline-block;
    letter-spacing: 0px;
    margin-bottom: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 100px;
    text-shadow: 0 0 1px #858585;

}

.home-slider .text h1.w3{
    font-weight: 100;
    font-size: 75px;
    color: white;
    display:inline-block;
    letter-spacing: 0px;
    margin-bottom: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 0px;
    opacity: 0;
    position: absolute;
    top: -5px;
    left: 206px;
    text-shadow: 0 0 1px #858585;

}

.home-slider .text h1.w1.in1{
    opacity: 1;
}


.home-slider .text h1.w2.in1{
    opacity: 1;
}

.home-slider .text h1.w3.in1{
    opacity: 1;
}

.home-slider .text h1.w1.in2{
    font-weight: 400;
    font-size: 27px;
    top: 0px;
    left: 0px;
}

.home-slider .text h1.w2.in2{
    font-weight: 400;
    font-size: 27px;
    top: 0px;
    left: 50px;

}

.home-slider .text h1.w3.in2{
    font-weight: 400;
    font-size: 27px;
    top: 0px;
    left: 101px;

}

.home-slider .text p{
    font-size: 54px;
    font-style: normal;
    color: white;
    display:inline-block;
    line-height: 56px;
    font-weight: 100;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    top: 55px;
    left: 500px;
    opacity: 0;
    text-shadow: 0 0 1px #858585;
}

.home-slider .text p.in{
    left: 0px;
    opacity: 1;
}

.home-slider .text a {
    border: 2px solid white !important;
    font-size: 15px;
    font-weight: 400;
    padding: 7px 25px 7px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 0px;
    background:transparent !important;
    border-radius: 0px !important;
    color: white !important;
    min-width: revert;
    opacity: 0;
    margin-top: 150px;
    text-transform: capitalize;
    position: absolute;
    top: 245px;
    text-decoration: none;
}

.home-slider .text a.in {
    margin-top: 10px;
    opacity: 1;
}

.home-slider .text a:after {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font: normal normal 100 11px/1 FontAwesome;
    content: "\f061";
    position: absolute;
    right: 10px;
    top: 13px
}

.home-slider .text a:hover {
    background-color: black !important;
    border-color: black !important;
    color: white !important; 
    text-decoration: none;
    opacity:1 !important;
    padding-right: 35px;
}

.home-slider-nav{
    position: absolute;
    width:1140px;
    bottom:40px;
    left: 50%;
    transform: translate(-50%, -0%);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    opacity: 0;
}

.home-slider-nav.in{
    opacity: 1;
}

.home-slider-nav div{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border-radius: 8px;
    border: 2px solid white;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    cursor: pointer;
}

.home-slider-nav div.active, .home-slider-nav div:hover{
    background-color: white;
}

.home-slider-accreditation{
    position: absolute;
    top: calc(100% - 80px);
    right: 30px;
    width: 100px
}


.home-services{
    width: 100%; 
    margin: 0 auto 60px auto; 
    position: relative;
    padding: 60px 0;
    background-image: url(/wp-content/uploads/2020/09/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #f6f6f6;
    background-size: cover !important;
}
.home-services-container{max-width: 1140px; position: relative; margin:auto; }

.home-services .video-holder{
    /*width: 44%;*/
    /*float:left;*/
}
.home-services .home-services-text{
    /*width: 52%;*/
    /*float:left; */
    padding: 0;
    /*margin-right: 4%*/
}
.home-services .home-services-text h2 {
    margin-top: 0px;
    font-size: 30px;
    padding-top: 0px;
    margin-bottom: 12px;
    color: #89904a;
    font-weight: 400;
    line-height: 35px
}

.home-services .home-services-text h2:after {
    /*background-color: #89904a;*/
    background: linear-gradient(90deg, rgba(137,144,74,1) 70%, rgba(137,144,74,0.1) 100%);
    -webkit-border-radius: 0 50% 50% 0;
    border-radius: 0 50% 50% 0;
    content: "";
    display: block;
    height: 1px;
    margin-top: 15px;
    width: 90%;
}

.home-services .home-services-text li{line-height: 20px;}
.home-services .home-services-text ul {
    margin: 5px 0px 5px 0px;
    list-style: none;
}
.home-services a {
    color:#333 !important;
    display: inline-block !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
    text-decoration: none
}
.home-services a:before {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font: normal normal 100 10px/1 FontAwesome;
    content: "\f061";
    margin-right: 10px;
    font-weight: 100;
    color: #949292;
    position: absolute;
    left: 0px;
    top:5px;
}
.home-services a:hover {
    text-decoration: none;
    padding-left: 25px;
}

.home-case{
    max-width: 1140px;
    min-height: 572px;
    margin: 0px auto 60px auto; 
    position: relative
}

.hc1{margin-bottom: 0px}

.home-case h2 {
    margin-top: 0px;
    font-size: 30px;
    float: left;
    padding-top: 0px;
    margin-bottom: 15px;
    color: #89904a;
    font-weight: 400;
}

.home-case .row{margin: 0; padding: 0}

.home-case-group {
    width: 22%;
    overflow: hidden;
    position: relative;
    display: block;
    float: left;
    margin-right: 4%;
    margin-top: 20px;
    color: white;
    background-color: #2b2b2b;
    min-height:480px;
    text-decoration: none!important
}

.hc1 .home-case-group{margin-bottom: 50px; margin-top: 0px;}

.home-case.hcs .home-case-group{min-height:425px; margin-top: 50px}

.home-case-group:nth-child(4n){
    margin-right: 0;
}

.home-case-group.in {
    transform: translateY(0px);
    opacity: 1
}

.home-case-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.home-case-container:last-child {
    margin-right: 0%
}

.home-case-container:before {
    content:     "";
    display:     block;
    padding-top: 100%; /* initial ratio of 1:1*/
}

.home-case-holder {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    transition: all 1s;
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
}

.home-case-holder:after {
    content:'';
    color:#fff;
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    /*background:rgba(0,0,0,0.6);*/
    background: linear-gradient(180deg, rgba(43,43,43,0) 0%, rgba(43,43,43,0.1) 40%, rgba(43,43,43,.8) 90%, rgba(43,43,43,1) 100%);
    opacity:0.2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-case-group:hover  {
    text-decoration: none;
}
.home-case-group:hover .home-case-holder:after {
    opacity:1;
}

.home-case-group:hover .home-case-holder {
    transform: scale(1.2);
}

.home-case-group h3 {
    font-size: 18px !important;
    color: white;
    padding: 0 10px;
    font-weight: 400;
    line-height: 23px !important;
    margin-top: 10px;
    margin-bottom: 5px;
}

.home-case-group .hct1 h3 {
    font-size: 16px !important;
    line-height: 20px !important;
}

.home-case-group h4 {
    font-size: 14px;
    color: white;
    padding: 0 10px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 5px;
    font-style: italic;
}

.home-case-group p {
    color: white;
    padding: 0 10px
}

.more-projects{
    text-align:center; 
    margin-bottom: 30px !important;
}

#more_projects {
    border: 2px solid #232525 !important;
    font-size: 15px;
    font-weight: 100;
    padding: 7px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    letter-spacing: 0px;
    background:transparent !important;
    border-radius: 0px !important;
    color: #232525 !important;
    min-width: revert;
    /*margin-top: 15px;*/
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none!important;
    font-weight:400;
}

#more_projects:after {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    font: normal normal 100 14px/1 FontAwesome;
    content: "\f061";
    margin-left: 10px;
    color: #232525 !important;
}

#more_projects:hover {
    background-color: #232525 !important;
    /*border-color: black !important;*/
    color: white !important; 
    text-decoration: none;
    opacity:1 !important;
}
#more_projects:hover:after {
    margin-left: 20px;
    color: white !important; 
}

.home-discuss {
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
    overflow: hidden;
}

.home-discuss.hd1 {
    margin-bottom: 0px;
}

.home-discuss .home-discuss-container {
    max-width: 1140px;
    margin:auto;
    position: relative;
    height: 400px;
}


.home-discuss img{
    position: absolute;
    bottom: 0px;
    right: 0px;
    height:380px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.home-discuss-text{
    position: relative;
    top: 120px;
    left: 0px;
    opacity: 0
}

.hd1 .home-discuss-text{
    position: relative;
    top: 120px;
    left: 20px;
    width: 50%;
    opacity: 0
}

.home-discuss h2{
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-top: 0;
    margin: 0px;
    color: white;
    margin-bottom: 20px;
}

.home-discuss h3, .home-discuss h4, .home-discuss h5{
    font-size: 16px !important;
    font-weight: 400;
    line-height: 18px !important;
    margin-top: 0;
    margin: 0px;
    color: white;
    margin-bottom: 10px
}


.home-discuss.hd1 h3{
    margin-bottom: 15px !important;
}

.home-discuss a{
    color: white !important;
    text-decoration: underline;
    font-size: 16px !important;
    font-weight: 400;
}

.home-testimonials{
    max-width: 1140px; 
    margin: 25px auto 60px auto; 
    position: relative;
}

.home-testimonials h2 {
    font-size: 25px;
    padding-top: 0px;
    margin-top: 30px;
    margin-bottom: 50px;
    color: #333;
    font-weight: 400;
    text-align: center;
}

.home-testimonial {
    /*width: 30.6666666%;*/
    position: relative;
    display: block;
    /*float: left;*/
    /*margin-right: 4%;*/
    color: white;
}

.home-testimonial img {
    height:70px;
    display: block;
    margin:auto;
    margin-bottom: 20px
}

.home-testimonial h3 {
    font-size: 15px;
    color: #333;
    padding: 0 15px;
    position: relative;
    font-style: italic;
    line-height: 23px
}

.home-testimonial h3:before {
    font-size: 28px;
    content: '\201c';
    position: absolute;
    top: 0px;
    left: 0px;
    color:#89904a!important
}

.home-testimonial h3:after {
    font-size: 28px;
    content: '\201d';
    line-height: 14px;
    padding-top: 5px;
    position: absolute;
    color:#89904a!important
}

.home-testimonial h4 {
    font-size: 15px;
    color: #333;
    padding: 0 15px;
    display: none;
}

.home-testimonial h5 {
    font-size: 15px;
    font-style: italic;
    color: #333;
    padding: 0 15px
}
/*contact*/
.contact-details{
    height: 400px;
    background-image: url('/wp-content/uploads/2020/10/contact-address.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px 0;
    overflow: hidden;
    /*padding: 90px 0 0 0;*/
}
.contact-details > div{
    height:400px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 60%);
    padding-top: 80px
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 400;
    font-size: 16px;
    float: none;
    line-height: 20px;
    margin: 0 0 4px 0;
    padding: 0;
    /* font-size: 16px; */
}
div.wpforms-container-full {
    margin-bottom: 0px;
}
button[type="submit"].wpforms-submit {
    border: 2px solid #232525 !important;
    font-size: 15px;
    font-weight: 100;
    padding: 7px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    letter-spacing: 0px;
    background:transparent !important;
    border-radius: 0px !important;
    color: #232525 !important;
    min-width: revert;
    /*margin-top: 15px;*/
    text-transform: capitalize;
    display: inline-block;
    width: revert;
    height: revert;
    max-height: revert;
    min-height: revert;
    line-height: normal;
}

button[type="submit"].wpforms-submit:after {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    font: normal normal 100 14px/1 FontAwesome;
    content: "\f061";
    margin-left: 10px;
    color: #232525 !important;
}
button[type="submit"].wpforms-submit:hover {
    background-color: #232525 !important;
    border-color: #232525 !important;
    color: white !important; 
    text-decoration: none;
    opacity:1 !important;
}

button[type="submit"].wpforms-submit:hover:after {
    margin-left: 20px;
    color: white !important; 
}

/*timeline*/
#cd-timeline {
    margin-top: 30px!important;
    margin-bottom: 0px!important;
}

.cd-timeline-img {
    box-shadow: 0 0 0 3px #2b2b2b !important;
}

.cd-timeline-content {
    border-radius: 0px !important;
}
.cd-timeline-content {
    color: white;
}
.cd-timeline-content h2 {
    color: #89904a;
    font-size: 25px;
    line-height: 30px;
}
.announcement-banner-image {
    border-radius: 0px !important;
}

/*people*/
.people{margin-top: 0px; margin-bottom: 0px;}
.people .wp-block-column:not(.empty){
    margin-top: 30px;
    color: white;
    background-color: #2b2b2b;
    color: white;
}
.people .wp-block-image{
    padding: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    position: relative;
    
    -webkit-transition: all 1000ms cubic-bezier(0.005, 1.000, 0.485, 1.000);
    transition: all 1000ms cubic-bezier(0.005, 1.000, 0.485, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.005, 1.000, 0.485, 1.000);
    transition-timing-function: cubic-bezier(0.005, 1.000, 0.485, 1.000);
}
.people .wp-block-column .wp-block-image img{
    transform-origin: 50% 0%;
    /*
    -webkit-transition: all 1000ms cubic-bezier(0.005, 1.000, 0.485, 1.000);
    transition: all 1000ms cubic-bezier(0.005, 1.000, 0.485, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.005, 1.000, 0.485, 1.000);
    transition-timing-function: cubic-bezier(0.005, 1.000, 0.485, 1.000);
    */
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    width: 100%;
}
.people .wp-block-column:hover .wp-block-image img{
    transform: scale(1.05)
}
.people .wp-block-column .wp-block-image:after {
    content:'';
    color:#fff;
    position:absolute;
    width:100%;
    height:100%;
    top:0; left:0;
    background: linear-gradient(180deg, rgba(43,43,43,0) 0%, rgba(43,43,43,0.1) 40%, rgba(43,43,43,.8) 90%, rgba(43,43,43,1) 100%);
    opacity:0.2;
    -webkit-transition: all 500ms cubic-bezier(0.000, 0.000, 0.350, 0.020);
    transition: all 500ms cubic-bezier(0.000, 0.000, 0.350, 0.020);
    -webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.350, 0.020);
    transition-timing-function: cubic-bezier(0.000, 0.000, 0.350, 0.020);
}
.people .wp-block-column:hover .wp-block-image:after {
    opacity:1;
    -webkit-transition: all 1000ms cubic-bezier(0.005, 1.000, 0.485, 1.000);
    transition: all 1000ms cubic-bezier(0.005, 1.000, 0.485, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.005, 1.000, 0.485, 1.000);
    transition-timing-function: cubic-bezier(0.005, 1.000, 0.485, 1.000);
}

.people h4{
    position: relative;
    padding: 20px 20px 0;
    letter-spacing: 0px;
    color: white;
    text-align: center;
    font-size: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

.people h4 a{
    padding-right: 20px;
    color: white!important;
    text-decoration: none !important;
    position: relative;
}
.people h4 a:visited, .people h4 a:hover{
    text-decoration: none !important;
    color: white !important;
}
.people h4 a:after {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font: normal normal 100 11px/1 FontAwesome;
    content: "\f061";
    position: absolute;
    right: 0px;
    top: 7px;
}
.people p{
    padding: 0 20px;
    letter-spacing: 0px
}
.people p:last-child {
    margin-bottom: 15px;
    font-size: 16px;
}
/*sector*/
.sector{
    margin-bottom: 30px; 
    margin-top: 20px;
    background-color: rgb(234,234,234) !important;
}
.sector:last-child{margin-bottom: 0px}
.sector .text{
    margin: 0;
    padding: 20px;
}
.sector .wp-block-image {
    margin: 0;
    padding: 0;
}
.sector .wp-block-image img{
    padding: 0;
    width: 100%
}

.sector h4 {
    font-size: 20px;
    color: #89904a !important;
}

.simple-news-pager {
    margin-top: 50px;
    text-align: center;
}

.simple-news-pager .pagination a, .simple-news-pager .pagination span {
    min-width: 32px;
    width: revert;
    padding: 5px;
    text-decoration: none !important
}

.simple-news-pager .pagination a:hover, .simple-news-pager .pagination span{
    color: white !important;
    background-color: #89904a !important;
    border-color: #89904a !important
}

@media (max-width: 1140px){
    .nav-bar.container {
        padding: 0px 15px;
    }
    footer .container{
        padding: 0px 15px;
    }
    #header_img_text>div {
        padding-left: 15px
    }
    .more-projects{
        margin-bottom:0px
    }
    
    .home-slider .text {
        width: 100%;
        margin: 50px auto 0 15px;
    }
    
    .home-slider .text h1.w1{
        font-size: 36px;
    }

    .home-slider .text h1.w2{
        font-size: 36px;
        left: 64px;
    }

    .home-slider .text h1.w3{
        font-size: 44px;
        left: 132px;
        top:-1px
    }
    
    .home-slider .text p {
        font-size: 40px;
        top: 45px;
        line-height: 52px
    }
    
    .home-slider-nav {
        position: absolute;
        width: 100%;
        bottom: 40px;
        left: 15px;
        transform: translate(0%,0%);
    }
    
    .home-services .home-services-text{
        padding: 15px;
    }
    
    .home-case {
        width: 100%;
        padding: 0px 15px
    }
    
    .home-case-group {
        min-height: 625px;
    }
    
    .home-testimonials{
        max-width: 100%; 
        padding: 0 15px
    }
    .nav-open{border-bottom: 15px solid white}
    
    #main_menu #menu>li.dropdown>a:after {
        right: 7px;
    }
}

.widget_nav_menu>div li a {
    text-decoration: none!important;
}

@media (max-width: 991px){
    
    
    .widget_nav_menu:after, .widget-projects:after {
        position: absolute;
        top: 0;
        right: 0;
        height: 0px;
        width: 0px;
        background: none;
        display: block;
    }
    
    .widget_nav_menu>div li a:before {
        /*top: 14px;*/
    }
    
    #secondary.widget-area{margin-top:30px}
    
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    
    #header_img_text div h2 {
        font-size: 30px;
    }
    
    #header_img{
        height:300px; 
    }
    
    #header_img_lg{
        height:500px; 
    }
    
    .main-navigation {
        padding: 0;
    }

    .navbar-collapse {
        margin-top: 0px;
    }
    
    .nav-container {
        min-height: 61px;
    }

    .nav-container .main-navigation .menu {
        margin-top: 19px !important;
    }

    .nav-container .custom-logo-link {
        margin-top: 2px;
        margin-left: 0px;
    }

    .module.widget-handle i {
        margin-top: 5px;
        margin-right: 0px;
        color: #2b2b2b;
        font-size: 40px;
    }
    
    .container {
        padding-right: 0px;
        padding-left: 0px;
        width:100% !important;
    }
    
    .nav-bar .module {
        padding: 0 !important;
    }
    
    .menu > li.dropdown {
        padding-right: 0px;
    }
    
    .menu li {
        background-color: black;
    }
    .menu > li {
        padding: 5px 10px !important;
    }
    
    .menu > li:first-child {
        padding-top: 20px !important;
    }
    
    .menu > li:last-child {
        padding-bottom: 20px !important;
    }
    
    .menu a {
        color: white !important;
        font-size: 15px !important;
        width: 100%;
        position: relative
    }
    
    #main_menu .menu .dropdown > a:after {
        position: absolute;
        right: 6px;
        font: normal normal 100 30px/1 FontAwesome;
        content: "\f107";
    }
    
    .main-navigation .menu > li {
        color: white !important;
    }
    
    .main-navigation .menu > li > ul li a {
        padding: 0px 0px 7px 50px;
    }
    
    .main-navigation .menu > li > ul li:last-child a {
        padding: 0px 0px 0px 50px;
    }
    .main-navigation .dropdown-menu > .active > a, .main-navigation .dropdown-menu > .active > a:focus {
        /* color: #0e1015; */
        background-color: #2b2b2b;
    }
    .main-navigation .dropdown .dropdown li {
        padding-left: 50px;
    }
    .main-container {
        padding-bottom: 0px;
    }
    
    .nav-container .main-navigation .menu, .nav-container.scroll .main-navigation .menu {
        margin-top: 0px !important;
    }
    
    .cawarden-dropdown {
        border: none;
        font-size: 30px;
        padding: 0;
    }
    
    footer .footer-txt{width:100%}
    
    footer .fw3 h2, footer .fw3 div {
        text-align: left;
    }
    
    p {
        font-size: 16px;
    }
    br{display: block}
    
    .post-title {
        font-size: 18px;
    }
    /*
    #primary.sidebar-right, #primary.sidebar-left, #primary.sidebar-no {
        margin-top: 20px;
    }
    */
    #content .content-area {
        padding-bottom: 30px;
    }
    
    .cd-container {
        width: 100% !important;
    }
    
    .cd-timeline-img {
        height: 35px !important;
        width: 35px !important;
        margin-left: -18px !important;
        margin-top: 15px;
    }
    
    #cd-timeline span.fa {
        line-height: 35px !important;
    }
    
    .home-case-group {
        width: 48%;
        margin-right: 4%;
        padding-bottom: 10px
    }
    
    .home-case-group:nth-child(even){
        margin-right: 0%;
    }
    
    .download{padding-bottom: 30px}
    .download:nth-child(even){padding-bottom: 0px}
    
    .page-slide-place {
        position: absolute;
        left: 10px;
        top: 10px;
    }
    
    /*
    .page-slide-place:after {
        content: '';
        clear: both
    }
    */
    .page-slide .text {
        padding: 10px 20px;
    }
    /*
    .page-slider .wp-block-group__inner-container:after {
        content: '';
        clear: both
    }
    */
    .home-discuss h2{
        font-size: 24px !important;
        font-weight: 400;
        line-height: 26px !important;
        margin-top: 0;
        margin: 0px;
        color: white;
        margin-bottom: 20px;
    }
    
    .widget-projects, .widget-ppl {
        padding-right: 0px;
    }
}

@media (max-width: 825px){
    .cd-timeline-img {
        left: 21px !important;
        margin-top: 10px;
    }
}

@media (max-width: 781px) and (min-width: 600px){
    .page-slider .page-slider-spacer{width: calc(50% - 16px)}
    
    .page-slider{min-height: 700px;}
    
    .page-slider .wp-block-columns {
        display: none;
    }
    /*
    .page-slider .wp-block-column {
        flex-basis: calc(30% - 8px)!important;
        flex-grow: 0;
    }
    */
    .page-slider .wp-block-column {
        flex-basis: 100%!important;
        flex-grow: 0;
    }
    .page-slider .wp-block-column:nth-child(2) {
        margin: 0 5%
    }
    
    .page-slider {
        min-height: 650px;
    }
    .page-slider .page-slide {
        position: relative !important;
    }

    .page-slider .page-slider-spacer {
        display: none;
    }
    
}

@media (max-width: 767px){
    p {
        font-size: 16px;
    }
    .home-case-group {
        width: 100%;
        margin-right: 0%;
        padding-bottom: 10px
    }
    
    .home-case-group:nth-child(even){
        margin-right: 0%;
    }
    
    /*
    .page-slider {
        min-height: 650px;
    }
    
    .page-slider .wp-block-column {
        flex-basis: 0;
        flex-grow: 0;
    }
    */
    
}

@media (max-width: 600px){
    .service{
        margin-top: 30px
    }
    .service:first-child{
        margin-top: 0px
    }
    
    .page-slider {
        min-height: 650px;
    }
    .page-slider .page-slide {
        position: relative !important;
    }

    .page-slider .page-slider-spacer {
        display: none;
    }
    .sector .image{
        width: 100%;
        height: 300px;
        order: 1;
    }
    .sector .text{
        order: 2;
    }
}

@media (max-width: 320px){
    p {
        font-size: 16px;
    }
    .home-case-group {
        width: 100%;
        margin-right: 0%;
        padding-bottom: 10px
    }
    
    .home-case-group:nth-child(even){
        margin-right: 0%;
    }
}

.wp-block-video{
    padding: 0px!important;
    overflow: hidden;
}

.wp-block-video video{
    transform: scale(1.01);
}

#project_filter,#news_filter {
    border-radius:0px;
    display: block;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 48%;
    max-width: 48%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%232b2b2b%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    margin: 30px auto 40px auto;
}
#news_filter {
    margin: 30px auto 0px auto!important;
}
@media all and (max-width: 991px) {
	#project_filter,#news_filter {
        width: 100%;
        max-width: 100%;
    }
}
#project_filter::-ms-expand, #news_filter::-ms-expand {
    display: none;
}
#project_filter:hover, #news_filter:hover {
    border-color: #888;
}
#project_filter:focus, #news_filter:focus {
    outline: none;
}
#project_filter option, #news_filter option {
    font-weight:normal;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rounded{
    text-align: center;
}
img.rounded, .rounded img{
    border-radius: 50%!important;
    border: 2px solid #89904A;
    padding: 2px;
    text-align: center;
}
.rounded figcaption{
    text-align: center!important;
}
.pd0{padding: 0px!important;}

.ay a{
    display: block;
    width:100%;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
}
.ay a div{
    text-shadow: #919191 0px 0px 1px,   #919191 0px 0px 1px,   #919191 0px 0px 1px,
             #919191 0px 0px 1px,   #919191 0px 0px 1px,   #919191 0px 0px 1px;
}
.ay a div:first-child{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-position: center; 
    background-size: cover; 
    background-repeat: no-repeat;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.ay a:hover div:first-child{
    transform: scale(105%);
}
.ay a div:last-child{
    width:100%;
    text-align: center;
    display: inline-block;
    font-size: 90px;
    color: white;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.ay a div span{
    text-align: center;
    display: block;
    font-size: 22px;
    color: white;
    margin-top: 40px;
}
.is-type-video{
    padding: 0px!important;
}
.qa{
    border: 1px solid #232525!important;
}
.qa h4{
    background-color: #232525!important;
    color: white;
    margin: 0px;
    padding: 5px 10px;
    font-size: 16px;
}
.qa p{
    margin: 0px;
    padding: 10px;
}

.wp-embed-aspect-16-9.wp-block-embed iframe {
    aspect-ratio: 16 / 9!important;
    max-width: 100%!important;
    height: 100%!important;
}

.rl-gallery .rl-gallery-link {
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.rl-gallery .rl-gallery-link:hover {
    transform: scale(1.1);
}

.msacwl-slider-wrap .msacwl-slide,.msacwl-carousel-wrap .msacwl-carousel-slide {
    height: auto!important;
}

/*new*/
header#masthead {
    border-bottom: 1px solid #EFEFEF;
}
.slideout {
    border-bottom-left-radius: 0px!important;
    padding: 10px 20px!important;
    height: 86px!important;
    transform: translateX(230px);
    z-index: 100;
}

.slideout .toggle {
    height: 86px!important;
}

.slideout .toggle:after {
    top: 14px;
    left: 15px;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    padding-top: 3px;
    padding-left: 6px;
}

.home-header{
    position: relative;
    height: calc(100vh - 80px);
    width: 100%;
    overflow: hidden;
}

.home-header .video-container {
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;
}

.home-header .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-header .text{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(43,43,43,.4);
}

.home-header .text > div{
    display: inline-block;
    position: absolute;
    top: 50%!important;
    left: 50%;
    /*padding: 14px;*/
    transform: translate(-50%,-50%);
    font-weight: 600;
    color: white;
    letter-spacing: 0.05rem;
}

@media (max-width: 1140px){
    .home-header .text > div{
        padding-left: 15px;
    }
}

.home-header .text > div span{
    display: block;
    font-weight: 600!important;
    letter-spacing: 0.05rem;
}

@media (max-width: 575.8px) {
    .home-header .text > div{
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .home-header .text > div span{
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    
}

@media (min-width: 576px) {
    .home-header .text > div{
        font-size: 2.3rem;
        line-height: 3rem;
    }

    .home-header .text > div span{
        font-size: 4.5rem;
        line-height: 4.5rem;
    }
    
}

@media (min-width: 768px) {
    .home-header .text > div{
        font-size: 2.8rem;
        line-height: 3.5rem;
    }

    .home-header .text > div span{
        font-size: 5rem;
        line-height: 5rem;
    }
}

@media (min-width: 992px) {
    .home-header .text > div{
        font-size: 3.3rem;
        line-height: 4rem;
    }

    .home-header .text > div span{
        font-size: 5.5rem;
        line-height: 5.5rem;
    }
}

@media (min-width: 1200px) {
    .home-header .text > div{
        font-size: 3.8rem;
        line-height: 4.5rem;
    }

    .home-header .text > div span{
        font-size: 6rem;
        line-height: 6rem;
    }
}

/*@media (min-width: 1400px) {}*/

.home-header .text > div a {
    border: 2px solid white!important;
    font-size: 15px;
    font-weight: 400;
    padding: 7px 25px 7px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 0.05rem;
    background: transparent!important;
    border-radius: 0px!important;
    color: white!important;
    min-width: revert;
    /*opacity: 0;*/
    /*margin-top: 150px;*/
    text-transform: capitalize;
    position: relative;
    /*top: 245px;*/
    text-decoration: none;
    line-height: 22px;
    margin-top: 12px;
}

.home-header .text > div a:after {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font: normal normal 100 11px/1 FontAwesome;
    content: "\f061";
    position: absolute;
    right: 10px;
    top: 13px
}

.home-header .text > div a:hover {
    background-color: black!important;
    border-color: black!important;
    color: white!important;
    text-decoration: none;
    opacity: 1!important;
    padding-right: 35px
}

.home-accreditations{
    background-color: #222222;
    text-align: center;
}

body.home #site_content{
    padding: 60px 0!important;
}

body.home .home-accreditations #site_content{
    padding: 16px 0!important;
}

.home-accreditations img{
    height: 40px;
    width: auto;
    margin-right: 40px;
}

.home-accreditations img:last-child{
    margin-right: 0px;
}

.home-primary{
    background-color: #F1F1F1;
    padding: 10px;
    border-bottom: 1px solid #EFEFEF;
}

.home-primary h1{
    margin: 0px!important;
    padding: 0px!important;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    color: #89904a;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

.home-primary p{
    margin: 20px 0px 0px!important;
    padding: 0px!important;
    text-align: center;
}

.home-primary p a, .home-awards p a, .main-btn{
    padding: 4px 24px!important;
    background-color: #222222;
    color: white!important;
    border: 1px solid #222222;
    border-radius: 23px!important;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px!important;
    font-weight: 600;
    text-decoration: none!important;
    letter-spacing: 2px;
}

.home-primary p a:hover, .home-awards p a:hover, .main-btn:hover{
    background-color: #F1F1F1!important;
    color: #222222!important;
    text-decoration: none;
}

.home-expertise h1{
    margin: 0px!important;
    padding: 0px!important;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

.home-expertise a{
    display:block;
    width: 100%;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.home-expertise a img{
    width:100%;
    height:auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home-expertise a:hover img{
    transform: scale(1.1);
}

.home-expertise a div.text{
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.home-expertise a div.title{
    color: white;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.05rem;
    font-weight: 600;
}

/*
.home-expertise a div.more{
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #89904a;
    margin-top: 10px;
    font-weight: 600;
    text-decoration: underline;
}
*/

.home-expertise .text{
    text-align: center;
}

.home-expertise a div.more{
    display: inline-block;
    margin-top: 8px;
    padding: 4px 24px!important;
    background-color: white!important;
    color: #222222;
    border: 1px solid #222222;
    border-radius: 23px!important;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px!important;
    font-weight: 600;
    text-decoration: none!important;
    letter-spacing: 2px;
}

.home-expertise a div.more:hover{
    background-color: #222222!important;
    color: white!important;
    /*border-color: white;*/
    text-decoration: none;
}


.home-awards{
    position: relative;
    height: 600px;
    background-image: url('/wp-content/uploads/2023/01/home-award-winning.jpg');
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.home-awards .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.05rem;
}

.home-trusted{
    position: relative;
    background-color: #f1f1f1;
}

.home-trusted .quote{
    position: absolute;
    top: 30%;
    left: 30%;
}

.home-trusted .title{
    margin: 0px!important;
    padding: 0px!important;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 0.05rem;
}

.home-trusted .comment{
    display: none;
}
.home-trusted .comment.selected{
    display: block;
}

.home-trusted .comment .text{
    margin-top: 16px;
    font-style: italic;
}

.home-trusted .comment .logo{
    margin-top: 16px
}

.home-trusted .comment .logo img{
    height: 40px;
    width: auto;
}

.home-trusted .comment-nav{
    margin-top: 24px;
    margin-right: 6px;
    display: inline-block;
    border: 2px solid #E7E7E7;
    background-color: #f1f1f1;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    letter-spacing: 2px;
}

.home-trusted .comment-nav:last-child{
    margin-right: 0px;
}

.home-trusted .comment-nav.selected, .home-trusted .comment-nav:hover{
    background-color: #E7E7E7;
}

.home-projects{
    background-color: #222222;
}

.home-projects .image{
    float: left;
    width: 50%;
    height: 400px;
    background-image: url('/wp-content/uploads/2023/01/projects.jpg');
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.home-projects .text{
    float: left;
    width: 50%;
    height: 400px;
    position: relative;
}

.home-projects .text > div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    width: 100%;
}

.home-projects .text > div a{
    padding: 4px 24px!important;
    background-color: #89904a;
    color: #ffffff;
    border: 1px solid #89904a;
    border-radius: 23px!important;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px!important;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    letter-spacing: 2px;
}

.home-projects .text > div a:hover{
    background-color: #ffffff!important;
    color: #89904a!important;
}

.page-template-template-home .home-discuss{
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px!important
}

.page-template-template-home .home-discuss .video-container {
    width: 100%;
    height: 500px;
    position: relative;
}

.page-template-template-home .home-discuss .video-container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    top:0px;
    left:0px;
    background: rgba(43,43,43,.4);
}

.page-template-template-home .home-discuss .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-template-template-home .home-discuss .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.page-template-template-home .home-discuss .text .title{
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #ffffff;
    letter-spacing: 0.05rem;
}
.page-template-template-home .home-discuss .text .body{
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 16px;
    color: #ffffff;
}
.page-template-template-home .home-discuss .text a{
    padding: 4px 24px!important;
    /*background-color: #89904a;*/
    background-color: #222;
    color: #ffffff;
    /*border: 1px solid #89904a;*/
    border: 1px solid #222;
    border-radius: 23px!important;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px!important;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    letter-spacing: 2px;
}

.page-template-template-home .home-discuss .text a:hover{
    background-color: #ffffff!important;
    /*color: #89904a!important;*/
    color: #222!important;
}

@media (min-width: 992px){
    .main-navigation .menu {
        width: 96%!important;
        height: 80px!important;
        float: right!important;
    }
    #main_menu #menu>li.dropdown>a:after {
        top: 7px!important;
        right: 7px!important;
        display: none!important;
    }
    #main_menu #menu>li>a{
        font-weight: 600;
    }
    .custom-logo-link{
        font-size: 3rem!important;
        white-space: nowrap!important;
        text-decoration: none!important;
        font-weight: 600!important;
        line-height: 3rem!important;
        transform: translateY(7px)!important;
    }
    .custom-logo-link img {
        margin-bottom: 10px!important;
    }
}

.footer-widget-area .widget-title{
    font-weight: 600!important;
    font-size: 18px!important;
    line-height: 0px!important;
    margin-top: 8px;
}

.fw1 p{
    margin-bottom:20px;
}

@media (min-width: 992px){
    .fw1 p{
        width:85%;
    }
}

.fw2 a{
    font-weight: 600!important;
    margin-bottom: 6px;
}

.fw2 .textwidget{
    line-height: 22px;
}

footer .fw3 h2, footer .fw3 div {
    text-align: left!important;
}

@media (min-width: 992px){
    .fw3{
        text-align: right!important;
    }
    .fw3 > div{
        width: auto!important;
    }
}

.fta img{
    margin-right: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
    height: 75px;
    width: auto;
}
@media (max-width: 450px) {
    .fta img{
        height: 60px;
    }
}

.site-info{
    width: 100%!important;
    border-top: 1px solid #939393;
    padding-top: 15px;
}

span.nls, span.nlsl{
    display: block;
    height: 0px;
}
@media (max-width: 767.9px) {
    span.nls{
        display: none!important;
    }
}

@media (max-width: 991.9px) {
    span.nlsl{
        display: none!important;
    }
}

.copyright-text{
    /*text-align: center;*/
}
/*new*/

.page-template-contact .wpforms-submit-container{
    float: left!important;
    clear: none!important;
}

.page-template-contact .wpforms-recaptcha-container{
    float: right!important;
    clear: none!important;
}

.page-template-contact div.wpforms-container-full {
    margin: 2px auto!important;
}

.circle{
    width:60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    margin: 0 auto 20px;
    background-color: #89904a;
    color: white;
    font-size: 28px;
    text-align: center;
}

.fsc{
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 30px;
    text-align: center;
}

.fsc:hover{
    color: #89904a !important;
    border-color: #89904a !important;
}
.fsc:last-child{
    margin-right: 0px;
}

.contact-flex{
    display: block;
}

@media (min-width: 600px){
    .contact-flex{
        display: flex;
    }
    .contact-social{
        padding-left: 0px;
    }
}

@media (max-width: 599.9px){
    .contact-map{
        height:300px
    }
    .contact-social{
        padding-left: 15px;
        margin-top: 20px;
    }
}

.lacv, .ecw, .vac, .coe{
    padding: 20px;
    background-repeat: no-repeat;
    /*background-position: right;*/
    background-color: #f6f6f6;
    background-size: cover !important;
    color: white;
    text-align: center;
    font-size: 18px;
}
.lacv{
    background-image: url(/wp-content/uploads/2024/02/Life-at-Cawarden-Vacancies.jpg);
}
.ecw{
    background-image: url(/wp-content/uploads/2024/02/ecw.jpg);
}
.vac{
    background-image: url(/wp-content/uploads/2024/02/Cant-find-the-role-for-you.jpg)
}
.coe{
    /*background-image: url(/wp-content/uploads/2024/02/Contact-Our-Experts.jpg)*/
    background-color: #6a6a6a;
    padding-bottom: 30px;
}
.lacv h4, .ecw h4, .vac h4, .coe h4{
    color: white;
    text-align: center;
    font-weight: bold;
}
.vac a, .coe a{
    color: white!important;
}

.ecs{
    position: relative;
    height: 200px;
}

.ecsi{
    position: absolute;
    height: 200px;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    font-size: 18px;
    color: white;
    text-align: center;
}

.ecsi .bgfade{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(43,43,43,0.6);
}

.ecsi h4{
    color: white;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.ecsi p{
    position: relative;
}

.ecs .ecs-nav{
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.ecs .ecs-nav span{
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid white;
    cursor: pointer;
}

.ecs .ecs-nav span.active, .ecs .ecs-nav span:hover{
    background-color: white;
}





.ecss{
    position: relative;
    height: 150px;
    padding-bottom: 20px;
    background-color: #6a6a6a;
    display: flex;
	align-items: center;
	justify-content: center;
}

.ecssi{
    padding: 0 20px;
    font-size: 18px;
    color: white;
    text-align: center;
}

.ecssi .bgfade{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(43,43,43,0.6);
}

.ecssi h4{
    color: white;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.ecssi p{
    position: relative;
}

.ecss .ecss-nav{
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.ecss .ecss-nav span{
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid white;
    cursor: pointer;
}

.ecss .ecss-nav span.active, .ecss .ecss-nav span:hover{
    background-color: white;
}








.lacv a{
    padding: 4px 24px!important;
    background-color: #ffffff!important;
    color: #333!important;
    border: 1px solid #333;
    border-radius: 23px!important;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px!important;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    letter-spacing: 2px;
}
.lacv a:hover{
    background-color: #333!important;
    color: #ffffff!important;
}
.v-img{
    height: 60px;
    width: auto;
}

.aol-thumbnail{
    display: none;
}

.aol-ad-inner-wrapper .panel{
    border-radius: 0px!important;
    background-color: rgb(234,234,234)!important;
    border-color: transparent;
}

.aol-ad-inner-wrapper .panel .panel-heading{
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #89904a;
    margin-bottom: 0;
    font-weight: normal;
}

.aol-ad-inner-wrapper .panel .panel-body{
    padding-top: 0px!important;
}

.aol-ad-inner-wrapper .read-more{
    padding: 4px 24px!important;
    background-color: #333!important;
    color: #ffffff!important;
    border: 1px solid #333;
    border-radius: 23px!important;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px!important;
    font-weight: 600;
    display: inline-block;
    margin: 0px!important;
    letter-spacing: 2px;
}
.aol-ad-inner-wrapper .read-more:hover{
    background-color: #ffffff!important;
    color: #333!important;
}

table.aol_ad_features{
    width: auto!important;
}

.add_a2a{
    float: right;
}

table.aol_ad_features tr td:first-child{
    white-space: nowrap;
    width: 10px;
    padding-right: 5px;
    font-weight: bold;
}

.aol-ad-inner-wrapper a{
    float: right;
}

.aol-ad-outer-wrapper .aol-ad-inner-wrapper{
    margin-top: 40px;
}

.aol-ad-outer-wrapper .aol-ad-inner-wrapper:first-child{
    margin-top: 0px!important;
}

.aol-heading{
    margin-bottom: 20px!important;
}

.aol_app_form .form-control{
    margin-bottom: 0px!important;
}

.aol_app_form .form-group.aol-form-group + p{
    display: none;
}

#aol_app_submit_button.aol-form-button{
    width: revert;
    height: revert;
    line-height: revert;
    padding: 10px 24px!important;
    background-color: #333!important;
    color: #ffffff!important;
    border: 1px solid #333;
    border-radius: 23px!important;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px!important;
    font-weight: 600;
    display: inline-block;
    margin: 0px!important;
    letter-spacing: 2px;
}
#aol_app_submit_button.aol-form-button:hover{
    background-color: #ffffff!important;
    color: #333!important;
}
#menu-item-4229 ul.dropdown-menu{
    width:200px!important
}
.our-services{
    background-color: #89904a;
    color: white;
    padding: 10px 20px;
    font-size: 80%;
}
.our-services h4{
    color: white;
    font-size: 15px;
    min-height: 35px;
}
.our-services hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #9da273;
}
