@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
/*teal-color #20c0c6 rgba(32,192,198,1)
teal-dark #188c90 rgba(24,140,144,1)
#00c1c1*/

/*=========================================================================
[01] COMMON STYLE
[02] BUTTON
[03] SCROLL UP
[04] FOOTER
[05] HEADER
	[05.1] MOBILE MENU
[06] INDEX PAGE
	[06.1] HERO
	[06.2] APPROACH
	[06.3] INDUSTRIES
	[06.4] SERVICES
	[06.5] PORTFOLIO
	[06.6] EXPIRIENCE
	[06.7] BRAND CAROUSEL
	[06.8] AWARD CAROUSEL
[07] APPROACH PAGE
[08] INDUSTRIES MAIN PAGE
	[08.1] INDUSTRIES PAGE
        [08.2] SOLUTION PAGE

[09] SERVICES
	[09.1] SERVICES PAGES
[10] CONTACT US PAGE
[11] BLOG PAGE
[12] BLOG POST PAGE
	[12.1] LETTER BLOCK
	[12.2] COMMENTS BLOCK
	[12.3] ASIDE BLOG BLOCK
[13] PROJECT BLOCK
[14] CAREER BLOCK
	[14.1] VACANCY CAROUSEL
[15] COMPANY
[16] NEW FOOTER
=========================================================================*/

/*=======================================================================
[01] COMMON STYLE
=========================================================================*/
* {
	outline: none!important;	

-webkit-transition: all ease-in-out .3s;			
   -moz-transition: all ease-in-out .3s;			
		transition: all ease-in-out .3s;	
}
html {
	position: relative;
	min-height: 100%;
}
body {
	-webkit-tap-highlight-color: transparent;	
	   -webkit-text-size-adjust: 100%;	
	
	width: 100%;	
	background:#fff;
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight: 400;
  	color: #474747;	
	line-height:1.5;
}

@media (min-width: 1200px) {
	body {
		margin-bottom: 800px;
	}
	footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 800px;
	}
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
}
h1 {
	text-align: center;
	margin: 30px 0;
}
main{
	margin-top: 80px;
}

section {
	padding: 60px 0;
}
@media (max-width: 767px) {
	section {
		padding: 20px 0;
	}
}
.article {
	padding: 80px 0;
}	
article h1 {
	text-align: left;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.article-column {
		padding: 0 25px;
	}
}
.article h2 {
	font-size: 2.25em;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.article h2 {
		font-size: 1.5em;
	}
}
ul, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.simple-list {
	margin: 20px;
}
ul.simple-list li {
	list-style: circle;
	margin: 15px;
}

a, 
a:hover, 
a:active,
a:focus{
	color: #188c90;
	text-decoration: none;
}
a {
	color: #20c0c6;
}
a.link {
	color: #02a9af;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	position: relative;
}
a.link:hover,
a.link.active{
	color: #02a9af;
}
a.link::before {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: 100%;
	background: #02a9af;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.link.active::before, 
a.link:hover::before {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
img {
	max-width: 100%;
}

/*=======================================================================
[02] BUTTON
=========================================================================*/
.btn{
	border-radius:0;
	text-align:center;
	padding:15px 20px;
	height: 60px;
	text-transform:uppercase;
	font-size:1em;
	color:#fff;
	display: inline-block;
}
.btn-box .btn {
	margin: 0 10px 10px 0;
}
.btn-box-center {
	margin: 30px 0;
	text-align: center;
}
.btn-100 {
	width: 100%;
}
.btn-with-i {	
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn-with-i i {
	font-size: 2em;
	margin-right: 20px;
}
.btn-teal{	
	background:rgba(32,192,198,1);  
	border:1px solid rgba(32,192,198,0.8);
}
.btn-teal:hover{
	background:rgba(32,192,198,0.8);  
	border:1px solid rgba(32,192,198,1);
	color:#fff;
}
.btn-teal:focus,
.btn-teal.focus,
.btn-teal:active,
.btn-teal.active,
.btn-teal:active:hover,
.btn-teal.active:hover,
.btn-teal:active:focus,
.btn-teal.active:focus,
.btn-teal:active.focus,
.btn-teal.active.focus{
	background:rgba(32,192,198,0.7);
	color:#fff;
	box-shadow: none;
}
.btn-hero{
	background: transparent;  
	border:2px solid rgba(52,255,241,1);
	color: #41fff1;
	width: 250px;
	margin: auto;
}
.btn-hero:hover{
	background: transparent;  
	border:2px solid rgba(52,255,241,0.8);
	color:#fff;
}
.btn-hero:focus,
.btn-hero.focus,
.btn-hero:active,
.btn-hero.active,
.btn-hero:active:hover,
.btn-hero.active:hover,
.btn-hero:active:focus,
.btn-hero.active:focus,
.btn-hero:active.focus,
.btn-hero.active.focus {
	background: transparent;
	color:#fff;
	box-shadow: none;
}
.btn-teal-border{
	background: rgba(52,255,241,0);  
	border:2px solid rgba(52,255,241,1);
	color:rgba(0,0,0,1) !important;	
}
.btn-teal-border:hover{
	background: rgba(52,255,241,0.05);  
	border:2px solid rgba(52,255,241,0.8);
	color:rgba(0,0,0,1);	
}
.btn-teal-border:focus,
.btn-teal-border.focus,
.btn-teal-border:active,
.btn-teal-border.active,
.btn-teal-border:active:hover,
.btn-teal-border.active:hover,
.btn-teal-border:active:focus,
.btn-teal-border.active:focus,
.btn-teal-border:active.focus,
.btn-teal-border.active.focus {
	background: rgba(52,255,241,0.1);  
	color:rgba(0,0,0,1);	
	box-shadow: none;
}
.btn-black-border{
	background: rgba(0,0,0,0);  
	border:2px solid rgba(0,0,0,1);
	color:rgba(0,0,0,1) !important;	
}
.btn-black-border:hover{
	background: rgba(0,0,0,0.05);  
	border:2px solid rgba(0,0,0,0.8);
	color:rgba(0,0,0,1);	
}
.btn-black-border:focus,
.btn-black-border.focus,
.btn-black-border:active,
.btn-black-border.active,
.btn-black-border:active:hover,
.btn-black-border.active:hover,
.btn-black-border:active:focus,
.btn-black-border.active:focus,
.btn-black-border:active.focus,
.btn-black-border.active.focus {
	background: rgba(0,0,0,0.1);  
	color:rgba(0,0,0,1);	
	box-shadow: none;
}
.btn-black-border-thin{
	background: rgba(0,0,0,0);  
	border:1px solid rgba(0,0,0,1);
	color:rgba(0,0,0,1) !important;	
	padding:10px;
	height: 44px;
	font-size:0.8em;
	margin-bottom: 5px;
}
.btn-black-border-thin:hover{
	background: rgba(0,0,0,0.05);  
	border:1px solid rgba(0,0,0,0.8);
	color:rgba(0,0,0,1);	
}
.btn-black-border-thin:focus,
.btn-black-border-thin.focus,
.btn-black-border-thin:active,
.btn-black-border-thin.active,
.btn-black-border-thin:active:hover,
.btn-black-border-thin.active:hover,
.btn-black-border-thin:active:focus,
.btn-black-border-thin.active:focus,
.btn-black-border-thin:active.focus,
.btn-black-border-thin.active.focus {
	background: rgba(0,0,0,0.1);  
	color:rgba(0,0,0,1);	
	box-shadow: none;
}
.btn-orange{	
	background:rgba(252,167,12,1);  
	border:1px solid rgba(252,167,12,0.8);
}
.btn-orange:hover{
	background:rgba(252,167,12,0.8);  
	border:1px solid rgba(252,167,12,1);
	color:#fff;
}
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active,
.btn-orange:active:hover,
.btn-orange.active:hover,
.btn-orange:active:focus,
.btn-orange.active:focus,
.btn-orange:active.focus,
.btn-orange.active.focus{
	background:rgba(252,167,12,0.7);
	color:#fff;
	box-shadow: none;
}

/*=======================================================================
[03] SCROLL UP
=========================================================================*/
#scrollUp {
	background:rgba(32,192,198,1);  
	border:1px solid rgba(32,192,198,0.8);
	height: 35px;
	width: 35px;
/*	right: 30px;
	bottom: 30px;
*/
	left: 10px;
	bottom: 10px;


	color: #fff;
	font-size: 1.5em;
	text-align: center;
	border-radius: 100%;
	line-height: 1.2em;
}
#scrollUp:hover {
	background:rgba(32,192,198,0.8);  
	border:1px solid rgba(32,192,198,1);
}
@media (max-width: 767px) {
	#scrollUp {
/*		right: 0;*/
left:0;
		bottom: 0;
		visibility: hidden;
	}
}

/*=======================================================================
[04] FOOTER
=========================================================================*/

footer {
	background: #1b1b1b;
	color: #fff;
	padding: 40px 0;
}
footer li{
	list-style: none;		
}
footer h3 {
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 20px;
	color: rgba(255,255,255,0.3);
	
}	
.contact-block,
.mail-block,
.see-block {
	padding: 0 40px;
}
@media (min-width: 1200px) and (max-width:1300px) {
	.contact-block,
	.mail-block,
	.see-block {
		padding: 0;
	}
}
@media (max-width: 575px) {
	footer h3 {
		font-size: 1.5em;	
	}
	.contact-block,
	.mail-block,
	.see-block {
		padding: 0;
	}	
}
.mail-block,
.see-block {
	margin-top: 40px;
}	
/*
.contact-block p {
	font-size: 1.125em;
	color: #a8a8a8;
	margin: 30px 0;
}
.contact-list li {
	padding: 15px 0;
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
.contact-list li span{
	display: inline-block;
	font-size: 1.125;
	text-transform: uppercase;
	color: #20c0c6;
	width: 106px;		
}
@media (max-width: 400px){
	.contact-list li span{
		display: block;
		width: 100%;		
	}
}
.social-list {
	margin-top: 30px;
}
.social-list li {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: rgba(255,255,255,0.15);
	font-size: 2em;
	text-align: center;
	margin-right: 20px;
}
.social-list li:hover {
	background:rgba(32,192,198,1);
}	
.social-list li a{
	color: #fff;
}	
*/
.mail-block .form-control {
	background: rgba(255,255,255,0.06);
	padding: 30px 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	border-color: rgba(255,255,255,0.07);
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin: 10px 0;
}
.mail-block .form-control:-moz-focusring {
  color: transparent;
  text-shadow: none;
}
.mail-block .form-control:focus {
  color: #fff;
  background-color: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.12);
  outline: 0;
  box-shadow:none;
}
.mail-block .form-control::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
}
.mail-block .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.6);
}
.mail-block .form-control:-ms-input-placeholder {
  color: rgba(255,255,255,0.6);
}
.mail-block .form-control::-ms-input-placeholder {
  color: rgba(255,255,255,0.6);
}
.mail-block .form-control::placeholder {
  color: rgba(255,255,255,0.6);
}		
.see-list li {
	font-size: 1.5em;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	padding: 15px 0;
}
@media (max-width: 575px) {
	.see-list li {
		font-size: 1.1em;
	}
}
.see-list li a{
	color: #fff;
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;		
}
.see-list li:hover a{
	color: #20c0c6;
}	
.see-list li .angle {
	padding: 0;
	display: inline-block;
	transition: all 0.5s ease-in-out;
	background-image: linear-gradient(#20c0c6, #20c0c6);
	background-size: 10px 1px;
	background-repeat: repeat-x;
	background-position: left center !important;
}
.see-list li:hover .angle {		
	padding-right: 100px;
}	
.see-list li .angle i{
	margin-left: -10px;
	color: rgba(255,255,255,0.15);
}	
.see-list li:hover .angle i{
	color: #20c0c6;
}
@media (max-width: 767px) {
	.see-list li .angle {
		display: none;
	}
}

/*=======================================================================
[05] HEADER
=========================================================================*/

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	/*z-index: 9;*/
	transition: .4s;
	background: #fff;
	padding: 20px 0 0;
}
 .sticky {
	background: #fff;
	left: 0;
	top: 0;
	margin: auto;
	position: fixed;
	padding: 20px 0;

	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;	
}
.main-menu-area {}
.main-menu  ul {
	margin-top: 3px;
}
.main-menu nav > ul > li {
	display: inline-block;
	position: relative;
	margin-left: 20px;
}
.main-menu nav > ul > li:first-child{
	margin-left:0;
}
.main-menu li a {
	color: #151515;
	font-size: 1em;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	font-weight: 400;
	position: relative;
}
.main-menu li a:hover,
.main-menu li a.active{
	color: #02a9af;
}
.main-menu li a::before {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: 100%;
	background: #02a9af;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main-menu li a.active::before, 
.main-menu li a:hover::before {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}	
.main-menu li.active a {
	color: #02a9af;
	border-bottom: 2px solid #02a9af;
}
.main-menu .right-block {
	float: right;
}
.main-menu li a.btn-orange {
	color: #fff;
}
.main-menu .btn-menu{
	padding:15px 30px;
	height: 46px;
	line-height: 1;
	font-size: 0.875em;
	margin-top: -5px;
}
@media (min-width: 992px) and (max-width: 1100px) {
	.main-menu-area .col-lg-10 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}	
}

/*=======================================================================
[05.1] MOBILE MENU
=========================================================================*/

.mean-container a.meanmenu-reveal {
	font-family: 'Poppins', sans-serif;
}
.mean-container .mean-nav {
	background: rgba(0,0,0,0.03);
}
.mean-container .mean-nav ul li a {
	border-top: 1px solid rgba(0,0,0,0.05);
	color: #151515;
	text-transform: none;
	font-size: 1em;
}
.mean-container .mean-nav ul li a:hover {
	color: #20c0c6;
	background: rgba(255,255,255,0.1);
}
.mean-container .mean-nav ul li .btn-menu {
	padding:0;
	height: 46px;
	width: 100%;
	line-height: 1;
	font-size: 0.875em;
	margin-top: -5px;
}
@media (max-width: 1100px) {
	.mean-container .mean-nav ul li .btn-menu {
		padding: 15px;
		height: auto;
		width: calc(100% - 30px);
		line-height: 1;
		font-size: 1em;
		margin-top: 0px;
		text-align: center;
		color: #fff;
		border: none;	
	}
}

/*=======================================================================
[06] INDEX PAGE
=========================================================================*/
/*=======================================================================
[06.1] HERO
=========================================================================*/
.hero {
	background: #000;
	color:#fff;
	text-align: center;
	padding: 80px 0;
	position: relative;
}
.hero-index {
	padding: 80px 0 200px;
}
.hero.hero-index:after{
	background: #fff;
	position: absolute;
	content: "";
	left:0;
	right:0;
	bottom: 0;
	height: 100px;
	border-top-left-radius: 50% 100%;
  	border-top-right-radius: 50% 100%;
}
@media (max-width: 767px) {
	.hero-index:after{
		display: none;
	}
}
.hero-text {
	max-width: 1200px;
	margin: 30px auto;
}
.hero h1 {
	font-size: 4em;
	font-weight: 700;
	line-height: 1.2;
}
.hero h3 {
	font-size: 1.25em;
	font-weight: 400;
	margin: 30px 0;
	line-height: 1.8;
}
.hero hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	border-top: 6px solid #41fff1;
}
@media (max-width: 767px) {
	.hero h1 {
		font-size: 2.2em;
	  }
	.hero h3 {
		font-size: 1em;
		line-height: 1.5;
	}	
}

/*=======================================================================
[06.2] APPROACH
=========================================================================*/

.nav-tabs.tabs-list {
	border-bottom: 3px solid #e1e1e1;
}
.nav-tabs.tabs-list .nav-item {
	margin-bottom: -3px;
}
.nav-tabs.tabs-list .nav-link {
	font-size: 2em;
	color: #9b9b9b;
	border: 3px solid transparent;
}
.nav-tabs.tabs-list .nav-link:hover, 
.nav-tabs.tabs-list .nav-link:focus {
	border-color: transparent;
}
.nav-tabs.tabs-list .nav-link.active,
.nav-tabs.tabs-list .nav-item.show .nav-link {
	color: #20c0c6;
	background-color: #fff;
	border-color: transparent transparent #20c0c6;
}

/*=======================================================================
[06.3] INDUSTRIES
=========================================================================*/

.industries-list {
	text-align: center;
}
.industries-list li{
	display: inline-block;
	width: 400px;
	margin: 10px;
}	
.industries-box {
	position: relative;
	overflow: hidden;
}
.industries-badge {
	position: absolute;
	background: rgba(0,0,0,0.5);
	padding: 0 30px 0 20px;
	left: 0px;
	right: 30px;
	bottom: 30px;
	width: 300px;
	height: 75px;
	clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	text-align: left;
}
.industries-box:hover .industries-badge	{
	background: rgba(0,0,0,0.7);
}
.industries-badge h4{
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
}
.industries-box a {
	color: #fff;
}
@media (max-width: 575px) {
	.industries-list li{
		width: 90%;
	}
	.industries-badge {
		width: auto;
	}
	.industries-badge h4{
		font-size: 1em;
	}	
}

/*=======================================================================
[06.4] SERVICES
=========================================================================*/

.services .services-img {
	text-align: center;
	margin-bottom: 30px;
}
.services-block [class*="col-"] {
	padding: 10px;
}
.services-block .card {
	border: none;
	border-radius:0!important;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.07);
	text-align: center;
	padding: 10px 30px 20px;
	color: #151515;
}
.services-block .card:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.services-block .card:active {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}	
@media (max-width: 767px) {
  .services-block .card {
	  max-width: 400px;
	  margin: auto;
  }
}	
.services-block .card h1{
	font-size: 2em;
	font-weight: 400;
	line-height: 1.3;
	margin: 25px 0;
}
.services-block .card h3{
	font-size: 1em;
	font-weight: 400;
	line-height: 1.3;
	margin: 5px 0;
	text-transform: uppercase;
}	
.services-block .card a{
	color: #151515;
}	
.services-block .card p{
	font-size:0.875em;
}	
.services-block .card hr {
	width: 80px;
	margin: 15px auto;
	border:2px solid #d7d7d7;
}
.services-block .card .btn {
	margin-top: 15px;
}	
.services-block .card a.btn{
	color: #fff;
}
.services-block .card .services-icon {
	width: 90px;
	height: 90px;
	margin: 10px auto;
	border-radius: 100%;
	background: rgba(0,0,0,0.05);
}
.services-block .card:hover .services-icon {
	background: rgba(0,0,0,0.1);
}
.services-block .card:hover hr {
	width: 120px;
	border-color: #20c0c6;
}	
.services-block .card:hover a:hover h3{
	color: #20c0c6;
}	

/*=======================================================================
[06.5] PORTFOLIO
=========================================================================*/

.portfolio-menu {
	text-align: center;
	margin: 30px auto;
}
.portfolio-menu button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #9b9b9b;
	font-size: 1em;
	line-height: 1;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	text-transform: uppercase;
	padding: 0;
	margin: 10px;
	font-weight: 500;
	position: relative;
}
.portfolio-menu button:hover,
.portfolio-menu button.active{
	color: #02a9af;
}
.portfolio-menu button::before {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: 100%;
	background: #02a9af;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.portfolio-menu button.active::before, 
.portfolio-menu button:hover::before {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.portfolio:after {
  content: '';
  display: block;
  clear: both;
}
.portfolio li {
	margin: 10px;
}

.portfolio-item {
    position: relative;
    z-index: 1;
	overflow: hidden;
	margin-bottom: 30px !important;
}
.portfolio-thumb > img {
    -webkit-transform: scale(1);
    		transform: scale(1);
    transition: all 0.3s ease 0s;
	max-width: 350px;
}
@media (max-width: 991px) {
	.portfolio-thumb > img {
		max-width: 300px;
	}
}
@media (max-width: 400px) {
	.portfolio-thumb > img {
		max-width: 250px;
	}
}
.portfolio-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
	padding: 20px;
	text-align: center;
    background-color: rgba(255,255,255,0.9);
	color: #151515;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
	
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;	
}
.portfolio-item:hover .portfolio-thumb > img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.portfolio-item:hover .portfolio-overlay {
    -webkit-transform: scale(1);
    		transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.overlay-text a {
    font-size: 1.4em;
    color: #151515;
    transition: all 0.3s ease 0s;
	margin-right: 10px;
}
.overlay-text a:hover {
	color: #20c0c6;
}
.overlay-text .btn-orange{
	padding: 15px 30px;
	height: 46px;
	line-height: 1;
	font-size: 0.875em;
	color: #fff !important;
}
.overlay-text h3 {
    font-size: 1.25em;
    font-weight: 400;
	text-transform: uppercase;
	color: #20c0c6;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.portfolio-overlay {
		right: auto;
		width: 320px;
	}
}
@media (max-width: 575px) {

	.portfolio-overlay {
		padding: 10px;
	}	
	.overlay-text a,
	.overlay-text h3 {
		font-size: 1.1em;
		margin: 10px 0;
	}
	.overlay-text p {
		font-size: 0.875em;
		line-height: 1.3;
	}
}
@media (max-width: 400px) {
	.portfolio-overlay {
		right: auto;
		width: 266px;
		padding: 5px;
	}
	.overlay-text a,
	.overlay-text h3 {
		font-size: 1em;
		margin: 3px 0;
	}	
}
/*=======================================================================
[06.6] EXPIRIENCE
=========================================================================*/

.experience-years {
	display: -ms-flexbox;
	display: flex;	
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.experience-years .years-img {
	margin-right: 50px;
}
@media (max-width: 767px) {
	.experience-years {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.experience-years .years-img {
		margin-bottom: 50px;
	}	
}
.experience-years .years-number {
	margin-right: 50px;
}
.experience-years .years-number h1{
	font-size: 23em;
	font-weight: 600;

	background-color: #046d83;
	background: -moz-linear-gradient(-45deg, #046d83, #61fbea);
	background: -webkit-linear-gradient(-45deg, #046d83, #61fbea);
	background-image: linear-gradient(-45deg, #046d83, #61fbea);
	
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;
	line-height: 0.8;

	margin: 0;
	margin-top: -10px;
	padding: 0;
}
@media (max-width: 767px) {
	.experience-years .years-number {
		margin-bottom: 50px;
	}	
	.experience-years .years-number h1{
		font-size: 23em;
	}	
}
@media (max-width: 575px) {
	.experience-years .years-number h1{
		font-size: 20em;
	}	
}
.experience-years .years-text h1{
	font-size: 2em;
	font-weight: 400;
	text-align: left;
	padding: 0;
	padding-left: 20px;
	margin-top: 0;
	border-left:4px solid #d7d7d7;
}	
.experience-years .years-text p{
	font-size: 0.875em;
	font-weight: 400;
	color: #9b9b9b;
	margin: 35px 0;
}	
@media (max-width: 991px) {
	.experience-years {
		margin-bottom: 80px;
	}
}
.years-box {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.years-box .years-item {
	position: relative;
	padding: 5px;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}
.years-box .years-item h1{
	font-size:5em;
	margin: 5px 0;
	line-height: 1;
}
.years-box .years-item h3{
	font-size:1em;
	color: #9b9b9b;
	font-weight: 400;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 0;
	text-align: center!important;
}	
.years-box .years-item:before, 
.years-box .years-item:after {
	content: '';
	position: absolute;
}
.years-box .years-item:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid #e1e1e1;
}
.years-box .years-item:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #e1e1e1;
}
.years-box .years-item a:hover h1{
	transform:translateY(-10px);
}

/*=======================================================================
[06.7] BRAND CAROUSEL
=========================================================================*/

.brand-active {
	text-align: center;
	padding: 30px 0;
}
.brand-active .owl-item img {
	display: inline-block;
	width: auto;
}
.brand-active li {
	display: inline-block;
}
.brand-img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 150px;
	min-width: 250px;	
	border: 1px solid #eee;
	padding: 10px 20px;
}
.brand-img img{
	max-height: 110px;
	max-width: 230px;
}	
.brand-active .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
	margin-top: 10px;
}
.brand-active .owl-dots .owl-dot span {
	width: 15px;
	height: 4px;
	margin: 5px 7px;
	background: #9b9b9b;
	display: block;
	-webkit-backface-visibility: visible;
	transition: all 200ms ease;
	border-radius: 4px; 
}
.brand-active .owl-dots .owl-dot.active span, 
.brand-active .owl-dots .owl-dot:hover span {
	width: 30px;
	background: #20c0c6; 
}
/*=======================================================================
[06.8] AWARD CAROUSEL
=========================================================================*/

.award-active {
	text-align: center;
	padding: 30px 0;
}
.award-active .owl-item img {
	display: inline-block;
	width: auto;
}
.award-active li {
	display: inline-block;
}
.award-active li a{
	color: #474747;	
}
.award-active li a:hover{
	color: #20c0c6;	
}
.award-active li figure{
	width: 260px;
}
.award-active li figcaption{
	font-size: 1.5em;
	line-height: 1.3;
}		
.award-img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 250px;
	min-width: 250px;
	padding: 10px;
}
.award-img img{
	max-height: 200px;
	max-width: 200px;
}	

/*=======================================================================
[07] APPROACH PAGE
=========================================================================*/

.discuss-block {
	background: #20c0c6;
	color: #fff;
}
.discuss-box {
	display: -ms-flexbox;
	display: flex;		
}
@media (max-width: 767px) {
	.discuss-box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}		
}	
.discuss-img {
	flex-shrink: 0;
	margin: 0 70px 50px 0;
}
.discuss-text h1 {
	font-size: 2.25em;
	line-height: 1.3;
	margin: 0 0 30px;
	text-transform: uppercase;
	text-align: left;
} 	
.discuss-text h3 {
	font-size: 1.5em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
} 
.discuss-text p {
	font-size: 1.375em;
	color: #151515;
	margin: 30px 0;
}	
.discuss-text .btn-box {
	text-align: right;
}
@media (max-width: 767px) {
	.discuss-text .btn-box {
		text-align: left;
	}		
}

/*=======================================================================
[08] INDUSTRIES MAIN PAGE
=========================================================================*/
.industries-detail {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.industries-detail {
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	}
}	
.industries-img {
	flex-shrink: 0;
	margin: 0 70px 50px 0;
}
@media (max-width: 991px) {
	.industries-img img{
		max-width: 300px;
	}
}	
.industries-text-title {
	background: #151515;
	padding: 20px;	
	width: 300px;
	height: 75px;
	clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	text-align: left;
	margin-bottom: 30px;
}	
.industries-text-title h4{
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
}	
.industries-text-title p{
	font-size: 1.375em;
}
.industries-text .btn-box {
	text-align: right !important;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.industries-block .industries-detail {
		padding-bottom: 30px;
		border-bottom: 1px solid #d7d7d7;
	}
	.industries-block .industries-detail:last-child {
		border-bottom: none;
	}
	.industries-text .btn-box {
		text-align: left !important;
	}	
}
@media (max-width: 400px) {
	.industries-img img{
		max-width: 280px;
	}
	.industries-text-title {
		width: 280px;
	}
	.industries-text-title h4{
		font-size: 1.2em;	
	}	
	.industries-text-title p{
		font-size: 1em;
	}
}
/*=======================================================================
[08.1] INDUSTIES PAGE
=========================================================================*/
.industries-page {
	padding: 0 0 150px;
}	
	
.industries-page-box h2 {
	font-size: 2em;
	text-align: center;
}
.industries-page-box p {
	font-size: 1.5em;
	line-height: 1.5;
	margin: 30px 0;
}	
@media (max-width: 767px) {
	.industries-page {
		padding-top: 60px;
	}
	.industries-page-box p {
		font-size: 1.2em;
	}	
}	
.industries-page-title{		
	font-size: 2em;
	font-weight: 600;
	text-transform: uppercase;	
	margin: 70px 0;
} 
.industries-page-title.title-education{
	height: 260px;
	background: url(../images/industries-education.png) no-repeat;
	margin-left: 50px;
	padding: 80px 0 0 150px;
}
.industries-page-title.title-fintech{
	height: 380px;
	background: url(../images/industries-fintech.png) no-repeat right;
	margin-right: 100px;
	padding: 250px 380px 0 0;
	text-align: right;
}
.industries-page-title.title-logistics{
	height: 330px;
	background: url(../images/industries-logistics.png) no-repeat right;
	margin-right: 100px;
	padding: 200px 470px 0 0;
	text-align: right;
}
.industries-page-title.title-media{
	height: 350px;
	background: url(../images/industries-media.png) no-repeat;
	margin-left: 100px;
	padding: 20px 0 0 350px;
}

@media (max-width: 767px) {
	.industries-page-title.title-education{
		margin-left: 0;
	}
	.industries-page-title.title-fintech{
		height: 450px;
		background-position: left;
		margin-right: 0;
		padding: 420px 0 0 0;
		text-align: left;
	}	
}	
@media (max-width: 991px) {
	.industries-page-title.title-logistics{
		height: 380px;
		background-position: left;
		margin-right: 0;
		padding: 380px 0 0 0;
		text-align: left;
	}	
	.industries-page-title.title-media{
		height: 400px;
		margin-left: 0;
		padding: 380px 0 0 0;
	}	
}
.industries-page-offer-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
	-ms-flex-pack: start;
	justify-content: flex-start;		
}	
.industries-page-offer-list li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	
	width: 30%;
	height: 80px;
	background: #e1e1e1;
	margin: 15px 15px 0 0;
	padding: 5px 15px;
	font-size: 1.25em;
	line-height: 1.3em;
}
@media (max-width: 1200px) {
	.industries-page-offer-list li {
		width: 45%;
	}
}	
@media (max-width: 767px) {
	.industries-page-offer-list li {
		width: 100%;
		margin-right: 0;
	}
}	
.industries-page-offer-list li.active,
.industries-page-offer-list li:hover{
	background: rgba(32,192,198,0.3);
}	
.industries-page-offer-list li a{
	color: #000;
}	
/*=======================================================================
[08.2] SOLUTION PAGE
=========================================================================*/
.industries-page-box.solulion-page .industries-page-title{
	margin: 70px 0 30px;
} 
.industries-page-box.solulion-page .industries-page-offer {
	position: relative;
}
.industries-page-box.solulion-page .industries-page-offer span {
	position: absolute;	
	z-index: -1;
}
.industries-page-box.solulion-page .industries-page-offer span.solution-fintech{
	right: -130px;
	bottom: -200px;
}
.industries-page-box.solulion-page .industries-page-offer span.solution-media{
	left: -400px;
	top: -200px;
}
@media (max-width: 1400px) {
	.industries-page-box.solulion-page .industries-page-offer span.solution-fintech{
		right: -100px;
		bottom: -250px;
	}
}
@media (max-width: 1300px) {
	.industries-page-box.solulion-page .industries-page-offer span.solution-fintech{
		right: -50px;
		bottom: -250px;
	}
}
@media (max-width: 1200px) {
	.industries-page-box.solulion-page .industries-page-offer span.solution-fintech{
		right: -20px;
		bottom: -250px;
	}
	.industries-page-box.solulion-page .industries-page-offer span.solution-media{
		right: -20px;
		top: -150px;
		left: auto;
	}	
}
@media (max-width: 991px) {
	.industries-page-box.solulion-page .industries-page-offer span{
		display: none;
	}
}

/*=======================================================================
[09] SERVICES
=========================================================================*/
.nav-tabs.service-list {
	border-bottom: none;
	-ms-flex-pack: center;
	justify-content: center;
}
.nav-tabs.service-list li {
	position: relative;
}
.nav-tabs.service-list li::after {
	position: absolute;
	top: 11px;
	content: "|";
	color: #e1e1e1;
}
.nav-tabs.service-list li:first-child::after {
	content: "";
}
.nav-tabs.service-list .nav-item {
	margin-bottom:0;
}
.nav-tabs.service-list .nav-link {
	font-size: 1.25em;
	color: #9b9b9b;
	border:none;
	text-transform: uppercase;
}
.nav-tabs.service-list .nav-link.active,
.nav-tabs.service-list .nav-item.show .nav-link {
	color: #20c0c6;
	background-color: transparent;
}

.services-block {
	margin-top: 50px;
}	
.services-detail {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.services-detail {
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	}
}	
.services-img {
	flex-shrink: 0;
	margin: 0 70px 50px 0;
}
@media (max-width: 991px) {
	.services-img img{
		max-width: 300px;
	}
}	
.services-text-title {
	background: #151515;
	padding: 20px;	
	width: 400px;
	height: 75px;
	clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	text-align: left;
	margin-bottom: 30px;
}	
.services-text-title h4{
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
}	
.services-text-title p{
	font-size: 1.375em;
}
.services-text .btn-box {
	text-align: right !important;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.services-block .container .services-detail {
		padding-bottom: 30px;
		border-bottom: 1px solid #d7d7d7;
	}
	.services-block .container .services-detail:last-child {
		border-bottom: none;
	}	
	.services-text .btn-box {
		text-align: left !important;
	}	
	.services-text-title {
		width: 350px;
	}
	.services-text-title h4{
		font-size: 1.3em;	
	}	
}
@media (max-width: 400px) {
	.services-img img{
		max-width: 280px;
	}
	.services-text-title {
		width: 280px;
	}
	.services-text-title h4{
		font-size: 1.2em;	
	}	
	.services-text-title p{
		font-size: 1em;
	}
}

/*=======================================================================
[09.1] SERVICES PAGES
=========================================================================*/

.services-orange-block {
	background: #fca70c;
	padding: 50px;
	color: #000;
	margin: 50px 0;
}
.services-orange-block .box{
	margin-bottom: 50px;
}
.services-orange-block h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
.services-gray-block {
	background: #efefef;
	padding: 60px;
}
.margin-between-y {
	height: 90px;
}	
.services-ai-block h3 {
	margin-top: 80px;
	border-bottom: 7px solid #91ede9;
	text-transform: uppercase;
}
.services-ai-block h3.title-right {
	text-align: right;
}
@media (max-width: 991px) {
	.services-gray-block {
		padding: 30px;
	}
	.services-ai-block h3 {
		margin-top: 40px;
	}
	.services-ai-block h3.title-right {
		text-align: left;
	}
	.services-ai-img {
		display: none;
	}
}
.services-mobileapp-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 150px;
}
.services-mobileapp-box .item-img{
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.services-mobileapp-box.right .item-img{
	order: 0;
}	
.services-mobileapp-box.right .item-text{
	order: 1;
}
.services-mobileapp-box.right .item-text h3{
	text-align: right;
}	
.services-mobileapp-icon-list li {
	display: inline-block;
	margin: 15px 15px 0 0;
}
@media (max-width: 991px) {
	.services-mobileapp-box {
		margin-bottom: 50px;
	}
	.services-mobileapp-box .item-img{
		display: none;
	}
	.services-mobileapp-box.right .item-text h3{
		text-align: left;
	}	
}
.services-devops-block {
	background: #efefef;
	padding: 60px;
}
.services-devops-img {
	height: 800px;
	position: relative;
}	
.services-devops-img span{
	position: absolute;
	top: -100px;
	right: -200px;
}
@media (max-width:1600px){
	.services-devops-img span{
		top: -100px;
		right: -30px;
	}		
}	
@media (max-width:1200px){
	.services-devops-img {
		height: auto;
	}		
	.services-devops-img span{
		position: static;
		display: block;
		text-align: center;
	}	
	.services-devops-img span img{
		margin: 50px auto;
	}	
}	
@media (max-width: 767px) {
	.services-devops-img {
		display: none;
	}	
}	
.services-devops-icon-list li {
	display: inline-block;
	margin: 15px 15px 0 0;
}
.services-iot-gray-block {
	background: #efefef;
	padding: 60px;
}
.services-iot-img {
	height: 570px;
	position: relative;
}	
.services-iot-img span{
	position: absolute;
	top: -100px;
	right: -200px;
}
@media (max-width:1600px){
	.services-iot-img span{
		top: -100px;
		right: -30px;
	}		
}	
@media (max-width:1200px){
	.services-iot-img {
		height: auto;
	}		
	.services-iot-img span{
		position: static;
		display: block;
		text-align: center;
	}	
	.services-iot-img span img{
		margin: 10px auto;
	}	
}	
.services-iot-block h3 {
	margin-top: 80px;
	border-bottom: 7px solid #91ede9;
	text-transform: uppercase;
}

.services-dm-block	{
	background: #e4f0fe;
	padding: 60px;	
}
.services-dm-block	ol {
	position: relative;
	z-index: 1;		
}
.services-dm-block	ol li{
	list-style-type: decimal;
	margin: 25px 15px;
}	
.services-dm-img {
	height: 250px;
	position: relative;
}	
.services-dm-img span{
	position: absolute;
	top: -400px;
	right: -200px;
}
@media (max-width:1600px){
.services-dm-img {
	height: 300px;
}
	.services-dm-img span{
		top: -300px;
		right: -30px;
	}		
}	
@media (max-width:1200px){
	.services-dm-img {
		height: auto;
	}		
	.services-dm-img span{
		position: static;
		display: block;
		text-align: center;
	}	
	.services-dm-img span img{
		margin: 10px auto;
	}	
}
.services-saas-block {
	background: #e4f0fe;
	position: relative;
	padding: 60px;
}
.services-saas-block .item-img{
	position: absolute;
	display: block;
	left: 0;
	top: -40%;
}	
@media (min-width: 1501px) {
  .services-saas-block {
		width: 1400px;
		margin: 200px auto;
		padding-left:50%;
  }
}
@media (min-width: 1300px) and (max-width: 1500px){
	.services-saas-block {
		width: 90%;
		margin: 150px auto;
		padding-left:50%;
	}
	.services-saas-block .item-img{
		top: -20%;
		
	}	
	.services-saas-block .item-img img{
		width: 85%;
	}	
}	
@media (max-width: 1299px){
	.services-saas-block {
		width: 90%;
		margin: 50px auto 100px;
		padding-left:60px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.services-saas-block .item-img,
	.services-saas-block .item-text{
		width: 50%;
	}
	.services-saas-block .item-img{
		position: static;
		margin-right: 30px;
	}	
}
@media (max-width: 991px){
	.services-saas-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 100px;
		padding: 0 60px 60px;
	}
	.services-saas-block .item-img,
	.services-saas-block .item-text{
		width: 100%;
	}	
	.services-saas-block .item-img{
		margin: -100px auto 50px;
	}	
}
	.cloud-box {
		border-left: solid 30px #17bfcd;
		padding: 0 0 0 30px;
		margin-bottom: 100px;
	}

/*=======================================================================
[10] CONTACT US PAGE
=========================================================================*/
.address-block [class*="col-"] {
	margin-bottom: 20px!important;
}
.address-block .card {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;	
	min-height: 300px;
	transition: all .3s ease;	
}

.address-block .card:hover {
	border: 1px solid rgba(0, 0, 0, 0);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
}
.address-block .card i {
	font-size: 4em;
	color: #20c0c6;
}
.address-block .card hr {
	width: 0%;
	margin:0 auto 20px;	
}	
.address-block .card:hover hr {
	width: 40%;
	margin: 20px auto 40px;
	border-top: 3px solid #20c0c6;
}	
.address-block .card a {
	color: #151515;
}
.address-block .card a:hover {
	color: #20c0c6;
}	

#googleMap {
	width: 100%;
	height: 600px;
}	

.map-mail h2 {
	text-align: center;
	color: #b2b2b2;
}	
.mail-page {
	width: 700px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.mail-page {
		width: 90%;
	}
}
.mail-box h4 {
	margin-top: 0;
}
@media (max-width: 991px) {
	.mail-box {
		margin-top: 40px;
	}
}
.mail-box .form-control {
	padding: 0.375rem 0.75rem;
	font-size: 1em;
	line-height: 1.5;
	color: #151515;
	background: rgba(0,0,0,0.05);
	border: none;
	border-radius: 0;
	margin-bottom: 20px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mail-box input.form-control {
	height:60px;
}	
.mail-box .form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.mail-box .form-control:-moz-focusring {
	color: transparent;
	text-shadow:none;
}
.mail-box .form-control:focus {
	color: #495057;
	background: rgba(0,0,0,0);
	border-color: none;
	outline: 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.17);
}

/*=======================================================================
[11] BLOG PAGE
=========================================================================*/
.blog-block {
	text-align: center;
}
.blog-block li{
	display: inline-block;
	text-align: center;
	margin: 20px;
	position: relative;
}	
.blog-block figure {
	height: 500px;
	width: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.blog-block figure .blur {
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.blog-block figure:hover .blur {
	background: rgba(0,0,0,0.3);
}	
.blog-block .title {
	position: absolute;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.27);
	bottom: -20px;
	left: 20px;
	right: 20px;
	padding: 15px;
	transition: all ease-in-out .3s;
}	
.blog-block h4{
	font-weight: 400;
}	
.blog-block h5 {
	margin-bottom: 0;
}	
.blog-block a .title h5 {
color:#474747;
}
.blog-block .title .social-list{
	margin-top: -20px;
	opacity: 0;
	transition: all .5s ease;
}
.blog-block .title:hover .social-list{
	display: inline-block;
	opacity: 1;
	margin-top: 20px;
}
.blog-block .title .social-list li {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: rgba(32,192,198,1);
	font-size: 1.3em;
	line-height: 2em;
	text-align: center;
	margin: 5px;
}

.blog-block .title .social-list li:hover {
	background:rgba(24,140,144,1);
}	
.blog-block .title .social-list li a{
	color: #fff;
}	
@media (max-width: 676px) {
	.blog-block figure {
		height: 400px;
		width: 400px;
	}
	.blog-block h4,
	.blog-block h5{
		font-size: 1.2em;
	}
}	
@media (max-width: 575px) {
	.blog-block figure {
		height: 300px;
		width: 100%;
	}
	.blog-block .title {
		position: static;
		margin-top: -20px;
		width: 100%;
	}	
	.blog-block figure:hover .blur {
		display: none;
	}	
}	

.paginator-list {
	text-align: center;
	margin: 50px auto 30px;
}
.paginator-list li{
	display: inline-block;
}
.paginator-list a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	font-size: 1.3em;
	line-height: 2em;
	margin: 5px;
	color: #188c90;
}
.paginator-list a.active,
.paginator-list a:hover,
.paginator-list a.focus{
	color: #20c0c6;
}
.paginator-list a:hover,
.paginator-list a.focus{
	color: #20c0c6;
	transform: translateY(-5px);
}	
.paginator-list a.disabled {
	color: #ccc;
	cursor: auto;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	transform: translateY(0);
}
.paginator-list a.item-control {
	margin: 5px 15px;
}
@media (max-width: 575px) {
	.paginator-list a {
		width: 35px;
		height: 35px;
		font-size: 1.3em;
		line-height: 1.6em;
	}
	.paginator-list a.item-control {
		margin: 5px;
	}	
}

/*=======================================================================
[11.1] BLOG PAGE NEW STYLE
=========================================================================*/
.posts-list li{
	display: -ms-flexbox;
	display: flex;	
}
.posts-list li .post-img{
	-ms-flex-negative: 0;
	flex-shrink: 0;
}	
@media (max-width: 991px) {
	.posts-list li {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.posts-list li .post-img{
		margin: 0 auto 20px;
	}	
}
@media (max-width: 400px) {
	.posts-list li .post-img img{
		width: 250px;
		
	}	
}
.posts-list	li {
	background-color: rgba(0,0,0,0.04);
	padding: 20px;
	margin-bottom: 20px;
}
.posts-list	li img{
	width: 300px;
	margin-right: 20px;
}
.posts-list	li h1{
	font-size: 1.25em;
	margin: 0 0 10px;
	text-align: left;
}	
.posts-list	.title-list li {
	display: inline-block;
	padding: 0;
	margin: 0 10px 10px 0;
	background: transparent;
	font-size: 0.75em;
}
.posts-list	.title-list li i{
	font-size: 1.5em;
	color: #aaa;
	margin-right: 10px;
}
.posts-list	li h6{
	margin: 0;
}	
.posts-list	li h6 i{
	font-size: 0.75em;
	color: #02a9af;
}

/*=======================================================================
[12] BLOG POST PAGE
=========================================================================*/
/*=======================================================================
[12.1] LETTER BLOCK
=========================================================================*/

.letter {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.letter p {
    font-size: 1.5em;
    line-height: 1.5;
    margin: 30px 0;
}
@media (max-width: 767px) {
	.letter h1 {
		font-size: 1.4em;
	}	
	.letter h3 {
		font-size: 1.2em;
	}	
}
.title-list li {
	display: inline-block;
	margin: 0 20px 10px 0;
}
.title-list li i{
	font-size: 1.5em;
	color: #aaa;
	margin-right: 10px;
}	
a.tag {
	display: inline-block;
	padding: 3px 10px;
	background: rgba(32,192,198,1);
	color: #fff;
}
a.tag:hover {
	background: rgba(24,140,144,1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.title-img {
	overflow: hidden;
	margin: 20px 0;
	text-align: center;
}
.title-img img{
	/*max-height: 400px;*/
}	
.title-img:hover img{
	transform: scale(1.05);
}
.letter cite {
	display: block;
	position: relative;
	font-size: 1.6em;
	font-style: normal;
	padding-left: 80px;
	margin: 20px 0;
}
.letter cite::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f10d";
	font-size: 2em;
	color: #20c0c6;
	position: absolute;
	top: -10px;
	left: 0;
}
.letter h5 {
	font-style: italic;
}
.letter-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 30px 0;
}
@media (max-width: 767px) {
	.letter cite {
		font-size: 1.2em;
		font-style: normal;
		padding-left: 40px;
		margin: 20px 0;
	}
	.letter cite::before {
		font-size: 1.2em;
		position: absolute;
		top: 0;
		left: 0;
	}
	.letter-footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}	
}
.image-multy {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.image-multy img{
	padding: 15px;
}
@media (max-width: 767px) {
	.image-multy {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}	
}
.image-single {
	width: 100%;
	text-align: center;
}
.image-single img {
	padding: 10px 0;
}
.tags-list-letter li{
	display: inline-block;
	text-transform: uppercase;
	margin: 5px;
	margin-left: 0;
}
.tags-list-letter li::after {
	content: ",";
}	
.tags-list-letter li:last-child::after {
	content: "";
}	
.social-list-letter {
	flex-shrink: 0;
}
.social-list-letter li{
	display: inline-block;
	font-size: 1.4em;
	margin: 0 0 10px 20px;		
}
@media (max-width: 767px) {
	.letter-footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}	
	.social-list-letter li{
		margin: 20px 20px 10px 0;		
	}	
}


/*=======================================================================
[12.2] COMMENTS BLOCK
=========================================================================*/

.comments-block {
	margin-top: 80px;
}
.comment-box {
	text-align: left;
	padding-bottom: 45px;
	border-bottom: 1px solid #dddddd;
}
.comment-box > .comment-box {
	margin-top: 30px;
	padding-top: 45px;
	padding-bottom: 0;
	border-bottom: none;
	border-top: 1px solid #dddddd;
}
.comment-box + .comment-box {
	margin-top: 45px;
}
@media (min-width: 768px) {
	.comment-box > .comment-box {
		margin-left: 145px;
	}
}
* + .comment-box {
	margin-top: 30px;
}
.comment-box + h5 {
	margin-top: 46px;
}
.unit {
	display: -ms-flexbox;
	display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;	
}

@media (max-width: 575px) {
.unit {
	-ms-flex-direction: column;
	flex-direction: column;	
  }	
}
.unit > * {
	margin-bottom: 30px;
	margin-left: 20px;
}
.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}
.unit-body {
	flex: 0 1 auto;
	font-size: 0.9em;	
}
.unit-img {
	flex: 0 0 auto;
	max-width: 100%;
}
.unit-img img{	
	max-width: 120px;
}	
@media (max-width: 767px) {
	.unit-img img{	
		max-width: 90px;
	}		
}
@media (max-width: 575px) {
	.unit-img{
		display: none;	
	}		
}	
.unit-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;	
	margin-bottom: 15px;
}	
.unit-title li{
	display: inline-block;
	margin-right: 10px;
}
.unit-title li::after {
	content: "|";
	margin-left: 10px;
}	
.unit-title li:last-child::after {
	content: "";
}

.add-comment {
	margin-top: 80px;
}

/*=======================================================================
[12.3] ASIDE BLOG BLOCK
=========================================================================*/
.asidebar {
	text-align: left;
	margin-top: 20px;
}
@media (max-width: 991px) {
	.asidebar {
		margin-top: 80px;
	}		
}
.asidebar-item + .asidebar-item {
	margin-top: 55px;
}
.asidebar-search {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	border: 2px solid #151515;
	margin: 20px 0;
}
.asidebar-search > .form-control {
	position: relative;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	min-width: 0;
	margin-bottom: 0;
	border: none;
}	
.asidebar-search > .form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}	
.asidebar-search .btn-input {
	padding: 10px 15px;
	font-size: 1.3em;
}	
	
.asidebar-item {
	background: #f8f8f8;
	padding: 70px 20px 20px;
	position: relative;
	margin: 20px 0;
}	
.asidebar-item h5 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 10px 10px 0;
	min-width: 150px;
	font-weight: 400;
	letter-spacing: 0.1em;
	background: #fff;
	margin-top: 0;
}	

.categories-list li {	
	padding-left: 50px;
	margin: 7px;
}
.categories-list a, 
.categories-list a:focus, 
.categories-list a:active {
	color: inherit;
	position: relative;	
}
.categories-list a.active, 
.categories-list li a:hover {
	color:#20c0c6;
}
.categories-list li a::before {
	position: absolute;
	content: '';
	top: 10px;
	left: -50px;
	width: 0px;
	height: 2px;
	background: #20c0c6;
	transition: all .2s ease;
}	
.categories-list li a:hover::before,
.categories-list li a.active::before {
	width: 40px;
	transition: all .2s ease;
}	
	
.post-min {
	text-align: center;
}
.post-min img {
	max-width: 210px;
	margin: 20px auto;
}
.post-min:hover img {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}	
.post-min a {
	color: #151515;
	font-size: 0.9em;
}	
.post-min a:hover {
	color: #188c90;
}	
.comment-min {
	margin: 30px 0;
}
.comment-min cite {
	display: block;
	position: relative;
	font-size: 0.8em;
	padding-left: 30px;
	margin: 10px 0;
}
.comment-min cite::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f10d";
	font-size: 1.2em;
	font-style: normal;
	color: #20c0c6;
	position: absolute;
	top: 0;
	left: 0;
}
.comment-min h6 {
	font-size: 0.8em;
	font-weight: 400;
	margin: 10px 0;
}
.asidebar-item .tags-list-letter li::after {
	content: "";
}

/*=======================================================================
[13] PROJECT BLOCK
=========================================================================*/
.article.project {
	padding-bottom: 30px;
}
.info-list li {
	margin: 10px 0;
}
.info-list span {
	display: inline-block;
	text-transform: uppercase;
	min-width: 90px;		
}
.work-active.owl-carousel {
	position: relative;
	padding: 30px 50px;
	height: 360px;
}
.work-active.owl-carousel .owl-nav .owl-prev, 
.work-active.owl-carousel .owl-nav .owl-next {
    position: absolute;
	top: 45%;
	font-size: 2em;
	transition: all 0.3s ease 0s;
	color: #ccc;
}
.work-active.owl-carousel .owl-nav .owl-prev {left:0;}
.work-active.owl-carousel .owl-nav .owl-next {right:0;}
.work-active.owl-carousel .owl-item img {
	width: auto;
}	
.work-item {
    position: relative;
    z-index: 1;
	overflow: hidden;
}
.work-thumb > img {
    -webkit-transform: scale(1);
    		transform: scale(1);
    transition: all 0.3s ease 0s;
	max-height: 300px;
}
@media (max-width: 991px) {
	.work-thumb > img {
		max-height: 250px;
	}
}
@media (max-width: 400px) {
	.work-thumb > img {
		max-height: 200px;
	}
}
.work-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
	padding: 20px;
	text-align: center;
    background-color: rgba(255,255,255,0.9);
	color: #151515;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
	
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;	
}
.work-item:hover .work-thumb > img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.work-item:hover .work-overlay {
    -webkit-transform: scale(1);
    		transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.work-item h5 {
	font-size: 0.9em;
}

/*=======================================================================
[14] CAREER BLOCK
=========================================================================*/

.special-title {
	font-size: 1em;
	font-weight: 300;
	color: #20c0c6;
	text-transform: uppercase;
}
.button-list li {
	display: inline-block;
}	
	.teal-line {
		border-bottom: 6px solid #20c0c6;
		margin: 40px 0;
	}	
.career-detail {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.career-detail {
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	}
}	
.career-img {
	flex-shrink: 0;
	margin: 20px;
}
@media (max-width: 991px) {
	.career-img{
		flex-shrink: 1;
		margin: 30px 0;
	}
}	
.career-text-title {
	background: #20c0c6;
	padding: 20px;
	width: auto;
	max-width: 500px;
	min-width: 280px;
	height: 75px;
	clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	text-align: left;
	margin-bottom: 30px;
}	
.career-text-title h4{
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
}	
.career-text-title p{
	font-size: 1.375em;
}
.career-text .btn-box {
	text-align: right !important;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.career-block .career-detail {
		padding-bottom: 30px;
		border-bottom: 1px solid #d7d7d7;
	}
	.career-block .career-detail:last-child {
		border-bottom: none;
	}
	.career-text .btn-box {
		text-align: left !important;
	}	
}
@media (max-width: 400px) {
	.career-text-title {
		width: 280px;
	}
	.career-text-title h4{
		font-size: 1.2em;	
	}	
	.career-text-title p{
		font-size: 1em;
	}
}

.why-work-block {
	background: #f3f3f3;
	padding: 30px 20px 10px;
	margin: 120px 0;
}
.why-work-block h2 {
	font-size: 2em;
	margin-top: 0;
}
@media (max-width: 1200px) {
	.why-work-block h2 {
		text-align: center;
		margin-bottom: 30px;
	}
}	
.why-work-list{
	text-align: center;		
}
.why-work-list li{
	display: inline-block;
	width: 250px;
	vertical-align: top!important;
	margin-bottom: 20px;
}	
.why-work-list li h3{
	font-size: 1.125em;
	text-transform: uppercase;
}

.our-values-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	margin: 50px 0;
}
@media (max-width: 991px) {
	.our-values-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}	
.our-values-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
    -ms-flex-direction: column;
  	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;	
}
.our-values-text {
	background: #fca70c;
	padding: 100px 50px;
	color: #000;
}	
.our-values-img {
	margin: 70px 0;
	background: #3a3a3a;
	padding: 20px;
}	
.our-values-img img{
	max-width: 100%;
}	
@media (max-width: 991px) {
	.our-values-text {
		padding: 50px;
	}	
	.our-values-img {
		margin: 0;		
	}	
	.our-values-img img{
		margin: 20px auto;
	}	
}	
@media (max-width: 767px) {
	.our-values-text {
		padding: 50px 20px;
	}	
	.our-values-img {
		margin: 0;		
	}	
	.our-values-img img{
		margin: 20px auto;
	}	
}
.our-values-box .item{
	margin-top: 30px;
}
.our-values-box h5{
	font-size: 1.125em;
	margin: 5px 0;
}	

/*=======================================================================
[14.1] VACANCY CAROUSEL
=========================================================================*/
.vacancy {
	background: #e9e9e9;
}	
.vacancy-active.owl-carousel {
	position: relative;
	padding: 50px;
}
@media (max-width: 991px) {
	.vacancy-active.owl-carousel {
		padding: 50px 0;
	}	
}
.vacancy-active.owl-carousel .owl-nav .owl-prev, 
.vacancy-active.owl-carousel .owl-nav .owl-next {
    position: absolute;
	top: 0%;
	font-size: 2em;
	line-height: 0;
	transition: all 0.3s ease 0s;
	color: #fff;
	background: #fca70c;
	width: 30px;
	height: 30px;
}
.vacancy-active.owl-carousel .owl-nav .owl-prev {right:40px;}
.vacancy-active.owl-carousel .owl-nav .owl-next {right:0;}
.vacancy-active.owl-carousel .owl-item img {
	width: auto;
}	
.vacancy-item {
	width: 300px;
	margin: 15px;
	background: transparent;
}
.vacancy-item:hover {
	background: #fff;
}	
.vacancy-item a{
	color: #151515;
}
.vacancy-item a:hover{
	color: #188c90;
}	
.vacancy-item figure:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}	
.vacancy-item figure > img {
	max-height: 300px;
	max-width: 300px;
}
.vacancy-item figcaption {
	padding: 15px;
	max-height: 220px;
	overflow: hidden;
	margin-bottom: 15px;
}
.vacancy-item figcaption p{
	max-height: 90px;
	overflow: hidden;
	font-size: 0.9em;
	line-height: 1.3;
}	
.vacancy-item figcaption h3{
	margin: 10px 0;
}
.join-us-block {
	background: #20c0c6;
	color: #fff;
	text-align: center;
}
.join-us-box {
	padding: 80px 0;
}
.join-us-box span{
	display: inline-block;
	font-size: 1.625em;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 50px;
}
@media (max-width: 767px) {
	.join-us-box span{
		margin-right: 0;
		margin-bottom: 30px;
	}
}

/*=======================================================================
[15] COMPANY
=========================================================================*/
.company-video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
	
	background: url(../images/company-video-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 50px;
	min-height: 700px;
}
@media (max-width: 991px) {
	.company-video {
		min-height: 500px;
	}
}	
@media (max-width: 767px) {
	.company-video {
		min-height: auto;
	}
}	
.company-video i {
	font-size: 7em;
}
.company-video a i {
	color: rgba(255,255,255,0.7);
}
.company-video a:hover i {
	color: rgba(255,255,255,0.9);
}
.company-text {
	margin: 80px 0;
}
.company-text p {
	font-size: 1.5em;
}
.company-text h5 {
	font-size: 1.5em;
	font-weight: 600;
	margin-top: 40px;
}	
@media (max-width: 767px) {
	.company-text p,
	.company-text h5 {
		font-size: 1.2em;
	}
}

/*=======================================================================
[16] NEW FOOTER
=========================================================================*/

footer a{
	color: #fff;
}	
.footer-top {
	margin: 50px 0;
}	
.container-xlg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}	
@media (min-width: 1400px) {
  .container-xlg {
    max-width: 1340px;
  }
}
.contact-block {
	padding: 0;
}	
.contact-block p {
	font-size: 1.25em;
	color: #fff;
	margin: 60px 0;
}	
.contact-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-list dl{
	display: inline-block;
	font-size: 1.5em;
}
.contact-list dt,
.contact-list dd {
	margin-bottom: 25px;
}
.footer-bottom h3 {
	text-align: center;
	font-size: 1.5em;
	font-weight: 300;
	color: #2cecde;
	text-transform: uppercase;
}		
.contact-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;	
}	
.contact-info div {
	margin-bottom: 25px;
	margin-right: 30px;
}
.contact-info div:last-child {
	margin-right: 0;
}	
.footer-bottom .social-list li{
	display: inline-block;
	margin-right: 10px;
}	
.footer-bottom .social-list li i{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #333;
	font-size: 2em;
	text-align: center;
	line-height: 1.2;
}
.footer-bottom .btn {
	padding: 10px 30px;
	height: auto;
	font-size: 0.85em;
}
@media (max-width: 1200px) {
	.contact-list dl{
		font-size: 1.25em;
	}	
	.contact-info {
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -ms-flex-pack: center;
	  justify-content: center;
	}
	.contact-info div {
		margin-right: 30px;
		margin-left: 30px;
		text-align: center;
	}		
}	
@media (max-width: 991px) {
	.contact-block {
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 50px;
	}
	.contact-logo {
		flex-shrink: 0;
		margin-right: 50px;
	}
	.contact-block p{
		margin: 0;
	}	
	.contact-list {
		display: block;
	}
	.contact-list dl{
		display: block;
		font-size: 1.25em;
		margin-bottom: 25px;
	}
	.contact-list dt,
	.contact-list dd {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 20px;
	}	
}
@media (max-width: 575px) {
	.contact-block p,
	.contact-list dl{
		font-size: 1em;
	}	
}	

