/*!
Theme Name: Cadensee
Theme URI: http://underscores.me/
Author: Mixermedia
Author URI: http://www.mixermedia.co.il
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cadensee
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: "Merriweather", "Roboto", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}
a {	background-color: transparent;}
a:active,a:hover {	outline: 0;}
b,strong {font-weight: bold;}
img {border: 0;}
hr {
	box-sizing: content-box;
	height: 0;
}
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-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;
}
textarea {overflow: auto;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,button,input,select,optgroup,textarea {
	color: #404040;
	font-family: "Merriweather", "Roboto", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
em,i {
	font-style: normal;
}
/*--------------------------------------------------------------
# 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. */
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul {
	list-style: outside none none;
}
li > ul,li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,input[type="button"],input[type="reset"],input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
select {
	border: 1px solid #ccc;
}
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;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 205px;
}
.main-navigation ul ul li {

}
.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: 37.5em) {
	.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%;
}

/*--------------------------------------------------------------
# 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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	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;
}


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

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

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

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

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

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

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

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

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

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/***************************************************************
*********************** MIXERMEDIA *****************************
***************************************************************/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	font-family:"Merriweather", "Roboto","fontawesome",sans-serif;

}
.fas, .fal {
    font-family: 'Font Awesome 5 Pro', 'fontawesome';
}
sup {
    font-size: 1rem;
    top: -0.75rem;
}
*{ 
	font-size: 26px;
	font-size: 1.625rem;
	color: #565656;
}
a {
	color: #565656;
}
img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
@media (min-width: 1025px){
	html{font-size:100%;}
}
@media (min-width: 768px) and (max-width: 1024px){
	html{font-size:87.5%;}
}
@media (max-width: 767px){
	html{font-size:65%;}
	/*html{font-size:62.5%;}*/
}
.main-navigation .menu-main-menu-right-container > ul.menu > li.menu-f-q > a, .leftWrp.site-branding, 
header.site-header .leftWrp.site-branding.col-md-3 > a > img, header.site-header .centerWrp, 
header.site-header .rightWrp, .centerWrp > .main-navigation, .rightWrp > .main-navigation,
#menu-main-menu-right i.fas.fa-phone, #menu-main-menu-right i.fal.fa-envelope, .slogen-c2a > .btn,
.scrl-btn > img, .third-section > .section-R > .tab-content, .third-section > .section-R > .tab-content  h4  p, 
.third-section > .section-R > .tab-content  h4  p  strong, .third-section > .section-R > .tab-content > p, 
.third-section > .section-R > .tab-content > p > strong, .ball, a.big-btn-blue.btn, a.big-btn-blue.btn > i,
.proj-box, .btm-cont > .txt h3 i, .green-overlay, .nw-logo-cont > img, a.nw-btn.btn, .team-member, .client .client-inner,
.slide-tab i, .slide-tab > div, .slide-tab, .pu-wrp, .pu, .pu-inner, a.btn.learn-more, a.lnk, a.lnk i, i.pt, 
a.btn.extra-img, .vert-ln, .prev-post .nav-txt > h3 > i, .next-post .nav-txt > h3 > i, .smbt button.btn, .smbt button.btn i,
.rows-wrapper a.btn.btn-blue, .articles #ajax-load-more .alm-btn-wrap .alm-load-more-btn, .articles .the-image,
.image-blue-overlay, .articles .text-wrp h3, .articles .text-wrp p, .box-wrp > i, a.btn.next-post-button, 
a.btn.prev-post-button, a.btn.back2index, a.btn.next-post-button i, a.btn.prev-post-button i, .social-share > a > i,
.hambu.fas.fa-bars, .fa.fa-close {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.menu-main-menu-container, ul#menu-footer-social, .menu-footer-social-container li, 
.second-section .section-L , .third-section > .section-L > ul > li, a.big-btn-blue.btn, 
.btns-wrp, a.nw-btn.btn, .about-first-sec .section-L, .client, .client .client-inner, 
.client a, .client .overflow-inner, .slide-tab-btn-wrp, .slide-tab, .pu-wrp, .pu, 
.proj-cls-btn, .type-cubes-wrp, .type-cube, i.pt, a.btn.extra-img, .c-img, 
a.btn.next-post-button, a.btn.prev-post-button, a.btn.back2index, .the-image > i {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}
/* HEADER */
header.site-header {
    padding: 0 75px;
    background-color: #000;
    position: fixed;
    /*top: 32px;  TEMP */
    z-index: 999;
    width: 100%;
	opacity: 1;
    transition: opacity 0.5s ease 0s;
}
	header.site-header.shortPadd {
		opacity: 0.7;
	}
.main-mobile-navigation {
	display: none;
}
.hambu.fas.fa-bars{
	display:none;
}
.menu-main-menu-container {
    justify-content: center;
	-webkit-justify-content: center;
}
.main-navigation .menu-main-menu-container > ul.menu > li > a {
    /*margin: 0 1.875rem;*/
	margin: 0 1.56vw;
    font-family: 'Roboto';
    font-size: 1.625rem;
    color: #fff;	
	transition: color 0.5s ease 0s;
}
.main-navigation .menu-main-menu-container > ul.menu > li:hover > a, 
.main-navigation .menu-main-menu-container > ul.menu > li.current-menu-item a,
.single-projects .main-navigation .menu-main-menu-container > ul.menu > li.work a {
    color: #94bb39;
}
.centerWrp {
    position: relative;
    max-height: 137px;
	height: 7.14vw;
}
.centerWrp > .main-navigation, .rightWrp > .main-navigation {
    position: absolute;
    top: 50%;
    padding: 0;
}
.rightWrp {
	max-height: 137px;
    height: 7.14vw;
    position: relative;
	float: right;
    padding: 0;
	/*width: 20.666667%;*/
	width: 9.666667%;
}
.menu-main-menu-right-container ul li {
    float: right;
}
.menu-main-menu-right-container ul li.menu-fa > a {
    /*font-size: 39px;
    top: -13px;
    position: relative;
    margin-left: 40px;*/
	margin-left: 0.83vw;
}
.main-navigation .menu-main-menu-right-container > ul.menu > li.menu-f-q > a {
    font-family: 'Roboto';
    font-size: 1.75rem;
    color: #94bb39;
    padding: 1px 9px;
    border: 1px solid transparent;
    border-radius: 7px;
}
.main-navigation .menu-main-menu-right-container > ul.menu > li.menu-f-q > a:hover {
	border: 1px solid #4f4f4f;
}
.leftWrp.site-branding {
    padding: 35px 0;
    width: 21%;
}
header.site-header.shortPadd .leftWrp.site-branding {
    padding: 10px 0;
}
header.site-header.shortPadd .leftWrp.site-branding.col-md-3 > a > img {
    max-width: 75%;
}
header.site-header.shortPadd .centerWrp, header.site-header.shortPadd .rightWrp {
    height: 4.14vw;
}
header.site-header.shortPadd .centerWrp > .main-navigation, header.site-header.shortPadd .rightWrp > .main-navigation {
    top: 20%;
}
#menu-main-menu-right i.fas.fa-phone {
    color: #2e9ca0;
    padding: 9px;
    border: 1px solid transparent;
    border-radius: 7px;
    /*font-size: 32px;*/
	/*font-size: 1.67vw;*/
	font-size: 1.46vw;
    margin-top: -3px;
    /*font-family: fontawesome;
    transform: rotate(270deg);*/
}
#menu-main-menu-right li > a:hover > i.fas.fa-phone {
	border: 1px solid #4f4f4f;
}
#menu-main-menu-right i.fal.fa-envelope {
    color: #1180ce;
    padding: 5px 10px 8px;
     border: 1px solid transparent;
    border-radius: 7px;
    /*font-size: 30px;*/
	font-size: 1.56vw;
}
#menu-main-menu-right li > a:hover > i.fal.fa-envelope {
	border: 1px solid #4f4f4f;
}
/* FOOTER */
.site-info {
    overflow: hidden;
    padding: 5.125rem 4.6875rem;
    background-color: #000;
}
ul#menu-footer-social {
    justify-content: flex-end;
	-webkit-justify-content: flex-end;
    align-items: center;
	-webkit-align-items: center;
	margin: 0;
    padding: 0;
}
.menu-footer-social-container li {
    flex-direction: row;
	-webkit-flex-direction: row;
    float: left;
}
.menu-footer-social-container li a i {
	font-size: 2.4375rem;
    color: #4f4f4f;
    transition: color 0.5s ease 0s;
}
.menu-footer-social-container li a i:hover {
    color: #fff;
}
.menu-footer-social-container li {
    padding-left: 2.24vw;
}
.site-info .logo img {
    text-align: center;
    margin: 0 auto;
}
.crd {
    font-family: 'Roboto';
    color: #4f4f4f;
    font-size: 1.5rem;
}
/* MAIN PAGE */
.video-container {
    position: relative;
}
video {
    width: 100%;
	height: auto;
}

.slogen-strip, .innerImgSlogen.iot {
    align-items: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    position: absolute;
    top: 30%;
    width: 100%;
	padding-left: 15px;
    padding-right: 15px;
}
.slogen-c2a {
    position: relative;
    text-align: center;
    top: 0.9375rem;
}
.slogen-c2a > .btn {
    border: 0 none;
    border-radius: 50px;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 500;
    font-family: 'Roboto';
    letter-spacing: 2px;
    padding: 1.375rem 4.375rem;
    text-transform: uppercase;
    background-color: #94bb39;
    margin-top: 2.625rem;
}
.slogen-c2a > .btn:hover {
    background-color: #00a3b4;
}

.slogen-Ln1 {
    /*font-size: 3.125rem;*/
	font-size: 2.6vw;
    color: #fff;
    /*line-height: 6.8125rem;*/
	line-height: 5.68vw;
	width: 100%;
    text-align: center;
}
.slogen-Ln2 {
	width: 100%;
    text-align: center;
    text-transform: capitalize;
    /*font-size: 5rem;
	font-size: 4.17vw;*/
	font-size: 5vw;
    color: #fff;
    /*line-height: 6.8125rem;*/
	line-height: 5.68vw;
}
.home .scrl-btn {
	bottom: 20%;
}
.scrl-btn {
    position: absolute;
	bottom: 10%;
    width: 100%;
    text-align: center;
}
.scrl-btn > img {
	cursor: pointer;
	position: relative;
	top: 0;
	animation-name:  jump_btn;
	-webkit-animation-name: jump_btn;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.8s;
	animation-iteration-count: 2;
	animation-delay: 1s;
	animation-timing-function: ease-in-out; 
	width: 6%;
    max-width: 105px;
	/*position: fixed;*/
}
.scrl-btn > img:hover {
	top: 1.25rem;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes jump_btn {
	0% {top:0px; }
	50% {top:20px;}
	100% {top:0px; }
}
/* Standard syntax */
@keyframes jump_btn {
	0% {top:0px; }
	50% {top:20px;}
	100% {top:0px; }
}

#overlay {
	background-color:rgba(0,0,0,0);
	height:53.25vw;
	left:0;
	position:relative;
	top:0;
	transition:background-color 300ms ease;
	width:100%;
}
.page-template:not(.home) #overlay, .single #overlay {
	height:32.92vw;
}
#hero-vid {
	position: fixed;
	left: 0;
}
#hero-image {
	position: fixed;
	left: 0;
	background-position: center;
    background-size: cover;
    width: 100%;
	z-index: -1;
}
#main-content {
/*background-color:#151515;
padding:2.5rem;*/
position:relative;
z-index:1;
}
div#primary.content-area {
    background-color: #fff;
}
.first-section {
    background-color: #e9e9e9;
    text-align: center;
    overflow: hidden;
}
.first-section .inner-text {
    max-width: 1170px;
    margin: 1.75rem auto 3.25rem;
    padding: 0 15px;
}
.inner-text h1 {
    font-size: 3.375rem;
    padding-bottom: 4rem;
    color: #474747;
    margin: 0;
}
.overflow-inner {
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
	display: block;
}
.overflow-container.animate .overflow-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .8s cubic-bezier(.24,.72,.35,1.01);
    transition: transform .8s cubic-bezier(.24,.72,.35,1.01);
    transition: transform .8s cubic-bezier(.24,.72,.35,1.01),-webkit-transform .8s cubic-bezier(.24,.72,.35,1.01);
    transition-delay: .6s;
}
.overflow-container {
    display: block;
    overflow: hidden;
}
.inner-text p {
	font-weight: 300;
	font-family: 'Roboto';
	line-height: 2.6875rem;
	color: #474747;
}
.overflow-container.animate .overflow-inner.delay-1 {
    transition-delay: 0.25s;
}
.overflow-container.animate .overflow-inner.delay-2 {
    transition-delay: 0.5s;
}
.overflow-container.animate .overflow-inner.delay-3 {
    transition-delay: 0.75s;
}
.overflow-container.animate .overflow-inner.delay-4 {
    transition-delay: 1s;
}
.overflow-container.animate .overflow-inner.delay-5 {
    transition-delay: 1.25s;
}
.inner-text p strong {
	font-weight: 600;
	color: #474747;
}
.second-section {
    height: 57.9375rem;
}

.section-L {
	width: 50%;
    height: 100%;
	float: left;
	position: relative;
}
.section-R {
	height: 100%;
    width: 50%;
    float: right;
	position: relative;
	overflow: hidden;
}
.second-section .section-L {
	background-image: url(/wp-content/themes/cadensee/images/section-L.jpg);
	align-items: center;
	-webkit-align-items: center;
}
.flt-div {
    position: absolute;
    /*height: 26.3125rem;*/
    height: 37.7%;
    background-color: rgba(255,255,255,0.25);
    width: 70%;
    border-top-right-radius: 13.4375rem;
    border-bottom-right-radius: 13.4375rem;
	transition: transform 1.8s cubic-bezier(0.24,0.72,0.35,1.01),-webkit-transform 1.8s cubic-bezier(0.24,0.72,0.35,1.01), opacity 1.3s ease-in-out;
	transform: translateX(-100%);
    opacity: 0;
    z-index: 10;
}
	.flt-div.animate {
		transform: translateX(0%);
		opacity: 1;
	    overflow: hidden;
	}
.second-section .section-R {
	background-color: #9dc63c;
    /*padding: 7.5rem 6.25rem;*/
	padding: 8.33vw 5.21vw;
}
.second-section .section-R h2 {
    font-size: 3.875rem;
    color: #fff;
    line-height: 4.1875rem;
	padding: 0;
    margin: 0;
}
.second-section .section-R h3 {
    color: #fff;
    margin: 8px 0 0;
    font-size: 2rem;
    line-height: 2.8rem;
}
.inner-white-txt p, .inner-white-txt p strong {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 2.6875rem;
}
.inner-white-txt p strong{
	font-weight: 500;
}
.inner-white-txt {
    margin-top: 4.375rem;
}
.third-section h2, .fourth-section h2 {
    font-size: 3.875rem;
    text-align: center;
    padding: 8.75rem 15px 3.4375rem;
    margin: 0;
	color: #333;
	text-transform: capitalize;
}
.third-section > .section-L, .third-section > .section-R {
    height: 46.25rem;
}
.third-section > .section-L > ul > li{
    height: 11.5625rem;
    align-items: center;
	-webkit-align-items: center;
    padding-left: 11.72vw;
    cursor: pointer;
}
.third-section > .section-L > ul > li > .overflow-container > .overflow-inner{
	font-size: 3.75rem;
    line-height: 7.5rem;
	color: #fff;
}
.third-section > .section-L > ul > li:hover > .anim-ln-blt > .ball{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.8s;
	animation-delay: 0s;
	animation-timing-function: ease-out; 
}
.tab-1 > .anim-ln-blt > .ball {top: 10%;}
.tab-2 > .anim-ln-blt > .ball {top: 25%;}
.tab-3 > .anim-ln-blt > .ball {top: 55%;}
.tab-4 > .anim-ln-blt > .ball {top: 70%;}

.third-section > .section-L > ul > li.tab-1:hover > .anim-ln-blt > .ball{
	animation-name:  jump_ball-1;
	-webkit-animation-name: jump_ball-1;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes jump_ball-1 {
	0% {top:10%; }
	40% {top:30%;}
	70% {top:0%;}
	100% {top:10%; }
}
/* Standard syntax */
@keyframes jump_ball-1 {
	0% {top:10%; }
	40% {top:30%;}
	70% {top:0%;}
	100% {top:10%; }
}
.third-section > .section-L > ul > li.tab-2:hover > .anim-ln-blt > .ball{
	animation-name:  jump_ball-2;
	-webkit-animation-name: jump_ball-2;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes jump_ball-2 {
	0% {top:25%; }
	40% {top:45%;}
	70% {top:15%;}
	100% {top:25%; }
}
/* Standard syntax */
@keyframes jump_ball-2 {
	0% {top:25%; }
	40% {top:45%;}
	70% {top:15%;}
	100% {top:25%; }
}
.third-section > .section-L > ul > li.tab-3:hover > .anim-ln-blt > .ball{
	animation-name:  jump_ball-3;
	-webkit-animation-name: jump_ball-3;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes jump_ball-3 {
	0% {top:55%; }
	40% {top:75%;}
	70% {top:45%;}
	100% {top:55%; }
}
/* Standard syntax */
@keyframes jump_ball-3 {
	0% {top:55%; }
	40% {top:75%;}
	70% {top:45%;}
	100% {top:55%; }
}
.third-section > .section-L > ul > li.tab-4:hover > .anim-ln-blt > .ball{
	animation-name:  jump_ball-4;
	-webkit-animation-name: jump_ball-4;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes jump_ball-4 {
	0% {top:70%; }
	40% {top:90%;}
	70% {top:55%;}
	100% {top:70%; }
}
/* Standard syntax */
@keyframes jump_ball-4 {
	0% {top:70%; }
	40% {top:90%;}
	70% {top:55%;}
	100% {top:70%; }
}
.third-section > .section-L > ul {
	padding: 0;
}
.home .third-section.sec, .home .fourth-section.sec {
    background-color: #fff;
}
.tab-1{background-color: #75b2b4;}
.tab-2{background-color: #6ccbce;}
.tab-3{background-color: #46b3b7;}
.tab-4{background-color: #2e9ca0;}
.third-section > .section-R > .tab-content {
    position: absolute;
    opacity: 0;
    padding: 7.5rem 6.25rem;
    top: 0;
    left: 0;
    height: 100%;
}
.third-section > .section-R > .tab-content.dsp {
    opacity: 1;
}
.third-section > .section-R > .tab-content  h4  p, .third-section > .section-R > .tab-content  h4  p  strong {
    color: #fff;
    font-weight: 300;
    font-family: 'Roboto';
    font-size: 2.8125rem;
    line-height: 3.125rem;
}
	.third-section > .section-R > .tab-content  h4  p  strong {
		font-weight: 800;
	}
.third-section > .section-R > .tab-content > p, .third-section > .section-R > .tab-content > p > strong {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 300;
    font-family: 'Roboto';
    line-height: 2.6875rem;
}
	.third-section > .section-R > .tab-content > p > strong {
		font-weight: 500;
	}
.anim-ln-blt {
    width: 2px;
    height: 95px;
    background-color: #fff;
    margin-right: 3.39vw;
    position: relative;
}
.ball {
    position: absolute;
    height: 19px;
    width: 19px;
    border-radius: 50px;
    background-color: #fff;
    left: -8.8px;
    top: 0;
}
.btn-cont {
    padding-top: 3.125rem;
    text-align: center;
}
a.big-btn-blue.btn {
	font-family: 'Roboto';
    font-size: 2rem;
    background-color: #46b3b7;
    color: #fff;
    font-weight: 500;
    border-radius: 6.25rem;
    text-transform: uppercase;
    line-height: 1;
    width: 48.5625rem;
    height: 6.0625rem;
	align-items: center;
	-webkit-align-items: center;
    justify-content: center;
	-webkit-justify-content: center;
    margin: 0 auto;
}
a.big-btn-blue.btn:hover {
	background-color: #00a3b4;
}
a.big-btn-blue.btn > i {
    color: #fff;
    left: 2.25rem;
    font-size: 2.25rem;
    position: relative;
}
a.big-btn-blue.btn:hover i{
	left: 4.5rem;
}
.proj-box-wrp {
    height: 37.19vw;
	padding: 0;
	overflow: hidden;
}
.proj-box {
    padding: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    position: relative;
    height: 100%;
    cursor: pointer;
}
.proj-box a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.proj-box-wrp:hover .proj-box {
    background-size: 110% auto;
}
.btm-cont {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 45%;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(120,120,120,0.3) 53%, rgba(79,79,79,0.5) 69%, rgba(41,41,41,0.7) 84%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(53%, rgba(120,120,120,0.3)), color-stop(69%, rgba(79,79,79,0.5)), color-stop(84%, rgba(41,41,41,0.7)), color-stop(100%, rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(120,120,120,0.3) 53%, rgba(79,79,79,0.5) 69%, rgba(41,41,41,0.7) 84%, rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(120,120,120,0.3) 53%, rgba(79,79,79,0.5) 69%, rgba(41,41,41,0.7) 84%, rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(120,120,120,0.3) 53%, rgba(79,79,79,0.5) 69%, rgba(41,41,41,0.7) 84%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(120,120,120,0.3) 53%, rgba(79,79,79,0.5) 69%, rgba(41,41,41,0.7) 84%, rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.btm-cont .txt {
    position: absolute;
    bottom: 0;
	padding: 0rem 3.375rem 7rem;	
}
.btm-cont > .txt h3 {
	color: #fff;
    font-size: 3.5rem;
    line-height: 1.2;
    margin: 0;
}
.btm-cont > .txt h3 i {
    color: #fff;
    font-size: 2.6875rem;
    position: relative;
    padding-left: 1rem;
    line-height: 1;
	padding-right: 5px;
	/*font-family: fontawesome;*/
}
.btm-cont > .txt .overflow-inner {
	color: #fff;
	font-family: 'Roboto';
    font-size: 1.8125rem;
	line-height: 1.4;
}
.green-overlay {
    background-color: rgba(128,162,47,0.8);
    height: 100%;
    width: 100%;
    opacity: 0;
}
.proj-box:hover > .green-overlay {
    /* height: 100%; */
    /* width: 100%; */
    opacity: 1;
}
.proj-box:hover > .btm-cont > .txt h3 i {
    padding-left: 1.5rem;
}
.fifth-section.sec {
    text-align: center;
    margin: 5.875rem 0 0;
    background-color: #2e9ca0;
}
.fifth-section.sec h2 {
    font-size: 5.625rem;
    color: #fff;
    /*padding: 5.5rem 15px;*/
	padding: 3.5rem 15px;
    margin: 0;
    line-height: 6.8125rem;
}
.nw-logo-cont, .sec-logo-cont {
    /*width: 18rem;
	height: 20.25rem;*/
	width: 16rem;
	height: 18.25rem;
    margin: 0 auto;
    background-color: #4fcace;
	border-bottom-left-radius: 10.625rem;
    border-bottom-right-radius: 10.625rem;
}

.nw-logo-cont > img {
    top: 5.625rem;
    position: relative;
	animation-iteration-count: 3;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.8s;
	animation-timing-function: ease-in-out; 
	left: 0;
    max-width: 48%;
}
.sec-logo-cont {
	background-color: #e0e0e0;
}
.sec-logo-cont > img {
    top: 4rem;
    position: relative;
    margin: 0 auto;
    max-width: 60%;
}
.nw-logo-cont:hover > img {
    transform: rotate(31deg);
    left: -7px;
}
.nw-logo-cont:hover > img {
   animation-name:  arr_bounce;
	-webkit-animation-name: arr_bounce;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes arr_bounce {
	0% {top: 5.625rem; }
	50% {top: 3.75rem;}
	100% {top: 5.625rem; }
}
/* Standard syntax */
@keyframes arr_bounce {
	0% {top: 5.625rem; }
	50% {top: 3.75rem;}
	100% {top: 5.625rem; }
}
.btns-wrp {
    /*padding: 4.6875rem 0 8.75rem;*/
    padding: 1rem 0 3.75rem;
	align-items: center;
	-webkit-align-items: center;
    justify-content: center;
	-webkit-justify-content: center;
}
a.nw-btn.btn {
    font-size: 1.46vw;
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    border: 4px solid #fff;
    margin: 0 11px;
    background-color: transparent;
    font-weight: 500;
	width: 19.69vw;
	height: 5.05vw;
	align-items: center;
    -webkit-align-items: center;
    justify-content: center;
	-webkit-justify-content: center;
}
a.nw-btn.btn:hover {
    background-color: #94bb39;
    border-color: #94bb39;
}
.sec-logo .overflow-container.animate .overflow-inner {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.sec-logo .overflow-inner {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
/* ABOUT */
.site-main {
    background-color: #fff;
}
.about-first-sec {
    height: 44.375rem;
}
.about-first-sec .section-R {
	padding: 9% 13% 3% 5%;
}
.about-first-sec .section-L {
    align-items: center;
	-webkit-align-items: center;
    flex-direction: column;
	-webkit-flex-direction: column;
    justify-content: center;
	-webkit-justify-content: center;
}

.about-first-sec .section-R p, .about-first-sec.sec .section-R p strong {
    font-family: 'Roboto';
    font-weight: 300;
    color: #333;
}
.about-first-sec .section-R p strong {
    font-weight: 600 !important;
}
.about-first-sec .section-L h1 {
    font-size: 4rem;
    padding-bottom: 75px;
    color: #474747;
}
.about-second-sec {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 799px;
    padding: 5% 10%;
}
.about-second-sec h2, .about-fourth-sec h2 {
    text-align: center;
    font-size: 3.375rem;
    color: #fff;
    line-height: 1.3;
    font-weight: 400;
}
.about-second-sec .txt-blk {
    padding: 7.1875rem 4.75rem;
}
.about-second-sec .txt-blk-ttl {
    font-size: 2.25rem;
    font-weight: 600;
    font-family: 'Roboto';
    padding-bottom: 2.25rem;
    color: #273d48;
}
.about-second-sec .txt-blk-txt p {
	font-family: 'Roboto';
	font-size: 1.625rem;
	font-weight: 300;
	color: #ffffff;
}
.team-member-wrp {
    height: 25.21vw;
    padding: 0;
    overflow: hidden;
}
.team-member {
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.team-member-wrp:hover .team-member {
    background-size: auto 110%;
}
.gray-overlay {
	position: absolute;
	height: 100%;
    opacity: 0;
    width: 100%;
    transition: opacity 0.5s ease 0s;
	background: -moz-linear-gradient(270deg, rgba(39,61,72,0.3) 0%, rgba(39,61,72,0.3) 0%, rgba(39,61,72,0.85) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(39,61,72,0.3)), color-stop(0%, rgba(39,61,72,0.3)), color-stop(100%, rgba(39,61,72,0.85))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(39,61,72,0.3) 0%, rgba(39,61,72,0.3) 0%, rgba(39,61,72,0.85) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(39,61,72,0.3) 0%, rgba(39,61,72,0.3) 0%, rgba(39,61,72,0.85) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(39,61,72,0.3) 0%, rgba(39,61,72,0.3) 0%, rgba(39,61,72,0.85) 100%); /* ie10+ */
	background: linear-gradient(180deg, rgba(39,61,72,0.3) 0%, rgba(39,61,72,0.3) 0%, rgba(39,61,72,0.85) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273d48', endColorstr='#273d48',GradientType=0 ); /* ie6-9 */
}
.page-template-about .fifth-section.sec {
    margin: 0;
}
.team-member:hover .gray-overlay {
	opacity: 1;
}
.team-member-content {
    position: absolute;
    width: 100%;
    bottom: 5%;
    text-align: center;
}
.member-name {
    font-size: 1.625rem;
    text-transform: capitalize;
    color: #fff;
    line-height: 1.5;
	font-weight: 400;
}
.member-title {
    font-family: 'Roboto';
    color: #fff;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.5;
}
.team-member i.fab.fa-linkedin-in {
    background-color: #117cb4;
    padding: 10px 12px;
    border-radius: 30px;
    color: #fff;
}
.team-member i.fal.fa-envelope {
    background-color: #000;
    color: #fff;
    padding: 12px;
    border-radius: 30px;
}
.member-connect > a:first-child {
    margin-right: 0.75rem;
}
.member-connect {
    padding-top: 0.75rem;
}
.team-member-wrp .overflow-container {
   height: 100%;
}
.team-member-wrp .overflow-inner {
    height: 100%;
}
.about-fourth-sec {
    background-color: #f0f0f0;
    padding: 5rem 15px;
    clear: both;
    overflow: hidden;
}
.about-fourth-sec h2 {
    color: #474747;
    line-height: 6.25rem;
    padding: 0;
    margin: 0;
}
.about-fourth-sec h4 {
    font-size: 1.625rem;
    text-align: center;
    line-height: 2.6875rem;
    padding: 0;
    margin: 0;
}
.clients-wrp {
    padding: 3.125rem 6.25rem;
    overflow: hidden;
    text-align: center;
}
.client {
    width: 20%;
	height: 13.625rem;
	float: left;
    margin: 2.5rem 0;
	align-items: center;
    -webkit-align-items: center;
    justify-content: center;
	-webkit-justify-content: center;
}
.client .client-inner {   
    border-style: solid;
    border-width: 1px;
	border-color: rgba(184,184,184,0);		
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
	-webkit-justify-content: center;
	border-radius: 150px;
    overflow: hidden;
	filter: grayscale(100%);
    padding: 0px 1.5rem;
	width: 80%;
}
.client:hover .client-inner{
	border-color: rgba(184,184,184,0.7);
	filter: grayscale(0%);
	width: 100%;
}
.client a {
    height: 100%;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
	-webkit-justify-content: center;
}
.client .overflow-container {
    height: 100%;
    width: 100%;
}
.client .overflow-inner {
    height: 100%;
    width: 100%;
     align-items: center;
    -webkit-align-items: center;
    justify-content: center;
	-webkit-justify-content: center;
}
/* WORK (Portfolio)*/
.work.content-area {
    padding-top: 115px;
}
.work-first-sec {
	max-width: 1440px;
	text-align: center;
	margin: 0 auto;
    padding: 0 2rem;
}
.work-first-sec h1 {
	font-size: 4rem;
    color: #474747;
    line-height: 1;
    padding: 4.5rem 15px 3.5rem;
	text-transform: capitalize;
}
.work-first-sec .txt-blk-txt p {
	font-family: 'Roboto';
	font-size: 1.625rem;
	font-weight: 300;
	color: #333;
}
.work-second-sec {
    overflow: hidden;
    padding-top: 2.5rem;
}
.slide-tab-track {
    height: 0.9375rem;
    background-color: #e6e6e6;
}
.slide-tab-wrp {
    padding-bottom: 6.0625rem;
}
.slide-tab-btn-wrp {
    align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.slide-tab i {
    font-size: 3.625rem;
	color: #474747;
}
.slide-tab > div {
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #474747;
}
.slide-tab > div:first-child {
    padding-top: 2rem;
}
.slide-tab > div:last-child {
    padding-top: 20px;
}
.slide-tab {
    width: 10.9375rem;
    height: 10.625rem;
    flex-direction: column;
	-webkit-flex-direction: column;
    align-items: center;
	-webkit-align-items: center;
    justify-content: start;
	-webkit-justify-content: start;
	border-bottom: 4px solid #474747;
	margin: 0 1.875rem;
	cursor: pointer;
}
.slide-tab:not(.tab-on):hover div:first-child i, .slide-tab:not(.tab-on):hover div:last-child {
    color: #6d6d6d;
}
.slide-tab:not(.tab-on):hover {
    border-bottom: 4px solid #6d6d6d;
}
.slide-tab-tracker {
    height: 0.9375rem;
    background-color: #41b2b8;
    max-width: 10.9375rem;
    position: relative;
	left: 0;
	transition: all 0.5s cubic-bezier(0.33, 0.03, 0.32, 1.37) 0s;
}
.slide-tab.tab-on{
	border-bottom: 4px solid #41b2b8;
}
.slide-tab.tab-on div, .slide-tab.tab-on i {
    color: #41b2b8;
}
.portfolio .proj-box-wrp {
    visibility: visible;
    opacity: 1;
	transition: all 0.3s ease 0s;
}
.pu-wrp {
    position: fixed;
    width: 100%;
    height: 100%;
	z-index: -1;
    align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	opacity: 1;
}
.pu {
    background-color: #829d44;
    width: 0%;
    height: 0%;
	opacity: 0;
    align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.pu-wrp.showpu > .pu {
    width: 100%;
    height: 100%;
	opacity: 1;
}
.pu-wrp.showpu {
    z-index: 99999;
}
.pu-inner {
    background-color: #f1f1f1;
    width: 100%;
    height: 100%;
	opacity: 1;
    position: relative;
}
.pu-inner.pop {
	width: 95%;
    height: 90%;
	opacity: 1;
}
.proj {
    position: absolute;
    width: 100%;
    height: 100%;
	padding: 3.75rem;
    overflow: hidden;
}
.proj-cls-btn {
    font-family: 'Roboto';
    font-size: 5rem;
    font-weight: 300;
    background-color: #e9e9e9;
    width: 6.875rem;
    height: 6.875rem;
    align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
    position: absolute;
    cursor: pointer;
    right: 3.75rem;
	z-index: 10;
}
.proj-container {
    position: relative;
    clear: both;
    overflow: hidden;
    width: 90%;
	margin: 3.5rem auto;
}
.pu-ttl {
    font-size: 3.125rem;
    line-height: 1;
    padding-bottom: 3.125rem;
}
.pu-excerpt {
    font-family: 'Roboto';
    font-size: 1.625rem;
    line-height: 2.6875rem;
    font-weight: 300;
}
a.btn.learn-more {
    background-color: #93b838;
    border-radius: 3.125rem;
    color: #fff;
    font-size: 1.75rem;
    max-width: 380px;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Roboto';
    max-height: 70px;
    padding: 0.875rem 0;
    margin-top: 3.75rem;
}
	a.btn.learn-more:hover {
		background-color: #46b3b7;
	}
/*.left img {
    max-width: 80%;
}*/
.proj-container > .left {
    padding-left: 0;
}
.type-cubes-wrp {
    margin-top: 2rem;
    border-top: 4px solid #e6e6e6;
    padding-top: 2rem;
    width: 100%;
    max-width: 584px;
    align-items: center;
	-webkit-align-items: center;
	/*justify-content: space-around;
	-webkit-justify-content: space-around; */
	justify-content: start;
	-webkit-justify-content: start;  
}
.type-cube > i {
    font-size: 3.5rem;
    padding-bottom: 1rem;
}
.type-cube {
    align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;  
    flex-direction: column;
	-webkit-flex-direction: column;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: 'Roboto';
}
.pu-screen {
    max-width: 80%;
}
.outer-image {
    position: relative;
    overflow: hidden;
	opacity: 0;
    transition: opacity 1.5s ease 0s;
}
.outer-image.animate {
    opacity: 1;
}
.outer-image > img:first-child {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    z-index: 10;
}
.outer-image > img:last-child {
    position: absolute;
    left: 0;
    max-width: 100%;
    padding: 10px;
    top: 0.36vw;
    z-index: 9;
}
/* PROJECT PAGE */
.proj-first-sec {
    background-color: #f0f0f0;
    padding: 7.1875rem 15px;
}
.proj-first-sec-wrp {
    max-width: 1440px;
    overflow: hidden;
    margin: 0 auto;
    width: 80%;
}
.proj-first-sec-wrp .left {
    padding-bottom: 2.5rem;
}
.proj-first-sec.sec h1 {
    font-size: 3.125rem;
    margin: 0;
}
.proj-first-sec .type-cube > i {
    font-size: 2.8125rem;
}
.type-cubes-wrp .overflow-container {
    padding: 0 1.375rem;
}
.type-cubes-wrp .overflow-container:first-child {
    padding-left: 0;
}
.type-cubes-wrp .overflow-container:last-child {
    padding-right: 0;
}
.proj-first-sec .type-cube {
	font-size: 1rem;
}
.proj-first-sec .type-cubes-wrp {
    justify-content: start;
	max-width: 420px;
}
.proj-first-sec .proj-desc p {
    font-size: 1.625rem;
    line-height: 2.6875rem;
    font-weight: 300;
    font-family: 'Roboto';
}
a.lnk {
    font-size: 1.625rem;
    font-family: 'Roboto';
    font-weight: 500;
    color: #41b2b8;
	text-decoration: none;
}
a.lnk:hover, a.lnk:hover i {
    color: #93b838;
}
a.lnk i {
	color: #41b2b8;
	font-size: 2.1875rem;
    margin-left: 1rem;
}
.project-media-wrp {
    padding: 0 15px;
}
.projectImage {
    margin: 4.6875rem auto;
    max-width: 1200px;
    position: relative;
}
i.pt {
    position: absolute;
    top: -3.4375rem;
    left: 3.4375rem;
    height: 6.875rem;
    width: 5.625rem;
    background-color: #41b2b8;
    color: #fff;
    font-size: 3.25rem;
    align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
    border-radius: 50px;
}
	.projectImage:hover i.pt {
		font-size: 40px;
	}
.ext-img-btn-wrp {
    
}
a.btn.extra-img {
    max-width: 378px;
    background-color: #93b838;
    border-radius: 3.125rem;
    width: 100%;
    max-height: 97px;
    align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
    margin: 0 auto;
    line-height: 1;
}
a.btn.extra-img:hover {
    background-color: #46b3b7;
}
a.btn.extra-img span {
    font-family: 'Roboto';
    font-size: 1.75rem;
    color: #fff;
    line-height: 1;
}
a.btn.extra-img > i {
    color: #fff;
    font-size: 4.5rem;
    font-weight: 300;
    font-family: 'Roboto';
    padding-left: 3.125rem;
}
.vert-ln {
    background-color: #93b838;
    width: 3px;
    height: 4.0625rem;
    margin: 0 auto;
}
img.extra-img {
    display: none;
	width: 100%;
}
.flt-div > img {
    position: absolute;
    right: 0;
    border-radius: 50%;
    max-width: 26.3125rem;
    transition: all 1s ease 0s;
	opacity: 0;
    z-index: 9;
}
.flt-div.animate > img {
    opacity: 1;
}
.proj-fifth-sec.fifth-section.sec {
    margin: 0;
}
.proj-fourth-sec.sec {
    height: 34.4375rem;
}
.prev-post, .next-post {
    width: 50%;
    position: relative;
    height: 100%;
}
.prev-post {
    float: left;
}
.next-post {
    float: right;
}
.proj-fourth-sec > div > a > span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	z-index: 10;
}
.prev-post > .nav-txt {
    text-align: right;
    left: 5.625rem;
}
.nav-txt {
    position: absolute;
    bottom: 4.375rem;
    z-index: 9;
}
.proj-fourth-sec.sec > div {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
	
}
.grd {
	position: absolute;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(153,218,255,0)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
	background: linear-gradient(180deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99DAFF', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}

.nav-txt > h4, .nav-txt > h3, .nav-txt > h3 > i {
    color: #fff;
	
}
.nav-txt > h4 {
    font-size: 2.1875rem;
    font-family: 'Roboto';
    font-weight: 300;
}
.nav-txt > h3 {
    font-size: 3.125rem;
    font-weight: 400;
}
.prev-post .nav-txt > h3 > i {
    font-size: 3.125rem;
    right: 1rem;
    position: relative;
}
	.prev-post:hover .nav-txt > h3 > i {
		right: 1.5rem;
	}
.next-post .nav-txt > h3 > i {
    font-size: 3.125rem;
    left: 1rem;
	position: relative;
}
	.next-post:hover .nav-txt > h3 > i {
		left: 1.5rem;
	}
.next-post > .nav-txt {
    right: 5.625rem;
}
.bck-clr, .non-content-bck-clr {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #233842;
	z-index: 8;
	bottom: 0;
	transition: all 0.4s ease 0s;
}
.proj-fourth-sec.sec > div:hover > .bck-clr {
	height: 0%;
}
/* SERVICES */
.services .about-first-sec .section-L {
    justify-content: start;
    -webkit-justify-content: start;
    /*padding-top: 7%;*/
	padding: 7%;
}
.services .about-first-sec {
	background-color: #f0f0f0;
    overflow: hidden;
}
.services .fifth-section.sec {
    margin: 0;
}
.services-sec.sec {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    overflow: hidden;
}
.service-box > i {
    font-size: 5.3125rem;
    color: #41b2b8;
    padding-bottom: 1.875rem;
}
.service-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1.75rem;
    text-align: center;
    line-height: 2.6875rem;
    width: 100%;
    height: 100%;
    border: 1px solid #d1d1d1;
    position: relative;
    overflow: hidden;
}
.service-box > div.srv-ttl {
	color: #41b2b8;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto';
	padding: 0 2rem;
}
.service-box > div.srv-ttl > i {
    color: #41b2b8;
    font-size: 2.625rem;
    top: 0.3125rem;
    position: relative;
    left: 0.5rem;
}
.services-box-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    width: 70%;
}
.service-box-wrp {
    height: 22.6875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 444px;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.service-content {
    position: absolute;
    height: 0%;
    width: 0%;
    background-color: #9cc33b;
    padding: 24px;
    transition: all 0.4s ease 0s;
    bottom: 50%;
    opacity: 0;
    border-radius: 40%;
    left: 50%;
}
.service-box-wrp:hover > .service-box > .service-content {
    left: 0;
    bottom: 0;
    opacity: 1;
    border-radius: 0;
    width: 100%;
    height: 100%;
}
.service-content > div:last-child {
    font-size: 1.375rem;
    font-weight: 300;
    text-transform: none;
    line-height: 2.125rem;
}
.service-content > div {
    font-family: 'Roboto';
    text-align: center;
    color: #fff;
	opacity: 0;
	transition: all 0.5s ease 0.3s;
}
.service-box-wrp:hover .service-content > div {
	opacity: 1;
}
.service-content > div:first-child {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.875rem;
	line-height: 2.5rem;
}
/* CONTACT */

.cu .fifth-section {
	margin: 0;
}
.cu h1 {
    text-align: center;
    font-size: 4rem;
    padding: 6.25rem 0;
}
.cu .about-first-sec {
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.cu .about-first-sec .section-R {
    padding: 0 5% 3% 5%;
}
.cu .fifth-section h2 {
    font-size: 3.75rem;
	line-height: 6.8125rem;
}
.cu .about-first-sec .section-L {
    flex-direction: row;
}
.c-dtls *{
	 font-family: 'Roboto';
}
.c-dtls h2 {
    font-size: 2.625rem;
    font-weight: 900;
	text-transform: capitalize;
    margin: 0;
    padding-bottom: 2rem;	
	color: #474747;
}
.c-dtls label {
    font-size: 1.625rem;
    text-transform: capitalize;	
	font-weight: 400;
	color: #474747;
}
.c-dtls a {
	color: #94bb39;
	font-weight: 500;
	font-size: 1.625rem;
	display: inline-block;
}
.c-dtls .opt {
    line-height: 1;
    padding-bottom: 1.25rem;
}
.c-img {
    width: 15.625rem;
    height: 15.625rem;
    align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 2.1875rem;
}
.c-img > img {
    width: 100%;
    height: auto;
    transition: all 1s ease 0.5s;
    opacity: 0;
}
.section-L > .c-img.animate > img {
	opacity: 1;
}
.cu .section-R h3 {
    font-size: 2rem;
    font-family: 'Roboto';
    font-weight: 500;
    padding-left: 15px;
	padding-right: 15px;
    color: #474747;
	line-height: 1.3;
}
.frm-wrp {
    max-width: 700px;
    width: 100%;
	overflow: hidden;
    padding: 1.25rem 0;
}
.frm-wrp > .col-sm-6 {
	padding: 0 4px 1.75rem;
}
.frm-wrp > .col-sm-6 input, .frm-wrp textarea {
	font-size: 1.5rem;
    font-family: 'Roboto';
	color: #474747;
	border-radius: 55px;
	border:3px solid #b2b2b2;
	outline: 0;
} 
.frm-wrp > .col-sm-6 input {
    max-width: 341px;
    width: 100%;
    height: 4.5625rem;
	padding-left: 1.25rem;
}
.frm-wrp .msg {
    padding: 0 4px 1.125rem;
}
.frm-wrp textarea {
    height: 7.25rem;
    padding: 1.25rem;
    resize: none;
}
.frm-wrp ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #b2b2b2;
}
.frm-wrp :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #b2b2b2;
   opacity:  1;
}
.frm-wrp ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #b2b2b2;
   opacity:  1;
}
.frm-wrp :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #b2b2b2;
}
.frm-wrp ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #b2b2b2;
}
.smbt button.btn {
    max-width: 232px;
    width: 100%;
    height: 4.5625rem;
    border-radius: 3.4375rem;
    background-color: #94bb39;
    color: #fff;
    font-size: 1.5625rem;
    text-transform: uppercase;
    font-family: 'Roboto';
	outline: 0 !important;
}
	.smbt button.btn:hover {
		background-color: #46b3b7;
	}
.smbt button.btn i {
	font-size: 2rem;
	color: #fff;
    left: 1.5rem;
    position: relative;
    top: 2px;
}
	.smbt button.btn:hover i {
		left: 2.5rem;;
	}
.cu .wpcf7-not-valid {
    border-color: #f00 !important;
}
.cu span.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-response-output {
    border: 0 none !important;
}
.cu div.wpcf7-validation-errors, .cu div.wpcf7-mail-sent-ok {
    color: #f00;
    font-size: 1.125rem;
    margin-top: 0;
    font-family: 'Roboto';
}
.cu div.wpcf7-mail-sent-ok {
    color: #474747;
}
/* RESOURCES */
.resources.site-main {
    background-color: #f0f0f0;
}
.resources .slide-tab-wrp {
    padding-bottom: 5.375rem;
}
div#resources-output {
    background-color: #f6f6f6 !important;
    overflow: hidden;
	padding-top: 4.5rem;
}
/* --- presentetios --- */
.presentatios.rows-wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.the-iframe {
    text-align: center;
}
.text-wrp h3 {
    font-size: 1.625rem;
    font-weight: 600;
    font-family: 'Roboto';
    line-height: 2.25rem;
	margin-bottom: 1.625rem;
}
.text-wrp p, .text-wrp ul, .text-wrp ul li {
    font-size: 1.625rem;
    font-weight: 300;
    font-family: 'Roboto';
    line-height: 2.6875rem;
}
.text-wrp ul {
    list-style: outside;
}
.rows-wrapper > ul > li {
    padding-bottom: 7.5rem;
	opacity: 0;
    transition: all 0.5s ease 0.3s;
}
.li-obj.animate {
	opacity: 1;
}
.rows-wrapper a.btn.btn-blue, .articles #ajax-load-more .alm-btn-wrap .alm-load-more-btn {
    max-width: 283px;
    width: 100%;
    height: 4.5625rem;
    background-color: #41b2b8;
    color: #fff;
    font-size: 1.625rem;
    font-family: 'Roboto';
    font-weight: 500;
    border-radius: 50px;
    padding: 16px 0;
    margin-top: 1.5rem;
}
.rows-wrapper a.btn.btn-blue:hover, .articles #ajax-load-more .alm-btn-wrap .alm-load-more-btn:hover {
	background-color: #94bb39;
}
/* --- ebooks --- */
.e-books.rows-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.the-image {
    text-align: left;
}
/* --- articles --- */
.alm-listing li {
    padding: 0 15px !important;
}
.articles .box-wrp {
    background-color: #fff;
	position: relative;
}
.articles .the-image a img {
    width: 100%;
    height: auto;
}
.articles .rows-wrapper ul li {
    height: 40.3125rem;
}
.articles .the-image {
    text-align: center;
    width: 100%;
    height: 21.25rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: center;
    border: 1px solid #e6e6e6;
    position: relative;
}
	.articles .box-wrp:hover .the-image {
		background-size: auto 125%;
	}
.image-blue-overlay {
    position: absolute;
    background-color: rgba(65,178,184,0.4);
    width: 100%;
    height: 100%;
    opacity: 0;
}
	.articles .box-wrp:hover .image-blue-overlay {
		opacity: 1;
	}
.the-image > i {
    z-index: 9999;
    position: absolute;
    color: #fff;
    bottom: 1rem;
    right: 1.25rem !important;
    width: 3.125rem;
    height: 3.125rem;
    align-items: center;
	-webkit-align-items: center;
    justify-content: center;
	-webkit-justify-content: center;
    background-color: rgba(240,240,240,0.5);
}
.rows-wrapper > ul {
    left: -20px;
    position: relative;
}
.articles .text-wrp {
	height: 19.0625rem;
	padding: 2.25rem;
	overflow: hidden;
}
.articles .text-wrp h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
	margin-top: 0;
}
.articles .text-wrp p {
    font-size: 1rem;
    line-height: 1.75rem;
}
.articles .box-wrp:hover .text-wrp h3, .articles .box-wrp:hover .text-wrp p {
    color: #41b2b8;
}
.articles.rows-wrapper ul li a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
	z-index: 5;
}
.box-wrp > i {
    position: absolute;
    bottom: 1.5625rem;
    right: 4.375rem;
    font-size: 3.125rem;
	color: #41b2b8;
}
	.articles .box-wrp:hover i {
		right: 3.4375rem;
	}
/* ARTICLE PAGE */
.articles.content-area {
    margin-top: 11.25rem;
}
.single-articles h1 {
    font-size: 4rem;
    margin: 3.75rem 0;
}
.single-articles .post-thumbnail img {
    max-width: 100%;
    height: auto;
}
.author {
    text-transform: capitalize;
    font-family: 'Roboto';
    margin: 1.625rem 0 0.75rem;
}
.blue-line {
    height: 1px;
    background-color: #4fcace;
    margin-bottom: 2rem;
}
article p a:hover {
    color: #333333;
}
article p a {
    text-decoration: underline;
}
article p, article p a, article li, article li a, article p i{
    font-family: 'Roboto';
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.6875REM;
    color: #333333;
}
article h2, article h2 strong {
    font-size: 2.125rem;
    line-height: 2.6875rem;
    font-family: 'Roboto';
    font-weight: 500;
}
article ul {
    list-style: outside;  
}
article > div ul > li {
    font-family: 'Roboto';
    font-size: 1.5rem;
    font-weight: 300;
}
.nav-buttons {
    margin-top: 1.875rem;
	margin-bottom: 5rem;
	position: relative;
    overflow: hidden;
}
a.btn.next-post-button, a.btn.prev-post-button, a.btn.back2index {
    max-width: 15.75rem;
    width: 100%;
    height: 4.0625rem;
    border: 2px solid #2e9ca0;
    border-radius: 50px;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 500;
    color: #2e9ca0;
    background-color: transparent;
    margin-left: 1.25rem;
    align-items: center;
	-webkit-align-items: center;
    justify-content: center;
	-webkit-justify-content: center;
    float: right;
}
.nav-row {
	padding: 0;
}
a.btn.back2index {
	border: 0 none;
	background-color: #94bb39;
	color: #fff;   
}
a.btn.next-post-button:hover, a.btn.prev-post-button:hover, a.btn.back2index:hover {
	background-color: #2e9ca0;
	color: #fff;
}
a.btn.next-post-button i, a.btn.prev-post-button i {
	color: #2e9ca0;
}
a.btn.next-post-button:hover i {
	color: #fff;
	left: 1.75rem;
}
a.btn.prev-post-button:hover i {
	color: #fff;
	right: 1.75rem;
}
a.btn.prev-post-button i {
    right: 1.125rem;
    position: relative;
}
a.btn.next-post-button i {
    left: 1.125rem;
    position: relative;
}
.articles .fifth-section.sec {
    margin: 0;
}
.social-share > a {
    display: inline-block;
    /* width: 2.125rem; */
    padding-right: 0.75rem;
}
.social-share > a > i {
    font-size: 2.625rem;
}
.social-share > a.fb i:hover {
    color: #4267b2;
}
.social-share > a.twt i:hover {
    color: #1DA1F2;
}
.social-share > a.lnkin i:hover {
    color: #008CC9;
}

@media only screen and (max-width: 1440px){
	.slogen-l1 {
		font-size: 3.47vw;
		line-height: 7.57vw;
	}
	.slogen-l2 {
		font-size: 5.56vw;
		line-height: 7.57vw;
	}
	.slogen-c2a > .btn {
		font-size: 2.08vw;
		padding: 1.53vw 4.86vw;
		margin-top: 2.92vw;
	}
	.scrl-btn {
		bottom: 10%;
	}
	.client {
		width: 25%;
	}
	.client .client-inner {
		width: 100%;
	}
	.second-section .section-R, .about-first-sec .section-R p {
		padding: 30px 80px 30px 30px; 
	}
	.about-first-sec {
		height: auto;
		padding: 30px 0;
	}
	.about-first-sec .section-L {
		justify-content: start;
		-webkit-justify-content: start;
		padding: 30px;
	}
	.about-first-sec .section-R {
		padding: 30px;
	}
	.inner-white-txt {
		margin-top: 38px;
	}
	.inner-white-txt p, .inner-white-txt p strong, .about-first-sec .section-R p, .about-first-sec.sec .section-R p strong {
		line-height: 2.6875rem;
		font-size: 1.625rem;
	}
	.proj-first-sec .proj-desc p {
		font-size: 22px;
		line-height: 1.8;
	}
}
@media (min-width: 768px) and (max-width: 1280px) {
	header .main-navigation .menu-main-menu-container > ul.menu > li > a {
		font-size: 24px;
	}
	header.shortPadd .main-navigation .menu-main-menu-container > ul.menu > li > a {
		font-size: 22px;
		    margin: 0 24px;
	}
	.services-box-wrapper {
		width: 96%;
	}
	.service-box {
		font-size: 1.875rem;
		padding: 1.5rem;
	}
	.service-content {
		padding: 2rem 1rem;
	}
	.service-content > div:first-child {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 1.625rem;
		line-height: 2rem;
	}
	.service-content > div:last-child {
		font-size: 1.2rem;
		font-weight: 300;
		text-transform: none;
		line-height: 1.75rem;
		padding-top: 10px;
	}
	.articles .the-image {
		height: 275px;
	}
	.articles .text-wrp {
		padding: 22px;
	}
	.articles .text-wrp p {
		font-size: 16px;
		line-height: 26px;
	}
	.articles .text-wrp h3 {
		font-size: 18px;
		line-height: 22px;
	}
	.box-wrp > i {
		right: 34px;
		font-size: 42px;
	}
	.articles .box-wrp:hover i {
		right: 24px;
	}
	.type-cube > i {
		font-size: 3rem;
	}
	.proj {
		overflow-y: scroll;
		padding: 15px;
	}
	.btm-cont .txt {
		padding: 0rem 34px 60px;
	}
	.btm-cont > .txt h3 {
		font-size: 36px;
	}
	.btm-cont > .txt .overflow-inner {
		font-size: 22px;
	    line-height: 32px;
	}
	.btm-cont > .txt h3 i {
		font-size: 30px;
	}
	.second-section .section-R h3 {
		font-size: 24px;
	    line-height: 34px;
	}
	.second-section {
		height: 45.9375rem;
	}
	.flt-div {
		/*height: 22.3125rem;*/
                height: 47.7%;
	}
	.third-section > .section-L > ul > li > .overflow-container > .overflow-inner {
		font-size: 2.75rem;
		line-height: 5.5rem;
	}
	.third-section h2, .fourth-section h2 {
		font-size: 3.375rem;
	}
	.work-first-sec {
		padding: 0 8rem;
	}
	.second-section .section-R, .about-first-sec .section-R p {
		padding: 60px 30px 0; 
	}
		.about-first-sec .section-R p:not(:first-child) {
			padding-top: 0;
			padding-bottom: 0;
			
		}
	.about .about-first-sec .section-R {
		padding-top: 0;
		padding-right: 60px;
	}
		.about .about-first-sec .section-R p {
			padding-top: 38px;
		}
	.proj-third-sec .section-R {
		padding-right: 70px;
	}
	.about-first-sec .section-L h1 {
		margin-top: 0;
	}
	.about-second-sec {
		padding: 5% 7%;
	}
	.about-second-sec .txt-blk {
		padding: 7.1875rem 2.75rem;
	}
	.first-section .inner-text {
		max-width: 1440px;
		padding: 0 8rem;
	}
	.proj-first-sec-wrp {
		width: 89%;
	}
}
/*@media (min-width: 991px) and (max-width: 1280px) {
	.inner-white-txt p, .inner-white-txt p strong {
		line-height: 3.36vw;
		font-size: 2.03vw;
	}
	.second-section .section-R h2 {
		font-size: 5.47vw;
		line-height: 7.73vw;
	}
}*/
@media only screen and (max-width: 1199px){
	.rightWrp, .centerWrp {
		display: none;
	}
	header.site-header.shortPadd {
		opacity: 1;
	}
	.hambu.fas.fa-bars, .fa.fa-close {
		color: #fff;
		cursor: pointer;
		display: block !important;
		float: right;
		font-size: 35px;
		position: absolute;
		right: 30px;
		top: 4vw;
	}
	header.shortPadd .hambu.fas.fa-bars, .fa.fa-close {
		top: 8px;
	}
	.main-mobile-navigation {
		background-color: #75b2b4;
		box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.75);
		float: left;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 250px;
		z-index: 999;
	}
	.main-mobile-navigation li {
		border-bottom: 1px solid #ffffff !important;
		position: relative;
		width: 100%;
		text-align: left;
	}
	.main-mobile-navigation li.current-menu-item {
		background-color: #6ccbce;
	}
	.main-mobile-navigation li a {
		color: #ffffff;
		cursor: default;
		display: block;
		font-size: 22px;
		outline: medium none;
		padding: 1rem 2rem;
		position: relative;
		text-decoration: none;
		font-family: 'Roboto';
		font-weight: 300;
	}
	.menu-main-menu-container {
		width: 100%;
	}
	ul#menu-main-menu-1, ul#menu-main-menu-right-1 {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.menu-main-menu-right-container ul li {
		float: right;
		width: 50%;
		background-color: #1180ce;
	}
	.menu-main-menu-right-container ul li:last-child {
		border-right: 1px solid #fff;
	    background-color: #2e9ca0;
	}
	.menu-main-menu-right-container ul li.menu-fa > a {
		text-align: center;
		margin: 0;
	}
	.menu-main-menu-right-container ul li.menu-fa > a > i {
		color: #fff;
		font-size: 32px;
	}
	.proj {
		overflow-y: scroll;
	}
	.proj-container {
		width: 100%;
	}
	.services-box-wrapper {
		width: 90%;
	}
	.cu .about-first-sec .section-L {
		flex-direction: column;
		-webkit-flex-direction: column;
		width: 40%;
	}
	.c-dtls {
		padding-top: 24px;
	}
	.cu .about-first-sec .section-R {
		padding: 0 15px;
		width: 60%;
	}
	a.btn.next-post-button, a.btn.prev-post-button, a.btn.back2index {
		max-width: 14.75rem;
	}
}
@media only screen and (max-width: 1024px){
	@font-face {
	  font-family: 'fontawesome';
	  src: url('/wp-content/themes/cadensee/assets/webfonts/fa-regular-400.eot'); /* IE9 Compat Modes */
	  src: url('/wp-content/themes/cadensee/assets/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('/wp-content/themes/cadensee/assets/webfonts/fa-regular-400.woff2') format('woff2'), /* Modern Browsers */
		   url('/wp-content/themes/cadensee/assets/webfonts/fa-regular-400.woff') format('woff'), /* Modern Browsers */
		   url('/wp-content/themes/cadensee/assets/webfonts/fa-regular-400.ttf')  format('truetype'), /* Safari, Android, iOS */
		   url('/wp-content/themes/cadensee/assets/webfonts/fa-regular-400.svg') format('svg'); /* Legacy iOS */
		   
	  font-style:   normal;
	  font-weight:  400;
	}
	@font-face {
	  font-family: 'fontawesome';
	  src: url('/wp-content/themes/cadensee/assets/webfonts/fa-light-300.eot'); /* IE9 Compat Modes */
	  src: url('/wp-content/themes/cadensee/assets/webfonts/fa-light-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('/wp-content/themes/cadensee/assets/webfonts/fa-light-300.woff2') format('woff2'), /* Modern Browsers */
		   url('/wp-content/themes/cadensee/assets/webfonts/fa-light-300.woff') format('woff'), /* Modern Browsers */
		   url('/wp-content/themes/cadensee/assets/webfonts/fa-light-300.ttf')  format('truetype'), /* Safari, Android, iOS */
		   url('/wp-content/themes/cadensee/assets/webfonts/fa-light-300.svg') format('svg'); /* Legacy iOS */
		   
	  font-style:   light;
	  font-weight:  300;
	}
	@font-face {
	  font-family: 'fontawesome';
	  src: url('/wp-content/themes/cadensee/assets/webfonts/fa-solid-900.eot'); /* IE9 Compat Modes */
	  src: url('/wp-content/themes/cadensee/assets/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('/wp-content/themes/cadensee/assets/webfonts/fa-solid-900.woff2') format('woff2'), /* Modern Browsers */
		   url('/wp-content/themes/cadensee/assets/webfonts/fa-solid-900.woff') format('woff'), /* Modern Browsers */
		   url('/wp-content/themes/cadensee/assets/webfonts/fa-solid-900.ttf')  format('truetype'), /* Safari, Android, iOS */
		   url('/wp-content/themes/cadensee/assets/webfonts/fa-solid-900.svg') format('svg'); /* Legacy iOS */
		   
	  font-style:   black;
	  font-weight:  900;
	}
}
@media only screen and (max-width: 991px){
	.page-template:not(.home) #overlay, .single #overlay {
		height: 400px;
	}
	.crd {
		text-align: center;
	}
	ul#menu-footer-social {
		justify-content: center;
	}
	.site-info {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;	
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.site-info > div {
		padding: 15px 15px;
	}
	.site-info .logo img {
		max-width: 33%;
	}
	.btns-wrp {
		display: block;
	}
	a.nw-btn.btn {
		font-size: 1.75rem;
		margin: 12px auto;
		width: 70%;
		height: 6.0625rem;
	}
	.team-member-wrp {
		height: 56.91vw;
	}
	.client {
		width: 33%;
		padding: 0px 20px;
	    height: 120px;
	}
	.portfolio .proj-box-wrp {
		height: 100vw;
	}
	.second-section .section-L {
		display: none;
	}
	.second-section .section-R {
		width: 100%;
	}
	.proj-container .right {
		padding: 36px 0 0;
	}
	.about-first-sec .section-R {
		padding: 9% 30px;
	}
	.frm-wrp > .col-sm-6 {
		max-width: 100% !important;
		width: 100%;
	}
	.frm-wrp > .col-sm-6 input {
		max-width: 100%;
	}
	.social-share {
		text-align: center;
	}
	.nav-row {
		padding: 0;
		margin: 35px 0 0;
		display: flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
	}
	a.btn.next-post-button, a.btn.prev-post-button, a.btn.back2index {
		max-width: 15.75rem;
	}
	#overlay {
		height:338px;
	}
}
@media only screen and (max-width: 767px){
	header.site-header {
		padding: 0 26px;
	}
	.leftWrp.site-branding {
		padding: 20px 0;
		width: 35%;
	}
	a.big-btn-blue.btn {
		width: 95%;
	    font-size: 18px;
	}
	a.big-btn-blue.btn > i {
		left: 12px;
		font-size: 20px;
	}
	a.big-btn-blue.btn:hover i {
		left: 12px;
	}
	.nw-logo-cont > img {
		/*max-width: 50%;*/
	}
	.sec-logo-cont > img {
		max-width: 60%;
	}
	.team-member-wrp {
		height: 100.1vw;
	}
	.client {
		width: 100%;
		padding: 0px 16px;
		height: 60px;
		filter: grayscale(0%);
	}
	.proj-first-sec-wrp {
		width: 100%;
	}
	.third-section > .section-L {
		width: 40%;
	}
	.third-section > .section-R {
		width: 60%;
	}
	.third-section > .section-R > .tab-content {
		padding: 10px 15px;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.third-section > .section-R > .tab-content > p, .third-section > .section-R > .tab-content > p > strong	{
		font-size: 16px;
		line-height: 1.5;
	}
	.third-section > .section-R > .tab-content h4 p, .third-section > .section-R > .tab-content h4 p strong {
		font-size: 20px;
		line-height: 1.3;
		font-weight: 500;
	}
	.third-section > .section-L > ul > li > .overflow-container > .overflow-inner {
		font-size: 18px;
	}
	.third-section > .section-L > ul > li {
		padding-left: 8.72vw;
	}
	.anim-ln-blt {
		margin-right: 5.39vw;
	}
	.ball {
		height: 16px;
		width: 16px;
		left: -6.8px;
	}
	.proj {
		padding: 6px;
	}
	.proj-cls-btn {
		font-size: 4rem;
		width: 45px;
		height: 45px;
		right: 6px;
	}
	.proj-container > .left {
		padding: 0;
	}
	.pu-screen {
		max-width: 100%;
		margin: 0 auto;
	    padding-bottom: 0;
	}
	.type-cube > i {
		font-size: 26px;
	}
	.type-cube {
		font-size: 12px;
	}
	
	.proj-container {
		margin: 50px auto;
	}
	.service-box-wrp {
		max-width: 100%;
	}
	.services .about-first-sec .section-L {
		width: 100%;
		height: auto;
	}
	.services .about-first-sec .section-R {
		padding: 0;
		width: 100%;
	}
	.service-content {
		padding: 16px;
	}
	.cu .about-first-sec .section-R {
		width: 100%;
		padding-top: 24px;
	}
	.cu .about-first-sec .section-L {
		flex-direction: row;
		-webkit-flex-direction: row;
		width: 100%;
	    padding: 0 15px;
	}
	.smbt button.btn {
		max-width: 100%;
	}
	.articles.content-area {
		margin-top: 90px;
	}
	.articles .text-wrp {
		padding: 15px;
	}
	.articles .text-wrp h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.articles .text-wrp p {
		font-size: 14px;
		line-height: 22px;
	}
	.cu .fifth-section h2 {
		font-size: 32px;
		line-height: 52px;
	}
	.slogen-Ln1 {
		font-size: 22px;
		line-height: 42px;
	}
	.slogen-Ln2 {
		font-size: 30px;
		line-height: 48px;
	}
	.scrl-btn > img {
		width: 60px;
	}
	.slogen-strip, .innerImgSlogen.iot {
		top: 35%;
	}
	.about .section-R, .about .section-L {
		display: block;
		width: 100%;
		padding: 9% 0;
	}
	.about .section-L {
		text-align: center;
	}
	.about .about-first-sec .section-L h1 {
		padding-bottom: 24px;
	}
	.about .about-first-sec .section-L img {
		max-width: 25%;
	}
	.about .about-first-sec {
		height: auto;
	}
	.about .about-second-sec h2, .about .about-fourth-sec h2 {
		font-size: 42px;
		line-height: 62px !important;
	}
	.about .about-second-sec .txt-blk {
		padding: 20px 0;
	}
	.work-first-sec .txt-blk-txt {
		padding-right: 15px;
		padding-left: 15px;
	}
	.pu .proj-container {
		padding: 15px;
	}
	.second-section {
		height: auto;
	}
	.second-section .section-R, .about-first-sec .section-R p {
		padding: 0 30px;
	}
	
	/*.about-second-sec .txt-blk-txt p {
		text-shadow: 1px 1px 1px #000;
	}*/
	.about-first-sec .section-L h1 {
		padding-bottom: 0;
	}
	.overflow-container.animate .overflow-inner.delay-1 {
		transition-delay: 0s;
	}
	.overflow-container.animate .overflow-inner.delay-2 {
		transition-delay: 0s;
	}
	.overflow-container.animate .overflow-inner.delay-3 {
		transition-delay: 0s;
	}
	.overflow-container.animate .overflow-inner.delay-4 {
		transition-delay: 0s;
	}
	.overflow-container.animate .overflow-inner.delay-5 {
		transition-delay: 0s;
	}
	.articles #ajax-load-more .alm-btn-wrap .alm-load-more-btn {
		padding: 0;
	}
	
	#hero-vid {
		height: 358px;
	}
	.rows-wrapper a.btn.btn-blue {
		padding: 10px 0;
	}
}
@media only screen and (max-width: 520px){
	.home .scrl-btn {
		bottom: 6%;
	}
	.home .scrl-btn > img {
		width: 40px;
	}
	.second-section .section-R {
		padding: 7.5rem 3.25rem;
	}
	.inner-white-txt {
		margin-top: 2.9375rem;
	}
	.proj-fourth-sec.sec {
		height: 320px;
	}
	.nav-txt > h4 {
		font-size: 20px;
	}
	.nav-txt > h3 {
		font-size: 22px;
		margin: 0;
	}
	.prev-post .nav-txt > h3 > i {
		font-size: 24px;
		margin-right: 1rem;
	}
	.next-post .nav-txt > h3 > i {
		font-size: 24px;
		margin-left: 1rem;
	}
	.cu .about-first-sec .section-L {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.txt {
		padding: 0rem 15px 7rem;
	}
	.site-info {
		padding: 5.125rem 0;
	}
	.slide-tab {
		margin: 0px 0.875rem;
	}
	i.pt {
		top: -2.4375rem;
		left: 2.4375rem;
		height: 4.875rem;
		width: 3.625rem;
		font-size: 2.25rem;
	}

}
@media only screen and (max-width: 400px){
	.proj-fourth-sec.sec {
		height: 220px;
	}
	.prev-post > .nav-txt {
		left: 30px;
	}
	.next-post > .nav-txt {
		right: 30px;
	}
	.nav-txt > h4 {
		font-size: 20px;
	}
	.nav-txt > h3 {
		font-size: 18px;
	}
	.nav-txt > h3 > i {
		font-size: 24px;
	}
	.slide-tab {
		margin: 0 8px;
	}
	.slide-tab i {
		font-size: 24px;
	}
	.slide-tab > div {
		font-size: 13px;
	}
	.service-content {
		padding: 10px;
		line-height: 22px;
	}
	.single-articles h1 {
		font-size: 32px;
	}
	.site-info .logo img {
		max-width: 50%;
	}
}