@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: openSansLight;
    src: url(../fonts/OpenSans-Light.ttf);
}
html{
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	overflow-x:hidden;
}
body {
	color:#606060;
	min-width:320px;
	font-family: 'Open Sans', Helvetica, Arial, "微軟正黑體", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	overflow-x: hidden;
}
img{
	max-width: 100%;
}
a:focus{
	text-decoration: none;
}
p{
	line-height: 1.7em;
}
section{
	padding: 60px 0;
	background: #fff;
}
h1{
	margin: 0;
	padding: 0;
}
h2, .h2{
	margin: 0;
	font-size: 3.6rem;
	margin-bottom: 25px;
	font-weight: 300;
}
h3{
	margin: 5px 0;	
	font-weight: 300;
}
h4{
	font-size: 1.7rem;
	margin: 1.4rem 0 0.4rem 0;
}
hr{
	border: none;
	background: #ddd;
	height: 1px;
	margin: 30px 0;
}
.clear{
	clear: both;
}
.bigButton{
	color: #fff;
	background-color: #D64C38;
	padding: 20px 35px;
	font-size: 25px;
	border-radius: 100px;
}
.bigButton:hover{
	color: #fff;
	text-decoration: none;
	background-color: #AB3B2A;
}
.whiteButton{
	color: #fff !important;
	background-color: none;
	border: 1px solid #fff;
	padding: 14px 30px;
	display: inline-block;
	border-radius: 100px;
	font-size: 1.4rem;
	margin: 5px;
}
.whiteButton:hover{
	background-color: rgba(255,255,255,0.20);
	text-decoration: none;
	color: #fff;
}
.breadcrumb{
	background: none;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	font-size: 1.4rem;
	color: #fff;
	
}
.breadcrumb a{
	color: #fff;
}
.breadcrumb > .active{
	color: #fff;
}
.breadcrumb > li + li:before{
	color: #fff;
}
label{
	font-weight: normal;
}
.padding70{
	padding-top: 70px;
	padding-bottom: 70px;
}
.largerTxt{
	font-size: 18px;
	font-weight: bold;
}
.button,.button2{
	padding: 14px 30px;
	min-width: 100px;
	border-radius: 100px;
	margin:0 10px;
	border: 1px solid #4faba7;
	font-size: 1.4rem;
	background:none;
	color: #4faba7;
	display: inline-block;
}
.btn{
	padding: 14px 30px;
	border-radius: 100px;
	margin:0 10px;
	display: inline-block;
}
.button:hover, .button:focus{
	text-decoration: none;
	color: #00a0e9;
	border-color: #00a0e9;
}
.button2{
	background: #ddd;
	color: #666;
}
.button2:hover, .button2:focus{
	background: #bbb;
	color:#333;
}
.errorMsg{
	display: inline;
	color: red;
}
.greyBG{background-color: #fafafa}
.greyBG2{background-color: #F4F4F4}
.blueBG{background-color: #25A6C4;}
.blueColor{color: #4faba7;}
.greenColor{color:#4faba7}
.redColor{color: #d64c38}
.whiteColor{color: #fff;}
.redtxt{color: red;}
.lightfont{font-weight: 300}
.colorGradient {
	color: #4faba7;
    background: -webkit-linear-gradient(left, #00D3AE, #0064FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blueGradientBg{	
    background: linear-gradient(to right, #00D3AE, #3886FF);
}
.blueGradientBg2{
	background: linear-gradient(to right, #00aeff, #0ed89a);
}
.display-table{
	display: table;
	width: 100%;
	height: 100%;
}
.display-tableRow{
	display: table-row;
}
.display-tableCell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
form span.required {
	color: #d02226 !important;
}

form .errorMessage {
	color: #d02226 !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.colorGradient {
		background-image: none;
	}
}
.shape1{display: block;}
.shape2{display: none;}

@media screen and (max-width:767px){
	h2, .h2{font-size: 2.6rem;}
	p{line-height:inherit;}
	.shape1{display: none;}
	.shape2{display: block;}
	section{
		padding: 40px 0;
	}
	.padding70{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.bigButton{
		font-size: 20px;
	}
	.errorMsg{
		display: block;
	}
	.mobileBreak{
		clear: both;
	}
	.breadcrumb{
		padding: 8px 0;
	}
}
/*****************************************************header**/
header{
	position: fixed;
    top: 0;	
    transition: top 0.4s  ;
	background: #fff;
	width: 100%;
	height: 90px;	
	min-width: 320px;
	z-index: 1000;
	transition: 0.5s all ease-in-out;
}
.logo1{
	display:block;
}
.logo2{
	display:none !important;
}
#index header.alpha .logo1{
	display:none;
}
#index header.alpha .logo2{
	display:block !important;
}
#index header.alpha{
	background-color: rgba(0,0,0,0.0) !important;
}
#index header.alpha a{
	color: #fff;
}

#index header.alpha a:hover{
	color:aqua ;
}
#index header.alpha #fontSize .selected a{
	color:aqua ;
}
#index header.alpha .navbar-default .navbar-toggle .icon-bar{
	background-color: #fff !important;
}
@media screen and (max-width:768px){
	#index header.alpha #defaultNavbar1 a{
		color: #606060 !important;
	}
}
.headerPadding{
	height: 90px;
}
header .navbar{
	margin-bottom: 0;
}
.nav-up {
    top: -100px;
}
.border-bottom{	
}
a.skipToContent {
	left:-999px;
	position:absolute;
	top:10px;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:-999;
	color: #fff !important;
}
a.skipToContent:focus, a.skipToContent:active {
	color: #fff !important;
	background-color:#D42127;
	left: auto;
	top: 20px;
	width: auto;
	height: auto;
	overflow:auto;
	margin: 0 40%;
	padding:5px 20px;
	border-radius: 10px;
	text-align:center;
	z-index:999;
	outline: none ;
}
.headbar{
	max-width: 1170px;
	text-align: right;
	margin: 5px auto;
	padding: 3px 15px 0 15px;
	font-size: 14px;
}
.headbar>div{
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.headbar>div:first-child{
	margin-left: 0 ;
}
.headbar a{
	color: #666;
	text-decoration: none;
}
.headbar a:hover, .headbar a:focus{
	color: #4faba7;
}
#fontSize {
	font-family:Microsoft JhengHei;
	font-size: 14px;
	margin-top: -7px;
}
#fontSize a{
	margin:0 1px;
}
#fontSize .selected a{
	color:#d02226;
}
#fontSize .defaultFont{
	font-size: 100%;
}
#fontSize .largerFont{
	font-size: 125%;
}
#fontSize .xLargerFont{
	font-size: 150%;
}
.navbar-brand{
	padding: 0;
}
header .logo{
	vertical-align: middle;
	margin-left: 15px;
}
header nav{
}
.navbar-collapse{
	padding: 0;
}
.navbar-nav{
	margin-right: 0;
	margin-left: 0;
}
@media screen and (min-width:768px){
	.nav > li > a{
		padding-left: 0;
		padding-right: 0;
		margin-right: 15px;
	}
	.nav > li:last-child > a{
		margin-right: 0;
	}
}
@media screen and (min-width:851px){
	.nav > li > a{
		margin-right: 25px;
	}
}
.navbar-nav > li > .dropdown-menu{
	border: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color: #4faba7;
	background-color: inherit;
}
.navbar-default .navbar-nav > li > a{
	font-size: 16px;
	color: #555;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #4faba7;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: #4faba7;
	border: none;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
	background-color: #fff;
}
@media (max-width:767px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border: none;
		background-color: #ebf5f2;
	}
}
.navbar-default{
	background: none;
	border: none;
	z-index: 100;
}

@media screen and (max-width:767px){
	header .logo{
		width: 200px;
		margin-top: 5px;
	}
}
/***************************************************** videoBg**/
/*.videoWrapper{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.videoWrapper:after{
	padding-top: 56.25%;
	content: '';
	display: block;
}
.videoBg{
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
video{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.videoBg .videoBG-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: none;
	background: hsla(0,0%,0%,0.50);
	color: #fff;
}
.playButton{
	display: block;
	margin: 50px auto 10px auto;
	transition: 0.3s ease-out;
}
.playButton:hover{	
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.videoNext{
	position: absolute;
	top: 0;
	height: 100%;
	display: table;
	z-index: 3;
}
.videoNext > a{
	display:table-cell;
	height: 100%;
	vertical-align: middle;
	width: 40px;
	text-align: center;
	transition: 0.3s all;
}
.videoNext > a:hover,.videoNext > a:focus{
	background: hsla(0,0%,0%,0.3);
	width: 100px;
}
.videoNext img{
	width: 20px;
	margin: 5px;
}
@media screen and (min-width:1200px){
	.videoBG-content h2{
		font-size: 40px;
	}
}
@media screen and (max-width:767px){
	.videoWrapper:after{
		padding-top: 100%;
	}
	.playButton{
		width: 50px;
		height: 50px;
	}
	.videoNext img{
		width: 15px;
	}
}*/

.masthead {
    position: relative;
}
.masthead-video {
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.masthead-overlay {
    background-color: #000;
    opacity: 0.48;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    width: 100%;
    height: 100%;
}
.masthead-overlay .slider-control{
	position: absolute;
	left: 5px;
	bottom: 5px;
}
.masthead-overlay .slider-control .btn{
	/* color: #fff; */
	font-size: 28px;
	line-height: 28px;
	padding: 3px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.60);
	/* display: none; */
}

.masthead-video-credit {
    position: absolute;
    right: 0;
    color: #fff;
    opacity: 0.6;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    padding-right: 10px;
    bottom: 10px;
    text-decoration: none;
    text-align: right;
    line-height: 1.5;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.masthead-video-credit span {
    display: block;
}
.masthead-video-credit:hover {
    opacity: 1;
}
.masthead-arrow {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0.4;
}
.masthead .headtitle {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 120px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}
.masthead .headtitle span {
    display: block;
    font-size: 18px;
    letter-spacing: 0.43em;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 7px;
    opacity: 0.5;
}
/************************************************index banner*/
.headtitle{
	text-align: center;
	font-size: 5rem;
	line-height: 1.2em;
	margin:15px auto;
	width: 90%;
}
.headtitle span{
	display: block;
}
.banner{
	margin-top: 5px;
	width: 100%;
	height: 600px;
}
.bannerWrapper{
	position: relative;
	width: 100%;
	height: 100%;
}
.bannerWrapper{
	background: url(/images/shapebg.svg) no-repeat center;
	height: 550px;
	background-size: cover;
	background-position: center center;
}
/*
.bannerWrapper .svgBG{
	position: relative;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	text-align: center;
}
.bannerWrapper .svgBG svg{
	margin: auto;
	width: 1920px !important;
}
*/
.scrollDown {
	z-index: 2;
	display: block;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff !important;
	font : normal 400 16px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
.scrollDown:hover{
	text-decoration: none;
}
.scrollDown span {
	position: absolute;
	top: 8px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb05 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

@media screen and (max-width:1000px){
	.bannerWrapper{
		height: 60vw;
	}
	.banner{
		height: 65vw;
	}
}
@media screen and (max-width:767px){
	.headtitle{
		font-size: 2.6rem;
		line-height: 1.2em;
	}
	.headtitle span{
		display: inline;
	}
	
}
.swiper-button-next, .swiper-button-prev{
	color: white;
}
/************************************************Sticky menu*/
.sticky{
	width: 100%;
	background: #fff;
	max-width: none;
	height: 50px;
	position: fixed;
	top: 0;
	z-index: 100;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.sticky .logo,
.sticky .host_logo,
.sticky .head_icon{
	display: none;
}
.sticky .sLogo{
	display: inline-block;
	float: left;
	margin:5px 0 0 15px;
}
.sticky nav{
	top:0;
}
@media (max-width:767px){
	.sLogoTxt{
	}
}

/************************************************Services **/
#servicesWrapper{
	margin-top: 0;
}
.services{
	text-align: center;
}
.services svg{
	max-width: 122px;
	margin: 0 auto;
}
.services .title{
	color: #4faba7;
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 2rem;
}
.services > p {
	max-width: 250px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 2rem;
}
@media screen and (max-width:767px){
	.services {
		margin: 20px 0;
	}
	.services svg {
		max-width: 65%;
	}
	.services > p {
		font-size: 1.4rem;
		line-height: 1.4em;
	}
}
/***************************************************** whoWeAre**/
article{
	max-width: 800px;
	margin: 0 auto;	
}
article p{
	margin-bottom: 20px;
	text-align: justify;
}
@media screen and (max-width:767px){
	article{
		max-width: 90%;
	}
	article p{
		text-align: inherit;
	}
}

.awards{
	margin: 0;
	padding: 0;
}
.awards .award_list_item{
	list-style: none;
	padding: 15px;
	text-align: center;
}
.awards .award_list_item:nth-child(3n+1){
	clear: left;
}
.award_list_item .title4{
	margin: 5px 0;
}
.award_list_item .txt1{
	font-size: 1.4rem;
}
.partnersList{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.partnersList li{
	display: inline-block;
	margin: 10px;
}
/***************************************************** imageBG**/
.imageBG{
	background-image: url(/images/1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
	padding: 0;
}
.imageBG_overlay{
	background: rgba(35,24,21,0.85);
	padding: 80px 0;
}

@media (max-width:767px){
	.imageBG{
		background-attachment: scroll;
	}
}

/***************************************************** coverWrapper**/
.coverWrapper {
	width: 100%;
	display: block;
	position: relative;
	overflow:hidden;
}
.coverWrapper:after {
	padding-top: 65%;
	display: block;
	content: '';
}
.coverWrapper .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align:center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.coverWrapper:hover .cover{
}
.coverWrapper .cover img{
	width:100%;
	height: 100%;
	object-fit: cover;
	display:block;
	margin:0 auto;
	-webkit-transition: .3s ease-in-out;
	transition: .6s ease-in-out;
}
a:hover .cover,
a:focus .cover{	
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.coverWrapper .hoverBox{
	position: absolute;
	width:100%;
	background-color: inherit;
	color: #fff;
	padding: 10%;
	height: 100%;
	-webkit-transition: 1s all;
	transition: 1s all;
	opacity: 0;	
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.hoverBox .text{
	display: table;
	height: 100%;
	width: 100%;
}
.hoverBox .text>div{
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
a:hover .hoverBox,
a:focus .hoverBox{
	opacity: 1.0;
	background: #000;
	background: rgba(0,0,0,0.70);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.col321{
	padding: 0;
	margin: 0;
}

@media screen and (min-width:992px){
	.colWrapper .col321:nth-child(3n+1){
		clear: both;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.colWrapper .col321:nth-child(2n+1){
		clear: both;
	}
}
.withCoverItem{
	background: #fff;
	padding: 0;
	overflow: hidden;
	margin: 7px;
	margin-bottom: 20px;
}
.withCoverItem .info{
	padding: 15px 25px;
}
.withCoverItem .date{
	font-size: 1.4rem;
	color: #606060;
	margin-bottom: 0.5rem;
}
.withCoverItem .title{
	font-size: 2rem;
	line-height: 3rem;     /* fallback */
	margin: 0;
	color: #606060;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
}
.withCoverItem.news .title{
	font-size: 1.6rem;
	line-height: 2.4rem;     /* fallback */
}
.withCoverItem a{
	color: #606060;
	text-decoration: none;
}
@media screen and (min-width:768px){
	.withCoverItem .title{
		min-height: 6rem;      /* fallback */
		-webkit-line-clamp: 3; /* number of lines to show */
		-webkit-box-orient: vertical;
	}
	.withCoverItem.news .title{
		height: 7.6rem;      /* fallback */
		-webkit-line-clamp: 3; /* number of lines to show */
		-webkit-box-orient: vertical;
	}
}
@media screen and (max-width:767px){
	.withCoverItem{
		height: auto;
		margin-bottom: 15px;
	}
	.withCoverItem .info{
		padding: 15px;
	}
	.withCoverItem .title{
		font-size: 1.4rem;
	}
}
/***************************************************** What We Do**/
#whatWeDo{
	background-image: url(/images/shape1.png);
	background: url(/images/shape1.svg) no-repeat #fafafa;
	background-position: top;
	background-size: 100% 100px;
	padding-top: 130px;
	background-repeat: no-repeat;
}
.solutions{
	margin-top: 10px;
	text-align: center;
}
.solutions h3{
}
.solutionItem{
	margin: 15px 0;
}
.solutionItem a{
	color:#606060;
	text-decoration: none;
}
.solutionItem img{
	margin-bottom: 8px;
	-webkit-transition: .3s ease-in-out;
	transition: .6s ease-in-out;
}
.solutionItem a:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);	
}
@media screen and (min-width:768px){
	.solutionItem:nth-child(3n+1){
		clear: both;
	}
}
@media screen and (max-width:767px){
	#whatWeDo{
		background-image: url(/images/shape2.png);
		background-image: url(/images/shape2.svg);
		padding-top:100px;
	}
	.solutionItem:nth-child(2n+1){
		clear: both;
	}
}

/***************************************************** Works**/
#works {
	padding-bottom: 0;
	z-index: 1;
}
.portfolio{
	margin-top: 20px;
}
.portfolioContainer{
	width:20%;
	float: left;
	-webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}
.more{
	width: 100%;
	height: 80px;
	background: url(/images/shape3.png) top no-repeat;
	background-size: 100% 80px;
}
@media screen and (max-width:1199px){
	.portfolioContainer{
		width: 25%;
	}
}
@media screen and (max-width:991px){
	.portfolioContainer{
		width: 33.33%;
	}
}
@media screen and (max-width:767px){
	.portfolioContainer{
		width: 50%;
	}
	.more{
		background-image: url(/images/shape4.png);
		background-size: 100% 80px;
	}
}
/***************************************************** Works inside**/
#worksInside .nav-tabs > li > a, 
#worksInside .nav-tabs > li > a:hover, 
#worksInside .nav-tabs > li > a:focus{
	border: none;
	margin: 0;
	transition: all 0.4s;
	border-radius: 0;
	padding: 10px 20px;
}
#worksInside .nav-tabs > li > a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#worksInside .nav-tabs > li > a:hover, 
#worksInside .nav-tabs > li > a:focus{
	color: #00D3AE;
	background: none;
}
#worksInside .nav-tabs > li.active > a,
#worksInside .nav-tabs > li.active > a:hover,
#worksInside .nav-tabs > li.active > a:focus{	
	color: #fff;
    background: #00D3AE;
}
#worksInside .nav-tabs {
	display: flex;
}

#worksInside .nav-tabs > li {
	text-align: center;
	width: 50%;
}
#worksTabs{
	margin-top: 25px;
}
ul.items{
	margin: 0;
	padding: 0;
}
ul.items li{
	list-style: none;
	float: left;
	width: 20%;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}
ul.items li img{
	max-width: 100%;
}
@media screen and (max-width:767px){
	ul.items li{
		width: 33.333%;
	}
	#worksInside .nav-tabs > li {
	}
}
@media screen and (max-width:425px){
	ul.items li{
		width: 50%;
	}
}
/***************************************************** Clients**/
.clientLogoList{
	
}

.clientLogo{
	width: 10.5%;
	margin: 10px 1%;
	float: left;
	text-align: center;
}
@media screen and (max-width:767px){
	.clientLogo{
		width: 23%;
		
		margin: 7px 1%;
	}
}


#contact{
	text-align: center;
	color: #fff;
}
#contactInside .well{
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 50px;
	box-shadow: none;
	padding-right: 20px;
}
#contactInside a{
	color: #4faba7;
}
.contactItem{
	margin-bottom: 6px;
}
.contactItem a{
	color: #fff;
}
.circleText{
	width: 2.6rem;
	height: 2.6rem;
	display: inline-block;
	border-radius: 2.6rem;
	font-size: 1.5rem;
	line-height: 2.4rem;
	text-align: center;
	color: #fff;
	border: 0.1rem #fff solid;
	margin-right: 8px;
	font-weight: bold;
}
@media screen and (max-width:767px){
	#contact{
		text-align: inherit;
	}
	#contactInside .well{
		padding-right: 0;
	}
}

/***************************************************** News**/

#news .coverWrapper::after{
	padding-top: 56.25%;
}
#news .withCoverItem h3{
	font-size: 1.6rem;
	line-height: 1.8rem;
	margin: 0;
	height: 5.4rem;
}
@media screen and (max-width:767px){
	#news .withCoverItem h3{
		height: auto;
	}
	
}
/***************************************************** footer**/
footer{
	padding: 15px 0;
	font-size: 1.4rem;
}
.contactContainer{
	position: fixed;
	bottom: 140px;
	right: 10px;
	z-index: 99;
}
.consultation{
	width: 40px;
}
.consultation .text{
	background: linear-gradient(to right, #00D3AE, #3886FF);
	opacity: 0.7;
	transition: 0.3s all;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 20px;
	text-decoration: none;
	line-height: 28px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	-ms-transform-origin: left top 0;
	-o-transform-origin: left top 0;
	transform-origin: left top 0;
	padding: 6px 15px;
	margin-left: -20px;
	white-space: nowrap;
	background-color: rgba(0,0,0,.7);
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-backface-visibility: hidden;
}
.consultation .text:hover, .consultation .text:focus{
	opacity: 1;
}
.whatsappContainer {
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 55px;
	right: 10px;
	z-index: 99;
}
.chatbotContainer{
	position: fixed;
	width: 70px;
	height: 70px;
	bottom: 10px;
	right: 5px;
	z-index: 99;
}
.chatbotContainer {

}
.scrollToTopContainer{
	position: fixed;
	width: 100%;
	margin: 0;
	bottom: 80px;
	z-index: 99;
}
.scrollToTop{
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #009FBD;
	color: #fff !important;
	font-size: 13px;
	border-radius: 100px;
	text-align: center;
	z-index: 99;
	text-decoration: none !important;
	height: 40px;
	width: 40px;
	padding: 7px;
	line-height: 12px;
}
.scrollToTop img{
	height: 12px;
	display: block;
	margin: auto;
	vertical-align: baseline;
}
.scrollToTop:hover{
	background: #00819A;
}
.social{
	margin: 25px auto 15px auto;
}
.social .a2a_svg{
	padding: 3px !important;	
}
.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_vertical_style .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_menu .a2a_svg{
	border-radius: 30px !important;
}
footer .pull-right{
	display: flex;
	max-width: 600px;
	white-space: nowrap;
}
footer .pull-right a{
	display: inline-flex;
	align-items: center;
}


.footer-logo{
	width: auto;
	max-width: 112px;
	margin: 0 3px;
	object-fit: contain;
	vertical-align: middle;
}
@media screen and (max-width:767px){
	footer{
		text-align: center;
	}
	footer .pull-left{
		float: none !important;
	}
	footer .pull-right{
		display: inline-block;
		float: none !important;
		justify-content: center;
		max-width: none;
		overflow-x: auto;
	}
	footer .pull-right a {
		display: inline-block;
		margin-bottom: 15px;
	}
	
	.social{
		display: inline-block;
	}
}
/*******************************************sitemap*/
.sitemap{
	margin: auto;
	width: 100%;
	max-width: 320px;
}
.sitemap li{
	font-size: 2rem;
	margin-bottom: 1.2rem;
	list-style-type: none;
}



/* 2024 AA */
.form-control::placeholder {
	color: #777;
}
