html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #000
}
.container {
	max-width: 1400px;
}

@media (min-width:992px) {
	.container .grow-right {
		margin-right: -6.59vw
	}
	.container .grow-left {
		margin-left: -6.59vw
	}
}

.container.container-wide {
	max-width: 100%;
	padding-left: 6.59vw;
	padding-right: 6.59vw
}

.container.container-full {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0
}

.px-6 {
	padding-left: 4rem;
	padding-right: 4rem
}

.px-3-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

.mb-3-5 {
	margin-bottom: 1.25rem
}

h1,
h2.main-title {
	font-family: unset!important;
	font-size: 2.5rem;
	line-height: 1.1em
}

h2 {
	font-family: unset!important;
	font-size: 2.5rem;
	line-height: 1.1em
}

h3 {
	font-family: unset!important;
	font-size: 1.75rem
}

p {
	font-family: unset!important;
	font-weight: 400
}

a {
	color: #000;
	transition: color .2s ease-in-out
	font-family: unset!important;
}

a:hover {
	color: #000
}

@media (min-width:576px) {
	h1,
	h2.main-title {
		font-size: 3.5rem
	}
}

section {
	position: relative;
	padding-top: 10rem;
	padding-bottom: 10rem
}

h2.mb-4.fadeInUp.animated {
	margin-bottom: 2.5rem!important;
}

.mb-4.link.animated-delay.fadeInUp.animated {
	padding-top: 2rem!important;
}

.pre-title {
	font-family: unset!important;
	font-size: 1.25rem;
	font-weight: 400
}

.prv-link {
	padding-top: 1rem;
	font-family: unset!important;
	text-transform: uppercase;
	font-weight: 500;
	font-size: .8rem;
	color: #000000;
}

.prv-link:hover {
	text-decoration: none;
	color: #f58634;
}

.prv-link:not(.link-right):after {
	content: "";
	display: inline-block;
	width: 5rem;
	height: 1px;
	vertical-align: middle;
	background-color: #000000;
	margin-left: 10px;
	transition: all .25s ease-in-out
}

.prv-link:not(.link-right):hover:after {
	width: 6rem;
	background-color: #f58634;
}

.prv-link.link-right:before {
	content: "";
	display: inline-block;
	width: 4rem;
	height: 1px;
	vertical-align: middle;
	background-color: #000;
	margin-right: 10px;
	transition: all .25s ease-in-out
}

.prv-link.link-right:hover:before {
	width: 5rem;
	background-color: #333
}

.prv-select .dropdown {
	padding: 0;
	border: none;
	background-color: transparent
}

.prv-select span {
	display: block;
	padding: .5rem 1.25rem;
	cursor: pointer;
	user-select: none;
	font-family: unset!important;
	font-weight: 400;
	color: #000
}

.prv-select .dropdown-head>i {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	transition: transform .2s ease-in-out;
	transform: scaleX(0);
	transform-origin: left
}

.prv-select:hover .dropdown-head>i,
.prv-select.focus .dropdown-head>i {
	transform: scaleX(1)
}

.prv-select .dropdown-head-content>span {
	padding-right: 1.75rem
}

.prv-select.active .dropdown-head-content>span {
	font-weight: 500
}

.prv-select .dropdown-head-content>i {
	position: absolute;
	top: 50%;
	right: .75rem;
	transform: translateY(-50%);
	transition: transform .2s ease-in-out
}

.prv-select.focus .dropdown-head-content>i {
	transform: translateY(-50%) rotate(180deg)
}

.prv-select .dropdown-body {
	transform: scaleY(0);
	transform-origin: top;
	transition: transform .2s ease-in-out
}

.prv-select.focus .dropdown-body {
	transform: scaleY(1);
	box-shadow: 0 5px 5px 1px rgba(0, 0, 0, .1)
}

.prv-select .dropdown-body input {
	display: none
}

.prv-select .dropdown-body label {
	width: 100%;
	margin: 0
}

.prv-select .dropdown-body span {
	background-color: #fff;
	transition: background-color .2s ease-out
}

.prv-select .dropdown-body span:hover,
.prv-select .dropdown-body input:checked+span {
	background-color: #f0f0f0
}

.prv-button {
	padding: .69rem 1.25rem;
	border-radius: 0;
	border: 2px solid #000;
	background-color: transparent;
	white-space: nowrap;
	font-family: unset!important;
	font-weight: 400;
	color: #000;
	transition: background-color .25s ease-in-out, color .25s ease-in-out, border-color .2s ease-in-out
}

.prv-button.white {
	border: 2px solid #fff;
	color: #fff
}

.prv-button:hover,
.prv-button:focus {
	background-color: #000;
	border-color: #000;
	color: #fff;
	outline: none;
	box-shadow: none
}

.prv-button.white:hover,
.prv-button.white:focus {
	background-color: #fff;
	border-color: #fff;
	color: #000
}

.prv-button-wrapper.prv-button-light .prv-button {
	border: none;
	background-color: transparent;
	color: #000
}

.prv-button-wrapper.prv-button-light i.underline {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	transition: transform .2s ease-in-out;
	transform: scaleX(0);
	transform-origin: left
}

body:not(.is-mobile) .prv-button-wrapper.prv-button-light:hover i.underline {
	transform: scaleX(1);
	color: #000
}

.prv-button-wrapper.prv-button-light .prv-button:hover {
	color: #000
}

.modal-backdrop.show {
	opacity: .7
}

.modal.modal-fullscreen {
	padding: 0 !important;
	width: 100vw;
	height: 100vh
}

button.close-btn {
	position: fixed;
	z-index: 1000;
	background-color: transparent;
	border: none;
	top: 1rem;
	right: 1rem;
	padding: 0;
	outline: none !important;
	box-shadow: none !important;
	color: #000;
	opacity: .75
}

button.close-btn:hover,
button.close-btn:focus {
	outline: none;
	background: 0 0;
	opacity: 1
}

button.close-btn span {
	font-size: 60px;
	line-height: 60px;
	font-weight: 200
}

.modal.modal-fullscreen .modal-dialog {
	margin: 0 !important;
	max-width: 100% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	height: calc(var(--vh, 1vh)*100);
	pointer-events: none
}

.modal.modal-fullscreen .modal-content {
	border: none !important;
	border-radius: 0;
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
	pointer-events: none
}

.modal.modal-fullscreen .modal-content * {
	pointer-events: all
}

.slick-dots li button:before {
	font-size: 12px
}

.slick-dots li {
	margin: 0 2px
}

.parallax-wrapper {
	position: relative;
	display: block;
	height: 100%
}

.parallax-clip-path {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip: rect(0, auto, auto, 0)
}

.parallax-background {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	height: calc(var(--vh, 1vh)*100);
	object-fit: cover;
	object-position: center;
	transform-style: preserve-3d
}

.slick-arrow.slick-prev,
.slick-arrow.slick-next {
	display: block;
	width: 40px;
	height: 60px;
	z-index: 100;
	background-color: transparent
}

.slick-arrow.slick-prev {
	left: 0
}

.slick-arrow.slick-next {
	right: 0
}

.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before {
	font-family: unset!important;
	font-size: 40px;
	color: #000
}

.slick-arrow.slick-prev:before {
	content: "\e64a";
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slick-arrow.slick-next:before {
	content: "\e649";
	right: 0
}

.slick-arrow.slick-prev:hover,
.slick-arrow.slick-prev:focus {
	outline: none;
	background: 0 0;
	opacity: 1
}

.parallax-wrapper {
	position: relative;
	display: block;
	height: 50vh
}

.parallax-clip-path {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip: rect(0, auto, auto, 0)
}

.parallax-background {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	object-position: center;
	-webkit-transform: translateZ(0)
}

@keyframes blink {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.typed-text:after {
	content: "|";
	line-height: 1rem;
	animation: blink .75s infinite
}

@keyframes fadeinup-animation {
	from {
		opacity: 0;
		transform: translate3d(0, 100px, 0)
	}
	to {
		opacity: 1;
		transform: translateY(0%)
	}
}

.fadeinup-animation {
	animation: fadeinup-animation 1s
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 2px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	border-color: #fff transparent transparent
}

.lds-ring div:nth-child(1) {
	animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
	animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
	animation-delay: -.15s
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

img {
	max-width: 100%
}

#mainNav {
	position: fixed;
	transform: translateY(0%);
	background-color: rgb(255 255 255);
	padding: 0;
	transition: transform .2s, box-shadow .2s ease-in-out, padding .5s, background-color .5s;
	animation-direction: normal, normal, reverse, normal
}

#mainNav .social-img {
	width: auto;
	height: 20px
}

#mainNav #icones-header {
	justify-content: space-around;
	width: 110px;
	display: flex;
	transform: translateX(9px)
}

#mainNav #icones-header img {
	display: block;
	margin-left: auto;
	margin-right: auto
}

#mainNav #idioms-header a {
	padding-right: .4rem;
	font-size: 1rem color: #000;
}

#mainNav.posAbs {
	position: absolute!important;
	transition: none!important
}

#mainNav.stopTransitionPadding {
	transition: transform .2s, box-shadow .2s ease-in-out!important
}

#mainNav.navbar-shrink {
	background-color: #fff;
	box-shadow: 0px -5px 16px rgba(0, 0, 0, .2)
}

#mainNav.hide {
	transform: translateY(-100%);
	box-shadow: none;
	transition: transform .3s !important
}

#mainNav a:not(.prv-button) {
	font-family: unset!important;
	font-size: .875rem;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

#mainNav a {
	white-space: nowrap
}

#mainNav.white a {
	color: #000;
}

#mainNav.black a,
#mainNav.navbar-shrink a {
	color: #000
}

#mainNav a span:after {
	display: block;
	content: '';
	border-bottom: solid 1px;
	transform: scaleX(0);
	transition: transform .25s ease-in-out;
	transform-origin: 0% 50%
}

#mainNav .idioms a span:after {
	margin-top: -3px
}

#mainNav .nav-link {
	padding-top: .625rem;
	padding-right: 28px;
	padding-left: 28px;
}

#mainNav a.active span:after {
	transform: scaleX(1)
}

#mainNav a span:hover:after {
	transform: scaleX(1)
}

#mainNav a:hover {
	text-decoration: none
}

#mainNav.show a span:after {
	transform: scaleX(0)
}

#mainNav.show .idioms a.active span:after {
	transform: scaleX(1)
}

#mainNav.white .prv-button {
	border-color: #000;
}

#mainNav.black .prv-button,
#mainNav.navbar-shrink .prv-button {
	border-color: #000
}

#mainNav.show .prv-button {
	border-color: #000
}

#mainNav.white .prv-button:hover,
#mainNav.white .prv-button:focus {
	color: #000;
	border-color: #000;
	background-color: #fff;
}

#mainNav.black .prv-button:hover,
#mainNav.black .prv-button:focus,
#mainNav.navbar-shrink .prv-button:hover,
#mainNav.navbar-shrink .prv-button:focus,
#mainNav.show .prv-button:hover,
#mainNav.show .prv-button:focus {
	color: #fff;
	border-color: #000;
	background-color: #000
}

#mainNav .navbar-brand img {
	width: auto;
	height: 55px
}

#mainNav.white .navbar-brand img {
	content: url("../images/suntouch-logo.svg")
}

#mainNav.black .navbar-brand img,
#mainNav.navbar-shrink .navbar-brand img,
#mainNav.show .navbar-brand img {
	content: url("../images/suntouch-logo.svg")
}

#mainNav .idioms a {
	font-size: .75rem;
	padding: 0 0 0 .4rem
}

#mainNav .idioms a span {
	margin-top: -1px
}

#mainNav .idioms svg {
	width: 26.39px;
	height: 15px;
	padding-left: .4rem;
	fill: none;
	stroke: #000;
	stroke-width: 1;
	-webkit-transition: stroke .2s ease-in-out;
	-moz-transition: stroke .2s ease-in-out;
	-o-transition: stroke .2s ease-in-out;
	transition: stroke .2s ease-in-out
}

#mainNav.white .idioms svg {
	stroke: #fff
}

#mainNav.black .idioms img,
#mainNav.navbar-shrink .idioms svg {
	stroke: #000
}

#mainNav.show {
	background-color: #fff;
	width: 100vw;
	padding-bottom: 0
}

#mainNav.show a {
	color: #000
}

#mainNav.show .idioms svg {
	stroke: #000
}

#mainNav .container {
	flex-direction: column;
	align-items: stretch
}

#mainNav.show .container {
	height: 100%
}

#mainNav .nav-top {
	display: flex;
	flex-direction: row;
	padding-top: .625rem;
	padding-bottom: .625rem
}

#mainNav.show .navbar-collapse {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-basis: 0%
}

#mainNav .navbar-toggler {
	display: flex;
	align-items: center;
	border: none;
	outline: none;
	background-color: #ffffff00;
	padding: 10px;
	border: 1px solid black;
}

#mainNav .navbar-toggler .hamburger-icon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 20px;
	height: 15px
}

#mainNav .navbar-toggler .hamburger-icon .line {
	width: 100%;
	height: 3px;
	background-color: #000;
	transition: background-color .2s ease-in-out, transform .2s ease-in-out
}

#mainNav.white .navbar-toggler .hamburger-icon .line {
	background-color: #000;
}

#mainNav.black .navbar-toggler .hamburger-icon .line,
#mainNav.navbar-shrink .navbar-toggler .hamburger-icon .line,
#mainNav.show .navbar-toggler .hamburger-icon .line {
	background-color: #000
}

#mainNav .navbar-toggler .line:nth-child(1) {
	animation: line-up-close .2s;
	transform: translateY(0) rotate(0)
}

#mainNav .navbar-toggler .line:nth-child(3) {
	animation: line-down-close .2s;
	transform: translateY(0) rotate(0)
}

#mainNav.show .navbar-toggler .hamburger-icon .line:nth-child(1) {
	animation: line-up-open .2s;
	transform: translateY(6px) rotate(-45deg)
}

#mainNav.show .navbar-toggler .hamburger-icon .line:nth-child(2) {
	transform: scale(0)
}

#mainNav.show .navbar-toggler .hamburger-icon .line:nth-child(3) {
	animation: line-down-open .2s;
	transform: translateY(-6px) rotate(45deg)
}

#mainNav.show .navbar-nav {
	text-align: center;
	flex-grow: 1;
	justify-content: center
}

#mainNav.show .navbar-nav a {
	font-family: unset!important;
	font-size: 1.75rem;
	line-height: 15px;
	padding-bottom: 20px
}

#mainNav.show .navbar-nav a.active span {
	border-bottom: none
}

#mainNav.show .footer-menu {
	width: 100%;
	-webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out
}

#mainNav .footer-note-mobile {
	padding-top: 1rem;
	padding-bottom: 1rem
}

#mainNav .navbar-collapse .footer-note-mobile a {
	font-family: unset!important;
	font-size: .875rem
}

.footer-font {
	font-size: .8125rem
}

#mainNav .collapsing {
	-webkit-transition: none;
	transition: none;
	display: none
}

#mainNav .navbar-brand {
	margin-right: 0;
	padding: 0
}

footer {
	overflow: hidden
}

footer {
	background-color: #f5f5f5
}

footer a,
footer h3,
footer span {
	font-size: .875rem;
	font-family: unset!important;
}

footer a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

footer a:hover {
	text-decoration: none
}

footer .social-img {
	width: auto;
	height: 15px
}

.footer-note {
	border-top: solid 1px #e5e5e5;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	font-family: unset!important;
}

.footer-note span,
.footer-note a {
	font-size: .8125rem
}

footer .parallax-wrapper {
	height: 10rem
}

footer .parallax-background {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.8125rem 0;
	height: inherit
}

footer .shadow-holder {
	height: 1rem;
	margin-top: -1rem;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-boxshadow: none;
	transition: box-shadow .5s ease-in-out, -moz-box-shadow .5s ease-in-out, -webkit-box-shadow .5s ease-in-out
}

footer .shadow-holder.noshadow {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-boxshadow: none
}

footer .logovic {
	display: block;
	margin-bottom: 5px
}

footer .logovic img,
footer-note .logovic img {
	width: 180px;
}

.animatable {
	visibility: hidden;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused
}

.animated {
	visibility: visible;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-ms-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running
}

.animated.animated-delay {
	animation-delay: .2s
}

.navbar-nav .animated:nth-child(2) {
	animation-delay: 75ms
}

.navbar-nav .animated:nth-child(3) {
	animation-delay: .15s
}

.navbar-nav .animated:nth-child(4) {
	animation-delay: .225s
}

.navbar-nav .animated:nth-child(5) {
	animation-delay: .3s
}

.footer-menu .animated {
	animation-delay: .375s
}

@keyframes fadeInUpMobile {
	from {
		opacity: 0;
		transform: translate3d(0, 50px, 0)
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp.mobile {
	animation-name: fadeInUpMobile
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translateY(10px)
	}
	to {
		opacity: 1;
		transform: translateX(0px)
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-20px)
	}
	to {
		opacity: 1;
		transform: translateX(0px)
	}
}

.fadeInLeft {
	animation-name: fadeInLeft
}

.fadeInRight {
	animation-name: fadeInRight
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(20px)
	}
	to {
		opacity: 1;
		transform: translateX(0px)
	}
}

.animation-right-fix {
	overflow: hidden
}

@keyframes fadeInExtraLeft {
	from {
		opacity: 0;
		transform: translateX(-50px)
	}
	to {
		opacity: 1;
		transform: translateX(0px)
	}
}

.fadeInExtraLeft {
	animation-name: fadeInExtraLeft
}

.fadeInExtraRight {
	animation-name: fadeInExtraRight
}

@keyframes fadeInExtraRight {
	from {
		opacity: 0;
		transform: translateX(50px)
	}
	to {
		opacity: 1;
		transform: translateX(0px)
	}
}

.icon-scroll {
	font-family: unset!important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 35px;
	margin-left: -10px;
	position: fixed;
	bottom: 20px;
	margin-top: -35px;
	box-shadow: inset 0 0 0 3px #fff;
	border-radius: 25px;
	z-index: 99
}

.icon-scroll,
.icon-scroll:before {
	left: 50%
}

.icon-scroll:before {
	position: absolute
}

.icon-scroll:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #fff;
	margin-left: -2px;
	top: 4px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll
}

.page-project .icon-scroll:before {
	background: rgba(0, 0, 0, .5)
}

.page-project .icon-scroll {
	box-shadow: inset 0 0 0 3px rgba(0, 0, 0, .5)
}

#back-top-button {
	display: inline-block;
	background-color: rgba(0, 0, 0, .1);
	width: 50px;
	height: 50px;
	text-align: center;
	position: fixed;
	bottom: 30px;
	right: 6.59%;
	transition: background-color .3s, opacity .5s, visibility .5s, bottom .5s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 1000
}

#back-top-button.near-bottom {
	bottom: 90px
}

#back-top-button:after {
	font-family: unset!important;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2em;
	line-height: 50px;
	color: #fff
}

#back-top-button:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, .5)
}

#back-top-button:active {
	background-color: rgba(0, 0, 0, .1)
}

#back-top-button.show {
	opacity: 1;
	visibility: visible
}

.grecaptcha-badge {
	visibility: hidden
}

@-webkit-keyframes scroll {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(23px);
		transform: translateY(23px)
	}
}

@keyframes scroll {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(23px);
		transform: translateY(23px)
	}
}

@media (min-width:768px) {
	.container.container-small {
		max-width: 600px;
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (min-width:992px) {
	#mainNav .idioms-drop {
		padding: 0;
		margin: 0;
		margin-left: 32px
	}
	#mainNav .idioms-drop .dropdown-toggle {
		background-color: transparent;
		border: none;
		padding: 0;
		outline: none;
		font-size: 12px;
		display: flex;
		align-items: center
	}
	#mainNav .idioms-drop .dropdown-toggle-wrapper:after {
		display: block;
		content: '';
		border: none;
		width: 52%;
		height: 1px;
		background-color: #fff;
		transition: width .25s ease-in-out, background-color .25s ease-in-out
	}
	#mainNav .idioms-drop .dropdown-toggle:after {
		display: none
	}
	#mainNav .idioms-drop .dropdown-item,
	#mainNav .idioms-drop .dropdown-toggle {
		color: #fff;
		font-family: unset!important;
		transition: color .25s ease-in-out
	}
	#mainNav .idioms-drop .dropdown-item {
		font-size: 11px;
		padding: 0;
		line-height: 25px;
		pointer-events: none
	}
	#mainNav .idioms-drop .dropdown-item:active,
	#mainNav .idioms-drop .dropdown-item:focus {
		background-color: transparent;
		outline: none
	}
	#mainNav .idioms-drop .dropdown-menu {
		background-color: transparent;
		border: none;
		padding: 0;
		margin: 0;
		min-width: 1rem;
		text-align: center;
		display: block;
		opacity: 0;
		padding-top: 5px;
		transition: opacity .25s ease-in-out
	}
	#mainNav .idioms-drop .dropdown-item:hover {
		background-color: transparent
	}
	#mainNav .idioms-drop .dropdown-item.active {
		display: none
	}
	#mainNav .idioms-drop .dropdown-toggle svg {
		stroke: #fff;
		transition: stroke .25s ease-in-out, transform .3s ease-in-out;
		margin-left: 6px
	}
	#mainNav .idioms-drop:hover .dropdown-toggle svg {
		transform: rotateZ(-180deg)
	}
	#mainNav .idioms-drop:hover .dropdown-menu {
		opacity: 1
	}
	#mainNav .idioms-drop:hover .dropdown-menu .dropdown-item {
		pointer-events: auto
	}
	#mainNav .idioms-drop:hover .dropdown-toggle-wrapper:after {
		width: 100%
	}
	#mainNav.hide .idioms-drop .dropdown-menu {
		opacity: 0
	}
	#mainNav.hide .idioms-drop .dropdown-item {
		pointer-events: none !important
	}
	#mainNav.white .idioms-drop .dropdown-item,
	#mainNav.white .idioms-drop .dropdown-toggle {
		color: #000;
	}
	#mainNav.black .idioms-drop .dropdown-item,
	#mainNav.black .idioms-drop .dropdown-toggle,
	#mainNav.navbar-shrink .idioms-drop .dropdown-item,
	#mainNav.navbar-shrink .idioms-drop .dropdown-toggle {
		color: #000
	}
	#mainNav.white .idioms-drop .dropdown-toggle svg {
		stroke: #fff
	}
	#mainNav.black .idioms-drop .dropdown-toggle svg,
	#mainNav.navbar-shrink .idioms-drop .dropdown-toggle svg {
		stroke: #000
	}
	#mainNav.white .idioms-drop .dropdown-toggle-wrapper:after {
		background-color: #000;
	}
	#mainNav.black .idioms-drop .dropdown-toggle-wrapper:after,
	#mainNav.navbar-shrink .idioms-drop .dropdown-toggle-wrapper:after {
		background-color: #000
	}
	#mainNav.white .navbar-brand img {
		content: url("../images/suntouch-logo.svg")
	}
	#mainNav.black .navbar-brand img,
	#mainNav.navbar-shrink .navbar-brand img {
		content: url("../images/suntouch-logo.svg")
	}
	#mainNav .navbar-brand img {
		width: 210px;
		/*height: auto*/
	}
	#mainNav .navbar-collapse {
		padding: 0 2.25rem
	}
	#mainNav .navbar-toggler {
		display: none
	}
	#mainNav .side-items {
		position: relative
	}
	#mainNav .container {
		flex-direction: row;
		align-items: stretch
	}
	#mainNav {
		padding: 2.5rem 0
	}
	#mainNav .nav-top {
		padding-top: 0;
		padding-bottom: 0
	}
	#mainNav.navbar-shrink {
		padding: .8rem 0
	}
	#mainNav.navbar-shrink img {
		width: 170px;
		height: auto
	}
	#mainNav .navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 20px;
		padding-left: 0
	}
	.fadeInUp.mobile {
		animation-name: none
	}
	.animatable.mobile {
		visibility: visible
	}
	footer {
		padding: 0
	}
	footer .first {
		padding-top: 6rem;
		padding-bottom: 7.5rem
	}
	footer .parallax-wrapper {
		height: 35rem;
	}
	footer .parallax-background {
		padding: 0;
		position: fixed;
		height: 100vh
	}
	footer .container,
	.footer-note .container,
	#mainNav .container {
		max-width: 100%;
		padding-left: 6.59%;
		padding-right: 6.59%
	}
	#back-top-button.near-bottom {
		bottom: 30px
	}
	footer .shadow-holder {
		box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
		-moz-box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
		-webkit-boxshadow: 0 0 1rem rgba(0, 0, 0, .2)
	}
}
.page-title {
	position: relative;
	padding: 200px 0 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #b3b3b3;
	background-position: center;
}

.page-title:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.page-title .content-column {
	position: relative;
}

.page-title h1 {
	position: relative;
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	line-height: 60px;
}

.content-column ul {
    padding: 0!important;
}

.content-column ul li {
	display: inline-block;
	margin-right: 10px;
	color: #ef7f30;
}
.content-column ul li a{
	color: #fff;
	font-size: 12px;
}
.main-contain{
    padding: 70px 0;
}
.mb30{
    margin-bottom: 30px;
}
.mt30{
    margin-top: 30px;
}
.mb15{
    margin-bottom: 15px;
}
.mb10{
    margin-bottom: 10px;
}
.mb5{
    margin-bottom: 5px;
}
.pbt30{
    padding: 25px 0;
}
.bg-gray {
    background: #f8f9f9;
}
.bg-white{
    background: #fff;
}
.bg-black{
    background-color: #222;
}
.bg-theme {
    background-color: #e22429;
}

.main-theme-color1{
    background: #e22429;  
}
.animated-img {
    margin-right: 30px;
}
.animated-title {
    font-size: 18px;
    font-weight: 700;
}
.full-image img{
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.home-about-text1 h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 52px;
    line-height: 1.4;
}
section.main-contain.bg-gray.clearfix.text_part img {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}
.cd-background{
    align-items: center;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    display: flex;
    height: 100vh;
    justify-content: center;  
}
.cd-bg-1 {
    background: #eae8e9;
    padding: 60px 0;
}

.cd-bg-2{
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #43cea2, #185a9d) repeat scroll 0 0;
}
.cd-bg-3 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #005c97, #363795) repeat scroll 0 0;
}
.cd-bg-4 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #1d4350, #a43931) repeat scroll 0 0;
}
.cd-bg-5 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #eecda3, #ef629f) repeat scroll 0 0;
}

.cd-bg-6 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #fc00ff, #00dbde) repeat scroll 0 0;
}
.cd-bg-7 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #1e130c, #9a8478) repeat scroll 0 0;
}
.cd-bg-8 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #ff512f, #dd2476) repeat scroll 0 0;
}
.main-title{
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: left;
}
.sub-title {
    color: #6e6e6e;
    font-size: 15px;
    line-height: 30px;
    margin-top: 0;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0;
}
.contact_part .btn-large {
    margin-top: 40px;
    padding: 15px 40px;
    border-radius: 0;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}
.btn-custom {
    background-color:transparent;
    border: 1px solid #ef7f30;
}
.btn-custom:hover {
    background-color:#ef7f30;
    border: 1px solid #ef7f30;
    transition: 0.3s;
    color: #fff;
    border-radius: 5px;
}
.home-about-text1 h5 {
    color: #ef7f30;
}
.main-cert-img {
    margin-bottom: 25px!important;
}
.flag {
    position: relative;
    display: inline-block;
    width: 100%;
}
.flag-img {
    width: 42px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    border: 1px solid #d0d0d0;
}
.flag p {
    display: inline-block;
}
.section-full.mobile-page-padding {
    padding: 100px 0;
}
h3.sep-line-one {
    color: #ef7f30;
    padding-bottom: 30px;
    margin: 0;
    font-size: 16px;
}
h4.export-quote {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 35px;
    line-height: 1.4;
}
.services-1-details {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}
.services-1-details img{
width: auto;
height: auto;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
float: right;
}
.services-1-details h4{
padding-left: 113px;
}
.services-1-details p{
padding-left: 113px;
}
.services-3-details h4{
padding-left: 113px;
}
.services-3-details p{
padding-left: 113px;
}
.services-2-details {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}
.services-2-details img{
width: auto;
height: auto;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
}
.services-3-details {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-3-details img{
width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    float: right;
}