* {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
body {
	font-family: 'Ubuntu', sans-serif;
	position: relative;
	font-weight:400;
	background: #fff;
	color:#232323;
}

body  section{
	padding: 75px 0;
}

a:hover,
a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;
	color:#232323;
}

a {color:#009688;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
}

img {width:100%; pointer-events: none;}
.center {text-align: center;}
.justify {text-align: justify;}
.justifyc {text-align: justify;text-align-last: center;}

.imgc {
display: block;
margin-right: auto;
margin-left: auto;
text-align: center;
}

.upp_ {
    text-transform: uppercase;
}

.no_marg {margin-left: 0; margin-right: 0;}
.no_padd {padding-left: 0; padding-right: 0;}

.slider-btn {
	background-color:#009688;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #009688;
	box-shadow: inset 0 0 0 2px #009688;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}


.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

.dly1{ animation-delay: 0.2s;}
.dly2{ animation-delay: 0.4s;}
.dly3{ animation-delay: 0.6s;}
.dly4{ animation-delay: 0.8s;}
.dly5{ animation-delay: 1.0s;}
.dly6{ animation-delay: 1.2s;}
.dly7{ animation-delay: 1.4s;}
.dly8{ animation-delay: 1.6s;}
.dly9{ animation-delay: 1.8s;}
.dly10{ animation-delay: 2.0s;}
.dly11{ animation-delay: 2.2s;}
.dly12{ animation-delay: 2.4s;}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}
button.active.focus, button.active:focus, button.focus, button:active.focus, button:active:focus, button:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}
a.active.focus, a.active:focus, a.focus, a:active.focus, a:active:focus, a:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}

hr {margin: 20px auto;border-top: 5px solid #ddd;width: 200px; }

.btn { line-height: 1; }

ul li {
    list-style-image: url(../img/bullet.svg);
    padding: 0 0 5px 0;
}

::selection {background: #F4E200; color: #fff;}

/*====================
======Header CSS=====
======================*/

#navigation .navbar {
    background: transparent;
    border-radius: 0;
    border-bottom: 0;
    box-shadow: none;
    padding: 10px;
    width: 200px;
    height: 100%;
}

#navigation .navbar-toggle{
  margin-top: 20px;
  background-color: #333;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin-top:28px
}

#navigation .navbar-nav.navbar-right li a {
	color: #43484E;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #fff;
	background-color: #009688;
}

.logo {width: 100%;padding: 10px;}
.logo_ {width: 350px ;padding: 10px;}
.logo.scrolled {width: 50%;padding: 10px;}

/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../img/home-pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}

#home{
  padding: 0;
  overflow: hidden;
  position:relative
}

#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}

::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

::-webkit-scrollbar-button {
  width: 1px;
  height: 1px;
}

#header {
  padding: 2rem;
}

#menu {
	background: url(../img/bg_menu.svg);
	background-color: #4F4F4F;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	text-align: center;
	top: 0;
	transition: all 0.7s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 1100;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#menu.open {
  opacity: 1;
  visibility: visible;
}
#menu.open li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#menu.open li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#menu.open li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#menu.open li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#menu.open li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#menu.open li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#menu.open li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#menu.open li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#menu.open li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#menu.open li:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#menu.open li {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
#menu ul:hover a {
  opacity: 0.5;
}
#menu ul a {
  -webkit-transform: translateZ(0);
  transition: opacity 0.3s ease-in-out;
}
#menu ul a:hover {
  opacity: 1;
  color: #F4E200;
  font-weight: 600;
}
#menu .main-nav {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#menu .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .main-nav a {
    color: #ffffff;
    display: block;
    font-size: 4em;
    padding: 0.5rem 5rem;
    text-decoration: none;
    font-weight: 100;
    text-align: left;
    line-height: 1;
}
#menu .main-nav a:first {
  padding-top: 0;
}
#menu .menu-footer {
  padding: 2rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: right;
}
#menu .menu-footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .menu-footer ul li {
  display: inline;
  margin: 0 1rem;
}
#menu .menu-footer a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
#menu .menu-footer img {
    width: 55px;
}

.toggle-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 50px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position:  fixed;
    vertical-align: middle;
    width: 50px;
    z-index: 1110;
    bottom: 15px;
    left: 75px;
}
.toggle-menu span {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  left: calc(50% - 13px );
  position: absolute;
  top: calc(50% - 1px );
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 30px;
}
.toggle-menu span:before, .toggle-menu span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 30px;
}
.toggle-menu span:before {
  top: 7px;
}
.toggle-menu span:after {
  top: -7px;
}
/* .toggle-menu.active span { */
  /* background-color: transparent; */
  /* transition: background 0.2s ease-out; */
/* } */
/* .toggle-menu.active span:before, .toggle-menu.active span:after { */
  /* transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out; */
/* } */
/* .toggle-menu.active span:before { */
  /* top: 0; */
  /* transform: rotate3d(0, 0, 1, -45deg); */
/* } */
/* .toggle-menu.active span:after { */
  /* top: 0; */
  /* transform: rotate3d(0, 0, 1, 45deg); */
/* } */


.page:nth-child(0) {
  background: limegreen;
  color: #000;
}

.page:nth-child(1) {
    background: url(../img/bg_00.svg);
    color: #fff;
    background-size: contain;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-color: #02bbdf;
}

.page:nth-child(2) {
    background: url(../img/bg_01.svg);
    color: #fff;
    background-size: contain;
    background-position: 63% 50%;
    background-repeat: no-repeat;
    background-color: #02bbdf;
}

.page:nth-child(3) {
  background: url(../img/bg_000.svg);
    color: #fff;
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-color: #02bbdf;
}

.page:nth-child(4) {
  background: #02bbdf;
  color: #fff;
}

.page:nth-child(5) {
    background: url(../img/bg_serv_01.svg);
    color: #fff;
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-color: #02bbdf;
}
.page:nth-child(6) {
    background: url(../img/bg_serv_02.svg);
    color: #000;
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-color: #F4E200;
}
.page:nth-child(7) {
    background: url(../img/bg_serv_03.svg);
    color: #fff;
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-color: #02bbdf;
}
.page:nth-child(8) {
    background: url(../img/bg_serv_04.svg);
    color: #000;
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-color: #F4E200;
}
.page:nth-child(9) {
    background: url(../img/bg_serv_04.svg);
    color: #fff;
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-color: #02bbdf;
}
.page:nth-child(10) {
    background: url(../img/bg_serv_05.svg);
    color: #000;
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-color: #F4E200;
}
.page:nth-child(11) {
    background: url(../img/bg_serv_06.svg);
    color: #000;
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-color: #F4E200;
}
.page:nth-child(12) {
    background: url(../img/bg_serv_07.svg);
    color: #000;
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-color: #F4E200;
}
.page:nth-child(13) {
    background: url(../img/bg_test.svg);
    color: #fff;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-color: #000;
    background-attachment: fixed;
}
.page:nth-child(14) {
    background: url(../img/bg_test.svg);
    color: #fff;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-color: #000;
    background-attachment: fixed;
}
.page:nth-child(15) {
    background: url(../img/bg_test.svg);
    color: #fff;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-color: #000;
    background-attachment: fixed;
}
.page:nth-child(16) {
    background: url(../img/bg_filo.svg);
    color: #000;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-color: #02bbdf;
    background-attachment: fixed;
}
.page:nth-child(17) {
    background: url(../img/bg_filo_0.svg);
    color: #000;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-color: #02bbdf;
    background-attachment: fixed;
}
.page:nth-child(18) {
    background: url(../img/bg_cont.svg);
    color: #000;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-color: #02bbdf;
    background-attachment: fixed;
}

body {
  font-size: 17px;
  margin: 0;
}

.scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  transform: rotate(270deg) translateX(-100%);
  transform-origin: top left;
  height: 100vw;
  width: 100vh;
}

.grid {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  transform: rotate(90deg) translateY(-100vh);
  transform-origin: top left;
}

.page {
    align-items: center;
    display: block;
    justify-content: center;
    height: 100vh;
    width: 100vw; /* 88vw */
    padding: 2em 2em 2em 12em;
	position: relative;
}

section{padding: 0!important; margin: 0 ;}

.main_ttl_sec {
    position: absolute;
    left: 90px;
    top: 45%;
    margin: 0 0 0 -10px;
    display: inline-flex;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translate(0, 20%);
}
.main_ttl {
    display:block;
    margin: 0 auto;
    font-size: 95px;
    text-align: left;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 44%;
    font-weight: 400;
}
.main_ttl span {color: #F4E200; font-weight: 700;}

.main_ttl_ {
    display: block;
    margin: 0 auto;
    font-size: 95px;
    text-align: center;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
    font-weight: 400;
    right: 0;
}
.main_ttl_ span {color: #F4E200; font-weight: 700;}

.arrow_ {
    font-size: 3em;
    position: absolute;
    right: 30px;
}

.main_ttl_01 {
    position: absolute;
    font-size: 50px;
    left: 70%;
    width: 44%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
}

.customer_ {
	width: 230px;
	display: inline-block;
	padding: 20px;
	margin: 0 auto;
}

.carousel {
    top: -40px;
    right: -35px;
}
#servCRSL .caption {
    width: 100%;
    margin: 50px 0 0;
    position: absolute;
    bottom: 0;
    padding: 50px;
    right: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #000;
}
.carousel-control {
    width: 10%;
    font-size: 15px;
	opacity: 0;
}

.carousel-control .icon-prev, 
.carousel-control .icon-next, 
.carousel-control .fa-angle-left, 
.carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,color-stop(transparent 0),color-stop(rgba(0,0,0,0.0001) 100%));
    background-image: linear-gradient(to right,transparent 0,rgba(0,0,0,0.0001) 100%);
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(transparent 100%));
    background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,transparent 100%);
}

.txt_mddl {
    display: table-cell;
    margin: 0 auto;
    font-size: 95px;
    vertical-align: middle;
    height: 850px;
    padding: 0 10%;
}
.txt_mddl_ {
    display: table-cell;
    margin: 0 auto;
    font-size: 20px;
    vertical-align: middle;
    height: 850px;
    padding: 0 10%;
}
.img_mddl {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
    height: 900px;
}
.img_mddl_ {
    margin: 10% auto 0;
    padding: 15%;
}
.img_mddl_01 {
    margin: 0 auto 0;
    padding: 5%;
    position: relative;
    bottom: 45px;
}
.img_mddl_02 {
    margin: 0 auto;
    padding: 15%;
}

.img_custom {
    position: absolute;
    top: -35px;
    width: 102%;
    left: 0;
}
.img_logo_custom {
    display: block;
    margin: 0 auto;
    width: 350px;
}

.test_ {
	font-size: 20px;
	text-align: justify;
	line-height: 2;
}
.test_ span:before {
    content: url(../img/comillas_01.svg);
    padding: 0 10px 0 0;
    top: -5px;
    position: relative;
}
.test_ span:after {
    content: url(../img/comillas_02.svg);
    padding: 0 0 0 10px;
    bottom: -15px;
    position: relative;
}
.test_ h3 {color: #02bbdf;}

.ttl_ {
    font-size: 75px;
    color: #fff;
	font-weight: 400;
}
.ttl_ span{color: #000; font-weight: 600;display: block;}

.spc_cont { margin: 25vh 2em 0; }
.form-control {
    display: block;
    width: 100%;
    height: unset;
    padding: 10px 15px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.8;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn_ {
    background: #F4E200;
	border: 5px solid #F4E200;
    width: 50%;
    padding: 15px;
    font-size: 20px;
}
.btn_:hover,
.btn_:focus {
    background: transparent;
	border: 5px solid #F4E200;
    width: 50%;
    padding: 15px;
    font-size: 20px;
	color: #F4E200;
}

.clr_01 {color: #fff;}
.txt_cnt {
    font-size: 60px;
}
.txt_cnt_ {
    font-size: 40px;
    font-weight: 400;
}

.cnt_info i {
    background: #F4E200;
    padding: 10px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}
.cnt_info a {color: #000;}
.cnt_info a:hover {color: #fff;}

.cnt_footer {color: #fff;}
.cnt_footer a {color: #fff;}
.cnt_footer a:hover {color: #000;}

.main_ttl_cnt { font-size: 50px; }
.main_ttl_cnt img {
    width: 70px;
    position: relative;
    top: -5px;
}

@media (max-width:1600px){

#menu .main-nav a { font-size: 3em; }

.customer_ { width: 190px; }

.txt_mddl, .img_mddl, .txt_mddl_ { height: 680px; }

.img_mddl_01 { bottom: 0; }

.test_ { line-height: 1.4; }

.spc_cont { margin: 7em 2em 0; }

}

@media (max-width:1400px) {

.customer_ { width: 165px; }

.img_mddl_01 { width: 114%; }

}

@media (max-width:991px) {
	
.page { padding: 2em 2em 2em 8em; }

.page:nth-child(11) {
    background-position: 0 40%;
}
.page:nth-child(12) {
    background-position: 55% 50%;
}

#navigation .navbar { width: 150px; }
.toggle-menu { left: 50px; }

.main_ttl_sec { left: 50px; font-size: 25px;}

.main_ttl { font-size: 55px; }

.main_ttl_01 { font-size: 40px; left: 65%; width: 55%; }

.customer_ { width: 150px; }

.txt_mddl, .img_mddl, .txt_mddl_ { height: 540px; }

.main_ttl_ { font-size: 60px; }

.img_custom { width: 100%; right: -25px; }

.img_mddl_ { margin: 25% auto 0; padding: 0; width: 330px; }

.img_mddl_01 {
    width: 70%;
    position: absolute;
    top: 0;
    left: 10px;
    right: 0;
    margin: 33em 0 0 0;
}

.spc_cont { margin: 0 2em 0; }

textarea.form-control { height: 150px; }

.cnt_footer {
    position: absolute;
    bottom: -120px;
}

}

@media (max-width:767px) {
	
#navigation .navbar.scrolled {
    background: #232323 !important;
    transition: background-color 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    box-shadow: 0 0 5px #00000061 !important;
}

.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    transform: unset;
    transform-origin: top left;
    height: auto;
    width: unset;
}

.grid {
    display: unset;
    grid-template-columns: repeat(20, 1fr);
    transform: unset;
    transform-origin: top left;
}

.main_ttl_sec {
    position: absolute;
    left: 30px;
    top: 95px;
    margin: 0 0 0 -10px;
    display: inline-flex;
    text-transform: uppercase;
    writing-mode: unset;
    transform: unset;
}

.page {
    padding: 8em 2em 2em 2em;
	height: unset;
}

#navigation .navbar {
    width: 100%;
    height: 100px;
}
.logo {
    width: 140px;
}
.toggle-menu {
    top: 25px;
	bottom: unset;
    right: 20px;
	left: unset;
}
#menu .main-nav a {
    font-size: 2em;
}

.main_ttl {
    font-size: 35px;
    left: 55%;
	position: relative;
}

.main_ttl_01 {
    font-size: 30px;
    left: 50%;
    width: 90%;
    position: relative;
    transform: translate(-50%, 0);
}

.customer_ {
    width: 90px;
    padding: 0 10px;
}

.txt_mddl, .img_mddl, .txt_mddl_ {
    height: 300px;
    font-size: 16px;
	padding: 0;
}

.img_logo_custom {
    width: 200px;
}

h3 {
    font-size: 18px;
}

.img_custom {
    left: -35px;
    top: 0;
    position: relative;
    width: 125%;
}

.main_ttl_ {
    font-size: 40px;
    position: relative;
    top: 0;
    transform: translate(0, 0);
}

.img_mddl {
    display: block;
}
.img_mddl_ {
    margin: 1% auto 0;
    padding: 0;
    width: 150px;
}

.test_ {
    font-size: 16px;
	line-height: 1.2;
}

.ttl_ {
    font-size: 40px;
}

.img_mddl_01 {
    left: 40%;
    margin: 0;
    position: relative;
    transform: rotate(-90deg);
}

.spc_cont {
    margin: 0;
}

.cnt_footer {
    position: relative;
    bottom: 0;
    top: 20px;
}

.page:nth-child(1) {
    height: 100vh;
}

.page:nth-child(5) {
    background: url(../img/bg_serv_01_.svg);
    color: #fff;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #02bbdf;
    padding: 8em 2em 8em 2em;
}
.page:nth-child(6) {
    background: url(../img/bg_serv_02_.svg);
    color: #000;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #F4E200;
}
.page:nth-child(7) {
    background: url(../img/bg_serv_03_.svg);
    color: #fff;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #02bbdf;
}
.page:nth-child(8) {
    background: url(../img/bg_serv_04_.svg);
    color: #000;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #F4E200;
}
.page:nth-child(9) {
    background: url(../img/bg_serv_04_.svg);
    color: #fff;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #02bbdf;
}
.page:nth-child(10) {
    background: url(../img/bg_serv_05_.svg);
    color: #000;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #F4E200;
}
.page:nth-child(11) {
    background: url(../img/bg_serv_06_.svg);
    color: #000;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #F4E200;
}
.page:nth-child(12) {
    background: url(../img/bg_serv_07_.svg);
    color: #000;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #F4E200;
}

}

#ftr {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
}

#ftr .social {
	width: 50px;
	height: 50px;
	color: #fff;
	padding: 10px 0;
    margin: 15px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    line-height: 1.3;
	box-shadow: -5px 10px 15px -10px rgb(0 0 0 / 60%);
}

#ftr .fa-whatsapp {background: #25d366;}
#ftr .fa-whatsapp:hover {background: #128c7e;}

.scl_ {
	position: absolute;
	bottom: 10%;
}

#sended {
    background-color:#02bbdf;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 10em 0!important;
}

#sended .container {
    padding-top: 90px;
}

#sended h2 {
    color: #fff;
}

#sended h3 {
    color: #fff;
}

#sended button {
    font-size: 40px;
    color: #fff;
    background: transparent;
    border: none;
}

#sended button:hover,
#sended button:focus {
    color: #F4E200;
}
#sended button i {
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
#sended button:hover i {
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform:  rotate(-360deg);
}