/*
Theme Name: Genilem Theme
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, theme-options, translation-ready
Text Domain: cs_theme
*/


html,body{
  height:100%;
}

body{
  color: #2a2a2a;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  overflow-x: hidden;
  padding-top:100px;
  background: #fafafa;
}
body.fixed{
  overflow: hidden;
}
@media (max-width:1199px){
  body{
    padding-top:70px;
  }
}


.blur{
  -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
}



a:hover,
a:focus{
  cursor: pointer;
  text-decoration: none;
  color:#F9DC0A;
}

a{
  color:#F9DC0A;
  transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}

a:link,
a:active{
  outline: none;
}

.preload-page{
  display: block;
  position: fixed;
  z-index: 999999;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: #fff;
}

.loader{
  display: block;
	position: relative;
	margin:0 auto;
}
.preload-page .loader{
  position: absolute;
  top:50%;
  margin:-20px 0 0 0;
  width:100%;
}
.loader i{
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  margin-top:-20px;
  margin-left:-20px;
  width:40px;
  height:40px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -moz-border-radius:50%;
  border: 0.25rem solid rgba(0,0,0, 0.1);
  border-top-color: #F9DC0A;
  -webkit-animation: spin .7s infinite linear;
          animation: spin .7s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  50% {
    background: white;
  }
}
@keyframes pulse {
  50% {
    background: white;
  }
}

::focus{
  outline: none;
}

b{
  font-weight: 700 !important;
}


.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}


.valign{
  display: table;
  width:100%;
  height:100%;
}
.valign > div.middle{
  display: table-cell;
  vertical-align: middle;
  height:100%;
}
.valign > div.bottom{
  display: table-cell;
  vertical-align: bottom;
  height:100%;
}


.page-pagination{
  display: block;
}
.page-pagination ul{
  display: block;
  list-style: none;
  margin:0;
  padding:0;
}
.page-pagination ul li {
  display: inline-block;
}
.page-pagination a,
.page-pagination span{
  display: block;
  line-height: 40px;
  padding:0 7px;
  min-width: 40px;
  text-align: center;
  font-weight: 600;
  color:#2a2a2a;
}
.page-pagination a.current,
.page-pagination a.current:focus,
.page-pagination a.current:hover,
.page-pagination span.current,
.page-pagination span.current:focus,
.page-pagination span.current:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #F9DC0A;
    border-color: #F9DC0A;
}




.owl-nav .owl-next,
.owl-nav .owl-prev{
  display: block;
  position: absolute;
  bottom:50%;
	margin-bottom:-32px;
  width:64px;
  height:64px;
  line-height: 60px;
  color:#1d1d1b;
  font-family: 'ionicons';
  font-size: 40px;
}
.owl-nav .owl-next{
  right:-50px;
}
.owl-nav .owl-next:after{
  display: block;
  content:"\f3d3";
  text-align: center;
}
.owl-nav .owl-prev{
  left:-50px;
}
.owl-nav .owl-prev:after{
  display: block;
  content:"\f3d2";
  text-align: center;
}
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover{
  cursor: pointer;
  color:#F9DC0A;
	background: rgba(255,255,255,.9);
}
.owl-nav .owl-next:active,
.owl-nav .owl-prev:active{
  cursor: pointer;
  color:#F9DC0A;
	background: rgba(255,255,255,.2);
}

.owl-dots{
	display: block;
  margin:0 auto;
  text-align: center;
  position: absolute;
  bottom:40px;
  left:0;
  right:0;
}
.owl-dots{
  display: block;
  text-align: center;
  margin-top:-40px;
}
.owl-dots .owl-dot{
  display: inline-block;
  width:12px;
  height:12px;
  background: #111111;
  border-radius:50%;
  border:2px solid #111111;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  margin:4px 6px;
}
.owl-dots .owl-dot.active{
  background: transparent;
}


.err404{
  display: block;
  text-align: center;
  padding:250px 0 250px 0;
  color:#2a2a2a;
  background: #fff;
}
.err404 h1{
  font-size:72px;
  line-height: 72px;
  color:#F9DC0A;
  margin:0;
  padding:0;
  font-weight: 700;
}
.err404 h1 span{
  display: inline-block;
  font-weight: 300;
  color:#F9DC0A;
  font-size:62px;
}
.err404 p{
  font-size: 20px;
}
@media(max-width:575px){
  .err404{
    padding:150px 0 150px 0;
  }
}

.wpcf7-form label{
  display: block;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form select,
.wpcf7-form textarea{
  display: block;
  width:100%;
  border:2px solid #ddd;
  background: #fff;
  padding:5px 10px;
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  font-family: "Titillium Web", sans-serif;
}
.wpcf7-form select{
  padding:7px 10px;
  color:#666;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus{
  border-color: #F9DC0A;
  outline: none;
}
.wpcf7-form input[type=submit],
.sfbtn{
  font-family: "Titillium Web", sans-serif;
  border:none;
  background: #F9DC0A;
  color:#1d1d1b;
  padding:10px 30px;
  cursor: pointer;
}
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=submit]:focus,
.sfbtn:hover,
.sfbtn:focus{
  background: #1d1d1b;
  color:#fff;
  outline: none;
}

.sfbtn-form,
.sfbtn-form label{
  text-align: left;
}
.sfbtn-form label{
  display: block;
}
.sfbtn-form{
  max-width:700px !important;
}
.sfbtn-form .radio{
  display: inline-block;
  padding:4px 10px 4px 0;
}
.sfbtn-form .checkbox{
  display: inline-block;
  padding:4px 10px 4px 0;
}


.cs_map_label,
.cs_map_form{
  display: inline-block;
}
.cs_map_form{
  width:calc(30% - 8px);
  margin-left:15px;
}
@media(max-width:767px){
  .cs_map_form{
    width:100%;
    margin-left:0;
  }
  .cs_map_label,
  .cs_map_form{
    display: block;
    text-align: left !important;
  }
}

.cf ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  opacity:1;
}
.cf ::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity:1;
}
.cf :-ms-input-placeholder { /* IE 10+ */
  color:  #999;
  opacity:1;
}
.cf :-moz-placeholder { /* Firefox 18- */
  color:  #999;
  opacity:1;
}



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


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


.wp-caption-text,
.wp-caption-dd {
  font-family: Verdana, Geneva, sans-serif;
  text-align: left;
  margin: 6px 0 26px 0;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  line-height: 17px;
  color: #444;
}
.wp-caption {
  text-align: center;
  max-width: 100%;
}
.wp-caption img {
  max-width: 100% !important;
}

/*****************************************/

body{

}

.relative{
  position: relative;
}


h1,h2,h3,h4,h5,h6{
  font-family: 'Lato', sans-serif;
}
h1 {
	font-size: 42px;
	line-height: 51px;
	margin-bottom: 27px;
	font-weight: 900;
}
h2 {
	font-size: 26px;
	line-height: 36px;
	margin-top: 44px;
	margin-bottom: 17px;
}
h3 {
	font-size: 20px;
    font-weight: bold;
	line-height: 33px;
	margin-top: 27px;
	margin-bottom: 11px;
}
h4 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 7px;
}
p, ul, ol, blockquote, pre, .alert, .note, .box, .footnotes {
	margin-bottom: 27px;
}
ul, ol {
	margin-left: 27px;
}
li {
	margin-bottom: 11px;
}
blockquote {
	padding-left: 17px;
	border-style: solid;
	border-color: rgba(0,0,0,0.15);
	border-width: 0 0 0 7px;
}
sub, sup {
	padding: 0 1px;
}
code, pre, kbd {
	font-size: 15px;
}
code {
	background-color: rgba(0,0,0,0.08);
	padding: 3px 4px;
	border-radius: 7px;
	margin: 0 1px;
}
pre {
	padding: 11px;
	border-style: solid;
	border-color: rgba(0,0,0,0.15);
	border-width: 0 0 0 7px;
}
kbd {
	background-color: #fff;
	padding: 3px 4px;
	border-radius: 4px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.45);
	margin: 0 1px;
}
.alert, .note, .box {
	padding: 17px;
}
.footnotes {
	font-size: 13px;
	line-height: 23px;
	padding-top: 17px;
	border-top: 1px dotted rgba(0,0,0,0.15);
}
.footnotes p {
	margin-bottom: 17px;
}
ul ul, ul ol, ol ul, ol ol, blockquote.right p, blockquote.left p, .alert :last-child, .note :last-child, .box :last-child, .footnotes :last-child {
	margin-bottom: 0;
}



.button{
  display: inline-block;
  padding:20px 30px;
  text-transform: uppercase;
  color:#1d1d1b;
  background: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: relative;
}
.button:hover{
  background: #F9DC0A;
  color:#1d1d1b;
}
.button:after{
  display: block;
  position: absolute;
  content: "";
  top:5px;
  right:5px;
  width:20px;
  height:20px;
  background: url('images/deco-up.svg') top right no-repeat;
  background-size: contain;
}
.button.yellow{
  background: #F9DC0A;
  color:#1d1d1b;
  font-weight: 700;
}
.button.yellow:after{
  display: none;
}
.button.yellow:hover{
  background: #F9DC0A;
}
.button.yellow-outline{
  background: transparent;
  border:1px solid #F9DC0A;
  color:#F9DC0A;
  font-weight: 700;
  padding:15px 30px;
}
.button.yellow-outline:after{
  display: none;
}
.button.yellow-outline:hover{
  background: #F9DC0A;
  color:#000;
}

.button.formations{
  background: #F9DC0A;
  color:#1d1d1b;
  font-weight: 700;
}
.button.formations:after{
  display: none;
}
.button.formations:hover{
  background: #F9DC0A;
}
.button.formations-outline{
  background: transparent;
  border:1px solid #F9DC0A;
  color:#F9DC0A;
  font-weight: 700;
  padding:15px 30px;
}
.button.formations-outline:after{
  display: none;
}
.button.formations-outline:hover{
  background: #F9DC0A;
  color:#000;
}




.button.block{
  width:100%;
}


.button.outline{
  background: transparent;
  border:1px solid #000;
  color:#000;
  font-weight: 700;
  padding:15px 30px;
}
.button.outline:after{
  display: none;
}
.button.outline:hover{
  background: #F9DC0A;
  border-color: #F9DC0A;
  color:#000;
}


.text-yellow{
	color:#F9DC0A;
}

.link{
  display: inline-block;
  padding:10px 25px 10px 10px;
  font-weight: 900;
  color:#1d1d1b;
  position: relative;
}
.link:after{
  display: block;
  position: absolute;
  content: "";
  top:10px;
  right:0;
  width:15px;
  height:15px;
  background: url('images/deco-up.svg') top right no-repeat;
  background-size: contain;
}



header{
  display: block;
  position: fixed;
  z-index: 999;
  left:0;
  top:0;
  right:0;
  height:100px;
  background: #fff;
  box-shadow:0 0 7px rgba(0,0,0,.4);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
header.fixed{
  position: fixed;
  top:-100px;
}
header.fixed.up{
  top:0;
}
header.fixed.down{
  top:-100px;
}
.admin-bar header{
  top:32px;
}
.admin-bar header.fixed.down{
  top:-132px;
}
.admin-bar header.fixed.up{
  top:32px;
}
@media(max-width:782px){
  .admin-bar header{
    top:0;
  }
  .admin-bar header.fixed.down{
    top:-100px;
  }
  .admin-bar header.fixed.up{
    top:0;
  }
}
header:after{
  display: block;
  content: "";
  clear: both;
}
header .navicon{
	display: none;
  float:left;
  z-index: 9;
	height:70px;
	padding:0 20px;
	margin:0;
	width:70px;
  background: #F9DC0A;
}
@media(max-width:575px){
  header .navicon{
    margin:0 0 0 -15px;
  }
}
header .navicon i{
	display: block;
	position: absolute;
	width:30px;
	height:2px;
	background: #1d1d1b;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
header .navicon i:nth-child(1){
	top:37px;
}
header .navicon i:nth-child(2){
	top:45px;
}
header .navicon i:nth-child(3){
	top:53px;
}
header .navicon.active i:nth-child(1){
	top:33px;
	-ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .navicon.active i:nth-child(2){
	display: none;
}
header .navicon.active i:nth-child(3){
	top:33px;
	-ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .logo{
  float:left;
  display: block;
  padding:10px 0px 20px 0px;
  max-width:210px;
}
header .logo img{
  width:100%;
  height:auto;
}
header nav.main{
  display: block;
  float:right;
}

header nav.main ul {
  display: block;
  margin:0;
  padding: 0;
  list-style: none;
  font-family: 'Lato', sans-serif;
}

header nav.main ul > li{
  display: block;
  float:left;
  position: relative;
  margin:0;
}

header nav.main ul > li > a {
display: block;
padding: 12px 11px 12px 11px; /* ovdje staviti 12 13 12 13 */
  margin-top:38px;
  color:#1d1d1d;
  text-transform: uppercase;
  position: relative;
}

/* header nav.main ul > li.current_page_item > a:after{
  display: block;
  position: absolute;
  bottom:0;
  left:20px;
  right:20px;
  height:2px;
  background: #F9DC0A;
  content: "";
}  */

header nav.main ul > li:hover > a{
  color:#1d1d1d;
  background: #F9DC0A;
}
header nav.main ul > li.accent > a{
  padding:10px 20px 10px 20px;
  margin-top:38px;
  border:2px solid #F9DC0A;
  margin-left:15px;
}
header nav.main ul > li.accent:hover > a{
  border-color:#F9DC0A;
}
header nav.main ul > li.accent.current_page_item > a:after{
  display: none;
}

header nav.main ul > li.accent25ans > a{
  padding:10px 20px 10px 20px;
  margin-top:38px;
  border:2px solid #3447ff;
  margin-left:5px;
}
header nav.main ul > li.accent25ans:hover > a{
  border-color:#3447ff;
  background: #3447ff;
  color:#fff;
}

header nav.main ul > li.pitchcontest > a{
padding:10px 20px 10px 20px;
margin-top:38px;
border:2px solid #F9DC0A;
margin-left:10px;
}
header nav.main ul > li.pitchcontest:hover > a{
border-color:#F9DC0A;
background: #F9DC0A;
color:#fff;
}

header nav.main ul > li.seformer > a{
padding:10px 20px 10px 20px;
margin-top:38px;
border:2px solid #33E6AD;
margin-left:10px;
}
header nav.main ul > li.seformer:hover > a{
border-color:#33E6AD;
background: #33E6AD;
color:#fff;
}

header nav.main ul > li.icon > a{
  font-size: 19px;
  padding:40px 10px 38px 10px;
}
header nav.main ul > li.icon:hover > a{
  background: none;
  color:#F9DC0A;
}
header nav.main ul > li > ul{
  display: none;
  position: absolute;
  top:100%;
  left:0;
  width:200px;
  background: #F9DC0A;
  padding:15px 0;
}
header nav.main ul > li:hover > ul{
  display: block;
}
header nav.main ul > li > ul li{
  display: block;
  margin:0;
  padding:0;
  width:100%;
}
header nav.main ul > li > ul li a{
  display: block;
  padding:10px 25px;
  margin:0;
  font-size: 14px;
  text-transform: none;
}
header nav.main ul > li > ul li:hover a{
  background: #1d1d1b;
  color:#F9DC0A;
}
@media(max-width:1199px){
  header{
    height:70px;
  }
  header.fixed.down{
    top:-70px;
  }
  .admin-bar header.fixed.down{
    top:-102px;
  }
  header .logo{
    float:left;
    display: block;
    padding:0 0 10px 0;
    max-width:135px;
    margin-left:20px;
  }
  header nav.main{
    display: none;
  }
  header .navicon{
    display: block;
  }
}
@media(max-width:1199px){
  header .logo{
    float: right;
    padding:14px 0 10px 0;
  }
}





header .search-opener{
  display: block;
  float:right;
  text-align: center;
  width:50px;
  height:70px;
  line-height: 70px;
  color:#2a2a2a;
  font-size: 20px;
}
header .searchBox{
  display: none;
  overflow: auto;
  position: fixed;
  color:#fff;
  top:70px;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,.75);
  padding:30px;
}
.admin-bar header .searchBox{
  top:102px;
}
header .searchBox form{
  display: block;
  max-width: 600px;
  margin:0 auto;
  position: relative;
  padding-left:20px;
  padding-right:20px;
}
header .searchBox form input{
  display: block;
  background: none;
  border:none;
  border-bottom:1px solid #fff;
  padding:10px;
  color:#fff;
  width:100%;
}
header .searchBox form input:focus{
  border-color: #F9DC0A;
  outline: none;
}
header .searchBox form button{
  display: block;
  position: absolute;
  top:5px;
  right:5px;
  padding:10px;
  color:#fff;
  font-size: 20px;
  border:none;
  background: none;
}
header .searchBox form button:focus{
  outline:none;
}
header .mobileMenu{
  display: none;
  overflow: auto;
  position: fixed;
  top:70px;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,.75);
  padding:30px;
}
.admin-bar header .mobileMenu{
  top:102px;
}
@media(max-width:782px){
  .admin-bar header .mobileMenu{
    top:70px;
  }
}
header .mobileMenu ul{
  display: block;
  margin:0 auto;
  max-width:260px;
  padding:0;
  list-style: none;
  font-family: 'Lato', sans-serif;
}
header .mobileMenu ul li{
  display: block;
}
header .mobileMenu ul li a{
  display: block;
  padding:7px 0;
  color:#fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
header .mobileMenu ul li ul li a{
  text-transform: none;
  padding:3px 0 3px 25px;
}



.section-title{
  display: block;
  position: relative;
  margin:25px 0 25px 0;
}
.sidebar .section-title{
  margin-top:0;
  margin-bottom:10px;
}
.section-title > *{
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: pre-wrap;
}
.section-title > * strong{
  color:#F9DC0A;
  font-weight: 700;
}
.section-title > * span{
  color:#F9DC0A;
}
.sidebar .section-title > *{
  font-size: 24px;
  text-align: left;
  margin-bottom:15px;
}
.section-title.archive > h2{
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin:0 25px;
  display: block;
}
.section-title.black > h2{
	color:#000 !important;
}
.section-title.archive > h2 span{
  font-size: 20px;
}
@media(max-width:767px){
  .section-title > *{
    font-size: 28px;
  }
  .section-title.archive > h2{
    font-size: 28px;
  }
  .section-title.archive{
    margin:5px 0 5px 0;
  }
  .section-title.archive > h2 span{
    font-size: 18px;
    display: block;
  }
}

.archive-deco{
  position: absolute;
  height:auto;
}
.archive-deco.one{
  top:15px;
  right:15px;
  width:70px;
  opacity: .6;
}
.archive-deco.two{
  top:45px;
  right:105px;
  width:50px;
  opacity: .4;
}
.archive-deco.three{
  top:105px;
  right:55px;
  width:40px;
  opacity: .2;
}


.widget_search{
  display: block;
}
.widget_search form{
  display: block;
  position: relative;
}
.widget_search form label span{
  display: none;
}
.widget_search form input{
  display: block;
  width:100%;
  border:2px solid #ddd;
  padding:8px 15px;
}
.widget_search form input:focus{
  outline: none;
  border-color:#F9DC0A;
}
.widget_search form button{
  position: absolute;
  top:7px;
  right:7px;
  border:none;
  background:none;
  color:#F9DC0A;
  font-size: 24px;
  cursor: pointer;
}


.widget_categories{

}
.widget_categories ul{
  display: block;
  padding:0;
  margin-left:0;
}
.widget_categories ul li{
  display: block;
  padding:12px 0;
  margin:0;
  border-bottom:1px solid rgba(0,0,0,.1);
}
.widget_categories ul li:last-child{
  border-bottom:none;
}
.widget_categories ul li a{
  display: block;
  color:#1d1d1b;
}
.widget_categories ul li a:hover{
  color:#F9DC0A;
}


section.single-hero{
  padding-top:40px;
  padding-bottom:40px;
  height: 300px;
  color:#fff;
  background-size: cover !important;
}
section.single-hero h1{
  font-weight: 900;
  margin-bottom:0;
  font-size:42px;
}

section.single-article{
  display: block;
  padding:50px 0;
}
@media(max-width:575px){
  section.single-article{
    padding:10px 0 50px 0;
  }
}
section.single-article .head{
  display: block;
  border-bottom:1px solid rgba(0,0,0,.2);
  padding:10px 0;
  margin-bottom:20px;
}
section.single-article .head.nb{
  border-bottom: none;
}
section.single-article .price{
  display: inline-block;
  padding:10px;
  background: #F9DC0A;
  color:#1d1d1b;
  font-size: 32px;
}
@media(max-width:991px){
  section.single-article .price{
    font-size: 24px;
  }
}
@media(max-width:575px){
  section.single-article .price{
    font-size: 16px;
  }
}
section.single-article #map-canvas{
  display: block;
  width:100%;
  height:400px;
}
@media(max-width:575px){
  section.single-article #map-canvas{
    height:300px;
  }
}
section.single-article .title {
	font-size: 42px;
	line-height: 54px;
  font-weight: 700;
	margin-bottom: 0;
  margin-top:15px;
}
@media(max-width:991px){
  section.single-article .title {
  	font-size: 36px;
  	line-height: 44px;
  }
}
@media(max-width:767px){
  section.single-article .title {
  	font-size: 28px;
  	line-height: 36px;
  }
}
@media(max-width:575px){
  section.single-article .title {
  	font-size: 26px;
  	line-height: 32px;
  }
}
section.single-article .date{
  display: block;
  padding-top:15px;
}
section.single-article .meta{
  display: block;
  padding-top:15px;
  margin-bottom:25px;
  opacity:0.7;
}
section.single-article .meta span.separator{
  padding-left:10px;
  padding-right:10px;
}
section.single-article .meta a{
  color:#000;
}
section.single-article  a.cat{
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  color:#1d1d1b;
  text-transform: uppercase;
  padding:2px 5px;
  background: #F9DC0A;
  margin:0 2px 2px 0;
  font-family: 'Lato', sans-serif;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
}
section.single-article a.cat:hover{
  color:#F9DC0A;
  background: #1d1d1b;
}
section.single-article .share{
  display: block;
  float:right;
}
section.single-article .share > a{
  display: block;
  float: left;
  width:38px;
  height:38px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  color:#fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-left:4px;
}
section.single-article .share > a.facebook{
  background: #3C5A99;
}
section.single-article .share > a.twitter{
  background: #38A1F3;
}
section.single-article .share > a:hover{
  opacity:0.7;
}
section.single-article .featured-img{
  display: block;
  margin-left:-100px;
}
@media(max-width:991px){
  section.single-article .featured-img{
    margin-left:0;
  }
}
section.single-article .featured-img:before{
  display: block;
  content: "";
  width:200px;
  height:3px;
  margin-bottom:25px;
  background: #F9DC0A;
}
section.single-article .featured-img img{
  width:100%;
}
section.single-article .content{
  display: block;
  padding:30px 0 0 0;
}
section.single-article .content blockquote{
  border-left:none;
  padding:35px;
  background: #fafafa;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
}
section.single-article .content blockquote p{
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
}
section.single-article .content blockquote p:before{
  content:'“';
  font-size: 145%;
}
section.single-article .content blockquote p:after{
  content:'”';
  font-size: 145%;
}
section.single-article .content blockquote cite{
  font-weight: 700;
}
section.single-article .content blockquote cite:before{
  display: block;
  margin:10px auto 20px auto;
  width:50px;
  height:2px;
  background: #F9DC0A;
  content: "";
}
section.single-article .content .wp-block-pullquote{
  background: #fafafa;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom:25px;
  padding:10px 10px;
}
section.single-article .content .wp-block-pullquote blockquote{
  margin-bottom: 0;
}
section.single-article .content .wp-block-pullquote blockquote p{
  font-size: 32px;
  line-height: 42px;
}
section.single-article .content ul,
section.single-article .content ol{
  display: block;
  padding-left:0;
}
section.single-article .content ul{
  list-style: square;
  margin-left: 20px;
}
section.single-article .content ol{
  margin-left: 15px;
}
section.single-article .content a{
  color:#6092a2;
}
section.single-article .tags{
  display: block;
  font-size: 14px;
  margin-bottom:30px;
}
section.single-article .tags a{
  font-weight: 700;
  display: inline-block;
  margin:1px;
  padding:0 6px;
  background: #F9DC0A;
  color:#000;
}
section.single-article .tags a:hover{
  background: #1d1d1b;
  color:#F9DC0A;
}
.wp-block-gallery{
  margin-left:0;
}

.newscard{
  display: block;
  margin:15px 0;
  overflow: hidden;
  background: #fff;
  box-shadow:0 0 20px rgba(0,0,0,.1);
  -webkit-box-shadow:0 0 20px rgba(0,0,0,.1);
  -moz-box-shadow:0 0 20px rgba(0,0,0,.1);
  -ms-box-shadow:0 0 20px rgba(0,0,0,.1);
}
.newscard .img-wrap{
  overflow: hidden;
  position: relative;
}
.newscard .img-wrap > *{
  position: relative;
  z-index: 1;
}
.newscard .img-wrap .inner{
  position: absolute;
  z-index: 2;
  bottom:20px;
  left:20px;
  right:20px;
  color:#fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,.5);
  -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,.5);
  -moz-text-shadow: 1px 1px 3px rgba(0,0,0,.5);
  -ms-text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.newscard .img-wrap .inner h2{
  margin-top:10px;
  font-weight: 700;
}
.newscard .img-wrap .inner a{
  color:#fff;
}
.newscard .img-wrap .inner a.cat{
  color:#1d1d1b;
}
.newscard .image{
  display: block;
  position: relative;
  background-size: cover !important;
  transition:all 0.2s ease;
  height:250px;
}
.newscard:hover .image{
  transform: scale(1.05);
}
.newscard .image:after{
  position: absolute;
  z-index: 1;
  content: "";
  top:0;
  left:0;
  bottom:0;
  right:0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$1d1d1b00', endColorstr='#a6000000',GradientType=0 );
}
.events .newscard .image:after{
  display: none;
}
.related{
  margin-top:75px;
  margin-bottom:20px;
}
.related .newscard .image{
  height:250px;
}
@media(max-width:1199px){
  .related .newscard .image{
    height:250px;
  }
}
.related .newscard{
  margin:0 1px 1px 0;
}
.events .newscard .image{
  height:auto;
}
.events .newscard .img-wrap .subscribe_card{
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  margin-left:-75px;
  margin-top:-22px;
  background: #fff;
  color:#1d1d1b;
  padding:10px 0;
  text-align: center;
  width: 150px;
  text-transform: uppercase;
  opacity: 0;
  transform:scale(0.5);
  -webkit-transform:scale(0.5);
  -moz-transform:scale(0.5);
  -ms-transform:scale(0.5);
}
.events .newscard:hover .img-wrap .subscribe_card{
  opacity: 1;
  transform:scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
}
.newscard.nc-margin{
  margin:15px 0;
}
.newscard.big .image{
  height:350px;
}
.newscard.title{
  border:2px solid #F9DC0A;
}
@media(max-width:767px){
  .newscard.big .image{
    height:450px;
  }
  .newscard.big h2{
    font-size: 18px;
    line-height: 24px;
  }
  .newscard.title{
    background: transparent;
    box-shadow: none;
  }
  .newscard.title img{
    display: none;
  }
}
@media(max-width:575px){
}
.newscard .outer{
  display: block;
  padding: 25px;
}
.newscard .outer.ev{
  min-height: 175px;
}
.newscard .outer h4{
  font-size: 22px;
  line-height: 30px;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   max-height: 60px;       /* fallback */
}
.newscard .line{
  display: block;
  content: "";
  widtH:50px;
  height:4px;
  background: #F9DC0A;
  margin:15px 0;
}
.newscard .outer h4 a{
  color:#2a2a2a;
}
.newscard .outer h4 a:hover{
  color:#F9DC0A;
}
.newscard .outer .meta{
  display: block;
  font-family: 'Lato', sans-serif;
  padding:0;
  font-size: 12px;
  font-weight: 700;
}
.newscard .outer p{
  margin:0;
}
.newscard .outer p.excerpt{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* number of lines to show */
  max-height: 72px;       /* fallback */
  overflow: hidden;
}

.newscard a.cat{
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  color:#1d1d1b;
  text-transform: uppercase;
  padding:2px 5px;
  background: #F9DC0A;
  margin:0 2px 2px 0;
  font-family: 'Lato', sans-serif;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
}
.newscard .outer a.cat{
  color: #F9DC0A;
  background: none;
  font-size: 10px;
  padding:0;
}
.newscard .outer a.cat:hover{
  color:#1d1d1b;
}

.newscard.list{
  display: block;
  padding:10px 5px 15px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.newscard.list.alt{
  padding:10px 5px;
}
.newscard.list:after{
  display: block;
  content: "";
  clear: both;
}
.newscard.list:last-child{
  border-bottom: none;
}
.newscard.list a.cat{
  color: #F9DC0A;
  background: none;
  font-size: 10px;
  padding:0;
}
.newscard.list h4{
  font-weight: 400;
}
.newscard.list.alt h4{
  font-weight: 700;
}
.newscard.list h4 a{
  color:#2A2A2A;
}
.newscard.list h4 a:hover{
  color: #F9DC0A;
}
.newscard.list .image{
  float:left;
  width:75px;
  height:75px;
  margin-top:5px;
}
.newscard.list .outer{
  display: block;
  float: left;
  width:calc(100% - 85px);
  padding-left:10px;
  margin:0;
}



.featured_main{
  display: block;
  padding-top:15px;
  padding-bottom:50px;
}
.featured_main .row > div:last-child article:last-child{
  margin-top:10px;
}
.featured_category_default .row > div:nth-child(2) article:last-child{
  margin-top:10px;
}
.featured_category_default .newscard.big .image,
.featured_main .newscard.big .image{
  height:400px;
}
.featured_category_default .newscard.medium .image,
.featured_main .newscard.medium .image{
  height:195px;
}
.featured_category_default{
  display: block;
  padding-bottom:40px;
}
@media(max-width:767px){
  .featured_category_default .newscard.big .image,
  .featured_main .newscard.big .image{
    height:195px;
  }
}


.featured_category_carousel{
  padding-bottom:40px;
  background: rgba(0,0,0,.05);
  box-shadow: inset 0 0 20px rgba(0,0,0,.1);
}
.featured_category_carousel .section-title > *{
  background: #f2f2f2;
}
.featured_category_carousel .newscard{
  margin:0;
}
.featured_category_carousel .newscard.medium .image{
  height:225px;
}


section.archive-articles{
  display: block;
  padding:50px 0;
}
section.archive-articles.events{
  padding: 30px 0;
}
section.archive-articles.events .row > div.hidden{
  display: none;
}
@media(max-width:575px){
  section.archive-articles{
    padding:10px 0 50px 0;
  }
}


.widget-latest{
  padding-top:15px;
  padding-bottom:15px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  position: relative;
}
.widget-latest:after{
  display: block;
  position: absolute;
  content:"";
  width:25px;
  height:25px;
  background: url('images/deco-up.svg') top right no-repeat;
  background-size: contain;
  top:15px;
  right:0;
}
.widget-latest .img{
  display: block;
  position: relative;
  overflow: hidden;
}
.widget-latest .img img{
  position: relative;
  z-index: 1;
}
.widget-latest:last-child{
  border-bottom: none;
  margin-bottom:30px;
}
.widget-latest small{
  padding-left: 15px;
}
.widget-latest .wtitle{
  color:#2a2a2a;
  padding-left:15px;
  display: block;
}
.widget-latest:hover .wtitle{
  color:#F9DC0A;
}


section.video-hero{
  display: block;
  position: relative;
  height:70%!important;
}
section.video-hero .bg-video:before{
  position: absolute;
  z-index: 1;
  content: "";
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,.5);
}
section.video-hero{
	background-image: url('/wp-content/uploads/2019/03/poster.jpg') !important;
}
section.video-hero > div{
  height:100%;
  position: relative;
  z-index: 6;
}
section.video-hero .yellow{
	padding:19px 28px;
}
section.video-hero .button{
  height:85px;
}
section.video-hero .button{
  min-width:234px;
}
@media(max-width:575px){
	section.video-hero .yellow{
	margin-right:auto !important;
		margin-left:auto !important;

	}
	section.video-hero .button{
  margin-top:10px !important;
		margin-bottom:0px !important;
		width:240px;
		height:auto;
}

  section.video-hero video{
    display: none !important;
  }
  .share-blog{
    text-align: center;
  }
  .share-blog .text-right{
    text-align: center !important;
  }
  ul.heateor_sss_follow_ul li, ul.heateor_sss_sharing_ul li{
    display: inline-block !important;
    float: none !important;
  }
  section.video-hero{
    height:calc(100% + 100px);
  }
}



section.hero_homepage{
  display: block;
  position: relative;
  height:100%;
}
section.hero_homepage.blueSlider{
  background: #3349fe;
}
section.hero_homepage.blueSlider>.container{
  height:100%;
}
section.hero_homepage .owl-carousel,
section.hero_homepage .owl-carousel > .owl-stage-outer,
section.hero_homepage .owl-carousel > .owl-stage-outer > .owl-stage,
section.hero_homepage .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item{
  height: 100%;
}
section.hero_homepage .item{
  height: 100%;
  background-size: cover !important;
}
section.hero_homepage.blueSlider .item{
  background-size: contain !important;
}
section.video-hero .box,
section.hero_homepage .item .box{
  display: block;
  position: relative;
  z-index: 8;
  width:80%;
  float:none;
  margin-left:auto;
  margin-right:auto;
  color:#fff;
  padding:20px 20px;
  text-align: center;
}
@media(max-width:991px){
  section.video-hero .box,
  section.hero_homepage .item .box{
    width:90%;
  	padding:20px 30px;
  }
  section.video-hero .box h1,
  section.hero_homepage .item .box h1{
    font-size: 32px;
	line-height: 42px;
  }
}
section.video-hero .box p,
section.video-hero .box h4,
section.video-hero .box h2
section.hero_homepage .item .box p,
section.hero_homepage .item .box h4,
section.hero_homepage .item .box h2{
  text-shadow: 0 0 5px rgba(0,0,0,.5);
}
section.video-hero .box h2,
section.hero_homepage .item .box h2{
  margin:20px 0;
  font-weight: 900;
  font-size: 44px;
  line-height: 54px;
}
section.video-hero .box p,
section.hero_homepage .item .box p{
  font-size: 26px;
  line-height: 32px;
}
/*
section.video-hero .box:before,
section.hero_homepage .item .box:before{
  display: block;
  position: absolute;
  content:"";
  width:75px;
  height:76px;
  background: url('images/deco-up.svg') top right no-repeat;
  background-size: contain;
  top:0;
  right:0;
}
section.video-hero .box:after,
section.hero_homepage .item .box:after{
  display: block;
  position: absolute;
  content:"";
  width:75px;
  height:76px;
  background: url('images/deco-down.svg') bottom left no-repeat;
  background-size: contain;
  bottom:0;
  left:0;
}
*/
section.video-hero .box .button,
section.hero_homepage .item .box .button{
  margin-top:20px;
  margin-bottom: -20px;
  margin-right:20px;
 /* margin-left:auto; */
}
section.hero_homepage .owl-dots{
  display: block;
  text-align: center;
  margin-top:-40px;
}
@media(max-width:767px){
  section.hero_homepage.blueSlider{
    height:50%;
  }
  section.hero_homepage.blueSlider .owl-nav{
    display: none !important;
  }
  section.video-hero .box h2,
  section.hero_homepage .item .box h2{
    font-size: 28px;
    line-height: 36px;
  }
  section.video-hero .box p,
  section.hero_homepage .item .box p{
    font-size: 18px;
  }
  section.video-hero .box,
  section.hero_homepage .item .box{
    width:100%;
  }
  section.video-hero .box:before,
  section.hero_homepage .item .box:before{
    width:50px;
    height:50px;
  }
  section.video-hero .box:after,
  section.hero_homepage .item .box:after{
    width:50px;
    height:50px;
  }
	section.video-hero .box .button,
section.hero_homepage .item .box .button{
  margin-left:0;
}
}


section.our_services_homepage{
  display: block;
  padding-top:75px;
  padding-bottom:75px;
}
section.our_services_homepage .item{
  display: flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
  text-align: center;
	flex:1;
	height:100%;
  padding-top:25px;
	padding-bottom:25px;
}
section.our_services_homepage .item img{
  display: block;
  margin:0 auto 25px auto;
  width:auto;
  height:150px;
}
section.our_services_homepage.animated .item img{
	transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-moz-transition:all .3s ease;
}
section.our_services_homepage.animated .item:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
section.our_services_homepage .item h3{
  font-weight: 900;
}
section.our_services_homepage .item p{
  font-size: 14px;
}
@media(max-width:767px){
  section.our_services_homepage{
    padding-top:40px;
    padding-bottom:40px;
  }
}



section.numbers{
  display: block;
  padding-top:75px;
  padding-bottom:50px;
  text-align: center;
  background: #fff;
}
section.numbers .number{
  display: block;
  font-size: 36px;
  padding-top:25px;
  position: relative;
  margin-bottom:20px;
  max-width:150px;
  margin-right:auto;
  margin-left:auto;
}
section.numbers .number span{
  font-weight: 700;
}
section.numbers .number:after{
  display: block;
  content:"";
  width:75px;
  height:4px;
  background: #F9DC0A;
  margin:24px auto 0 auto;
}
@media(max-width:767px){
  section.numbers{
    padding-top:40px;
    padding-bottom:40px;
  }
  section.numbers .row > div{
    flex-basis: 33.333%;
  }
}
@media(max-width:575px){
  section.numbers .row > div{
    flex-basis: 50%;
  }
}
@media(max-width:450px){
  section.numbers .row > div{
    flex-basis: 100%;
  }
}



section.blog_homepage{
background: #fafafa;
  display: block;
  padding-top:75px;
  padding-bottom:75px;
  max-width:1400px;
  margin-left:auto;
  margin-right:auto;
  position: relative;
  text-align: center;
}
section.blog_homepage .owl-carousel{
  margin-top:50px;
}
section.blog_homepage .item{
  display: block;
  text-align: left;
}
section.blog_homepage .item.active{
  background-color: transparent !important;
}
section.blog_homepage .item .img{
  display: block;
  height:250px;
  background-size: cover !important;
  position: relative;
}
section.blog_homepage .item .img span{
  position: absolute;
  bottom:20px;
  left:20px;
  display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #1d1d1b;
    text-transform: uppercase;
    padding: 4px 8px;
    background: #F9DC0A;
    font-family: 'Lato', sans-serif;
    text-shadow: none;
}
section.blog_homepage .item h4{
  margin-top: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
  background: #F9DC0A;
  font-size: 12px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
section.blog_homepage .item h3{
  display: block;
  font-weight: 700;
  line-height: 28px;
  margin:25px 0 10px 0;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   max-height: 56px;       /* fallback */
}
section.blog_homepage .item h3 a{
  color:#1d1d1b;
}
section.blog_homepage .item p{
  font-size: 14px;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3; /* number of lines to show */
   max-height: 72px;       /* fallback */
}
section.blog_homepage .before{
  display: block;
  content: "";
  position: absolute;
  z-index: 9;
  top:0;
  left:0;
  bottom:0;
  background: -moz-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,.5) 100%);
  background: -webkit-linear-gradient(left, rgba(250,250,250,1) 0%,rgba(250,250,250,.5) 100%);
  background: linear-gradient(to right, rgba(250,250,250,1) 0%,rgba(250,250,250,.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#00fafafa',GradientType=1 );
}
section.blog_homepage .after{
  display: block;
  content: "";
  position: absolute;
  z-index: 9;
  top:0;
  right:0;
  bottom:0;
  background: -moz-linear-gradient(left, rgba(250,250,250,.5) 0%, rgba(250,250,250,1) 0% 100%);
  background: -webkit-linear-gradient(left, rgba(250,250,250,.5) 0%, rgba(250,250,250,1) 100%);
  background: linear-gradient(to right, rgba(250,250,250,.5) 0%, rgba(250,250,250,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=1 );
}
section.blog_homepage .owl-next{
  right:0;
    z-index: 9;
}
section.blog_homepage .owl-prev{
  left:0;
    z-index: 9;
}
@media(max-width:991px){
  section.blog_homepage{
    margin-left:15px;
    margin-right:15px;
  }
  section.blog_homepage .before,
  section.blog_homepage .after{
    display: none;
  }
}
section.blog_homepage .button{
  margin-top:30px;
}
@media(max-width:767px){
  section.blog_homepage{
    padding-top:40px;
    padding-bottom:40px;
  }
}



section.testimonials{
  display: block;
  padding-top:60px;
  padding-bottom:140px;
  background: #ffffff;
  box-shadow:inset 0 20px 20px -10px rgba(0,0,0,.1), inset 0 -20px 20px -10px rgba(0,0,0,.1);
  -moz-box-shadow:inset 0 20px 20px -10px rgba(0,0,0,.1), inset 0 -20px 20px -10px rgba(0,0,0,.1);
  -webkit-box-shadow:inset 0 20px 20px -10px rgba(0,0,0,.1), inset 0 -20px 20px -10px rgba(0,0,0,.1);
  -ms-box-shadow:inset 0 20px 20px -10px rgba(0,0,0,.1), inset 0 -20px 20px -10px rgba(0,0,0,.1);
  text-align: center;
}
section.testimonials.custom1{
  padding-top:20px;
  padding-bottom:80px;
  background: #F9DC0A;
}
section.testimonials .owl-carousel{
  margin-top:50px;
}
section.testimonials .img{
  display: block;
  margin:0 auto 25px auto;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  width:150px;
  border:2px solid #fff;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
section.testimonials p{
  text-align: center;
  font-size: 16px;
  font-style: italic;
  color:#242424;
  display: block;
  max-width: 600px;
  margin:0 auto;
}
section.testimonials h3{
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
}
section.testimonials.custom1 p{
  font-style: italic;
}
section.testimonials.custom1 h3 {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: -10px;
}
section.testimonials p.author{
  color:#000;
  display: inline-block;
  font-size: 14px;
  margin-bottom:25px;
  font-weight: 700;
  background:#F9DC0A;
  padding-left:10px;
  padding-right:10px;
}
section.testimonials .owl-dots{
  margin-top: 0;
  margin-bottom: -100px;
}
@media(max-width:767px){
  section.testimonials{
    padding-top:20px;
    padding-bottom:120px;
  }
  section.testimonials.custom1{
    padding-bottom:50px;
  }

  section.testimonials.custom1 .item{
    padding-left: 30px;
    padding-right: 30px;
  }
  section.testimonials.custom1 .owl-prev{
    left:-20px;
  }
  section.testimonials.custom1 .owl-next{
    right:-20px;
  }
  section.testimonials.custom1 .owl-dots{
    margin-top: 0;
    margin-bottom: -150px;
  }
}
section.testimonials.custom1 p,
section.testimonials.custom1 h3{
  color:#000;
}



section.client_logos{
  background: #fff;
  display: block;
  padding-top:75px;
  padding-bottom:75px;
  text-align: center;
}
.page-id-192 section.client_logos{
  padding-top:25px;
  padding-bottom:25px;
}
.page-id-192 section.client_logos:first-child{
  padding-top:75px;
}
.page-id-192 section.client_logos:last-child{
  padding-bottom:75px;
}
section.client_logos .owl-carousel{
  margin-top:25px;
}
section.client_logos .box{
  padding:0;
  background: #fff;
  margin:25px 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
section.client_logos .box:hover{
  box-shadow: 0 0 25px rgba(0,0,0,.15);
}
section.client_logos .box img{
  display: block;
  margin:0 auto;
  width:auto;
  max-height:100px;
  filter: gray;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
section.client_logos .box:hover img{
  filter: none;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
section.client_logos .button{
  margin-top:30px;
}
@media(max-width:767px){
  section.client_logos{
    padding-top:40px;
    padding-bottom:40px;
  }
}
@media(max-width:575px){
  section.client_logos .owl-nav{

  }
  section.client_logos .owl-nav .owl-next{
    right:-20px;
  }
  section.client_logos .owl-nav .owl-prev{
    left:-20px;
  }
  section.client_logos .box img{
    max-height: 140px;
  }
}


.cscolfooter{
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  width:360px;
}
@media(max-width:991px){
  .cscolfooter{
    position: relative;
    top:auto;
    bottom:auto;
    right:auto;
    width:100%;
  }
}


section.maps{
  display: block;
  position: relative;
}
section.maps #map-canvas{
  display: block;
  height:700px;
}
section.maps .form{
  display: block;
  position: absolute;
  top:0;
  bottom:0;
  padding:30px;
  width:360px;
  background: #323c45;
  color:#F9DC0A;
}
section.maps .form h3{
  margin-top:0;
  line-height: 22px;
  text-align: center;
  margin-bottom:25px;
}
section.maps .form input[type=text],
section.maps .form input[type=email],
section.maps .form textarea{
  display: block;
  margin:10px 0;
  background: none;
  color:#eee;
}
section.maps .form textarea{
  height:125px;
}
section.maps .form input[type=text]:focus,
section.maps .form input[type=email]:focus,
section.maps .form textarea:focus{
  color:#F9DC0A;
}
@media(max-width:991px){
  section.maps .form{
    display: block;
    position: relative;
    top:auto;
    bottom:auto;
    padding:30px;
    width:100%;
  }
}
@media(max-width:575px){
  section.maps .form{
    right:auto !important;
    width:100% !important;
  }
}


section.hero_page{
  display: block;
  position: relative;
  height: 500px;
  background-size: cover !important;
}
/* section.hero_page:before{
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  /*background: rgba(0,0,0,0.3);*/
} */
section.hero_page.pchero:before{
	display:none;
    height: 600px;
}
section.hero_page .container{
  position: relative;
  z-index: 2;
  text-align: center;
}
section.hero_page .container h2{
  display: inline-block;
  position: relative;
  margin:0;
  padding:0;
  font-weight: 700;
  color:#fff;
  font-size: 42px;
}
section.hero_page .container h2:after{
  display: block;
  position: absolute;
  content: "";
  top:-10px;
  right:-20px;
  width:25px;
  height:25px;
  background: url('images/deco-up.svg') top right no-repeat;
  background-size: contain;
}

section.hero_page.sendhero .container h2 {
    color: black;
}

@media(max-width:767px){
  section.hero_page{
    height:300px;
  }
	body.page-id-1025 section.hero_page{
	  height:450px;
	}
  section.hero_page .container h2{
    font-size: 32px;
  }
  body.page-id-1025 section.hero_page .container h2{
    font-size: 24px;
	  line-height:30px;
  }
}
@media(max-width:575px){
  section.hero_page{
    height:320px;
  }
  section.hero_page .container h2{
    font-size: 28px;
  }
	section.hero_page.pchero{
		height:200px;
	}
}


section.breadcrumbs{
  display: block;
  padding-top:20px;
  padding-bottom:20px;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.7;
}
section.breadcrumbs span.home{
  color:#000;
}
section.breadcrumbs i{
  margin-left:4px;
  margin-right:4px;
}
section.breadcrumbs a{
  color:#000;
}


section.cta{
  display: block;
  position: relative;
  height:400px;
  background-size: cover !important;
}
section.cta:before{
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,.3);
}
section.cta .container{
  position: relative;
  z-index: 2;
  text-align: center;
}
section.cta .container h2{
  display: block;
  position: relative;
  margin:0;
  padding:0;
  font-weight: 700;
  color:#fff;
  font-size: 42px;
}
section.cta .container h2:after{
  display: block;
  content: "";
  margin:25px auto;
  width:50px;
  height:3px;
  background: #F9DC0A;
}
section.cta .container p{
  display: block;
  color:#fff;
  font-size: 20px;
  margin-bottom:15px;
}
@media(max-width:767px){
  section.cta .container h2{
    font-size: 32px;
  }
}
@media(max-width:575px){
  section.cta .container h2{
    font-size: 28px;
  }
  section.cta .container p{
    font-size: 18px;
  }
}



section.maincontent{
  display: block;
}
section.maincontent > .container{
  padding:50px;
}
section.maincontent > .container a{
  color:#000;
}
section.maincontent .csize{
  height:auto;
  width:auto;
}
@media(max-width:575px){
  section.maincontent > .container{
    padding:35px 25px;
  }
  section.maincontent .col{
    flex-basis: 100%;
  }
}
section.maincontent > .container h2{
  margin-top:0;
  text-align: center;
  font-weight: 700;
}
section.maincontent > .container h4{
  margin-bottom:50px;
  text-align: center;
}
section.maincontent .listitem{
  display: block;
  position: relative;
  padding:15px 0 15px 30px;
}
section.maincontent .listitem:before{
  display: block;
  position: absolute;
  content: "";
  top:20px;
  left:0px;
  width:15px;
  height:15px;
  background: url('images/deco-up.svg') top left no-repeat;
  background-size: contain;
}
section.maincontent ul,
section.maincontentol{
  display: block;
  padding-left:0;
}
section.maincontent ul{
  list-style: square;
  margin-left: 20px;
}
section.maincontent ol{
  margin-left: 15px;
}
section.maincontent > .container .cta{
  display: block;
  margin:-50px;
  padding:100px 30px;
  background-size: cover !important;
}
section.maincontent .team{
  text-align: center;
  margin-top:25px;
  margin-bottom:25px;
}
.popup-team-content .image,
section.maincontent .team .image{
  display: block;
  width:150px;
  height:150px;
  background-size: cover !important;
  margin:0 auto;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  border:2px solid #fff;
}
body.page-id-197 section.maincontent .team .image{
  width:100%;
	max-width:250px;
	height:auto;
	aspect-ratio:3/4;
  border-radius:0%;
  -webkit-border-radius:0%;
  -moz-border-radius:0%;
  -ms-border-radius:0%;
}
.popup-team-content h4,
section.maincontent .team h4{
  margin:20px 0 0 0;
}
.popup-team-content .team_tag,
.popup-team-content .team_title,
section.maincontent .team .team_title{
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  color: #1d1d1b;
  text-transform: uppercase;
  padding: 2px 5px;
  background: #F9DC0A;
  margin: 0 auto 20px auto;
  font-family: 'Lato', sans-serif;
}
.popup-team-content .team_tag{
  margin:1px;
}
.popup-team-content .icon,
section.maincontent .team .icon{
  display: inline-block;
  width:36px;
  height:36px;
  border: 1px solid #1d1d1b;
  color:#1d1d1b;
  text-align: center;
  line-height: 36px;
  margin:5px;
}
.popup-team-content .icon:hover,
section.maincontent .team .icon:hover{
  background: #1d1d1b;
  color:#F9DC0A;
}
.popup-team-content {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
}
.popup-team-content p{
  text-align: inherit;
}

section.maincontent .form-group{
  display: block;
  margin-bottom:10px !important;
}
section.maincontent textarea{
  height:100px;
}
section.maincontent .maintitle h2,
section.maincontent .maintitle h4{
  text-align: left;
}
section.maincontent .maintitle h2 b,
section.maincontent .maintitle h4 b{
  color:#F9DC0A;
}



section.startups{
  display: block;
}
section.startups:after{
  display: block;
  content: "";
  clear: both;
}
section.startups .filter{
  display: block;
  position: relative;
  padding:15px 0;
  background: #545e68;
  color:#fff;
  line-height: 34px;
}
section.startups .filter:after{
  display: block;
  content: "";
  clear: both;
}
section.startups .filter .lt{
  float:left;
  font-size: 26px;
  padding-left:30px;
  padding-top:5px;
}
@media(max-width:991px){
  section.startups .filter .lt{
    float:none;
    width: 100%;
    font-size: 18px;
    padding-left:0px;
    padding-top:15px;
    padding-bottom:10px;
    text-align: center;
  }
}
section.startups .filter select{
  display: block;
  width:100%;
  padding:10px;
  background: none;
  border:2px solid #fff;
  color:#fff;
}
section.startups .filter select:focus{
  border-color: #F9DC0A;
  outline: none;
  color:#1d1d1b;
}
section.startups .filter form{
  position: relative;
}
section.startups .filter input[type=search]{
  width:100%;
  border: none;
  border-bottom:1px solid #fff;
  background: none;
  padding:10px;
  color:#fff;
}
section.startups .filter input[type=search]:focus{
  outline: none;
  background: none;
  color:#F9DC0A;
  border-color: #F9DC0A;
}
section.startups .filter button[type=submit]{
  background: none;
  color:#fff;
  border:none;
  font-size: 24px;
  position: absolute;
  top:10px;
  right:10px;
}

.bh-sl-container .bh-sl-map-container{
  margin:0 !important;
}
.bh-sl-container .bh-sl-loc-list ul li{
  margin:0 !important;
}
.bh-sl-container a{
  color:#F9DC0A;
}
.bh-sl-container{
  padding:0 !important;
}


.tabs{
  display: block;
}
.tabs .tab-links{
  display: block;
}
.tabs .tab-links > a{
  display: inline-block;
  padding:9px 14px;
  border:1px solid transparent;
  color:#1d1d1b;
  text-transform: uppercase;
}
.tabs .tab-links > a.active{
  border-color:#1d1d1b;
}
.tabs .tab-content{
  display: none;
  margin-top:20px;
  padding-left:15px;
  padding-right:15px;
}
.tabs .tab-content.active{
  display: block;
}
.tabs .tab-content > div{
  border-bottom:1px solid rgba(0,0,0,.2);
  padding-top:5px;
  padding-bottom:5px;
}
.tabs .tab-content > div:last-child{
  border-bottom: none;
}
.tabs .tab-content > div a{
  color:#000;
}
.tabs .tab-content > div a:hover{
  color:#F9DC0A;
}


footer{
  display: block;
  background: #46525e;
  color:#fff;
  font-size: 14px;
}
footer .row > div:last-child{
  background: #323c45;
  text-align: center;
}
footer .row > div.col-lg-3.mh:last-child img{
	max-width:70%;
	height:auto;
	margin-top:15px;
}
footer .row > div:last-child a{
  color:#fff;
}
footer .row > div{
  padding-top:50px;
  padding-bottom:50px;
}
footer .copy{
  background: #323c45;
  padding-top:20px;
  padding-bottom:10px;
}
footer .copy p{
	margin:0;
	padding-top:10px;
}
footer .copy .row > div{
	padding-top:0px;
  padding-bottom:0px;
}
footer h3{
  display: block;
  margin-top:0;
  font-weight: 700;
  color:#F9DC0A;
}
footer ul{
  display: block;
  margin:20px 0;
  padding:0;
  list-style: none;
}
footer ul li{
  display: block;
}
footer ul li a{
  display: block;
  padding:2px 0;
  color:#fff;
}
@media(max-width:991px){
  footer .row > div{
    display: none;
  }
  footer .row > div:nth-child(4){
    display: block;
  }
  footer .copy{
    text-align: center;
  }
	footer .copy .row > div{
    display: block;
	margin-top:-20px;
	padding-bottom:20px;
  }
	footer .copy .row > div img{
		margin-top:20px;
	}
}
@media(max-width:575px){
  footer .copy .row > div:first-child{
    order:2;
	  padding-top:20px;
  }
footer .copy .row > div:last-child{
    order:1;
  }
}

footer .socials{
	display:inline-block;
	text-align:center;
}
footer .socials > a{
	display:block;
	float:left;
	font-size:18px;
	width:32px;
	height:32px;
	line-height:32px;
	margin:4px;
	border:1px solid #fff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
}
footer .socials > a > i.spotify{
	background:url('/wp-content/uploads/2019/05/spotify.png') center no-repeat;
	background-size:50%;
	display:block;
	width:100%;
	height:100%;
}
footer .socials > a > i.mailchimp{
	background:url('images/mailchimp-512.png') center no-repeat;
  filter:grayscale(100) invert(1);
	background-size:50%;
	display:block;
	width:100%;
	height:100%;
}


div.wpcf7-validation-errors{
  margin-left:0 !important;
  margin-right:0 !important;
  padding:25px !important;
  text-align: center !important;
  color:#fff !important;
  border: none !important;
  background: #cc0000 !important;
}
div.wpcf7-mail-sent-ok{
  margin-left:0 !important;
  margin-right:0 !important;
  padding:25px !important;
  text-align: center !important;
  color:#1d1d1b !important;
  border: none !important;
  background: #F9DC0A !important;
}

@media(max-width:782px){
  #wpadminbar{
    display: none !important;
  }
  html{
    margin-top:0 !important;
  }
}


section.startups{
  height:calc(100% - 100px);
  margin-bottom:40px;
}
section.startups.alt{
  height:auto;
  margin-bottom:0px;
}
@media(max-width:991px){
  section.startups{
    height:auto;
  }
}
.bh-sl-container .bh-sl-map,
.bh-sl-container .bh-sl-loc-list{
  height:700px !important;
}
.bh-sl-container .bh-sl-loc-list .list-label{
  width:30px !important;
  height:30px !important;
  line-height: 30px !important;
  padding:0 !important;
}
.bh-sl-container,
.bh-sl-container .bh-sl-map-container{
  height:100%;
}
.bh-sl-container .bh-sl-map,
.bh-sl-container .bh-sl-loc-list{
  height:100% !important;
}
@media(max-width:991px){
  .bh-sl-container .bh-sl-map,
  .bh-sl-container .bh-sl-loc-list{
    height:500px !important;
  }
}

.csize{
  max-width:70px;
}
.csize img{
  height:100px;
}


.load-more-event:link,
.load-more-event:focus{
  color:#000;
}


.newscard.cbb{
  height: 250px;
  text-align: center;
  padding:25px;
  background: #fff;
  border:4px solid #F9DC0A;
  color:#000;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
.newscard.cbb:hover{
  background: #F9DC0A;
  color:#000;
}
section.archive-articles.no-top-margin{
  padding-top:0;
  margin-top:-20px;
}


.download{
  padding-top:50px;
}
.download.offset{
  position: relative;
  top:-50px;
}
.download .section-title h2{
  text-align: left;
}
.download .item{
  margin-top:25px;
  background: #eee;
}
.download .item .button{
  padding:15px;
  text-align: center;
}
.download .item h4{
  margin:0;
  padding:0 25px;
}
.download .col-md-3{
  background: #fff;
}
@media(max-width:768px){
  .download .item h4{
    padding:25px;
  }
}

.grecaptcha-badge{
	z-index:-1 !important;
	opacity:0 !important;
}


.cc{
  display: block;
  width:100%;
  padding:7px 20px;
  background: #ccc;
  float:left;
}


.newsletter{
	display:block;
	padding:30px 0 70px 0;
	background:#eee;

  box-shadow:inset 0 20px 20px -10px rgba(0,0,0,.1), inset 0 -20px 20px -10px rgba(0,0,0,.1);
  -moz-box-shadow:inset 0 20px 20px -10px rgba(0,0,0,.1), inset 0 -20px 20px -10px rgba(0,0,0,.1);
  -webkit-box-shadow:inset 0 20px 20px -10px rgba(0,0,0,.1), inset 0 -20px 20px -10px rgba(0,0,0,.1);
  -ms-box-shadow:inset 0 20px 20px -10px rgba(0,0,0,.1), inset 0 -20px 20px -10px rgba(0,0,0,.1);
}
.newsletter2 .mc-field-group,
.newsletter .mc-field-group{
	display:block;
	position:relative;
	max-width:500px;
	margin:50px auto 0 auto;
	background:#fff;
	border:2px solid #ccc;
	padding:2px;
}
.newsletter2 .mc-field-group:after,
.newsletter .mc-field-group:after{
	display:block;
	content:"";
	clear:both;
}
.newsletter2 .mc-field-group input[type=email],
.newsletter .mc-field-group input[type=email]{
	display:block;
	float:left;
	width: calc(100% - 125px);
	border:none;
	background:none;
	padding:5px 10px;
	margin-bottom:0;
}
.newsletter2 .mc-field-group input[type=submit],
.newsletter .mc-field-group input[type=submit]{
	display:block;
	float:right;
	width: 125px;
	border:none;
	background:#f9dc0a;
	padding:5px 10px;
	text-align:center;
}
.newsletter2 .mc-field-group input[type=email]:focus,
.newsletter2 .mc-field-group input[type=submit]:focus,
.newsletter .mc-field-group input[type=email]:focus,
.newsletter .mc-field-group input[type=submit]:focus{
	outline:none;
}
.newsletter p{
	display:block;
	max-width:600px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.countChar{
	display:block;
	font-size:14px;
	color:#666;
	padding:5px 0;
	text-align:right;
}




.accordions{
  display: block;
  padding-bottom:50px;
  padding-top:50px;
}
.accordions .item{
  display: block;
  border:1px solid #f9dc0a;
  margin-bottom:20px;
  margin-top:20px;
}
.accordions .item:last-child{
  border-bottom:1px solid #f9dc0a;
}
.accordions .item .title{
  position: relative;
  display: block;
  padding:20px 20px 20px 60px;
  color:#000;
  font-size: 16px;
}
.accordions .item .title i{
  display: block;
  position: absolute;
  top:17px;
  left:20px;
  width:28px;
  height:28px;
  background: url('images/acc-minus.svg') center no-repeat;
  background-size: contain;
}
.accordions .item .title.collapsed i{
background: url('images/acc-plus.svg') center no-repeat;
background-size: contain;
}
.accordions .item .content > div{
  padding:20px;
}
.accordions .item .content ul.links{
  margin-left:0;
  padding-left:22px;
}
.accordions .item .content ul.links .links-title{
  list-style: none;
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  margin-left: -20px;
}
.accordions .item .content ul.links a{
  color:#6092a2;
}
.accordions .item .content ul.links a:hover{
  text-decoration: underline;
}




.grid-categories{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.grid-categories a{
  display: block;
  padding: 15px;
  color:#000;
  border-bottom: 2px solid transparent;
}
.grid-categories a:hover{
  color:#f9dc0a;
}
.grid-categories a.active{
  border-bottom: 2px solid #f9dc0a;
}


.enterprises_with_filter .item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:calc(33.333% - 20px);
	height:auto;
  margin:10px;
  border-radius: 5px;
  /* border:2px solid  #f9dc0a; */
  box-shadow: 0 5px 15px rgba(0,0,0,.1);
  padding: 25px;
  text-align: center;
  transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
.enterprises_with_filter .item img{
  height: 150px;
}
.enterprises_with_filter .item:hover{
  box-shadow: 0 5px 25px rgba(0,0,0,.2);
}
.enterprises_with_filter .item p{
  text-align: center;
}

@media(max-width:991px){
  .enterprises_with_filter .item{
    width:calc(50% - 20px);
  }
}
@media(max-width:767px){
  .enterprises_with_filter .item{
    width:100%;
  }
}


.full-filter{
  display: block;
  position: relative;
  padding: 15px 0;
  background: #545e68;
  color: #fff;
}
.full-filter select{
  display: block;
  width:100%;
  max-width: 450px;
  padding:10px;
  background: none;
  border:2px solid #fff;
  color:#fff;
}
.full-filter select:focus{
  border-color: #F9DC0A;
  outline: none;
  color:#1d1d1b;
}


.csoffset-4{
  margin-top: -25px;
  margin-bottom: -40px;
}


.bg-gray{
	background:#e8e8e8 !important;
}

.bg-yellow{
	background:#FEDA35 !important;
}


.page-id-2005 .our_services_homepage h1{
	font-size: 26px;
    line-height: 36px;
}


.tl{
	position:relative;
	display:flex;
	justify-content:center;
  align-items: center;
	min-height:250px;
}
.tl .tl-line{
	position:absolute;
	left:0;
	right:0;
	top:calc(50% - 2px);
	height:4px;
	content:'';
	background:#F9DC0A;
}
.tl .tl-box{
	display:flex;
	flex-direction:column;
	width:auto;
  flex:1;
	/* position:absolute; */
  position: relative;
}
.tl .tl-box:nth-child(2){
	top:-36px;
}
.tl .tl-box:nth-child(3){
	top:45px;
}
.tl .tl-box:nth-child(4){
	top:-45px;
}
.tl .tl-box:nth-child(5){
	top:54px;
}
.tl .tl-box:nth-child(6){
	top:-45px;
}
.tl .tl-box:nth-child(7){
	top:45px;
}
.tl .tl-box:nth-child(8){
	top:-45px;
}
.tl .tl-box:nth-child(9){
	top:54px;
}
.tl .tl-box:nth-child(odd){
	flex-direction:column-reverse;
}
/* .tl .tl-box:nth-child(even){
	bottom:10px;
}
.tl .tl-box:nth-child(odd){
	top:100%;
} */
.tl .tl-box .tl-text{
	padding:15px;
	font-size:13px;
	line-height:17px;
	background:#fff;
	position:relative;
}
.tl .tl-box:nth-child(even) .tl-text{
	border-bottom:2px solid #F9DC0A;
}
.tl .tl-box:nth-child(odd) .tl-text{
	border-top:2px solid #F9DC0A;
}
.tl .tl-box:nth-child(even) .tl-text:after{
	content:"";
	position:absolute;
	bottom:-10px;
	left:calc(50% - 10px);
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid #F9DC0A;
}
.tl .tl-box:nth-child(odd) .tl-text:after{
	content:"";
	position:absolute;
	top:-10px;
	left:calc(50% - 10px);
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #F9DC0A;
}
.tl .tl-box .tl-date{
	position:relative;
	font-size:14px;
	text-align:center;
}
.tl .tl-box:nth-child(even) .tl-date{
	padding-top: 34px;
    margin-bottom: -34px;
}
.tl .tl-box:nth-child(odd) .tl-date{
	padding-bottom:34px;
	margin-top:-34px;
}
.tl .tl-box .tl-date:before{
	position:absolute;
	top:19px;
	left:calc(50% - 5px);
	width:10px;
	height:10px;
	border-radius:50%;
	background:#F9DC0A;
	content:'';
}
.tl .tl-box:nth-child(odd) .tl-date:before{
	top:auto;
	bottom:19px;
}
@media (max-width:991px){
	.tl{
		position:relative;
		display:flex;
		justify-content:center;
		flex-direction:column;
		min-height:500px;
	}
	.tl .tl-line{
		position:absolute;
		left:7px;
		right:auto;
		top:0;
		width:4px;
		height:100%;
		content:'';
		background:#F9DC0A;
	}
	.tl .tl-box{
		display:flex;
		flex-direction:column-reverse;
		width:90%;
		position:relative;
		margin-top:10px;
		margin-bottom:10px;
	}
	.tl .tl-box:nth-child(2),
	.tl .tl-box:nth-child(3),
	.tl .tl-box:nth-child(4),
	.tl .tl-box:nth-child(5),
	.tl .tl-box:nth-child(6),
	.tl .tl-box:nth-child(7),
	.tl .tl-box:nth-child(8),
	.tl .tl-box:nth-child(9){
    top:auto;
		left:18px;
	}
	.tl .tl-box:nth-child(odd){
		flex-direction:column-reverse;
	}
	.tl .tl-box:nth-child(even){
		bottom:auto;
	}
	.tl .tl-box:nth-child(odd){
		top:auto;
	}
	.tl .tl-box .tl-date:before{
		top:38px;
		left:-31px;
	}
	.tl .tl-box:nth-child(odd) .tl-date:before{
		top:38px;
		left:-31px;
	}
	.tl .tl-box .tl-date{
		text-align:left;
	}
	.tl .tl-box:nth-child(even) .tl-date{
		padding-top: 0px;
		margin-bottom:0;
	}
	.tl .tl-box:nth-child(odd) .tl-date{
		padding-bottom:0px;
		margin-top:0;
	}
	.tl .tl-box:nth-child(even) .tl-text:after{
		top:10px;
		left:-10px;
		border-top:10px solid transparent;
		border-right:10px solid #F9DC0A;
		border-bottom:10px solid transparent;
		border-left:none;
		bottom:auto;
	}
	.tl .tl-box:nth-child(odd) .tl-text:after{
		top:10px;
		left:-10px;
		border-top:10px solid transparent;
		border-right:10px solid #F9DC0A;
		border-bottom:10px solid transparent;
		border-left:none;
	}
	.tl .tl-box:nth-child(even) .tl-text{
		border-left:2px solid #F9DC0A;
		border-bottom:none;
	}
	.tl .tl-box:nth-child(odd) .tl-text{
		border-left:2px solid #F9DC0A;
		border-top:none;
	}
}


ul.customUl{
	display:block;
	margin:0;
	padding:20px 0 20px 20px;
	list-style:none;
}
ul.customUl > li{
	display:block;
	position:relative;
	margin-bottom:0;
}
ul.customUl > li:before{
	content:"";
	width:7px;
	height:7px;
	background:#F9DC0A;
	position:absolute;
	top:8px;
	left:-15px;
}


.max300 img{
	max-width:300px;
    padding: 20px;
}


.csbox1{
	background:#fafafa;
	padding-bottom:1px;
}



.countDown{
	font-size:32px;font-weight:900;
}
@media(max-width:400px){
	.countDown{
	font-size:28px;font-weight:900;
}
}

.button-pitch{
	margin-top: 300px !important;
	background: #F9DC0A !important;
    border: 1px solid #F9DC0A !important;
    color: #111111 !important;
}

@media(max-width:400px){
	.button-pitch{
	margin-top: 110px !important;
    padding: 7px 15px !important;
}
}

@media (max-width:991px) {
	.button-pitch{
	margin-top: 110px !important;
    padding: 7px 15px !important;
}
}



.custom_prix_block{
  background-size: cover !important;
}
.custom_prix_block.light{
  color:#fff;
}
.custom_prix_block .image img{
  border: 10px solid #fff;
}
.custom_prix_block h3{
  font-size: 26px;
  font-weight: 500;
  margin-top: 0px;
  padding-top: 0px;
}
.custom_prix_block h4{
  font-size: 24px;
}
.custom_prix_block h5{
  font-size: 24px;
  font-weight: 700;
}

.custom_prix_block p{
  margin:25px 0 0 0;
}





.wdoorow hr{
  display: none !important;
}

.cEmail{
  float:left;
  width:70%;
  display: none !important;
}
.cSubmit{
  float: right;
  width:30%;
}
.cSubmit button{
  width: 100%;
  background: #F9DC0A !important;
  font-weight: 600 !important;
  display: none !important;
  border: none !important;
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}

@media(max-width:767px){
  .cEmail{
    float:none;
    width:100%;
    margin-right:0 !important;
    margin-left:0 !important;
  }
  .cEmail > div > div{
    margin-bottom: 0 !important;
  }
  .cSubmit{
    float: none;
    width:100%;
    margin-right:0 !important;
    margin-left:0 !important;
  }
  .cSubmit button{
    width: 100%;
    background: #F9DC0A !important;
    font-weight: 600 !important;
  }
}



.wdoo-question{
  display: none;
}
body > .wdoorow{
  padding-top:50px;
}

.wdoorow:not(.expanded) .wdoorow {
    margin-top: -30px;
}

.wdoo-caption {
  font-weight: bold;
  font-size: 18px;
  color:#000000;
}

.wdoo-desc {
  color:#000000;
}

.wdoorow .start-date{
	background: #F9DC0A !important;
	color:#000 !important;
	display:none;
}
.wdoorow .start-date p{
	margin-bottom:0;
}
.wdoorow .end-date{
	background: #F9DC0A !important;
	color:#000 !important;
	display:none;
}
.wdoorow .end-date p{
	margin-bottom:0;
}

.countDown {
    font-size: 32px;
    font-weight: 900;
    background: #F9DC0A;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width:350px;
}

@media(max-width:767px){
  .countDown {
    margin-left: 0px;
    margin-right: 0px;
  }
}

header .logo img {
    padding-top: 10px;
}


.success_stories .item{
  display: block;
  background: #fff;
  text-align: center;
  padding-bottom:25px;
}
.success_stories .item .img{
  display: block;
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 25px;
}
.success_stories .item .img:after{
  display: block;
  content: "";
  padding-bottom: 70%;
}
.success_stories .item h4{
  height: 50px;
}
.success_stories .item .button{
  padding-top: 10px;
  padding-bottom: 10px;
}


.tableRow{
  border-top: 1px solid rgba(0,0,0,.2);
  border-left: 1px solid rgba(0,0,0,.2);
}
.tableRow > div{
  border-right: 1px solid rgba(0,0,0,.2);
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.tableRow > div > div > div:first-child{
  border-right: 1px solid rgba(0,0,0,.2);
}
.tableRow > div > div > div{
  padding-top: 5px;
  padding-bottom: 5px;
}

.resetcs img{
  height:auto !important;
}

.owl-carousel .owl-item img {
    border-radius: 0%;
}
.owl-carousel.owl-testimonials .owl-item img {
    border-radius: 50%;
}



.formation_carousel{

}
.formation_carousel .csCard{
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.formation_carousel .csCard .img{
  overflow: hidden;
    position: relative;
}
.formation_carousel .csCard .img .image{
  display: block;
  position: relative;
  background-size: cover !important;
  transition: all 0.2s ease;
  background-position: center !important;
  background-size: cover !important;
}
.formation_carousel .csCard .img .image:after{
  display: block;
  content: "";
  padding-bottom: 60%;
}
.formation_carousel .csCard .img .subscribe_card{
  display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -22px;
    background: #fff;
    color: #1d1d1b;
    padding: 10px 0;
    text-align: center;
    width: 150px;
    text-transform: uppercase;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
}
.formation_carousel .csCard:hover .img .image {
    transform: scale(1.05);
}
.formation_carousel .csCard:hover .img .subscribe_card{
  opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
}
.formation_carousel .csCard .body{
  padding: 25px;
}
.formation_carousel .csCard a{
  color:#000;
}
.formation_carousel .csCard a:hover{
  color:#F9DC0A;
}
.formation_carousel .owl-carousel .owl-stage-outer{
  padding: 15px;
  margin-left: -15px;
  width: calc(100% + 30px);
}
.formation_carousel .owl-carousel .owl-item img{
  border-radius: 0;
}
.formation_carousel .csCard .body h4{
  font-weight: 700;
    line-height: 28px;
    font-size: 18px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.formation_carousel .csCard .body p{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;

    max-height: 72px;
    overflow: hidden;
    height: 72px;
}
.formation_carousel .csCard .body .bottom{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.formation_carousel .csCard .body .bottom .time{
  font-size: 12px;
}
.formation_carousel .csCard .body .bottom .price{
  font-weight: 700;
  font-size: 20px;
  color:#F9DC0A;
}
.formation_carousel .csCard .body .deco{
  display: block;
  width:50px;
  height: 5px;
  background:#F9DC0A;
  margin:20px 0;
}
.formation_carousel .owl-dots{
  margin-top: 0 !important;
  bottom:-40px;
}



.custom_event{
  overflow: hidden;
}
.custom_event .owl-nav .owl-next{
  right:-100px;
}
.custom_event .owl-nav .owl-prev{
  left:-100px;
}
@media(max-width:575px){
  .custom_event{
    padding-left:40px;
    padding-right: 40px;
  }
  .custom_event .owl-nav .owl-next{
    right:-60px;
  }
.custom_event .owl-nav .owl-prev{
    left:-60px;
  }
}
.ceCard{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.ceCard .date{
  margin-right: 25px;
  font-size: 42px;
  font-weight: 700;
  color:#F9DC0A;
  text-align: right;
  line-height: 30px;
  padding-top: 10px;
}

.ceCard .date span{
  font-size: 24px;
  display: block;
}
.ceCard .content h3{
  margin-top: 0;
  margin-bottom: 0;
}
.ceCard .content h3 a{
  color:#000;
}

.ceCard .content .button{
  padding:10px 25px;
}

.owl-carousel .owl-stage {
    padding-top: 40px;
}



.cta_landing_1{
  background: #fff;
}
.cta_landing_1 ul{
  margin:0;
  padding:15px 20px;
}



.css0821_stepvertical{
  display: flex;
  flex-direction: row;
  margin: 25px 0;
}
.css0821_stepvertical > span{
  width:50px;
  min-width: 50px;
  height: 50px;
  display: flex;justify-content: center;align-items: center;
  border-radius: 50%;
  background: #F9DC0A;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  margin-right: 20px;
  position: relative;
}
.css0821_stepvertical > strong{
  font-size: 18px;
  padding: 10px 0;
  text-align: left;
}
.css0821_stepvertical.line > span:after{
  position: absolute;
  width: 2px;
  height: 40px;
  background: #F9DC0A;
  top:100%;
  left:calc(50% - 1px);
  content: "";
}


.badge1021{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	font-weight:700;
}
.badge1021 span{
	display:flex;
	justify-content:center;
	align-items:center;
	width:20px;
	height:20px;
	background: #F9DC0A;
	color:#000;
	border-radius: 50%;
	margin-right:5px;
}
.badge1021 a{
	color:#000;
}
.badge1021 a:hover{
	color:#F9DC0A;
}


.section-title.deco h3:after{
  display: block;
  margin: 15px auto;
  width:100px;
  height: 5px;
  background: #F9DC0A;
  content: "";
}



.boxes2108{
  margin-top: 30px;
  position: relative;
  z-index: 99;
}
.boxes2108 > div > .i1{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #F9DC0A;
  color:#000;
  padding: 20px 0 20px 40px;
  font-weight: 700;
  height: 100px;
  position: relative;
  z-index: 9;
}
.boxes2108 > div > .i1:before{
  content: "";
  position: absolute;
  top:0;
  left:0px;
  border-left: 20px solid #fafafa;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
}
.boxes2108 > div > .i1:after{
  content: "";
  position: absolute;
  top:0;
  right:-20px;
  border-left: 20px solid #F9DC0A;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
}
.boxes2108 > div.item > .i2{
/*   position: absolute;
  top:100%;
  left:0;
  right:0;
  opacity: 0;
  max-height: 0;
  overflow: hidden; */

  transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
/* .boxes2108 > div.item:hover > div{
  opacity: 1;
  max-height: 300px;
  overflow: visible;
} */
.boxes2108 > div > div > div{
  display: block;
  background: #eee;
  padding: 20px;
  margin-top: 10px;
  margin-left: 20px;
}

@media(max-width:991px){
  .boxes2108 > div > .i1:before,
  .boxes2108 > div > .i1:after{
    display: none;
  }
  .boxes2108 > div.item > .i2{
    position: relative;
    top:auto;
    left:auto;
    right:auto;
    opacity: 1;
    max-height: inherit;
    overflow: visible;
    margin-bottom: 30px;
  }
  .boxes2108 > div > div > div{
    margin-left: 0;
  }
}


.candidature2108{
  background: url('/wp-content/uploads/2021/08/Pozadina.jpg') center;
  background-size: 1200px auto;
  padding: 50px 0;
  color: #fff;
}

.btn{
	border-radius:0 !important;
}

textarea.form-control{
	height:150px;
}

header nav.main ul > li.pretpartez > a{
padding:10px 20px 10px 20px;
margin-top:38px;
border:2px solid #3447FF;
margin-left:10px;
}
header nav.main ul > li.pretpartez:hover > a{
border-color:#3447FF;
background: #3447FF;
color:#fff;
}


header nav.main ul > li.green > a{
padding:10px 20px 10px 20px;
margin-top:38px;
border:2px solid #33E6AD;
margin-left:10px;
}
header nav.main ul > li.green:hover > a{
border-color:#33E6AD;
background: #33E6AD;
color:#fff;
}


header nav.main ul > li.blue > a{
padding:10px 20px 10px 20px;
margin-top:38px;
border:2px solid #3447FF;
margin-left:10px;
}
header nav.main ul > li.blue:hover > a{
border-color:#3447FF;
background: #3447FF;
color:#fff;
}

.wpcf7-form label.error!important {
    color: #fff;
    font-size: 11px;
    float: none;
    padding-left: 5px;
}



.block_01122021{
  padding:50px 0;
}
.block_01122021 .image{
  width: 50%;
  border-radius: 50%;
  overflow: hidden;
  border:3px solid #eeeeee;
  margin:0 auto -100px auto;
  position: relative;
  z-index: 2;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.block_01122021 .image:after{
  display: block;
  content: "";
  padding-bottom: 100%;
}
.block_01122021 .content{
  background: #eeeeee;
  box-shadow: 0px 3px 6px rgba(0,0,0,.2);
  padding:100px 30px 30px 30px;
  text-align: center;
  position: relative;
  height:calc(100% - 60px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.block_01122021 .content .code{
  display: inline-block;
  padding: 10px 30px;
  margin:20px auto;
  font-weight: 700;
  color:#fff;
}
.block_01122021 .content .link{
  color:#343434;
  display: block;
  text-align: right;
}


.cs19{
	max-width:500px;
	margin:25px auto;
	padding-top:15px;
	padding-bottom:15px;
	background:#eee;
	text-align:center !important;
}
.cs19 img{
	max-width:120px;
}

.accordions {
    margin-top: -70px;
}


.full-filter {
    display: none;
}



.yellowCircleItem{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin:7px 0;
  max-width:512px;
  margin-left:auto;
  margin-right:auto;
  text-align: left;
  padding-top: 5px;
}
.yellowCircleItem > span{
  display: flex;
  justify-content: center;
  align-items: center;
  width:30px;
  height:30px;
  min-width: 30px;
  font-weight: 700;
  background: #F9DC0A;
  border-radius: 100%;
  margin-right: 5px;
  transition: all .5s ease;
  margin-top: -3px;
}
.yellowCircleItem > span:hover{
  background: #000;
  color:#F9DC0A;
}



 .csH3{
   display: inline-block;
 }
 .csH3:after{
   content: "";
   display: block;
   margin: 5px auto 15px auto;
   width: 100%;
   height: 5px;
   background:#F9DC0A;
 }

.animated.bg-gray.text {
   margin-top:-70px!important;
  }

@media(max-width:767px){
   .animated.bg-gray.text {
    margin-top:-30px!important;
  }
}



.block_15102022{
  background: url('/wp-content/uploads/2021/08/Pozadina.jpg') center;
  background-size: 1200px auto;
  color:#fff;
}
.block_15102022 .item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  gap:8px;
}
.block_15102022 .item span{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-weight: 700;
  width: 30px;
  height:30px;
  border-radius: 9999px;
  color:#0e0fff;
  font-size: 14px;
}
.block_15102022 .item a:hover{
  text-decoration: underline !important;
}
.block_15102022 .countDown{
	color:#0026FA !important;
}

.section-title-2022 {
    display: block;
    position: relative;
    background-color: #FEDA35;
	width: 70%;
    margin: 0 auto;
}
}

.pt-4 pb-4 bg-yellow {
    background-color: #FEDA35;
}


.cs202301 .container{
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.cs202301 .container .row:not(.maintitle){
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cs202301 .container .row:not(.maintitle) > div:first-child{
  flex-grow: .33;
}
.cs202301 .container .row:not(.maintitle) > div:last-child{
  flex-grow: .66;
}

@media screen and (max-width: 600px)
{
#CookiebotWidget, #CookiebotWidget * {
    display: none;
}

div.wpfront-message p {
    margin: 20px;
}
}



.csThxPage{
  height:auto !important;
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: rgb(14, 38, 355) !important;
}
.csThxPage h2{
  font-size: 24px !important;
  line-height: 28px;
}
section.hero_page.csThxPage .container h2:after{
  display: none;
}


/**** END ****/
