/*
Theme Name: Applywith Theme
Theme URI: http://www.tekoway.com/
Author: Tekoway
Author URI: http://www.tekoway.com/
Description: ApplyWith Wordpress Template
Version: 1.0
Tags: applywith, applywith button, jobs, job offers, business, corporate, pricing table, portfolio, slideshow, contacts, testimonials, customize, contact form, visual composer, translations, blog, blue, orange, sky blue, white
Text Domain: awesomeco
*/


/**
 * Table of Contents
 *
 * =Normalize


/**
 *
 * =Normalizing styles
 */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
input,
select,
textarea {
    max-width: 100%;
    min-height: 40px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    padding: 0.875em;
}

fieldset > :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

.text-center,
.t-center,
.align-center {
	text-align: center !important;
}

.text-left,
.t-left,
.align-left  {
	text-align: left !important;
}

.text-right,
.t-right,
.align-right  {
	text-align: right !important;
}

/*  Design Adjustments for Portfolio Plugin  */ 

#filter {
    border-bottom: 1px solid #3498DB;
    text-align: center;
}

#filter .filter-options {
	position: relative;
	text-align: center;
}

#filter .filter-options:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #e0e0e0;
    bottom: -1px;
    left: 0;
    position: absolute;
    z-index: -1;
}

#portfolio-filter {
    float: none;
}

#filter button.active, #filter  button:hover, #filter  button:focus, #filter button.active {
    border: 1px solid #3498DB;
    background-color: #3498DB;
    color: #ffffff;
}

.page-wrapper  .portfolio-terms button {
    border: 1px solid #3498DB;
    color: #3498DB;
}

.page-wrapper .portfolio-items figcaption .button {
    background-color: #3498DB;
}

#portfolio-items figcaption h4{
    font-size: 18px;
    text-transform: uppercase;
}

@media all and (max-width: 767px) {	
    #filter  button{
        min-height: 50px;
        width: 48%;
        float: left;
        margin-bottom: 5px;
    }
}
/*  END  */ 

/* PRELOADER ANIMATION */
@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

#page-preloader .spinner{
    font-size: 60px !important;
    line-height: 10px;
    width: auto !important;
}
#page-preloader .spinner span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

#page-preloader .spinner span:nth-child(2) {
    animation-delay: .2s;
}

#page-preloader .spinner span:nth-child(3) {
    animation-delay: .4s;
}
/* END */


.nav-block #main-nav{
	position: relative;
	z-index: 999;
}
.p-relative{
	position: relative !important;
}

/* Contact Form  */
	input.wpcf7-form-control.wpcf7-submit{
		background-color: #3498db;
		border-radius: 3px;
		padding: 5px 20px;
		color: #fff;
		outline: none;
		border: 0;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	input.wpcf7-form-control.wpcf7-submit:active{
		-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
		box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	}

/* END  */


/* Carousel */


.bs-slider{
    overflow: hidden;
    max-height: 650px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    bottom: 3%;
    width: 100%;
    margin: 0;
    height: 20px;
    right: 0;
    left: 0;
    font-size: 0;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    width: 50%;
    right: initial !important;
    text-align: left !important;
}
.slide_style_right {
    width: 50%;
    left: initial !important;
    text-align: right !important;
}
.slide_style_center {
    width: 50%;
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;

}

.slide-text > h1 {

    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }
    .slide_style_left, .slide_style_right, .slide_style_center{
        width: 90%;
        right: 0 !important;
        left: 0 !important;
        top: 15% !important;
    }
}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
/* End Carousel */

/* Contact Form 7 */

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
    width: 100%;
}

/* Visual Composer Fixes */
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon{
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon:hover{
    color: #5BB75B;
}

img.vc_single_image-img:hover {
    opacity: 0.8;
}

.navbar-brand {
	height: 70px;
}

/* VC Carousel */
.vc_carousel-indicators li {
    padding-bottom: 0;
}

.vc_chart li:before,
.flexslider li:before,
.vc_carousel-indicators li:before {
    display: none;
}

.navbar .langs .bootstrap-select {
    margin-left: 0 !important; 
}

@media (max-width: 767px) {
    .tkw-post-grid {
        max-width: 80%;
        margin: 0 auto;
    }

    .footer-block .widget {
         margin-bottom: 20px;
     }
}

@media (max-width: 991px) {
    .nav-block #main-nav .navbar-brand img {
        margin-top: -2px !important;
        height: 34px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #main-nav .container {
        width: 100%;
    }
    
    .nav>li>a {
        padding: 10px;
    }

    .navbar .langs {
    	padding-right: 0 !important;
	}

    .nav-block #main-nav .navbar-nav>li>a {
        font-size: 14px !important;
    }

     .navbar .langs .bootstrap-select .btn {
        padding: 0px 8px;
    	height: 34px;
    	min-height: 34px;
    }

    .navbar .langs .bootstrap-select .btn .bs-caret {
        display: none;
    }
}

.grids .content-block ul>li:before{ 
	display: none;
}
.grids .project-meta { display: none !important; }
.grids .project-content { width: 100% !important; }
.post-thumbnail { display: none !important; }

.project-description-title {
	display: none;
}

.related-projects-title {
	font-size: 24px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
	font-size: 100%;
    font-weight: bold !important;
}

.related-projects-title:after {
	content: " :";
}

#filter { 
	border: none;
	/* background: #eee; */ 
	padding-bottom: 0;
	margin-bottom: 35px;
}

.page-wrapper .portfolio-terms button {
	border: none;
	color: #888;
	position: relative;
	transition: transform 250ms ease-out;
	text-transform: uppercase;
	margin: 0 -2px !important;
	background-color: white;
	font-size: 16px;
}

.portfolio-terms {
	margin-bottom: 20px;
}

.portfolio-terms button::after {
	content: "";
	position: absolute;
	bottom: -1px;
 	left: 8px;
    right: 8px;
	transform: scaleX(0);
 	-ms-transform: scaleX(0);
 	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	border-bottom: 1px solid #1480a9;
	transition: transform .4s ease-out;
}

#filter button.active, 
#filter button:hover, 
#filter button:focus,
 #filter button.active {
	border: none;
	color: #1480a9;
	background: white;
	outline: none;
}

#filter button.active:after {
	transform: scaleX(1);
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
}

/** CUSTOM CSS FORM **/

input, textarea {
	padding: 7px 10px;
	outline: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	transition: border 250ms ease-out;
}

input:not([type="submit"]):focus, 
textarea:focus {
	border-bottom: 2px solid #337ab7;
}

button, input[type="submit"] {
	background: #337ab7;
}


#mc_embed_signup input {
	width: 100%;
	font-size: 14px;
}

#mc_embed_signup input {
	margin-bottom: 10px;
}

#mc_embed_signup input[type=submit] {
	background-color: transparent;
	border: 2px solid #1480a9;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 600;
	color: #1480a9;
	transition: background-color, color .25s ease-in-out;
}

#mc_embed_signup input[type=submit]:hover {
	color: white;
	background-color: #1480a9;
}

/** CUSTOM CSS FONT **/
body { font-weight: 300 !important; }
h1, h2, h3, h4, h5 { font-weight: 300 !important; }
.section-title.blue-line:after, .section-title h2:after { height: 8px !important; }

/* -- MENU -- */
.nav-block #main-nav .navbar-nav>li>a {
	font-weight: 300 !important;
	text-transform: uppercase;
	position: relative;
}
.nav-block #main-nav .navbar-nav>li>a:before {
	content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 5%;
    height: 8px;
	background: #1480a9;
    transition: width 250ms ease-out;
}
.nav-block #main-nav .navbar-nav>li>a:hover:before, .nav-block #main-nav .navbar-nav>li.current-menu-item>a:before { width: 90%; }
.navbar-default .navbar-nav>.active>a { letter-spacing: 1px; }

/** -- FOOTER -- **/
.footer-block .widget-area .menu a { position: relative; }
.footer-block .widget-area .menu a:before {
	content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: 1px;
	background: #000;
    transition: width 250ms ease-out;
}
.footer-block .widget-area .menu a:hover { text-decoration: none !important; }
.footer-block .widget-area .menu a:hover:before {
	text-decoration: none;
	width: 100%;
}

/** -- PAGE SERVICE -- **/
.services {
	position: relative;
	padding-bottom: 20px;
}
.services:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 8px;
    width: 60px;
    background: #1480a9;
    bottom: 0;
}

/** -- PAGE AGENCE -- **/
.row-agency,
.row-divided > .wpb_column  {
	position: relative;
}
.row-agency:after,
.row-divided > .wpb_column:after {
	content: "" !important;
	position: absolute !important;
	display: block !important;
	height: 80%;
	width: 1px;
	background: #1480a9;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

@media screen and (max-width: 768px) {
	.row-agency:after,
    .row-divided > .wpb_column:after {
		visibility: hidden;
	}
}

/** -- CONTACT PAGE -- **/
.contact-heading {
	position: relative;
	color: white;
}

.contact-heading .vc_btn3.vc_btn3-style-outline,
.contact-heading .vc_btn3.vc_btn3-style-outline:hover {
	text-transform: uppercase;
	border-width: 1px;
}

.contact-heading  h1 {
	margin-bottom: 0;
	padding-bottom: 0;
	letter-spacing: 1.5px;
}

.contact-us-form input, 
.contact-us-form textarea {
	border: none;
	border-bottom: 2px solid #dedede;
	padding: 15px 0;
	border-radius: 0;
}

.contact-us-form textarea:focus {
	border-bottom: 2px solid #337ab7;
}

.contact-us-form span.wpcf7-not-valid-tip {
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}

.contact-us-form + div.wpcf7-response-output {
    margin-top: 0em;
}

.contact-us-form input[type="submit"] {
	display: block;
    margin: 0 auto;
    text-align: center;
    padding: 11px 19px;
    min-width: 150px;
    border: 2px solid #0b82ad;
    background: none;
    color: #0b82ad;
    margin-top: 20px;
    font-size: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.contact-us-form input[type="submit"]:hover {
	color: white;
    border-color: #0b82ad;
    background-color: #0b82ad;
}

.contact-us-form .vc_column_container {
	margin-bottom: 20px;
}

.social-contacts,
.social-contacts .section-title h2 {
	color: white;
	text-align: center;
}

.social-contact-icon.vc_icon_element {
	display: inline-block;
	margin: 15px;
}

.social-contact-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: 120px !important;
    height: 120px !important;
}

.social-contact-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
	display: block;
	width: 100%;
	height: 100%;
	display: block;
	color: #0b82ad;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.85) 3px 5px rgba(0, 0, 0, 0.5);
}

.social-contact-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
	text-align: center;
	line-height: 120px;
	z-index: 2;
    position: relative;
	color: inherit;
	transition: all 0.25s;
}

.social-contact-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
    top: -5px;
    left: -5px;
    padding: 5px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.25s;
}

.social-contact-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:hover .vc_icon_element-icon:before {
	color: rgba(255, 255, 255, 0.8);
}

.social-contact-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:hover .vc_icon_element-icon:after,
.social-contact-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:focus .vc_icon_element-icon:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    filter: alpha(opacity=0);
    opacity: 0;
}

.t-uppercase button, 
.t-uppercase select {
    text-transform: uppercase;
}

.t-lowercase button, 
.t-lowercase select {
    text-transform: lowercase;
}

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 3px !important;
	min-width: 150px;
}

.tjstrings {
	display: none;
}

.typed-cursor{
  opacity: 1;
  animation: typedjsBlink 0.7s infinite;
  -webkit-animation: typedjsBlink 0.7s infinite;
  animation: typedjsBlink 0.7s infinite;
}

.btn-back {
    border: 1px solid #1480a9 !important;
    color: #1480a9;
    padding: 4px 12px;
    font-size: 14px !important;
    transition: background-color, color .25s ease-in-out;
    border-radius: 4px !important;
}

.btn-back:hover,
.btn-back:focus,
.btn-back:focus:hover {
	background-color: #1480a9;
	border-color: #1480a9;
	color: white;
}

.btn-back .fa {
	margin-right: 3px;
}

@keyframes typedjsBlink{
  50% { opacity: 0.0; }
}

@-webkit-keyframes typedjsBlink{
  0% { opacity: 1; }
  50% { opacity: 0.0; }
  100% { opacity: 1; }
}

.typed-fade-out{
  opacity: 0;
  transition: opacity .25s;
  -webkit-animation: 0;
		  animation: 0;
}      

@media screen and (max-width: 450px) {
	.contact-heading  h1 {
		font-size: 3em;
	}
}

@media screen and (min-width: 768px) {
	.contact-heading  h1 {
		font-size: 4.5em;
	}
}

/* VLADIMIR */
.wpcf7-recaptcha > div {
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 767px) {
	body.nav-expanded {
		overflow: hidden;
	}
	
	.navbar-collapse {
		opacity: 0;
		height: 100vh;
		left: 0;
		right: 0;
		text-align: center;
		overflow: hidden !important;
		transition: opacity linear 0.2s !important;
	}
	
    .navbar-collapse.in {
		opacity: 1;
    }
	
	.navbar-collapse.in .navbar-nav {
		margin: 0;
		padding: 15px 0;
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-height: 100%;
		overflow-y: scroll;
	}
	
	.navbar-collapse.in .navbar-nav>li>a {
		padding: 15px 0;
		margin: 10px 0;
		width: auto;
		clear: both;
		display: inline-block;
	}
}

.navbar-toggle {
    overflow: hidden;
}
.navbar-toggle .icon-bar {
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: opacity, transform;
    transition: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}

/* Footer */
.footer-logo-wrapper {
    width: 25%;
    padding-bottom: 10px;
    padding-right: 20px;
}

.footer-address-wrapper {
    width: 75%;
}

/** Languages **/
.navbar .langs #qtranslate-chooser.language-chooser-both {
    display: inline-block !important;
    list-style-type: none;
    text-transform: uppercase;
	padding: 20px 0 20px 10px;
    line-height: 20px;
    font-size: 15px;
}

.navbar .langs #qtranslate-chooser.language-chooser-both li.active {
    display: none;
}

.navbar .langs #qtranslate-chooser.language-chooser-both li a {
    background-image: none;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
    padding: 4px 4px;
    min-width: 34px;
    text-align: center;
	display: inline-block;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar .langs #qtranslate-chooser.language-chooser-both li a:hover,
.navbar .langs #qtranslate-chooser.language-chooser-both li a:focus:hover {
	border-color: #1480a9;
	color: #1480a9;
}

/** Bullet points **/
body .content-block ul>li:before {
	
	border: none;
    position: absolute;
    left: -18px;
    width: 9px;
    height: 9px; 
    background-image : url(https://www.tekoway.com/wp-content/uploads/2018/10/tkw-picto-blue.png);
	background-size : contain; 
	
}

/** PORTFOLIO **/
#portfolio-items {
	margin: 0;
	min-height: 573px;
}

#portfolio-items .portfolio-item {
	padding: 0 !important;
}

.fp_slides li:before,
.fp_slides_tabs li:before {
	display: none !important;
}

.fp_slides_tabs a {
	border-radius: 50%;
}

.back + .fp_slider {
	margin-top: 25px !important;
}

.fp_slider + .grids {
	margin-top: 25px;
}

.grids .grid h4:empty {
	display: none;
}

.fp_excerpt-link {
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
	background: #eee;
	padding: 15px;
	border-style: solid;
	border-color: white;
	border-width: 0 1px 1px 0;
}

.portfolio-item:nth-child(even) .fp_excerpt-link {
	background: #f6f6f6;
}

.fp_excerpt-image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 1.2s -webkit-transform cubic-bezier(.165,.84,.44,1);
    transition: 1.2s transform cubic-bezier(.165,.84,.44,1);
}

.fp_excerpt-image img {
    width: auto;
    height: auto;
	margin: auto;
}

.fp_excerpt-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 2;
}

.fp_excerpt-caption:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #111;
    content: '';
	opacity: 0;
    transition: .7s opacity cubic-bezier(.165,.84,.44,1);
}

.fp_excerpt-caption-inner {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right: 35px;
    left: 35px;
}

.fp_excerpt-caption-inner:before, 
.fp_excerpt-caption-inner:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    background: #fff;
    opacity: .4;
    content: '';
}

.fp_excerpt-caption-inner:before {
    right: 50%;
    left: 50%;
    transition: .5s left cubic-bezier(.165,.84,.44,1) .2s;
}

.fp_excerpt-caption-inner:after {
    left: 50%;
	right: 50%;
    transition: .5s right cubic-bezier(.165,.84,.44,1) .2s;
}

.fp_excerpt-title {
    position: absolute;
    right: 0;
    bottom: 95%;
    left: 0;
	margin: 4px 0;
    padding-bottom: 4px;
    text-transform: uppercase;
    color: #fff;
	overflow: hidden;
}

.fp_excerpt-title-inner {
    position: relative;
    opacity: 0;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    transition: .6s -webkit-transform cubic-bezier(.165,.84,.44,1),.6s opacity cubic-bezier(.165,.84,.44,1);
    transition: .6s transform cubic-bezier(.165,.84,.44,1),.6s opacity cubic-bezier(.165,.84,.44,1);
	font-weight: 600 !important;
    font-size: 20px;
    line-height: 22px;
}

.fp_excerpt-tags {
    position: absolute;
    top: 3px;
    right: 0;
    left: 0;
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
	overflow: hidden;
}

.fp_excerpt-tags-inner {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    transition: .6s -webkit-transform cubic-bezier(.165,.84,.44,1),.6s opacity cubic-bezier(.165,.84,.44,1);
    transition: .6s transform cubic-bezier(.165,.84,.44,1),.6s opacity cubic-bezier(.165,.84,.44,1);
}

.portfolio-item.active .fp_excerpt-link .fp_excerpt-image,
.fp_excerpt-link:hover .fp_excerpt-image {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.portfolio-item.active .fp_excerpt-link .fp_excerpt-caption:before,
.fp_excerpt-link:hover .fp_excerpt-caption:before {
    opacity: .5;
}

.portfolio-item.active .fp_excerpt-link .fp_excerpt-caption-inner:before,
.fp_excerpt-link:hover .fp_excerpt-caption-inner:before {
    left: 0;
    transition: .4s left cubic-bezier(.165,.84,.44,1);
}

.portfolio-item.active .fp_excerpt-link .fp_excerpt-title-inner,
.fp_excerpt-link:hover .fp_excerpt-title-inner {
    opacity: 1; 
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: .6s -webkit-transform cubic-bezier(.165,.84,.44,1) .2s,.6s opacity cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s transform cubic-bezier(.165,.84,.44,1) .2s,.6s opacity cubic-bezier(.165,.84,.44,1) .2s;
}

.portfolio-item.active .fp_excerpt-link .fp_excerpt-tags-inner,
.fp_excerpt-link:hover .fp_excerpt-tags-inner {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: .6s -webkit-transform cubic-bezier(.165,.84,.44,1) .2s,.6s opacity cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s transform cubic-bezier(.165,.84,.44,1) .2s,.6s opacity cubic-bezier(.165,.84,.44,1) .2s;
}

.portfolio-item.active .fp_excerpt-link .fp_excerpt-caption-inner:after,
.fp_excerpt-link:hover .fp_excerpt-caption-inner:after {
    right: 0;
    transition: .4s right cubic-bezier(.165,.84,.44,1);
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

/*
 * 	Owl Carousel
 */
.simple_carousel.owl-theme {
	padding: 0 30px;
}
 
.simple_carousel.owl-theme .owl-nav {
	margin-top: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent; 
}

.simple_carousel.owl-theme .owl-nav [class*='owl-'] {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
    color: #1480a9;
    font-size: 28px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: 110%;
    background: none;
    display: inline-block;
    cursor: pointer;
	
}

.simple_carousel.owl-theme .owl-nav [class*='owl-']:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: FontAwesome;
	color: inherit;
	text-indent: 0;
	transition: opacity linear 0.2s;
	opacity: 0.4;
}

.simple_carousel.owl-theme .owl-nav .owl-prev:after { content: "\f104"; }
.simple_carousel.owl-theme .owl-nav .owl-next:after { content: "\f105"; }

.simple_carousel.owl-theme .owl-nav .owl-prev { left: -10px; }
.simple_carousel.owl-theme .owl-nav .owl-next { right: -10px; }

.simple_carousel.owl-theme .owl-nav [class*='owl-']:hover {
	background: none;
	color: #1480a9;
	text-decoration: none; 
}

.simple_carousel.owl-theme .owl-nav [class*='owl-']:hover:after {
	opacity: 1;
}

.simple_carousel .owl-item img {
	margin: auto;
	transition: opacity linear 0.25s;
}

.simple_carousel .owl-item:hover img {
	opacity: 0.65;
}

.tkw_projects_carousel .owl-item img {
	max-width: 150px;
}

/* Mailchimp GPDR */
.mc_signup_popover {
	max-width: 380px;
	text-align: center;
}

.mc_signup_popover p {
	color: #777;
	font-size: 13px;
}

#mc_signup_submit_cancel {
	color: #555;
	padding: 0 10px 10px;
	display: inline-block;
	font-weight: bold;
}

#mc_signup_submit_accept {
	font-weight: bold;
	padding: 0 10px 10px;
	display: inline-block;
}
/* END Mailchimp GPDR */

/* Custom Buttons */

.button_project {background-color:#1480a9 !important ; color:white !important;font-weight: 300 !important;}
.button_project:hover {background-color:#0b82ad !important;}
.shadowed {filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));}
.shadowed:hover {filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5))}

/* Mailchimp subscribe button */

#mc_signup_submit {
    color:white !important;
    width:100% !important;  
    margin-top: 0.25em !important;
}

#catapult-cookie-bar {
	box-shadow: 0 5px 12px 0 rgba(0,0,0,.125) !important;
    bottom: 20px !important;
}

#catapult-cookie-bar h4,
#catapult-cookie-bar h3,
#catapult-cookie-bar h2,
#catapult-cookie-bar h1 {
	margin-top: 0 !important;
	font-size: 22px;
    letter-spacing: 0.5px;
}

#catapult-cookie-bar a {
	text-decoration: underline !important;
}

button#catapultCookie {
	padding: 6px 9px !important;
    min-height: 20px !important;
}

.cookie-bar-block #catapult-cookie-bar span {
    margin-bottom: 0 !important;
}

.brand-info-circle {
	display: table;
    width: 250px;
    height: 250px;
	margin: 0 auto;
    background-color: #1480a9;
  
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    overflow: hidden !important;
}

.brand-info-circle .inner {
	display: table-cell;
	padding: 20px 10px 0;
    width: 100%;
    height: 100%;
	text-align: center;
	vertical-align: middle;
}

.brand-info-circle h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 150%;
	font-weight: 600 !important;
     width: 100%;
}

.brand-info-circle p {
	margin: 0;
	font-weight: 600;
}

.brand-info-circle.sm {
    width: 160px;
    height: 160px;
}

.brand-info-circle.sm .inner {
    padding: 10px;
}

.brand-info-circle.sm h3 {
	text-transform: none;
    margin: 0;
}

#back_to_top {
    bottom: 25px !important;
    background-color: #fff;
    border-radius: 50%;
}

.owl-carousel.owl-drag .owl-item {
    text-align: center;
}

.owl-carousel.owl-drag .owl-item a {
    display: inline-block;
}


@media only screen and (min-width: 1200px) {	
	#portfolio-items .grid.l3 {
		width: 25%;
	}
}

/** Contact page **/
.cont-page .wpb_wrapper a.vc_general, .cont-page .wpb_wrapper button.vc_general {
    border-radius: 5px;
}

h1 {
    transform: matrix(1, 0, 0, 1, 0, -10);
}

@media screen and (max-width: 782px) {
    html #wpadminbar {
        position: fixed;
    }
}

@media all and (max-width: 767px) {

    .footer-logo-wrapper, .footer-address-wrapper {
        width: 100%;
    }

    .footer-logo-wrapper img.footer-logo {
        width: 80px;
        height: 80px;
    }

    .footer-block .widget-area {
        display: inline-block;
        width: 100%;
    }
	
	.hquote blockquote {
		padding: 0 !important;
	}

	.hquote blockquote p .avatar {
		position: initial !important;
		margin: auto auto !important;
	}

	.hquote blockquote p:after {
		display: none !important;
	}
	
	.hquote blockquote .author-bottom {
		padding: 10px 0 !important;
		text-align: center !important;
	}
	
	.navbar .langs #qtranslate-chooser.language-chooser-both {
		padding: 20px 0 20px 0;
		line-height: 20px;
		font-size: 15px;
	}

    #catapult-cookie-bar {
        max-width: 290px !important;
        left: auto;
        right: 15px !important;
        bottom: 15px !important;
        z-index: 10000000 !important;
    }
}

@media screen and (max-width: 998px) {

    .navbar .langs .bootstrap-select {
        margin-top: 17px !important;
    }

    .footer-logo-wrapper {
        padding-right: 0;
        padding-bottom: 25px;
    }

    .footer-logo-wrapper img.footer_logo {
        width: 40px;
        height: 40px;
    }
    /*.custom-html-widget {*/
        /*display: none;*/
    /*}*/
    .footer-block .widget {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 425px) {
	#catapult-cookie-bar {
         width: auto !important;
         max-width: 100% !important;
         left: 15px;
    }
}

.navbar .langs {
    display: none;
}