/*@font-face {
  font-family: "Quicksand-Bold";
  src: url("../fonts/Quicksand-Bold.woff2") format("woff2"),
       url("../fonts/Quicksand-Bold.woff") format("woff"),
       url("../fonts/Quicksand-Bold.ttf") format("truetype"),
       url("../fonts/Quicksand-Bold.eot") format("embedded-opentype"),
       url("../fonts/Quicksand-Bold.svg") format("svg"),
       url("../fonts/Quicksand-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothic.eot');
	src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic.woff2') format('woff2'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Modern No. 20';
	src: url('../fonts/Modern-Regular.eot');
	src: url('../fonts/Modern-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/../fonts/Modern-Regular.woff2') format('woff2'), url('../fonts/Modern-Regular.woff') format('woff'), url('../fonts/Modern-Regular.ttf') format('truetype'), url('../fonts/Modern-Regular.svg#Modern-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Tw Cen MT';
	src: url('../fonts/TwCenMT-Regular.eot');
	src: url('../fonts/TwCenMT-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TwCenMT-Regular.woff2') format('woff2'), url('../fonts/TwCenMT-Regular.woff') format('woff'), url('../fonts/TwCenMT-Regular.ttf') format('truetype'), url('../fonts/TwCenMT-Regular.svg#TwCenMT-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background: #ffffff;
	font-family: 'Century Gothic', sans-serif;
	overflow-x: hidden;
	font-size: 16px;color: #757575;
}
html, body {
	width: 100%;
	height: 100%;
}
/*---------------------------------------
  TYPOGRAPHY              
-----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	font-family: 'Modern No. 20'
}
h1 {
	font-size: 40px;
	font-weight: 200;
	line-height: 50px;
}
h2 {
	font-size: 30px;
	line-height: 40px;
	margin-top: 0;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
}
h4 {
	color: #505050;
	font-size: 18px;
	line-height: 28px;
}
p {
	color: #757575;
	font-size: 16px;
	font-weight: 300;
	line-height: 29px;
	letter-spacing: 0.5px;
}
.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
/*---------------------------------------
  BUTTONS               
-----------------------------------------*/

.section-btn {
	margin: 32px 0 0 0;
	padding: 0;
}
.section-btn a, .section-btn button {
	line-height: 45px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	color: #ffffff;
	font-weight: normal;
}
.section-btn a span, .section-btn button span {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding: 0 25px;
	background: #4dc47d;
	border-radius: 1px;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.csstransforms3d .section-btn a span::before, .csstransforms3d .section-btn button span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	border-radius: 1px;
	color: #ffffff;
	padding: 0 25px;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.section-btn a:hover span, .section-btn a:focus span, .section-btn button:hover span, .section-btn button:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}
.csstransforms3d .section-btn a:hover span::before, .csstransforms3d .section-btn a:focus span::before, .csstransforms3d .section-btn button:hover span::before, .csstransforms3d .section-btn button:hover span::before {
	background: #000000;
}
/*---------------------------------------
  GENERAL               
-----------------------------------------*/

html {
	-webkit-font-smoothing: antialiased;
}
a {
	color: #4dc47d;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #000000;
	outline: none;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*
::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #252525;
}
*/
.section-title {
	position: relative;
	padding-bottom: 22px;
}
.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}
#about, #project, #team, #contact, footer {
	background: #ffffff;
}
#about, #team, #contact {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
/*---------------------------------------
  PRE LOADER              
-----------------------------------------*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: none repeat scroll 0 0 #ffffff;
}
.spinner {
	border: 1px solid transparent;
	border-radius: 5px;
	position: relative;
}
.spinner:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 1px solid #959595;
	border-top-color: #ffffff;
	animation: spinner .9s linear infinite;
}
 @-webkit-@keyframes spinner {
 to {
transform: rotate(360deg);
}
}
 @keyframes spinner {
 to {
transform: rotate(360deg);
}
}
/*---------------------------------------
  MENU             
-----------------------------------------*/

.custom-navbar {
	margin-bottom: 0;
	background-color: rgba(0,0,0,0.50);
	padding: 0px 0 0px 0px; 
}
.custom-navbar .navbar-brand {
	color: #fff;
	font-weight: normal;
	font-size: 25px;
	padding: 0px 15px;
}
.custom-navbar .nav li a {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.5px;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
	padding: 0;
	margin: 15px 20px;
	text-transform: uppercase;
}
.custom-navbar .navbar-nav > li > a:hover, .custom-navbar .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #ffffff;
}
.custom-navbar .navbar-nav li a:after {
	content: "";
	position: absolute;
	display: block;
	width: 0px;
	height: 2px;
	margin: auto;
	background: transparent;
	transition: width .3s ease, background-color .3s ease;
}
.custom-navbar .navbar-nav li a:hover:after, .custom-navbar .nav li.active > a:after {
	background: #ffffff;
	color: #ffffff;
	width: 100%;
}
.custom-navbar .nav li.active > a {
	background-color: transparent;
	color: #ffffff;
}
.custom-navbar .navbar-toggle {
	border: none;
	padding-top: 10px;
}
.custom-navbar .navbar-toggle {
	background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
	background: #ffffff;
	border-color: transparent;
}

@media(min-width:768px) {
.custom-navbar {
	/*background-color: rgba(153,201,200,0.7);*/ 
	background: 0;
}
.custom-navbar.top-nav-collapse {
	background-color: rgba(153,201,200,0.5);
	background: 0; 
}
}
/*---------------------------------------
  HOME             
-----------------------------------------*/

#home {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	position: relative;
	padding-top: 4em;
}
#home h1 {
	color: #ffffff;
	font-size: 6em;
	line-height: 1.2em;
}
#home p {
	color: rgba(250,250,250,0.7);
}
#home .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
#home video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
}
/*---------------------------------------
  ABOUT              
-----------------------------------------*/

#about {
	padding-top: 100px;
	padding-bottom: 100px;
}
.about-info h3 {
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #c3996b;
	margin: 0;
	margin-top: 10px;
}
/*---------------------------------------
  PROJECT              
-----------------------------------------*/

.project-item {
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}
.project-overlay {
	background: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.project-info {
	padding: 12em 0;
}
.project-item img {
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.project-item:hover img {
	transform: scale(1.1);
}
.project-overlay h1 {
	color: #ffffff;
	margin: 0;
}
.project-overlay h3 {
	color: #d9d9d9;
	font-size: 14px;
	letter-spacing: 0.2px;
	margin-top: 0;
}
.project-item:hover .project-overlay {
	opacity: 1;
}
/*---------------------------------------
   TEAM             
-----------------------------------------*/

#team .item {
	display: block;
	width: 100%;
	margin-bottom: 22px;
}
#team h3, #team p {
	margin: 0;
}
.team-item {
	overflow: hidden;
	position: relative;
	margin-top: 34px;
	margin-bottom: 16px;
}
.team-item img {
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.team-item:hover img {
	transform: scale(1.1);
}
.team-overlay {
	background: rgba(0,0,0,0.5);
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.team-overlay .social-icon {
	position: relative;
	top: 45%;
}
.team-overlay .social-icon li a {
	background: #ffffff;
	color: #191919;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.team-item:hover .team-overlay {
	opacity: 1;
}
/*---------------------------------------
  CONTACT             
-----------------------------------------*/

#contact {
	background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
	background-size: cover;
	background-position: center center;
}
#contact-form {
	padding-top: 22px;
}
#contact .text-success, #contact .text-danger {
	display: none;
	padding: 0 0 5px 20px;
}
#contact .form-control {
	border: none;
	box-shadow: none;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 22px;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
#contact .form-control:focus {
	border-color: #d9d9d9;
}
#contact input {
	height: 55px;
	line-height: 45px;
}
#contact .section-btn {
	margin: 5px 0 0 0;
}
#contact button#cf-submit {
	background: transparent;
	border: none;
	padding: 0;
	line-height: 50px;
}
/*---------------------------------------
  FOOTER              
-----------------------------------------*/

footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #0a939c;
	color: #fff;
}
footer h4 {
	padding-top: 12px;
}
footer p {
	color: #fff;
}
footer a {
	color: #fff;
}
footer .copyright-text {
	padding-top: 42px;
}
/*---------------------------------------
  SOCIAL ICON             
-----------------------------------------*/

.social-icon {
	position: relative;
	padding: 0;
	margin: 0;
}
.social-icon li {
	display: inline-block;
	list-style: none;
}
.social-icon li a {
	border-radius: 100%;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	text-align: center;
	position: relative;
	margin: 4px 8px 0 8px;
}
.social-icon li a:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/

@media (max-width: 992px) {
#home h1 {
	font-size: 4em;
	line-height: normal;
}
}

@media (max-width: 980px) {
h1 {
	font-size: 30px;
	line-height: inherit;
}
#home {
	padding-top: 0em;
}
#about {
	padding-top: 120px;
	padding-bottom: 100px;
}
.project-info {
	padding: 4em 0;
}
footer {
	text-align: center;
}
footer .social-icon {
	margin-top: 32px;
}
}

@media (max-width: 770px) {
#home h1 {
	font-size: 3.5em;
}
}

@media (max-width: 767px) {
.custom-navbar {
	padding: 10px 0;
}
.custom-navbar .nav li a {
	display: inline-block;
	line-height: 15px;
	margin-bottom: 0;
}
.custom-navbar .nav li:last-child a {
	margin-bottom: 5px;
}
.project-info {
	padding: 10em 0;
}
.footer-info {
	padding: 22px 0 22px 0;
}
}

@media (max-width: 580px) {
h1 {
	font-size: 26px;
}
#home {
	height: 100vh;
}
.about-info h3 {
	font-size: 12px;
	letter-spacing: 6px;
}
.project-info {
	padding: 5em 0;
}
}
/* MENU ICON */
.tcon {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	transition: 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 40px;
	background: transparent;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
.tcon > * {
	display: block;
}
.tcon:hover, .tcon:focus {
	outline: none;
}
 .tcon::-moz-focus-inner {
 border: 0;
}
.tcon-menu__lines {
	display: inline-block;
	height: 4px;
	width: 28px;
	border-radius: 0px;
	transition: 0.3s;
	background: #fff;
	position: relative;
}
.tcon-menu__lines::before, .tcon-menu__lines::after {
	display: inline-block;
	height: 4px;
	width: 28px;
	border-radius: 0px;
	transition: 0.3s;
	background: #fff;
	content: '';
	position: absolute;
	left: 0;
	-webkit-transform-origin: 2.85714px center;
	transform-origin: 2.85714px center;
	width: 100%;
}
.tcon-menu__lines::before {
	top: 7px;
}
.tcon-menu__lines::after {
	top: -7px;
}
.tcon-transform .tcon-menu__lines {
	-webkit-transform: scale3d(0.8, 0.8, 0.8);
	transform: scale3d(0.8, 0.8, 0.8);
}
.tcon-menu--xcross {
	width: auto;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
	background: transparent !important;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 28px;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
.tcon-visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.navbar-default.navbar-shrink .tcon-menu__lines, .navbar-default.navbar-shrink .tcon-menu__lines::before, .navbar-default.navbar-shrink .tcon-menu__lines::after {
	background: #000;
}
#main-navigation .navbar-nav li {
	opacity: 0;
	top: -50px;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	pointer-events: none;
	cursor: pointer;
}
#menu-trigger-wrapper {
	display: block;
	opacity: 1;
	top: 0;
	pointer-events: auto;
	cursor: auto;
	padding: 10px;
	background: #a1e2cd
}

li.menu-trigger-wrapper {
	display: block;
	opacity: 1;
	top: 0;
	pointer-events: auto;
	cursor: auto;
	padding: 10px;
	background: #a1e2cd
}
.menu2{
	position: fixed;
    top: 0;
    right: 0;
    z-index: 10000; margin-right: 0px;
}
.menu2>li>a {
    position: relative;
    display: block;
    padding: 0px;
}
.pr0{ padding-right: 0px;}
#menu-logo {
	display: block;
	opacity: 1;
	top: 0;
	pointer-events: auto;
	cursor: auto;
	margin: 0px;
	padding: 0px;
}
#main-navigation.menu-active .navbar-nav li {
	opacity: 1;
	top: 0px;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	pointer-events: auto;
	cursor: auto;
	padding-top: 20px
}

@media (max-width: 767px) {
#menu-trigger-wrapper {
	display: none;
}
#menu-logo {
	display: none;
}
#main-navigation .navbar-nav li {
	opacity: 1;
	top: 0px;
	cursor: pointer;
	pointer-events: auto;
}
}

/**
 * 11.0 - Heading
 */


/**
 * 12.0 - Heading Animated
 */
@media (max-width: 1024px) {
#heading-animated .sh-heading-content {
	font-size: 42px!important;
}
}
#heading-animated .sh-heading-animated-content {
	font-size: 60px;
	line-height: 120%!important;
	text-align: center;
}
#heading-animated .sh-heading-animated-typed, #heading-animated .typed-cursor {
	color: #a1e2cd;
}
.sh-heading-animated-content {
	margin-bottom: 0;
}
.typed-cursor {
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@keyframes blink {
 0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-webkit-keyframes blink {
 0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
.sh-heading-content {
	text-transform: uppercase;
	color: #fff;
	font-family: 'Montserrat'
}
#home h1.sh-heading-animated-fixed {
	font-size: 60px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Montserrat'
}
#home h2.sh-heading-animated-fixed {
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Montserrat'
}
.custom-navbar .nav li.line {
	font-size: 14px;
	font-weight: normal;
	color: #f9f9f9;
	letter-spacing: 0.5px;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
	padding: 0;
	margin: 15px 5px;
	text-transform: uppercase;
}
.custom-navbar .nav li#logo {
	display: block;
	opacity: 1;
	top: 0;
	pointer-events: auto;
	cursor: auto;
	padding-top: 0px
}
.custom-navbar .nav li#logo a {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0px;
}
.top-nav-collapse .menubg {
	background-color: rgba(153,201,200,0.8);
}
.custom-navbar .nav li#lang {
	color: #fff;
	transition: none;
	padding-top: 0px
}
.custom-navbar .nav li#lang a {
	color: #fff;
	margin: 15px 5px;
}
.custom-navbar .navbar-nav li#lang a:after, .custom-navbar .navbar-nav li#logo a:after {
	content: "";
	position: absolute;
	display: block;
	width: 0px;
	height: 2px;
	margin: auto;
	background: transparent;
	transition: none;
}
.custom-navbar .navbar-nav li#lang a:hover:after, .custom-navbar .navbar-nav li#logo a:hover:after {
	color: #ffffff;
	width: 100%;
}
.styleswitcher {
	position: fixed;
	top: 45%;
	right: 0;
	z-index: 10000;
	background: #fff;
}
.styleswitcher .whatsapp {
	position: absolute;
	top: 0;
	left: -50px;
	width: 50px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background: #60fc7c;
	font-size: 30px;
}
.styleswitcher .facebook {
	position: absolute;
	top: 50px;
	left: -50px;
	width: 50px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background: #3c5a99;
	font-size: 30px;
}

@media(max-width:768px) {
#main-navigation .navbar-nav li.line {
	display: none
}
.custom-navbar .nav li#logo {
	display: none;
}
.custom-navbar .navbar-nav li#lang a:after {
	content: "none";
	position: absolute;
	display: none;
	width: 0px;
	height: 2px;
	margin: auto;
	background: transparent;
	transition: none;
}
.custom-navbar .navbar-nav li#lang a:hover:after {
	color: #ffffff;
	width: 100%;
}
.styleswitcher {
	display: none
}
}
.bg1 {
	background: #ecf9f5
}
.bg2 {
	background: #eff0f0
}
.icon-box-squared {
	position: relative;
	text-align: center;
	padding: 50px 30px;
	margin-bottom: 30px;
}
.icon-box-squared .title {
	margin-top: 20px;
	font-size: 18px;
	color: #008c8c;
	text-transform: uppercase;
	font-family: 'Tw Cen MT';
	min-height: 60px;
}
.icon-box-squared img {
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.icon-box-squared:hover img {
	transform: scale(1.4);
}

@media screen and (max-width: 767px) {
.icon-box-squared {
	margin-bottom: 20px;
}
}
.topbanner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60vh;
	position: relative;
}
.aboutbg {
	background: url(../images/aboutbg.png) no-repeat;
	background-size: cover;
}
.sizebg {
	background: url(../images/sizebg.png) no-repeat;
	background-size: cover;
}
.stepbg {
	background: url(../images/5easystepbg.png) no-repeat;
	background-size: cover;
}
.faqbg {
	background: url(../images/faqbg.png) no-repeat;
	background-size: cover;
}
.offersbg {
	background: url(../images/offersbg.png) no-repeat;
	background-size: cover;
}
.contactbg {
	background: url(../images/contactbg.png) no-repeat;
	background-size: cover;
}
.blogsbg {
	background: url(../images/blogsbg.png) no-repeat;
	background-size: cover;
}
.offers1bg {
	background: url(../images/offers1bg.png) no-repeat;
	background-size:  contain; padding: 30px !important;min-height: 450px;
}
.offers2bg {
	background: url(../images/offers2bg.png) no-repeat;
	background-size:  contain; padding: 30px !important;min-height: 450px;
}

@media (max-width: 767px) {
	
.offers1bg {
	background: url(../images/offers1bgm.png) no-repeat;
	background-size:cover; padding: 30px !important;min-height: 280px;
}
.offers2bg {
	background: url(../images/offers2bgm.png) no-repeat;
	background-size:  cover; padding: 30px !important;min-height: 280px;
}
}
.topbanner .title1 {
	font-family: 'Montserrat';
    font-weight: 'bold';
	font-size: 45px;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #fff;
}
.topbanner .title1 span {
	color: #a1e2cd;
}

.topbanner .title2 {
	font-family: "Tw Cen MT";
	font-size: 18px;
	color: #fff;
}
.pagecontent {
    padding-top: 100px;
    padding-bottom: 100px;
}
.size-info h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #01bcc5;
	margin-bottom: 40px; text-align: center
}


.categories {
	margin-bottom: 60px; text-align: center
}

ul.type li {
	display: inline-block;
	margin-right: 20px;margin-bottom: 30px;
}
ul.type li a {
	font-family: 'Tw Cen MT', sans-serif;
	color: #fff;
	font-size: 18px;
	padding: 5px 20px;
	border-radius: 10px; background: #0a939c
}
ul.type li a.active {
	background: #a1e2cd;
	color: #fff; 
} 
ul.type li a:hover {
	background: #a1e2cd;
	color: #fff; text-decoration: none
}

.size-box {
	background: #ecf9f5;
	width: 100%;
	height: 100%; padding: 80px;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s; min-height: 400px; text-align: left
}
.size-box h1 { 
	font-family: 'Tw Cen MT';
	font-size: 42px;
	text-transform: uppercase;
	color: #0a939c; font-weight: bold
}
.size-box h1 span{ 
	color: #a1e2cd;
}
.size-box p { 
	color: #666666; font-size: 12px; line-height: 20px
}
.size-box .gs { 
	
	font-family: 'Modern No. 20';
	font-size: 22px;
	color: #0a939c; text-align: center; margin: 20px 0px
}
.size-box .gs span{ 
	font-size: 16px;
}
.mtb40{
	margin: 50px 0px
}
.huibg{ background: #eff0f0}
.greenbg{ background: #ecf9f5; margin: 50px 0px}
.gbg{ background: #ecf9f5;}
.no-gutter { margin-bottom: 0px;
}
.no-gutter > [class*=col-] {
    padding: 0;
}
.no-gutter  .project-item {margin-bottom: 0px;
    
}
.pd30{ padding: 30px;}
 a.btns,button.btns {
	font-family: 'Tw Cen MT', sans-serif;
	color: #fff;
	font-size: 16px;
	padding: 5px 20px;
	border-radius: 10px; background: #c3996b; text-transform: uppercase
}
 a.btns:hover,button.btns:hover {
	background: #a1e2cd;
	color: #fff; text-decoration: none
}


.faq-info h3 {
	font-size: 35px;
	text-transform: uppercase; font-family: 'Tw Cen MT';
	color: #0a939c;
	margin-bottom: 40px; text-align: left
}

.faq-info h4 {
	font-size: 20px;
	text-transform: uppercase; font-family: 'Modern No. 20';
	color: #808080;
	margin-bottom: 40px; text-align: left
}
.accordion-faq {
	text-align: left;
	position: relative
}
.accordion-faq .panel {
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none
}
.accordion-faq .panel .panel-heading {
	padding: 0;
	color: #fff;
	border-radius: 0!important;
	background: #333
}
.accordion-faq .panel-heading a {
	display: block;
	position: relative; 
	background: #fff;
	color: #c3996b;
	padding: 14px 50px 12px 15px;
	border-radius: 0; 
	border: none;
	min-height: 50px;line-height: 50px;
	font-size: 20px; 
	text-align: left; 
	font-family: "Tw Cen MT"; text-transform: uppercase; text-decoration: none
}
.accordion-faq .panel-heading a.collapsed {
	display: block;
	position: relative; 
	background: #fff;
	color: #c3996b;
	padding: 14px 50px 12px 15px;
	border-radius: 0; 
	border: none;
	min-height: 50px; line-height: 50px;
	font-size: 20px; 
	text-align: left; 
	font-family: "Tw Cen MT"; text-transform: uppercase; text-decoration: none
}
.accordion-faq .panel-heading a:hover {
	text-decoration: none
}
.accordion-faq .panel:last-child {
	box-shadow: none;
	border-bottom: none
}
.accordion-faq .arrow-down, .accordion-faq .arrow-up {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 35px; margin-left: 20px;  
}
.accordion-faq .arrow-down, .accordion-faq .collapsed .arrow-up {
	display: none
}
.accordion-faq .collapsed .arrow-down {
	display: inline-block;
	color: #c3996b;
}
.accordion-faq .panel-body {
	border-top: 0!important;
	padding: 30px;
	background: #ecf9f5;
	border: none;
	border-top: none;
}
.accordion-faq.panel-group .panel+.panel {
	margin-top: 10px
}



.contact-info h3 {
	font-size: 40px;
	text-transform: uppercase; font-family: 'Tw Cen MT';
	color: #0a939c;
	margin-bottom: 40px; text-align: left
}
.mytable>tbody>tr>td, .mytable>tbody>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top:  none; text-align: left
}

.mytable>tbody>tr>th { color: #3bb5bd; text-align: right; width: 30% 
}
.mytable>tbody>tr>td>span { font-size: 14px
}

.mytable>tbody>tr>td>h4 { font-size: 16px; font-family: "Tw Cen MT";font-weight: bold; color: #c3996b
}

.mytable2>tbody>tr>td {
    vertical-align: middle;
    border-top:  none; text-align: left
}

.mytable2 a { color: #333;
}
.pd50{ 
	padding: 50px 0px

}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.form label{ color: #3bb5bd
	
}


.social-icon2 {
	position: relative;
	padding: 0;
	margin: 0;
}
.social-icon2 li {
	display: inline-block;
	list-style: none;
}
.social-icon2 li a {
	border-radius: 100%;
	color: #c3996b;
	cursor: pointer;
	font-size: 40px;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	text-align: center;
	position: relative;
	margin: 4px 18px 0 18px;
}
.social-icon2 li a:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


.contact-info h2 {
	font-size: 25px; font-family: 'Tw Cen MT';
	color: #c3996b;
	margin-bottom: 20px; text-align: center
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0a939c;
    border-color: #0a939c;
}
.sorter select {
	border: 0 none;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	margin: 0;
	padding: 0 14px;
	vertical-align: middle;
	width: 110px;
    background-color: #c3996b; color: #fff;
	text-indent: 0.01px;
	text-overflow: ''; border-radius: 10px;
	cursor: pointer; margin-right: 20px; margin-bottom: 20px
}

.social-icon3 {
	position: relative;
	padding: 0;
	margin: 0; margin-right: 30px!important;
	margin-bottom: 30px!important;
}
.social-icon3 li {
	display: inline-block;
	list-style: none;
}
.social-icon3 li a {
	border-radius: 100%;
	color: #c3996b;
	cursor: pointer;
	font-size: 20px;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	text-align: center;
	position: relative;
	margin: 4px 8px 0 8px;
}
.social-icon3 li a:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.step-info h3.one{
	 font-family: "Tw Cen MT";
	 font-size: 50px;
	 color: #a1e2cd; 
	 font-weight: bold; text-transform: uppercase; margin-bottom: 50px; margin-top: 50px;
}
.step-info h3.one span{
	 font-size: 150px;
}

.step-info h4.one{
	 font-family: "Tw Cen MT";
	 font-size: 35px;
	 color: #0a939c; 
	 font-weight: bold; text-transform: uppercase
}
.step-info h3.two{
	 font-family: "Tw Cen MT";
	 font-size: 50px;
	 color: #0a939c; 
	 font-weight: bold; text-transform: uppercase; margin-bottom: 50px; margin-top: -5px;
}
.step-info h3.two span{
	 font-size: 150px;
}

.step-info h4.two{
	 font-family: "Tw Cen MT";
	 font-size: 35px;
	 color: #a1e2cd; margin-top: 250px; 
	 font-weight: bold; text-transform: uppercase
}
.step3{ margin: 200px 50px; min-height: 400px
}
.step5{ margin: 150px 100px;  
}
.baibg{ background: #fff;
	
	
}
.mt0{
	margin-bottom: 0px;
}
.step-info h4.four{
	 font-family: "Tw Cen MT";
	 font-size: 35px;
	 color: #a1e2cd; margin-top: 150px; 
	 font-weight: bold; text-transform: uppercase
}
.step-info2{
	
	padding: 100px 50px;
}
.contact{ padding: 50px 0px;
	
}
.contact h3{ 
	 font-family: "Tw Cen MT";
	 font-size: 30px;
	 color: #0a939c; margin-bottom: 10px;
	
}


@media (max-width: 767px) {
.step-info h4.two {
    margin-top: 20px;
}
.step3 {
    margin:  50px 10px;
    min-height: 200px; padding-top: 50px;
	padding-bottom: 50px
}	
	.step-info h3.two {
    margin-top: 10px;
}
	.step-info h4.four {
    margin-top: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
	.step5 {
    margin: 50px 10px;
}
	.step-info2 {
    padding: 100px 10px;
}
	
}

.error{  color: #f00;

}
.display-none{ display: none; margin-top: 20px;

}

@media (max-width: 992px) {

#main-navigation.menu-active .navbar-nav li {
   
     padding-top: 0px;
}
#main-navigation.menu-active .navbar-nav li#lang {
   
     padding-top: 13px;
}
}


.dropdown-menu {
    background: rgb(0,0,0,1)!important;
    min-width: 200px;	z-index: 99999	
}
.dropdown-menu li{
     padding-top: 5px!important;
}
.dropdown-menu li a:hover{
    background: transparent!important;
	border-bottom: none!important;
}

.custom-navbar .navbar-nav .dropdown-menu li a:hover:after, .custom-navbar .nav .dropdown-menu li.active > a:after {
	background: #ffffff;
	color: #ffffff;
	width: 80%!important;
}

	.nav> li:hover .dropdown-menu { display :  block ;}


.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #0a939c;
  background-color: #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0a939c;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #0a939c;
}
