body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}

body, button, input, textarea {
	line-height: normal;
}

body, .main-content {
	background-color: #383838;
}

body, b, strong, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #FFF;
}

button,
button:focus,
a,
a:focus {
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
}


a, .post-title-link, .post a {
	color: #196D89;
	text-decoration: none;
}
	a:hover, .post a:hover {
		color: #333;
		text-decoration: underline;
	}


.main-container, .header {
	background-color: #242424;
}

.main-content {
	border-left-color: #242424;
}

.textual-logo {
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF !important;

	display: block;
	left: 0px; top: 45px;

	letter-spacing: -2px;
	line-height: 20px;
}
	.logo:hover, .logo span {
		color: #FFF;
		text-decoration: none !important;
	}
	
	.header .logo {
		padding-top: 55px;
		background: url(images/logo-h.png) left top no-repeat;
		background-size: auto 45px;
		margin-bottom: 25px;
	}

	.header .tagline {
		display: none;
	}
	
	@media only screen and (max-width: 960px) {
		.header .logo {
			background-position: center top;
		}
		
		body.sticky .header .logo {
			text-align: left !important;
			background-position: 10px center !important;
			padding-left: 70px !important;
		}
		
		body.sticky .header .logo .textual-logo {
			text-align: left;
		}
		
	}
	
	
	
body .vTop, body table.vTop td {
	vertical-align: top;
}
body .vMid, body table.vMid td {
	vertical-align: middle;
}
body .vBot, body table.vBot td {
	vertical-align: bottom;
}


.portfolio-filter a {
	font-size: 18px;
	color: #FFF;
}
	.portfolio-filter a:hover,
	.portfolio-filter .active a {
		color: #239BC2;
	}
	
	.portfolio-filter li {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	.portfolio-filter .copyright {
		float: left;
		padding: 0;
		text-align: left;
		margin-right: -40px;
		margin-top: -9px;
	}
	
	.portfolio-filter .icons a {
		margin-right: 12px;
	}
	
	.portfolio-filter .icons .icon_whatsapp {
		border-radius: 50%;
		background-color: #12BC18;
		background-image: url(images/icon_whatsapp.svg);
		background-size: 16px 16px;
		background-position: center center;
	}
	
	.portfolio-filter .icons .icon_instagram {
		border-radius: 50%;
		background-image: url(images/icon_instagram.png);
		background-size: 100%;
		background-position: center center;
	}
	
	.portfolio-filter .icons .icon_medium {
		border-radius: 50%;
		background-color: #00AB6B;
		background-image: url(images/icon_medium.png);
		background-size: 18px 18px;
		background-position: center center;
	}
	
	
	
.portfolio-gallery .project-title {
	color: #FFF;
	font-size: 16px;
	line-height: 140%;
}

	.project-link .thumb-container {
		background: #196D89;
		background: #000;
	}

	.portfolio-gallery .project-title span,
	.portfolio-gallery .project-title br {
		display: none;
	}
	
	.portfolio-gallery .preview-img-wrap {
		overflow: hidden;
		opacity: 1 !important;
		background: #000;
	}
	
	.portfolio-gallery .project-link .preview-img-wrap img {
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
		
	.portfolio-gallery .project-link:hover .preview-img-wrap img {
		opacity: 0.6 !important;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	
	
	.portfolio-gallery .project-title {
		top: auto;
		z-index: 10;
		left: 0;
		bottom: 20px;
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
		box-sizing: border-box;
		text-align: left;
		overflow: hidden;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0 !important;
		
		font-size: 1.2em;
		-webkit-transform:translateY(100%);
		transform:translateY(100%);
		opacity:0;
		
		color: #33CCFF;
			
		-webkit-transition:all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
		transition:all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	}
		.portfolio-gallery .project-link:hover .project-title {
			-webkit-transform:translateY(0);
			transform:translateY(0);
			opacity:1;
		}
	
	
	
	.portfolio-tags a {
		line-height: 29px;
		background: #196D89 !important;
	}
		.portfolio-tags a:hover {
			background: #239BC2 !important;
		}
	
	
	.portfolio-back {
		display: inline-block;
		margin-top: 5px;
		font-size: 14px;
	}


.current-menu-item > a:after, .portfolio-filter .active a:after {
	background: none !important;
}


.main-content {
	background: #F0F0F0;
	color: #333333;
}

.main-content b, .main-content strong, .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, 
.main-content .h1, .main-content .h2, .main-content .h3, .main-content .h4, .main-content .h5, .main-content .h6 {
	color: #333333;
}


.header .tagline {
	font-size: 1em;
}
	
.postMeta {
	padding-bottom: 40px;
}

	.postMeta .portfolio-tags {
		margin-bottom: 20px !important;
	}

	@media only screen and (min-width: 550px) {
		
		.postMeta {
			padding-bottom: 20px;
		}
		
		.postMeta .portfolio-tags {
			float: left;
			padding-right: 30px;
		}
		
		.postMeta .portfolio-back {
			float: right;
		}
		
	}

	
	
	
#main-search-form #main-search-field {
	/* color: #FFF;
	background: #383838 !important; */
	
	padding: 10px 20px !important;
	margin: -10px -20px;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	border-radius: 21px;
	line-height: normal !important;
	height: 40px;
	width: auto;
	min-width: 220px;
	
	color: #F0F0F0 !important;
	border-color: #F0F0F0 !important;
	background: #F0F0F0 !important;
	color: #333 !important;
	font-size: 0.8em;
}

#main-search-form #main-search-submit {
	display: block;
	position: absolute;
	z-index: 1111;
	right: -20px;
	top: 0;
	left: auto;
	bottom: auto;
	height: 40px;
	opacity: 1;
	background: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-search' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z'/%3E%3Cpath fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/%3E%3C/svg%3E") left center no-repeat;
}

.clientsPage {
	box-sizing: border-box;
	padding: 0 10px;
	background-color: #F0F0F0;
}
	.clientsPage .col span {
		padding: 0;
		border: 10px solid #F0F0F0;
		background-color: #F5F5F5;
	}
	
	.clientsPage .col img {
		max-width: 80%;
		width: auto;
		max-height: 60%;
	}
	
	.clientsPage.inner {
		background: none;
		padding: 0;
	}
	
	.clientsPage.inner .col span {
		border: 10px solid transparent;
		background: none;
	}


.header-buttons #main-search-form #main-search-field {
	color: #333 !important;
	border-color: #333 !important;
}

.header-buttons ::-webkit-input-placeholder { color: #333 !important; opacity: 1; }
.header-buttons :-moz-placeholder { color:#333 !important; opacity: 1; }
.header-buttons ::-moz-placeholder { color: #333 !important; opacity: 1; }
.header-buttons :-ms-input-placeholder { color:#333 !important; opacity: 1; }



input[type="submit"], button, input[type="button"], .url-button, .read-more {
	border-color: #196D89;
	color: #196D89;
}
	input[type="submit"]:hover, button:hover, input[type="button"]:hover, .url-button:hover, .read-more:hover {
		border-color: #239BC2 !important;
		background-color: #239BC2;
		color: #FFF !important;
	}



.ezcol-special {
	width: 50% !important;
	margin-right: 0 !important;
	text-align: center;
}

.copyright {
	padding-top: 10px;
}


.disc {
	list-style-type: none !important;
}
	.disc li {
		position: relative;
		z-index: 1;
		padding-left: 15px !important;
	}
		.disc li:before {
			position: absolute;
			z-index: 1;
			content: "";
			width: 6px;
			height: 6px;
			background-color: #FFF;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			border-radius: 50%;
			left: 0;
			top: 8px;
			box-sizing: border-box;
		}
		
		
		
.wp-pagenavi a, .wp-pagenavi span {
	padding: 4px 12px 5px 12px;
	line-height: normal;
	border-radius: 50%;
}

	.wp-pagenavi span.current {
		background: #196D89 !important;
		color: #FFF;
		border-color: #196D89 !important;
	}




	
@media only screen and (max-width: 960px) {
	
.main-container {
	margin: 0 !important;
}

.blog-container, .single-portfolio-container {
	padding: 30px 30px;
}
	
	
.header {
	height: 75px;
}





.sticky {
}

	.sticky .menu-and-search {
		position: fixed;
		right: 15px;
		top: 1.1em;
		z-index: 10000000;
		margin: 0;
	}
	
	.sticky .header-buttons.menu-and-search .search-button,
	.sticky .header-buttons .menu-button {
		border-color: #FFF;
		background-color: #FFF;
	}
	
	.sticky .header {
		box-sizing: border-box;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9999999;
		background: #242424;
		margin: 0;
		width: 100%;
		padding: 1.1em 0 0 0 !important;
		height: 70px;
	}
	
	.sticky .main-content {
		padding-top: 145px;
	}
	
	.sticky .header .tagline {
		display: none;
	}
	
	.sticky .header:after {
		display: none;
	}
	
	.sticky .header .logo {
		text-align: left;
		margin: -14px 0 0 0;
		padding: 0 0 0 70px !important;
	}
	
	.sticky .header .textual-logo {
		font-size: 18px;
		letter-spacing: 0px;
		line-height: 18px;
	}
	
	.sticky #main-search-form #main-search-field {
		margin: 0;
	}
	
	
	.header-buttons #main-search-field ::-webkit-input-placeholder { color: #FFF !important; opacity: 1; }
	.header-buttons #main-search-field :-moz-placeholder { color:#FFF !important; opacity: 1; }
	.header-buttons #main-search-field::-moz-placeholder { color: #FFF !important; opacity: 1; }
	.header-buttons #main-search-field :-ms-input-placeholder { color:#FFF !important; opacity: 1; }
	
}


@media only screen and (max-width: 960px) {
	
	
.page-content {
	padding: 30px;
}
	
}



@media only screen and (max-width: 800px) {
	
	
.ezcol-one-half,
.ezcol-one-third,
.ezcol-two-third {
	width: 100% !important;
	margin-right: 0;
}
	
}


.metaslider .nivo-directionNav a {
	filter: drop-shadow(1px 2px 1px rgba(0,0,0,0.7)) !important;
	opacity: 1 !important;
	border-radius: 50% !important;
}



.home .page-content,
.page-id-86473 .page-content {
  max-width: 100% !important;
}


/* --- Image box --- */


.img-box {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  background: #FFF;
  margin-bottom: 50px;
}

  .img-box.img-box-right {
    flex-direction: row-reverse;
  }

  .img-box > div {
    box-sizing: border-box;
    width: 50%;
    overflow: hidden;
  }
  
  .img-box .img-cell a:hover img {
    transform: scale(1.03);
  }
  
  .img-box img {
    object-fit: cover;
    object-position: 0 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    float: left;
    transition: all 0.3s;
    margin-bottom: 0 !important;
  }
  
  .img-box .text-cell {
    display: flex;
    align-items: center;
    padding: 30px;
  }
  
  .img-box .text-cell .img-box-ins {
    width: 100%;
    max-width: 600px;
  }
  
	.home-h3,
  .img-box .text-cell h3 {
    font-size: 28px;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
  }


.img-box-vertical {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
    .img-box-vertical .img-box {
      flex-direction: column;
      width: auto;
      flex-grow: 1;
      flex-basis: 0;
    }
    
    .img-box-vertical .img-box > div {
      width: 100% !important;
    }



[data-animated] {
	opacity: 0;
}

.animated {
	/* animation-delay: 2s; */
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: 1;
}


.img-box [data-img-box] {
  opacity: 0;
	transition: transform 0.5s, opacity 0.5s;
}

.img-box-anim-left {
	opacity: 1;
	transform: translateX(-80px);
}

.img-box-anim-right {
	opacity: 0;
	transform: translateX(80px);
}

.img-box.img-box-right .img-box-anim-left {
	opacity: 0;
	transform: translateX(80px);
}

.img-box.img-box-right .img-box-anim-right {
	opacity: 0;
	transform: translateX(-80px);
}



@keyframes dk_slideInLeft {
    0% {
        transform: translate3d(-100px, 0, 0);
        visibility: visible;
		opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
		opacity: 1;
    }
}


@-webkit-keyframes dk_slideInLeft {
    0% {
        -webkit-transform: translate3d(-100px, 0, 0);
        visibility: visible;
		opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
		opacity: 1;
    }
}

.dk_slideInLeft {
	visibility: visible !important;
	-webkit-animation-name: dk_slideInLeft;
	animation-name: dk_slideInLeft;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
}


@keyframes dk_slideInRight {
    0% {
        transform: translate3d(100px, 0, 0);
        visibility: visible;
		opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
		opacity: 1;
    }
}

@-webkit-keyframes dk_slideInRight {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        visibility: visible;
		opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
		opacity: 1;
    }
}

.dk_slideInRight {
	visibility: visible !important;
	-webkit-animation-name: dk_slideInRight;
	animation-name: dk_slideInRight;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
}




@media (max-width: 767px) {
  
  .img-box-vertical {
    gap: 0;
  }
      .img-box {
        width: 100% !important;
        flex-direction: column !important;
        flex-grow: 1;
        flex-basis: 100% !important;
        margin-bottom: 30px !important;
      }
      
      .img-box > div {
        width: 100% !important;
      }
      
      .img-box .img-cell {
        max-height: 300px;
      }
      
       .img-box img {
        object-fit: fill;
      }
      
      .img-box .text-cell {
        padding: 20px;
      }
      
  .img-box-anim-left, .img-box-anim-right {
    opacity: 1 !important;
    transform: none !important;
  }
 
  
}


.marquee-holder {
	overflow: hidden;
	height: 85px;
	position: relative;
	margin-bottom: 60px;
}

.marquee-holder ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
	position: absolute;
	left: 0;
	top: 0;
	height: 85px;
	white-space: nowrap;
	font-size: 0;
	text-align: left;
	transition: opacity 1s;
	display: block;
}

.marquee-holder .logo-holder {
	padding: 0 50px !important;
	margin: 0 !important;
	list-style: none !important;
	float: left;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 85px;
}

.marquee-holder + h1 {
	display: none
}
