/*
Theme Name: Ardent Centar
Author: Bojan Vidovic - BV Design
Author URI: http://bvdesignstudio.org/
Version: 1.0
*/


/* -------------------------------------------------- Global -------------------------------------------------- */


* { margin: 0; padding: 0; }
html { min-height:100%; background: #1c212a; }
html.slide-r, html.slide-l { overflow: hidden; }
body { min-height:100%; font-size: 16px; font-family: 'Poppins', sans-serif; color: #1c212a; margin: 0 auto; background: #fff; font-weight:300; overflow-x:  hidden;
/*
-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
*/
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
body.slide-r { margin-right: -280px; margin-left: 280px; }
body.slide-l { margin-left: -600px; margin-right: 600px; }
div, input, span, section, img { box-sizing:border-box; }
img { max-width: 100%; height: auto; display:block; }
header, main, nav, section, article, aside, figure, footer { display: block; }
p { font-size: 16px; line-height: 1.5; margin: 20px 0 30px; /*color: #627290;*/ }
ul, ol, dl { margin: 10px 0; padding: 0 0 20px 20px; text-align: left; }
ul li, ol li, dl dt, dl dd { font-size: 16px; line-height: 1.4; padding: 5px 0; }
dl dt { padding: 5px 0; font-weight: 700; margin-left: -10px; }
b, strong {font-weight: 700; }

a { color: #11ae4a; text-decoration: none; outline: 0;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
a:hover { text-decoration: none; color: #1c212a; }
a img { outline: none; border:none; }

h1 a, h2 a, h3 a { font-weight: normal; }

h1, h2, h3 { margin: 10px 0 20px 0; line-height: 1.2; font-weight: 700; color: #1c212a; }
h4, h5, h6 { margin: 10px 0 20px 0; color: #1c212a; line-height: 1.2; }
h1 { font-size: 40px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }

.no-padding {padding:0 !important;}
.no-margin {margin:0 !important}


table {
    border: 1px solid #cfd9e6;
    border-collapse: collapse;
}
td { padding: 10px !important; border-bottom: 1px solid #cfd9e6; }
th { padding: 10px !important; text-align: center; background: #f2f2f2; }


hr { border:none; outline:none; border-top: 1px solid #cfd9e6; margin: 30px 0; clear: both; }

.center { text-align: center !important; float: none !important; display: block !important; margin: 0 auto !important; }

.bottom-line:after {
    content: " ";
    width: 100px;
    border-top: 2px solid #6db4e2;
margin: 20px 0 0 0;
display: block;
}

.bottom-line-center:after {
    content: " ";
    width: 100px;
    border-top: 2px solid #6db4e2;
margin: 20px auto 0 auto;
display: block;
}

blockquote {
    border-top: 2px solid #627290;
	border-bottom: 2px solid #627290;
    margin: 30px auto;
    padding: 0;
}
blockquote p { font-style: italic; margin: 20px auto; }

.wp-caption-text { font-style: italic; font-size: 14px; text-align: center; padding: 8px; border-bottom: 1px solid #cfd9e6; margin-top:0; }
.highlight { background: #fad4e5; }
.wpsdc-drop-cap { font-size: 100px; padding-right: 10px; font-weight: 100; float:left; line-height: 1; margin: -10px 0 0 0; }

	/* Clearfix */	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
 
html[xmlns] .clearfix {
	display: block;
}

/* --------------------------------- Accordion -------------------------------- */

.ac-trigger { cursor: pointer; }
.ac-trigger.active {}
.ac-content {}
.ac-target { display: none; }

/* -------------------------------------- LIST BLOCK --------------------------------------- */

ul.list-block, .list-block ul, .single-content .text-box ul.wp-block-list { text-align:left; margin: 0; list-style-type: none; padding: 0 5px 20px 30px !important; }
.list-block li { padding: 6px 0; }
.list-block li:before { font-family: 'Pe-icon-7-stroke'; content: "\e66c"; font-size: 24px; vertical-align: middle; margin: -6px 0 0 -33px; float: left; color: #6db4e1; font-weight: bold; }
.list-block.wrong li:before { content: "\e681"; }
footer .list-block li:before { font-size:18px; margin: -3px 0 0 -30px; }


/* --------------------------------- COLORS -------------------------------- */

.purple-bg h1, .purple-2-bg h1, .blue-bg h1, .blue-dark-bg h1, .grey-dark-bg h1, .green-dark-bg h1  { color: #fff !important; }
.purple-bg h2, .purple-2-bg h2, .blue-bg h2, .blue-dark-bg h2, .grey-dark-bg h2, .green-dark-bg h2  { color: #fff !important; }
.purple-bg p, .purple-2-bg p, .blue-bg p, .blue-dark-bg p, .grey-dark-bg p, .green-dark-bg p  { color: #c5c7d6 !important; }
.purple-bg p.read-more, .purple-2-bg p.read-more, .blue-bg p.read-more, .blue-dark-bg p.read-more, .grey-dark-bg p.read-more, .green-dark-bg p.read-more  { color: #fff !important; }
.purple-bg li, .purple-2-bg li, .blue-bg li, .blue-dark-bg li, .grey-dark-bg li, .green-dark-bg li  { color: #c5c7d6 !important; }
.purple-bg.faq-list ul li, .purple-2-bg.faq-list ul li, .blue-bg.faq-list ul li, .blue-dark-bg.faq-list ul li, .grey-dark-bg.faq-list ul li, .green-dark-bg.faq-list ul li  { color: #fff !important; }


.white-bg {background-color:#fff !important;}
.grey-light-bg {background-color: #eef2f8 !important;}
.grey-bg {background-color:#cfd9e6 !important;}
.grey-dark-bg {background-color:#202020 !important;}
.blue-bg {background-color:#0099c3 !important;}
.blue-dark-bg {background-color:#00759f !important;}
.green-light-bg {background-color:#c5eeaf !important;}
.green-bg {background-color:#a7d48c !important;}
.green-dark-bg {background-color:#4a9779 !important;}
.pink-bg {background-color:#e22279 !important;}
.purple-bg {background-color:#40477d !important;}
.purple-2-bg {background-color:#545b8e !important;}
.orange-bg {background-color:#ffa500 !important;}
.orange-dark-bg {background-color:#ff8a01 !important;}
.section-bg { background-image: url(images/section-bg.jpg) !important;
background-color:#F8F9FB;
background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.gradient-color-bg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7d48c+0,0099c3+50,40477d+100 */
background: rgb(167,212,140); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(167,212,140,1) 0%, rgba(0,153,195,1) 50%, rgba(64,71,125,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(167,212,140,1) 0%,rgba(0,153,195,1) 50%,rgba(64,71,125,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(167,212,140,1) 0%,rgba(0,153,195,1) 50%,rgba(64,71,125,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d48c', endColorstr='#40477d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gradient-bg-anim {
background-image: url(images/gradient-bg.jpg);
/*background: linear-gradient(321deg, #0099c3, #a7d48c, #0099c3, #40477d);*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7d48c+0,0099c3+50,40477d+100 */
background: rgb(167,212,140); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(167,212,140,1) 0%, rgba(0,153,195,1) 50%, rgba(64,71,125,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(167,212,140,1) 0%,rgba(0,153,195,1) 50%,rgba(64,71,125,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(167,212,140,1) 0%,rgba(0,153,195,1) 50%,rgba(64,71,125,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d48c', endColorstr='#40477d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-size: 250% 120%;
-webkit-animation: bg-anim 10s ease infinite;
-moz-animation: bg-anim 10s ease infinite;
-o-animation: bg-anim 10s ease infinite;
animation: bg-anim 10s ease infinite;
}

@-webkit-keyframes bg-anim {
    0%{background-position:0% 100%}
    100%{background-position:100% 0%}
}
@-moz-keyframes bg-anim {
    0%{background-position:0% 100%}
    100%{background-position:100% 0%}
}
@-o-keyframes bg-anim {
    0%{background-position:0% 100%}
    100%{background-position:100% 0%}
}
@keyframes bg-anim { 
    0%{background-position:0% 100%}
    100%{background-position:100% 0%}
}



.gradient-bg {
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e2e2)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #fff, #e2e2e2); /* Chrome 10+, Saf5.1+, iOS 5+ */
background-image:    -moz-linear-gradient(top, #fff, #e2e2e2); /* FF3.6+ */
background-image:     -ms-linear-gradient(top, #fff, #e2e2e2); /* IE10 */
background-image:      -o-linear-gradient(top, #fff, #e2e2e2); /* Opera 11.10+ */
background-image:         linear-gradient(to bottom, #fff, #e2e2e2);
filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff', endColorstr='#e2e2e2'); /* IE6 & IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff', endColorstr='#e2e2e2')"; /* IE8 */
}

.gradient-bg-img { background-image: url(images/gradient-bg.jpg) !important;
background-color:#F8F9FB;
background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.white {color: #fff !important;}
.grey-light {color:#F8F9FB !important;}
.grey {color:#dbdbdb !important;}
.grey-dark {color:#202020 !important;}
.blue {color:#0099c3 !important;}
.blue-dark {color:#00759f !important;}
.green {color:#a7d48c !important;}
.green-dark {color:#4a9779 !important;}
.pink {color:#e22279 !important;}
.purple {color:#40477d !important;}
.orange {color:#ffa500 !important;}
.orange-dark {color:#ff8a01 !important;}
.no-transparent {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before { background-color: #fff; }


/* ------------------------RESPONSIVE VIDEO------------------------------- */


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

iframe { max-width: 100%; }



/* =WordPress Core
-------------------------------------------------------------- */
img.alignnone, .alignnone { display: inline-block; vertical-align: bottom; max-width: 100%; }

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
max-width: 100%;
}

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

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

img.aligncenter { max-width: 100%; box-sizing: border-box; margin: 5px auto 5px auto; padding: 10px 0; }
img.alignleft { max-width: 50%; box-sizing: border-box; margin: 0; padding: 5px 20px 5px 0; }
img.alignright { max-width: 50%; box-sizing: border-box; margin: 0; padding: 5px 0 5px 20px; }

.img-centered {
    margin: 0 auto;
}

.offset-right { margin-right: -50px; }
.offset-left { margin-left: -50px; }
.offset-top { margin-top: -50px; }
.offset-bottom { margin-bottom: -50px; }

/*--------------------------- GUTENBERG ---------------------------------*/

/*------------- FIX ----------------*/

    .entry-content .alignwide {
        margin-left  : -80px;
        margin-right : -80px;
    }
    .entry-content .alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
    }
    /*.alignfull img {
        width: 100vw;
    }*/
.entry-content .alignwide.wp-block-cover, .entry-content .alignwide.wp-block-cover-image,
.entry-content .alignfull.wp-block-cover, .entry-content .alignfull.wp-block-cover-image
{ width: auto; }

.wp-block-button a { background: #11ae4a; color: #fff !important; font-size: 18px; padding: 15px 30px;
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px; 
  border-radius: 50px; 
}
.wp-block-button a:hover { background: #1db592 !important; color: #fff !important; }
.wp-block-columns { margin-bottom: 0 !important; }
.wp-block-columns.home-boxes .wp-block-column { margin: 0 !important; border: 2px solid #fff; }
.wp-block-media-text.is-image-fill .wp-block-media-text__media { min-height: 400px !important; }

.wp-block-separator { border-top: 1px solid #cfd9e6 !important; border-bottom: 1px solid #cfd9e6 !important; }

@media screen and (max-width: 800px) {
	.wp-block-columns.home-boxes, .wp-block-columns.home-boxes.is-not-stacked-on-mobile { flex-wrap: wrap !important; gap: 0 !important; }
.wp-block-columns.home-boxes .wp-block-column { flex-basis: 50% !important; margin: 0 !important; border: 2px solid #fff; }
	/*.wp-block-columns.home-boxes .wp-block-column .wp-block-cover { min-height: 240px !important; }*/
}

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

.wp-block-columns.home-boxes .wp-block-column { flex-basis: 50% !important; margin: 0 !important; border: 2px solid #fff; }
	/*.wp-block-columns.home-boxes .wp-block-column .wp-block-cover { min-height: 240px !important; }*/
.wp-block-media-text.is-image-fill .wp-block-media-text__media { min-height: 250px !important; }
	
}

/* -------------------------------------------- Button GoTop -------------------------------------------- */


.go-top {
	cursor:pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 24px;
	padding: 6px;
	display: none;
	height: 50px;
    width: 50px;
    text-align: center;
z-index: 999;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
-webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%; 
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 1);
	color: white;
}


/* -------------------------------------------------- HEADER -------------------------------------------------- */

progress#progressBar.flat { margin: 0 !important; height: 3px; color:#83c39a !important; }
.progress-container .progress-bar { background-color:#83c39a !important; color:#83c39a !important; }

.header-block { padding: 20px; }
.home .header-block { padding: 5px; }

.header-block-2 { margin: 0 auto; padding: 0; height: 200px; display: block; z-index: 5; position: absolut; top:0; left:0; right:0;
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

header .top-header { background: #cfd9e6; padding: 6px; text-align: right; }
.header-phone { display: inline-block; vertical-align: top; padding: 0; 
	-moz-transition: all 0.3s ease; /* FF3.7+ */
	-o-transition: all 0.3s ease; /* Opera 10.5 */
	-webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
	transition: all 0.3s ease;
}
.header-phone p { margin: 0; line-height: 1; }
.header-phone .text { margin: 0; font-weight: 300; line-height: 1; }
.header-phone a { color: #fff; display: inline-block; padding: 13px 30px; margin: 0; line-height: 1; font-size: 16px; background: #11ae4a; border-left: 1px solid #cfd9e6; text-align: center; font-weight: 400; }
.header-phone a:hover { color: #fff; background: #6db4e1; }
header.main-header.navbar-shrink .header-phone {  }
header.main-header.navbar-shrink .header-phone a {  }


header.main-header { margin: 0 auto; padding:0; z-index: 999; position: fixed; top: 0; left: 0; right: 0;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

header.main-header .header { display:block; padding: 10px 40px; margin: 0 auto; max-width: 100%; text-align: center; background: rgba(0,5,7,0.3);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
header.main-header.navbar-shrink { top: 0; }
header.main-header.navbar-shrink .header { padding: 0 40px; text-align: center; background: #fff; border-bottom: 1px solid #cfd9e6;
/*
-webkit-box-shadow: 0px 0px 140px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 140px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 140px 0px rgba(0,0,0,0.1);
	*/
}

header.slide-r { left: 280px; }
header.slide-l { right: 600px; left:-600px; }
.headroom {}
header.headroom--pinned {
top: 0;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
header.headroom--unpinned {
top: -73px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

header.main-header .logo-wrapper { margin: 0 auto; padding: 0; position: relative; float: left; z-index: 1;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
}
header.main-header .logo { width: 270px; height: 70px; color: #888; font-size: 20px; margin: 0 auto; display:block; background: url(images/ardent-logo-light.svg) no-repeat center left; background-size: 270px auto; }
header.main-header.navbar-shrink .logo { background: url(images/ardent-logo.svg) no-repeat center left; background-size: 220px auto; height: 60px; }
/*header.main-header.navbar-shrink .logo.open { background: url(images/logo-light.svg) no-repeat center center; background-size: 150px auto; }*/
header.main-header .nav-mob .logo { background: url(images/ardent-logo-light.svg) no-repeat center left !important; background-size: 200px auto !important;  width: 200px !important; margin: 0 0 10px 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
}
header.main-header.navbar-shrink .nav-mob .logo { }

.header-text { padding: 10px; display: inline-block; vertical-align: middle; font-weight: 600; font-size: 18px; }

/* -------------------------------------------------- SEARCH -------------------------------------------------- */

.heading-box.search-block { background-color: rgba(0, 0, 0, 0.3); z-index:5; position: relative; max-width: 900px; margin: 0 auto 5% auto; padding: 30px; border:1px solid #fff; }

.search-box form { position: relative; max-width: 736px; margin: 20px auto; }

input[type="search"] { -webkit-appearance: textfield;}
.searchform input { outline:none !important; margin:0; padding: 10px; font-size: 13px; display: inline-block; vertical-align: middle; width: 70%; }
.searchform input:focus { }
.searchform button { background: none; border: none; color: #999; display: inline-block; vertical-align: middle; font-size: 18px; padding: 15px; position: absolute; top:0; right:0; }
.searchform button:hover { color: #de353c; }
.searchform  input[type="submit"] {
	width: 28%;
	font-size: 13px;
border: 1px solid #11ae4a !important; 
outline:none !important;
cursor:pointer;
    padding: 10px 0;
    text-transform: uppercase;
    color: #fff;
	margin:0;
	float:right;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.mobile-search .search-box .wc_ps_container .wc_ps_form { background: #323232; }
.mobile-search .search-box .wc_ps_sidebar_container .wc_ps_nav_submit { background: #323232; border: none !important; }
.predictive_results.predictive_results_sidebar .ac_over .rs_description, .predictive_results.predictive_results_sidebar .rs_content_popup .rs_description { display: none; }
.predictive_results.predictive_results_sidebar .ac_over .ajax_search_content { background: #888 !important; }
.predictive_results.predictive_results_sidebar { width: auto !important; }

.search-terms { color: #11ae4a; }



/* --------------------------------------------- NAVIGATION ------------------------------------------- */

/*------------------------ Secondary Navigation -----------------*/

.menu-top { display: inline-block; vertical-align: middle; }

.menu-top ul {
	padding:0;
	margin: 0;
	box-sizing: border-box;
}

.menu-top ul li {
text-align: left;
    display: inline-block;
	padding: 8px 0;
	font-size: 15px;
	position:relative;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.menu-top ul li a {
font-weight: 400;
    display: block;
    padding: 1px 8px 3px 8px;
	margin: 0 7px;
	color: #1c212a;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
header.main-header.navbar-shrink .menu-top ul li a:hover, .menu-top ul li a:hover { color: #6db4e1; }
header.main-header.navbar-shrink .menu-top ul li {  }

header.main-header .menu-top ul li.current-menu-item a, header.main-header .menu-top  ul li.current_page_item a, header.main-header .menu-top  ul li.current-page-ancestor a, header.main-header .menu-top ul li.current-post-ancestor a, header.main-header .menu-top ul li.current-menu-ancestor a, header.main-header .menu-top ul li.current_page_parent a, header.main-header .menu-top ul li.current_menu_parent a { border-top: 2px solid #6db4e1; }

/*------------------------ Main Navigation -----------------*/

.no-nav { padding: 7px; float: left; display: none; }

.nav-top { padding: 14px 0; display: inline-block; text-align:center; float: right;
	-moz-transition: all 0.3s ease; /* FF3.7+ */
	-o-transition: all 0.3s ease; /* Opera 10.5 */
	-webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
	transition: all 0.3s ease;
}
header.main-header.navbar-shrink .nav-top { padding: 10px 0; }

.nav-top nav { display: inline-block; }

.nav-top ul {
	padding:0;
	margin: 0;
	box-sizing: border-box;
}

.nav-top ul li {
text-align: left;
    display: inline-block;
	padding: 7px 0;
	font-size: 15px;
	position:relative;
	text-transform: uppercase;
}
.nav-top ul li a {
font-weight: 400;
    display: block;
    padding: 3px 8px;
	margin: 0 7px;
	color: #fff;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.nav-top ul li:last-child a { border-right: none; }
header.main-header.navbar-shrink .nav-top ul li a { color: #1c212a; }
header.main-header.navbar-shrink .nav-top ul li a:hover, .nav-top ul li a:hover { color: #6db4e1; }
.nav-top ul li.important a { border:1px solid !important; }

header.main-header .nav-top ul li.current-menu-item a, header.main-header .nav-top  ul li.current_page_item a, header.main-header .nav-top  ul li.current-page-ancestor a, header.main-header .nav-top  ul li.current-post-ancestor a, header.main-header .nav-top  ul li.current-menu-ancestor a, header.main-header .nav-top  ul li.current_page_parent a, header.main-header .nav-top  ul li.current_menu_parent a { color: #6db4e1; border-top: 2px solid #6db4e1; }

.nav-top .sub-menu { width: 370px; margin:0; position: absolute; padding: 0 10px; max-height: 0; overflow: hidden; background: #fff;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
-webkit-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
}
.nav-top .menu-item-has-children > a:after {
display: inline-block;
margin:-2px 0 0 8px;
   font-family: 'Pe-icon-7-stroke';
   content: "\e688";
line-height: 1;
font-size: 18px;
vertical-align: middle;
text-align:center;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.nav-top .menu-item-has-children:hover .sub-menu { display:block; height: auto; max-height: 700px; padding: 10px; }
header.main-header.navbar-shrink .nav-top .sub-menu { background: #fff; }

.nav-top .sub-menu li { display: block; border-bottom: 1px solid #f1f1f1; text-transform: none; }
.nav-top .sub-menu li a { cursor:pointer; border: none !important; padding: 0; color: #1c212a !important; font-size: 14px; }
.nav-top .sub-menu li.current-menu-item a { color: #6db4e1 !important; }
header.main-header.navbar-shrink .nav-top .sub-menu li a { color: #202020; }
header.main-header .nav-top .sub-menu li a:hover { color: #6db4e1 !important; }

.nav-top .sub-menu.active { color:#11ae4a; }
.nav-top .sub-menu.active a { color:#11ae4a; }
.nav-top .sub-menu a:after {
   font-family: FontAwesome;
   content: "\f0c9";
   margin-left: 10px;
   top:19px;
}
.nav-top .sub-menu.active a:after {
   content: "\f00d";
}
.nav-top .sub-menu li a:after, nav .sub-menu.active li a:after {
   content: "";
   margin-left: 0;
}

.nav-top .button { background: transparent; margin:30px 10px; border: 3px solid #fff !important; width: 210px;}
.nav-top .button a { color: #fff !important; font-weight: 700 !important; text-align: center; font-size: 18px; }

.nav-top .big-submenu .menu-icon, .nav-mob .big-submenu .menu-icon {
	margin-right: 6px;
	display: inline-block;
    width: 40px;
    vertical-align: middle;
    background: #f1f1f1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-top .big-submenu a:hover .menu-icon {background:#6db4e1;}

nav .sub-menu a { cursor:pointer; border:none; }
nav .sub-menu.active { color:#bd9e56; }
nav .sub-menu.active a { color:#bd9e56; }
nav .sub-menu a:after {
   font-family: FontAwesome;
   content: "\f0c9";
   margin-left: 10px;
   top:19px;
}
nav .sub-menu.active a:after {
   content: "\f00d";
}
nav .sub-menu li a:after, nav .sub-menu.active li a:after {
   content: "";
   margin-left: 0;
}

.nav-mob .menu-item-has-children > a:after {
display: inline-block;
margin:0 0 0 7px;
   font-family: 'Pe-icon-7-stroke';
   content: "\e623";
line-height: 1;
vertical-align: middle;
text-align:center;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.nav-mob .menu-item-has-children > a.active { }
.nav-mob .menu-item-has-children > a.active:after {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/* Nav Icon */

.nav-icon { border: none; float: left; color: #2f3841; text-align: center; font-size: 10px; cursor: pointer; }
.nav-icon .menu-title { padding: 5px; border-top: 2px solid #fff; display: block;  }

.nav-toggle { position: relative; border: none; margin: 18px 0; height: 25px; width: 30px; transform: rotate(0deg); transition: all 0.5s ease-in-out 0s; cursor: pointer; 
	-moz-transition: all 0.3s ease; /* FF3.7+ */
	-o-transition: all 0.3s ease; /* Opera 10.5 */
	-webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
	transition: all 0.3s ease;
}

.nav-toggle span {
    background: #fff;
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
    width: 30px;
}

.nav-toggle.open span { background: #fff; }

.nav-toggle span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-toggle span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-toggle span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
}

.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}

header.main-header.navbar-shrink .nav-toggle span { background: #202020; }
header.main-header.navbar-shrink .nav-toggle.open span { background: #fff; }


/* ------------------------------------ NAV MOB ----------------------------------- */

.mobile-navigation-bg { position:fixed; bottom:0; left:0; right: 0; top:0; z-index:2; background: #26292c; display: none;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.close-menu { display:block; padding:0; text-align:right; cursor:pointer; color: #fff; font-size: 14px; }
.close-menu .fa, .close-sidebar .fa { font-size: 20px; vertical-align: middle; margin-left:5px; }
.close-menu:hover .fa, .close-sidebar:hover .fa { color: #de353c; }

.mobile-navigation { position: relative; float: right; display: none; z-index: 10;
	-moz-transition: all 0.3s ease; /* FF3.7+ */
	-o-transition: all 0.3s ease; /* Opera 10.5 */
	-webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
	transition: all 0.3s ease;
}

.nav-mob { background:#094f72; position: fixed; z-index: 3; right: -470px; top: 0; bottom: 0; max-width: 100%; width: 450px; padding: 40px 30px; overflow-x: auto;
	-moz-transition: all 0.3s ease; /* FF3.7+ */
	-o-transition: all 0.3s ease; /* Opera 10.5 */
	-webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
	transition: all 0.3s ease;

}
.nav-mob.open { right: 0px; }

.nav-mob ul {
	padding:0;
	margin: 0;
	box-sizing: border-box;
}

.nav-mob ul li {
    display: block;
	padding: 0;
	font-size: 18px;
	position:relative;
	letter-spacing: 1px;
	margin: 5px 0;
}
.nav-mob ul li a {
	font-weight: 400;
    display: block;
    padding: 5px 10px 10px 10px;
	color:#fff;
	text-decoration:none;
	border-bottom: 1px solid #2f7598;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.nav-mob ul li a:hover { color: #11ae4a; }
.nav-mob ul li.important a { font-weight: 600; }

.nav-mob ul li.current-menu-item a, .nav-mob  ul li.current_page_item a, .nav-mob  ul li.current-page-ancestor a, .nav-mob  ul li.current-post-ancestor a, .nav-mob  ul li.current_page_parent a { color: #11ae4a; }

.nav-mob .sub-menu li.current-menu-item a, .nav-mob .sub-menu li.current_page_item a, .nav-mob .sub-menu li.current-page-ancestor a, .nav-mob .sub-menu li.current-post-ancestor a, .nav-mob .sub-menu li.current_page_parent a { color: #11ae4a !important; }

.nav-mob .sub-menu a { cursor:pointer; font-size: 16px; color: #abb8c3 !important; }
.nav-mob .sub-menu.active { color:#11ae4a; }
.nav-mob .sub-menu.active a { color:#11ae4a; }
.nav-mob .sub-menu a:after {
   font-family: FontAwesome;
   content: "\f0c9";
   margin-left: 10px;
   top:19px;
}
.nav-mob .sub-menu.active a:after {
   content: "\f00d";
}
.nav-mob .sub-menu li a:after, nav .sub-menu.active li a:after {
   content: "";
   margin-left: 0;
}

.nav-mob .menu-item-has-children > a.active { color: #11ae4a; }

.nav-mob .sub-menu { display:none; width: 100%; margin:0; }

.nav-mob .header-phone { margin-top:20px; display: block; float: none; text-align: left; }
.nav-mob .header-phone a { color: #fff; line-height: 1; border: none; padding: 10px 15px !important; margin: 8px; border-radius: 50px; }
.nav-mob .header-phone a:hover { color: #fff; background: #11ae4a; }


/* -------------------------------------------- Language Switcher ----------------------------------------- */


#lang { float: left; text-align: center;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
}
#lang ul {
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
#lang ul li {
    display: inline-block;
    margin: 0;
	padding: 0;
	font-size: 14px;
	float: left;
}
#lang ul li a {
    color: #fff;
	background: #6db4e1;
    text-decoration: none;
	font-weight: 400;
	padding: 11px;
	display: block;
	border-right: 1px solid #cfd9e6;
	width: 20px;
    text-align: center;
}
#lang ul li a:hover { background: #11ae4a; }
#lang ul li.current-lang a, #lang ul li.current_page_item a { color: #1c212a; background: #afbdd0; }

header.main-header.navbar-shrink #lang ul li a {  }

.nav-mob #lang { float: none; }
.nav-mob #lang ul li { float: none; }
.nav-mob #lang ul li a { background: transparent; border-right: none; float: none; padding: 11px !important; margin: 10px 20px 10px 0;  }
.nav-mob #lang ul li.current-lang a, .nav-mob #lang ul li.current_page_item a { color: #11ae4a; }

/* -------------------------------------------- Page Builder ----------------------------------------- */

.sow-slider-base ul, .sow-slider-base ul li { padding: 0 !important; }


/* -------------------------------------------- Banner-2 ----------------------------------------- */

.banner-2 { padding: 0; position: relative; margin: 0; overflow:hidden; 
background: -moz-linear-gradient(50deg, rgb(0,82,122) 20%, rgb(38,204,179) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(50deg, rgb(0,82,122) 20%, rgb(38,204,179) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(50deg, rgb(0,82,122) 20%, rgb(38,204,179) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.banner-2 .bg-img {
position: absolute;
z-index:4;
top:0;
left:0;
right:0;
bottom:0;
	-webkit-transition: all 2s ease;
     -moz-transition: all 2s ease;
       -o-transition: all 2s ease;
      -ms-transition: all 2s ease;
          transition: all 2s ease;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-2.no-bg-img .bg-img { background-image: url(images/Ardent-Dental-Centar-page-banner-bg-transparent.svg);
background-position: top right;
-webkit-animation: bg-anim 10s ease;
-moz-animation: bg-anim 10s ease;
-o-animation: bg-anim 10s ease;
animation: bg-anim 10s ease;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity:1;
  opacity: 1;
}
.banner-2.no-bg-img .banner-top { display: none; }


/* -------------------------------------------- Banner ----------------------------------------- */

.banner .pulse-video-icon:before {
	font-family: 'Pe-icon-7-stroke';
    content: "\e624";
    margin: 0 10px 0 0;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	padding: 0 3px 0 8px;
    background-color: #11ae4a;
    border-radius: 50%;
	border: 1px solid #fff;
    -webkit-animation: shadow-pulse 1s infinite;
    -moz-animation: shadow-pulse 1s infinite;
    -o-animation: shadow-pulse 1s infinite;
    animation: shadow-pulse 1s infinite;
    transition: all .3s ease-in-out;
	z-index: 5;
}

.banner .pulse-video-icon:hover:before {
    transform: scale(1.3);
    transition: all .3s ease-in-out;
}

@keyframes shadow-pulse {
0% {
    box-shadow: 0 0 0 0px rgba(17, 174, 74, 1);
}
100% {
    box-shadow: 0 0 0 35px rgba(254, 202, 45, 0);
}
}


.banner-header { padding: 40px; text-align: center; position: relative; z-index: 2;
	/*
-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
	*/
}
.banner-header h1 { font-size: 30px; color: #fff; text-transform: uppercase; margin: 0; letter-spacing: 8px; animation-delay: 1s; }

.page-template-home .banner { background-image: url(images/Ardent-Dental-Centar-page-banner-bg-transparent.svg); 
    background-position: top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	-webkit-animation: bg-anim 10s ease;
-moz-animation: bg-anim 10s ease;
-o-animation: bg-anim 10s ease;
animation: bg-anim 10s ease;
}
.banner-wrapper {
background: -moz-linear-gradient(50deg, rgb(0,82,122) 20%, rgb(38,204,179) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(50deg, rgb(0,82,122) 20%, rgb(38,204,179) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(50deg, rgb(0,82,122) 20%, rgb(38,204,179) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.banner { padding: 0; position: relative; margin: 0; overflow:hidden; 
background: -moz-linear-gradient(150deg, rgb(0,82,122) 20%, rgb(38,204,179) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(150deg, rgb(0,82,122) 20%, rgb(38,204,179) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(150deg, rgb(0,82,122) 20%, rgb(38,204,179) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.banner.fw { background: #436e89; }
.banner.fw .slider-bg-img.blur {
-webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity:0.5;
  opacity: 0.5;
}
.banner.fw .slider-bg-img:after {
  content: "";
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(50deg, rgba(20, 60, 89, 1) 10%, rgba(20, 60, 89, 0) 60%);
  background: -webkit-linear-gradient(50deg, rgba(20, 60, 89, 1) 10%, rgba(20, 60, 89, 0) 60%);
  background: linear-gradient(50deg, rgba(20, 60, 89, 1) 10%, rgba(20, 60, 89, 0) 60%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 4;
}
.banner-img { margin: 30px 40px; position: relative; z-index: 5; padding: 250px; overflow: hidden; background-position: 80% center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%; 
}
.banner img { margin: 0 auto; max-width: 100%; }
.banner.fw .banner-img { width: 45%; margin: 30px 0; padding: 250px 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity:0;
  opacity: 0;
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
  border-radius: 0;
}


.banner-top { position: absolute; top:0; height: 300px; width: 100%; z-index: 9;
background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 25%, rgba(0,0,0,0) 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 25%,rgba(0,0,0,0) 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 25%,rgba(0,0,0,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
}
.banner-top-white { position: absolute; top:0; height: 300px; width: 100%; z-index: 6;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,0) 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(255,255,255,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.banner-bottom { position: absolute; bottom:-2px; left:0; height: 300px; width: 100%; z-index: 6;
background: -moz-linear-gradient(bottom, rgba(0,0,0,0.3) 5%, rgba(0,0,0,0) 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.3) 5%,rgba(0,0,0,0) 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top, rgba(0,0,0,0.3) 5%,rgba(0,0,0,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
}
.banner-bottom-white { position: absolute; bottom:-2px; left:0; height: 200px; width: 100%; z-index: 6; display: none;
background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 5%,rgba(255,255,255,0) 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top, rgba(255,255,255,1) 5%,rgba(255,255,255,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.banner .bg-img {
position: absolute;
z-index:4;
top:0;
left:0;
right:0;
bottom:0;
	-webkit-transition: all 8s ease;
     -moz-transition: all 8s ease;
       -o-transition: all 8s ease;
      -ms-transition: all 8s ease;
          transition: all 8s ease;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
/*
-webkit-animation: shrink 8s;
-moz-animation: shrink 8s;
-o-animation: shrink 8s;
animation: shrink 8s;
*/
}
@keyframes shrink {
  0% {
  -moz-transform:scale(1.5); 
-webkit-transform:scale(1.5);
-o-transform:scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  }
  100% {
  -moz-transform:scale(1); 
-webkit-transform:scale(1);
-o-transform:scale(1);
  transform: scale(1);
  opacity: 0.4;
  }
}
/*
.banner:hover .bg-img {
  -moz-transform:scale(1.1); 
-webkit-transform:scale(1.1);
-o-transform:scale(1.1);
  transform: scale(1.1);
}
*/

.banner-mask {
position: absolute;
z-index:4;
top:0;
left:0;
right:0;
bottom:0;
background: #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

.banner-text { margin: 0 auto; padding: 120px 0 40px 0; display: flex; position: relative; z-index:7; color: #fff; text-align: left; max-width: 1300px; 
flex-direction: row-reverse;
	align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.banner.fw .banner-text {  max-width: 1800px; 
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-text.video { display: none; }
.banner-text p { color: #fff; margin: 0 0 10px 0; }
.banner-text a {
position: relative;
z-index: 7;
text-align: center;
display:inline-block;
cursor: pointer;
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
margin:10px auto 0 auto;
background-color: #11ae4a;
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px; 
  border-radius: 50px; 
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.banner-text a:hover { color: #fff; background: #1db592; }

.banner-text .text-box { display: block; max-width: 45%; padding: 40px 40px 60px 40px; margin: 0; text-align: left; }
.banner.fw .banner-text .text-box { width: 45%; }
.banner-text .text-box .animated { animation-delay: 2s; position:relative; z-index:7; }

.banner-text.center { padding: 8% 20px; text-align: center; }
.banner-text.center .text-box { width: auto; padding: 60px 0; text-align: center; float: none; }

.banner-text .text-box .rotate { display: inline-block; font-weight: 900; }
.banner-text .text-box img { display: inline-block; vertical-align: middle; width: auto; margin: 8px 20px 0 20px; max-width: 170px; }

.banner-text h1 { font-weight: 300; padding: 0 0 20px 0; font-size: 46px; color: #fff; display: block; letter-spacing: normal; margin:20px 0; text-transform: none; border-bottom: 3px solid #6db4e2;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.banner-text h1 strong { font-weight: 900; }

.banner-text h2, .banner-text p.h2 { font-weight: 700; line-height: 1.2; padding: 0 0 20px 0; font-size: 46px; color: #fff; display: block; letter-spacing: normal; margin:0 0 20px 0; text-transform: none; border-bottom: 3px solid #6db4e2;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.banner-text h2 strong { font-weight: 900; }

.banner-text h3, .banner-text p.h3 { font-weight: 400; font-size: 30px; margin: 0 0 20px; color: #fff; display: block; line-height: 1.2; letter-spacing: normal; animation-delay: 1s; }
.banner-text ul { list-style-type: none; padding:0 0 10px 35px; }
.banner-text ul li { padding: 5px 0 !important; min-height: 2px !important; line-height: 1.2; }
.banner-text ul li:before { font-family: 'Pe-icon-7-stroke'; content: "\e66c"; font-size: 26px; vertical-align: middle; margin-right:10px; margin-left: -35px; line-height: 1; }

.banner-text .bg-img {
/* 
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+49,0.65+100 */
background: -moz-linear-gradient(45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.slider-bg-img {
position: absolute;
z-index:4;
top:0;
left:0;
right:0;
bottom:0;

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
	
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* -------------------------------------------- Testimonials Page ----------------------------------------- */

.testimonials-container { max-width: 1200px; margin: 0 auto; padding: 4% 6%; position:relative; }
.testimonials-box { border-top: 1px solid #dbdbdb; padding: 40px 0 10px 0; }
.testimonials-box:first-child { border: none; }
.testimonials-box img { width: 150px; margin: 10px; float: left;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%; 
}
.testimonials-box .text-box { padding: 10px 0 10px 200px; margin: 0 auto; font-style: italic; }

/* -------------------------------------------- Slider ----------------------------------------- */

.banner .slick-slide .slide { }

.slick-slider.variable p { margin: 0; }
.slick-slider.variable img { height: 500px; width: auto; border: 1px solid #fff; }

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 48%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background: transparent;
	z-index: 5;
}
.slick-prev:before, .slick-next:before { font-family: 'Pe-icon-7-stroke'; color: inherit; font-size: 50px; }
.slick-prev { left: 10px; }
.slick-prev:before { content:'\e686'; }
.slick-next { right: 10px; }
.slick-next:before { content:'\e684'; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: #ccc; }
.slick-dots { right: 0; left: 0; }
.slick-dots li.slick-active button:before, .slick-dots li button:before {  }


/* -------------------------------------------- Reviews slider ----------------------------------------- */

.reviews-wrapper { max-width: 1300px; margin: 0 auto !important; padding: 0 20px; }
.reviews { margin: 0 auto !important; }
.reviews-title { margin: 0 auto; padding: 20px; text-align: center; font-size: 28px; }
.reviews .review-image { display: inline-block; margin: 0 15px 0 0; height: 50px; width:50px; vertical-align: middle; background: #eef2f8;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%; 
}
.reviews .no-img { display: block; margin: 10px auto; text-align: center; font-size: 60px; }
.reviews p { max-width: 800px; margin: 10px auto; font-style: italic; font-size: 14px; }
.reviews p.name { font-weight: 700; display: inline-block; vertical-align: middle; line-height: 1.3; }
.reviews .slick-prev, .reviews .slick-next { color: #627290; background: rgba(255,255,255,0.5);
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%; 
}
.reviews .slick-prev { left: -60px; }
.reviews .slick-next { right: -60px; }
.reviews .slick-slide { padding: 20px 40px; margin: 20px; background: #fff; }

/* -------------------------------------------- Services slider ----------------------------------------- */

.services .slick-prev, .services .slick-next { color: #627290; background: rgba(255,255,255,0.5); 
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%; 
}
.services .slick-prev { left: -60px; }
.services .slick-next { right: -60px; }


/* --------------------------------------------------- COL BOX --------------------------------------------------- */

.col-2, .col-3, .col-4 { float:left; }

.col-4 { width: 25%; }
.col-3 { width: 33.33%; }
.col-2 { width: 50%; }


/* --------------------------------------------------- Grey google map  --------------------------------------------------- */

.map { overflow: hidden; height: 440px; }

.grey-map {
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}


/* --------------------------------------------------- Google map  --------------------------------------------------- */

.google-map { padding: 0; margin: 0 auto; max-width: 100%; }
.google-map iframe { width: 100% !important; }

#bgmp_map-canvas { max-width: 100%; }
#bgmp_map-canvas p { font-size: 14px !important; }


/* -------------------------------------- CONTAINER --------------------------------------- */

.container-home { position: relative; max-width: 1300px; margin: 0 auto; padding: 0; }
.container-narrow { max-width: 1000px; padding: 50px 20px; margin: 0 auto; }
.container-no-fluid { position: relative; margin: 0 auto; padding: 0 40px; max-width: 1300px; }
.container-no-fluid.products-all { padding: 50px 0; }

.container-fluid { position: relative; }
.container-fluid .text-block { float:left; padding: 60px 40px; width: 35%; background: #fff; position: relative; }
.container-fluid .image-block { float:right; padding: 0; width: 65%; position: absolute; top:0; right:0; bottom:0;}
.container-fluid .image-block .bg-img {
position: absolute;
z-index:4;
top:0;
left:0;
right:0;
bottom:0;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.container { padding: 50px 40px; max-width: 1300px; margin: 0 auto !important; }
.container.center { text-align: center; }

.reference ul { margin: 0; padding: 0; text-align: center; list-style-type: none; }
.reference ul li { max-width: 130px; display: inline-block; padding: 20px; vertical-align: middle;}

.page-title { position: relative; display:block; text-align: center; margin: 0 auto; padding: 100px 40px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.page-title h1 { color: #fff; font-size: 70px; text-align: center; padding: 0; margin: 0 auto;  display: inline-block; font-weight: 400; position: relative; z-index:5; }
/*
.page-title h1::after {
    background: #de353c none repeat scroll 0 0;
    bottom: -20px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    width: 80px;
transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-sand-transform: translateX(-50%);
}
*/



/* --------------------------------------------------- Title BOX --------------------------------------------------- */

.banner-2 .no-title { padding: 45px; }
.title-box { padding: 20% 40px 40px 40px; position: relative; z-index: 8; max-width: 1300px; margin: 0 auto; }
.no-bg-img .title-box {  }
.title-box.small { padding: 170px 40px 40px 40px; }
.title-box.small a { color: #fff; font-weight: 400; }
.title-box h1 { font-size: 60px; color:#fff; margin: 0 auto; padding-bottom: 15px; border-bottom: 3px solid #fff; }
.title-box h2 { font-size: 40px; font-weight: 400; color:#fff; }
.title-box h3 { font-size: 24px; font-weight: 400; color:#fff; }
.title-box p { font-size: 20px; margin: 10px 0; color:#fff; }

.single-post .title-box h1 { font-size: 40px; }
.single-post .title-box p { font-size: 18px; }

.title-box .icon img { margin: 0 auto; display: block; height:60px; }
.title-box .icon { padding: 0; display: block; width: 120px; background: #fff; margin-bottom: 15px;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%;
/*
-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
*/
}




/* --------------------------------------------------- Heading BOX --------------------------------------------------- */


.heading-box { text-align: center; padding: 50px; 
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.heading-box h1 { font-size: 50px; font-weight: 400; color:#202020; line-height: 1.2; max-width: 880px; margin: 10px auto; }
.heading-box h2 { font-size: 36px; font-weight: 400; color:#202020; margin: 20px auto 30px auto; max-width: 880px; }
.heading-box h2:after { content: ''; width: 100px; height: 5px; background: #6db4e1; margin: 20px auto 0 auto; display: block; }
.heading-box h3 { font-size: 24px; font-weight: 400; color:#202020; max-width: 880px; }
.heading-box p { font-size: 18px; max-width: 880px; margin: 20px auto; }
.heading-box .button { font-size: 24px; padding: 20px 30px; }

.heading-box img.icon, .heading-box img.size-icon { margin: 0 auto; display: block; width:64px; }


/* --------------------------------------------------- List BOX --------------------------------------------------- */


.list-box ul { text-align:left; display:inline-block; margin: 0; padding: 20px 5px 0 35px; list-style-type: none; }
.list-box ul li { padding: 5px 0; }
.list-box ul li:before { font-family: 'Pe-icon-7-stroke'; content: "\e66c"; font-size: 30px; vertical-align: middle; margin: -10px 10px 0 -40px; float: left; }


/* --------------------------------------------------- Team BOX --------------------------------------------------- */

.team-wrapper { background: #e9edf3; }

.team-wrapper h2 { margin: 20px auto 30px auto; max-width: 880px; font-size: 32px; padding: 0 10px; }
.team-wrapper h2:after { content: ''; width: 100px; height: 2px; background: #6db4e1; margin: 20px auto 0 auto; display: block; }

.team-box { display: inline-block; vertical-align: top; padding: 15px 20px; max-width: 260px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.team-box .inner-box { }
.team-box a { display: block; color:#1c212a; }
.team-box h3 { margin: 10px 0 5px 0; font-size: 20px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.team-box:hover h3, .team-box .active h3 { color:#6db4e1; }
.team-box p { font-weight: normal; margin: 0; font-size: 14px; }
.team-box .ac-target p { text-align: left !important; font-size: 14px; margin: 10px 0; }
.team-box img { display: block; margin: 0 auto; width: 250px; border: 3px solid transparent; padding: 5px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%;
}
.team-box:hover img, .team-box .active img {
	padding:10px;
	border: 3px solid #6db4e1;
-moz-transform:scale(0.9); 
-webkit-transform:scale(0.9);
-o-transform:scale(0.9);
  transform: scale(0.9);
}



/* --------------------------------------------------- Single Team --------------------------------------------------- */

.single-team-banner { padding: 150px 0; }
.single-team.container { margin-top: -220px !important; position: relative; z-index: 5; }
.single-team .text-box { float: right; width: 50%; padding: 200px 0 40px 0; }
.single-team .text-box .year { display: block; }
.single-team .text-box ul, .single-team .text-box ol { border-left: 2px solid #6db4e1; padding: 0 0 0 30px; }
.single-team .fixed-img { float: left; width: 45%; padding: 20px 20px 0 20px; }
.single-team h1 { border-bottom: 2px solid #6db4e1; padding-bottom: 10px; }


/* --------------------------------------------------- Examples --------------------------------------------------- */

.examples-box { padding: 0 0 1px 0; margin:1%; position: relative; width: 47%; max-width: 600px; display: inline-block; vertical-align: top; background: #fff; }
.examples-box p { font-size: 18px; padding: 0 10px; }


/* --------------------------------------------------- Services --------------------------------------------------- */

.home-boxes .service-link a { color: #fff; font-weight: 700; margin:0; padding: 10px 0; }
.home-boxes .service-link:hover a { color: #6db4e1; }

.services { text-align: center; position: relative;}
.services h1 { margin: 20px auto 30px auto; max-width: 880px; font-size: 32px; padding: 0 10px; }
.services h1:after { content: ''; width: 100px; height: 2px; background: #fff; margin: 20px auto 0 auto; display: block; }

.services h2 { margin: 20px auto 30px auto; max-width: 880px; font-size: 32px; padding: 0 10px; }
.services h2:after { content: ''; width: 100px; height: 2px; background: #fff; margin: 20px auto 0 auto; display: block; }

.service-box { display: inline-block; vertical-align: top; padding: 30px; text-align: center; width: 24%;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.service-box ul { display: inline-block; }
.service-box a { display: block; }
.service-box h3 { margin: 15px auto; max-width: 230px; font-size: 18px; 
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.service-box a { color: #fff; }
.service-box:hover h3, .service-box .active h3 { color:#4fbab4; }
.service-box p { color: #222; font-weight: 300; margin: 0; }
.service-box .ac-target p { text-align: left !important; font-size: 14px; margin: 10px 0; }
.service-box img { display: block; margin: 0 auto; border: 8px solid transparent; width: 150px; background: #fff; background: rgba(255,255,255,1);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%;
}
.service-box:hover img, .service-box .active img {
	background: #fff;
	border: 5px solid #fff;
-moz-transform:scale(0.9); 
-webkit-transform:scale(0.9);
-o-transform:scale(0.9);
  transform: scale(0.9);
}
/*
.service-box .inner-box:after { content: 'Learn More'; font-size: 12px; }
.service-box .inner-box.active:after { content: 'Close'; }
*/

/* --------------------------------------------------- Single Service --------------------------------------------------- */

.single-service .list-block { border-bottom: 1px solid #cfd9e6; margin-bottom: 30px; padding-bottom: 10px; font-weight: 600; }

.single-service h2, .left-line { border-left: 4px solid #6db4e1; padding-left: 15px; }

.services-list { list-style-type: none; padding: 0; margin: 0; }
.services-list li { padding: 5px 0; border-top: 1px solid #cfd9e6; }
.services-list li a { display: block; color: #1c212a; 
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px; 
  border-radius: 50px;
}
.services-list li a img { display: inline-block; width: 15%; vertical-align: middle; background: #f1f1f1;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.services-list li a:hover { background: #e9edf3; }
.services-list li a:hover img { background: #cfd9e6; }
.services-list .text { display: inline-block; width: 83%; vertical-align: middle; line-height: 1; padding: 0 0 0 10px; }


/* --------------------------------------------------- Prices --------------------------------------------------- */

.page-template-prices-page table { width: 100%; text-align: left; margin-bottom: 20px; font-size: 14px; }
.page-template-prices-page table .price { width: 150px; }
.page-template-prices-page .container img.alignnone {
    max-width: 56px;
    box-sizing: border-box;
    margin: 0 5px 0 0;
    padding: 0;
    background: #f7f7f7;
	display: inline-block;
	vertical-align: middle;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%;
	
}
.page-template-prices-page table tr:nth-child(odd) {
    background: #f9f9f9;
}
.page-template-prices-page table tr td:last-child { font-weight: 600; text-align: right; }
.page-template-prices-page table tr:last-child td { text-align: center; }
.page-template-prices-page .container h3 { background: #cfd9e6; margin: 10px auto; padding: 5px; font-size: 18px; font-weight: 400;
	-webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.page-template-prices-page .container .col-2 { padding: 0 10px; }


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


.content { padding: 5% 30px 3% 30px; margin: 0 auto; max-width: 1024px; }
.content h1 { font-size: 50px; font-weight: 400; color:#202020; }
.content h2 { font-size: 30px; font-weight: 400; color:#202020; }
.content h3 { font-size: 26px; font-weight: 700; color:#202020; }
.content h4 { font-size: 22px; font-weight: 400; color:#202020; }

.content ul li, .content ol li { font-size: 16px; line-height: 1.5; font-weight: 400; padding: 7px 0; 
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.text-block { padding: 6% 0; }
.text-block-2 { padding: 0 6%; }


/* --------------------------------------------------- FAQ --------------------------------------------------- */


.faq { padding: 0; margin: 0 auto; }
.faq h1 { font-size: 50px; font-weight: 700; color:#11ae4a; }
.faq h2 { font-size: 40px; font-weight: 700; color:#11ae4a; }
.faq h3 { font-size: 24px; font-weight: 900; color:#202020; margin-top:50px; }

.faq-search { padding: 50px 20%; margin: 0 auto; text-align:center; }
.faq-search p { font-size: 18px; margin: 20px 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.faq-search .search-form { position:relative; }
.faq-search .search-form label { display:none; }
.faq-search .search-form input { border:1px solid #f1f1f1 !important; outline:none !important; margin:0 !important; padding: 10px 20px; font-size: 20px; display: inline-block; width: 100%; vertical-align: middle; background: #fff; }
.faq-search .search-form input:focus { border:1px solid #11ae4a; }
.faq-search .search-form button { background: #fff; border: none; color: #999; display: inline-block; vertical-align: middle; font-size: 28px; padding: 10px 10px 0 10px; position: absolute; top:1px; right:1px; cursor:pointer;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.faq-search .search-form button:hover { color: #11ae4a; }


.faq-list ul { text-align:center; display:inline-block; margin: 10px 0; padding: 30px 0 20px 130px; list-style-type: none; max-width: 1200px;}
.faq-list ul li { box-sizing: border-box; text-align:left; font-size: 18px !important; vertical-align:top; display: block; margin: 0 auto; padding: 10px 5px; line-height: 1.2; cursor:pointer;}
.faq-list ul li:before { font-family: 'Pe-icon-7-stroke'; content: "\e623" !important; font-size: 30px; vertical-align: middle; margin: -5px 10px 0 -45px !important; float:left; }
.faq-list ul li.active:before { content: "\e681" !important; color: #11ae4a; }
.faq-list ul li p { font-size: 16px !important; display:none; line-height: 1.5 !important; margin-top: 20px;}
.faq-list.white p { color: #fff; }


/* --------------------------------------------------- boxes --------------------------------------------------- */


.boxes {position:relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.boxes .top-text {padding: 3% 5% 5% 5%; border-bottom: 1px solid #dcdcdc;}
.boxes .top-text img {margin:0 auto 30px auto; display:block; max-width: 45%;}

.boxes .img-box {margin:0; padding:0; display:block; position: relative;}
.boxes .img-box.bg-img { position:absolute; top:0; bottom:0; right:0; 
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.boxes .text-box { margin:0; display:block; height: auto; padding-right: 30px; text-align: left; }
.boxes .text-box .inner-box { padding: 0; margin:0 auto; position: relative;}

.boxes.right .text-box {float:right; }
.boxes.right .img-box.bg-img { left: 0;}

/* --------------------------------------------------- SCROLLER --------------------------------------------------- */


.scroller-wrapper { min-height: 100%; width: 100%; position:relative; z-index:5;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.scroller { height: 100%; width: 100%; position:relative; background: #fff;}

.scroller-wrapper .scroller-title { color: #333; position: fixed; top: 0; left: 30px; text-align:center; opacity: 0; z-index:3; padding-top: 120px; 
width: -webkit-calc(40% - 25px);
width: -moz-calc(40% - 25px);
width: calc(40% - 25px);
/*  -webkit-transition: opacity 0.5s ease;
     -moz-transition: opacity 0.5s ease;
       -o-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;
*/
}

.scroller-sidebar { width:40%; height: 100%; float: left; background-size: cover; background-position: center center; background-attachment: scroll; background-repeat:no-repeat; opacity: 0; z-index:2;
  -webkit-transition: opacity 0.5s ease;
     -moz-transition: opacity 0.5s ease;
       -o-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;
}
.scroller.active .scroller-sidebar, .scroller.first .scroller-sidebar { opacity: 1 !important; }

.scroller-content-bg { width:100%; height: 100%; background-size: cover; background-position: center center; background-attachment: scroll; background-repeat:no-repeat; opacity: 0; z-index:2; position: relative; top:0; bottom:0; right:0; 
  -webkit-transition: opacity 0.8s ease;
     -moz-transition: opacity 0.8s ease;
       -o-transition: opacity 0.8s ease;
      -ms-transition: opacity 0.8s ease;
          transition: opacity 0.8s ease;
}
.scroller.active .scroller-content-bg, .scroller.first .scroller-content-bg { opacity: 1 !important; }

.scroller-content { position: absolute; top:0; bottom:0; left:0; z-index:9; color: #fff; width:40%; height: 100%; overflow: auto; float: left; padding: 10% 5%; background-color: rgba(0, 0, 0, 0.3); }

.scroller-wrapper.stuck .scroller-sidebar { height: 100%; float: left; position: fixed; top:100px; bottom:0; background-repeat:no-repeat; 
/*
left:30px;
width: -webkit-calc(40% - 25px);
width: -moz-calc(40% - 25px);
width: calc(40% - 25px);
*/
}
.scroller-wrapper.stuck .scroller-content-bg { height: 100%; position: fixed; top:95px; bottom:0; 
/*
right:30px; 
width: -webkit-calc(60% - 35px);
width: -moz-calc(60% - 35px);
width: calc(60% - 35px);
*/
}
.scroller-wrapper .scroller-title h1 { font-size: 32px; font-weight: 300; }
.scroller-wrapper.stuck .scroller-title { opacity: 1; position: fixed;
/*
left: 30px; 
width: -webkit-calc(40% - 25px);
width: -moz-calc(40% - 25px);
width: calc(40% - 25px);
*/
}

.scroller-content h2 { color: #fff; font-size: 40px; font-weight: 300; }
.scroller-content p { color: #fff; font-size: 20px; }



/* --------------------------------------------------- GALLERY --------------------------------------------------- */


.gallery-wrapper { background: #e9edf3; }

.gallery-wrapper h2 { margin: 20px auto 30px auto; max-width: 880px; font-size: 32px; padding: 0 10px; }
.gallery-wrapper h2:after { content: ''; width: 100px; height: 2px; background: #6db4e1; margin: 20px auto 0 auto; display: block; }

.gallery-box { display: inline-block; vertical-align: top; padding: 15px; max-width: 300px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.gallery-box .inner-box { }
.gallery-box a { display: block; color:#1c212a; }
.gallery-box h3 { margin: 10px 0 5px 0; font-size: 20px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.gallery-box:hover h3, .team-box .active h3 { color:#6db4e1; }
.gallery-box p { font-weight: normal; margin: 0; font-size: 14px; }
.gallery-box .ac-target p { text-align: left !important; font-size: 14px; margin: 10px 0; }
.gallery-box img { display: block; margin: 0 auto; width: 100%; border: 3px solid transparent; padding: 5px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%;
}
.gallery-box:hover img, .team-box .active img {
	padding:10px;
	border: 3px solid #6db4e1;
-moz-transform:scale(0.9); 
-webkit-transform:scale(0.9);
-o-transform:scale(0.9);
  transform: scale(0.9);
}

.wp-block-gallery .blocks-gallery-item { padding: 0; }
.wp-block-gallery .blocks-gallery-item a:hover {
-moz-transform:scale(0.95); 
-webkit-transform:scale(0.95);
-o-transform:scale(0.95);
  transform: scale(0.95);
}

/* --------------------------------------------------- GALLERY wp --------------------------------------------------- */

.flexbox-gallery { padding: 5px 30px; margin: 0 auto; max-width: 1024px; }
.flexbox-gallery p { margin: 0; }
.flexbox-gallery img { margin: 0 !important; padding: 0 !important; }

#slb_viewer_wrap .slb_theme_slb_black .slb_data_title { display: none !important; }

.gallery { padding: 0 0 15px 0; margin: 0 auto; width: 100%; }

.gallery-item .gallery-caption { display:none !important; }

.gallery-item {
float: none !important;
padding:5px;
box-sizing: border-box;
    margin: 0 !important;
    display: inline-block !important;
	vertical-align: top;
    height: auto !important;
}
.gallery-item dt.gallery-icon { margin:0; padding:0; border: none; background: url(images/plus.png) center no-repeat #fff; background-size: 20%; }
.gallery-item img {
width:100%;
height:auto;
    border: none !important;
    padding: 0;
    display: block !important;
    background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
	-moz-transition: all 0.2s ease; /* FF3.7+ */
	-o-transition: all 0.2s ease; /* Opera 10.5 */
	-webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
	transition: all 0.2s ease;
}

.gallery-item img:hover {
width:100%;
height:auto;
/*
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
*/
	zoom: 1;
  -moz-transform:scale(0.95); 
-webkit-transform:scale(0.95);
-o-transform:scale(0.95);
  transform: scale(0.95);
z-index: 999;

}

.gallery br { display: none !important; }


/*------------------------------------------  SIDEBAR  -------------------------------------*/


#sidebar.sidebar-blog { float: right; width: 32%; padding: 20px 10px; margin: 0; border: 1px solid #cfd9e6; border-top: 4px solid #cfd9e6; }
#sidebar.sidebar-services { float: right; width: 32%; padding: 10px 25px; margin: 0; border: 1px solid #cfd9e6; border-top: 4px solid #cfd9e6; }
#sidebar.sidebar-services h3 { font-size: 20px; }


.sidebaritem { padding: 10px 20px; margin: 0; display:block; }
.sidebaritem h3 { padding: 0 0 0 8px; border-left: 3px solid; margin:0; display: block; color: #11ae4a; font-size: 18px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.sidebaritem h6 { padding: 0 0 0 8px; border-left: 3px solid; margin:0; display: block; color: #6db4e1; font-size: 18px; font-weight: 400; }
.sidebaritem.sticky-post h4, .sidebar-services .sticky-post h4 { margin-bottom: 10px; border-bottom: 1px solid #ccc; padding-bottom: 20px; }
.sidebar-services .sticky-post h4 { margin-bottom: 30px; }
.sidebaritem.sticky-post img, .sidebar-services .sticky-post img { padding-bottom: 10px; width: 100%; 
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.sidebaritem.sticky-post img:hover, .sidebar-services .sticky-post img:hover {
-moz-transform:scale(0.9); 
-webkit-transform:scale(0.9);
-o-transform:scale(0.9);
  transform: scale(0.9);
}

#sidebar .headroom { padding-top: 0;
  -webkit-transition: all 0.7s ease;
     -moz-transition: all 0.7s ease;
       -o-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
          transition: all 0.7s ease;
}
.sticky { }
.sticky-active #sidebar .headroom--pinned { padding-top: 120px !important; }

.sidebaritem ul { list-style-type: none; padding: 10px 0; margin:0; }
.sidebaritem ul li { padding: 10px 0 10px 20px; border-top: 1px solid #ccc; }
.sidebaritem ul li a { color: #1c212a; display: block;  font-size: 15px; font-weight: 400;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.sidebaritem ul li:last-child { border-bottom: 1px solid #ccc; }
.sidebaritem ul li a:hover { color: #11ae4a; }
.sidebaritem ul li a:before {
   font-family: FontAwesome;
   content: "\f105";
   margin-right: 10px;
   font-size: 13px;
	margin-left: -15px;
}

.tagcloud { padding: 10px 0; }
.tagcloud a { padding: 5px 10px; background: #ededed; display: inline-block; margin: 2px 1px; font-size: 13px !important; color: #202020; font-weight: 400;
  -webkit-transition: all 0.3s ease;
 -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
}
.tagcloud a:hover { background: #11ae4a; color: #fff; }

/* -------- Popular posts --------- */

.wtpsw-post-li a:before { display: none; }
.wtpsw-post-li { border-bottom: none !important; }
.sidebaritem .wtpsw-post-items .wtpsw-post-li { padding: 5px 0 !important; }
.sidebaritem ul li.wtpsw-post-li:last-child { border-bottom: 1px solid #ccc !important; }
.wtpsw-post-thumb-right { vertical-align: middle !important; padding: 5px 10px; }
.wtpsw-post-thumb-left { vertical-align: middle !important; }


/* ------------------------------------------ INFO ---------------------------------------------- */

.info-wrapper { background: #fff; padding: 0; text-align: center; max-width:1220px; margin: -50px auto 0 auto; position: relative; z-index:8;
	-moz-transition: all 0.3s ease; /* FF3.7+ */
	-o-transition: all 0.3s ease; /* Opera 10.5 */
	-webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
}
.info-wrapper .icon-block { display: inline-block; vertical-align: top; padding: 40px 10px; border-right: 1px solid #cfd9e6; width:33%;
	-moz-transition: all 0.3s ease; /* FF3.7+ */
	-o-transition: all 0.3s ease; /* Opera 10.5 */
	-webkit-transition: all 0.3s ease; /* Saf3.2+, Chrome */
	transition: all 0.3s ease;
}
.info-wrapper .icon-block:last-child { border: none; }
.info-wrapper .icon-block:hover, .info-wrapper .icon-block.active { background: #eef2f8; }
.info-wrapper .icon-block a { color: #1c212a; }
.info-wrapper .icon-block a:hover, .info-wrapper .icon-block:hover a { color: #11ae4a; }
.info-wrapper .icon-block p { display: inline-block; vertical-align: middle; padding: 0 5px; margin: 0 auto; }
.info-wrapper .icon-block i { float:left; font-size: 41px; padding: 15px; background: #eef2f8; 
 -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%;
}
.info-wrapper .icon-block:hover i, .info-wrapper .icon-block.active i { background: #fff; }
.info-wrapper .icon-block .text { text-align: left; }


/* --------------------------------------------------- BLOG --------------------------------------------------- */


.blog-container { margin: 0 auto; padding: 0; float: left; width: 65%; }
.blog-container-2 { margin: 0 auto; width: 75%; padding: 30px 20px 30px 0; float: right; border-right: 1px solid #ccc; }
.heading-blog h1 { text-align: center; padding: 0 0 40px 0; font-weight: 400; margin: 0; }

.news-home h2 { margin: 20px auto 30px auto; max-width: 880px; font-size: 32px; padding: 0 10px; }

.post-box { padding: 0; margin:1%; position: relative; width: 47%; display: inline-block; vertical-align: top;
-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.post-box:hover { }
.post-box .img-box { width: 37%; margin-right: 3%; background: #008ae4; float: left; }
.post-box .img-box img { width: 100%; height: auto;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.post-box:hover .img-box img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.post-box .img-box .bg-img {
background-position: center;
position: absolute;
z-index:4;
top:0;
left:0;
right:0;
bottom:0;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.post-box .img-box:hover .bg-img {
  -moz-transform:scale(1.1); 
-webkit-transform:scale(1.1);
-o-transform:scale(1.1);
  transform: scale(1.1);
}
.post-box .text-box { width: 60%; padding: 8px; float: left; border-top: 3px solid #cfd9e6; text-align: left; }
.post-box .text-box.no-img { width: 100%; }
.post-box .text-box a h3, .post-box .text-box a p  { }
.post-box .text-box h1 { color: #11ae4a; font-size: 30px; margin:0 0 15px; line-height: 1.1; text-transform: uppercase; font-weight: 400;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.post-box .text-box h3 { letter-spacing: normal; text-transform: none; font-size: 20px; margin-bottom: 10px;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.post-box a:hover h3 { color: #6db4e1; }
.post-box .text-box h3:hover { color: #6db4e1; }
.post-box .text-box p { margin: 10px 0; line-height: normal; font-size: 14px; font-weight: 400; color: #627290; }

.post-box .text-box .read-more { font-size: 14px; color: #fff; font-weight: 700; margin: 15px 0 10px 0; padding: 5px 5px 5px 10px; background: #6db4e1; display: inline-block;
 -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
}
.post-box .text-box .read-more:after { font-family: 'Pe-icon-7-stroke'; content: "\e684"; font-size: 20px; vertical-align: middle; margin-left:0; 
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.post-box .text-box .read-more:hover { background: #11ae4a; }
.post-box .text-box .read-more:hover:after { margin-left:7px; }

.post-box .meta { font-size: 12px; top: 15px; left: 15px; border-top: 1px solid #cfd9e6; }
.post-box .meta span.cat .fa, .post-box .meta span.tag .fa, .post-box .meta span.small-date .fa { margin-right: 5px; display:inline-block; }
.post-box .meta span.cat a, .post-box .meta span.small-date, .post-box .meta span.tag a { display:inline-block; padding: 0; margin: 0; color: #627290; }
.post-box .meta span.tag, .post-box .meta span.cat, .post-box .meta span.small-date { display:inline-block; margin: 5px 5px 0 0; padding: 3px 6px 3px 0; color: #627290; }


/* --------------------------------------------------- post-box-home --------------------------------------------------- */

@media screen and (min-width: 600px) {

.news-home .container { padding: 40px; }
.post-box.home { width: 22%; max-width: 300px; border-bottom: 4px solid #cfd9e6; }
.post-box.home:hover { border-bottom: 4px solid #6db4e2; }
.post-box.home .img-box { width: 100%; margin: 0; float: none !important; }
.post-box.home .text-box { width: 100%; margin: 0; float: none !important; border-top: none; min-height: 220px; padding: 8px 15px; background: #fff; text-align: center; }

.post-box.home .text-box h3 { font-size: 16px; }
	
.post-box.home.sticky-post { border-bottom: 4px solid #1db592; }

	
/*
.post-box.home.sticky-post .text-box { background: #0b5072; }
.post-box.home.sticky-post .text-box h3 { color: #1db592; }
.post-box.home.sticky-post .text-box a { color: #cfd9e6; }

*/

}
	
/* --------------------------------------------------- post-box search --------------------------------------------------- */

.search-container { padding: 20px; }
.post-box.search { background-image: none; margin: 1% ; width: 47%; display: inline-block; vertical-align: top; min-height: 10px; float: none; }
.post-box.search .img-box { width: 40% !important; max-width: 200px; float:left !important; margin-right: 20px; }
.post-box.search .img-box img { max-width: 100%; min-height: 10px; height: auto; left:0; }
.post-box.search .text-box { padding: 10px !important; text-align: left !important; background: none; }
.post-box.search .text-box.no-img { width: 100%  !important; }


/* --------------------------------------------------- post date --------------------------------------------------- */

.post-box .date .day { font-size: 26px; padding: 0;}
.post-box .date .month { text-transform: uppercase; margin: 0; padding: 0; font-size: 13px; }
.post-box .date .year { padding: 0; margin: 0; font-size: 13px; }

.post-box .date { margin: -45px 0 0 -45px; padding: 20px 0; display: block; width: 90px; height: 90px; background: #fff; position: absolute; top: 50%; left: 50%; z-index: 5; text-align: center; line-height: 1;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%;
-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.box-3, .box-4, .box-7, .box-8, .box-11, .box-12, .box-15, .box-16, .box-19, .box-20, .box-23, .box-24, .box-27, .box-28 { text-align: right; }
.box-3 .img-box, .box-4 .img-box, .box-7 .img-box, .box-8 .img-box, .box-11 .img-box, .box-12 .img-box, .box-15 .img-box, .box-16 .img-box, .box-19 .img-box, .box-20 .img-box, .box-23 .img-box, .box-24 .img-box, .box-27 .img-box, .box-28 .img-box { float: right; }
.box-3 .date, .box-4 .date, .box-7 .date, .box-8 .date, .box-11 .date, .box-12 .date, .box-15 .date, .box-16 .date, .box-19 .date, .box-20 .date, .box-23 .date, .box-24 .date, .box-27 .date, .box-28 .date { right: 0; left:initial; }

.post-box.even .text-box { float: left; }
.post-box.even .img-box { right: 0; left: inherit; }
.post-box.even .date { }

#infscr-loading { text-align: center; width: 100% !important; clear: both; font-size:14px; position: absolute; bottom: 10px; }
#infscr-loading img { display:inline-block; max-width: 80px; }

.page-navigation { margin: 0 10px; }
#page-nav a { text-align: center; padding: 6px 15px; margin-top: 20px; background: #cfd9e6; color: #1c212a; display: block;
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px; 
  border-radius: 50px;
}
#page-nav a:hover { background: #11ae4a; color: #fff; }
#page-nav.nav-prev { float: left; }
#page-nav.nav-next { float: right; }




/* --------------------------------------------------- BLOG-SINGLE --------------------------------------------------- */


.single-post .heading-box { padding: 50px 10px; margin: 0 auto; max-width: 840px; position: relative; }
.single-post .featured-img { padding: 0 0 10px 0; margin: 0 auto; width: 100%; }

.single-post .meta { }
.single-post .meta span.cat .fa, .single-post .meta span.tag .fa, .single-post .meta span.small-date .fa { margin-right: 5px; display:inline-block; }
.single-post .meta span.cat a, .single-post .meta span.small-date, .single-post .meta span.tag a { display:inline-block; padding: 0; margin: 0 5px 0 0; }
.single-post .meta span.tag, .single-post .meta span.cat, .single-post .meta span.small-date { display:inline-block; margin: 0 20px 5px 0; }

.single-content { padding: 0; width: 65%; margin: 0; background: #fff; float: left; }

.single-content .image-box { position: relative; margin-bottom: 30px; }
.single-content .text-box { }
.single-post ul.list-block, .single-content .text-box ul { text-align:left; display:inline-block; margin: 0; list-style-type: none; }
.single-content .text-box .list-block ul { padding: 0 0 20px 0; }
.single-post ul.list-block { padding-bottom: 20px; }
/*.single-post ul.list-block li, .single-content .text-box ul.wp-block-list li { padding: 6px 0; }*/
.single-post ul.list-block li:before, .single-content .text-box ul.wp-block-list li:before { font-family: 'Pe-icon-7-stroke'; content: "\e66c"; font-size: 24px; vertical-align: middle; margin: -6px 10px 0 -30px; float: left; color: #6db4e1; font-weight: bold; }
.single-post ul.list-block.wrong li:before { content: "\e681"; color: #d93025; }
.single-content .text-box h1 { font-weight: 900; border-bottom: 1px solid #ccc; padding-bottom: 10px; }

.related-posts { padding: 20px 30px; line-height: 1; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
.related-posts h3 { margin: 0 0 10px 0; font-size: 16px; }
.related-posts a { padding: 4px 20px 4px 0; display:block;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.related-posts a:hover { padding: 4px 0 4px 20px; text-decoration:none; font-weight: bold;}
.related-posts a:before {
   font-family: FontAwesome;
   content: "\f101";
   margin-right: 10px;
text-decoration:none !important;
}

.post-nav { margin: 20px 0 0 0;  font-weight: 400; background: #e9edf3; 
  -webkit-border-radius: 80px; 
  -moz-border-radius: 80px; 
  border-radius: 80px;
}
.post-nav span { display: inline-block; vertical-align: middle; width: 68%; }
.post-nav img { width: 30%; display: inline-block; vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.post-prev, .post-next { padding: 0; margin: 0; display: block; float: left; width: 50%; position:relative;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.post-prev { border-right: 1px solid #afbdd0; float: left; }
.post-next { text-align: right; float: right; }
/*
.post-next span a:before {
font-family: 'Pe-icon-7-stroke';
content: "\e685";
font-size: 28px;
display: block;
margin-bottom: 5px;
color: #444;
}
.post-prev span a:before {
font-family: 'Pe-icon-7-stroke';
content: "\e687";
font-size: 28px;
display: block;
margin-bottom: 5px;
color: #444;
}
*/
.post-prev span a, .post-next span a { padding: 10px; margin: 0; line-height:1.2; display:block; color: #1c212a; }
.post-next a { padding: 0; }
.post-prev:hover, .post-next:hover { }
.post-prev a:hover, .post-next a:hover { text-decoration:none; color: #11ae4a; }


/* --------------------------------------------------- single date --------------------------------------------------- */

.single-post .date .day { font-size: 26px; padding: 0;}
.single-post .date .month { text-transform: uppercase; margin: 0; padding: 0; font-size: 13px; }
.single-post .date .year { padding: 0; margin: 0; font-size: 13px; }

.single-post .date { margin: 0  0 -45px -45px; padding: 20px 0; display: block; width: 90px; height: 90px; background: #fff; position: absolute; bottom: 0; left: 50%; z-index: 5; text-align: center; line-height: 1;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%;
-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* --------------------------------------------------- Social sharing --------------------------------------------------- */

.social-sharing { padding: 30px 0; }
.addtoany_share_save_container, .addtoany_shortcode { padding: 20px 0 0 0; margin: 0 auto !important; border-top: 1px solid #cfd9e6; }
.addtoany_header { display: inline-block; vertical-align: middle; margin: 0 10px 0 0 !important; font-style: italic; font-size: 14px; }

ul.social-share { margin: 0 0 20px 0 !important; display: inline-block; list-style-type: none; padding:0; text-align: center; }
ul.social-share li { display: block; float: left; padding: 0;}
ul.social-share li a {
width: 60px;
height:60px;
font-size: 36px;
border: 1px solid #fff;
    color: #fff;
    display: block;
    position: relative;
    transition: all 0.2s ease 0s;
    margin: 0 7px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
ul.social-share li a:hover { color: #11ae4a; }
ul.social-share li a .fa { vertical-align:middle; padding: 10px; }

.share-text { text-align: center; display: block; margin: 0 auto; padding-top: 40px; }



/* --------------------------------------------------- Social Menu --------------------------------------------------- */

.social-box { float: right; padding: 0 20px; }

.menu-social-menu-container, ul.social-menu, ul#menu-social-menu-1 { display:inline-block; vertical-align: top; margin:0 auto !important; padding:0 !important;}
ul.social-menu li, ul#menu-social-menu-1 li { display: inline-block !important; padding: 5px; margin: 0 2px; line-height:1; background: #6db4e1; }
ul.social-menu li a, ul#menu-social-menu-1 li a { display: block !important; position: relative !important; padding: 0 !important; color: #fff !important; width: 31px; height:31px; font-size: 2px; font-weight:400; text-align: center; overflow: hidden; margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.top-header .menu-social-menu-container { display: inline-block; margin-right: 5px; }
.top-header ul.social-menu li, .top-header ul#menu-social-menu li { padding: 5px; margin: 0 2px; background: #6db4e1; float: left; }
.top-header ul.social-menu li a { color: #fff; font-size: 1px; margin: 0; }
.top-header ul.social-menu li a:before { padding: 5px 0; font-size: 22px; color: #fff; }

.social-menu.chat { display: inline-block; margin-right: 5px; }
.social-menu.chat li { padding: 5.5px; margin: 0 2px; }

ul.social-menu li a:before, ul#menu-social-menu-1 li a:before {
font-family: FontAwesome;
font-size: 22px;
vertical-align:bottom;
padding: 5px 0;
color: #fff;
display: block;
}
ul.social-menu li a:hover, ul#menu-social-menu-1 li a:hover { background: #1c212a; }

.twitter a:before { content: "\f099"; }
.linkedin a:before { content: "\f0e1"; }
.googleplus a:before { content: "\f0d5"; }
.pinterest a:before { content: "\f0d2"; }
.youtube a:before { content: "\f16a"; }
.email a:before { content: "\f0e0"; }
.phone a:before { content: "\f098"; }

.instagram { background: #C13584 !important; color: #fff !important }
.instagram a:before { content: "\f16d"; color: #fff !important; }

.facebook { background: #1877F2 !important; color: #fff !important }
.facebook a:before { content: "\f09a"; color: #fff !important; }

.whatsapp { background: #128C7E !important; color: #fff !important }
.whatsapp a:before { content: "\f232"; color: #fff !important; }

.viber { background: #7360f2 !important; color: #fff !important }
.viber a:before { content: "\f409"; color: #fff !important; }


/* ------------------------------------------------ advanced comment styles --------------------------------------- */

 
.comments { height: 16px; float: left; margin: 15px 140px 5px 0; width: 120px; }
#watch_action { margin: 15px 0 0 -150px !important; }
.status { width: 80px; }

.comments img { width: 16px; height: 16px; margin: 0 8px 0 0; padding: 0; float: left; }
.comments-container { margin: 30px auto; padding: 20px 5%; border: 1px solid #ccc; }

#commentform input { font-size: 16px; margin:5px 0; height: 40px; }
#commentform input[type="submit"] { height:auto; padding: 10px 20px; margin: 0 auto; display: block; }
#commentform textarea { font-size: 16px; margin:5px 0; height:100px; }

#comments { list-style:none; margin:0 auto; text-indent:0; max-width:100%; text-align: center; }
#respond { list-style:none; margin:20px auto 0 auto; padding:20px 0; text-indent:0; max-width:100%; text-align: left; clear:both; border-top: 1px solid #ccc; }
.comments-container h3 { padding: 10px 0; margin:0; text-transform: none; }
.leave-comment { float: right; }

.comments-container .navigation { display: block; clear:both; }

ol.commentlist { list-style:none; margin:0 auto; padding:0 0 20px 0; text-indent:0; max-width:100%; color:#3d3d3d; clear:both; }
ol.commentlist li { margin-top: 10px; background: #f5f5f5; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment, ol.commentlist li.pingback{ padding:20px; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { min-height: 40px;}
ol.commentlist li.comment div.vcard cite.fn { font-size:15px; text-transform:capitalize; color:#000; font-weight: 700; font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { margin:0 10px 0 0; float:left; }
ol.commentlist li.comment div.vcard img.avatar-32 { padding:0;}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {display:none;}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:12px; font-style:italic; }
ol.commentlist li.comment div.comment-meta a { color:#777; }
ol.commentlist li.comment p { font-size:14px !important; padding: 15px 0; min-height: 25px; margin: 0; line-height: 1.5 !important; }
ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0; }
ol.commentlist li.comment div.reply {  margin: 0; padding: 0;
	-moz-transition: all 0.4s ease; /* FF3.7+ */
	-o-transition: all 0.4s ease; /* Opera 10.5 */
	-webkit-transition: all 0.4s ease; /* Saf3.2+, Chrome */
	transition: all 0.4s ease;
}
ol.commentlist li.comment div.reply:hover { }
ol.commentlist li.comment div.reply a { color:#3d3d3d; padding: 3px 7px; font-size: 14px; font-weight: 700; display: inline-block; border: 1px solid #ccc; }
ol.commentlist li.comment div.reply a:hover { color:#11ae4a; border: 1px solid #11ae4a; }
ol.commentlist li.comment ul.children { list-style:none; margin:20px 0 0 10px; padding:0; text-indent:0; }
ol.commentlist li.comment ul.children li { border-top: 2px solid #fff; }
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {background:#fff;}
ol.commentlist li.comment ul.children li.depth-3 {background:#f5f5f5;}
ol.commentlist li.comment ul.children li.depth-4 {background:#fff;}
ol.commentlist li.comment ul.children li.depth-5 {background:#f5f5f5;}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {}
ol.commentlist li.even:hover {}
ol.commentlist li.odd {}
ol.commentlist li.odd:hover {}
ol.commentlist li.parent {}
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
.moderation { color:#F07057; }


/* ---------------------------------------------CALL NOW box ----------------------------------- */

.call-now { background: url(images/call-bg-blue.jpg) #1c212a center fixed; position: relative; text-align: center; }
.call-now .inner-box { max-width: 900px; position: relative; z-index:5; margin: 0 auto; padding: 70px 10px;  }
.call-now h2 { text-transform: uppercase; font-weight: 100; display: inline-block; font-size: 38px; color: #fff; }
.call-now p { color: #fff; margin-top: 0; }
.call-now .button { font-size: 24px; padding: 20px 30px; line-height: 1; margin: 5px; }
.call-now .button .text { font-size: 14px; font-weight: 400; }
.call-form { position: relative; z-index:7; margin: 40px auto 0 auto; padding: 20px 30px 0 30px; display: inline-block; border: 1px solid #cfd9e6; 
 -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
}
.call-form h3 { font-size: 24px; display: block; max-width: 300px; font-weight: 100; margin: 0 auto 10px auto; color: #fff; }
.call-form p { margin: 10px 5px; }
.call-form div.wpcf7 input[type="submit"] { min-width: unset; width: 100%; }
.wpcf7-quiz { float: left; width: 50%; }
.wpcf7-quiz-label {float: left; width: 48%; margin-right: 2%; background: #cfd9e6; padding: 10px; border: 1px solid #cfd9e6; color: #1c212a;
 -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
}

/*
 * .top-arrow { position: absolute; top: 0; left:0; right:0; height: 10px; }
.top-arrow:before { content:''; display: block; position: absolute; top: 5px; left: 50%; width: 25px; height: 25px; background: #fff; 
  -webkit-transform:  rotate(45deg);;
  -moz-transform:     rotate(45deg);;
  -ms-transform:      rotate(45deg);;
  -o-transform:       rotate(45deg);;
  transform:          rotate(45deg);;
}
*/

/* --------------------------------------------- Contact form styles ----------------------------------- */

.g-captcha { font-size:12px !important; text-align: center !important; color: #afbdd0; padding-bottom: 10px !important; }
.grecaptcha-badge { visibility: hidden; }

/* iOS reset */
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"] {
	-webkit-appearance: none;
	/*-webkit-border-radius: 0;*/
}

.top-form { background: #fff; padding: 20px; float: right; max-width: 400px; width: 35%; text-align: center; }
.top-form h2 { text-transform: uppercase; color: #11ae4a; font-size: 30px; margin-bottom: 0; }
.top-form p { color: #333; }

.contact-block { max-width: 1220px; margin: -30px auto; z-index: 3; position: relative;
	-webkit-box-shadow: 0px 30px 40px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 30px 40px 0px rgba(0,0,0,0.2);
box-shadow: 0px 30px 40px 0px rgba(0,0,0,0.2);
}
.contact-block-service p { max-width: 460px; margin: 20px auto; }
.contact-left { width: 48%; float:left; }
.contact-right { width: 48%; float:right; }

input, textarea, select { outline:none; border:none; border: 1px solid #cfd9e6; font-size: 16px; font-family: 'Poppins', sans-serif; padding: 10px; margin:0; font-weight:normal;  background: #fff;	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; width: 100%;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
}
input:focus, textarea:focus { outline:none; border: 1px solid #11ae4a; background: #eef2f8; font-family: 'Poppins', sans-serif;
	-moz-transition: all 0.4s ease; /* FF3.7+ */
	-o-transition: all 0.4s ease; /* Opera 10.5 */
	-webkit-transition: all 0.4s ease; /* Saf3.2+, Chrome */
	transition: all 0.4s ease;
}
textarea { height:152px; resize: auto; margin-bottom:-3px; }
input { height:auto; }
label { display:block; margin: 0;}

select {
  /* reset */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* arrows */
select {
background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px);
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}


input[type="submit"], .button {
display: inline-block;
cursor: pointer;
border: none !important; 
outline:none !important;
background: #11ae4a;
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
margin: 15px auto;
width: auto;
height: auto;
letter-spacing: 1px;
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px; 
  border-radius: 50px; 
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
input[type="submit"]:hover, .button:hover { color: #fff; background: #4fbab4;
/*
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
*/
}

.button-2 {
background: transparent !important;
color: #4fbab4 !important;
border: 2px solid #4fbab4 !important;
}
.button-2:hover {
background: #11ae4a !important;
border: 2px solid #11ae4a !important;
color: #fff !important;
}

input[type="checkbox"] {
box-sizing: border-box;
height: auto;
width: auto;
vertical-align: middle;
margin: 5px 5px 5px 0;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
}

div.wpcf7 .recaptcha-wrapper { margin: 10px 5px; background: #f9f9f9; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
}

div.wpcf7 .recaptcha-wrapper .wpcf7-form-control-wrap { height: 65px; max-width: 250px; }
.g-recaptcha { transform:scale(0.85); -webkit-transform:scale(0.85); transform-origin:0 0; -webkit-transform-origin:0 0; }


div.wpcf7 { float: none; max-width: 400px; padding: 0 !important; margin: 0 auto !important; }
div.wpcf7 p { font-size: 15px; text-align: center; margin: 10px 5px; }
div.wpcf7 input[type="submit"] { min-width: 100%; margin-top: 10px; }
div.wpcf7 .ajax-loader { display: block !important; margin: 0 auto !important; float: left; }

div.wpcf7-mail-sent-ok {
background: #27b585;
border: none !important;
color: #fff;
margin: 0 auto 20px auto !important;
text-align: center;
padding: 10px !important;
font-weight: bold;
}

div.wpcf7-mail-sent-ng {
background: #d82e2e;
border: none !important;
color: #fff;
margin: 0 auto 20px auto !important;
padding: 10px !important;
font-weight: bold;
}

div.wpcf7-spam-blocked {
background: #d82e2e;
border: none !important;
color: #fff;
margin: 0 auto 20px auto !important;
text-align: center;
padding: 10px !important;
font-weight: bold;
}

div.wpcf7-validation-errors {
background: #d82e2e;
border: none !important;
text-align: center;
color: #fff;
margin: 0 auto 20px auto !important;
padding: 10px !important;
font-weight: bold;
}

.wpcf7-not-valid-tip {
color: #d82e2e !important;
background: #cfd9e6;
border: none !important;
font-size: 14px !important;
width: auto !important;
padding: 5px 10px !important;
margin-top: -5px;
}

.wpcf7 form .wpcf7-response-output { background: #cfd9e6; color: #000; }

.wpcf7-spinner { margin: 0 !important; display: inline !important; }

.captcha { position: absolute; right: 10px; top: 20px; z-index: 5; }



/* --------------------------------------------------- Newsletter --------------------------------------------------- */


.subscribe-box { text-align:center; margin: 0 auto; display:block; background:#666; padding:3%; }
.subscribe-box h4 {color:#fff; font-size:33px; letter-spacing:10px; padding:0; margin: 0 auto;}
.subscribe-box p, .subscribe-box label {color:#b8b8b8; font-size:18px; margin:0 0 20px 0; padding:0; display: block; text-align: center;}
.subscribe-box div { display:inline-block; vertical-align:top;}
.subscribe-box input { border:none !important; outline:none !important; padding:10px 30px; font-size:15px; color: #000; margin:0 -2px 0 0; height: 42px; max-width: 240px; }
.subscribe-box input.button {padding:10px 20px; margin: 0 0 0 -4px !important; height: 42px; text-transform:uppercase; font-size:15px; letter-spacing:1px; color: #fff;background-color: #f5cf28; cursor:pointer; border: none !important; border-radius:0 !important; max-width: 140px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.subscribe-box input.button:hover { background-color: #01b7f0; }
.subscribe-box input:focus { }
.subscribe-box .clear { clear:none !important; }
#mc_embed_signup_scroll { width: 400px; }



/* ------------------------------------------- FOOTER ----------------------------------------------- */

footer { padding: 0; margin:0 auto; background: #cfd9e6; position: relative; color: #1c212a; }

.footer-top { padding: 50px 20px; margin:0 auto; text-align: center; }
.footer-top h3 { font-size: 24px; text-transform: uppercase; letter-spacing: 5px; margin: 0 auto; padding: 5px 0; font-weight: 400; color: #1c212a; }
.footer-top p { margin: 0 auto; padding: 5px 0; }
.footer-top span { display: inline-block; padding: 0 5px; }

.newsletter { padding: 0; margin: 0 auto; list-style: none; max-width: 800px; text-align: center; }
.newsletter .text-box, .newsletter .form-box { display: inline-block; vertical-align: middle; padding: 10px;}
.newsletter h3 { letter-spacing: 11px; margin: 0 0 2px 5px; }
.newsletter p { font-size: 13px; margin: 0  auto 5px auto }
.newsletter input { font-size: 14px; margin: 0 auto; padding: 10px 20px; max-width: 300px; border: none; display: inline-block;  }
.newsletter .sml_submit, .newsletter .sml_email { display: inline-block; }
.sml_thankyou { color: #fff !important; }
.newsletter input[type="submit"] { float: none; width: auto; display: inline-block; 
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.newsletter input[type="submit"]:hover { padding: 10px 30px; margin: 0 auto; }

.footer {
    padding: 60px 40px;
	margin:0 auto;
	position:relative;
	max-width: 1300px;
}

.footer-box { display: block; vertical-align:top; float:left; padding: 10px; width: 25%; /*border-left: 1px solid #555;*/ }
.footer-box.right { text-align: right; width: 30%;}
.footer-box:first-child { border:none; }
.footer-box h3 { border-bottom: 2px solid #6db4e1; font-size: 18px; letter-spacing: 2px; padding-bottom: 15px; margin: 15px 0; display: block; text-transform: uppercase; }
.footer-box h6 { border-bottom: 2px solid #6db4e1; font-size: 18px; letter-spacing: 2px; padding-bottom: 15px; margin: 15px 0; display: block; text-transform: uppercase; font-weight: 400; }
.footer-box p { font-size: 14px; margin: 15px 0; }
.footer-box a img { border: 4px solid #fff;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.footer-box a img:hover { border: 4px solid #6db4e1; }

.footer-box ul {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}
.footer-box ul li {
	padding: 0;
	margin: 5px 0;
	font-size: 14px;
	font-weight: 400;
    vertical-align: middle;
	color: #6db4e1;
}
.footer-box ul li a {
color: #1c212a;
	font-weight: 400;
	vertical-align: middle;
    display: inline-block;
    padding: 0;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.footer-box ul li a:hover { color: #6db4e1; }

.footer-box p { color: #1c212a; }

.footer-box input, .footer-box textarea, .footer-box select { padding: 5px; background: #333; border: 1px solid #555; color: #fff; font-size: 14px; }
.footer-box textarea { height: 80px; }
.footer-box input:focus, .footer-box textarea:focus, .footer-box select:focus { border: 1px solid #11ae4a; }
.footer-box input[type="submit"] { width: 100%; background: #555; }
.footer-box input[type="submit"]:hover { background: #11ae4a; }

.footer-bottom { background: #222; padding:20px; margin:0 auto; font-size: 13px; text-align: center; }
.footer-bottom p { margin:3px auto; font-size: 13px; }
.footer-bottom .footer-nav { display: inline-block; list-style-type: none; margin: 0; padding:5px; }
.footer-bottom .footer-nav li { display:inline-block; }
.footer-bottom .footer-nav a { display:inline-block; padding: 0 0 0 10px; font-size: 14px; border-left: 1px solid #444; margin: 0 0 0 10px; font-weight:400; color:#fff;
-webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.footer-bottom .footer-nav a:hover { color: #11ae4a; }
.footer-bottom .footer-nav li:first-child a { border: none; }
.footer-bottom .button { font-size: 14px; padding: 5px 15px; margin: 0; float: right; }

.copyright {
	color: #999;
	background: #1c212a;
    letter-spacing: 1px;
	display: block;
	font-size: 13px;
    padding: 20px;
    margin:0 auto;
	text-align: center;
}
.copyright span { display: inline-block; padding: 0 5px; }
.copyright a { color: #fff; font-weight: normal; display: inline-block; }
.copyright a:hover { color: #11ae4a; }

/* --------------------------------------------------- RESPONSIVE --------------------------------------------------- */

@media screen and (min-width: 1921px) {
body, .header, header.main-header .header, header .top-header { max-width:1920px; margin: 0 auto; }
	.entry-content .alignfull { margin: 0 -350px; }
}

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

header.main-header .header { padding: 10px 30px; }
header.main-header.navbar-shrink .header { padding: 0 30px; }
header.main-header .logo { width: 220px; height: 60px; background-size: 220px auto; }

.banner-img { padding: 210px; }
.banner-text h3 { font-size:26px; }
	
.banner.fw .banner-img { width: 50%; padding: 210px 0; }
.banner.fw .banner-text .text-box { width: 45%; }
	
.title-box.small { padding: 150px 40px 40px 40px; }
.title-box h1 { font-size: 50px; }

.nav-top ul li { font-size: 15px; }
.nav-top ul li a { margin: 0 5px; }

}

@media screen and (min-width: 1301px) {
.nav-mob, .mobile-navigation-bg, .mobile-navigation { display: none !important; }
}

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

body { margin: 0 auto; }

header.main-header { left:0; right:0; }

.mobile-navigation, .no-nav { display: block; }
.nav-top, .menu-top { display: none !important; }
header.main-header .logo, header.main-header.navbar-shrink .logo, header.main-header.navbar-shrink .logo.open { background-size: 220px auto; width: 220px; height: 60px; }

.banner-header h1 { font-size: 24px; letter-spacing: 6px; }
.banner-bottom, .banner-top { height: 150px; }
.banner-text h1 { font-size:40px; }
.banner-text h2, .banner-text p.h2 { font-size:40px; border-bottom: 2px solid #fff; }
.banner-text h3, .banner-text p.h3 { font-size:26px; }
.banner-text .text-box img { max-width: 130px; }

.slider-bg-img .flx-embed { display: none; }
	
.heading-box { padding: 40px; }

.content { padding: 50px 30px 30px 30px; }
.content h1 { font-size: 36px; }
.content h2 { font-size: 24px; }
.content h3 { font-size: 20px; }
.content h4 { font-size: 18px; }
.content p, .content ul li, .content ol li { font-size: 16px;}

.post-box .post-box h3 { font-size: 18px; }
	
.contact-left, .contact-right { width: 100%; float:none; }
.contact-left p, .contact-right p { margin: 0; }

.faq-list ul li { width: auto; max-width: 100%; margin: 0 auto; display: block; }

.footer-box { width:50%; }
.footer-box.right { width:50%; text-align: center; padding: 10px 0; }

}

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

.single-team .fixed-img { position: relative; left: 0 !important; top: 0 !important; margin: 0 30px 20px 0 !important; }
.single-team .text-box { float: none; width: 100%; }
.single-team h1 { display: inline-block; }
.single-team .sticky, .single-team .sticky.sticky-active, .single-team .sticky .fixed-img { position: relative !important; height: auto !important; margin: 0 30px 20px 0 !important; }
	
.service-box { width: 32%; }
.services .slick-prev { left: -30px; }
.services .slick-next { right: -30px; }
	
.reviews .slick-prev { left: -50px; }
.reviews .slick-next { right: -50px; }
	
.slick-prev { left: 0px; }
.slick-next { right: 0px; }

}

@media screen and (max-width: 920px) {
	
h1 { font-size: 34px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h1, h2, h3 { letter-spacing: normal; }

.top-form { display: block; float: none; margin: 0 auto; width: auto; }
	
.banner-text { padding: 100px 20px 30px 20px; }
.banner-img { padding: 180px; }
.banner-text .text-box { padding: 0 30px; position: relative; max-width: 80%; text-align: center; }
	
.banner-text.video .text-box { max-width: 100%; }
.banner-text.video { display: block; }
.banner-text a { font-size: 18px; }
.banner-header { padding: 25px 20px; }
.banner-header h1 { font-size:20px; }
.banner-text h1 { font-size:36px; }
.banner-text h2, .banner-text p.h2 { font-size:36px; }
.banner-text h3, .banner-text p.h3 { font-size:24px; }
.banner-text ul li { font-size: 16px; }

	.info-wrapper { margin: 0 auto !important; }
	.info-wrapper .icon-block .text { text-align: center; }
	.info-wrapper .icon-block p { font-size: 14px; display: block; text-align: center; }
	.info-wrapper .icon-block i { float: none; }
	
	.news .container { text-align: center; }
	
.services, .call-now { background-attachment: scroll !important; }
.services .container { padding: 20px 20px 30px 20px; }
.service-box { padding: 15px; }
	
.heading-box.search-block { margin: 0 auto; }

.title-box h1 { font-size: 45px; border-bottom: 2px solid #fff; }
.single-post .title-box h1 { font-size: 36px; }

.heading-box h1 { font-size: 38px; }
.heading-box h2 { font-size: 30px; }
.title-box p, .heading-box p { font-size: 18px; }
.single-post .title-box p { font-size: 16px; }
	
.boxes .text-box { position: relative; padding: 0 0 20px 0; }
.boxes .img-box.bg-img { position: static; padding: 50%; }

.blog-container { width: 100%; float: none; }
.heading-blog h1 { padding: 20px 0; }

.post-box { width: 100%; display: block; margin: 10px 0; }
.post-box.home { width: 47%; display: inline-block; margin: 1%; }
	
.faq-search { padding: 30px 10%; }
.faq h2 { font-size: 36px; }
.faq-list ul { padding: 30px 0 20px 50px; }
.faq-list ul li { font-size: 18px; }
.faq-list ul li:before { font-size: 28px; margin: -6px 14px 0 -43px; }

/*.blog .sticky, .single-blog .sticky, .single-services .sticky, #sidebar.sidebar-blog, #sidebar.sidebar-services { display: none !important; }*/
#sidebar.sidebar-blog, #sidebar.sidebar-services { width: 100% !important; margin-top: 20px; }
.single-content { width: 100% !important; text-align: left; float: none; }

.scroller { height: auto !important; padding: 0; }
.scroller-wrapper.stuck .scroller-content-bg, .scroller-wrapper .scroller-content-bg { padding: 40%; top: unset; position: relative; }
.scroller-content-bg { opacity: 1 !important; }
.scroller-content { padding: 10%; width: 100% !important; height: auto; position: static; color: #1f2e5c; background: #fff; }
.scroller-content h2 { font-size: 24px; color: #1f2e5c; }
.scroller-content p { font-size: 16px; color: #1f2e5c; }
.scroller-content span { background: #ccc !important; }

.team-box { padding: 10px; max-width: 222px; }
	
.single-team.container { padding: 40px; }
.single-team .text-box { float: none; width: 100%; padding: 20px 0; }
.single-team h1 { display: block; }
.single-team .fixed-img { float: none; width: 400px; max-width: 100%; margin: 0 auto !important; position: relative; left: 0 !important; top: 0 !important; }
.single-team .sticky, .single-team .sticky.sticky-active, .single-team .sticky .fixed-img { position: relative !important; height: auto !important; margin: 0 auto !important; float: none !important; }

.footer-top h3 { font-size: 22px; }
.footer-bottom { padding: 20px; text-align: center; }
.social-box, .copyright { float: none; text-align: center; padding: 10px; }
.footer-bottom .button { float: none; margin: 10px auto; }

.col-2, .col-3, .col-4 { width: 100%; float: none; }

button.mfp-arrow-right { right: 15px; }

}

@media screen and (min-width: 920px) {
.no-desk { display: none !important; }
}

@media screen and (max-width: 600px) {
	
body { font-size: 14px; }

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
p, ul li, ol li, dl dt, dl dd { font-size: 14px; }
	
.no-mob { display: none !important; }

header.main-header .header { padding: 5px 20px; }
header.main-header.navbar-shrink .header { padding: 0 20px; }
header.main-header .nav-mob .logo, header.main-header.navbar-shrink .nav-mob .logo { top:15px; right: 30px; }
	
.top-header .menu-social-menu-container { display: none; }

.banner-img { padding: 160px; margin: 20px; }
.banner-text .text-box { padding: 0 20px 20px 20px; position: relative; max-width: 100%; }
.banner-text h1 { font-size: 30px; }
.banner-text h2, .banner-text p.h2 { font-size: 30px; }
.banner-text h3, .banner-text p.h3 { font-size: 20px; }
.banner-text .text-box .rotate { display: block; }
	
.banner.fw .banner-img { width: 100%; padding: 210px 0; margin: 0 0 30px 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity:1;
  opacity: 1;
}
.banner.fw .banner-text { padding: 0; }
.banner.fw .banner-text .text-box { width: 100%; }
.banner.fw .slider-bg-img {
-webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity:0.5;
  opacity: 0.5;
}
.banner .slick-prev, .banner .slick-next { top: 230px; }

.info-wrapper .icon-block { padding: 20px 10px; }
	.info-wrapper .icon-block p { font-size: 17px; }
.info-wrapper .icon-block .text {
	display: none;
    position: absolute;
    top: 90px;
    background: #eef2f8;
    left: 0;
    right: 0;
    z-index: 8;
	padding: 20px;
}

.services .container { padding: 20px 0 30px 0; }
.services h1, .services h2 { font-size: 28px; }
.service-box img { width: 120px; }
.service-box h3 { font-size: 18px; }
	
.services .slick-prev { left: -15px; }
.services .slick-next { right: -15px; }
	
.examples-box { margin: 10px auto; width: 100%; }
.examples-box p { font-size: 16px; }

.reviews-wrapper { padding: 0; }
.reviews .slick-prev { left: -10px; }
.reviews .slick-next { right: -10px; }

.call-now .inner-box { padding: 40px 20px 20px 20px; }
.call-now h2 { font-size: 28px; }
.call-now .button { font-size: 18px; padding: 15px; }

.page-template-contact .contact-block.wp-block-media-text .wp-block-media-text__content { padding: 0 !important; }
.contact-block.wp-block-media-text .wp-block-media-text__content { padding: 20px 20px 0 20px !important; }
.contact-block .wp-block-button a { padding: 15px 20px; font-size: 17px !important; }
.contact-block.reverse { margin-bottom:20px; }
.contact-block.reverse.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media { grid-row: 2; }
.contact-block.reverse.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content { grid-row: 1; }

.container-no-fluid { padding: 0 20px; }
.container { padding: 30px 20px; }
.container .container { padding: 10px; }
.container-narrow { padding: 30px 20px; }
.content { padding: 40px 30px 10px 30px; text-align: center; }

input[type="submit"], .button { font-size: 16px; }
input, textarea, select { font-size: 16px; }

.title-box h1 { font-size: 36px; }
.single-post .title-box h1 { font-size: 28px; }
.title-box.small { padding: 100px 20px 20px 20px; }
.title-box, .heading-box { padding: 180px 20px 20px 20px; }
.heading-box h1 { font-size: 32px; }
.heading-box h2, .single-post .heading-box h1 { font-size: 24px; }
.heading-box h3 { font-size: 20px; }
.title-box p, .heading-box p { font-size: 16px; }

.faq h2 { font-size: 30px; }
.faq h3 { font-size: 20px; margin-top: 40px; }
.faq p { font-size: 16px; }
.faq-list ul { padding: 0 0 10px 30px; }
.faq-list ul li { font-size: 16px !important; }
.faq-list ul li p { font-size: 14px !important; }

.accordion-img { padding: 10px; }

.form-box { margin: 50px -10%; max-width: 700px; padding: 40px 20px; }
.form-box .steps .step-line { width: 20px; }

.post-box.home { width: 100%; display: block; margin: 10px 0; }
.post-box .text-box p { font-size: 14px; display: none;}
.post-box .text-box h3 { font-size: 18px; }
.post-nav { display: none; }
.post-box .date { top: 0; }
	
.team-box { max-width: 45%; }

.flexbox-gallery { padding: 5px 10px; }
.gallery-item { width: 50% !important; }

.footer { padding: 60px 30px; }
.footer-top { padding: 30px 20px; }
.footer-top h3 { font-size: 18px; }
.footer-box { width:100%; padding: 0; }
.footer-box.right span { display: block; }

}


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

p { margin: 20px 0; }
	
.no-padding-mob {padding:0 !important;}
.no-margin-mob {margin:0 !important}
	
header .top-header { padding:3px !important; }
	
.social-menu.chat { float: left; }
	
	.home .header-block { padding: 20px; }
header .top-header #lang { display: none; }
	.header-phone {  }
	.header-phone a { padding: 13px 20px; }
.header-phone p { display: flex; justify-content: space-between; }

.banner-text { padding: 70px 20px 30px 20px; }
.banner-text .text-box { text-align: center; }
	
.banner.fw .banner-img { width: 100%; padding: 190px 0; }
.banner.fw .banner-text { padding: 0; }
.banner .slick-prev, .banner .slick-next { top: 200px; }
	
.single-team.container { padding: 0 20px 20px 20px; }
.wpsdc-drop-cap { font-size: 80px; }
	
.heading-box .button { font-size: 18px; }
	
.service-box { width: 45%; padding: 10px; }
.service-box h3 { font-size: 16px; }
	
.call-form { padding: 20px 10px 0 10px; }
.call-form p { max-width: 100%; }
	
.contact-block .wp-block-spacer { height: 20px !important;}
	
.post-box { width: 100%; padding: 2px 0; }
.post-box .text-box h3 { font-size: 16px; margin: 5px 0; }
.post-box.home .text-box h3 { font-size: 16px; }
.post-box.home .text-box { }
.post-box.home .text-box p { display: none; }
.news-home h2 { font-size: 28px; }
.news-home .container { padding: 20px 10px; }

.team-box { padding: 10px 0; max-width: 48%; }

.single-post .heading-box { padding: 30px 10px; }
	
img.alignleft , img.alignright, img.aligncenter { max-width: 100%; width: 100%; margin: 15px auto; padding: 0; }
.alignleft, .alignright { float: none; }
	
.faq-list ul li p { margin-left:-40px; }
.gallery-item { width: 100% !important; }

.page-template-prices-page .container h3 { font-size: 15px; }
.page-template-prices-page .container .col-2 { padding: 0; }
.page-template-prices-page table { font-size: 14px; }

	
.footer-bottom .footer-nav a { display: block; border: none; margin: 5px; }
.go-top { right: 10px; }
.grecaptcha-badge { display: none; }

.footer-box ul li {  margin: 3px 0; }
	
}


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

.nav-mob { padding: 30px; }

#testimonials p, .banner-text ul li { font-size: 15px; }

.form-box .steps .step-line { display: none; }

}

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

.page-template-prices-page .container h3 { font-size: 14px; }
.button { padding: 15px; font-size: 14px; }

}