
@font-face {
  font-family: 'Touche-Regular';
  src: url('../fonts/Touche-Regular.ttf');
}

@font-face {
  font-family: 'Touche-Bold';
  src: url('../fonts/Touche-Bold.ttf');
}

@font-face {
  font-family: 'Touche-Semibold';
  src: url('../fonts/Touche-Semibold.ttf');
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

html {
  overflow-x: hidden; 
}

.mob-button {
  display: none;
}


.panel {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  margin: 0;
  font-family: 'Touche-Regular';

}

 .desk_video {
    display: block;
  }

  .mob_video {
    display: none;
  }


.phone_click {
  width: 45px;
  height: 45px;
  background: #004953;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  margin-left: 50px;
}

.desk_call {
  display: block;
  width: auto;
  height: auto;
  color: #004953;
  background: transparent;
  font-family: 'Touche-Semibold';
  font-size: 20px;
}

.mob_click {
  display: none;
}

.nav_wrap {
  display: flex;
  align-items: center;
}




#modalOverlay { 
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  height: 100%;
  width: 100%;
}


#modalOverlay {
  animation: cssAnimation 0s 1.5s forwards;
  opacity: 0; 
}

@keyframes cssAnimation {
  to   { opacity: 1; }
}

.modalPopup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F3FFF8;
  width: 50%;
  -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
  -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
   box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
  padding: 40px;
  width: 450px;
  text-align: center;
}

.modalPopup p {
  margin-bottom: 10px;
  font-size: 15px;
  color: #004953;
}

.modalPopup h1 a {
  color: #004953;
}
    
    
.buttonStyle {
  position: absolute;
  right: 0;
  background: #004953;
  color: #fff;
  border: none;
  border-radius: 0;
  margin: 0;
  top: 0;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 99999;
}
    

.logos {
  display: flex;
  align-items: center;
  position: fixed;
  right: 50px;
  bottom: 3vw;
}

.logos li {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.logos li img {
  height: 100px;
}

.logos li:nth-child(4) img {
  width: 200px;
}

ul {
  margin: 0;
  padding: 0;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}


ul, ol {
  list-style: none;
}


input {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}



h1,h2,h3,h4,h6 {
  font-weight: normal;
  margin: 0;
}

#preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #FCFAF8;
    z-index: 99;
}




video {
  width: 100%;
  
  position: fixed;

  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 2550px) {
  video {
    width: 102%;
    left: -1%;
  }
}



.wrapper {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

.nav ul {
  display: flex;
  align-items: center;
}

.nav ul li a {
  font-family: 'Touche-Regular';
  color: #004953;
  margin-left: 30px;
}

.nav ul li.active a {
  text-decoration: underline;
}

.nav ul li.mobile_only {display: none;}

.header-section {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  z-index: 55;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 35px 0;
}

    

.footer_logos {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  padding: 15px 0;
}

.footer_logos li {
  margin-left: 15px;
}

.footer_logos li img {
  width: 100px;
}

.footer_logos li:nth-child(4) img {
  width: 200px;
}


footer {
  position: relative;
  background: #004953;
}

footer .wrapper {
  max-width: 1600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  background: #004953;
  position: relative;
}

footer .wrapper p {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  font-size: 14px;
}

footer .wrapper p span{
    display:inline-block
}

.license {
    display:inline-block;
    padding-left:30px;
    opacity:0.5;
    font-size:0.8em;
    letter-spacing:0.04em;
}


footer .social,
footer .footer_right {
  display: flex;
  align-items: center;
}

footer .social li {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  background: #F3FFF8;
  text-align: center;
  margin-right: 10px;
}

footer .social li a {
  color: #004953;
}

footer .footer_right li a {
  color: #F3FFF8;
  font-size: 14px;
  margin-left: 10px;
}


.in_action_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}


/* First section  */


.first_section {
  position: relative;
  z-index: 10;
  height: 100vh;
  display: flex;
  align-items: center;
}

#ab_top_novo {
  position: relative;
  top: -50%;
}


.about_trigger .triger-1 {
  position: relative;
  top: 10vw;
}

.about_trigger .scroll_content {
  margin-bottom: 6%;
}


.first_section h1 {
  font-weight: bold;
  font-size: 64px;
  color: #004953;

   -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.first_section h1 {
   font-family: 'Touche-Semibold';
}


.first_section p {
  font-weight: bold;
  font-size: 20px;
  color: #004953;
  margin: 0;
  padding-top: 10px;
  padding-left: 5px;
  position: relative;

   -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.first_section a {
  padding: 15px 20px;
  color: #fff;
  background: #004953;
  border: 1px solid #004953;
  border-radius: 40px;
  display: inline-block;
  position: fixed;
  bottom: 9vw;
}

.first_section a:hover {
  background: transparent;
  color: #004953;
}

/*
ul .logos {
    height:100px;
}
.seal, ul li .seal {
     padding: 15px 20px;
  color: #fff;
  background: transparent;
  border: 0px solid #004953;
  border-radius: 40px;
  display: inline-block;
  position: relative;
  bottom: 9vw;
  width:115px;

}

.seal:hover, .logos li a:hover {
     padding: 15px 20px;
  color: #fff;
  background: transparent;
  border: 0px solid #004953;
  border-radius: 40px;
  display: inline-block;
  position: relative;
  bottom: 9vw;
  
  
}
.seal img {
    height:100px;
    width: auto;
      max-width: 300px;
}

*/
.seal {
    position:relative;
    transition:all .4s;
}


.seal:hover {
    opacity:1;
    transform:scale(1.1);
    transition:all .4s;
}
.seallink, .seal a {
    position: absolute;
    width: 100%;
    height:100%;
    opacity:0;
    bottom:0;
}

/* Second section */

.scroll_content-1 .up_text::before {
  content: 'We bring comfort, not headaches';
  display: inline-block;
  position: absolute;
  top: -4vw;
  left: 0;
  font-weight: bold;
  font-size: 16px;
  color: #004953;
  font-size: 20px;
}

.second_section {
  position: relative;
  z-index: 10;
  height: 100vh;
  display: flex;
  align-items: center;
}

.sec-two-text {
/*  position: relative;*/
}

.scroll_content-1 .sec-two-text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 28px;
  color: #004953;
  position: absolute;
  top: 25%;
}

.scroll_content-1 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;

}

.scroll_content-1 ul li {
  background: #fff;
  padding: 20px;
  position: relative;

  -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.scroll_content-1 ul li .circle {
  width: 30px;
  height: 30px;
  background: #004953;
  border-radius: 50%;
}

.scroll_content-1 ul li h2 {
  color: #004953;
  font-size: 16px;
  margin-top: 10px;
}

.scroll_content-1 ul li p {
  color: #B1B1B1;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}


/* Third section */



.third_section {
  position: relative;
  z-index: 10;
  height: 60vh;
  display: flex;
  align-items: center;
}



.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.scroll_content-2 .left .flex {
  align-items: center;
  padding-left: 55%;
  white-space: nowrap;

}



.scroll_content-2 .left,
.scroll_content-2 .right {
  width: 50%;
}

.scroll_content-2 .right {

}

.scroll_content-2 .left .number {
  color: #FFFFFF;
  font-family: 'Touche-Regular';
  font-size: 132px;

  position: relative;
  top: -7vw;
  left: 10%;
}

.scroll_content-2 .left .years {
  color: #F3FFF8;
  font-weight: bold;
  font-size: 44px;
  font-family: 'Touche-Regular';
  padding-left: 30%;

  position: relative;
  top: -5vw;
}


.scroll_content-2 .left .number_count {
  color: #F3FFF8;
  font-size: 44px;
  position: relative;
  top: -13vw;
}

.cloud_scroll {
  text-align: left;
  margin-top: -25%;
  padding-left: 10%;
}

.scroll_content-2 .right p {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #004953;
}


.scroll_content-2 .right p.tesName {
    color:#37b5b5;
}



.ready_to_comfort {
  position: relative;
  bottom: -7vw;
}

.ready_to_comfort p {
  font-size: 16px;
  color: #004953;
}


.third_section .ready_to_comfort a {
  padding: 15px 20px;
  color: #fff;
  background: #004953;
  border: 1px solid #004953;
  border-radius: 40px;
  display: inline-block;
}

.third_section .ready_to_comfort a:hover {
  background: transparent;
  color: #004953;
}

/* Fourth  */

.fourth_section {
  height: 85vh;
  display: flex;
  align-items: center;
}


/* Five */

.five_section {
  position: fixed;
  bottom: -120%;
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 20;
}

.five_section .wrapper {
  max-width: 100%;
}

.open_service {
  bottom: 0 !important;
}

.five_section .home_service {
  background: #F3FFF8;
  padding: 70px 160px 60px;
}

.home_service .fa-times {
  display: none;
}

.five_section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

.five_section ul li {
  text-align: center;
}

.five_section ul li h3 {
  font-size: 20px;
  color: #004953;
  font-weight: bold;
}

.five_section ul li p {
  font-size: 14px;
  color: #004953;
  line-height: 20px;
      min-height: 100px;
}

.five_section ul li p strong {
  font-weight: bold;
  display: block;
  color: #002d33;
}

.five_section ul li a {
  display: block;
}

.five_section ul li .learn_more {
  font-size: 14px;
  color: #004953;
  margin: 10px 0 15px;
  text-decoration: underline;
}

.five_section ul li .schedule {
  font-size: 16px;
  color: #004953;
  border: 1px solid #004953;
  padding: 15px 20px;
  border-radius: 40px;
  display: inline-block;
}

.five_section ul li .schedule:hover {
  background: #004953;
  color: #fff;
}

/* Contact form */

.form_text {
  margin-bottom: 5%;
  margin-top: 15%;
}

.c_form {
  position: relative;
  z-index: 5;
  width: 40%;
  margin-top: 50px;
}

.form_box {
  position: relative;
}

#contact-form h1 {
  color: #004953;
  font-size: 20px;
  position: relative;
  margin-bottom: 5px;
}

#contact-form span {
  font-size: 16px;
  color: #004953;
  position: relative;
}

#contact-form input {
  height: 37px;
  border: none;
  padding: 10px 25px 10px 14px;
  width: 100%;
  font-size: 14px;
  color: #B1B1B1;
  font-family: 'Touche-Regular';
  font-weight: lighter;
}

#contact-form textarea {
   border: none;
  padding: 10px 25px 10px 14px;
  width: 100%;
  font-size: 14px;
  color: #B1B1B1;
  font-family: 'Touche-Regular';
  font-weight: lighter;
}

#contact-form small {
  font-family: 'Touche-Regular';
  color: #004953;
}

.submit_message {

  padding: 15px 20px !important;
  color: #fff !important;
  background: #004953;
  border: 1px solid #004953 !important;
  border-radius: 40px;
  display: inline-block;
  height: auto !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  font-size: 16px !important;
  width: 140px !important;
}

.submit_message:hover {
  background: transparent;
  color: #004953 !important;
}

/* REAPIR PAGE  */

.repaire .repair_scroll {
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.repaire .repair_scroll li {
  font-weight: bold;
  font-size: 20px;
  color: #004953;
  margin: 0;
  padding-top: 10px;
  padding-left: 5px;
  position: relative;
}

.repaire .repair_scroll {
  margin-top: 30px;
}

.repaire .repair_scroll li img {
  margin-right: 10px;
}



.repaire .repair_last_scroll {
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-top: 40px;
}


/*  */

.second_repair_section {
  height: 100vh;
  display: flex;
  align-items: center;
}

.scroll_content_repair_center ul {
  position: relative;
  z-index: 5;
}

.scroll_content_repair_center ul li {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #004953;
  margin: 0;
  padding-top: 40px;
  padding-left: 5px;

}

.second_repair_section .got_system {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #004953;
  margin: 0;
  padding-left: 5px;
}

.second_repair_section .first_link_2 {
  padding: 15px 20px;
  color: #fff;
  background: #004953;
  border: 1px solid #004953;
  border-radius: 40px;
  display: inline-block;
    -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-size: 16px;
}

.second_repair_section .first_link_2:hover {
  background: transparent;
  color: #004953;
}

.got_system {
  position: relative;
  top: 200px;
  display: block;
  padding: 0;
  margin-top: 40px !important;
    -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.link_2 {
  margin-left: 170px;
}

/*  */

.repair_four_section {
  height: 50vh;
  position: relative;
}

.r_lour_left,
.r_lour_right {
  width: 50%;
}

.repair_four_section .item_center {
  align-items: center;
}

.r_lour_left .rep_link {
  padding: 15px 20px;
  color: #fff;
  background: #004953;
  border: 1px solid #004953;
  border-radius: 40px;
  display: inline-block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-top: 50px;
}

.r_lour_left .rep_link:hover {
  background: transparent;
  color: #004953;
}

.r_lour_right p {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  color: #004953;
  margin: 0;
  line-height: 30px;
}

.r_lour_right span {
  color: #004953;
  font-size: 16px;
  margin-top: 15px;
  display: inline-block;
}


/**/

.r_box_text::before {
  content: 'How it Works';
  display: inline-block;
  position: absolute;
  top: -4vw;
  left: 50%;
  transform: translate(-50%);
      font-weight: bold;
    font-size: 16px;
    color: #004953;
}

.repair_scroll_box {
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
}

.repair_four_section.short_section .first_box {
  position: relative;
}

.repair_four_section.short_section .first_box::before {
  content: 'Comfort at your fingertips';
    font-size: 16px;
    color: #004953;
    font-size: 20px;

    position: absolute;
    top: -3vw;
}




.repair_scroll_box li {
  background: #F3FFF8;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 15px;
  /*width: 24% !important;*/
   position: relative;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.r_box {
  width: 32.333% !important;
}

.repair_scroll_box li .rp_circle_number {
  width: 60px;
  min-width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #004953;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
}

.repair_scroll_box li p {
  font-size: 16px;
  color: #004953;
  margin: 0;
  padding-left: 10px;
}

.four-box {
  width: 24% !important;
}


/*  */

.six_section_repair {
  height: 27vh;
}

.six_section_repair .repair_scroll_3 {
  position: relative;
}

.six_section_repair .repair_scroll_3 p {
  font-size: 16px;
  font-weight: bold;
  font-size: 16px;
  color: #004953;
  margin: 0;
  text-align: center;
}

.six_section_repair .repair_scroll_3  ul {
  display: flex;
  justify-content: center;
}

.six_section_repair .repair_scroll_3  ul li {
  display: flex;
  justify-content: center;
  font-weight: normal;
  font-size: 16px;
  color: #004953;
  margin: 0;
  padding-top: 30px;
  margin: 0 30px;
  position: relative;
}

.six_section_repair .repair_scroll_3  ul li img {
  margin-right: 10px;
}

.repair_six_center {
  text-align: center;
}

.six_section_repair .repair_scroll_3_link {
  padding: 15px 20px;
  color: #fff;
  background: #004953;
  border: 1px solid #004953;
  border-radius: 40px;
  display: inline-block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-top: 30px;
}

.six_section_repair .repair_scroll_3_link:hover {
  background: transparent;
  color: #004953;
}

.repair_scroll_last {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/* Maintenance  */

.maintenance_second {
  height: 100vh;
  display: flex;
  align-items: center;
}

.maintenance_second .maintenance_scroll_two {
  position: relative;
  z-index: 5;
  width: 50%;
}

.maintenance_second .maintenance_scroll_two p {
  margin: 30px 0;
}

.maintenance_second .maintenance_scroll_two p,
.maintenance_second .maintenance_scroll_two ul li {
  font-size: 16px;
  line-height: 20px;
  color: #004953;
}

.maintenance_second .maintenance_scroll_two ul li {
  margin: 5px 0;
}


.mt-left1 {
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.maintenance_link_one {
  padding: 15px 20px;
  color: #fff;
  background: #004953;
  border: 1px solid #004953;
  border-radius: 40px;
  display: inline-block;
  margin-top: 50px;
}

.maintenance_link_one:hover {
  background: transparent;
  color: #004953;
}

.maintenance_note {
  margin-top: 50px;
}

.maintenance_note p {
  font-size: 20px !important;
  line-height: 24px !important;
  margin-bottom: 0 !important;
}

.maintenance_note span {
  font-size: 16px;
  color: #004953;
  margin-top: 10px;
  display: inline-block;
}

/*  */

.maintenance_third {
  height: 90vh;
  display: flex;
  align-items: center;
}

.maintenance_third .ma_third_left,
.maintenance_third .ma_third_right {
  width: 50%;
  position: relative;
}


@media only screen and (min-width: 1925px) {
.ma_third_left .mt_left2, .ma_third_right .mt_left2 {
    top: -4vw;
}
}



@media only screen and (min-width: 768px) {



.ma_third_left .mt_left2,
.ma_third_right .mt_left2 {
  position: relative;
  top: -8vw;
}

/*.ma_third_left .mt_left4,
.ma_third_right .mt_left4 {
  position: relative;
  top: -3vw;
}*/

}



.maintenance_third .ma_third_left h1,
.maintenance_third .ma_third_right h1 {
  font-size: 44px;
  color: #F3FFF8;
}

.show_mob {
  display: none;
}



.maintenance_third .ma_third_left p,
.maintenance_third .ma_third_right p {
  font-size: 24px;
  color: #004953;
  position: relative;
}

.maintenance_third .ma_third_left .mt_left1,
.maintenance_third .ma_third_right .mt_left1 {
  margin-left: 40%;
} 

.maintenance_third .ma_third_left .mt_left3 {
  margin-left: 60%;
} 

.maintenance_third .ma_third_right .mt_left3 {
  margin-left: 65%;
} 

.maintenance_third .ma_third_left .mt_left4 {
  margin-left: 20%;
} 

.maintenance_third .ma_third_right .mt_left4 {
  margin-left: 10%;
} 

.maintenance_scroll_three {
  margin-top: 100px;
}

/*  */

.last_maintenance {
  height: 35vh;
  display: flex;
  align-items: center;
}

.last_maintenance .wrapper {
  position: relative;
}

.last_maintenance_link {
  padding: 15px 20px;
  color: #fff;
  background: #004953;
  border: 1px solid #004953;
  border-radius: 40px;
  display: inline-block;
  margin-top: 50px;
}

.last_maintenance_link:hover {
  background: transparent;
  color: #004953;
}

.last_maintenance p {
  font-size: 16px;
  color: #004953;
}

.last_maintenance li {
  font-weight: bold;
  font-size: 16px;
  color: #004953;
  margin: 0;
  padding-top: 10px;
  position: relative;
}

.last_maintenance li img {
  margin-right: 10px;
}

.last_maintenance_list {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}


/* Construction  */

.construction_main .cons_right {
  margin-top: 250px;
}

.construction_main .cons_left {
  margin-top: 150px;
}

.construction_main .mg_left {
  margin-left: -20px;
}

.construction_main .cons_left,
.construction_main .cons_right {
  position: relative;
  width: 50%;
  padding-left: 20px;
}

.construction_main .cons_left .cons_list1 {
  display: flex;
  justify-content: space-between;
}

.construction_main .cons_left .cons_list1 li {
  width: 49%;
  border: 2px solid #004953;
  border-radius: 5%;
  padding: 15px;
}

.construction_main .cons_left .cons_list1 li h3 {
  color: #004953;
  font-size: 16px;
}

.construction_main .cons_left .cons_list1 li p {
  color: #004953;
  font-size: 16px;
  line-height: 24px;
}

.construction_main .cons_left h2 {
  font-size: 20px;
  color: #004953;
  margin-top: 100px;
}

.construction_main .cons_left p {
  font-size: 16px;
  color: #004953;
  line-height: 24px;
}

.construction_main .cons_left .cons_list2 li {
  font-size: 16px;
  color: #004953;
  line-height: 24px;
}

/*  */

.construction_main .cons_right p {
  font-size: 16px;
  line-height: 24px;
  color: #004953;
  margin-top: 60px;

      background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
}

.construction_main .cons_right span {
  font-size: 14px;
  color: #004953;
}

/*  */

.scroll_cons_scroll {
  position: relative;
    -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.static {
  position: static !important;
}

.right_text {
  width: 50%;
  position: relative;
  top: 60px;

  font-size: 16px;
  line-height: 24px;
  color: #004953;
  margin-left: auto;
}

.construction_flex {
  flex-wrap: wrap;
}

.construction_flex .h_top {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 28px;
  color: #004953;
}

.short_section {
  height: 37vh !important;
}

.last_construction {
  margin-bottom: 100px;
  position: relative;
}

.last_construction p {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #004953;
}

.last_construction .last_construction_link {
  padding: 15px 20px;
  color: #fff;
  background: #004953;
  border: 1px solid #004953;
  border-radius: 40px;
  display: inline-block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.last_construction .last_construction_link:hover {
  color: #004953;
  background: transparent;
}

/* About us */

.about_1 {
  height: 70vh;
  display: flex;
  align-items: center;
}

.about_1 .ab_left {
  position: relative;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.about_1 .ab_right {
  width: 50%;
  position: relative;
  top: 3vw;

  display: flex;
  align-items: flex-end;
}

.about_1 .ab_right p {
  font-size: 18px;
  line-height: 24px;
  color: #004953;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
}

.about_1 .ab_right span {
  font-size: 16px;
  color: #004953;
}

.about_1 .ab_left .ab_img {
  text-align: center;
  width: 40%;
}

.about_1 .ab_left .ab_desc {
  width: 60%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  line-height: 20px;
  color: #004953;
  position: relative;
  left: -5%;
} 

.about_1 .ab_left .ab_desc p {
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
}

.about_1 .ab_left .ab_img img {
  display: block;
  margin: auto;
}

.about_1 .ab_left .ab_img span {
  font-size: 18px;
  color: #004953;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
}

.about_1 .ab_left .ab_img p {
  font-size: 16px;
  color: #004953;
  margin: 0;
  margin-top: 5px;
}

.about_2 {
  align-items: flex-start !important;

  height: 70vh;
}

.about_2 ul {
  grid-template-columns: repeat(3, 1fr);
}


/*  */

.about_3 {
height: 75vh;
    position: relative;
    text-align: center;
    margin-top: 40vh;
}

.about_3 span,
.about_3 h1,
.about_3 p,
.about_3 a {
  position: relative;
}

.about_3 span {
  font-size: 20px;
  color: #004953;
}

.about_3 h1 {
  font-size: 44px;
  color: #004953;
}

.about_3 p {
  color: #004953;
  font-size: 16px;
  line-height: 20px;
}

.ab_last_text {
  position: relative;
  text-align: left;
  margin-top: 17vw;
}

.ab_last_text a {
  padding: 15px 20px;
  color: #fff;
  background: #004953;
  border: 1px solid #004953;
  border-radius: 40px;
  display: inline-block;
}



/* Anime content all */

.animeTextFirst {
  position: a;
  top: 0;
}


.height {
  height: auto !important;
  margin-top: 300px !important;
}


@media only screen and (max-width: 1600px) {

  .short_section {
    height: 25vh !important;
  }

  .repair_four_section {
    height: 60vh;
  }


.ma_third_left .mt_left2, .ma_third_right .mt_left2 {
    position: relative;
    top: -6vw;
}

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .five_section .home_service {
    padding: 70px 60px 60px;
  }

  .five_section .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .scroll_content-2 .left .number  {
    margin-bottom: -100px;
    left: 30%;
  }

  .scroll_content-2 .left .years {
    top: -5vw;
    padding-left: 40%;
  }

  footer .wrapper {
    padding: 20px;
  }
}



@media only screen and (max-width: 1450px) {
  .homepage video {
    height: auto;
    width: 102%;
    left: -1%;
    right: -1%;
  }

  .scroll_content-1 {
    margin-top: 15px;
  }

  .first_section h1 {
    font-size: 55px;
  }
  .first_section p {
    font-size: 18px;
    line-height: 1.3 !important;
  }

  .maintenance_second .maintenance_scroll_two p, .maintenance_second .maintenance_scroll_two ul li {
    line-height: 1.3 !important;
  }

  .maintenance_note p {
    font-size: 18px !important;
  }

  .about_1 .ab_left .ab_desc p {
    font-size: 15px;
    line-height: 1.3;
  }

  .about_1 .ab_right p,
  .r_lour_right p {
    font-size: 18px;
  }

  .repair_scroll_box li {
    opacity: 1 !important;
  }

  .repaire .repair_scroll li {
    font-size: 18px;
  }


  .last_maintenance {
    height: 50vh;
  }


  footer .wrapper,
  .five_section .wrapper {
    max-width: 100%;
    margin: 0;
  }


  .fourth_section {
        padding-top: 120px;
  }



}


@media only screen and (max-width: 1400px) {

  .about_3 {
    height: 75vh;
  }

  .homepage video {
    height: auto;
    width: 119%;
    left: -18%;
    top: -40%;
  }

  .construction_main .cons_left {
    margin-top: 90px;
  }

  .construction_main .cons_left h2 {
    margin-top: 0px;
  }

  .construction_main .cons_left {
    margin-top: 50px;
  }


}



@media only screen and (max-width: 1350px) {
  .wrapper {
    padding: 0 20px;
  }

  .header-section {
    padding: 35px 20px;
  }

  .five_section .wrapper {
    padding: 0;
  }

  .scroll_content_repair_center ul li {
    font-size: 18px;
  }

  .got_system p,
  .scroll_content-1 .sec-two-text h3 {
    font-size: 18px;
  }


.repair_scroll_box li p {
    font-size: 14px;
  }
}


@media only screen and (max-width: 1280px) {
  .homepage video {
      top: -25%;
  }
}



@media only screen and (max-width: 1100px) {
  .homepage video {
      top: -25%;

    width: 145%;
    left: -40%;
  }

  .about_1 .ab_left .ab_desc {
    left: 0%;
  }

  .about_1 .ab_right p, .r_lour_right p {
    font-size: 16px;
  }

  .ab_right_desc {
    padding-left: 20px;
  }


}



@media only screen and (max-width: 992px) {

  .nav ul li a {
    font-size: 13px;
  }

  .logo {
    width: 140px;
  }

  footer .wrapper {
    flex-wrap: wrap;
  }

  footer .wrapper p {
    position: static;
    margin-left: 15px;
    transform: translate(0%);
  }

  .footer_right {
    width: 100%;
    justify-content: center;
  }

  .first_section h1 {
    font-size: 45px;
  }
  .scroll_content-1 ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .scroll_content-1 .sec-two-text h3  {
    top: 0 !important;
  }

  .scroll_content-2 .left .years {
    font-size: 35px;
  }

  .scroll_content-2 .left .number {
    font-size: 100px;
  }

  .scroll_content-2 .left .number_count {
    font-size: 30px;
  }

  .scroll_content-2 .right p {
    font-size: 16px;
    line-height: 27px;
  }

  .height {
    margin-top: 0 !important;
  }

  .last_maintenance {
    height: 50vh;
  }

  .first_section p {
    font-size: 16px;
  }

}


@media only screen and (max-width: 768px) {


  .desk_call {
    display: none;
  }

  .mob_click {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .nav_wrap {
    justify-content: center;
  }


  .five_section {
    z-index: 99;
  }

  .five_section ul li p {
    min-height: initial;
  }

  footer .wrapper p  {
    font-size: 12px;
  }
  .footer_right {
    justify-content: flex-end;
  }

  .link_2 {
    margin-left: 30px;
  }

  .ma_third_left .mt_left2, .ma_third_right .mt_left2 {
    top: 0;
  }


  .maintenance_scroll_three .rellax {
    transform: translate3d(0px, 0, 0px) !important;
  }

  #my_video {
    position: relative;
    z-index: 999;
  } 



  header {
    position: absolute;
    top: 0;
    z-index: 55;
    width: 100%;
  }

  .header-section {
    position: static;
    transform: translate(0%);
    z-index: auto;
  }



  .nav {
    display: none;
    position: absolute;
    background: #004953;
    left: 0;
    top: 79px;
    width: 100%;
    padding: 20px 0;
  }

  .nav ul {
    flex-direction: column;
  }

  .nav ul li {
    text-align: center;
    margin: 10px 0;
  }
  .nav ul li.mobile_only {display: block;}
  .nav ul li a {
    color: #fff;
    margin: 0;
  }


  .mob-button {
    display: block;
    position: relative;
    z-index: 20;
  }

  .header-section {
    padding: 20px;
    align-items: center;
  }

  .header-section .logo {
    width: 50%;
  }



 .toggle-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
  width: 30px;
  z-index: 10;
}

.toggle-menu span {
  background-color: #004953;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px );
  position: absolute;
  top: calc(50% - 1px );
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}
    
.toggle-menu span:before, .toggle-menu span:after {
  background-color: #004953;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}

.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, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  background: #004953;
}
    
.toggle-menu.active span:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}


  .homepage video {
    top: -40%;
    width: 200%;
    left: -97%;
  }

  .about_3 h1 {
    font-size: 30px;
  }

  .five_section .home_service {
    padding: 30px 20px 0px;
  }

  .five_section ul li p {
    font-size: 13px;
  }

  .five_section ul li .schedule {
    font-size: 13px;
    padding: 15px 10px;
  }

  .repaire .repair_scroll li,
  .got_system p, .scroll_content-1 .sec-two-text h3 {
    font-size: 16px;
  }

  .repair_scroll_box {
    flex-wrap: wrap;
  }

  .scroll_content_repair_center ul li {
    font-size: 16px;
  }

  .repair_scroll_box li {
    width: 49%;
    margin-bottom: 3%;
  }

  .six_section_repair {
    height: 70vh;
    display: flex;
    align-items: center;
  }

  .construction_main .cons_left, .construction_main .cons_right {
    width: 100%;
  }


  .c_form {
    width: 100%;
  }


  .first_section a{
    position: static;
    margin-top: 20px;
  }

}




@media only screen and (max-width: 600px) {

  .logos {
    right: 20px;
  }

  .logos li img {
    width: 80px;
  }

  .footer_logos li img {
    width: 70px;
  }

  .footer_logos li:nth-child(4) img {
    width: 160px;
  }

  .footer_logos {
    padding: 10px 7px;
  }

  .footer_logos li {
    margin: 0 7px;
  }

  .test-page {
    background: transparent;
  }

  .test-page video {
    position: relative;
    z-index: 9999999;
  }


  .modalPopup {
    padding: 30px 20px 20px;
    width: 330px;
  }

  .modalPopup p {
    font-size: 14px;
  }

  .modalPopup h1 a {
    font-size: 27px;
  }

  .modalContent img {
    width: 90px;
  }



  body {
    /*background: url(../images/poster-img.png);*/

   /* background: url(../images/poster_new.png);
   background-size: cover;
    background-position: center;
    background-attachment: fixed;*/
  }



  .first_section h1 {
    font-size: 35px;
  }

  .homepage video {
    width: 260%;
    left: -125%;
  }

  .about_1 .ab_left,
  .about_1 .ab_right {
    width: 100%;
  }

  .ab_right_desc {
    padding-left: 0;
  }

  .about_3 h1 {
    font-size: 25px;
    margin-top: 10px;
  }

  .five_section ul li h3 {
    font-size: 18px;
  }

  .five_section ul {
    grid-gap: 10px;
  }

  .five_section ul li p {
    font-size: 11px;
  }

  .five_section ul li .schedule {
    font-size: 10px;
    padding: 10px 10px;
  }

  .about_1 .ab_right p, .r_lour_right p {
    font-size: 14px;
    line-height: 25px;
  }

  .repair_scroll_box li p {
    font-size: 13px;
  }

  .maintenance_second .maintenance_scroll_two p, .maintenance_second .maintenance_scroll_two ul li {
    font-size: 14px;
  }

  .scroll_content-2 .right p {
    font-size: 14px;
    line-height: 25px;
  }

  .scroll_content-2 .left .number_count {
    font-size: 25px;
  }

  .about_1 .ab_left .ab_desc p {
    font-size: 14px;
    line-height: 20px;
  }

  .about_3 p {
    font-size: 14px;
  }

  .repaire .repair_scroll li, .got_system p, .scroll_content-1 .sec-two-text h3 {
    font-size: 14px;
  }

  .scroll_content_repair_center ul li {
    font-size: 14px;
  }

  .scroll_content-1 ul li p {
    font-size: 13px;
  }

  .maintenance_link_one {
    padding: 15px 15px;
    font-size: 14px;
    width: 350px;
  }

  .maintenance_second .maintenance_scroll_two p, .maintenance_second .maintenance_scroll_two ul li {
    font-size: 14px !important;
  }

  .maintenance_second {
    height: auto;
  }

  .maintenance_third .ma_third_left h1, .maintenance_third .ma_third_right h1 {
    font-size: 27px;
  }

  .maintenance_third .ma_third_left .mt_left1, .maintenance_third .ma_third_right .mt_left1 {
    margin-left: 0%;
  }

  .repair_scroll_box li:last-child {
    width: 100% !important;
  }

  .construction_main .cons_left .cons_list1 li p,
  .construction_main .cons_left p,
  .construction_main .cons_left .cons_list2 li,
  .construction_main .cons_right p,
  .right_text {
    font-size: 14px;
  }

  .construction_flex .h_top {
    font-size: 15px;
    white-space: nowrap;
  }


  .repaire .repair_scroll li, 
  .got_system p, .scroll_content-1 
  .sec-two-text h3,
  .scroll_content-1 ul li,
  .scroll_content-2,
  .animeTextFirst,
  .animeTextSecond,
  .ab_img, .ab_desc,
  .ab_right,
  .about_1,
  .repair_scroll,
  .repair_last_scroll,
  .rep_two,
  .got_system,
  .rep_link,
  .mt-left1,
  .maintenance_scroll_three,
  .scroll_cons_scroll,
  .right_text,
  .construction_flex .h_top,
  .scroll_cons_scroll2,
  .scroll_cons_scroll3,
  .scroll_cons_scroll4 {
    opacity: 1 !important;
  }

  .animeTextSecond,
  .repair_scroll,
  .repair_last_scroll {
    top: 0 !important;
  }

  .ab_right_desc {
    margin-top: 70px !important;
  }

  .fourth_section {
    padding-top: 0;
  }

  .five_section ul li {
    text-align: center;
    margin: 15px 0;
  }


  .home_service .fa-times {
    display: block;
    text-align: right;
    position: absolute;
    top: 100px;
    right: 23px;
    font-size: 23px;
    top: 23px;
  }

  .five_section .home_service {
    height: 100vh;
    display: flex;
    align-items: center;
  }


  .construction_main .cons_left {
    margin-top: 0;
  }

  .construction_main .cons_right {
    margin-top: 0;
  }

  .construction_main .cons_left h2 {
    margin-top: 50px !important;
  }

  .construction_main .cons_left .cons_list1 {
    flex-wrap: wrap;
  }

  .construction_main .cons_left .cons_list1 li {
    width: 100%;
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .construction_main .cons_left .cons_list1 li:last-child {
    margin-top: 20px;
  }

footer .wrapper p{
    text-align:right;
    line-height:2em;
}

footer .wrapper p span{
    display:block
}

.license {
    display:block;

}



}



@media only screen and (max-width: 500px) {

  .five_section .wrapper {
    display: flex;
  }

  .nav ul li a {
    font-size: 15px;
  }

  .no_mob_padding {
    padding-top: 0 !important;
  }

  .show_mob {
    display: block !important;
    margin-top: 20px;
    font-size: 20px !important;
  }

  .hide_mob {
    display: none;
  }

   .desk_video {
    display: none;
  }

  .mob_video {
    display: block;
  }


  .third_section {
    height: 100vh;
    margin-top: 150px;
  }



  .five_section ul {
    grid-template-columns: repeat(1, 1fr);
  }



  .homepage video {
    width: 318%;
    left: -177%;
    top: auto;
    bottom: 0px;

    /*display: none;*/
  }

  .first_section p {
    font-size: 14px;
    line-height: 1.4 !important;
  }

  .first_section p br {
    display: none;
  }

  .construction_main .cons_left .cons_list1 li h3 {
    font-weight: bold;
  }

  .second_section {
    height: auto;
  }

  .scroll_content-1 ul {
    grid-template-columns: repeat(1, 1fr);
  } 

  .scroll_content-1 .sec-two-text h3 {
    top: -150px !important;
  }

  .scroll_content-2 .left .years {
    font-size: 24px;
    white-space: break-spaces;
  }

  .about_1 .ab_left .ab_img {
    width: 35%;
  }

  .about_1 .ab_left .ab_desc {
    width: 65%;
    padding: 15px 15px;
  }
  .about_1 .ab_left .ab_img {
    padding-right: 10px;
  }
  .about_1 .ab_left .ab_desc p {
    font-size: 14px;
  }

  .about_1 .ab_left .ab_img p {
    font-size: 13px;
    line-height: 1.3;
  }

  .about_1 {
    height: auto;
    margin-top: 150px;
  }

  .ab_right_desc {
    margin-top: 250px !important;
  }

  .about_last.box1,
  .r_lour_left .rep_link,
  .repair_scroll_2 {
    opacity: 1 !important;
    top: 0 !important;
  }

  .about_3 .rellax,
  .r_lour_left.rellax,
  .r_lour_right.rellax {
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .r_lour_right.rellax {
    margin-top: 30px;
  }

  .scroll_content-1 .sec-two-text h3 {
    position: static;
  }

  .r_lour_left, .r_lour_right {
    width: 100%;
  }

  .repair_scroll_box li {
    width: 100% !important;
  }

  .r_box_text::before {
    top: -37vw;
  }

  .scroll_cons_scroll1 {
    opacity: 1 !important;
  }

  .scroll_content-1 .up_text::before {
    top: -20vw;
  }

  .scroll_content-1 ul {
    padding-top: 70px;
  }

  .scroll_content-1 .up_text::before {
    font-size: 16px;
  }

  .scroll_content-1 .up_text::before {
    top: -15vw;
  }

  .boxx.right_text {
    width: 100%;
  }

  .repair_four_section.short_section .first_box::before {
    top: -13vw;
    font-size: 16px;
  }

  .six_section_repair {
    height: 75vh;
    padding-top: 150px;
  }

  .six_section_repair .repair_scroll_3 ul {
    flex-wrap: wrap;
    margin-top: 0 !important;
  }

   .six_section_repair .repair_scroll_3 ul li {
    width: 100%;
   }

   .maintenance_second .maintenance_scroll_two {
    width: 100%;
  }

  .maintenance_link_one {
    width: auto;
  }

  .maintenance_third .ma_third_left h1, .maintenance_third .ma_third_right h1,
  .maintenance_third .ma_third_left p, .maintenance_third .ma_third_right p {
    font-size: 16px;
  }

  .maintenance_third .ma_third_right .mt_left3 {
    margin-left: 25%;
  }

  .maintenance_third .ma_third_left .mt_left3 {
    margin-left: 0;
  }

  .repair_four_section.height .wrapper {
    padding: 0;
  }

  .construction_main .cons_left .cons_list1 li {
    border-radius: 0;
    padding: 15px 10px;
  }

  .box.right_text {
    width: 100%;
  }

  .last_construction {
    margin-top: 250px;
  }

  .construction_main .cons_left .cons_list1 li p {
    line-height: 1.5;
  }

  .maintenance_third .ma_third_left, .maintenance_third .ma_third_right {
    width: 100%;
    text-align: center;
  }

  .maintenance_third .ma_third_left .mt_left4,
  .maintenance_third .ma_third_right .mt_left3,
  .maintenance_third .ma_third_right .mt_left4 {
    margin-left: 0;
  }



  .maintenance_third .ma_third_left {
    margin-bottom: 0px;
  }

  .last_maintenance {
    margin-top: 200px;
  }

  footer .social li {
    margin-right: 7px;
  }

  footer .footer_right li a {
    font-size: 12px;
    margin-left: 10px;
    white-space: nowrap;
  }


}


@media only screen and (max-width: 377px) {
  .homepage video {
    width: 265%;
    left: -132%;
    top: auto;
    bottom: 0px;
  }
}




@media only screen and (max-width: 400px) {
  .six_section_repair {
      height: 100vh;
  }

  .repair_four_section {
    height: 75vh;
  }
  .scroll_content_repair_center ul li {
    line-height: 1.5;
  }

  .five_section .home_service {
    height: auto;
    display: flex;

    padding-top: 0;
  }
  .five_section ul li {
    text-align: center;
    margin: 15px 0;
  }
  .five_section ul li p {
    min-height: initial;
  }

  .five_section ul li .schedule {
    font-size: 11px;
  }



  .five_section {
    z-index: 55;
    bottom: auto;
    top: 0;
    height: 100vh;
    background: #F3FFF8;
    display: flex;
    overflow-x: scroll;
    right: -100%;
  }




  .five_section.open_service {
    right: 0;
  }

  .home_service .fa-times {
    top: 15px;
  }

 
}



@media only screen and (max-width: 360px) {
  footer .footer_right li a {
    font-size: 11px;
  }

  .homepage video {
    width: 310%;
    left: -165%;

  }

  
}





