@import url("https://fonts.googleapis.com/css?family=Anton|Barlow|Bebas+Neue|Big+Shoulders+Display|Big+Shoulders+Text|Black+Ops+One|Hind+Siliguri|Lexend+Deca|Roboto|Montserrat+Subrayada|Nanum+Gothic&display=swap");
/*** TEXT DIMENSION ***/
/*** COLORS ***/
.hd {
  -webkit-animation: opa 0.1s linear both;
          animation: opa 0.1s linear both;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@-webkit-keyframes opa {
  0% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opa {
  0% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animation {
  position: absolute;
  display: block;
  -webkit-animation: example2 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: example2 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  background-color: black;
  z-index: 120;
}

@-webkit-keyframes example2 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  68% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}

@keyframes example2 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  68% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}

nav {
  z-index: 133;
}

#menuhamburger {
  display: none;
}

#menuhamburger2 {
  display: none;
}

.ctadiv1 {
  position: absolute;
  width: 150px;
  height: 32px;
  z-index: 100;
}

.ctadiv2 {
  position: absolute;
  margin-top: 42px;
  width: 150px;
  height: 32px;
  z-index: 100;
}

header {
  z-index: 135;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 5%;
}

header li,
header a,
header button {
  z-index: 133;
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 12px;
  color: black;
  text-decoration: none;
}

header .logo {
  cursor: pointer;
  margin-top: 25px;
}

header .nav_sub_links {
  z-index: 133;
}

header .nav_sub_links ul {
  z-index: 133;
  position: fixed;
  padding: 0 !important;
  -webkit-transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

header .nav_sub_links ul li {
  display: block;
  padding: 0;
  margin-top: 5px;
}

header .nav_sub_links ul li a:hover {
  z-index: 133;
  color: #53b6ca;
  text-decoration: underline;
}

header .lang {
  float: right;
  margin-right: 10px;
  height: 30px;
}

header .lang a:hover {
  z-index: 133;
  color: #53b6ca;
  text-decoration: underline;
}

header .nav_links {
  z-index: 133;
  list-style: none;
}

header .nav_links .line {
  border-right: 1px solid black;
  height: 100px;
  line-height: 187px;
}

header .nav_links .m-active {
  color: #53b6ca;
  text-decoration: underline;
}

header .nav_links li {
  display: inline-block;
  padding: 0px 20px;
}

header .nav_links li a:hover {
  display: block;
  color: #53b6ca;
  text-decoration: underline;
}

header ul li:hover > .nav_sub_links ul {
  z-index: 133;
  height: 62px;
  opacity: 1;
}

header .cta {
  z-index: 133;
  padding-top: 70px;
}

header .cta button {
  color: white;
  text-align: right;
  margin-bottom: 10px;
  /*padding: 9px 25px;*/
  width: 150px;
  padding: 9px 10px 9px 0px;
  color: black;
  border: none;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.active {
  z-index: 133;
  background-color: black;
  color: white !important;
}

.active:hover {
  background-color: #53b6ca;
}

.not-active {
  z-index: 133;
  background-color: white;
  color: black;
}

.not-active:hover {
  background-color: rgba(0, 136, 169, 0.8);
  color: white !important;
}

/*HAMBURGER MENU*/
.hamburger {
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: none;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #666666;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/* RESPONSIVE*/
@media screen and (max-width: 1555px) {
  .cta {
    z-index: 133;
    margin-top: -23px;
    padding-top: 0px;
  }
  .ctadiv1 {
    position: absolute;
    width: 150px;
    height: 20px;
    z-index: 100;
  }
  .ctadiv2 {
    position: absolute;
    margin-top: 30px;
    width: 150px;
    height: 30px;
    z-index: 100;
  }
  .ctadiv3 {
    position: absolute;
    margin-top: 72px;
    width: 150px;
    height: 32px;
    z-index: 100;
  }
}

@media screen and (max-width: 850px) {
  header {
    height: 70px;
    border-bottom: 1px solid #f2f2f2;
  }
  header .logo {
    margin-top: 10px;
    width: 50px;
    height: 50px;
  }
  .hamburger {
    display: block;
    margin-top: 15px;
    width: 40px;
    height: 40px;
    background-size: cover;
    z-index: 1000;
  }
  #menuhamburger {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #menuhamburger ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    vertical-align: center;
    list-style: none;
  }
  #menuhamburger ul li {
    padding: 15px;
  }
  #menuhamburger ul a {
    font-size: 21px;
  }
  #menuhamburger ul .foundate {
    width: 50vw;
    margin: 0 auto;
    border-bottom: 0px solid #53b6ca;
    border-top: 2px solid black;
  }
  #menuhamburger ul .foundate a {
    border-bottom: 0px solid #53b6ca;
  }
  #menuhamburger .language-mobile {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-decoration: none;
  }
  #menuhamburger .language-mobile a {
    font-size: 22px;
    padding: 0px 10px;
  }
  #menuhamburger2 {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #menuhamburger2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    vertical-align: center;
    list-style: none;
  }
  #menuhamburger2 ul li {
    padding: 20px;
  }
  #menuhamburger2 ul a {
    font-size: 22px;
  }
  #menuhamburger2 ul .foundate {
    width: 50vw;
    margin: 0 auto;
    border-bottom: 0px solid #53b6ca;
    border-top: 2px solid black;
  }
  #menuhamburger2 ul .foundate a {
    border-bottom: 0px solid #53b6ca;
  }
  #menuhamburger2 .language-mobile {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-decoration: none;
  }
  #menuhamburger2 .language-mobile a {
    font-size: 22px;
    padding: 0px 10px;
  }
  .cta,
  nav {
    z-index: 0;
    display: none;
  }
}

.navdiv {
  position: absolute;
  width: 550px;
  height: 50px;
  background-color: black;
  margin-top: 70px;
}

#rightmenu {
  z-index: 999;
  overflow: hidden;
  height: 100%;
  width: 50px;
  position: absolute;
  right: -53px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  border-left: 1px solid linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  text-align: left;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

#rightmenu button {
  position:absolute ;
  bottom: 50px;
  color: black;
  border: none;
  cursor: pointer !important;
}

#rightmenu #en {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  background-color: white;
  margin-bottom: 55px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-weight: bolder;
  color: #999999;
}

#rightmenu #it {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  background-color: white;
  margin-bottom: 95px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-weight: bolder;
  color: #999999;
}
#rightmenu #it:hover {
  color: #53b6ca;
}
#rightmenu #fr{width: 40px;
  height: 40px;
  margin-left: 5px;
  background-color: white;
  margin-bottom: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-weight: bolder;
  color: #999999;}
  #rightmenu #fr:hover{
    color: #53b6ca;
  }
#rightmenu #en:hover{
  color: #53b6ca;
}

#rightmenu #fulls {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-bottom: 140px;
  background: url(../images/full-size.png) no-repeat;
  background-size: cover;
}

#rightmenu #fulls:hover {
  background: url(../images/full-sizehover.png) no-repeat;
  background-size: cover;
}

.rightmenu {
  z-index: 999;
  overflow: hidden;
  height: 100%;
  width: 50px;
  position: absolute;
  right: -53px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  border-left: 1px solid linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  text-align: left;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.rightmenu button {
  position: absolute;
  bottom: 50px;
  color: black;
  border: none;
  cursor: pointer !important;
}

.rightmenu .en {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  background-color: white;
  margin-bottom: 55px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-weight: bolder;
  color: #999999;
}

.rightmenu .en:hover {
  color: #53b6ca;
}

.rightmenu .fulls {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-bottom: 140px;
  background: url(../images/full-size.png) no-repeat;
  background-size: cover;
}

.rightmenu .fulls:hover {
  background: url(../images/full-sizehover.png) no-repeat;
  background-size: cover;
}

.activemenu {
  z-index: 150;
  -webkit-transform: translateX(-53px);
  transform: translateX(-53px);
  box-shadow: 0 19px 10px rgba(0, 0, 0, 0.16), 0 15px 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 19px 10px rgba(0, 0, 0, 0.16), 0 15px 10px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 19px 10px rgba(0, 0, 0, 0.16), 0 15px 10px rgba(0, 0, 0, 0.16);
}

#togleright {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 0px;
  color: white;
  font-size: 24px;
  right: 20px;
  background-color: black;
  border-radius: 100%;
  z-index: 999;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  cursor: pointer !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#togleright:hover {
  background-color: #53b6ca;
}

.togleright {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 0px;
  color: white;
  font-size: 24px;
  right: 20px;
  background-color: black;
  border-radius: 100%;
  z-index: 999;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  cursor: pointer !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.togleright:hover {
  background-color: #53b6ca;
}

.textcont {
  margin-top: 15vh;
  width: 100%;
  height: 17%;
  background-color: black;
  position: absolute;
}

.text-logo {
  margin-top: 9vh;
  margin-left: 5%;
  color: white;
  text-transform: uppercase;
  font-size: 25.2vh;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  position: absolute;
  z-index: 130;
}

.backgroundanimate {
  margin-top: 15vh;
  width: 100%;
  height: 17%;
  position: absolute;
}

.countercont {
  background-color: lightgreen;
  position: absolute;
  bottom: 120px;
  right: 2%;
  width: 300px;
  height: 30px;
}

.countercont .counter {
  right: 0;
  width: 300px;
  height: 70px;
}

.countercont .count {
  border-top: 2px solid #2160a5;
  float: left;
  line-height: 30px;
  color: black;
  margin-left: 30px;
  font-size: 20px;
  background-color: lightblue;
  width: 38px;
}

.countercont .boxcount {
  margin-left: 41.5px;
  width: 15px;
  height: 15px;
  background-color: black;
}

.countercont .counttext {
  font-size: 11px;
  position: absolute;
  float: left;
  text-align: center;
  margin-top: 35px;
  margin-left: -32px;
}

.subtext-desc {
  position: fixed;
  margin-top: 42vh;
  margin-left: 42vw;
  width: 28vw;
  height: 100px;
  float: left;
  text-align: justify;
}

.subtext-desc-amt {
  position: absolute;
  width: 28vw;
  height: 180px;
}

.deschome {
  font-family: "Roboto";
  font-size: 12px;
  color: #1a1a1a;
  letter-spacing: 2px;
}

.subtext-home {
  position: fixed;
  margin-top: 47.5vh;
  margin-left: 81vw;
  width: 100%;
  height: 100px;
  float: left;
}

.subtext-home h2 {
  font-family: "Roboto";
  color: #1a1a1a;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
}

.subtext-home-amt {
  position: fixed;
  width: 10%;
  height: 30px;
}

.architext {
 /* position: fixed;*/
  margin-top: 42vh;
  margin-left: 6%;
  width: 100%;
  height: 500px;
  float: left;
}

.architext img {
  width: 25%;
}

.architext span {
  margin-left: 40%;
}

.archianimation {
  position: fixed;
  width: 26%;
  height: 110px;
}

/*BOX IN BASSO NUOVO CON I QUADRATI */
.a-container {
  font-family: "Roboto";
  bottom: 120px;
  right: 5%;
  z-index: 132;
  position: absolute;
  width: auto;
  height: 32px;
}

.a-container .b-cont {
  width: 60px;
  display: inline-block;
}

.a-container .b-cont .square {
  margin: 0 auto;
  width: 15px;
  height: 15px;
  background-color: #53b6ca;
}

.a-container .b-cont .square-l {
  width: 55px;
  background-color: black;
}

.a-container .b-cont .numb-cont {
  margin: 0 auto;
  text-align: center;
  margin-top: 7px;
  width: 30px;
  height: 17px;
  font-size: 15px;
}

.a-container .b-cont .text-cont {
  margin: 0 auto;
  text-align: center;
  width: 30px;
  height: 17px;
  font-size: 10px;
}

.a-container .cont-1 {
  padding-right: 20px;
}

.a-container-amt {
  position: fixed;
  width: 21%;
  height: 50px;
}

#bg {
  background-image: url("../images/bg/1.png");
  background-size: cover;
}

#colmn1,
#colmn2,
#colmn3,
#colmn4,
#colmn5,
#colmn6,
#colmn7,
#colmn8,
#colmn9 {
  z-index: 132;
  opacity: 0;
}

#colmn1 {
  position: fixed;
  height: 33vh;
  width: 33%;
}

#colmn2 {
  position: fixed;
  margin-left: 33%;
  height: 33vh;
  width: 33%;
}

#colmn3 {
  position: fixed;
  margin-left: 66%;
  height: 33vh;
  width: 33%;
}

#colmn4 {
  position: fixed;
  height: 20vh;
  width: 33%;
  top: 33%;
}

#colmn5 {
  position: fixed;
  margin-left: 33%;
  height: 33vh;
  width: 33%;
  top: 33%;
}

#colmn6 {
  position: fixed;
  top: 50%;
  height: 23vh;
  margin-left: 66%;
  width: 33%;
  top: 33%;
}

#colmn7 {
  position: fixed;
  top: 50%;
  height: 34vh;
  width: 33%;
  top: 66%;
}

#colmn8 {
  position: fixed;
  top: 50%;
  margin-left: 33%;
  height: 0vh;
  width: 33%;
  top: 77%;
}

#colmn9 {
  position: fixed;
  top: 50%;
  margin-left: 66%;
  height: 34vh;
  width: 33%;
  top: 66%;
}

.rsp_a-container {
  display: block;
  font-family: "Roboto";
  bottom: 120px;
  right: 5%;
  z-index: 132;
  position: absolute;
  width: auto;
  height: 32px;
}

.rsp_a-container .b-cont {
  width: 60px;
  display: inline-block;
}

.rsp_a-container .b-cont .square {
  margin: 0 auto;
  width: 15px;
  height: 15px;
  background-color: #53b6ca;
}

.rsp_a-container .b-cont .square-l {
  width: 55px;
  background-color: black;
}

.rsp_a-container .b-cont .numb-cont {
  margin: 0 auto;
  text-align: center;
  margin-top: 7px;
  width: 30px;
  height: 17px;
  font-size: 15px;
}

.rsp_a-container .b-cont .text-cont {
  margin: 0 auto;
  text-align: center;
  width: 30px;
  height: 17px;
  font-size: 10px;
}

.rsp_a-container .cont-1 {
  padding-right: 20px;
}

@media screen and (max-width: 1555px) {
  .text-logo {
    margin-top: 2.3vh;
  }
  .backgroundanimate {
    margin-top: 8vh;
  }
  .subtext-desc {
    margin-top: 32vh;
    line-height: 15px;
  }
  .architext {
    margin-top: 32vh;
  }
  .subtext-home {
    margin-top: 38.5vh;
  }
  .textcont {
    margin-top: 8vh;
    width: 100%;
    height: 17%;
    background-color: black;
    position: absolute;
  }
  .subtext-home-amt {
    width: 220px;
  }
  .subtext-desc-amt {
    height: 230px;
  }
}

@media screen and (max-width: 1170px) {
  .text-logo {
    margin-top: 2.3vh;
    margin-left: 5%;
    font-size: 20.2vh;
  }
  .backgroundanimate {
    margin-top: 8vh;
    width: 100%;
    height: 13%;
    position: absolute;
  }
  .subtext-desc {
    margin-top: 28vh;
    line-height: 15px;
  }
  .architext {
    margin-top: 28vh;
  }
  .subtext-home {
    margin-top: 36.5vh;
  }
  .textcont {
    margin-top: 8vh;
    width: 100%;
    height: 17%;
    position: absolute;
  }
  .subtext-home-amt {
    width: 220px;
  }
  .subtext-desc-amt {
    height: 230px;
  }
}

@media screen and (max-width: 1033px) {
  .text-logo {
    margin-top: 3.8vh;
    margin-left: 5%;
    font-size: 17.2vh;
  }
  .backgroundanimate {
    margin-top: 6vh;
    width: 100%;
    height: 150px;
    position: absolute;
  }
  .subtext-desc {
    position: fixed;
    margin-top: 38vh;
    margin-left: 25vw;
    width: 50vw;
    height: 100px;
    float: left;
    text-align: justify;
    line-height: 15px;
  }
  .architext {
    position: fixed;
    margin-top: 25vh;
    margin-left: 25%;
    width: 100%;
    height: 500px;
    float: left;
  }
  .architext img {
    width: 50%;
  }
  .architext span {
    margin-left: 40%;
  }
  .subtext-home {
    /* display: none; */
    align-text: center;
    margin-top: 60vh;
    margin-left: 20vh;
  }
  .rsp_a-container {
    display: none;
  }
  .textcont, .archianimation, .subtext-desc-amt {
    display: none;
  }
  .hd {
    -webkit-animation: none;
            animation: none;
  }
}

@media screen and (max-width: 870px) {
  .backgroundanimate {
    margin-top: 40px;
    width: 100%;
    height: 150px;
    position: absolute;
  }
  .text-logo-container {
    margin: 0 auto;
    width: 300px;
    height: auto;
    padding-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .text-logo {
    margin: 0 auto;
    margin-top: 48px;
    margin-left: 0;
    font-size: 80px;
  }
}

@media screen and (max-width: 708px) {
  .backgroundanimate {
    margin-top: 40px;
    width: 100%;
    height: 150px;
    position: absolute;
  }
  .text-logo-container {
    margin: 0 auto;
    width: 300px;
    height: auto;
    padding-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .text-logo {
    margin: 0 auto;
    margin-top: 48px;
    margin-left: 0;
    font-size: 80px;
  }
}

@media screen and (max-width: 600px) {
  .backgroundanimate {
    margin-top: 40px;
    width: 100%;
    height: 150px;
    position: absolute;
  }
  .text-logo-container {
    margin: 0 auto;
    width: 300px;
    height: auto;
    padding-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .text-logo {
    margin: 0 auto;
    margin-top: 48px;
    margin-left: 0;
    font-size: 80px;
  }
}

@media screen and (max-width: 500px) {
  .rsp_home_container {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
  }
  .rsp_home_container .backgroundanimate1 {
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
    width: 100%;
    height: 150px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url("./images/bg/mobile/1.jpg");
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rsp_home_container .backgroundanimate1 h1 {
    color: white;
    text-transform: uppercase;
    font-size: 15vw;
    font-family: 'Trebuchet MS', sans-serif;
  }
  .rsp_home_container .architext1 {
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    height: auto;
    text-align: center;
    background: none;
  }
  .rsp_home_container .architext1 img {
    width: 80%;
  }
  .rsp_home_container .subtext-home1 {
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .rsp_home_container .subtext-home1 h2 {
    font-family: "Roboto";
    color: #1a1a1a;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 7vw;
  }
  .rsp_home_container .subtext-desc1 {
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rsp_home_container .subtext-desc1 p {
    margin-bottom: 10px;
    padding: 0px 10%;
    font-family: "Roboto";
    font-size: 3.3vw;
    color: #1a1a1a;
    letter-spacing: 2px;
    text-align: justify;
  }
  .rsp_home_container .a-container1 {
    margin: 0 auto;
    margin-top: 40px;
    font-family: "Roboto";
    right: 5%;
    width: 100%;
    height: auto;
  }
  .rsp_home_container .a-container1 .b-container1 {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rsp_home_container .a-container1 .b-cont {
    width: 60px;
    display: inline-block;
  }
  .rsp_home_container .a-container1 .b-cont .square {
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background-color: #53b6ca;
  }
  .rsp_home_container .a-container1 .b-cont .square-l {
    width: 55px;
    background-color: black;
  }
  .rsp_home_container .a-container1 .b-cont .numb-cont {
    margin: 0 auto;
    text-align: center;
    margin-top: 7px;
    width: 30px;
    height: 17px;
    font-size: 15px;
  }
  .rsp_home_container .a-container1 .b-cont .text-cont {
    margin: 0 auto;
    text-align: center;
    width: 30px;
    height: 17px;
    font-size: 10px;
  }
  .rsp_home_container .a-container1 .cont-1 {
    padding-right: 20px;
  }
}

/* Common button styles */
.button {
  display: block;
  border: none;
  background: none;
  color: inherit;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.button > span {
  vertical-align: middle;
}

/* Individual button styles */
/* Winona */
.button--winona {
  overflow: hidden;
  padding: 0;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--winona::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.button--winona > span {
  display: block;
}

.button--winona::after,
.button--winona > span {
  padding: 1em 1em;
  margin: -1em 0em;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--winona:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.button--winona:hover > span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

.instagram:hover {
  color: #c13584;
}

.behance:hover {
  color: #020202;
}

.facebook:hover {
  color: #2160a5;
}

.linkedin:hover {
  color: #53b6ca;
}

/*PAGE CSS*/
/*DOWNLOAD PAGE*/
.wrapper-download {
  margin-top: 30px;
  height: auto;
  width: 90vw;
  padding-left: 70px;
  padding-right: 65px;
  padding-bottom: 300px;
}

.scrolla {
  height: 70vh;
  overflow: hidden;
  overflow-y: scroll;
  margin-right: -30px;
}

.box-download {
  border-bottom: 1px solid black;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto";
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.box-download .box-download-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 150px;
  height: 150px;
}

.box-download .box-download-img img {
  margin-left: 10vw;
  padding: 12px;
  text-align: center;
  width: 125px;
  height: 125px;
}

.box-download .box-download-text {
  margin-left: 12vw;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 250px;
  height: 150px;
}

.box-download .box-download-text h1 {
  text-transform: uppercase;
  padding: 12px;
  font-size: 18px;
  font-family: "Lexend Deca";
}

.box-download .box-download-text h2 {
  padding: 12px;
  font-size: 14px;
  color: #53b6ca;
}

.box-download .box-download-text p {
  padding: 0px 12px;
  font-size: 12px;
  width: 230px;
  word-wrap: break-word;
  text-align: justify;
}

.box-download .box-download-button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 14vw;
  height: 150px;
}

.box-download .box-download-button button {
  margin-top: 65px;
  background-color: black;
  text-transform: uppercase;
  border: none;
  color: white;
  padding: 10px 25px;
  cursor: pointer;
}

.box-download .box-download-button button:hover {
  background-color: #53b6ca;
}

.popup-download {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 160;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.popup-dld-ctr {
  z-index: 99999;
  position: absolute;
  background-color: white;
  top: 50%;
  left: 50%;
  margin-top: -175px;
  margin-left: -250px;
  width: 500px;
  height: 350px;
  border: 1px solid black;
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.popup-dld-ctr .close {
  float: right;
  margin: 20px;
  width: 20px;
  height: 6px;
  background-color: black;
  cursor: pointer;
}

.popup-dld-ctr h1 {
  margin-top: 60px;
  margin-bottom: 5px;
  font-family: "Lexend Deca";
  width: 100%;
  text-align: center;
  font-size: 24px;
}

.popup-dld-ctr form {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.popup-dld-ctr input {
  font-family: "Roboto";
  display: block;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  width: 200px;
  border: none;
  border-bottom: 1px solid black;
  text-transform: uppercase;
  font-size: 10px;
}

.popup-dld-ctr .download_privacy {
  width: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.popup-dld-ctr .download_privacy .dwl_checkbox {
  width: 50px;
  background-color: red;
}

.popup-dld-ctr .download_privacy .dwl_label {
  font-size: 10px;
  margin-left: -10px;
  padding-right: 10px;
}

.popup-dld-ctr .download_privacy a {
  color: #53b6ca;
}

.popup-dld-ctr .download_privacy a:hover {
  color: #53b6ca;
}

.popup-dld-ctr .download_privacy a:after {
  color: #53b6ca;
}

.popup-dld-ctr .dwl_label_error {
  display: none;
  color: red;
  font-size: 10px;
  margin-bottom: 10px;
}

.popup-dld-ctr button {
  margin-top: 10px;
  font-family: "Roboto";
  background-color: black;
  text-transform: uppercase;
  border: none;
  color: white;
  padding: 10px 25px;
  width: 200px;
  cursor: pointer;
}

@media screen and (max-width: 1700px) {
  .box-download .box-download-img img {
    margin-left: 7vw;
  }
  .box-download .box-download-text {
    margin-left: 13vw;
  }
  .box-download .box-download-button {
    margin-left: 10vw;
  }
}

@media screen and (max-width: 1575px) {
  .box-download .box-download-img img {
    margin-left: 6vw;
  }
  .box-download .box-download-text {
    margin-left: 10vw;
  }
  .box-download .box-download-button {
    margin-left: 9vw;
  }
}

@media screen and (max-width: 1300px) {
  .box-download .box-download-button {
    margin-left: 5vw;
  }
}

@media screen and (max-width: 1200px) {
  .box-download .box-download-img img {
    margin-left: 3vw;
  }
  .box-download .box-download-text {
    margin-left: 7vw;
  }
  .box-download .box-download-button {
    margin-left: 5vw;
  }
}

@media screen and (max-width: 1110px) {
  .box-download .box-download-img img {
    margin-left: 3vw;
  }
  .box-download .box-download-text {
    margin-left: 6vw;
  }
  .box-download .box-download-button {
    margin-left: 4vw;
  }
}

@media screen and (max-width: 1064px) {
  .box-download .box-download-img {
    width: 100px;
    height: 100px;
  }
  .box-download .box-download-img img {
    margin-left: 2vw;
    width: 100px;
    height: 100px;
  }
  .box-download .box-download-text {
    margin-left: 7vw;
  }
  .box-download .box-download-button {
    margin-left: 5vw;
  }
}

@media screen and (max-width: 1064px) {
  .wrapper-download {
    margin-top: 30px;
    height: auto;
    width: 95vw;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .scrolla {
    margin-right: 0px;
  }
  .box-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: auto;
    margin-left: 0px;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
  .box-download .box-download-img {
    margin-top: 0px;
    width: 100px;
    height: 100px;
    padding-bottom: 15px;
  }
  .box-download .box-download-img img {
    padding: 12px;
    text-align: center;
    width: 100px;
    height: 100px;
  }
  .box-download .box-download-text {
    width: auto;
    height: auto;
  }
  .box-download .box-download-text h1 {
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 18px;
    font-family: "Lexend Deca";
    text-align: center;
  }
  .box-download .box-download-text h2 {
    padding: 10px;
    font-size: 14px;
    color: #53b6ca;
    text-align: center;
  }
  .box-download .box-download-text p {
    padding: 0px;
    font-size: 12px;
    width: 700px;
    word-wrap: break-word;
    text-align: center;
  }
  .box-download .box-download-button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: auto;
    height: auto;
    margin-left: 6vw;
  }
  .box-download .box-download-button button {
    background-color: black;
    margin-top: 35px;
    margin-left: 0px !important;
    text-transform: uppercase;
    border: none;
    color: white;
    cursor: pointer;
  }
  .box-download .box-download-button button:hover {
    background-color: #53b6ca;
  }
}

@media screen and (max-width: 800px) {
  .box-download .box-download-text p {
    width: 500px;
  }
}

@media screen and (max-width: 500px) {
  .wrapper-download {
    margin-top: 30px;
    height: auto;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .box-download {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .box-download .box-download-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 180px;
    height: 180px;
  }
  .box-download .box-download-img img {
    margin-left: 0vw;
    padding: 0px;
    text-align: center;
    width: 180px;
    height: 180px;
  }
  .box-download .box-download-text {
    width: 100%;
    margin-left: 0;
  }
  .box-download .box-download-text h1 {
    text-transform: uppercase;
    padding: 0px;
    font-size: 18px;
    font-family: "Lexend Deca";
  }
  .box-download .box-download-text h2 {
    padding: 12px;
    font-size: 14px;
    color: #53b6ca;
  }
  .box-download .box-download-text p {
    margin: 0 auto;
    padding: 0px 10%;
    font-size: 14px;
    width: 50%;
    height: auto;
    word-wrap: break-word;
    text-align: justify;
  }
  .box-download .box-download-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-left: 0;
    height: 100PX;
  }
  .box-download .box-download-button button {
    margin: 0 auto;
    margin-top: 0px;
    margin-left: 0;
    background-color: black;
    text-transform: uppercase;
    border: none;
    color: white;
    padding: 0px 0px;
    width: 150px;
    height: 40px;
    cursor: pointer;
  }
  .box-download .box-download-button button:hover {
    background-color: #53b6ca;
  }
  .popup-dld-ctr {
    top: 0;
    margin-top: 0px;
    margin-left: -170px;
    width: 340px;
    height: 350px;
  }
}

.success {
  display: none;
  color: green;
  text-align: center;
  font-size: 20px;
  position: absolute;
  width: 100%;
  margin-top: 120px;
  text-transform: uppercase;
}

.success span {
  color: grey;
  text-transform: capitalize;
  font-size: 17px;
}

#container_load {
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -250px;
  text-align: center;
}

#animation_load {
  background-color: white;
  width: 550px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -270px;
  -webkit-animation: load 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: load 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}

@keyframes load {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}

#container_load h1 {
  color: black;
  font-size: 100px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.scrollbar {
  position: fixed;
  bottom: 0px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  text-align: center;
  height: 66px;
  list-style: none;
  z-index: 2;
}

.scrollbar .p1,
.scrollbar .p2,
.scrollbar .p3,
.scrollbar .p4,
.scrollbar .p5,
.scrollbar .p6 {
  display: inline-block;
  border: 2px solid black;
  background-color: white;
  margin-left: 20px;
  width: 9px;
  height: 9px;
  vertical-align: top;
}

.scrollbar .p1 {
  background-color: black;
}

.scrollbar .text {
  display: inline-block;
  background-color: black;
  color: white;
  width: auto;
  height: 12px;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.scrollbaratm {
  position: absolute;
  bottom: 47px;
  width: 200px;
  left: 50%;
  margin-left: -110px;
  text-align: center;
  height: 23px;
  list-style: none;
}

.logo {
  z-index: 99;
}

.section img {
  width: 50%;
  margin-left: 25%;
}

.fadeIn {
  -webkit-animation: fadeIn 1s ease-in-out;
  animation: fadeIn 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeOut {
  -webkit-animation: fadeOut 0.3s ease-in-out;
  animation: fadeOut 0.3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.about-wrapper {
  margin-top: 30px;
  height: auto;
  padding-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.about-wrapper .about-img-container {
  margin-right: 15rem;
  margin-left: 7rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 80vw;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-wrapper .about-img-container img {
  text-align: center;
  margin: 0;
  width: 300px;
  height: 300px;
}

.about-wrapper .about-img-container .about-text-box {
  position: absolute;
  width: 100%;
  height: 30px;
  text-align: left;
  color: black;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.about-wrapper .about-img-container .about-content-box {
  width: 900px;
  height: 60vh;
  padding-bottom: 0px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-wrapper .about-img-container .about-content-box .div1 {
  width: 450px;
  height: 428px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-wrapper .about-img-container .about-content-box .div2 {
  width: 420px;
  height: 428px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-wrapper .about-img-container .about-content-box .textinnovatiove {
  position: absolute;
  width: 450px;
}

.about-wrapper .about-img-container .about-content-box .textinnovatiove .x {
  margin-top: 60px;
  float: right;
  font-size: 60px;
  text-transform: uppercase;
  color: black;
  font-weight: 100;
}

.about-wrapper .about-img-container .about-content-box .textinnovatiove .y {
  margin-top: 20px;
  float: right;
  color: black;
  text-transform: uppercase;
  text-align: right;
  line-height: 67px;
  font-weight: 900;
  font-size: 80px;
}

.about-wrapper .about-img-container .about-content-box .about-0011 {
  background: url(../images/Light_2.jpg);
  background-size: cover;
  width: 350px;
  height: 84px;
  margin-left: 120px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.about-wrapper .about-img-container .about-content-box .about-001 {
  background: url(../images/Light_1.jpg);
  background-size: cover;
  margin-left: 20px;
  height: 420px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.about-wrapper .about-img-container .about-content-box .about-001 p {
  margin-left: 320px;
  margin-top: 30px;
  font-size: 13px;
  color: black;
  text-align: justify;
  width: 220px;
}

.about-wrapper .about-img-container .about-content-box .about-001 p span {
  font-size: 18px;
  display: block;
}

.about-wrapper .about-img-container .about-content-box .about-001 h2 {
  float: right;
  width: 100px;
  margin-top: 25vh;
  margin-right: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: black;
}

.about-wrapper .about-img-container .about-content-box .about-001 h3 {
  font-size: 23px;
  text-transform: uppercase;
  color: black;
  background-color: #6aba6d;
  border-radius: 20px;
  padding: 10px;
  width: 105px;
  margin-top: 20px;
  margin-left: 320px;
}

.about-wrapper .about-img-container .about-content-box .about-001 h4 {
  width: 280px;
  font-size: 28px;
  margin-left: 320px;
  padding-right: 10px;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: bolder;
  color: black;
}

.about-wrapper .about-img-container .about-content-box .about-002 {
  background: url(../images/Light_2.jpg);
  background-size: cover;
  width: 300px;
  height: 200px;
  margin-left: 150px;
}

.about-wrapper .about-img-container .about-content-box .about-002 p {
  position: absolute;
  color: black;
  text-align: justify;
  width: 250px;
  position: absolute;
  margin-left: 20px;
  margin-top: 240px;
  font-size: 12px;
  line-height: 15px;
}

.about-wrapper .about-img-container .about-content-box .about-002 p span {
  font-size: 18px;
}

.about-wrapper .about-img-container .about-content-box .about-002 h1 {
  margin-top: 150px;
  margin-right: 50px;
  font-size: 40px;
  color: black;
  float: right;
}

.about-wrapper .about-img-container .about-content-box .about-003 {
  background: url(../images/Light_3.jpg);
  background-size: cover;
  width: 460px;
  height: 488px;
  padding-right: 490px;
  margin-left: 20px;
}

.about-wrapper .about-img-container .about-content-box .about-003 h1 {
  position: absolute;
  font-size: 40px;
  color: black;
  margin-top: 410PX;
  margin-left: 30px;
}

.about-wrapper .about-img-container .about-content-box .about-003 p {
  position: absolute;
  width: 260px;
  margin-left: 180px;
  margin-top: 20px;
  font-size: 12px;
  color: black;
  text-align: justify;
  line-height: 15px;
}

.about-100 {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-101 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.about-101 img {
  margin-left: 100px;
  width: 400px;
}

.about-101 p {
  text-align: justify;
  width: 400px;
  font-size: 14px;
  color: black;
  margin-top: 10px;
  margin-left: 100px;
}

.about-300p {
  position: absolute;
  text-align: justify;
  width: 400px;
  font-size: 14px;
  color: black;
  margin-top: 70px;
}

.x_animation {
  position: absolute;
  width: 20vw;
  height: 35vh;
  text-align: right;
  font-size: 5vw;
  margin-left: 12vw;
  text-transform: uppercase;
  color: black;
  font-weight: 900;
}

.about-0011_animation {
  position: absolute;
  width: 30vw;
  height: 15vh;
  margin-top: 40vh;
  margin-left: 2vw;
}

.about-001_animation {
  right: 0;
  width: 50vw;
  height: 55vh;
  margin-right: 10vw;
}

/************* RESPONSNIVE **************/
@media screen and (max-width: 1555px) {
  .rsp_about_wrapper {
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    height: auto;
  }
  .rsp_about_wrapper .rsp_section1 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row1 {
    width: 100%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row1 img {
    width: 350px;
    height: auto;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row1 p {
    font-size: 12px;
    text-align: justify;
    width: 350px;
    padding-top: 0.5em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 {
    width: 50%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 h1, .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 h2 {
    text-align: right;
    width: 95%;
    text-transform: uppercase;
    margin-right: 10px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 h1 {
    font-size: 42px;
    padding-top: 1.1em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 h2 {
    padding-top: 0.3em;
    font-size: 75px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 img {
    margin-top: 30px;
    margin-left: 50%;
    text-align: right;
    height: 100px;
    width: 45%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 {
    width: 50%;
    background: url(../images/Light_1.jpg);
    background-size: cover;
    height: auto;
    padding-bottom: 2em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 img {
    width: 100%;
    height: 100%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 p {
    padding: 2em 2em;
    text-align: justify;
    font-size: 14px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 h1 {
    width: 70px;
    margin-left: 1.5em;
    font-size: 20px;
    color: black;
    padding: 10px 30px 10px 20px;
    background-color: #6aba6d;
    border-radius: 20px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 h2 {
    width: 250px;
    margin-left: 1.5em;
    margin-top: 0.3em;
    font-size: 23px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 {
    width: 50%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 h1, .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 h2 {
    text-align: right;
    width: 95%;
    text-transform: uppercase;
    margin-right: 10px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 h1 {
    margin-top: -60px;
    margin-left: -55px;
    font-size: 42px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 h2 {
    padding-top: 0.3em;
    font-size: 75px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 img {
    margin-left: 40%;
    text-align: right;
    height: 170px;
    width: 55%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 p {
    text-align: justify;
    font-size: 14px;
    padding: 1em 2em 2em 14.2em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col4 {
    width: 50%;
    background: url(../images/Light_3.jpg);
    background-size: cover;
    height: auto;
    padding-bottom: 2em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col4 img {
    width: 100%;
    height: 100%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col4 p {
    padding: 2em 2em 2em 7em;
    text-align: justify;
    font-size: 14px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col4 h1 {
    width: 70px;
    margin-left: 0.3em;
    font-size: 20px;
    font-size: 42px;
    padding: 2px 30px 2px 20px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col5 {
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 130px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col5 img {
    margin-top: -80px;
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 1335px) {
  .rsp_about_wrapper {
    width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    height: auto;
  }
  .rsp_about_wrapper .rsp_section1 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row1 {
    width: 100%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row1 img {
    width: 350px;
    height: auto;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row1 p {
    font-size: 12px;
    text-align: justify;
    width: 350px;
    padding-top: 0.5em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 {
    width: 50%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 h1, .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 h2 {
    text-align: right;
    width: 95%;
    text-transform: uppercase;
    margin-right: 10px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 h1 {
    font-size: 42px;
    padding-top: 0.8em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 h2 {
    padding-top: 0.3em;
    font-size: 70px;
    line-height: 70px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 img {
    margin-top: 30px;
    margin-left: 50%;
    text-align: right;
    height: 100px;
    width: 45%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 {
    width: 50%;
    background: url(../images/Light_1.jpg);
    background-size: cover;
    height: auto;
    padding-bottom: 2em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 img {
    width: 100%;
    height: 100%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 p {
    padding: 2em 2em;
    text-align: justify;
    font-size: 14px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 h1 {
    width: 70px;
    margin-left: 1.5em;
    font-size: 20px;
    color: black;
    padding: 10px 30px 10px 20px;
    background-color: #6aba6d;
    border-radius: 20px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 h2 {
    width: 250px;
    margin-left: 1.5em;
    margin-top: 0.3em;
    font-size: 23px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 {
    width: 50%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 h1, .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 h2 {
    text-align: right;
    width: 95%;
    text-transform: uppercase;
    margin-right: 10px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 h1 {
    margin-top: -60px;
    margin-left: -40px;
    font-size: 42px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 h2 {
    padding-top: 0.3em;
    font-size: 75px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 img {
    margin-top: -102px;
    margin-left: 40%;
    text-align: right;
    height: 170px;
    width: 55%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 p {
    text-align: justify;
    font-size: 14px;
    padding: 1em 2em 2em 11.5em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col4 {
    width: 50%;
    background: url(../images/Light_3.jpg);
    background-size: cover;
    height: auto;
    padding-bottom: 2em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col4 img {
    width: 100%;
    height: 100%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col4 p {
    padding: 2em 2em 2em 7em;
    text-align: justify;
    font-size: 14px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col4 h1 {
    width: 70px;
    margin-left: 0.3em;
    font-size: 20px;
    font-size: 42px;
    padding: 2px 30px 2px 20px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col5 {
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 130px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col5 img {
    margin-top: -50px;
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .rsp_about_wrapper {
    width: 600px;
    margin: 0 auto;
    margin-top: 50px;
    height: auto;
  }
  .rsp_about_wrapper .rsp_section1 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row1 {
    width: 100%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row1 img {
    width: 350px;
    height: auto;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row1 p {
    font-size: 12px;
    text-align: justify;
    width: 350px;
    padding-top: 0.5em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row1 h1 {
    text-align: center;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 h1, .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 h2 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    margin-right: 0px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 h1 {
    font-size: 42px;
    padding-top: 0.8em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 h2 {
    padding-top: 0.3em;
    font-size: 70px;
    line-height: 70px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 img {
    margin-top: 30px;
    margin-left: 50%;
    text-align: right;
    height: 100px;
    width: 45%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 {
    width: 100%;
    background: url(../images/Light_1.jpg);
    background-size: cover;
    height: auto;
    margin-top: 20px;
    padding-bottom: 2em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 img {
    width: 100%;
    height: 100%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 p {
    padding: 2em 6.5em;
    text-align: justify;
    font-size: 14px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 h1 {
    width: 70px;
    margin-left: 12em;
    font-size: 20px;
    color: black;
    padding: 10px 30px 10px 20px;
    background-color: #6aba6d;
    border-radius: 20px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 h2 {
    width: 250px;
    margin-left: 9.5em;
    margin-top: 0.3em;
    font-size: 23px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 h1, .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 h2 {
    text-align: right;
    width: 95%;
    text-transform: uppercase;
    margin-right: 10px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 h1 {
    margin-top: -60px;
    margin-left: -140px;
    font-size: 42px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 h2 {
    padding-top: 0.3em;
    font-size: 75px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 img {
    margin-top: 0px;
    margin-left: 15%;
    text-align: right;
    height: 200px;
    width: 70%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 p {
    text-align: justify;
    font-size: 14px;
    padding: 2em 6.5em 2em 6.5em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col4 {
    width: 100%;
    background: url(../images/Light_3.jpg);
    background-size: cover;
    height: auto;
    padding-bottom: 2em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col4 img {
    width: 100%;
    height: 100%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col4 p {
    padding: 2em 6.5em 2em 6.5em;
    text-align: justify;
    font-size: 14px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col4 h1 {
    width: 100%;
    text-align: center;
    margin-left: 0em;
    font-size: 20px;
    font-size: 42px;
    padding: 2px 0px 2px 0px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col5 {
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 130px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col5 img {
    margin-top: -30px;
    height: auto;
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 650px) {
  .rsp_about_wrapper {
    width: 350px;
    margin: 0 auto;
    margin-top: 50px;
    height: auto;
  }
  .rsp_about_wrapper .rsp_section1 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row1 {
    width: 100%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row1 img {
    width: 350px;
    height: auto;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row1 p {
    font-size: 12px;
    text-align: justify;
    width: 350px;
    padding-top: 0.5em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row1 h1 {
    text-align: center;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 h1, .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 h2 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    margin-right: 0px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 h1 {
    font-size: 42px;
    padding-top: 0.8em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 h2 {
    padding-top: 0.3em;
    font-size: 70px;
    line-height: 70px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col1 img {
    margin-top: 30px;
    margin-left: 50%;
    text-align: right;
    height: 100px;
    width: 45%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 {
    width: 100%;
    background: url(../images/Light_1.jpg);
    background-size: cover;
    height: auto;
    margin-top: 20px;
    padding-bottom: 2em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 img {
    width: 100%;
    height: 100%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 p {
    padding: 2em 3em;
    text-align: justify;
    font-size: 14px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 h1 {
    width: 70px;
    margin-left: 6em;
    font-size: 20px;
    color: black;
    padding: 10px 30px 10px 20px;
    background-color: #6aba6d;
    border-radius: 20px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col2 h2 {
    width: 250px;
    margin-left: 4.5em;
    margin-top: 0.3em;
    font-size: 23px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 h1, .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 h2 {
    text-align: right;
    width: 95%;
    text-transform: uppercase;
    margin-right: 10px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 h1 {
    margin-top: -60px;
    margin-left: -60px;
    font-size: 42px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 h2 {
    padding-top: 0.3em;
    font-size: 75px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 img {
    margin-top: 0px;
    margin-left: 0%;
    text-align: right;
    height: 200px;
    width: 100%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col3 p {
    text-align: justify;
    font-size: 14px;
    padding: 2em 3em 2em 3em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col4 {
    width: 100%;
    background: url(../images/Light_3.jpg);
    background-size: cover;
    height: auto;
    padding-bottom: 2em;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col4 img {
    width: 100%;
    height: 100%;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col4 p {
    padding: 2em 3em 2em 3em;
    text-align: justify;
    font-size: 14px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col4 h1 {
    width: 100%;
    text-align: center;
    margin-left: 0em;
    font-size: 20px;
    font-size: 42px;
    padding: 2px 0px 2px 0px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col5 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .rsp_about_wrapper .rsp_section1 .rsp_abt_row2 .rsp_abt_col5 img {
    margin-top: 15px;
    height: auto;
    width: 100%;
    margin-bottom: 50px;
  }
}

/*people PAGE*/
.wrapper-people {
  margin-top: 0px;
  height: 150px;
  margin: 0 auto;
  margin-top: 50px;
  width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.category-people {
  margin-top: -22px;
  text-align: center;
  width: 130px;
  text-align: left;
  white-space: nowrap;
}

.category-people h1 {
  font-size: 18px;
  text-transform: uppercase;
}

.row-people {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.box-people {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 300px;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto";
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 20px;
  margin-left: -2vw;
}

.box-people .box-people-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
  width: 150px;
}

.box-people .box-people-img img {
  border-radius: 50%;
  border: 5px solid #53b6ca;
  text-align: center;
  width: 125px;
  height: 125px;
}

.box-people .box-people-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 250px;
  height: 60px;
}

.box-people .box-people-text h1 {
  padding-top: 10px;
  font-size: 15px;
  font-family: "Roboto";
  font-weight: lighter;
  text-align: center;
}

.box-people .box-people-text h2 {
  padding: 5px;
  font-size: 14px;
  color: #53b6ca;
  text-align: center;
  font-weight: 500;
}

.box-people .box-people-social {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 75px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.box-people .box-people-social a {
  text-decoration: none;
  color: #53b6ca;
  font-size: 13px;
}

.box-people .box-people-social .ico_social {
  width: 18px;
  height: 18px;
  border-radius: 0px;
  background-color: red;
}

.box-people .box-people-social .facebook {
  background: url(../images/social/facebook.png) no-repeat;
  background-size: cover;
}

.box-people .box-people-social .instagram {
  background: url(../images/social/instagram.png) no-repeat;
  background-size: cover;
}

.box-people .box-people-social .behance {
  background: url(../images/social/behance.png) no-repeat;
  background-size: cover;
}

.box-people .box-people-social .linkedin {
  background: url(../images/social/linkedin.png) no-repeat;
  background-size: cover;
}

.box-people .box-people-button {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  background-color: greenyellow;
  margin-top: 15px;
}

.box-people .box-people-button button {
  background-color: black;
  text-transform: uppercase;
  border: none;
  color: white;
  padding: 10px 25px;
  cursor: pointer;
}

.box-people .box-people-button button:hover {
  background-color: #53b6ca;
}

.popup-people {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  position: fixed;
  background-color: rgba(110, 110, 110, 0.55);
}

.popup-ppl-ctr {
  -webkit-animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  z-index: 99999;
  position: fixed;
  background-color: white;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -400px;
  width: 800px;
  height: 500px;
  border: 1px solid black;
}

.popup-ppl-ctr .close {
  float: right;
  margin: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.popup-ppl-ctr .close img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.popup-ppl-ctr .popup-people-wrapper {
  margin-top: 100px;
  padding: 0px 30px;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.popup-ppl-ctr .popup-people-left {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 280px;
}

.popup-ppl-ctr .popup-people-left img {
  border-radius: 50%;
  border: 3px solid #53b6ca;
  text-align: center;
  width: 125px;
  height: 125px;
}

.popup-ppl-ctr .popup-people-left button {
  background-color: white;
  margin-top: 15px;
  font-family: "Roboto";
  border: 2px solid #53b6ca;
  color: black;
  padding: 10px 25px;
  font-size: 14px;
}

.popup-ppl-ctr .popup-people-right {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  width: 70%;
  height: 280px;
}

.popup-ppl-ctr .popup-people-right h1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 10px;
  font-size: 15px;
  font-family: "Roboto";
  font-weight: lighter;
}

.popup-ppl-ctr .popup-people-right h2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 5px;
  font-size: 14px;
  color: #53b6ca;
  font-weight: 500;
}

.popup-ppl-ctr .popup-people-right p {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: black;
  font-weight: lighter;
  text-align: justify;
}

.popup-ppl-ctr .popup-people-right p span {
  padding-top: 5px;
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-style: italic;
  color: #999;
}

.popup-ppl-ctr .popup-people-right .social-popup-people {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 60px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.popup-ppl-ctr .popup-people-right .social-popup-people .ico_social {
  width: 15px;
  height: 15px;
}

.popup-ppl-ctr .popup-people-right .social-popup-people .facebook {
  background: url(../images/social/facebook.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.popup-ppl-ctr .popup-people-right .social-popup-people .instagram {
  background: url(../images/social/instagram.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.popup-ppl-ctr .popup-people-right .social-popup-people .behance {
  background: url(../images/social/behance.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.popup-ppl-ctr .popup-people-right .social-popup-people .linkedin {
  background: url(../images/social/linkedin.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.circle {
  cursor: pointer;
  position: relative;
  width: 150px;
  height: 150px;
  margin-top: 10px;
}

.circle svg {
  fill: none;
  stroke-linecap: round;
  stroke-width: 3;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
}

.circle svg:hover {
  -webkit-animation: stroke-draw 5s ease-out infinite alternate;
          animation: stroke-draw 5s ease-out infinite alternate;
}

.circle img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 116px;
  border-radius: 50%;
}

.constrteam {
  stroke: #20aa19;
}

.consteam {
  stroke: #af2292;
}

.bimteam {
  stroke: #53b6ca;
}

.founder {
  stroke: #de1010;
}

.it {
  stroke: #ffc000;
}

@-webkit-keyframes stroke-draw {
  from {
    stroke-dasharray: 1;
  }
  to {
    stroke: #e1e2e2;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    stroke-dasharray: 15;
  }
}

@keyframes stroke-draw {
  from {
    stroke-dasharray: 1;
  }
  to {
    stroke: #e2e2e2;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    stroke-dasharray: 15;
  }
}

.category_animation {
  position: absolute;
  height: 18px;
  width: 65px;
}

.category_animation2 {
  position: absolute;
  height: 18px;
  width: 95px;
}

.avatar_animation {
  position: absolute;
  height: 130px;
  width: 130px;
  margin-top: 20px;
}

.categorynome_animation {
  position: absolute;
  height: 15px;
  width: 130px;
  margin-top: 170px;
}

.categorynome_animation2 {
  position: absolute;
  height: 18px;
  width: 130px;
  margin-top: 190px;
}

.categorynome_animation3 {
  position: absolute;
  height: 20px;
  width: 130px;
  margin-top: 215px;
}

.categorynome_animation4 {
  position: absolute;
  height: 32px;
  width: 132px;
  margin-top: 247px;
}

.avatar_animation_martina {
  position: absolute;
  height: 130px;
  width: 150px;
  margin-top: 8px;
}

.categorynome_animation_martina {
  position: absolute;
  height: 18px;
  width: 130px;
  margin-top: 170px;
}

.categorynome_animation2_martina {
  position: absolute;
  height: 22px;
  width: 170px;
  margin-top: 190px;
}

.categorynome_animation3_martina {
  position: absolute;
  height: 20px;
  width: 170px;
  margin-top: 215px;
}

.categorynome_animation4_martina {
  position: absolute;
  height: 32px;
  width: 132px;
  margin-top: 247px;
}

@media screen and (max-width: 1590px) {
  .wrapper-people {
    width: 1000px;
  }
}

@media screen and (max-width: 1500px) {
  .wrapper-people {
    width: 1200px;
  }
  .row-people {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 1420px) {
  .wrapper-people {
    width: 900px;
  }
  .row-people {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 1074px) {
  .wrapper-people {
    width: 560px;
  }
  .row-people {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 1000px) {
  .wrapper-people {
    width: 570px;
  }
  .row-people {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 850px) {
  .wrapper-people {
    width: 570px;
  }
  .row-people {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popup-ppl-ctr {
    z-index: 5000000000;
    top: 0;
    margin-top: 0;
    margin-left: -50%;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-animation: scale-in-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
            animation: scale-in-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .popup-ppl-ctr .popup-people-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 50px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup-ppl-ctr .popup-people-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .popup-ppl-ctr .popup-people-left img {
    border-radius: 50%;
    border: 3px solid #53b6ca;
    text-align: center;
    width: 105px;
    height: 105px;
  }
  .popup-ppl-ctr .popup-people-left button {
    display: none;
  }
  .popup-ppl-ctr .close {
    width: 25px;
    height: 10px;
  }
  .popup-ppl-ctr .popup-people-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .popup-ppl-ctr .popup-people-right h1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 10px;
    font-size: 15px;
    font-family: "Roboto";
    font-weight: lighter;
    text-align: center;
  }
  .popup-ppl-ctr .popup-people-right h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 5px;
    font-size: 14px;
    color: #53b6ca;
    font-weight: 500;
    text-align: center;
  }
  .popup-ppl-ctr .popup-people-right p {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-right: 0px;
    font-size: 12px;
    color: black;
    font-weight: lighter;
    text-align: justify;
  }
  .popup-ppl-ctr .popup-people-right p span {
    padding-top: 5px;
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-style: italic;
    color: #999;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people {
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 60px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people .ico_social {
    width: 15px;
    height: 15px;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people .facebook {
    background: url(../images/social/facebook.png) no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people .instagram {
    background: url(../images/social/instagram.png) no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people .behance {
    background: url(../images/social/behance.png) no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people .linkedin {
    background: url(../images/social/linkedin.png) no-repeat;
    background-size: cover;
    cursor: pointer;
  }
}

@media screen and (max-width: 750px) {
  .wrapper-people {
    width: 580px;
  }
  .row-people {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popup-ppl-ctr {
    z-index: 5000000000;
    top: 0;
    margin-top: 0;
    margin-left: -50%;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-animation: scale-in-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
            animation: scale-in-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .popup-ppl-ctr .popup-people-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 50px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup-ppl-ctr .popup-people-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .popup-ppl-ctr .popup-people-left img {
    border-radius: 50%;
    border: 3px solid #53b6ca;
    text-align: center;
    width: 105px;
    height: 105px;
  }
  .popup-ppl-ctr .popup-people-left button {
    display: none;
  }
  .popup-ppl-ctr .close {
    width: 25px;
    height: 10px;
  }
  .popup-ppl-ctr .popup-people-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .popup-ppl-ctr .popup-people-right h1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 10px;
    font-size: 15px;
    font-family: "Roboto";
    font-weight: lighter;
    text-align: center;
  }
  .popup-ppl-ctr .popup-people-right h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 5px;
    font-size: 14px;
    color: #53b6ca;
    font-weight: 500;
    text-align: center;
  }
  .popup-ppl-ctr .popup-people-right p {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-right: 0px;
    font-size: 12px;
    color: black;
    font-weight: lighter;
    text-align: justify;
  }
  .popup-ppl-ctr .popup-people-right p span {
    padding-top: 5px;
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-style: italic;
    color: #999;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people {
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 60px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people .ico_social {
    width: 15px;
    height: 15px;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people .facebook {
    background: url(../images/social/facebook.png) no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people .instagram {
    background: url(../images/social/instagram.png) no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people .behance {
    background: url(../images/social/behance.png) no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people .linkedin {
    background: url(../images/social/linkedin.png) no-repeat;
    background-size: cover;
    cursor: pointer;
  }
}

@media screen and (max-width: 500px) {
  .wrapper-people {
    width: 350px;
    margin-bottom: 30px;
    height: auto;
  }
  .wrapper-people h1 {
    text-align: center;
  }
  .row-people {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row-people .box-people {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 300px;
  }
  .row-people .box-people .longh {
    margin-top: 10px;
  }
  .row-people .box-people .category-people {
    width: 100%;
  }
  .row-people .box-people .category-people h1 {
    text-align: center;
    width: auto;
    width: 100%;
    margin-top: 20px;
  }
  .popup-ppl-ctr {
    z-index: 5000000000;
    top: 0;
    margin-top: 0;
    margin-left: -50%;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-animation: scale-in-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
            animation: scale-in-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .popup-ppl-ctr .popup-people-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 50px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup-ppl-ctr .popup-people-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .popup-ppl-ctr .popup-people-left img {
    border-radius: 50%;
    border: 3px solid #53b6ca;
    text-align: center;
    width: 105px;
    height: 105px;
  }
  .popup-ppl-ctr .popup-people-left button {
    display: none;
  }
  .popup-ppl-ctr .close {
    width: 25px;
    height: 10px;
  }
  .popup-ppl-ctr .popup-people-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .popup-ppl-ctr .popup-people-right h1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 10px;
    font-size: 15px;
    font-family: "Roboto";
    font-weight: lighter;
    text-align: center;
  }
  .popup-ppl-ctr .popup-people-right h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 5px;
    font-size: 14px;
    color: #53b6ca;
    font-weight: 500;
    text-align: center;
  }
  .popup-ppl-ctr .popup-people-right p {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-right: 0px;
    font-size: 12px;
    color: black;
    font-weight: lighter;
    text-align: justify;
  }
  .popup-ppl-ctr .popup-people-right p span {
    padding-top: 5px;
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-style: italic;
    color: #999;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people {
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 60px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people .ico_social {
    width: 15px;
    height: 15px;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people .facebook {
    background: url(../images/social/facebook.png) no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people .instagram {
    background: url(../images/social/instagram.png) no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people .behance {
    background: url(../images/social/behance.png) no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .popup-ppl-ctr .popup-people-right .social-popup-people .linkedin {
    background: url(../images/social/linkedin.png) no-repeat;
    background-size: cover;
    cursor: pointer;
  }
}

/*NEWS PAGE*/
.wrapper-news {
  margin-top: 30px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-1,
.news-2,
.news-3 {
  width: 100%;
  height: auto;
}

.news-1 a,
.news-2 a,
.news-3 a {
  text-decoration: none;
  color: black;
  text-decoration: none;
}

.news-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.news-1 .news-row-1 {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.news-1 .news-row-1 h1 {
  color: black;
  font-weight: 600;
  font-size: 22px;
}

.news-1 .news-row-1 h2 {
  margin-top: 5px;
  color: #53b6ca;
  font-size: 15px;
  font-weight: 300;
}

.news-1 .news-row-2 {
  width: 100%;
  height: auto;
  margin-top: 35px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-1 .news-row-2 .box-inst-image img {
  width: 200px;
  height: 200px;
}

.news-1 .news-row-2 .box-inst-image p {
  margin-top: 5px;
  font-size: 12px;
  width: 130px;
  height: 100px;
  text-align: justify;
}

.news-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 40px;
  height: 500px;
}

.news-2 .twitter-wrap-news {
  width: 30%;
  height: 600px;
}

.news-2 .twitter-wrap-news h1 {
  color: black;
  font-weight: 600;
  font-size: 22px;
}

.news-2 .twitter-wrap-news h2 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #53b6ca;
  font-size: 15px;
  font-weight: 300;
}

.news-2 .twitter-wrap-news h3 {
  margin-top: 5px;
  color: #53b6ca;
  font-size: 14px;
  font-weight: 100;
}

.news-2 .twitter-wrap-news p {
  font-size: 14px;
  padding-bottom: 5px;
  text-align: justify;
  font-weight: 100;
}

.news-2 .facebook-wrap-news {
  width: 70%;
  height: 600px;
  margin-bottom: 20px;
  margin-left: 7.7vw;
}

.news-2 .facebook-wrap-news h1 {
  color: black;
  font-weight: 600;
  font-size: 22px;
}

.news-2 .facebook-wrap-news h2 {
  margin-top: 5px;
  padding-bottom: 15px;
  color: #53b6ca;
  font-size: 15px;
  font-weight: 300;
}

.news-2 .facebook-wrap-news h3 {
  margin-top: 5px;
  color: #53b6ca;
  font-size: 14px;
  font-weight: 100;
}

.news-2 .facebook-wrap-news p {
  font-size: 14px;
  padding-bottom: 5px;
  text-align: justify;
  font-weight: 100;
}

.news-2 .facebook-wrap-news .box-fb-image {
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-2 .facebook-wrap-news .box-fb-image img {
  width: 180px;
  height: 180px;
}

.news-2 .facebook-wrap-news .box-fb-image p {
  width: 180px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: justify;
  font-weight: 100;
  font-size: 12px;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Roboto";
}

.news-2 .facebook-wrap-news .box-fb-image p .readmore {
  color: #53b6ca;
}

.news-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  height: auto;
  padding-bottom: 20px;
  margin-top: 150px;
}

.news-3 .news-row-1 {
  margin-top: 10px;
  width: 100%;
  text-align: left;
}

.news-3 .news-row-1 h1 {
  color: black;
  font-weight: 600;
  font-size: 22px;
}

.news-3 .news-row-1 h2 {
  margin-top: 5px;
  color: #53b6ca;
  font-size: 15px;
  font-weight: 300;
}

.news-3 .news-row-2 {
  width: 100%;
  height: auto;
  margin-top: 35px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.news-3 .news-col-1 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 60px;
}

.news-3 .news-col-1 img {
  width: 180px;
  height: 180px;
}

.news-3 .news-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.news-3 .news-col-3 {
  padding-left: 10px;
}

.news-3 .news-col-3 h3 {
  margin-top: 5px;
  padding-bottom: 21px;
  color: #53b6ca;
  font-size: 12px;
  font-weight: 100;
}

.news-3 .news-col-3 p {
  font-size: 12px;
  padding-bottom: 5px;
  padding-right: 20px;
  text-align: justify;
  font-weight: 100;
  width: 90%;
  height: 115px;
  text-align-last: left;
}

.news-3 .news-col-3 p a {
  color: #53b6ca;
}

.news-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  height: auto;
  padding-bottom: 20px;
  margin-top: 0px;
}

.news-4 .news-row-1 {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.news-4 .news-row-1 h1 {
  color: black;
  font-weight: 600;
  font-size: 22px;
}

.news-4 .news-row-1 h2 {
  margin-top: 5px;
  color: #53b6ca;
  font-size: 15px;
  font-weight: 300;
}

.news-4 .news-row-2 {
  width: 100%;
  height: auto;
  margin-top: 35px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-4 .news-col-1 {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 60px;
}

.news-4 .news-col-1 input {
  padding: 5px 10px;
  width: 300px;
  border: 1px solid #d8d8d8;
}

.news-4 .news-col-1 button {
  padding: 5px 10px;
  color: white;
  background-color: black;
  border: none;
  cursor: pointer;
}

p {
  text-align-last: left;
}

@media screen and (max-width: 1450px) {
  .wrapper-news {
    width: 1000px;
  }
  .news-1 .news-row-2 .box-inst-image img {
    width: 140px;
    height: 140px;
  }
  .news-2 {
    height: 500px;
  }
  .news-2 .twitter-wrap-news {
    width: 40%;
    height: 500px;
  }
  .news-2 .twitter-wrap-news h1 {
    color: black;
    font-weight: 600;
    font-size: 22px;
  }
  .news-2 .twitter-wrap-news h2 {
    margin-top: 10px;
    margin-bottom: 25px;
    color: #53b6ca;
    font-size: 15px;
    font-weight: 300;
  }
  .news-2 .twitter-wrap-news h3 {
    margin-top: 5px;
    color: #53b6ca;
    font-size: 14px;
    font-weight: 100;
  }
  .news-2 .twitter-wrap-news p {
    font-size: 14px;
    padding-bottom: 5px;
    text-align: justify;
    font-weight: 100;
  }
  .news-2 .facebook-wrap-news {
    width: 60%;
    height: 500px;
    margin-bottom: 20px;
    margin-left: 7.7vw;
  }
  .news-2 .facebook-wrap-news p {
    font-size: 14px;
    padding-bottom: 5px;
    text-align: justify;
    font-weight: 100;
  }
  .news-2 .facebook-wrap-news .box-fb-image img {
    width: 140px;
    height: 140px;
  }
  .news-2 .facebook-wrap-news .box-fb-image p {
    width: 140px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: justify;
    font-weight: 100;
    font-size: 12px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto";
  }
  .news-2 .facebook-wrap-news .box-fb-image p .readmore {
    color: #53b6ca;
  }
  .news-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: auto;
    padding-bottom: 20px;
    margin-top: 150px;
  }
  .news-3 .news-row-1 {
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }
  .news-3 .news-row-1 h1 {
    color: black;
    font-weight: 600;
    font-size: 22px;
  }
  .news-3 .news-row-1 h2 {
    margin-top: 5px;
    color: #53b6ca;
    font-size: 15px;
    font-weight: 300;
  }
  .news-3 .news-row-2 {
    width: 100%;
    height: auto;
    margin-top: 35px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .news-3 .news-col-1 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news-3 .news-col-1 img {
    width: 180px;
    height: 180px;
  }
  .news-3 .news-col-2 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news-3 .news-col-3 {
    padding-left: 10px;
  }
  .news-3 .news-col-3 h3 {
    display: none;
  }
  .news-3 .news-col-3 p {
    font-size: 12px;
    padding-bottom: 5px;
    padding-right: 20px;
    text-align: justify;
    font-weight: 100;
    width: 100%;
    height: 115px;
  }
  .news-3 .news-col-3 p a {
    color: #53b6ca;
  }
  .news-4 {
    padding-bottom: 20px;
    margin-top: -60px;
  }
}

@media screen and (max-width: 1449px) {
  .news-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: auto;
    padding-bottom: 20px;
    margin-top: 150px;
    margin-bottom: 50px;
  }
  .news-3 .news-row-1 {
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }
  .news-3 .news-row-1 h1 {
    color: black;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
  }
  .news-3 .news-row-1 h2 {
    margin-top: 5px;
    color: #53b6ca;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
  }
  .news-3 .news-row-2 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-3 .news-col-1 {
    width: 50% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-3 .news-col-1 img {
    width: 180px;
    height: 180px;
  }
  .news-3 .news-col-2 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news-3 .news-col-3 {
    padding-left: 0px;
  }
  .news-3 .news-col-3 h1 {
    margin-top: 10px;
  }
  .news-3 .news-col-3 h3 {
    margin-top: 8px;
    padding-bottom: 21px;
    color: #53b6ca;
    font-size: 12px;
    font-weight: 100;
  }
  .news-3 .news-col-3 p {
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 8px;
    padding-right: 20px;
    text-align: justify;
    font-weight: 100;
    width: 180px;
    height: 115px;
  }
  .news-3 .news-col-3 p a {
    color: #53b6ca;
  }
}

@media screen and (max-width: 1074px) {
  .wrapper-news {
    margin-top: 30px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .news-1 .news-row-1 {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .news-1 .news-row-1 h1 {
    color: black;
    font-weight: 600;
    font-size: 22px;
  }
  .news-1 .news-row-1 h2 {
    margin-top: 5px;
    color: #53b6ca;
    font-size: 15px;
    font-weight: 300;
  }
  .news-1 .news-row-2 {
    width: 100%;
    height: auto;
    margin-top: 35px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-1 .news-row-2 .box-inst-image img {
    width: 180px;
    height: 180px;
    padding-bottom: 8px;
  }
  .news-1 .news-row-2 .box-inst-image p {
    margin-top: 5px;
    font-size: 12px;
    width: 130px;
    height: 100px;
    text-align: justify;
  }
  .news-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    height: auto;
  }
  .news-2 .twitter-wrap-news {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
  }
  .news-2 .twitter-wrap-news h1 {
    color: black;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
  }
  .news-2 .twitter-wrap-news h2 {
    margin-top: 10px;
    margin-bottom: 25px;
    color: #53b6ca;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
  }
  .news-2 .twitter-wrap-news h3 {
    margin-top: 5px;
    color: #53b6ca;
    font-size: 14px;
    font-weight: 100;
  }
  .news-2 .twitter-wrap-news p {
    font-size: 14px;
    padding-bottom: 5px;
    text-align: justify;
    font-weight: 100;
  }
  .news-2 .facebook-wrap-news {
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
    margin-left: 0px !important;
  }
  .news-2 .facebook-wrap-news h1 {
    color: black;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
  }
  .news-2 .facebook-wrap-news h2 {
    margin-top: 5px;
    padding-bottom: 15px;
    color: #53b6ca;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
  }
  .news-2 .facebook-wrap-news h3 {
    margin-top: 5px;
    color: #53b6ca;
    font-size: 14px;
    font-weight: 100;
  }
  .news-2 .facebook-wrap-news p {
    font-size: 14px;
    padding-bottom: 5px;
    text-align: justify;
    font-weight: 100;
  }
  .news-2 .facebook-wrap-news .box-fb-image {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-2 .facebook-wrap-news .box-fb-image img {
    width: 140px;
    height: 140px;
  }
  .news-2 .facebook-wrap-news .box-fb-image p {
    width: 140px;
    padding-bottom: 15px;
    padding-top: 5px;
    text-align: justify;
    font-weight: 100;
    font-size: 12px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto";
  }
  .news-2 .facebook-wrap-news .box-fb-image p .readmore {
    color: #53b6ca;
  }
  .news-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: auto;
    padding-bottom: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .news-3 .news-row-1 {
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }
  .news-3 .news-row-1 h1 {
    color: black;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
  }
  .news-3 .news-row-1 h2 {
    margin-top: 5px;
    color: #53b6ca;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
  }
  .news-3 .news-row-2 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-3 .news-col-1 {
    width: 50% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-3 .news-col-1 img {
    width: 180px;
    height: 180px;
  }
  .news-3 .news-col-2 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news-3 .news-col-3 {
    padding-left: 0px;
  }
  .news-3 .news-col-3 h3 {
    margin-top: 8px;
    padding-bottom: 21px;
    color: #53b6ca;
    font-size: 12px;
    font-weight: 100;
  }
  .news-3 .news-col-3 p {
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 8px;
    padding-right: 20px;
    text-align: justify;
    font-weight: 100;
    width: 180px;
    height: 115px;
  }
  .news-3 .news-col-3 p a {
    color: #53b6ca;
  }
}

@media screen and (max-width: 650px) {
  .wrapper-news {
    margin-top: 30px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .news-1 .news-row-1 {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .news-1 .news-row-1 h1 {
    color: black;
    font-weight: 600;
    font-size: 22px;
  }
  .news-1 .news-row-1 h2 {
    margin-top: 5px;
    color: #53b6ca;
    font-size: 15px;
    font-weight: 300;
  }
  .news-1 .news-row-2 {
    width: 100%;
    height: auto;
    margin-top: 35px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-1 .news-row-2 .box-inst-image img {
    width: 180px;
    height: 180px;
    padding-bottom: 8px;
  }
  .news-1 .news-row-2 .box-inst-image p {
    margin-top: 5px;
    font-size: 12px;
    width: 130px;
    height: 100px;
    text-align: justify;
  }
  .news-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    height: auto;
  }
  .news-2 .twitter-wrap-news {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
  }
  .news-2 .twitter-wrap-news h1 {
    color: black;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
  }
  .news-2 .twitter-wrap-news h2 {
    margin-top: 10px;
    margin-bottom: 25px;
    color: #53b6ca;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
  }
  .news-2 .twitter-wrap-news h3 {
    margin-top: 5px;
    color: #53b6ca;
    font-size: 14px;
    font-weight: 100;
  }
  .news-2 .twitter-wrap-news p {
    font-size: 14px;
    padding-bottom: 5px;
    text-align: justify;
    font-weight: 100;
  }
  .news-2 .facebook-wrap-news {
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
    margin-left: 0px !important;
  }
  .news-2 .facebook-wrap-news h1 {
    color: black;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
  }
  .news-2 .facebook-wrap-news h2 {
    margin-top: 5px;
    padding-bottom: 15px;
    color: #53b6ca;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
  }
  .news-2 .facebook-wrap-news h3 {
    margin-top: 5px;
    color: #53b6ca;
    font-size: 14px;
    font-weight: 100;
  }
  .news-2 .facebook-wrap-news p {
    font-size: 14px;
    padding-bottom: 5px;
    text-align: justify;
    font-weight: 100;
  }
  .news-2 .facebook-wrap-news .box-fb-image {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-2 .facebook-wrap-news .box-fb-image img {
    width: 180px;
    height: 180px;
  }
  .news-2 .facebook-wrap-news .box-fb-image p {
    width: 180px;
    padding-bottom: 15px;
    padding-top: 5px;
    text-align: justify;
    font-weight: 100;
    font-size: 12px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto";
  }
  .news-2 .facebook-wrap-news .box-fb-image p .readmore {
    color: #53b6ca;
  }
  .news-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: auto;
    padding-bottom: 20px;
    margin-top: -30px;
    margin-bottom: 50px;
  }
  .news-3 .news-row-1 {
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }
  .news-3 .news-row-1 h1 {
    color: black;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
  }
  .news-3 .news-row-1 h2 {
    margin-top: 5px;
    color: #53b6ca;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
  }
  .news-3 .news-row-2 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-3 .news-row-2 .news-col-0 {
    margin: 0 auto;
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-3 .news-row-2 .news-col-0 img {
    text-align: center;
    margin: 0 auto;
    width: 250px;
    height: 250px;
  }
  .news-3 .news-row-2 .news-col-0 h1 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .news-3 .news-row-2 .news-col-0 h3 {
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
  .news-3 .news-row-2 .news-col-0 p {
    width: 90%;
    text-align: justify;
    font-size: 14px;
    margin-top: 5px;
    padding: 0px 5%;
  }
  .news-3 .news-row-2 .news-col-0 a {
    color: #53b6ca;
    font-size: 14px;
  }
  .news-3 .news-col-3 {
    padding-left: 0px;
  }
  .news-3 .news-col-3 h3 {
    margin-top: 8px;
    padding-bottom: 21px;
    color: #53b6ca;
    font-size: 12px;
    font-weight: 100;
  }
  .news-3 .news-col-3 p {
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 8px;
    padding-right: 20px;
    text-align: justify;
    font-weight: 100;
    width: 250px;
    height: 115px;
  }
  .news-3 .news-col-3 p a {
    color: #53b6ca;
  }
  .news-4 {
    padding-bottom: 20px;
    margin-top: -80px;
  }
  .news-4 .news-col-1 {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 60px;
  }
  .news-4 .news-col-1 input {
    padding: 10px 10px;
    width: 200px;
  }
  .news-4 .news-col-1 button {
    padding: 10px 10px;
    color: white;
    background-color: black;
    border: none;
    cursor: pointer;
  }
}

@media screen and (max-width: 435px) {
  .wrapper-news {
    margin-top: 30px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .news-1 .news-row-1 {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .news-1 .news-row-1 h1 {
    color: black;
    font-weight: 600;
    font-size: 22px;
  }
  .news-1 .news-row-1 h2 {
    margin-top: 5px;
    color: #53b6ca;
    font-size: 15px;
    font-weight: 300;
  }
  .news-1 .news-row-2 {
    width: 100%;
    height: auto;
    margin-top: 35px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-1 .news-row-2 .box-inst-image img {
    margin-left: 85px;
    width: 180px;
    height: 180px;
    padding-bottom: 8px;
  }
  .news-1 .news-row-2 .box-inst-image p {
    margin-top: 5px;
    font-size: 12px;
    width: 130px;
    height: 100px;
    text-align: justify;
  }
  .news-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    height: auto;
  }
  .news-2 .twitter-wrap-news {
    margin: 0 auto;
    width: 70%;
    height: auto;
    margin-bottom: 70px;
  }
  .news-2 .twitter-wrap-news h1 {
    color: black;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
  }
  .news-2 .twitter-wrap-news h2 {
    margin-top: 10px;
    margin-bottom: 25px;
    color: #53b6ca;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
  }
  .news-2 .twitter-wrap-news h3 {
    margin-top: 5px;
    color: #53b6ca;
    font-size: 14px;
    font-weight: 100;
  }
  .news-2 .twitter-wrap-news p {
    font-size: 14px;
    padding-bottom: 5px;
    text-align: justify;
    font-weight: 100;
  }
  .news-2 .facebook-wrap-news {
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
    margin-left: 0px !important;
  }
  .news-2 .facebook-wrap-news h1 {
    color: black;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
  }
  .news-2 .facebook-wrap-news h2 {
    margin-top: 5px;
    padding-bottom: 15px;
    color: #53b6ca;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
  }
  .news-2 .facebook-wrap-news h3 {
    margin-top: 5px;
    color: #53b6ca;
    font-size: 14px;
    font-weight: 100;
  }
  .news-2 .facebook-wrap-news p {
    font-size: 14px;
    padding-bottom: 5px;
    text-align: justify;
    font-weight: 100;
  }
  .news-2 .facebook-wrap-news .box-fb-image {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-2 .facebook-wrap-news .box-fb-image img {
    width: 180px;
    height: 180px;
  }
  .news-2 .facebook-wrap-news .box-fb-image p {
    width: 180px;
    padding-bottom: 15px;
    padding-top: 5px;
    text-align: justify;
    font-weight: 100;
    font-size: 12px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto";
  }
  .news-2 .facebook-wrap-news .box-fb-image p .readmore {
    color: #53b6ca;
  }
  .news-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: auto;
    padding-bottom: 0px;
    margin-top: -30px;
    margin-bottom: 20px;
  }
  .news-3 .news-row-1 {
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }
  .news-3 .news-row-1 h1 {
    color: black;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
  }
  .news-3 .news-row-1 h2 {
    margin-top: 5px;
    color: #53b6ca;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
  }
  .news-3 .news-row-2 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-3 .news-row-2 .news-col-0 {
    margin: 0 auto;
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-3 .news-row-2 .news-col-0 img {
    text-align: center;
    margin: 0 auto;
    width: 180px;
    height: 180px;
  }
  .news-3 .news-row-2 .news-col-0 h1 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
  }
  .news-3 .news-row-2 .news-col-0 h3 {
    width: 100%;
    text-align: center;
    margin-top: 8px;
    font-size: 15px;
  }
  .news-3 .news-row-2 .news-col-0 p {
    width: 70%;
    text-align: justify;
    font-size: 14px;
    margin-top: 11px;
    padding: 0px 15%;
  }
  .news-3 .news-row-2 .news-col-0 a {
    color: #53b6ca;
    font-size: 14px;
  }
}

.insta_anim {
  position: absolute;
  width: 160px;
  height: 25px;
  margin-left: -80px;
  left: 50%;
}

.insta_anim2 {
  position: absolute;
  width: 160px;
  height: 20px;
  margin-top: 27px;
  margin-left: -80px;
  left: 50%;
}

.twitter_anim {
  position: absolute;
  width: 80px;
  height: 25px;
}

.twitter_anim2 {
  position: absolute;
  width: 120px;
  height: 25px;
  margin-top: 27px;
}

.face_anim {
  position: absolute;
  width: 110px;
  height: 25px;
}

.face_anim2 {
  position: absolute;
  width: 95px;
  height: 25px;
  margin-top: 27px;
}

.link_anim {
  position: absolute;
  width: 110px;
  height: 25px;
}

.link_anim2 {
  position: absolute;
  width: 95px;
  height: 25px;
  margin-top: 27px;
}

/*SERVIZI */
.secr1 {
  height: 900px;
}

.barfix {
  margin: 0 auto;
  width: 1280px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 50px;
  z-index: 9999999999;
}

.barfix #servizifix0 {
  width: 30%;
}

.barfix #servizifix {
  width: 40% !important;
}

.barfix #servizifix h1 {
  color: black;
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 9999999999;
}

.barfix #servizifix2 {
  width: 30%;
}

.barfix #servizifix2 h1 {
  color: black;
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 9999999999;
}

.barfix #servizifix2 span {
  margin-left: -15px;
  margin-top: 100px;
  vertical-align: top;
  font-size: 15px;
  color: #53b6ca;
}

.servizi-wrapper {
  height: auto;
  margin: 0 auto;
  width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.servizi-wrapper .servizi-img-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 30%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.servizi-wrapper .servizi-img-wrap img {
  text-align: center;
  margin: 0;
  margin-top: 30px;
}

.servizi-wrapper .servizi-img-wrap .service-img1 {
  width: 350px;
  height: 290px;
}

.servizi-wrapper .servizi-img-wrap .service-img2 {
  width: 350px;
  height: 390px;
}

.servizi-wrapper .servizi-img-wrap .service-img3 {
  width: 350px;
  height: 310px;
}

.servizi-wrapper .servizi-service-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 40%;
  height: 450px;
}

.servizi-wrapper .servizi-service-wrap p {
  margin-top: 30px;
  font-size: 12.9px;
  padding: 0px 15px 0px 0px;
  text-align: justify;
  color: black;
}

.servizi-wrapper .servizi-content-wrap {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 30%;
  height: 450px;
}

.servizi-wrapper .servizi-content-wrap .item-servizi-cont {
  margin-top: 30px;
}

.servizi-wrapper .servizi-content-wrap .item-list-serv {
  margin-bottom: 15px;
  margin-left: 25px;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.servizi-wrapper .servizi-content-wrap .item-list-serv .squaredd {
  padding-left: 15px;
  height: 16px;
  background-color: #53b6ca;
}

.servizi-wrapper .servizi-content-wrap .item-list-serv p {
  font-size: 13.5px;
  padding-left: 10px;
  text-align: left;
  color: black;
}

.titleserv {
  font-size: 14px;
  text-align: left;
  color: #999999;
  font-style: italic;
}

.p1top2 {
  display: none;
  position: absolute;
  border: 2px solid black;
  background-color: black;
  margin-left: -18px;
  width: 46px;
  height: 9px;
  vertical-align: top;
}

.boxanimationdown {
  display: inline-block;
  -webkit-animation: scollboxanimation 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: scollboxanimation 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.boxanimationup {
  display: inline-block;
  animation: scollboxanimation2 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse;
}

@-webkit-keyframes scollboxanimation {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  68% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    display: none;
    -webkit-transform: scaleX(0.2);
    transform: scaleX(0.2);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}

@keyframes scollboxanimation {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  68% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    display: none;
    -webkit-transform: scaleX(0.2);
    transform: scaleX(0.2);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}

@-webkit-keyframes scollboxanimation2 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  68% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    display: none;
  }
}

@keyframes scollboxanimation2 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  68% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    display: none;
  }
}

.test {
  border: 2px solid red;
  background-color: rgba(255, 255, 0, 0.2);
}

.testa {
  position: absolute;
  border: 2px solid red;
  background-color: rgba(255, 255, 0, 0.2);
}

.item-list-serv_anim {
  position: absolute;
  height: 24px;
  width: 285px;
  margin-top: 0px;
}

.servizi-service-wrap_animation {
  position: absolute;
  width: 33.333339%;
  height: 350px;
  margin-left: 30vw;
}

.servizi-service-wrap_animation2 {
  position: absolute;
  width: 33.333339%;
  height: 420px;
  margin-left: 30vw;
}

.imgwrap_animation {
  position: absolute;
  margin-top: 20px;
  width: 350px;
  height: 290px;
}

.imgwrap_animation2 {
  position: absolute;
  margin-top: 20px;
  width: 350px;
  height: 400px;
}

.imgwrap_animation3 {
  position: absolute;
  margin-top: 20px;
  width: 350px;
  height: 320px;
}

.duex {
  margin-top: 0px;
  height: 35px;
}

.trex {
  margin-top: 2px;
  height: 48px;
}

.servizifix_anim {
  position: absolute;
  height: 30px;
  width: 140px;
}

.servizifix_anim2 {
  position: absolute;
  height: 30px;
  width: 340px;
  margin-left: -20px;
}

.responsive-service-container {
  display: none;
}

.long-textsec {
  margin-bottom: 0px;
}

@media screen and (max-width: 1555px) {
  .section {
    height: auto;
  }
  .responsive-service-container {
    display: block;
  }
  .long-textsec {
    margin-bottom: 150px;
  }
  .servizi-wrapper {
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .servizi-wrapper .servizi-img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 30%;
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .servizi-wrapper .servizi-img-wrap img {
    text-align: center;
    margin: 0;
    margin-top: 70px;
  }
  .servizi-wrapper .servizi-img-wrap .service-img1 {
    width: 80%;
    height: 50%;
  }
  .servizi-wrapper .servizi-img-wrap .service-img2 {
    width: 80%;
    height: 70%;
  }
  .servizi-wrapper .servizi-img-wrap .service-img3 {
    width: 80%;
    height: 50%;
  }
  .servizi-wrapper .servizi-service-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
    height: 450px;
  }
  .servizi-wrapper .servizi-service-wrap h1 {
    text-align: left;
    color: black;
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .servizi-wrapper .servizi-service-wrap p {
    margin-top: 30px;
    font-size: 12px;
    padding: 0px 15px 0px 0px;
    text-align: justify;
    color: black;
  }
  .servizi-wrapper .servizi-content-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 30%;
    height: 450px;
  }
  .servizi-wrapper .servizi-content-wrap .item-servizi-cont {
    margin-top: 30px;
  }
  .servizi-wrapper .servizi-content-wrap h1 {
    text-align: left;
    color: black;
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .servizi-wrapper .servizi-content-wrap h1 span {
    color: #53b6ca;
    font-size: 20px;
    vertical-align: top;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv {
    margin-bottom: 10px;
    margin-left: 25px;
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv .squaredd {
    padding-left: 15px;
    height: 16px;
    background-color: #53b6ca;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv p {
    font-size: 13.5px;
    padding-left: 10px;
    text-align: left;
    color: black;
  }
}

@media screen and (max-width: 1420px) {
  .section {
    height: auto;
  }
  .responsive-service-container {
    display: block;
  }
  .long-textsec {
    margin-bottom: 0px;
  }
  .servizi-wrapper {
    height: auto;
    margin: 0 auto;
    width: 800px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .servizi-wrapper .servizi-img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .servizi-wrapper .servizi-img-wrap img {
    text-align: center;
    margin: 0;
    margin-top: 0px;
  }
  .servizi-wrapper .servizi-img-wrap .service-img1 {
    width: 350px;
    height: 290px;
  }
  .servizi-wrapper .servizi-img-wrap .service-img2 {
    width: 350px;
    height: 390px;
  }
  .servizi-wrapper .servizi-img-wrap .service-img3 {
    width: 350px;
    height: 310px;
  }
  .servizi-wrapper .servizi-service-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 80%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 1.5em;
  }
  .servizi-wrapper .servizi-service-wrap h1 {
    text-align: center;
    color: black;
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .servizi-wrapper .servizi-service-wrap p {
    margin-top: 30px;
    font-size: 12.9px;
    padding: 0px 40px 0px 40px;
    text-align: justify;
    color: black;
  }
  .servizi-wrapper .servizi-content-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 80%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 1.5em;
  }
  .servizi-wrapper .servizi-content-wrap .item-servizi-cont {
    margin-top: 30px;
  }
  .servizi-wrapper .servizi-content-wrap h1 {
    text-align: center;
    color: black;
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv {
    margin-left: 0px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv .squaredd {
    padding-left: 15px;
    height: 16px;
    background-color: #53b6ca;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv p {
    font-size: 13.5px;
    padding-left: 10px;
    text-align: left;
    color: black;
  }
}

@media screen and (max-width: 840px) {
  .section {
    height: auto;
  }
  .responsive-service-container {
    display: block;
  }
  .long-textsec {
    margin-bottom: 0px;
  }
  .servizi-wrapper {
    height: auto;
    margin: 0 auto;
    width: 600px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .servizi-wrapper .servizi-img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .servizi-wrapper .servizi-img-wrap img {
    text-align: center;
    margin: 0;
    margin-top: 0px;
  }
  .servizi-wrapper .servizi-img-wrap .service-img1 {
    width: 350px;
    height: 290px;
  }
  .servizi-wrapper .servizi-img-wrap .service-img2 {
    width: 350px;
    height: 390px;
  }
  .servizi-wrapper .servizi-img-wrap .service-img3 {
    width: 350px;
    height: 310px;
  }
  .servizi-wrapper .servizi-service-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 80%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 1.5em;
  }
  .servizi-wrapper .servizi-service-wrap h1 {
    text-align: center;
    color: black;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .servizi-wrapper .servizi-service-wrap p {
    margin-top: 30px;
    font-size: 12.9px;
    padding: 0px 40px 0px 40px;
    text-align: justify;
    color: black;
  }
  .servizi-wrapper .servizi-content-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 80%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 1.5em;
  }
  .servizi-wrapper .servizi-content-wrap .item-servizi-cont {
    margin-top: 30px;
  }
  .servizi-wrapper .servizi-content-wrap h1 {
    text-align: center;
    color: black;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv {
    margin-left: 0px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv .squaredd {
    padding-left: 15px;
    height: 16px;
    background-color: #53b6ca;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv p {
    font-size: 13.5px;
    padding-left: 10px;
    text-align: left;
    color: black;
  }
}

@media screen and (max-width: 640px) {
  .section {
    height: auto;
  }
  .responsive-service-container {
    display: block;
  }
  .long-textsec {
    margin-bottom: 0px;
  }
  .servizi-wrapper {
    height: auto;
    margin: 0 auto;
    width: 450px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .servizi-wrapper .servizi-img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .servizi-wrapper .servizi-img-wrap img {
    text-align: center;
    margin: 0;
    margin-top: 0px;
  }
  .servizi-wrapper .servizi-img-wrap .service-img1 {
    width: 350px;
    height: 290px;
  }
  .servizi-wrapper .servizi-img-wrap .service-img2 {
    width: 350px;
    height: 390px;
  }
  .servizi-wrapper .servizi-img-wrap .service-img3 {
    width: 350px;
    height: 310px;
  }
  .servizi-wrapper .servizi-service-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 1.5em;
  }
  .servizi-wrapper .servizi-service-wrap h1 {
    text-align: center;
    color: black;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .servizi-wrapper .servizi-service-wrap p {
    margin-top: 30px;
    font-size: 12.9px;
    padding: 0px 30px 0px 30px;
    text-align: justify;
    color: black;
  }
  .servizi-wrapper .servizi-content-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 80%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 1.5em;
  }
  .servizi-wrapper .servizi-content-wrap .item-servizi-cont {
    margin-top: 30px;
  }
  .servizi-wrapper .servizi-content-wrap h1 {
    text-align: center;
    color: black;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv {
    margin-left: 0px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv .squaredd {
    padding-left: 15px;
    height: 16px;
    background-color: #53b6ca;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv p {
    font-size: 13.5px;
    padding-left: 10px;
    text-align: left;
    color: black;
  }
}

@media screen and (max-width: 500px) {
  .section {
    height: auto;
  }
  .responsive-service-container {
    display: block;
  }
  .long-textsec {
    margin-bottom: 0px;
  }
  .servizi-wrapper {
    height: auto;
    margin: 0 auto;
    width: 350px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .servizi-wrapper .servizi-img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .servizi-wrapper .servizi-img-wrap img {
    text-align: center;
    margin: 0;
    margin-top: 0px;
  }
  .servizi-wrapper .servizi-img-wrap .service-img1 {
    width: 350px;
    height: 290px;
  }
  .servizi-wrapper .servizi-img-wrap .service-img2 {
    width: 350px;
    height: 390px;
  }
  .servizi-wrapper .servizi-img-wrap .service-img3 {
    width: 350px;
    height: 310px;
  }
  .servizi-wrapper .servizi-service-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 1.5em;
  }
  .servizi-wrapper .servizi-service-wrap h1 {
    text-align: center;
    color: black;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .servizi-wrapper .servizi-service-wrap p {
    margin-top: 30px;
    font-size: 12.9px;
    padding: 0px 20px 0px 20px;
    text-align: justify;
    color: black;
  }
  .servizi-wrapper .servizi-content-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 80%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 1.5em;
  }
  .servizi-wrapper .servizi-content-wrap .item-servizi-cont {
    margin-top: 30px;
  }
  .servizi-wrapper .servizi-content-wrap h1 {
    text-align: center;
    color: black;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv {
    margin-left: 0px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv .squaredd {
    padding-left: 15px;
    height: 16px;
    background-color: #53b6ca;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv p {
    font-size: 13.5px;
    padding-left: 10px;
    text-align: left;
    color: black;
  }
}

@media screen and (max-width: 380px) {
  .section {
    height: auto;
  }
  .responsive-service-container {
    display: block;
  }
  .long-textsec {
    margin-bottom: 0px;
  }
  .servizi-wrapper {
    height: auto;
    margin: 0 auto;
    width: 350px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .servizi-wrapper .servizi-img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .servizi-wrapper .servizi-img-wrap img {
    text-align: center;
    margin: 0;
    margin-top: 0px;
  }
  .servizi-wrapper .servizi-img-wrap .service-img1 {
    width: 300px;
    height: 250px;
  }
  .servizi-wrapper .servizi-img-wrap .service-img2 {
    width: 300px;
    height: 350px;
  }
  .servizi-wrapper .servizi-img-wrap .service-img3 {
    width: 300px;
    height: 280px;
  }
  .servizi-wrapper .servizi-service-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 1.5em;
  }
  .servizi-wrapper .servizi-service-wrap h1 {
    text-align: center;
    color: black;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .servizi-wrapper .servizi-service-wrap p {
    margin-top: 30px;
    font-size: 12.9px;
    padding: 0px 20px 0px 20px;
    text-align: justify;
    color: black;
  }
  .servizi-wrapper .servizi-content-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 80%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 1.5em;
  }
  .servizi-wrapper .servizi-content-wrap .item-servizi-cont {
    margin-top: 30px;
  }
  .servizi-wrapper .servizi-content-wrap h1 {
    text-align: center;
    color: black;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .servizi-wrapper .servizi-content-wrap h1 span {
    font-size: 15px;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv {
    margin-left: 0px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv .squaredd {
    padding-left: 15px;
    height: 16px;
    background-color: #53b6ca;
  }
  .servizi-wrapper .servizi-content-wrap .item-list-serv p {
    font-size: 13.5px;
    padding-left: 10px;
    text-align: left;
    color: black;
  }
}

.contatti-wrapper {
  height: auto;
  margin: 0 auto;
  margin-top: 70px;
  width: 75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contatti-wrapper .contatti-img-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 65%;
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contatti-wrapper .contatti-img-wrap iframe {
  text-align: center;
  margin: 0;
  width: 100%;
  height: 100%;
}

.contatti-wrapper .contatti-img-wrap img {
  text-align: center;
  margin: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.contatti-wrapper .contatti-service-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 35%;
  height: 350px;
  padding-left: 60px;
}

.contatti-wrapper .contatti-service-wrap h1 {
  text-align: left;
  color: black;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.contatti-wrapper .contatti-service-wrap p {
  margin-top: 20px;
  font-size: 12px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: justify;
  color: black;
}

.contatti-wrapper .contatti-service-wrap form {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  margin: 0 auto;
}

.contatti-wrapper .contatti-service-wrap input {
  font-family: "Roboto";
  display: block;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 25px;
  width: 84%;
  border: none;
  border-bottom: 1px solid black;
  text-transform: uppercase;
  font-size: 10px;
}

.contatti-wrapper .contatti-service-wrap button {
  margin-top: 10px;
  margin-bottom: -15px;
  font-family: "Roboto";
  background-color: black;
  text-transform: uppercase;
  border: none;
  color: white;
  padding: 10px 25px;
  width: 30%;
  cursor: pointer;
}

.contatti-wrapper .contatti-service-wrap button span {
  text-align: right;
}

.contatti-wrapper .contatti-service-wrap button i {
  margin-top: 4px;
  margin-right: 0px;
  width: 15px;
  height: 10px;
}

.contatti-wrapper .contatti-service-wrap button .icon_arrow_down {
  background: url(../images/ico/ico_arrow_down.png) no-repeat;
  background-size: contain;
}

.contatti-wrapper .contatti-service-wrap h3 {
  margin-top: 20px;
  font-size: 12px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: justify;
  color: black;
}

.contatti-wrapper .contatti-service-wrap i {
  float: left;
  margin-right: 10px;
  width: 25px;
  height: 15px;
}

.contatti-wrapper .contatti-service-wrap .icon-mail {
  background: url(../images/ico/ico_mail.png) no-repeat;
  background-size: contain;
}

.contatti-wrapper .contatti-service-wrap .icon-address {
  background: url(../images/ico/ico_address.png) no-repeat;
  background-size: contain;
}

.contatti-wrapper .contatti-service-wrap .icon-map {
  background: url(../images/ico/ico_map_mark.png) no-repeat;
  background-size: contain;
}

.contatti-wrapper .contatti-service-wrap .icon-fax {
  background: url(../images/ico/ico_fax.png) no-repeat;
  background-size: contain;
  margin-left: 2px;
}

.contatti-wrapper .contatti-service-wrap .icon-time {
  background: url(../images/ico/ico_time.png) no-repeat;
  background-size: contain;
  margin-left: 2px;
}

.mrg-bottom {
  margin-bottom: 150px;
}

@media screen and (max-width: 1643px) {
  .contatti-service-wrap input {
    width: 84% !important;
  }
  .contatti-service-wrap button {
    width: 40% !important;
  }
}

@media screen and (max-width: 1400px) {
  .contatti-service-wrap input {
    width: 80% !important;
  }
  .contatti-service-wrap button {
    width: 40% !important;
  }
}

@media screen and (max-width: 1327px) {
  .contatti-service-wrap input {
    width: 100% !important;
  }
  .contatti-service-wrap button {
    width: 55% !important;
  }
}

@media screen and (max-width: 1220px) {
  .contatti-service-wrap input {
    width: 100% !important;
  }
  .contatti-service-wrap button {
    width: 55% !important;
  }
}

@media screen and (max-width: 1070px) {
  .contatti-wrapper {
    margin-top: 5vh;
  }
  .contatti-img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    height: 500px;
  }
  .contatti-img-wrap h1 {
    padding-left: 20px !important;
  }
  .contatti-img-wrap p {
    padding-left: 20px;
  }
  .contatti-img-wrap form {
    padding-left: 20px;
  }
  .contatti-img-wrap h3 {
    padding-left: 20px;
    padding-right: 40px;
  }
  .contatti-service-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    height: 350px;
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 1018px) {
  .contatti-service-wrap button {
    width: 75% !important;
  }
}

@media screen and (max-width: 975px) {
  .contatti-wrapper {
    margin-top: 8vh;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contatti-wrapper .contatti-img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contatti-wrapper .contatti-service-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 95%;
    height: 350px;
    padding-left: 0px;
  }
  .contatti-wrapper .contatti-service-wrap h1 {
    text-align: center;
    color: black;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-top: 20px;
  }
  .contatti-wrapper .contatti-service-wrap p {
    margin-top: 20px;
    font-size: 12px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
    color: black;
  }
  .contatti-wrapper .contatti-service-wrap form {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    margin: 0 auto;
  }
  .contatti-wrapper .contatti-service-wrap input {
    margin: 0 auto;
    font-family: "Roboto";
    display: block;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 25px;
    width: 50% !important;
  }
  .contatti-wrapper .contatti-service-wrap button {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: -15px;
    font-family: "Roboto";
    background-color: black;
    text-transform: uppercase;
    border: none;
    color: white;
    padding: 10px 25px;
    width: 55% !important;
    cursor: pointer;
  }
  .contatti-wrapper .contatti-service-wrap button span {
    text-align: right;
  }
  .contatti-wrapper .contatti-service-wrap button i {
    margin-top: 4px;
    margin-right: 0px;
    width: 15px;
    height: 10px;
  }
  .contatti-wrapper .contatti-service-wrap button .icon_arrow_down {
    background: url(../images/ico/ico_arrow_down.png) no-repeat;
    background-size: contain;
  }
  .contatti-wrapper .contatti-service-wrap h3 {
    margin: 0 auto;
    width: 400px;
    margin-top: 20px;
    font-size: 12px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    color: black;
  }
  .contatti-wrapper .contatti-service-wrap i {
    display: none;
    float: left;
    margin-right: -50px;
    width: 25px;
    height: 15px;
  }
  .mrg-bottom {
    margin-bottom: 250px;
  }
}

@media screen and (max-width: 888px) {
  .contatti-wrapper .contatti-service-wrap input {
    margin: 0 auto;
    font-family: "Roboto";
    display: block;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 25px;
    width: 80% !important;
  }
  .contatti-wrapper .contatti-service-wrap button {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: -15px;
    font-family: "Roboto";
    background-color: black;
    text-transform: uppercase;
    border: none;
    color: white;
    padding: 10px 25px;
    width: 60% !important;
    cursor: pointer;
  }
  .contatti-wrapper .contatti-service-wrap button span {
    text-align: right;
  }
}

@media screen and (max-width: 830px) {
  .contatti-wrapper .contatti-service-wrap h3 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 651px) {
  .contatti-wrapper .contatti-service-wrap h3 {
    margin-left: -10px;
  }
}

@media screen and (max-width: 600px) {
  .contatti-wrapper .contatti-service-wrap h3 {
    margin-left: -30px;
  }
}

@media screen and (max-width: 540px) {
  .contatti-wrapper .contatti-service-wrap h3 {
    margin-left: -50px;
  }
}

@media screen and (max-width: 500px) {
  .contatti-wrapper1 {
    margin: 0 auto;
    margin-top: 30px;
    width: 350px;
    height: auto;
    margin-bottom: 60px;
  }
  .contatti-wrapper1 .contatti-img-wrap1 {
    width: 350px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contatti-wrapper1 .contatti-img-wrap1 iframe {
    text-align: center;
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .contatti-wrapper1 .contatti-service-wrap1 {
    width: 100%;
    margin-left: 0px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contatti-wrapper1 .contatti-service-wrap1 h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 25px;
  }
  .contatti-wrapper1 .contatti-service-wrap1 form {
    margin: 0 auto;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contatti-wrapper1 .contatti-service-wrap1 form input {
    margin-top: 10px;
    margin: 0 auto;
    font-family: "Roboto";
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 25px;
    width: 250px;
    border: 0px;
    border-bottom: 1px solid black;
  }
  .contatti-wrapper1 .contatti-service-wrap1 form button {
    margin: 0 auto;
    margin-top: 0px;
    font-family: "Roboto";
    background-color: black;
    text-transform: uppercase;
    border: none;
    color: white;
    padding: 10px 25px;
    width: 80% !important;
    cursor: pointer;
  }
  .contatti-wrapper1 .contatti-service-wrap1 h3 {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 450px) {
  .contatti-wrapper1 {
    margin: 0 auto;
    margin-top: 30px;
    width: 300px;
    height: auto;
    margin-bottom: 60px;
  }
  .contatti-wrapper1 .contatti-img-wrap1 {
    width: 300px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contatti-wrapper1 .contatti-img-wrap1 iframe {
    text-align: center;
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .contatti-wrapper1 .contatti-service-wrap1 {
    width: 100%;
    margin-left: 0px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contatti-wrapper1 .contatti-service-wrap1 h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .contatti-wrapper1 .contatti-service-wrap1 form {
    margin: 0 auto;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contatti-wrapper1 .contatti-service-wrap1 form input {
    margin-top: 10px;
    margin: 0 auto;
    font-family: "Roboto";
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 25px;
    width: 250px;
    border: 0px;
    border-bottom: 1px solid black;
  }
  .contatti-wrapper1 .contatti-service-wrap1 form button {
    margin: 0 auto;
    margin-top: 0px;
    font-family: "Roboto";
    background-color: black;
    text-transform: uppercase;
    border: none;
    color: white;
    padding: 10px 25px;
    width: 80% !important;
    cursor: pointer;
  }
  .contatti-wrapper1 .contatti-service-wrap1 h3 {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
  }
  .contatti-wrapper1 .contatti-service-wrap1 h3 {
    width: auto !important;
  }
}

.wrapper-privacy {
  margin-top: 30px;
  height: auto;
  margin: 0 auto;
  width: 75vw;
  padding-bottom: 300px;
}

.scrolla {
  height: 70vh;
  overflow: hidden;
  overflow-y: scroll;
  margin-right: -30px;
}

.box-privacy {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto";
  margin-bottom: 30px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.box-privacy .box-privacy-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 150px;
}

.box-privacy .box-privacy-text h1 {
  text-transform: uppercase;
  padding: 12px;
  font-size: 22px;
  font-family: "Lexend Deca";
  color: #53b6ca;
  text-align: center;
  margin-bottom: 20px;
}

.box-privacy .box-privacy-text h2 {
  padding: 12px;
  font-size: 15px;
  color: #53b6ca;
}

.box-privacy .box-privacy-text h3 {
  padding: 12px;
  margin-top: 5px;
  font-size: 13px;
  color: #53b6ca;
}

.box-privacy .box-privacy-text p {
  padding: 0px 12px;
  font-size: 12px;
  word-wrap: break-word;
  text-align: justify;
  margin-bottom: 15px;
}

@media screen and (max-width: 2500px) {
  .wrapper-privacy {
    margin-top: 30px;
    width: 75vw;
    padding-bottom: 300px;
  }
}

@media screen and (max-width: 2000px) {
  .wrapper-privacy {
    margin-top: 30px;
    width: 73vw;
    padding-bottom: 300px;
  }
}

@media screen and (max-width: 1800px) {
  .wrapper-privacy {
    margin-top: 30px;
    width: 65vw;
    padding-bottom: 300px;
  }
}

@media screen and (max-width: 1700px) {
  .desktop-resp {
    overflow: hidden;
  }
  .wrapper-privacy {
    margin-top: 30px;
    width: 75vw;
    margin-bottom: 50px;
    height: 140vh;
  }
}

@media screen and (max-width: 500px) {
  .wrapper-privacy {
    margin-top: 40px;
    width: 75vw;
    padding-bottom: 300px;
  }
  .box-privacy .box-privacy-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 80%;
    padding: 0px 10%;
  }
  .box-privacy .box-privacy-text h2 {
    text-align: center;
  }
  .box-privacy .box-privacy-text h2, .box-privacy .box-privacy-text h3 {
    font-size: 16px;
  }
  .box-privacy .box-privacy-text p {
    font-size: 14px;
  }
  .box-privacy .box-privacy-footer li {
    list-style: none;
  }
}

.BIMLOVER-wrapper1 {
  top: 25%;
  left: 25%;
  width: 250px;
  height: 180px;
  margin-top: -90px;
  margin-left: -125px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.BIMLOVER-wrapper1 img {
  width: 80px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
}

.BIMLOVER-wrapper1 h2, .BIMLOVER-wrapper1 h4 {
  text-align: center;
}

.BIMLOVER-wrapper1 h4 {
  margin-bottom: 5px;
}

.BIMLOVER-wrapper1 .backto1 {
  width: 130px;
  margin: 0 auto;
  margin-top: 15px;
  background: green;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.BIMLOVER-wrapper1 .backto1 button {
  width: 130px;
  border: none;
  background: black;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 1px 5px;
  font-size: 14px;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .BIMLOVER-wrapper1 {
    top: 50%;
    left: 50%;
    width: 250px;
    height: 180px;
    margin-top: -130px;
    margin-left: -125px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }
  .BIMLOVER-wrapper1 img {
    width: 80px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
  }
  .BIMLOVER-wrapper1 h2, .BIMLOVER-wrapper1 h4 {
    text-align: center;
  }
  .BIMLOVER-wrapper1 h4 {
    margin-bottom: 5px;
  }
  .BIMLOVER-wrapper1 .backto1 {
    width: 130px;
    margin: 0 auto;
    margin-top: 15px;
    background: green;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .BIMLOVER-wrapper1 .backto1 button {
    width: 130px;
    border: none;
    background: black;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 1px 5px;
    font-size: 14px;
    cursor: pointer;
  }
}

/*** FOOTER DELLA HOME PAGE ***/
footer {
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 170px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 5%;
}

footer .copyright {
  position: absolute;
  height: 20px;
  bottom: 20px;
  width: 130px;
  left: 50%;
  margin-left: -65px;
  text-align: center;
}

footer p {
  display: inline;
  color: #333333;
}

footer .sub-p-footer {
  width: 300px;
  text-align: left;
  display: block;
  margin-top: 5px;
  padding-bottom: 5px;
}

footer li,
footer a {
  list-style: none;
  text-decoration: none;
  display: block;
  display: inline-block;
  padding-left: 15px;
  color: #333333;
}

footer a {
  padding: 5px 10px;
}

.social {
  z-index: 133;
  position: absolute;
  bottom: 100px;
  height: 20px;
  width: 640px;
  text-transform: uppercase;
}

.social_text {
  padding-right: 30px;
  vertical-align: top;
}

.socialanimation {
  position: absolute;
  height: 20px;
  width: 650px;
}

.copyright-amt {
  position: absolute;
  margin-left: 180px;
  height: 15px;
  width: 130px;
}

.copyright-amt2 {
  position: absolute;
  right: 60px;
  height: 20px;
  width: 280px;
  margin-top: 60px;
}

.copyright-amt-sub {
  position: absolute;
  margin-top: 5px;
  height: 15px;
  width: 240px;
}

/*** FOOTER DELLE ALTRE PAGINE ***/
.footer-1 {
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100%;
  height: 150px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  padding: 0px 5%;
  padding-top: 20px;
  cursor: pointer !important;
}

.footer-1 li,
.footer-1 a {
  list-style: none;
  text-decoration: none;
  display: inline-block;
  padding-left: 15px;
  color: #333333;
  text-transform: uppercase;
  cursor: pointer !important;
}

.footer-1 a {
  padding: 0px 00px;
}

.footer-1 .socialanimation {
  position: absolute;
  height: 20px;
  width: 650px;
  margin-top: 60px;
}

.social-1 {
  width: 670px;
  margin-top: 60px;
  text-transform: uppercase;
}

.social-1 .social_text-1 {
  padding-right: 50px;
  vertical-align: top;
}

.copyright-1 {
  padding-top: 62px;
  text-align: right;
}

.copyright-1 p {
  display: block;
  padding-bottom: 7px;
}

@media screen and (max-width: 1550px) {
  .footer-1 {
    position: relative;
  }
}

/*** FOOTER RESPONSIVE ***/
@media screen and (max-width: 900px) {
  footer {
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 20px 0px;
  }
  footer .social_text {
    display: none;
  }
  footer .social {
    text-align: center;
    bottom: 50px;
    }
  }
  footer p {
    margin-top: 20px;
  }
  .footer-1 {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 180px;
    background: white;
    bottom: 0;
  }
  .footer-1 .social-1 {
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
  }
  .footer-1 .copyright-1 {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .footer-1 a {
    padding-left: 0px;
    vertical-align: top;
  }
  .footer-1 ul {
    margin: 0;
    padding: 0;
  }
  .footer-1 .social-1 {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
  }
  .footer-1 .copyright-1 {
    text-align: center;
    padding-bottom: 20px;
  }
  .footer-1 .social_text-1 {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .footer-mobile {
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-mobile .social-mobile {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: auto;
  }
  .footer-mobile .social-mobile ul {
    width: 150px;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    list-style: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-mobile .social-mobile ul img {
    width: 20px;
  }
  .footer-mobile .copyright-mobile {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    width: 80%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-mobile .copyright-mobile p {
    text-align: center;
    font-size: 3vw;
  }
}

* {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
}

.scrolla-resp {
  height: 740px;
  overflow: hidden;
  overflow-y: scroll;
  margin-right: -30px;
}

/*DESKTOP-FULL*/
@media screen and (min-width: 1556px) {
  .desktop-full {
    display: block;
  }
  .desktop-resp {
    display: none;
  }
  .mobile-resp {
    display: none;
  }
  .landscape {
    display: none;
  }
  body {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

/*DESKTOP-RESP*/
@media screen and (min-width: 501px) and (max-width: 1555px) {
  html {
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
  }
  body {
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .desktop-full {
    display: none;
  }
  .desktop-resp {
    display: block;
  }
  .desktop-resp .responsive-service-container {
    overflow: auto;
  }
  .mobile-resp {
    display: none;
  }
  .landscape {
    display: none;
  }
}

/*MOBILE-RESP*/
@media screen and (max-width: 500px) {
  .desktop-full {
    display: none;
  }
  .desktop-resp {
    display: none;
  }
  .mobile-resp {
    display: block;
    overflow: auto;
  }
  .landscape {
    display: none;
  }
}

.landscape {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
}

.landscapecontainer {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.phone {
  height: 50px;
  width: 100px;
  border: 3px solid white;
  border-radius: 10px;
  -webkit-animation: rotate 1.5s ease-in-out infinite alternate;
          animation: rotate 1.5s ease-in-out infinite alternate;
  /* display: none; */
}

.messagephone {
  color: white;
  font-size: 1em;
  margin-top: 40px;
  /* display: none; */
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .landscape {
    display: block;
  }
  .desktop-full {
    display: none;
  }
  .desktop-resp {
    display: none;
  }
  .mobile-resp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */