/**
  Theme Name: Amica Tech
  Version: 1.5
  Author: Amica Live
  Author URI: http://www.amicalive.co.uk
  */

/* =======================
-------- Contents --------
==========================

1.0 Normalize
2.0 Wordpress Core
3.0 Standard styles
4.0 Home page styles
4.0 Page name
4.0 Media Queries

========================== */

/* =============================================
1.0  Normalize ---------------------------------
============================================= */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-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}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}


/* =========================================================================================
2.0  Wordpress Core ---------------------
============================================================================================ */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/* =========================================================================================
3.0   Standard styles ---------------------
============================================================================================ 

FONTS
font-family: 'Indie Flower', cursive;
font-family: 'Open Sans', sans-serif;
*/
/* =============================================
3.1  Generic -----------------------------
============================================= */
*,html,body{
	box-sizing: border-box;
}
html,body{
	font-family: 'Open Sans', sans-serif;
    color: #535353;
    overflow-x: hidden;
}
.flexnav li a:hover {
background: #00b8e0 !important;
}
.flexnav {
border-top: 5px solid #00b8e0 !important;
}
a{
	text-decoration: none;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
.fa-phone{
  transform: rotate(19deg);
  margin-right: 5px;
}
.col2{
	width: 50%;
}
.col3{
	width: 33.33%;
}
.col4{
	width: 25%;
}
.col4-3{
	width: 75%;
}
.gold{
	color: #00b8e0;
}
/* =============================================
3.2  Header -----------------------------
============================================= */
header{
	width: 100%;
    height: 105px;
	background-color: #1f1f1f;
	position: relative;
	z-index: 99999;
}
.header-inner{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	position: relative;
	flex-wrap: nowrap;
}
.logo{
	width: 25%;
	height: 100%;
	display: block;
	position: relative;
	align-self: center;
	margin-top: 5px;
	padding-bottom: 30px;
} 
.logo img{   
	width: auto;
    height: 100%;
    padding: 10px 0;
    max-height: 101px;
}
.logo:before{    
	display: block;
    content: url(images/hoverme.png);
    width: 98px;
    height: 35px;
    right: 100%;
    margin-right: 20px;
    top: 40px;
    position: absolute;
}
.navigation-area{
	width: 75%;
	display: block;
	padding-right: 30px;
}

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
.call-me-box{
	width: 490px;
	height: 380px;
	background:#fff;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 5px 30px ;
	border:10px solid #00b8e0;
	box-shadow: 10px 10px 30px rgba(0,0,0,0.6);
}
.call-me-box h2{
	margin: 10px 0 0px;
	font-size: 40px;
}
.call-me-box:after{
	position: absolute;
	content: url(images/say_hi.svg);
	top: 15px;
	right: 7px;
	display: block;
	width: 63px;
	opacity: 0.3;
}
.call-me-box p{
	margin-top: 5px;
}
.call-me-box .frm_submit{
	width: 100%;
	text-align: center;
	margin:0;
}
.call-me-box .frm_submit button{
	width: 400px;
	margin:0 !important;
}
.close-call-me{
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	background:#1f1f1f;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #fff;
	padding: 7px;
	border:2px solid #fff;
	text-align: center;
	transition: all ease-in-out 0.3s;
}
.close-call-me i{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
}
.close-call-me:hover{
	background:#fff;
	color: #1f1f1f;
}
.responsive-contact-bar{
	display: none;
}
/* =============================================
3.2.1  Logo Hover Pane -----------------------------
============================================= */
.logo-hover-pane{
	position: absolute;
	width: 460px;
	color: #fff;
	font-size: 15px;
	padding: 30px 20px 25px;
	background: url(images/say_hi.png) #1f1f1f;
	top: 110px;
	background-repeat: no-repeat;
	background-position: 378px 15px;
	opacity: 0;
	left: -1000px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;  
	line-height: 21px;
	transition: all ease-in-out 0.5s;
	z-index: 9999;
}
.logo:hover .logo-hover-pane{
	top:110px;
	left: 00px;
	opacity: 1;
}
.logo-pane-logos{
	width: 40%;
	display: block;
	margin: 0;
}
.logo-pane-logos a{
	width: 100%;
	margin: 0;
	display: block;
	opacity: 0.7;
	transition: all ease-in-out 0.3s;
}
.logo-pane-logos a:hover{
	opacity: 1;
}
.logo-pane-logos img{
	width: 85%;
	margin-bottom: 0px;
}
.logo-pane-content{
	width: 60%;
	display: block;
	margin: 0;
}
.logo-pane-content p{
	margin: 0 0 10px;
	padding-right: 30px;
}
.logo-pane-content a.logo-pane-maplink{
	width: 100%;
	display: block;
	color: #fff;
	padding: 10px 0;
	margin: 10px 0 0;
	border-top: 1px solid rgba(65,65,65,0.9);
}
.logo-pane-content a.logo-pane-maplink i{
	margin-right: 10px;
}
.logo-pane-socials{
	width: 100%;
	border-top: 1px solid rgba(65,65,65,0.9);
}
.logo-pane-socials a{
	width: 20px;
	text-align: center;
	padding: 10px;
	display: inline-block;
	color: #fff;
}
.lightbox-vid-holder{
	width: 100vw;
	height: 100vh;
	position: relative;
}
.lightbox-vid{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
}

/* =============================================
3.3  Navigation -----------------------------
============================================= */

.responsive-nav{
	display: none;
	width: 100%;
}
.top-navigation{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
}
p.top-nav-contact{
	display: inline-block;
	font-size: 12px;
    line-height: 24px;
    position: relative;
    color: #fff;
    margin-bottom: 0;
}
.top-navigation ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	margin-left: 20px;
	padding: 0;
}
.top-navigation ul li{
	min-width: 80px;
}
.top-navigation ul li a{
	font-size: 11px;
    color: #fff;
    line-height: 24px;
    display: block;
    padding: 0;
    opacity: .8;
    padding: 10px 5px 8px;
    text-align: center;
}
.top-navigation ul li a:hover{
	color: #00b8e0;
}
.top-nav-social{
	display: inline-block;    
	width: 30px;
    height: 30px;
    position: relative;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    	transition: all .2s ease-out;
	color: #fff;
	display: block;
	font-size: 16px;
    font-weight: 400;
    opacity: 1;
    padding:4px;
    background:#000;
    margin-left: 5px;
    margin-top: 8px;
}
.top-nav-social:hover{
	color: #00b8e0;
}
.main-navigation{    
	width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    height: 51px;
}
.main-navigation ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	list-style: none;
}
.main-navigation ul li{
	
}


.main-navigation ul li a{
    line-height: 14px;
    font-weight: 700;
    font-size: 14px;
    color: #f5f5f5;
    display: block;
    font-style: normal;
    padding: 10px 2%;
    font-style: normal;
    padding: 6px 12px;
    line-height: 1;
    z-index: 1;
    -webkit-transition: padding .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: padding .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: padding .2s ease-in-out,transform .2s ease-in-out;
    transition: padding .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
	background-color: #1f1f1f;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
    border-radius: 3px;
    margin-left: 7px;
}
.main-navigation ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #00b8e0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
    border-radius: 3px;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.main-navigation ul li a:hover, 
.main-navigation ul li a:focus, 
.main-navigation ul li a:active {
	  color: white;
}
.main-navigation ul li a:hover:before, 
.main-navigation ul li a:focus:before, 
.main-navigation ul li a:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.main-nav-callme{
	background-color: #00b8e0;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;  
    text-shadow: none;
    padding: 10px 20px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    margin-left: 20px;
}
.main-nav-callme:hover{
    background-color: #00b8e0;
}
.scrolled-navigation{
	width: 100%;
	background:rgba(0,0,0,0.8);
	position: fixed;
	top: -60px;
	z-index: 999999999;
	transition: all ease-in-out 0.4s;
}
.scrolled-navigation-inner{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.scrolled-navigation-inner ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
}
.scrolled-navigation-inner ul li{
	
}
.scrolled-navigation-inner ul li a{
    color: #ddd;
    font-size: 12px;
    padding: 7px 15px;
    display: block;
    border-right: 1px solid rgba(120,120,120,0.4);
}
.scrolled-navigation-inner ul li a:first-child{
    border-left: 1px solid rgba(120,120,120,0.4);
}
.scrolled-navigation-inner ul li a:hover{
    color: #fff;
}
.scrolledin{
	top:0;
}
.scrolled-navigation .current-menu-item{
    background-color: #00b8e0;
}
.main-navigation .current-menu-item a:before{
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
/* =============================================
3.4  Footer -----------------------------
============================================= */
footer{
	background: #2f2f2f;
    padding: 10px 0 20px;
    color: #d5d5d5;
    border-top: 4px solid #fff;
    position: relative;
	width: 100%;
	padding: 30px;
	border-top: 6px solid #fff;
}
footer section{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	padding: 30px 0;
	justify-content: space-between;
}
.footer-contact{
	width: 30%;
	color: #fff;
	font-size: 13px;
    line-height: 19px;
	font-weight: 700;
	position: relative;
	z-index: 3;
}
.footer-contact:after{
	content: url(images/say_hi.png);
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.footer-menu{
	width: 70%;
}
.footer-menu ul{
	list-style: none;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
}
.footer-menu ul li{
	width: 25%;
	float: left;

}
.footer-menu ul li a{
	width: 100%;
	display: block;
	padding: 5px 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}
.copyright{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-top: 4px solid #777;
	padding: 30px 0;
}
.copyright-text{
	width: 65%;
	color: #777;
	font-size:12px;
}
.copyright-link{
	width: 35%;
	text-align: right;
	padding-right: 10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}
.copyright-link a{
	color: #f6f6f6;
	font-size:12px;
	padding: 5px;
}
.copyright-link a img{
	width: 75%;
	max-width: 125px;
}
/* =========================================================================================
4.0  Home page styles ---------------------
============================================================================================ */
/* =============================================
4.1  Slider -----------------------------
============================================= */
.slider{
	width: 100%;
	background: #1f1f1f;
}
/* =============================================
4.2  Main Area -----------------------------
============================================= */
main{	
	border-top:12px solid #00b8e0;
	width: 100%;
}
main section{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
main section .col2{
	padding: 20px;
}
main section .homepage-video{
	padding: 40px;
	position: relative;
}
main section .homepage-video:before{
	position: absolute;
	left: -100px;
	bottom:50px;
	content: url(images/watch.png);
}
main section h2{
	font-size: 30px;
	font-weight: 700;
}
main section h3{
	font-family: "Indie Flower" !important;
    font-size: 20px;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.6;
    text-align: left;
}
.homepage-content a{
	display:block;
	color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    padding: 20px 50px;
    background: #1F1F0E;
    text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin-top: 15px;
}
.homepage-content a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00b8e0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.homepage-content a:hover,
.homepage-content a:focus,
.homepage-content a:active {
	color: white;
}
.homepage-content a:hover:before,
.homepage-content a:focus:before,
.homepage-content a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.homepage-content a:after{
	content: "\f054";
	font-family: "FontAwesome";
	margin-left: 10px;
	font-size: 10px;
	color: #fff;
	margin-top: -3px;
}
.video-holder{
    width: 100%;
    min-height: 439px;
    height: 100%;
    background: url(images/imac.png) no-repeat;
    background-position: center;
    background-size: 93.5%;
    position: relative;
}
.imac-video-box{
	width: 85%;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
}
.imac-video-container{
	position: relative;
	padding-bottom: 52.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.imac-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youvid{
    width: 83.5%;
    height: auto;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.youvid iframe{
	width: 436px !important;
    height: 248px !important;
}
/* =============================================
4.3  Circles -----------------------------
============================================= */
/* =============================================
4.4  Testimonial Slider ------------------------
============================================= */
.testimonial-slider{
	width: 100%;
	height: 500px;
    border-top: 8px #878787 solid;
    position: relative;
}
.testimonial-slider ul{
	padding: 0;
}
.background-scroll {
	width: 100%;
	height: 100%;
	background: url(images/hello.png);
	-webkit-animation: backgroundScroll 800s linear infinite;
	animation: backgroundScroll 800s linear infinite;
	background-size: contain;
	opacity: 0.25;
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
}
.testimonialslider{
	height: 270px; 
	width:1020px; 
	overflow: hidden; 
	margin:60px auto 10px;
	position: relative;
	z-index: 2;
}
.testimonialslider ul,
.testimonialslider div.MS-content{
	list-style: none;
	margin: 0;
}
.testimonialslider li,
.testimonialslider div.MS-content div.item{
	min-height: 250px; 
	width: 500px; 
	border:1px solid #ddd; 
	font-size: 16px; 
	text-align: center; 
	margin: 0 5px;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.testimonialslider li{	
	float: left;
}
.testimonialslider li blockquote,
.testimonialslider div.MS-content div.item blockquote{
	width: 60%;
	padding-left: 10px;
	margin: 0;
	order: 2;
}
.testimonialslider li cite,
.testimonialslider div.MS-content div.item cite{
	font-size: 15px;
}
.testimonialslider li .sldier-logo,
.testimonialslider div.MS-content div.item .sldier-logo{
	order: 1;
	width: 39%;
	height: auto;
}
.slidestyle1{
	background: rgba(20,20,20,0.95);
	color: #fff;
}
.testimonialslider li img,
.testimonialslider div.MS-content div.item img{
	width: 100%;
	margin-top: 20px;
}
.testimonialslider li p,
.testimonialslider div.MS-content div.item p{
	font-family: 'Indie Flower', cursive;
}
.more-testismonials-link{
	width: 350px;
	text-align: center;
	margin: 20px auto 0;
	background: #00b8e0;
	color: #fff;
	padding: 18px;
	display: block;
	border-radius: 80px;
	position: relative;
	z-index: 3;
	transition:all ease-in-out 0.3s;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
@-webkit-keyframes more-link-pop {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes more-link-pop {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.more-testismonials-link:hover, 
.more-testismonials-link:focus, 
.more-testismonials-link:active {
  -webkit-animation-name: more-link-pop;
  animation-name: more-link-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
	background: rgba(0,0,0,0.9);
	border-radius: 0px;
}
@-webkit-keyframes backgroundScroll {
	from {background-position: 0 0;}
	to {background-position: 9000% 0;}
}
        
@keyframes backgroundScroll {
	from {background-position: 0 0;}
	to {background-position: 9000% 0;}
}
/* =============================================
4.5  Our Mission CTA ---------------------------
============================================= */
.our-mission-cta{
	width: 100%;
	padding: 70px 20px;
    background-color: #1f1f1f;
    text-align: center;
}
.our-mission-cta h2,
.our-mission-cta h3{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.our-mission-cta h2{
	color: #ffffff;
    font-size: 18px;
}
.our-mission-cta h3{
    color: #ffffff;
    font-size: 50px;    
	margin: 30px auto 40px;
    line-height: 55px;
    font-weight: 800;
}
.our-mission-cta a{
	padding: 18px 48px;
	max-width: 350px;
	width: 80%;
	display: inline-block;
    border-radius: 100px;
    margin-top: 4px;
    background: #ffffff;
    color: #0a0a0a;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
	position: relative;
	z-index: 3;
	transition:all ease-in-out 0.3s;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
@-webkit-keyframes our-mission-link {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes our-mission-link {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.our-mission-cta a:hover, 
.our-mission-cta a:focus, 
.our-mission-cta a:active {
  -webkit-animation-name: our-mission-link;
  animation-name: our-mission-link;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
	background: #00b8e0;
	border-radius: 0px;
	color: #fff;
}


/* =============================================
5.0  Client logos -----------------------------
============================================= */
.our-clients-section{
	width: 100%;
	background: white;
	padding: 75px 30px;
}
.our-clients-section h2{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #535353;
    margin-bottom: 40px;
}
.client-logo-grid{
	max-width: 1000px;
	margin: 0 auto;	
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.client-logo{
	width: 25%;
	padding: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	height: 200px;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: all ease-in-out 0.4s;
}
.client-logo:hover{
	filter: grayscale(0%);
	opacity:1;
}
.client-logo:nth-child(1),
.client-logo:nth-child(2),
.client-logo:nth-child(3),
.client-logo:nth-child(4){
	border-bottom: #f3f3f3 solid 1px;
}
.client-logo:nth-child(1),
.client-logo:nth-child(2),
.client-logo:nth-child(3),
.client-logo:nth-child(5),
.client-logo:nth-child(6),
.client-logo:nth-child(7){
	border-right: #f3f3f3 solid 1px;
}
.client-logo img{
	width: 90%;
	max-height: 100px;
}
.more-clients{
	max-width: 300px;
	margin: 40px auto 0;
	text-align: center;
}
   
.more-clients a {
    width: 300px;
    text-align: center;
    margin: 20px auto 0;
    background: #00b8e0;
    color: #fff;
    padding: 18px;
    display: block;
    border-radius: 80px;
    position: relative;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.more-clients a:hover{
    -webkit-animation-name: more-link-pop;
    animation-name: more-link-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background: rgba(0,0,0,0.9);
    border-radius: 0px;
}
.our-clients-para{	
	max-width: 1200px;
	margin: 0 auto; 
	text-align: center;
    margin-bottom: 40px;
}

.our-clients-page{
	width: 100%;
	background: white;
	padding: 25px 30px 75px ;
}
.our-clients-page h2{
	max-width: 1200px;
	margin: 0 auto 15px;
	text-align: center;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #535353;
}
.client-logo-page-grid{
	max-width: 1000px;
	margin: 0 auto;	
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.client-page-logo{
	width: calc(25% - 20px);
	padding: 0 40px;
	text-align: center;
	display: flex;
	align-items: center;
	height: 230px;
	filter: grayscale(100%);
	opacity: 0.9;
	transition: all ease-in-out 0.4s;
	border: #999 solid 1px;
	margin: 10px;
}
.client-page-logo:hover{
	filter: grayscale(0%);
	opacity:1;
}
.client-page-logo img{
	width: 90%;
	max-height: 200px;
}
/* =============================================
5.0  RTP Page -----------------------------
============================================= */
.rtp-page{    
	max-width: 1200px;
    width: 100%;
    margin: 0 auto ;
	background: white;
	padding: 25px 30px 75px ;
	display: flex;
	flex-wrap: wrap;
}
.rtp-content {
    width: 100%;
    margin: 30px 0;
    padding: 22px 30px 30px 30px;
    border: 2px #ececec solid;
}
.rtp-column{
	width: calc(50% - 30px);
	background: #f6f6f6;
	margin: 15px;
	padding:25px 25px;
	border: 2px #efefef solid;
}
.rtp-column h2{
	margin-top: 0;
}
@media screen and (max-width: 840px) {
	.rtp-column{
		width: 100%;
	}
}
.rtp-titles {
    font-size: 27px;
    width: 100%;
    padding: 10px 0;
    color: #00b8e0;
}
.rtp-titles-middle {
    font-size: 27px;
    background: #00b8e0;
    width: 100%;
    padding: 10px 40px;
    color: white;
}

/* =============================================
5.0  home page boxes -----------------------------
============================================= */
.cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          width: 95%;
  position: relative;
}
.cols-middle{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 192px;
    height: 65px;
    border: 0px solid #00b8e0;
    background: #1f1f1f;
    color: #00b8e0;
    font-size: 50px;
    padding: 5px 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    z-index: 9999;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 40px rgba(0,0,0,0.5);
}
.col{
  width: calc(50% - 1rem);
  margin: 0.5rem;
  cursor: pointer;
}

.container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.front,
.back{
  background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 230px;
	height: auto;
	border-radius: 10px;
	font-size: 1.5rem;
	border: 1px solid #e9e9e9;
}

.back{
  background: #cccccc;
  background: -webkit-linear-gradient(45deg,  #dddddd 0%,#aaaaaa 100%);
  background: -o-linear-gradient(45deg,  #dddddd 0%,#aaaaaa 100%);
  background: linear-gradient(45deg,  #dddddd 0%,#aaaaaa 100%);
	color: #333333;
}
.back a{
	display: block;
	padding: 6px;
	background: #00b8e0;
	color: #fff;
	width: 150px;
	text-align: center;
	margin: 10px auto 0;
}

.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #eee;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.container:hover .front,
.container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.back p{
	font-size: 13px;
	margin: 5px 0;
}
.back h4{
	font-size: 15px;
	margin: 3px 0;
}
.boxes-icon{
	width: 80px;
	height: 80px;
	border: 5px solid #00b8e0;
	background: #fff;
	color: #00b8e0;
	font-size: 40px;
	padding: 5px;
	text-align: center;
	margin: 15px auto 0;
	border-radius: 50%;
}
.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            background: #efefef;
}

.container:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 1rem;
  margin-bottom: 2rem;
  position: relative;
  color: #1f1f1f;
}

.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #00b8e0;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner span{
  color: rgba(255,255,255,0.7);
  font-weight: 300;
}

@media screen and (max-width: 64rem){
  .col{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem){
  .col{
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem){
  .col{
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
/* =============================================
5.0  Sidebar -----------------------------
============================================= */
aside{
	width: 25%;
	padding-right: 5px;
}
.widget-area{
	width: 100%;
	border: 10px solid #cdcdcd;
	position: relative;
	margin:25px 0 75px;
}
.widget-area:last-child{
	margin:50px 0 5px;
}
.widget-title{
	position: absolute;
    top: -75px;
    left: -12px;
    font-size: 34px;
    color: #00b8e0;
    text-align: left;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    padding: 0;
}
.widget-area ul{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	background:#cdcdcd;
}
.widget-area ul li{
	width: 100%;
	display: block;
	margin-bottom: 7px;
	border-radius: 5px;
	background:#fff;
}
.widget-area ul li:last-child{
	margin-bottom: 0;
}
.widget-area ul li a{
	padding: 15px 25px;
	display: block;
	color: #888888;
    font-size: 14px;
    line-height: 1;
    text-align: left;
}
.widget-area ul li a:before{
	content: ">";
	margin-right: 15px;
}

.widget-area .textwidget{
    border-radius: 0px;
    padding:25px;
    background: #ffffff;
}
 .widget-area .textwidget h3 {
	width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #555555;
    font-size: 25px;
    text-align: left;
    text-transform: uppercase;
}
 .widget-area .textwidget p {    
 	color: #888888;
    font-size: 19px;
    margin-top: 5px;
    line-height: 32px;
    text-align: left;
    font-family: "Indie Flower";
 }
 
 .widget-area .textwidget a{
 	border:2px #cdcdcd solid;
    border-radius: 0px;
    margin-top: 0px;
    margin-left: 0px;
    background: #cdcdcd;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Open Sans";
    display: block;
    width: 80%;
    padding: 10px;
    text-align:center;
 }
/* =============================================
6.0 Page - Banner -----------------------------
============================================= */
.page-banner{    
	width: 100%;
    margin-bottom: 45px;
    border-bottom: 14px solid #1f1f1f;
    height: 300px;
}
.page-banner-empty{
	width: 100%;
    margin-bottom: 45px;
    border-bottom: 14px solid #333;
}
.page-banner-inner{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 80px 30px 0;
}
.page-banner h2{
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-shadow: 0px 0px 40px rgba(0,0,0,1);
}
.breadcrumb{
	width: 50%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin:0;
	padding: 0;
	list-style: none;
}
.breadcrumb-link{
	color: #eee;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 600;
    background: rgba(0,0,0,.8);
    margin-bottom: 2px;
	padding: 8px 10px ;
}
.breadcrumb-link a{
	color: #ddd;	
}
.breadcrumb i{
	color: #00b8e0;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 600;
    background: rgba(0,0,0,.8);
    margin-bottom: 2px;
	padding: 8px 0px;
}
.breadcrumb-page{
	color: #eee;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 600;
    background: rgba(0,0,0,.8);
    margin-bottom: 2px;
	padding: 8px 10px;
}
/* =============================================
7.0  Standard page -----------------------------
============================================= */
.content-area{
	width: 100%;
}
.content-area-inner{
	max-width: 1200px;
	width: 100%;
	padding: 30px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.content-area-inner main{
	width: 74%;    
}
.standard-childpage main{
	border-top: 2px #cdcdcd solid ;
}
.main-content-area{
	width: 100%;
	border: 2px #cdcdcd solid ;
	border-top: 0px #cdcdcd solid ;
    padding:0 30px 35px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9em;
    line-height: 23.5px;
    justify-content: space-between;
}
.codeof-content-area{
	width: 100%;
	border: 2px #cdcdcd solid ;
	border-top: 0px #cdcdcd solid ;
    padding:0 30px 35px;
    background: #ffffff;
    font-size: 0.9em;
    line-height: 23.5px;
}
.content-area-inner main h1{
	width: 100%;
	text-transform: uppercase;
	font-size: 40px;
    color: #1f1f1f;
    text-align: left;
    font-weight: 800;
    padding: 50px 0 10px;
    margin: 0;
}

.content-area-inner main .codeof-content-area h1{
    padding: 50px 0 10px;
    margin: 0;
}
.content-area-inner main .codeof-content-area h3{
	font-size: 20px;
	margin: 35px 0px 0px;
}
.content-area-inner main .codeof-content-area h3.mb15{
	margin: 35px 0px 15px;
}
.standard-page-first-p{
	width: 100%;
}
.standard-page-bodytext{
	width: 68%;
}
.standard-page-bodytext h2{
	margin: 30px 0 0px;
	color: #00b8e0;
	font-size: 18px;
}
.standard-page-bodytext h4{
	margin: 40px 0 0px;
	color: #999;
	font-size: 21px;
	font-weight: 400;
}
.standard-page-sideimage{
	width: 29%;
	text-align: left;
}
.content-area-inner main a{
	color: #111;
	transition: all ease-in-out 0.3s;
	display: inline-block;
}
.content-area-inner main a i{
	color: #00b8e0;
	margin: 0 12px 0 0px;
	transition: all ease-in-out 0.3s;
}
.content-area-inner main a:hover{
	color: #00b8e0;
}
.content-area-inner main a:hover i{
	color: #00b8e0;
	margin: 0 0px 0 12px;
}
/* =============================================
7.1  Call to Action Bar -----------------------------
============================================= */
.standard-page-cta{
	width: 100%;
	background:#f1f1f1;
	border-top: 2px solid #999;
	margin-top: 20px;
}
.standard-page-cta-inner{
	max-width: 1200px;
	width: 100%;
	padding: 60px 30px;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
}
.standard-page-cta-icon-holder{
	width: 8%;
}
.standard-page-cta-icon{
    background: #00b8e0;
    display: block;
    color: #fff;
    width: 100%;
    vertical-align: middle;
    padding: 9px 0;
    border-radius: 5px;
    text-align: center;
}
.standard-page-cta-icon i{
	font-size: 38px;
}
.standard-page-cta-icon .fa-user{
	margin-right: 10px;
}
.standard-page-cta-icon .fa-phone{
	margin-right: -10px;
}
.standard-page-cta-text{
	width: 77%;
	padding: 0 38px;
}
.standard-page-cta-text-line-one{
	width: 100%;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 600;
}
.standard-page-cta-text-line-two{
	width: 100%;
	font-size: 20px;
	font-weight: 300;
}
.standard-page-cta-link{
	width: 15%;
}
.standard-page-cta-link a{
	text-transform: uppercase;
	background: #00b8e0;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 14px 0;
	margin-top: 3px;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #1f1f1f;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.standard-page-cta-link a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00b8e0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.standard-page-cta-link a:hover,
.standard-page-cta-link a:focus,
.standard-page-cta-link a:active {
	color: white;
}
.standard-page-cta-link a:hover:before,
.standard-page-cta-link a:focus:before,
.standard-page-cta-link a:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.standard-page-col2{
	display: flex;
	flex-wrap: nowrap;
	min-height: 300px;
}
.standard-page-has-left-info{
	width: 65%;
	border-right: 1px solid #efefef;
}
.standard-page-has-left-info .standard-page-bodytext{
	width: 100%;
	padding-right: 20px;
	padding-bottom: 40px;
}
.content-area-inner main .standard-page-has-left-info h1 {
    width: 100%;
    text-transform: uppercase;
    font-size: 40px;
    color: #1f1f1f;
    text-align: left;
    font-weight: 800;
    margin: 50px 0 20px;
    line-height: 38px;
}
.standard-page-has-right-info{
	width: 35%;
	padding:20px 0 0 20px;
    text-align: center;
}
.standard-page-right-sideimage{
	width: 100%;
}
.standard-page-right-text{
	width: 100%;
}
.standard-page-right-text blockquote,
.standard-page-right-text blockquote p{
	color: #888888;
    font-size: 19px;
    margin: 25px 0 0 ;
    line-height: 28px;
    text-align: center;
    font-family: "Indie Flower";
    width:100%;
}
.standard-page-right-text blockquote cite{
	font-family: "Open Sans";
    font-size: 13px;
}
.request-info-form{
	width: 100%;
	padding: 30px;
	border-top: 1px solid #efefef;
}
.request-info-form h3{
	width: 100%;    
	font-size: 40px;
    color: #1f1f1f;
    font-weight: 800;
    margin:30px 0 10px;
	text-align:center;
	text-transform: uppercase;
}
.request-info-form p{
	width: 100%;
	text-align:center;
    margin-bottom: 30px;
}
.frm_forms {
	width: 100%;
}
.request-info-form form {
	width: 100%;
}
.frm_submit button{
	text-transform: uppercase;
}

/* =============================================
8.0  About us section -----------------------------
============================================= */

.about-us-content main{
	border-top: 2px #cdcdcd solid ;
}
.about-us-content main h5{
    font-family: "Indie Flower";
    display: block;
	color: #888888;
    font-size: 30px;	
    margin: 40px 0 0px;
    line-height: 34px;
}
.content-area-inner main h2 {
    margin: 30px 0 0px;
    color: #00b8e0;
    font-size: 18px;
}
.about-cta{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	padding: 60px 20px 0;
}
.about-cta img{
}
.about-cta-right{
	padding: 20px 0 0 20px;
	text-align: center;

}
.about-cta-right blockquote{
	width: 100%;
	color: #888888;
    font-size: 37px;
    margin: 25px 0 0 ;
    line-height: 36px;
    text-align: center;
    font-family: "Indie Flower";
    display: block;

}
.about-cta-right cite{
	width: 100%;
	font-family: "Open Sans";
    font-size: 15px;
    display: block;
    margin-top: 10px;
}
.content-area-inner main .about-cta-right a{
	width: 400px;
	margin: 20px auto;
	text-align: center;
	display: block;
	background:#dedede;
	color: #1f1f1f;
	padding: 10px 20px;
	transition: all ease-in-out 0.4s;
}
.content-area-inner main .about-cta-right a i{
	color: #999;
	margin: 0;
	font-size: 20px;
	padding: 0 10px 0 0;
}
.content-area-inner main .about-cta-right a:hover{
	background:#00b8e0;
	color: #fff;
}
.content-area-inner main .about-cta-right a:hover i{
	color: #fff;
}
.why-choose{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}
.why-choose-section{
	width: 50%;
	padding: 10px 20px;
	text-align: center;
}
.why-choose-icon{
	width: 80px;
	height: 80px;
	background:rgba(255,255,255,0);
	text-align: center;
	padding-top: 15px;
	border-radius: 0;
	margin: 0 auto;
	transition: all ease-in-out 0.4s;
}
.why-choose-icon:hover{
	border-radius: 50%;
	background:#00b8e0;
}
.why-choose-icon i {
	color:#00b8e0;
	font-size:50px;
}
.why-choose-icon:hover i{
	color: #fff;
}
.why-choose-title{
	width: 100%;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 700;
	padding-top: 15px;
}
.why-choose-text{
	width: 100%;
}
.why-choose-text p{
	margin-top: 5px;
}

/* =============================================
8.0  Contact -----------------------------
============================================= */
.content-area .contact-area main{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.contact-area-info-boxes{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;	
}
.contact-area-info-box{
	width: 32%;
	margin: 20px 0;
	background:#00b8e0;
	color: #fff;
	padding: 15px 30px;
}
.content-area main .contact-area-info-box h3{
	margin-bottom: 5px;
}
.content-area main .contact-area-info-box p{
	border-top: 1px solid rgba(0,0,0,0.2);
	padding-top: 10px;
	margin-top: 5px;
}
.content-area main .contact-area-info-box a{
	color: #fff;
	display: block;
	background:rgba(0,0,0,0);
	transition: all ease-in-out 0.4s;
	padding: 3px 6px;
}
.content-area main .contact-area-info-box a:hover{
	background:rgba(0,0,0,0.2);
}
.contact-page-banner{    
	width: 100%;
    margin-bottom: 45px;
    border-bottom: 14px solid #1f1f1f;
    height: 450px;
    position: relative;
}
.contact-page-banner .breadcrumb, 
.contact-page-banner h2{
	position: relative;
	z-index: 2;
}  
.contact-page-banner .page-banner-inner {
    padding: 250px 30px 0;
}
.contact-area-main-text{
	width: 50%;
	padding: 30px 35px 30px 25px;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.contact-area-main-text h3{
	display: block;
	background:#00b8e0;
	padding:30px;
	color: #fff;
	font-weight: 400;
	margin-top: 40px;
}
.contact-area-main-form{
	width: 50%;
	padding: 30px 25px 30px 35px;
}
.contact-area-main-form h3{
	font-size: 23px;
	margin-bottom: 0;
}
.contact-area-main-form button{
	width: 300px;
	margin: 0 auto;
}
#map{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
}
.contact-page-banner .page-banner-inner h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #333;
    font-weight: 400;
    text-align: right;
    padding-right: 30px;
}

/* =============================================
9.0  Testimoial Page -----------------------------
============================================= */
.testimonial-page{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #efefef;
}
.testimonial-page-content{	
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #dedede;
}
.testimonial-page-content-inner{
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 40px 20px;
}

.testimonial-page-content h2{	
	width: 100%;
    text-transform: uppercase;
    font-size: 30px;
    color: #1f1f1f;
    text-align: center;
    font-weight: 800;
    margin: 0px 0 10px;
}
.testimonial-page-content p{	
	color: #1f1f1f;
    font-size: 20px;
}
.testimonial-box{
	max-width: 370px;
    width: calc(33.3% - 30px);
	border-radius: 5px;
	border:1px solid #cecece;
	background-color: #fff;
	margin: 50px 15px;
	padding: 30px;
}
.testimonial-box img{
	max-height: 130px;
	max-width: 300px;
	width:100%;
	text-align: center;
	margin: 0 auto;
}

.testimonial-box blockquote{
	width: 100%;
	color: #888888;
    font-size: 18px;
    margin: 25px 0 0 ;
    line-height: 28px;
    text-align: center;
    font-family: "Indie Flower";
    display: block;

}
.testimonial-box cite{
	width: 100%;
	font-family: "Open Sans";
    font-size: 15px;
    display: block;
    margin-top: 10px;
}
.testimonial-box cite a,
.testimonial-box cite a{
	color: #888888;
}
.testimonial-bar{
	width: 100%;
	background-color: #222;
}
.testimonial-bar-inner{
	width: 100%;
	max-width: 1200px;
	padding: 80px 40px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.testimonial-bar-left,
.testimonial-bar-right{
	width: 50%;
}
.testimonial-bar-left{
    padding-right:15px;
    text-align: center;
}
.testimonial-bar-right{
    padding-left:15px;
    text-align: center;
}
.testimonial-bar-left blockquote,
.testimonial-bar-right blockquote{
	width: 100%;
	color: #fff;
    font-size: 18px;
    margin: 25px 0 0 ;
    line-height: 21px;
    text-align: center;
    font-family: "Indie Flower";
    display: block;
}
.testimonial-bar-left cite,
.testimonial-bar-right cite{
	width: 100%;
	font-family: "Open Sans";
    font-size: 15px;
    display: block;
    margin-top: 10px;
	color: #ccc;
}
.testimonial-bar-left cite a,
.testimonial-bar-right cite a{
	color: #ccc;
}
.testimonial-bar-right .video-box:before{
	display: block;
	content: url(images/arrow-white-right.png);
	width: 100px;
	height: 100px;
	position: absolute;
    left: -185px;
    bottom: -15px;
}
.testimonial-bar-left .video-box:before{
	display: block;
	content: url(images/arrow-white-left.png);
	width: 100px;
	height: 100px;
	position: absolute;
    right: -125px;
    bottom: -15px;
}
.testimonial-bar-left .video-box,
.testimonial-bar-right .video-box{
	max-width: 600px;
	width:100%;
	position: relative;
}
.testimonial-bar-right .video-container,
.testimonial-bar-left .video-container{
	position: relative;
	padding-bottom: 53.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.testimonial-bar-right .video-container iframe,
.testimonial-bar-left .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* =============================================
10.0  Jobs  -----------------------------
============================================= */
.job-welcome-text{
	width: 100%;
}
.content-area-inner main .job-welcome-text h2{
	width: 100%;
    text-transform: uppercase;
    font-size: 30px;
    color: #1f1f1f;
    text-align: left;
    font-weight: 800;
    line-height: 36px;
    margin: 42px 0 10px;
}
.job-welcome-text p{	
	color: #1f1f1f;
}
.job-welcome-text h5{
	width: 100%;
	color: #888888;
    font-size: 34px;
    margin: 40px 0 ;
    line-height: 28px;
    text-align: center;
    font-family: "Indie Flower";
    display: block;
}
.jobs-image-holder{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
    margin: 40px 0 ;
	justify-content: space-between;
}
.jobs-image-holder .jobs-image{
	width: 31%;
}
.jobs-image-holder .jobs-image img{
	width: 100%;
}
.job-listings-holder{
	width: 100%;
	padding: 30px;
	background-color: #ececec;
	border:1px solid #ccc;
}
.job-listing-box{
	background: #fff;
	border:1px solid #ccc;
	margin-bottom: 20px;	
}  
.content-area-inner main .job-listing-box h2{
	color: #1f1f1f;
	font-size: 23px;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 20px;
}
.job-details-bar{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.job-detail{
	width: 25%;
	padding: 7px 20px;
	text-align: left;
}
.job-detail i{
	margin-right: 10px;
}
.job-description{
	padding: 15px 20px;
}
.content-area-inner main .job-listing-box a{
	width: 100%;
	display: block;
	padding: 10px;
	background: #e1e1e1;
	color: #666;
	text-align: center;
	border-top:1px solid #ccc;
	transition: all ease-in-out 0.4s;
}
.content-area-inner main .job-listing-box a:hover{
	background: #00b8e0;
	color: #fff;
}
.job-application-form{
	width: 100%;
	padding:30px  40px;
	background-color: #ececec;
	border:1px solid #ccc;	
	margin-top: 40px;
}
.content-area-inner main small{
	width: 100%;
	display: block;
}
.content-area-inner main .job-details-page h2{
	width: 100%;
    text-transform: uppercase;
    font-size: 30px;
    color: #1f1f1f;
    text-align: left;
    font-weight: 800;
    line-height: 36px;
    margin: 30px 0 20px;
}
.content-area-inner main .job-details-page .job-application-form h2{
	width: 100%;
    text-transform: uppercase;
    font-size: 30px;
    color: #1f1f1f;
    text-align: center;
    font-weight: 800;
    line-height: 36px;
    margin: 0px 0 15px;
}
.cv-drop-area .frm_dropzone.dz-clickable.frm_single_upload{
	max-width: 100%;
	height: 250px;
	text-align: left;
}
.content-area-inner main .job-application-form .frm_submit{
	width: 100%;
    text-align: center;
}
.content-area-inner main .job-application-form .frm_submit button{
	width: 300px;
	margin: 0 auto;
}
/* =============================================
11.0  Finished page  -----------------------------
============================================= */
.page-banner-inner h2.finished-page-title{
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 50px;
}
.finished-content main{
	width: 100%;
}
.finished-content-area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
}
.finished-fullwidth{
	width: 100%;
	padding: 0 30px 30px;
	text-align: center;
	border-bottom:1px solid #e1e1e1;
	margin-bottom: 30px;
}
.finished-fullwidth h1.finished-title{
	color: #00b8e0;
	text-align: center;
}
.finished-fullwidth h1.finished-title i{
	font-size: 80px;
	margin-bottom: 20px;
}
.finished-left,
.finished-right{
	width: 49%;
}
.finished-left{
	padding: 0px;
}
.finished-right{
	padding: 60px 30px  30px;
}
.finished-left form {
	width: 100%;
}
.finished-left form textarea{
	width: 100%;
	display: block;
	border:0px solid #fff;
	outline: none;
	height: 400px;
	padding: 30px;
	background: #f6f6f6;
}
.finished-right form {
	width: 100%;
}
.finished-right form textarea{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-top: 15px;
	border:10px solid #e1e1e1;
	padding: 10px;
	outline: none;
	height: 63px;
}
.finishedinput{	
	border:0px solid #fff;
	background:  #fff;
	display: block;
	width: 100px;
	padding: 10px;
	outline: none;
}
/* =============================================
12.0  Code of Practice page  -----------------------------
============================================= */
.code-of-practice-table{
	width: 100%;
}
.code-of-practice-table .code-of-first-row{
	color: #fff;
	background: #c00;
}
.code-of-standard-second-row{	
	background: #f6f6f6;
}
.code-of-practice-table .code-of-first-row td{
	padding: 8px;
}
.code-of-practice-table .code-of-standard-row td{
	border: 1px solid #ccc;
	padding: 8px;
	width: 50%;
}

/* =============================================
13.0  Case Studies  -----------------------------
============================================= */
.casestudies-list-page{       
	max-width: 1200px;
    width: 100%;
    margin: 0 auto ;
	background: white;
	padding: 25px 30px 5px ;
	display: flex;
	flex-wrap: wrap;
}
.casestudies-list-content{
    width: 100%;
    margin: 30px 0 0;
    padding: 22px 30px 30px 30px;
    border: 2px #ececec solid;
}
.casestudies-list-holder{    
	max-width: 1200px;
    width: 100%;
    margin: 0 auto ;
	background: white;
	padding: 15px 30px 10px ;
}
.casestudies-list{
    width: 100%;
    margin: 10px 0;
    padding: 22px 0px 30px ;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.casestudies-list-item{
	border: 1px solid #ccc;
	width:calc(33% - 10px);
	height: 220px;
	margin-bottom: 15px;
}
.casestudies-list-item a{
	width:100%;
	height: 100%;
	display: block;	
	text-align: center;
	padding:50px 20px;
}
.casestudies-list-item a img{
	height: 100%;	
}
.casestudies-banner{
	height:450px;
	position: relative;
}
.casestudies-banner .page-banner-inner {
    padding: 280px 30px 0;
}
.casestudies-banner-quote{
	position: absolute;
	color: white;
	height: 300px;
	display: flex;
	align-items: center;
	width: 65%;
	top:30px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 99;
}
.casestudies-banner-quote blockquote{
	text-align: center;
	width: 100%;
    font-family: "Indie Flower";
    font-size:30px;
    text-shadow: 0 0 10px rgba(0,0,0,1);
}
.casestudies-logo{
	position: absolute;
	color: white;
	height: 160px;
	display: flex;
	justify-content: center;
	max-width: 500px;
	background: white;
	padding: 30px 45px;
	border: 3px solid #444;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	z-index: 109;
}
.casestudies-logo img{
	height: 100%;
}
.casestudies-single-page{    
	max-width: 1200px;
    width: 100%;
    margin: 0 auto ;
	background: white;
	padding: 25px 30px 5px ;
	display: flex;
	flex-wrap: wrap;
}
.casestudies-single-content{
    width: 100%;
    margin: 30px 0 0;
    padding: 22px 30px 30px 30px;
    border: 2px #ececec solid;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.casestudies-col{
	width:calc(50% - 10px);
	margin-bottom: 20px;
	padding: 30px;

}
.casestudies-col-img{
	min-height: 450px;
}
.casestudies-gallery{
	width: 100%;
}
.casestudies-gallery ul{
	width: 100%;
	list-style: none;
	flex-wrap: wrap;
	display: flex;
	margin: 30px 0 0;
	padding: 30px 0 0;
    border-top: 2px #ececec solid;
	justify-content: center;
}
.casestudies-gallery ul li{
	width: calc(25% - 10px);
	margin: 0 15px 15px 0;
	padding: 0;
}
.casestudies-gallery ul li:nth-child(4n){
	margin: 0 0 15px 0;
}
.casestudies-gallery ul li img{
	width: 100%;
	height: auto;
}


.blocking-container{
		background: url(images/hello.png) repeat;
		background-position: center;
	}
	.blocking-main{
		width: 100%;
		padding: 30px;
		background: rgba(255,255,255,0.93);

	}
	.blocking-main section{
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		border: 1px solid #ccc;
		padding: 40px;
		background: rgba(255,255,255,0.5);
	}
	.blocking-main section form{
		width: 100%;
		margin: 0 auto;
		padding: 40px 40px 20px;
		text-align: center;
		border: 1px solid #dedede;
		background: rgba(240,240,240,0.7);
		margin: 30px 0;
	}
	.clean-header{
		text-align: center;
	}
	.clean-header img{
		width: 200px;
		max-width: 90%;
		margin-top: 30px;
	}
	.clean-footer .copyright{
		border-top: 0;
		padding: 0;
	}


.mapit {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    filter: grayscale(100%);
}
/* =========================================================================================================
============================================================================================================
14.0  Media Queries -----------------------------
=========================================================================================================
============================================================================================================ */
@media screen and (max-width: 1440px) {
	.logo:before {
	    right: 90%;
	    transform: scale(0.7);
	}
}
@media screen and (max-width: 1350px) {
	.logo:before {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	.logo img {
	    padding: 10px 0 10px 20px;
	}
}
@media screen and (max-width: 1180px) {
	.standard-page-cta-icon-holder{
		display: none;
	}
	.standard-page-cta-text {
	    width: 81%;
	}
}
@media screen and (max-width: 1150px) {
	.imac-video-box{
	    top: 11%;
	}
}
@media screen and (max-width: 1130px) {
	.imac-video-box{
	    top: 12%;
	}
}
@media screen and (max-width: 1130px) and (min-width: 1090px) {
	.footer-menu ul li {
	    width: 33%;
	}
}
@media screen and (max-width: 1090px) {
	footer section {
	    flex-wrap: wrap;
	}
	.footer-contact{
		width: 100%;
		height: 80px;
	}
	.footer-contact .textwidget{
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.footer-contact .textwidget p{
		margin: 0;
		display: flex;
		width: 90%;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.footer-contact .textwidget .footer-line{
		width: 33%;
		padding-left: 5px;
		padding-top: 20px;
		display: block;
	}
	.footer-menu{
		width: 100%;
	}
	.footer-menu ul{
		width: 100%;
		padding: 0;
	}
	.footer-menu ul li a{
		padding: 10px 0;
		width: calc(100% - 10px);
		margin: 5px 5px 0;
		background: rgba(0,0,0,0.2);
		text-align: center;
	}
	.imac-video-box{
	    top: 13%;
	}
}
@media screen and (max-width: 1110px) and (min-width: 1040px){
	.testimonial-bar-right .video-box:before {
	    left: -151px;
	    bottom: -13px;
	    transform: scale(0.8);
	}
	.testimonial-bar-left .video-box:before {
	    right: -98px;
	    bottom: -29px;
	    transform: scale(0.8);
	}
}
@media screen and (max-width: 1080px) {
	.main-navigation ul li a{
    	padding: 6px 5px;
	}
}
@media screen and (max-width: 1075px) {
	.logo {
	    width: 20%;
	}
	.logo img {
	    width: auto;
	    height: auto;
	    padding: 20px 0 10px 20px;
	}
	.logo-pane-logos img {
	    width: 85%;
	}
	.header-inner{
		justify-content: space-between;
	}
}
@media screen and (max-width: 1070px) {
	.imac-video-box{
	    top: 14%;
	}
}
@media screen and (max-width: 1060px) {
	.widget-title {
	    top: -67px;
	    font-size: 29px;
	}
}
@media screen and (max-width: 1050px) {
	.standard-page-cta-text-line-one {
    	font-size: 22px;
	}
	.standard-page-cta-text-line-two {
	    font-size: 19px;
	}
}
@media screen and (max-width: 1040px){
	.testimonial-bar-right .video-box:before,
	.testimonial-bar-left .video-box:before {
	    display: none;
	}
}
@media screen and (max-width: 1024px) {
	.imac-video-box{
	    top: 15%;
	}
	main section .homepage-video:before {
    	display: none;
	}
}
@media screen and (max-width: 1015px) {
	.top-navigation ul li {
	    min-width: 70px;
	}
}
@media screen and (max-width: 1005px) {
	.responsive-nav{
		display: flex;
	    width: 100%;
	    flex-wrap: nowrap;
	    justify-content: flex-end;
	    padding: 24px 20px 0 0;
	}
	.top-navigation,.main-navigation{
		display: none;
	}
	.responsive-nav p{
		margin-right: 20px;
	}
	#responsive-menu-container{
		padding-top: 120px !important;
	}
}
@media screen and (max-width: 1000px) {
	.col2{
		width: 100%;
	}
	main section {
	  flex-wrap: wrap;
	}
	.homepage-content,
	main section h3 {
		text-align: center;
	}
	.video-holder {
		background: none;
	}
	.homepage-video{
		background: #ededed;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.video-holder {
	    min-height: 390px;
	}
	.imac-video-box{
	    top: 0%;
	}
	.cols{
		width: 100%;
	}
	.homepage-boxes{
		order: 4;
	}
	.testimonial-slider{
		display: none;
	}
	.content-area-inner{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.content-area-inner aside{
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		order: 2;
		justify-content: space-between;
	}
	.widget-area,
	.widget-area:last-child{
		width: 32%;
	    margin: 50px 0 25px;
	}
	.widget-area .textwidget {
		padding: 15px;
	}
	.content-area-inner main {
    	width: 100%;
	}
	.standard-page-cta-text-line-one {
    	font-size: 20px;
	}
	.standard-page-cta-text-line-two {
	    font-size: 17px;
	}
	.standard-page-cta-icon-holder{
		display: none;
	}
}

@media screen and (max-width: 1000px) and (min-width: 890px){
	.col {
	    width: calc(25% - 2rem);
	}
	.cols-middle {
		top: 0;
	}
	main section .col2 {
    padding: 50px 20px 40px;
	}
	.front,.back{
		min-height: 280px;
	}
}
@media screen and (max-width: 960px) {
	.widget-area .textwidget p {
	   	text-align: center;
	    font-size: 17px;
	}
	.widget-area .textwidget a {	
		width: 100%;
		margin: 0;
	}
	.widget-area .textwidget h3 {
		text-align: center;
	}
	.testimonial-box{
	    width: calc(33.3% - 10px);
		margin: 50px 5px;
		padding: 20px;
	}
}
@media screen and (max-width: 910px) {
	.standard-page-cta-inner {
	    flex-wrap: wrap;
	    text-align: center;
	}
	.standard-page-cta-text {
	    width: 100%;
	}.standard-page-cta-link {
	    width: 100%;
	}
	.standard-page-cta-link a {
	    margin: 20px auto 0;
	    width: 200px;
	}
}
@media screen and (max-width: 900px) {

	.responsive-nav p{
		display: block;
		text-align: right;
		width: 100%;
		margin-right: 0px;
	}
	.responsive-nav{
	    flex-wrap: wrap;
	    padding: 0px 0px 0 0;
	}
	.logo {
    	width: 32%;
    	margin-top: 0;
	}
	.navigation-area {
	    width: 70%;
	    display: block;
	    padding-right: 30px;
	}

	.client-page-logo{
		width: calc(33% - 20px);
		padding: 0 20px;
		height: 180px;
	}
}
@media screen and (max-width: 890px) {
	.col {
	    width: calc(50% - 2rem);
	}
	.client-logo{
		width: 33%;
	}
	.client-logo:nth-child(1),
	.client-logo:nth-child(2),
	.client-logo:nth-child(3),
	.client-logo:nth-child(4){
		border-bottom: #f3f3f3 solid 1px;
	}
	.client-logo:nth-child(3),
	.client-logo:nth-child(7){
		border-right: #f3f3f3 solid 0px;
	}
	.client-logo:nth-child(4),
	.client-logo:nth-child(8){
		display: none;
	}
}
@media screen and (max-width: 875px) {
	.footer-contact .textwidget .footer-line{
		width: 50%;
		padding-top: 10px;
	}
	.footer-contact .textwidget p{
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 870px) {
	.widget-area .textwidget h3 {
	    margin-top: 8px;
	}
	.widget-area .textwidget p {
	    font-size: 16px;
	}
}
@media screen and (max-width: 850px) {
	.testimonial-box{
	    width: calc(50% - 30px);
		margin: 50px 15px 0;
		padding: 20px;
	}
	.testimonial-box:nth-child(4n){
		margin: 15px 15px 50px;
	}
	.testimonial-box:nth-child(3),
	.testimonial-box:nth-child(7),
	.testimonial-box:nth-child(11),
	.testimonial-box:nth-child(15){
		margin: 15px 15px 0px;
	}

}
@media screen and (max-width: 850px) {
	.contact-area-info-box{
		padding: 15px;
	}
}
@media screen and (max-width: 840px) {
	.video-holder {
	    min-height: 365px;
	}
}
@media screen and (max-width: 830px) {
	.widget-area .textwidget p {
	    font-size: 15px;
	}
}
.slidertext{
	display: none;
}
@media screen and (max-width: 800px) {
	#rev_slider_1_1_forcefullwidth{
		display: none;
	}
	.slider{
		height: 250px;
		background: url(images/backgrounds/homepage.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	}
	.slidertext{
		font-size: 30px;
		color: #fff;
		text-shadow: 0 0 20px rgba(0,0,0,0.5);
	    margin:0 ;
	    line-height: 32px;
	    text-align: center;
	    font-family: "Open Sans";
	    display: block;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: 80%;
	    font-weight: 800;
	    transform: translateX(-50%) translateY(-50%);
	}
	.slider-text-small{
		font-size: 20px;
	    display: block;
	}
	.copyright{
		flex-wrap: wrap;
	}
	.copyright-text,
	.copyright-link {
    	width: 100%;
    	text-align: center;
    }
	.copyright-link {
		justify-content: center;
		padding-top: 30px;
	}
	.job-details-bar {
	    flex-wrap: wrap;
	}
	.job-detail {
	    width: 50%;
	}
	.job-detail:first-child,
	.job-detail:nth-child(2){
	    border-bottom: 1px solid #ccc;
	}
	.contact-area-info-boxes{
		flex-wrap: wrap;  
	}
	.contact-area-info-box{
		width: 49%; 
		margin: 20px 0 0;
	}
	.call-us-box{
		order: 1;
	}
	.email-us-box{
		order: 3;
		width: 100%;
		margin: 20px 0 20px;
	}
	.address-box{
		order: 2;
	}
	.email-us-box{
		display: flex;
		flex-wrap: wrap;
	}
	.email-us-box h3{
		width: 100%;
	}
	.email-us-box p{
		width: 50%;
	}
	.contact-area-main-text,
	.contact-area-main-form{
		width: 100%;
		padding: 0;
		border:0px solid #fff;
	}
	.contact-page-banner{
		height: 280px;
		margin-bottom: 10px;
	}
	.contact-page-banner .page-banner-inner {
	    padding: 150px 30px 0;
	}
	.contact-page-banner .page-banner-inner h2 {.
	    font-size: 36px;
	    text-align: center;
	    font-weight: 600;
	    width: 100%;
	}
}
@media screen and (max-width: 795px) {
	.video-holder {
	    min-height: 340px;
	}
}
@media screen and (max-width: 790px) {
	.widget-area{
		width: 49%;
	}
	.widget-area:last-child {
		display: none;
	}
	.standard-page-sideimage{
		display: none;
	}
	.standard-page-bodytext{
		width: 100%;
	}
}
@media screen and (max-width: 770px) {
	.about-cta img {
    	display:none;
	}
	.about-cta-right {
	    padding: 10px 10px 10px 10px;
    	border: 1px solid #ccc;
	}
	.about-cta {
	    padding: 60px 0px 0;
	}
	.standard-page-has-left-info{
		width: 100%;
	}
	.standard-page-has-right-info{
		width: 100%;
		text-align: center;
		order: 2;
    	padding: 20px 0 0 0px;
	}
	.standard-page-col2 {
        display: flex;
    	flex-wrap: wrap;
    }
}
@media screen and (max-width: 750px) {
	.page-banner h2 {
	    font-size: 36px;
	    text-align: center;
	    font-weight: 600;
	    width: 100%;
	}
	.breadcrumb{
		display: none;
	}
	.page-banner {
	    height: 200px;
	    margin-bottom: 0;
	}
	.job-application-form .frm_half{
		width: 100%;
		margin-left: 0;
	}
	.job-application-form{
		padding: 15px;
	}
	.finished-left form textarea{
		height: 500px;
	}
}
@media screen and (max-width: 730px) {
	video-holder {
	    min-height: 312px;
	}
	.footer-menu ul li {
	    width: 33%;
	    float: left;
	}
	.client-logo{
		width: 50%;
	}
	.client-logo:nth-child(1),
	.client-logo:nth-child(2),
	.client-logo:nth-child(3),
	.client-logo:nth-child(4),
	.client-logo:nth-child(5),
	.client-logo:nth-child(6){
		border-bottom: #f3f3f3 solid 1px;
	}
	.client-logo:nth-child(2),
	.client-logo:nth-child(3),
	.client-logo:nth-child(6),
	.client-logo:nth-child(8){
		border-right: #f3f3f3 solid 0px;
	}
	.client-logo:nth-child(4),
	.client-logo:nth-child(8){
		display: block;
	}
}
@media screen and (max-width: 700px) {
	.testimonial-bar-left, .testimonial-bar-right {
	    width: 100%;
	}
	.testimonial-bar-left,
	.testimonial-bar-right{
		padding: 0;
	}
	.testimonial-video-side{
		order: 2;
		margin-top: 30px;
		width: 80%;
	}
	.testimonial-bar-inner {
		justify-content: center;
	}
	.jobs-image-holder .jobs-image{
		width: 49%;
	}
	.jobs-image:last-child{
		display: none;
	}
}
@media screen and (max-width: 675px) {
	.video-holder {
	    min-height: 290px;
	}
	.finished-left,
	.finished-right{
		width: 100%;
		padding: 0 0 30px 0;
	}
}
@media screen and (max-width: 690px) {
	.request-info-form h3 {
	    font-size: 30px;
	    line-height: 32px;
	}
	.request-info-form{
		padding:20px 10px 10px;
	}
}
@media screen and (max-width: 670px) {
	.job-application-form .frm_two_thirds,
	.job-application-form .frm_third{
		width: 100%;
		margin-left: 0;
	}
	.content-area-inner main .job-application-form .frm_submit button {
    	max-width: 300px;
    	width: 100%;
	}
}
@media screen and (max-width: 625px){
	.scrolled-navigation{
		display: none;
	}
	.why-choose-section {
	    width: 100%;
	    border: 1px solid #ccc;
	    margin-bottom: 10px;
	}
}
@media screen and (max-width: 615px) {
	.footer-contact .textwidget .footer-line{
		width: 100%;
		padding-top: 0px;
	}
	.footer-contact .textwidget .footer-line:last-child{
		padding-top: 10px;
	}
	.footer-contact {
	    height: 90px;
	}
}
@media screen and (max-width: 600px) {
	.testimonial-box{
	    width: calc(100% - 0px);
		margin: 50px 15px 0;
	}
	.testimonial-box:nth-child(4n){
		margin: 15px 15px 50px;
	}
	.job-listings-holder {
	    padding: 15px;
	}
	.content-area-inner main .job-details-page h2{
	    font-size: 26px;
	    text-align: center;
	    line-height: 32px;
	    margin: 20px 0 20px;
	}
}
@media screen and (max-width: 575px) {
	.footer-menu ul li {
	    width: 49%;
	    float: left;
	}
}
@media screen and (max-width: 570px) {
	.content-area-inner {
	    padding: 10px;
	}
}
@media screen and (max-width: 550px) {
	main section .homepage-video {
	    padding: 10px 10px;
	    position: relative;
	}
	.video-holder {
    	min-height: 290px;
	}
	.imac-video-box {
	    width: 100%;
	}

	.client-page-logo{
		width: calc(50% - 20px);
		padding: 0 20px;
		height: 180px;
	}
}
@media screen and (max-width: 515px){
	.col {
	    width: 100%;    
	    margin: 0 0 1rem 0;
	}
	.cols-middle {
		top: -15px;
	}
	main section .homepage-boxes {
    padding: 90px 20px 40px;
	}
	.front,.back{
		min-height: 220px;
    	border: 1px solid #dedede;
	}
	.video-holder {
    	min-height: 275px;
	}
	.main-nav-callme,
	.responsive-nav .top-nav-contact,
	.top-nav-social{
		display: none;
	}
	.responsive-contact-bar{
		width: 100%;
		display: block;
		background: #353535;
		color: #fff;
		padding: 15px 10px;
		text-align:center;
		border-top: 3px solid #00b8e0;
	}
	.responsive-contact-bar a{
		width: 220px;
		padding: 9px 20px 9px 0px;
		border-radius: 50px;
		background: #00b8e0;
		color: #fff;
		display: block;
		text-align:center;
		margin: 0 auto;
		font-size: 20px;
		text-transform: uppercase;
	}
	.responsive-contact-bar a i{
		font-size: 23px;
		background: rgba(0,0,0,0.1);
		border-radius: 50%;
		width: 40px;
		padding-top: 7px;
		border:1px solid rgba(0,0,0,0.0.175);
		text-align: center;
		height: 40px;
	}
	.logo {
 	   width: 100%;
 	   position: absolute;
 	   z-index: 1;
 	   padding-top: 20px;
	}
	.logo .amica-tech-logo{    
		/*padding: 5px 0px 25px;*/    
		padding: 20px 0px 9px;
    	transform: scale(0.9);
	}
	.navigation-area{
		width: 80px;
	}
}

@media screen and (max-width: 500px){
	.widget-area:nth-child(2) {
		display: none;
	}
	.widget-area {
	    width: 100%;
	    background: #cdcdcd;
	}
	.widget-area ul li {
	    width: 49%;
	    float: left;
	    margin: 0 0.5% 7px;
	}
	.widget-area ul li a {
	    padding: 15px 15px;
	}
	.main-content-area {
	    padding: 0 10px 15px;
	}
	.testimonial-video-side{
		width: 100%;
	}
	.contact-area-info-box{
		width: 100%; 
		margin: 20px 0 0;
	}
	.call-us-box{
		order: 1;
	}
	.email-us-box{
		order: 2;
		width: 100%;
		margin: 20px 0 0;
	}
	.address-box{
		order: 3;
	}
	.email-us-box{
		display: flex;
		flex-wrap: wrap;
	}
	.email-us-box h3{
		width: 100%;
	}
	.email-us-box p{
		width: 100%;
	}
}
@media screen and (max-width: 470px){
	.video-holder {
    	min-height: 263px;
	}
}
@media screen and (max-width: 466px){
	.content-area-inner main .about-cta-right a {
	    max-width: 350px;
	    width: 100%;
	}
	.content-area-inner main .about-cta-right a span {
	}
}
@media screen and (max-width: 460px){
	.logo:hover .logo-hover-pane{
		display: none;
	}
	.content-area-inner main h1 {
	    font-size: 30px;
    	margin: 20px 0 10px;
	}
	.about-us-content main h5 {
	    margin: 12px 0 0px;
	}
}
@media screen and (max-width: 450px){
	.homepage-content a {
	    padding: 20px 10px;
	}
	.standard-page-cta-inner{
    	padding: 40px 15px;
	}
	.testimonial-bar-inner {
	    padding: 40px 20px;
	}
}
@media screen and (max-width: 440px){
	.video-holder {
    	min-height: 243px;
	}
	.widget-area ul li {
	    width: 100%;
	    float: left;
	    margin: 0 0 7px;
	}
	.widget-area ul li a {
	    padding: 15px 25px;
	}
	.job-detail {
	    width: 100%;
	}
	.job-detail:nth-child(3){
	    border-bottom: 1px solid #ccc;
	}
	.client-logo{
		height: 160px;
		padding: 30px;
	}
}
@media screen and (max-width: 415px){
	.video-holder {
    	min-height: 233px;
	}
	.content-area-inner main h1 {
		display: none;
	}
	.about-us-content main h5 {
	    font-size: 23px;
	    line-height: 27px;
	}
}
@media screen and (max-width: 400px){
	.video-holder {
    	min-height: 223px;
	}
	.content-area-inner main .about-cta-right a i {
	    color: #999;
	    margin: 0;
	    font-size: 43px;
	    padding: 0 10px 0 0;
	    width: 54px;
	    height: 40px;
	    display: block;
	    float: left;
	    text-align: center;
	}
	.content-area-inner main .about-cta-right a span {
	    display: block;
	    float: left;
	}
	.content-area-inner main .about-cta-right a {
	    max-width: 350px;
	    width: 100%;
	    float: left;
	}
}
@media screen and (max-width: 390px){
	footer {
    	padding: 30px 10px;
    }
	.job-listings-holder {
	    padding: 8px;
	}
}
@media screen and (max-width: 380px){
	.video-holder {
    	min-height: 213px;
	}
	.testimonial-page-content h2 {
	    font-size: 22px;
	}
}
@media screen and (max-width: 375px){
	.homepage-content a {
	    font-size: 14px;
	}
	main section h2 {
	    font-size: 24px;
	    line-height: 30px
	}
}
@media screen and (max-width: 360px){
	.video-holder {
    	min-height: 203px;
	}
	.logo .amica-tech-logo{    
		padding: 25px 0px 10px;
    	transform: scale(0.8);
	}
	.content-area-inner main .job-details-page h2{
		width: 100%;
	    font-size: 24px;
	    line-height: 30px;
	    margin: 17px 0 20px;
	}
}			.htek-phones-page{
				width: 100%;
				margin: 0 auto;
			}
			.htek-phones-page h3{
				font-size: 32px;
				font-weight: 400;
				text-transform: uppercase; 
				text-align: center;
			}
			.htek-bold{
				font-weight: 700;
			}
			.htek-phone-all{
				width: 100%;
				display: flex;
				justify-content: flex-start;
				flex-wrap: wrap;
				padding: 40px 70px;
				border-bottom:1px solid #ccc;
				transition: all ease-in-out 0.4s;			
			}
			.htek-phone-all:hover .htek-phone-list-box{
				opacity: 1;
				filter:grayscale(00%);
			}
			.htek-phone-all:hover .htek-phone-list-box:hover{
				opacity:1;
				filter:grayscale(0%);
			}
			.htek-phone-list-box{
				width: calc(20% - 30px);
				display: block;
				margin-bottom: 20px;
				margin-left: 20px;
				transform: scale(1);
				transition: all ease-in-out 0.4s;
				text-transform: uppercase;
				background: #fff;
				z-index: 1;
				border:1px solid #efefef;
				overflow: hidden;
			}
			.htek-phone-list-box:first-child,
			.htek-phone-list-box:nth-child(6),
			.htek-phone-list-box:nth-child(11){
				margin-left: 0px;
			}
			.htek-phone-list-box h4{
				width: 100%;
				display: block;
				text-align: center;
				transition: all ease-in-out 0.4s;
				transition-delay: 0.1s;
				z-index: 500;
				font-family: 'Open Sans';
				font-weight: 300;
				background: rgba(255,255,255,0.0);
				padding: 15px;
				color: #333;
				font-size: 20px;
				margin:0;
				top: 0;
				position: absolute;
			}
			.htek-phone-list-image{
				display: block;
				z-index: 1;
				width: 100%;
				position: relative;
				top: 0;
				padding: 35px 15px 40px;
			}
			.htek-phone-list-image img{
				width: 100%;
				filter: grayscale(0);
				opacity: 1;
			}
			a.htek-phone-list-button{
				display: block;
				position: absolute;
				z-index:600;
				transition: all ease-in-out 0.4s;
				transition-delay: 0.1s;
				text-align: center;
				background: rgba(0,0,0,0.25);
				padding: 10px;
				margin: 0 auto;
				font-size: 12px;
				color: #fff;
				bottom: 15px;
				left: 50%;
				transform: translateX(-50%);
				border-radius: 30px;
				width: 100px;
				border: 1px solid #fff;
				transition-delay: 0.1s;
			}
			.htek-phone-list-box:hover{
				transform: scale(1.09);
				border:3px solid rgba(205,147,69,1);
				z-index: 10;
				box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
			}
			.htek-phone-list-box:hover h4{
				background: rgba(205,147,69,0);
				color: #fff;
				transition-delay: 0.8s;
				top:35%;
			}
			.htek-phone-list-box:hover a.htek-phone-list-button{
				color: #fff;
				transition-delay: 0.8s;
				bottom:35%;
			}
			a.htek-phone-list-button:hover{
				color: #fff;
				background: rgba(0,0,0,0.5);
			}
			.htek-phone-list-box:hover img{
			}
			.htek-overview-content{
				width: 100%;
				text-align: center;
				padding: 60px 20px 20px;
			}
			.htek-logos{
				width: 100%;
				max-width: 800px;
				margin: 20px auto 40px;
				display: flex;
				justify-content: space-around;
				flex-wrap: nowrap;
				padding: 30px;
				border:1px solid #ccc;		
				background: #f6f6f6;				
			}
			.htek-logos img{
				width: calc(33% - 20px);
				max-height: 60px;
			}
			.btn-11 {
				  position: absolute;
				  color: rgba(205,147,69,1);
				  width: 100%;
				  height: 100%;
				  display: block;
				  z-index: 400;
				  mix-blend-mode: multiply;

				}
				.btn-11:before, .btn-11:after {
				  position: absolute;
				  top: 50%;
				  content: '';
				  width: 20px;
				  height: 20px;
				  background-color: rgba(205,147,69,1);
				  border-radius: 50%;
				  z-index: 300;
				}
				.btn-11:before {
				  left: -20px;
				  -webkit-transform: translate(-50%, -50%);
				          transform: translate(-50%, -50%);
				}
				.btn-11:after {
				  right: -20px;
				  -webkit-transform: translate(50%, -50%);
				          transform: translate(50%, -50%);
				}
				.htek-phone-list-box:hover .btn-11 {
				  color: rgba(205,147,69,1);
				}
				.htek-phone-list-box:hover .btn-11:before {
				  -webkit-animation: criss-cross-left 0.8s both;
				          animation: criss-cross-left 0.8s both;
				  -webkit-animation-direction: alternate;
				          animation-direction: alternate;
				}
				.htek-phone-list-box:hover .btn-11:after {
				  -webkit-animation: criss-cross-right 0.8s both;
				          animation: criss-cross-right 0.8s both;
				  -webkit-animation-direction: alternate;
				          animation-direction: alternate;
				}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 575px;
    height: 575px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 575px;
    height: 575px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 575px;
    height: 575px;
  }
}
@media screen and (max-width: 1600px){
			.htek-phone-list-box{
				width: calc(25% - 30px);
			}
			.htek-phone-list-box:first-child,
			.htek-phone-list-box:nth-child(5),
			.htek-phone-list-box:nth-child(9){
				margin-left: 0px;
			}
			.htek-phone-list-box:nth-child(6),
			.htek-phone-list-box:nth-child(11){
				margin-left: 15px;
			}

}
@media screen and (max-width: 1250px){
			.htek-phone-list-box{
				width: calc(25% - 15px);
				margin-bottom: 15px;
				margin-left: 15px;
			}
			.htek-phone-list-box h4{
				
				font-size: 17px;
			}

}
@media screen and (max-width: 1050px){
			.htek-phone-list-box{
				width: calc(33% - 15px);
			}
			.htek-phone-list-box:first-child,
			.htek-phone-list-box:nth-child(4),
			.htek-phone-list-box:nth-child(7),
			.htek-phone-list-box:nth-child(10){
				margin-left: 0px;
			}
			.htek-phone-list-box:nth-child(5),
			.htek-phone-list-box:nth-child(9){
				margin-left: 15px;
			}
			.htek-phone-all{
				padding: 30px 30px;
			}
}
@media screen and (max-width: 760px){
			.htek-phone-list-box{
				width: calc(50% - 15px);
			}
			.htek-phone-list-box:first-child,
			.htek-phone-list-box:nth-child(3),
			.htek-phone-list-box:nth-child(5),
			.htek-phone-list-box:nth-child(7),
			.htek-phone-list-box:nth-child(9),
			.htek-phone-list-box:nth-child(11),
			.htek-phone-list-box:nth-child(13){
				margin-left: 0px;
			}
			.htek-phone-list-box:nth-child(4),
			.htek-phone-list-box:nth-child(10){
				margin-left: 15px;
			}
			.htek-logos img {
    			max-height: 40px;
    		}
}
@media screen and (max-width:550px){
			.htek-phone-all{
				padding: 15px 15px;
			}
			.htek-phone-list-box{
				width: calc(50% - 9px);
			}
}
@media screen and (max-width:480px){

			.htek-phone-list-box{
				width: 100%;
			}
			.htek-phone-list-box:nth-child(4),
			.htek-phone-list-box:nth-child(10){
				margin-left: 0px;
			}
}  .htek-content-area{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .htek-phone-single-content{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid #ccc;
    background: #f6f6f6;
    margin-bottom: 15px;
    border-bottom: 10px solid #00b8e0;
  }
  .htek-phone-single-content-desc{
    width: calc(66% - 10px);
    padding: 10px 30px 30px;
  }
  .htek-phone-single-content-desc h2{
    font-weight: 300;
    font-size: 40px;
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }

  .htek-phone-single-content-desc p a{
    color: #00b8e0;
  }
  .htek-phone-single-content-desc-links{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content:flex-start;
  }
  .htek-phone-single-content-desc-links a{
    max-width: 200px;
    width: 100%;
    display: block;
    color: #fff;
    background: #00b8e0;
    padding: 15px 20px;
    text-align: center;
    margin: 20px 20px  0 0;
  }
  .htek-phone-single-content-image{
    width: calc(33% - 10px);
  }
  .htek-phone-single-content-image img{
    width: 100%;
    border: 1px solid #ccc;
  }
  .htek-phone-single-info{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid #ccc;
    background: #f6f6f6;
    margin-bottom: 15px;
  }
  .htek-phone-single-info h2{
    width: 100%;
    text-align: center;
    text-transform:uppercase;
    font-weight: 300;
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00b8e0;
  }
  .htek-phone-single-info-accordion{
    width: calc(50% - 10px);
  }

.htek-phone-single-info-accordion .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #333;
  overflow: hidden;
}
.htek-phone-single-info-accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.htek-phone-single-info-accordion label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #eaeaea;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  font-weight: 400;
  border: 1px solid #ccc;
}
.htek-phone-single-info-accordion .blue label {
  background: #2980b9;
}
.htek-phone-single-info-accordion .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #efefef;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.htek-phone-single-info-accordion .tab-content li{
  font-weight: 300;
  line-height: 25px;
  font-size: 0.9em;
}
.htek-phone-single-info-accordion .blue .tab-content {
  background: #3498db;
}
.htek-phone-single-info-accordion .tab-content p {
  margin: 1em;
}
/* :checked */
.htek-phone-single-info-accordion input:checked ~ .tab-content {
  max-height: 40em;
}
/* Icon */
.htek-phone-single-info-accordion label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  color:  #00b8e0;
}
.htek-phone-single-info-accordion input[type=checkbox] + label::after {
  content: "+";
}
.htek-phone-single-info-accordion input[type=radio] + label::after {
  content: "\25BC";
}
.htek-phone-single-info-accordion input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.htek-phone-single-info-accordion input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
@media screen and (max-width:1250px){
  .htek-content-area{
    padding: 15px;
  }
}
@media screen and (max-width:1191px){
.main-navigation ul li a{
  	margin-left: 0;
  }
}

@media screen and (max-width:1126px){
.main-navigation ul li a{
  	    padding: 6px 8px;
  }
}
@media screen and (max-width:1050px){
	.main-navigation ul li a {
    	font-size: 13px;
	}
}
@media screen and (max-width:1000px){

  .htek-phone-single-content-desc{
    width: calc(50% - 10px);
  }
  .htek-phone-single-content-image{
    width: calc(50% - 10px);
  }
  .htek-phone-single-content-desc h2 {
    font-size: 34px;
  }
}
@media screen and (max-width:925px){
  .htek-phone-single-content-desc h2 {
    font-size: 28px;
  }
}
@media screen and (max-width:800px){
  .htek-phone-single-content-desc{
    width: 100%;
  }
  .htek-phone-single-content-image{
    width: 100%;
    text-align: center;
  }
  .htek-phone-single-content{
    flex-wrap: wrap;
  }
  .htek-phone-single-content-image img{
    max-width: 500px;
    margin: 0 auto;
  }
  .htek-phone-single-info-accordion{
    width: 100%;
  }
  .htek-phone-single-content-desc{
    padding: 20px 0 40px;
  }
  .htek-phone-single-content-desc-links {
    justify-content: center;
  }
  .htek-phone-single-content-desc-links a{
    margin:20px 10px 0;
  }
}
@media screen and (max-width:460px){
  .htek-phone-single-content,
  .htek-phone-single-info{
    padding: 15px;
  }
}
 #ct-ultimate-gdpr-cookie-popup{
  	z-index: 9999999999999 !important;
  }

