/*!
Theme Name: CagedFish2020
Theme URI: https://cagedfish.co.uk
Author: CagedFish
Author URI: https://cagedfish.co.uk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cagedfish2020
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.

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}
/*
*WHITE TEXT*
*/
.white_text h1, .white_text h2, .white_text h2 a, .white_text h3, .white_text h4 a, .white_text p, .white_text_ul ul {
    color: #fff!important;
}
.white_text_small p {
    color: #fff;
    font-size: 16px;
}
.white_text_size h3 {
    color: #fff;
    font-size: 27px;
	margin-top: 7px;
}
/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font: 400 20px/28px "Montserrat",Helvetica,Arial,Verdana,sans-serif;
    word-spacing: normal;
    color: #01161e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h3,
h4,
h5,
h6 {
font-weight: normal;	
}
h2 {
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
}
h3 {
	font:  normal  22px / 31px;
}
h4 {
	 font:  normal bold 20px / 30px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
}
h5 {
	 font:  normal  16px / 26px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
}
h6 {
	font:  normal bold 14px / 24px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
}
p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

/* Navigation
--------------------------------------------- */
.over-hide{
	overflow: hidden;
}
.full-height {
	height: 100vh;
}
.logo-wrap {
	max-width: 340px;
}

/* #Navigation
================================================== */
 
.cd-header{
    position: fixed;
	width:100%;
	top:0;
	left:0;
	z-index:100;
} 
.header-wrapper{
    position: relative;
	width: calc(100% - 100px);
	margin-left: 50px;
} 
.logo-wrap {
	position: absolute;
	display:block;
	left:20px;
	top: 60px;
	cursor: pointer;
	max-width: 340px;
}
.logo-wrap a {
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	transition : all 0.3s ease-out;
}
.logo-wrap a span{ 
	color: #8167a9;
}
.logo-wrap a:hover {
	opacity: 0.9;
}
.nav-but-wrap{ 
	position: relative;
	display: inline-block;
	float: right;
	padding-left: 15px;
	padding-top: 15px;
	margin-top: 50px;
	transition : all 0.3s ease-out;
}
.menu-icon {
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: block;
}
.menu-icon__line {
	height: 2px;
	width: 30px;
	display: block;
	background-color: #fff;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .5s ease;
	transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
	width: 16.5px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon__line-right {
	width: 16.5px;
	float: right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
	width: 30px;
}
.nav {
	top:0;
}
.nav, #navi_desc {
	position: fixed;
	z-index: 98;
	    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
}
.nav:before, .nav:after {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(230,8,149,0.6);
	border-bottom-left-radius: 200%;
	z-index: -1;
	-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	-webkit-transform: translateX(100%) translateY(-100%);
          transform: translateX(100%) translateY(-100%);
}
.nav:after {
	background: rgba(230,8,149,1);
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav:before {
	-webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.nav__content {
	position: fixed;
	visibility: hidden;
	top: 50%;
	margin: 20px auto 0;
	-webkit-transform: translate(30%, -50%);
          transform: translate(30%, -50%);
	width: 62%;
	text-align: center;
}
.nav__list {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 2;
	    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.nav__list .menu-item {
	position: relative;
	display: block;
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
	opacity: 0;
	text-align: center;
	color: #fff;
	overflow: hidden; 
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 900;
	line-height: 30px;
	letter-spacing: 3px;
	-webkit-transform: translate(100px, 0%);
          transform: translate(100px, 0%);
	-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, transform .3s ease;
	transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
	margin-top: 0;
	margin-bottom: 0;
	display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
	    flex-basis: 50%;
    flex-direction: column;
}
.nav__list .menu-item:nth-child(odd){
	text-align:left;
}
.nav__list .menu-item:nth-child(even){
	text-align:right;
}
.nav__list .menu-item a{ 
	position: relative;
	text-decoration: none;
	color: rgba(255,255,255,0.8);
	overflow: hidden; 
	cursor: pointer;
	margin: 18px 14px 18px 14px;
    padding: 4px 4px 4px 4px;
	font-weight: 900;
	z-index: 2;
	display: inline-block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
/*.nav__list .menu-item a:after{ 
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -2px;
	left: 50%;
	width: 0;
	height: 0;
	opacity: 0;
	background-color: #8167a9;
	z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list .menu-item a:hover:after{ 
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}*/
.nav__list .menu-item a:hover{
	color: rgba(255,255,255,1);
}
.nav__list .menu-item.active-nav a{
	color: rgba(255,255,255,1);
}
/*.nav__list .menu-item.active-nav a:after{ 
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}*/
.nav__list .menu-item {
	    flex-basis: 50%;
	 flex-direction: column;
}

.nav__list .menu-item a .menu-item-description,.nav__list .menu-item .nav-image {
	display:none;
}
.menu-main-container {
	align-items: center;
    display: flex;
    justify-content: center;
}
#navi_desc {
	 -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
	width: 400px;
    top: 0;
	margin: 0 auto 0;
    text-align: center;
	color:#FFF;
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.nav_image {
	width: 300px;
	height: 300px;
	margin: 0 auto;
	/*border-radius: 50%;
	background: #FFF;*/
}
.nav_image img {
	position: relative;
top: 50%;
transform: translateY(-50%);
	/*border-radius: 50%;*/
}
#navi_desc h2 {
	color:#FFF;
	margin-bottom:0;
}
.nav_summ {
	color:#fff;
}
body.nav-active .nav__content {
	visibility: visible;
}
body.nav-active .menu-icon__line {
	background-color: #fff;
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
	width: 15px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
	width: 15px;
	float: right;
	-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
	width: 15px;
}
body.nav-active .nav {
	visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav:after {
	-webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
	border-radius: 0;
}
body.nav-active .nav:after {
	-webkit-transition-delay: .1s;
          transition-delay: .1s;
}
body.nav-active .nav:before {
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .nav__list .menu-item {
	opacity: 1;
	-webkit-transform: translateX(0%);
          transform: translateX(0%);
	-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list .menu-item:nth-child(0) {
	-webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list .menu-item:nth-child(1) {
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list .menu-item:nth-child(2) {
	-webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
body.nav-active .nav__list .menu-item:nth-child(3) {
	-webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.nav-active .nav__list .menu-item:nth-child(4) {
	-webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
body.nav-active .nav__list .menu-item:nth-child(5) {
	-webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
body.nav-active .nav__list .menu-item:nth-child(6) {
	-webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
body.nav-active .nav__list .menu-item:nth-child(7) {
	-webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
body.nav-active .nav__list .menu-item:nth-child(8) {
	-webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
body.nav-active .nav__list .menu-item:nth-child(9) {
	-webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
body.nav-active .nav__list .menu-item:nth-child(10) {
	-webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.switch-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
    transform: translateY(-50%);
	width: 100%;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear; 
	margin: 0 auto;
	text-align: center;
}
.switch-wrap h1 {
	font-weight: 900;
	font-size: 46px;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
@media screen and (max-width: 580px){
  .switch-wrap h1 {
    font-size: 32px;
  }
}
.switch-wrap p {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1;
	color: #8167a9;
	text-align: center;
	margin-top: 15px;
}
.switch-wrap p span {
	position: relative;
}
.switch-wrap p span:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	left: 0;
	bottom: -4px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.switch-wrap p span:nth-child(2):before {
	opacity: 0;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #000;
	border-radius: 27px;
	background: #e60895;
	position: relative;
	display: inline-block;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.switched {
	border-color: #c12a8a !important;
	background: #e60895 !important;
}
.switched #circle {
	left: 43px;
	background: #000;
}
.cagedfishtagline {
    position: fixed;
    top: 54px;
    text-align: center;
    font-size: 25px;
    color: #FFF;
    width: 410px;
	left: 50%;
    margin-left: -205px; 
}
.cagedfishtagline.scrollHeader, .home .entry-header {
	display:none;
}
.mont_800 {
	font-family: Montserrat, Helvetica, Arial, Verdana, sans-serif;
	font-weight: 800!important;
}
.mont_900 {
	font-family: Montserrat, Helvetica, Arial, Verdana, sans-serif;
	font-weight: 900!important;
}
@media only screen and (max-width: 1300px) {
	.nav__content {
    -webkit-transform: translate(25%, -50%);
    transform: translate(25%, -50%);
    width: 65%;
	}
}
@media only screen and (max-width: 1200px) {
	.cagedfishtagline {
		display:none;
	}
}
@media only screen and (max-width: 1100px) {
	.nav__content {
-webkit-transform: translate(10%, -50%);
    transform: translate(10%, -50%);
    width: 86%;
	}
}
@media only screen and (max-width: 1024px) {
.logo-wrap {
    left: 0;
    top: 40px;
    max-width: 280px;
}
	.nav-but-wrap  {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 900px) {
	.scrollHeader-active .logo-wrap {
		max-width: 140px;
	}
	.scrollHeader-active .menu-icon__line {
		background-color: #3aafb9;
	}
	#navi_desc, .nav-active .logo-wrap {
		display:none;
	}
	.nav__content {
-webkit-transform: translate(0);
    transform: translate(0);
    width: 100%;
		top: 10%;
		height: 100%;
	}
	.nav__list .menu-item {
    flex-basis: 100%;
	}
	.nav__list .menu-item:nth-child(even),.nav__list .menu-item:nth-child(odd) {
		text-align:center;
	} 
	.nav__list .menu-item a {
		padding: 5px;
		margin: 0;
	}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

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

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

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

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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary, .post .entry-footer {
	margin: 0 auto;
	max-width: 1300px;
	
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
@media screen and (max-width: 1300px) {
.page-content,
.entry-content,
.entry-summary,  .post .entry-footer {
	max-width:100%;
}
}
.cf_section .hide_desktop {
    display: none;
}

/* Portfolio sections
-------------------------------------------------*/
.sliding_box.container,.wf-container .type-dt_portfolio {
  position: relative;
  width: 100%;
}

.sliding_box .image, .wf-container .type-dt_portfolio .project-list-media {
  display: block;
  width: 100%;
  height: auto;
}

.sliding_box .overlay, .wf-container .type-dt_portfolio .project-list-content {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #e60895;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.sliding_box.container:hover .overlay, .wf-container .type-dt_portfolio:hover .project-list-content {
  width: 100%;
  left: 0;
}

.sliding_box .text {
  color: white;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
  /*white-space: nowrap;*/
  text-align: left;
  width: 100%;
}
.port_text {
    padding: 0;
    font-size: 20px;
	line-height:30px;
    color:#FFF;
}
.port_text h1 {
    font-size: 30px;
    color:#FFF;
}
.sliding_box .text .readmore {
 background: #000;
 padding: 5px 10px;
 display:block;
 width: 100%;
 color:#FFF;
 text-decoration: none;
 font-size: 13px;
}
.sliding_title {
	position: absolute;
	bottom: 0;
	left: 20px;
	background: #e7eef2;
	font-size: 20px;
	line-height: 30px;
	padding: 14px 60px;
	font-weight: 600;
}
.cagedfish_loadmore{
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.cagedfish_loadmore:hover{
	background-color: #767676;
	color: #fff;
}

.mobile_view {
	position: absolute;
    bottom: -477px;
    right: -120px;
    display: block;
}
.nav-links.vc_row, .post_navigation  {
	background: #000;
}
.post_navigation {
	padding: 10px 0;
}
.previous_nav .nav-next, .next_nav .nav-previous, .single-dt_portfolio .post_navigation  {
	display:none;
}


.previous_nav a, .next_nav a, .pagination_text, .nav-links a .nav-title {
	color:#FFF;
}
.previous_nav a:hover, .next_nav a:hover, .nav-links a:hover .nav-title {
	color:#dc1a9c;
}
.pagination_text {
	text-align: center;
	font-size: 28px;
}
.nav-subtitle {
	display:block;
	font-size: 18px;
}
.nav-previous {
	padding-left: 30px;
	position: relative;
	color:#FFF;
}
.nav-next {
	padding-right: 30px;
	position: relative;
	color:#FFF;
	text-align: right;
}
.nav-previous:before {
	position:absolute;
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.7em;
	top: 45%;
	vertical-align: top;
	width: 0.7em;
	left: 0.25em;
	transform: rotate(-135deg);
}

.nav-next:after {
	position:absolute;
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.7em;
	top: 45%;
	vertical-align: top;
	width: 0.7em;
	right:0.25em;
	transform: rotate(45deg);
}
.owl-nav .owl-prev {
    top: 50%;
    transform: translateY(calc(-50% + 0px));
    left: -43px;
}
.owl-nav .owl-next {
    top: 50%;
    transform: translateY(calc(-50% + 0px));
    right: -43px;
}
.owl-nav button {
    width: 36px;
    height: 36px;
    border-radius: 50%!important;
	background:#e60895!important;
	position: absolute;
	color:#FFFFFF!important;
}
@media only screen and (max-width: 1420px) {
    .wpb_single_image.mobile_view {
	    right: 0;
	}
	.wpb_single_image.mobile_view img {
		width: 90%;
	}
    
}
@media only screen and (max-width: 1400px) {
	.port_text {
		font-size: 16px;
		white-space: normal;
	}
	.port_text h1 {
		line-height: auto;
		margin-bottom: 0;
	}
	.owl-nav .owl-prev {
		left: 0;
	}
	.owl-nav .owl-next  {
		right: 0;
	}
}
@media only screen and (max-width: 1124px) and (min-width: 768px){
.sliding_title {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 20px;
}
	.wpb_single_image.mobile_view {
	    position: static;
	}
	.portfolio_tagline, .portfolio_review  h1 {
		font-size: 65px!important;
		line-height: 68px!important;
	}
}


@media only screen and (max-width: 780px) {
	.portfolio_row .vc_col-sm-4 {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 880px) {
	.portfolio_review .vc_col-sm-6, .portfolio_two_col .vc_col-sm-6 {
		width: 100%;
		float:none;
		box-sizing: border-box;
	}
	.portfolio_review  h1 {
		margin-top: 10px!important;
		margin-bottom: 0!important;
		padding-bottom: 20px!important;
	}
	.hide_tablet{
		display:none;
	}
	.portfolio_tagline {
		margin-top: 0;
		margin-bottom:0;
		padding-bottom: 10px;
	}
	.wpb_single_image.portfolio_logo {
		margin-top: 10px;
	}
	
}
@media only screen and (max-width: 768px) {
	.portfolio_tagline, .portfolio_review  h1 {
		font-size: 55px!important;
		line-height: 58px!important;
	}
}
/*
*TESTIMONIAL AREA*/
#testimonial_carousel {
	padding: 0 10%;
	min-height: 380px;
}
.review_sub h2 {
	margin: 0;
	padding:0;
}
.testimonial-author {
	margin-bottom: 0;
    font-weight: bold;
}
.testimonial-website-url {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
}
.testimonial-website-url a {
	color: #3aafb9;
	text-decoration: underline;
}

@media only screen and (max-width: 1100px) {
	.website-testimonials{
		font-size:18px!important;
	}
}
@media only screen and (max-width: 780px) {
	.lets_talk{
		padding-top:30px;
	}

	.testimonial_bottom {
		height:0!important;
	}
}
@media only screen and (max-width: 590px) {
	
		.testi_col {
			background: #FFF;
		}
		.testi_col .testimonial_bottom {
			display:none;
		}
		.getintouch_col .white_text h2 a, .getintouch_col .white_text h2 {
			font-size: 24px;
		}
		.vc_row.testi_area {
			background-image: url(/wp-content/uploads/2019/12/cf_mob_review_bg.jpg) !important;
		}
		.getintouch_col {
    padding-bottom: 270px!important;
}
		.home .getintouch_col{
			padding-bottom:180px!important;
		}  
		.testi_col h2 {
			font-size: 24px;
		}
		#testimonial_carousel {
			padding-left: 30px!important;
			padding-right: 30px!important;
		}	
	.howdy_email {
		font-size: 24px!important;
	}
}

@media only screen and (max-width: 493px) {
	.getintouch_col  .wpb_text_column:last-child p {
		font-size: 18px;
	}
	.getintouch_col  .wpb_text_column:last-child {
		margin: 0!important
	}
	.getintouch_col {
    padding-bottom: 380px!important;
}
}
@media only screen and (max-width: 450px) {
	.getintouch_col  .wpb_text_column:last-child p {
		font-size: 15px;
	}
	.testi_col h2 {
			font-size: 22px;
		}
}
@media only screen and (max-width: 400px) {
		.getintouch_col  .wpb_text_column:last-child p {
		font-size: 15px;
	}
	.testi_col h2 {
			font-size: 20px;
		}
}
/*
 * *
 * INNER PAGE STYLES*
 */
.mont_black, #mont_black {
    font-weight: 900!important;
}
.entry-content .vc_row.overflow_visible {
    overflow: visible;
}
.title_icon {
    position: absolute;
    top: -220px;
    left: 0;
    display: block;
}
.title_icon_trainin {
    position: absolute;
    top: -185px;
    left: 0;
    display: block;
}
.ecommcart_container  h2 {
    position: relative;
    display: inline-block;
}
.ecomm_cart {
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
}
.inner_col_text {
	padding: 0 15% 0;
}
@media only screen and (max-width: 1360px) {
.inner_col_text {
	padding: 0 10% 0;
}
	.text_col {
		padding: 0 5%;
	}
}
@media only screen and (max-width: 1100px) {
	.empty_small_col.vc_col-sm-2 {
		width: 8%;
	}
	.two_col_list.vc_col-sm-4 {
		width: 42%;
	}
	.middle_column.vc_col-sm-8 {
		width: 84%;
	}
	
}
@media only screen and (max-width: 980px) {
.vc_col-sm-6.two_col_text, .vc_col-sm-6.two_col_image  {
	width: 100%;
	float:none;
}
.inner_col_text, .portfolio_tagline, .portfolio_inner_col_text {
	padding: 15px 40px 0;
}
	.empty_small_col.vc_col-sm-2 {
		display:none;
	}
	.vc_row.vc_column-gap-10>.vc_column_container.two_col_list.vc_col-sm-4,.two_col_list.vc_col-sm-4, .middle_column.vc_col-sm-8  {
		width: 100%;
		float:none;
		padding: 0 40px;
	}
	
	
}
@media only screen and (max-width: 900px) {
	.ecommcart_container {
	padding-right: 50px;
	}
	.ecomm_cart {
		left: 90%;
		top: 30px;
	}
	.cf_pagetitle {
		font-size: 65px!important;
		line-height: 68px!important;
	}
}
@media only screen and (max-width: 767px) {
	.split_header h1 {
		text-align: center!important;
	}
	.team_sections.vc_row.vc_column-gap-20, .vc_row {
		margin-left: 0!important;
		margin-right: 0!important;
	}
	
}
@media only screen and (max-width: 680px) {
	.vc_row.vc_column-gap-10>.vc_column_container.two_col_list.vc_col-sm-4, .middle_column.vc_col-sm-8, .inner_col_text, .two_col_list.vc_col-sm-4 {

		padding: 0 20px;
	}
	
	.cf_pagetitle {
		font-size: 55px!important;
		line-height: 58px!important;
	}
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*
 * LINKS
 */
.lets_talk a, .services_arrow a {
    position: relative;
}
.link_text a {
    position: relative;
    padding-right: 70px;
    line-height: 70px;
}
.link_text a:after {
    position: absolute;
    content: '';
    width: 58px;
    height: 58px;
    display: block;
    background: url(/wp-content/uploads/2019/12/arrow-butt.png) no-repeat top center;
    top: -10px;
    right: 0;
}
.lets_talk a:after {
    content: "";
    background: url(/wp-content/uploads/2019/12/arrow-butt.png) no-repeat top center;
    width: 58px;
    height: 58px;
    display: block;
    position: absolute;
    right: -94px;
    top: 40px;
}
.services_arrow a:after {
    content: "";
    background: url(/wp-content/uploads/2019/12/services_circarrow_link.png) no-repeat top center;
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    right: -55px;
    top: -10px;
}
.sub_letstalk h2 {
	margin-top: 0;
}
@media only screen and (max-width: 1040px) and (min-width: 768px){
	.lets_talk {
		    font-size: 70px!important;
	}
	
}
@media only screen and (max-width: 970px) {
	.link_text a {
		padding-right: 50px;
		font-size: 23px;
	}
	.link_text a:after {
		    width: 42px;
    height: 42px;
    background-size: contain;
	}
}
@media only screen and (max-width: 970px){
.link_text a:after {
    width: 42px;
    height: 42px;
    background-size: contain;
}
}
@media only screen and (max-width: 920px) {
	.lets_talk {
    font-size: 60px!important;
}
}
@media only screen and (max-width: 723px) {
	.link_text a:after {
		right:-48px;
		top: -8px;
	}
	.link_text a {
		font-size: 22px;
		padding-right: 0;
	}
	
}
	@media only screen and (max-width: 683px) {
	.link_text a {
		font-size: 18px;
	}
}



	@media only screen and (max-width: 590px) {

		h1.lets_talk {
			margin-top: 0!important;
			font-size: 50px!important;
			line-height: 50px!important;
		}
		.lets_talk a:after {
			top: 0!important;
		} 
		.link_text a:after {
		width:28px;
		height:28px;
			right: -34px;
	}
	.link_text a {
		font-size: 16px;
	}	
}
@media only screen and (max-width: 493px) {
	.link_text a:after {
    right: -59px;
    top: 7px;
		}
		.link_text a {
			    line-height: 26px;
			font-size: 20px;
		}
	.link_text a strong {
		display:block;
	}
}
/*
 * --------------------------------------------------------------------------------------------------------------------------------------
 * Footer*/
.page .entry-footer {
	height: 0;
	position:relative;
}
.site-footer {
	background: #E60895;
	padding: 50px 10px 20px;
}
.site-footer .widget-title {
    font-size: 30px;
    font-weight: 900;
	    margin-bottom: 15px;
    clear: both;
}
.site-footer .widget .textwidget p{
    font-size: 15px;
    line-height: 27px;
		color:#FFF;
}
.site-footer a {
	color: #fff!important;
}
.site-footer h2 a {
    font-size: 25px;
    line-height: 25px;
    color: #fff!important;
}
.site-footer .fab {
    font-size: 35px;
    padding: 0 8px;
    color: #fff;
}
.site-footer #text-4 a {
	cursor: text;
}
.site-footer #text-5 {
    margin-top: 90px;
    margin-left: -55px;
    padding: 0px;
}
.site-footer #custom_html-2 {
    margin-left: 80px;
    margin-top: 72px;
}
.site-footer #text-6 p {
	text-align: center;
	margin: 0;
}
@media only screen and (max-width: 1200px) {
	.site-footer h2 a {
    font-size: 20px;
	}
}
@media only screen and (max-width: 1100px) {
	.site-footer .wpb_column.vc_column_container>.vc_column-inner {
		padding-left: 5px;
		padding-right: 5px;
	}
	.site-footer .footer-website-design-telephone, .site-footer .footer-website-design-email{
		margin-left:0px;
		margin-top: 0;
		width: 30%;
	}
	.site-footer #text-5 {
		margin-left: 0!important;
	}
	.site-footer .footer-website-design-social{
	width: 60%;
		text-align:center;
		margin: 0;
	}
	.site-footer #custom_html-2 {
		margin: 0!important;
	}
}
@media only screen and (max-width: 920px) {
	.site-footer .vc_row {
		width: 60%;
		margin: 0 auto!important;
	}
	.site-footer .footer-website-design-logo,.site-footer .footer-website-design-address,.site-footer .footer-website-design-email,.site-footer .footer-website-design-telephone {
		width: 50%;
		min-height: 250px;
		margin: 0;
	}
	.site-footer .footer-website-design-email,.site-footer .footer-website-design-telephone {
		min-height: 100px;
	}
	.site-footer .footer-website-design-social {
		width: 100%;
	}
@media only screen and (max-width: 767px) {
.site-footer .footer-website-design-logo, .site-footer .footer-website-design-address, .site-footer .footer-website-design-email, .site-footer .footer-website-design-telephone {
	float:left;
	}
	.site-footer .footer-website-design-social {
		clear:both;
	}
}
@media only screen and (max-width: 650px) {
.site-footer .vc_row {
		width: 80%;
	}
}
	@media only screen and (max-width: 567px) {
.site-footer .footer-website-design-logo, .site-footer .footer-website-design-address, .site-footer .footer-website-design-email, .site-footer .footer-website-design-telephone,
	.site-footer .footer-website-design-social {
		float:none;
		width: 100%;
		min-height:auto;
		text-align:center;
	}
		
		.site-footer #text-5, .site-footer #text-5 h2 {
			margin-top: 0!important;
		}
}


/*Responsive GENERIC LAYOUT style */

@media only screen and (max-width: 1300px) {
	.vc_row.whatwedo_text, .home_text {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	
	
	
	
	
}
@media only screen and (max-width: 1220px) {
		h1.subtitle {
			font-size:76px!important;
	}
	.white_text_size h3 {
    font-size: 24px;
}
}
@media only screen and (max-width: 1078px) {
	h1.subtitle {
		font-size:66px!important;
	}
	.white_text_size h3 {
    font-size: 20px;
}
	h3.customhead_text {
		font-size: 16px!important;
	}
}
@media only screen and (max-width: 1040px) and (min-width: 768px){
	.desk_section_rows>.vc_col-sm-4 {
		width: 50%;
	}
	.hide_tablet_large  {
		display:none!important;
	}
}
@media only screen and (max-width: 920px) {
	h1.subtitle {
    font-size: 54px!important;
}
}
@media only screen and (max-width: 780px) {
	.white_text_small {
		padding-right: 50%!important;
	}
	.hide_mobile, .title_icon, .title_icon_trainin{
		display:none;
	}
	.hide_tablet_large  {
		display:none!important;
	}
	.whatwedo_text>.wpb_column {
		padding-left: 20px;
		padding-right: 20px;
	}
	.home_text {
    padding-right: 25px !important;
    padding-left: 25px !important;
	}
	.wpb_content_element.white_text {
		margin-right: 15px!important;
		margin-left: 15px!important;
	}
}

@media only screen and (max-width: 493px) {
.desk_section_rows>.vc_col-sm-4>.vc_column-inner {
	    background-position:  center bottom !important;
	    padding-bottom: 50px!important;
    	background-size: contain!important;
	}
	.hide_sect_small_mob_landscape {
		display:none!important;
	}
	.desk_section_rows h1 {
		    padding-top: 6% !important;
	}
	.white_text_small {
		padding-right:0!important;
	}
	.cf_section .vc_column-inner {
		background-image: none!important;
	}
	.cf_section .hide_desktop {
		display:block;
	}
}
	@media only screen and (max-width: 400px) {

		h1.subtitle {
    font-size: 48px!important;
}
}

.mont span {
    font-family: "Montserrat",Helvetica,Arial,Verdana,sans-serif!important;
    line-height: 28px;
}
.mont.bold span {
font-weight: 900;
line-height: 170px;
}
.mont.line {
    line-height: 59px;
}
.uael-nav-menu__layout-horizontal .uael-nav-menu .sub-arrow {
    font-size: 34px;
    color:#3aafb9;
}
.rotatearound {
     animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.spintext {
     animation-name: spin, depth;
  animation-timing-function: linear;
  animation-iteration-count: 5s;
  animation-duration: 3s;
}
.spintextquick {
     animation-name: spin, depth;
  animation-timing-function: linear;
  animation-iteration-count: 3s;
  animation-duration: 1s;
}
@keyframes spin {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(-360deg); }
}
@keyframes depth {
  0% { text-shadow: 0 0 black; }
  25% { text-shadow: 1px 0 black, 2px 0 black, 3px 0 black, 4px 0 black, 5px 0 black; }
  50% { text-shadow: 0 0 black; }
  75% { text-shadow: -1px 0 black, -2px 0 black, -3px 0 black, -4px 0 black, -5px 0 black; }
  100% { text-shadow: 0 0 black; }
}
