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

/*menu-effects-css*/
.menu {
  width: auto;
  float: right;
  margin: 0 0 0;
}
.menu .sub-down:after {
  content: "";
  width: 12px;
  float: right;
  background: url(../images/down-blue-chill-circle-arrow.svg) no-repeat center / 100% 100%;
  transition: all 0.25s ease-out 0s;
  margin: 0 0 0 14px;
  padding: 0 0 12px;
  position: relative;
  top: 3px;
}
.menu .sub-down:hover:after { 
  background: url(../images/down-black-circle-arrow.svg) no-repeat center / 100% 100%;
}
.menu li {
  float: left;
  margin: 0 46px 0 0;
  display: inline-block;
  position: relative;
}
.menu li:last-child {
  margin-right: 0;
}
.menu li a {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1.80px;
  text-transform: uppercase;
}
/*.menu li:last-child a {
  color:#0d8e92;
  font-family: 'eurostile-bold-font';
}*/
.menu li a:hover {
  color: #111;
}
.menu li .sub-menu {
  width: 160px;
  height: auto;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 9;
}
.menu li .sub-menu li {
  width: 100%;
  transition: 0.2s ease;
  clear: both;
  margin: 0 0 0;
  position: relative;
}
.menu li .sub-menu li a {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #172337;
  text-decoration: none;
  display: inline-block;
  clear: both;
  padding: 10px 25px 10px 22px;
}
.menu li .sub-menu li:last-child a {
  color: #000000;
  font-family: 'eurostile-regular-font';
}
.menu li .sub-menu li:hover a {
  color: #0d8e92;
  padding-left: 28px;
  padding-right: 19px;
}
.menu li .sub-menu li ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  display: block;
  top: 0;
  left: 100%;
  width: 150px;
  background: #ffffff;
  transition: 0.2s linear;
}
.menu li .sub-menu li ul li {
  transition: 0.2s ease;
}
.menu li .sub-menu li:hover ul li a {
  padding: 10px 25px 10px 22px;
}
.menu li .sub-menu li ul li:hover a {
  color: #000000;
  padding-left: 28px;
  padding-right: 19px;
}
.menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: 0.2s linear;
}
.menu li:hover .sub-menu li ul {
  opacity: 0;
  visibility: hidden;
}
.menu li .sub-menu li:hover ul {
  visibility: visible;
  opacity: 1;
}

/*video-effects-css*/
.video-play-button {
	width: 32px;
	height: 32px;
	float: left;
	background: #0d8e92;
	border: 1px solid #0d8e92;
	border-radius: 50%;
	margin: 0 0 0;
	position: relative;
}
.video-play-button:after {
	width: 50px;
	height: 50px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:before {
	width: 36px;
	height: 36px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after, .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	z-index: -9;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 14px solid #ffffff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin: 7px 10px;
}
 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
.team-wrapp .video-play-button, .testimonials-wrapp .video-play-button, .testi-wrapp .video-play-button {
	width: 42px;
	height: 42px;
	background: #ffffff;
	border: 1px solid #ffffff;
}
.team-wrapp .video-play-button:after, .testimonials-wrapp .video-play-button:after, .testi-wrapp .video-play-button:after {
	width: 60px;
	height: 60px;
	background: rgba(13,142,146,0.60);
}
.team-wrapp .video-play-button:before, .testimonials-wrapp .video-play-button:before, .testi-wrapp .video-play-button:before {
	width: 46px;
	height: 46px;
	background: rgba(13,142,146,0.60);
}
.team-wrapp .video-play-button span, .testimonials-wrapp .video-play-button span, .testi-wrapp .video-play-button span {
	border-left: 18px solid #b8b8b8;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	margin: 9px 14px;
}

/*circle-effects-css*/
.circle-effects1 {
	display: block;
	overflow: hidden;
	transition: all 0.25s ease-out 0s;
	position: relative;
}
.circle-effects1 img {
	width: 100%;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
}
.circle-effects1 .circle-row1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.circle-effects1:hover img { 
	opacity: 0;
}
.circle-effects1:hover .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}
.circle-effects1:hover .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 0 0 16px;
}
.checkbox1 a, .checkbox2 a {
	color: #0d8e92;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #ffffff;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 0.30px;
	line-height: 23px;
	display: inherit;
	position: relative;
	top: -3px;
	font-family: 'eurostile-bold-font';
}
.checkbox1 [type="checkbox"]:checked, .checkbox1 [type="checkbox"]:not(:checked), .checkbox2 [type="checkbox"]:checked, .checkbox2 [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.checkbox1 [type="checkbox"]:checked + label, .checkbox1 [type="checkbox"]:not(:checked) + label, .checkbox2 [type="checkbox"]:checked + label, .checkbox2 [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline;
    color: #666;
}
.checkbox1 [type="checkbox"]:checked + label:before, .checkbox1 [type="checkbox"]:not(:checked) + label:before, .checkbox2 [type="checkbox"]:checked + label:before, .checkbox2 [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
	background: #0d8e92;
	border: 1px solid #0d8e92;
	border-radius: 50%;
}
.checkbox1 [type="checkbox"]:checked + label:after, .checkbox1 [type="checkbox"]:not(:checked) + label:after, .checkbox2 [type="checkbox"]:checked + label:after, .checkbox2 [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #ffffff;
	border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.checkbox1 [type="checkbox"]:not(:checked) + label:after, .checkbox2 [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.checkbox1 [type="checkbox"]:checked + label:after, .checkbox2 [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.checkbox1 [type="checkbox"]:checked + label:before, .checkbox2 [type="checkbox"]:checked + label:before {
	background: none;
	border: 1px solid #0d8e92;
}

.sidbar-wrapp .checkbox1 a, .sidbar-wrapp .checkbox2 a {
	color: #0d8e92;
	font-family: 'eurostile-bold-font';
}
.sidbar-wrapp .checkbox1 a:hover, .sidbar-wrapp .checkbox2 a:hover {
	color: #000000;
}
.sidbar-wrapp .checkbox1 span, .sidbar-wrapp .checkbox2 span {
	color: #000000;
	letter-spacing: 0.20px;
	line-height: 23px;
	top: -3px;
	font-family: 'eurostile-regular-font';
}

.sidbar-wrapp .checkbox1 [type="checkbox"]:checked + label, .sidbar-wrapp .checkbox1 [type="checkbox"]:not(:checked) + label, .sidbar-wrapp .checkbox2 [type="checkbox"]:checked + label, .sidbar-wrapp .checkbox2 [type="checkbox"]:not(:checked) + label { display:inline-block;}

.sidbar-wrapp .checkbox1 [type="checkbox"]:checked + label:before, .sidbar-wrapp .checkbox1 [type="checkbox"]:not(:checked) + label:before, .sidbar-wrapp .checkbox2 [type="checkbox"]:checked + label:before, .sidbar-wrapp .checkbox2 [type="checkbox"]:not(:checked) + label:before {
	background: #000000;
	border: 1px solid #000000;
}
.sidbar-wrapp .checkbox1 [type="checkbox"]:checked + label:after, .sidbar-wrapp .checkbox1 [type="checkbox"]:not(:checked) + label:after, .sidbar-wrapp .checkbox2 [type="checkbox"]:checked + label:after, .sidbar-wrapp .checkbox2 [type="checkbox"]:not(:checked) + label:after {
    background: #ffffff;
}
.sidbar-wrapp .checkbox1 [type="checkbox"]:checked + label:before, .sidbar-wrapp .checkbox2 [type="checkbox"]:checked + label:before {
	border: 1px solid #000000;
}

.getin-wrapp .checkbox1 { width:auto; margin:0 34px 0 0;}
.getin-wrapp .checkbox2 { width:auto;}

.getin-wrapp .checkbox1 a, .getin-wrapp .checkbox2 a {
	color: #0d8e92;
	font-family: 'eurostile-bold-font';
}
.getin-wrapp .checkbox1 a:hover, .getin-wrapp .checkbox2 a:hover {
	color: #000000;
}
.getin-wrapp .checkbox1 span, .getin-wrapp .checkbox2 span {
	color: #000000;
	letter-spacing: 0.20px;
	line-height: 23px;
	top: -3px;
	font-family: 'eurostile-regular-font';
}

.getin-wrapp .checkbox1 [type="checkbox"]:checked + label, .getin-wrapp .checkbox1 [type="checkbox"]:not(:checked) + label, .getin-wrapp .checkbox2 [type="checkbox"]:checked + label, .getin-wrapp .checkbox2 [type="checkbox"]:not(:checked) + label { display:inline-block;}

.getin-wrapp .checkbox1 [type="checkbox"]:checked + label:before, .getin-wrapp .checkbox1 [type="checkbox"]:not(:checked) + label:before, .getin-wrapp .checkbox2 [type="checkbox"]:checked + label:before, .getin-wrapp .checkbox2 [type="checkbox"]:not(:checked) + label:before {
	background: #000000;
	border: 1px solid #000000;
}
.getin-wrapp .checkbox1 [type="checkbox"]:checked + label:after, .getin-wrapp .checkbox1 [type="checkbox"]:not(:checked) + label:after, .getin-wrapp .checkbox2 [type="checkbox"]:checked + label:after, .getin-wrapp .checkbox2 [type="checkbox"]:not(:checked) + label:after {
    background: #ffffff;
}
.getin-wrapp .checkbox1 [type="checkbox"]:checked + label:before, .getin-wrapp .checkbox2 [type="checkbox"]:checked + label:before {
	border: 1px solid #000000;
}

/*square-effect-css*/
.square-effect1 {
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
}
.square-effect1 img {
	width: 100%;
	display: block;
	transition: all 0.25s ease-out 0s;
}
.square-effect1:hover .square-row1 img {
	transform: scale(1.08);
	filter: grayscale(100%);
}

.team-slider .square-effect1 img { filter: grayscale(100%);}
.team-slider .square-effect1:hover img { filter: grayscale(0);}

/* hover-effect-css */
.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #0d8e92;
}
.hovereffect .overlay1 {
  position: absolute;
  overflow: hidden;
  width: 80%;
  left: 10%;
  bottom: 1%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}
.hovereffect:hover .overlay1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.hovereffect:hover img {
	mix-blend-mode: multiply;
}
.hovereffect h3 {
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight:500;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}
.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	letter-spacing: 0.20px;
	line-height: 23px;
}
.getin-wrapp .checkbox1 span, .getin-wrapp .checkbox2 span {
	top: -4px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	letter-spacing: 0.20px;
	line-height: 23px;
}
.getin-wrapp .checkbox1 span, .getin-wrapp .checkbox2 span {
	top: -4px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	letter-spacing: 0.20px;
	line-height: 23px;
}
.getin-wrapp .checkbox1 span, .getin-wrapp .checkbox2 span {
	top: -4px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*menu-effects-css*/
.menu .sub-down:after {
  margin: 0 0 0 8px;
  top: -1px;
}
.menu li {
  margin: 0 36px 0 0;
}
.menu li a {
  font-size: 10px;
  letter-spacing: 1px;
}
.menu li .sub-menu li a {
  font-size: 10px;
  letter-spacing: 1px;
}
/*checkbox-effect-css*/
.checkbox1 {
	margin: 0 0 2px;
}
.checkbox2 {
	margin: 0 0 12px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
	letter-spacing: 0.10px;
	line-height: 19px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*menu-effects-css*/
.menu .sub-down:after {
  margin: 0 0 0 11px;
  top: 0;
}
.menu li {
  margin: 0 41px 0 0;
}
.menu li a {
  font-size: 11px;
  letter-spacing: 1.20px;
}
.menu li .sub-menu li a {
  font-size: 11px;
  letter-spacing: 1.20px;
}
/*checkbox-effect-css*/
.checkbox1 {
	margin: 0 0 4px;
}
.checkbox2 {
	margin: 0 0 14px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	letter-spacing: 0.20px;
	line-height: 21px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/*menu-effects-css*/
.menu li a {
  font-size: 12px;
  letter-spacing: 1.40px;
}
.menu li .sub-menu li a {
  font-size: 12px;
  letter-spacing: 1.40px;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
/*menu-effects-css*/
.menu li a {
  font-size: 13px;
  letter-spacing: 1.60px;
}
.menu li .sub-menu li a {
  font-size: 13px;
  letter-spacing: 1.60px;
}
}

@media screen and (min-width:1341px) and (max-width:1440px) {

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}