body {
    overflow-x:hidden;
}

* {
    font-family: Poppins, sans-serif;
}

dl, ol, ul {
    margin-top: 0px;
    margin-bottom: 0rem !important;
    padding-left: 0rem !important;
}

li {
    list-style: none;
}.copyright a {
    text-decoration: none;
}

a {
    text-decoration: none;
}

main {
    overflow-x: hidden;
}

.container-1540 {
    width: 100%;
    max-width: 1540px;
    margin: 0px auto;
}
.ser-img {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.ser-img img:hover {
    transform: scale(1.1);
}

.ser-img img {
    transition: all 0.5s ease-in-out;
    cursor: p;
}
.container-1240 {
    width: 100%;
    max-width: 1240px;
    margin: 0px auto;
}

.meanusHome {
    left: 0px;
}

.meanusHome ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
    transform: rotate(180deg);
}

.meanusHome ul li {
    writing-mode: tb-rl;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.meanusHome ul li a {
    font-family: Poppins;
    font-size: 17px;
    color: black;
    text-decoration: none;
.meanusHome
    ul li: hover:before;
    transition: a;
}

header.header {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: rgb(241, 241, 241);
    flex-direction: column;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    z-index: 99;
}

.logo-banner {
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translateX(-50%);
}

.bg-video {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}

.bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* z-index: 0; */
}

@media (max-width: 700px) {
    .bg-video {
        background: url("//ak5.picdn.net/shutterstock/videos/23647405/thumb/1.jpg") center center / cover no-repeat;
    }

    .bg-video__content {
        display: none;
    }
}

section.sec-1 {
    height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

section .headline {
    font-size: 48px;
    text-transform: uppercase;
    background-color: transparent;
}

section .blur-edges {
    background: #000000ab;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.ban-path {
    width: 99.1vw;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transform: translateY(180px);
}
.ban-path img {
    width: 100%;
}
footer.footer {
    background: black;
    position: relative;
    padding-top: 50px;
}

.footer-logo {
    text-align: center;
}

.footer-touch h2 {
    font-family: 'Poppins';
    font-size: 20px;
    color: white;
    font-weight: 600;
    margin-bottom: 2rem;
}

.address span {
    color: white;
    font-family: 'Poppins';
    font-size: 16px;
}

.address ul li a {
    color: white;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 50px;
}

.footer-form h2 {
    font-family: 'Poppins';
    font-size: 20px;
    color: white;
    font-weight: 600;
    margin-bottom: 2rem;
}

.footer-form form input {
    width: 76%;
    margin-bottom: 20px;
    height: 50px;
    font-size: 16px;
    font-family: 'Poppins';
    padding: 0px 18px;
}

.footer-form form input::placeholder {
    font-size: 16px;
    font-family: 'Poppins';
    color: #181919;
}


.footer-form form textarea {
    width: 76%;
    margin-bottom: 20px;
    height: 120px;
    font-size: 16px;
    font-family: 'Poppins';
    padding: 15px 18px;
}

.footer-form input[type="submit"] {
    background: #00bec6;
    color: white;
    font-weight: 600;
    width: 150px;

    border: none;
}

.meanusHome ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 0;
    content: '';
    writing-mode: lr-tb;
    transition: all 0.5s ease-in-out;
    background: #00bec6;
}

.meanusHome ul li:hover:before {
    height: 100%;
}

.meanusHome ul li:hover a {
    color: #00bec6;
}
li.active a {
    color: #00bec6 !important;
}

li.active:before {
    height: 100% !important;
}
.footer-logo {
    border-right: 1px solid #6e6e6e;
    height: 105%;
    /* width: 92%; */
    /* text-align: end; */
}

.footer-logo img {
    width: 40%;
    margin-left: 110px;
}
.copyright {
    background-image: url(../images/copyrightbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40%;
    padding: 10px 10px;
    margin-left: 5rem;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}
.copyright p {
    margin: 0;
    color: white;
    font-size: 14px;
    text-align: center;
}
.project {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
    z-index: 99999999999;
    position: relative;
}

.pro-box span {
    border: 1px solid #00bec6;
    color: black;
    font-size: 20px;
    font-family: 'Poppins';
    cursor: pointer;
    width: 215px;
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.pro-box {
    display: flex;
    gap: 10px;
    row-gap: 10px;
    margin-bottom: 10px;
    justify-content: center;
}

section.sec-1-project {
    margin-bottom: 0px;
    transform: translateY(
-60px);
}
.row.services-row {
    width: 86%;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 50px;
}



.row.services-row img {
    width: 100%;
    cursor: pointer;
}



section.sec-1-services p {
    color: #161616;
    z-index: 1;
    position: relative;
    font-size: 24px;
    font-weight: 600;
}

.row.services-row p {
    margin-bottom: 40px;
}
p.p-services {
    margin-bottom: 70px;
}
.sec-1-title h1 {
    font-size: 65px;
    color: white;
    font-family: 'Poppins';
    font-weight: 600;
}
.recruitment-title h1 {
    color: black;
    font-size: 48px;
    font-weight: 600;
}

.recruitment-title {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}

.recruitment-title p {
    font-size: 16px;
}
.row.recruitment-form {
    width: 85%;
    margin: 0 auto;
}

.row.recruitment-form input {
    width: 100%;
}

.row.recruitment-form textarea {
    width: 100%;
    height: 180px;
    margin: 20px 0;
    background: #EEEEEE;
    border: 1px solid #00bec6;
    padding: 20px 20px;
}

.row.recruitment-form input {
    background: #EEEEEE;
    border: 1px solid #00bec6;
    height: 55px;
    padding: 0 20px;
    transition: all 0.5s ease-in-out;
}


.row.recruitment-form input[type="submit"] {
    width: 165px !important;
    margin-left: auto;
    font-size: 16px;
    margin-right: 10px;
    color: white;
    background: #00bec6;
    font-weight: 600;
    border: 2px solid #00bec6;
}
section.sec-1-recruitment {
    padding-bottom: 70px;
}
section.sec-1-contact .row {
    z-index: 1;
    width: 75%;
    position: relative;
    margin: 0 auto;
}
.contact-us h1 {
    font-size: 48px;
    font-family: 'Poppins';
    font-weight: 600;
}

.contact-us span {
    font-size: 16px;
    color: #161616;
    font-family: 'Poppins';
    margin: 30px 0;
    display: block;
}



.contact-us p a {
    font-size: 16px;
    font-family: 'Poppins';
    color: #161616;
    text-decoration: none;
    background: none !important;
}

.touch-btn {
    width: 150px;
    background: #00bec6;
    display: block;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 600;
    border: 2px solid #00bec6;
    margin-top: 50px;
    transition: all 0.5s ease-in-out;
}
section.sec-1-contact {
    padding-bottom: 70px;
}



.modal.contact-modale {
    z-index: 9999999999999999999;

}



body.modal-open {
        position: relative;
}


.modal.contact-modale .modal-dialog {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 30%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 720px !important;
    max-width: 730px;
}

.contact-us-form-modale .row.recruitment-form {
    width: 100%;
}
.contact-us-form-modale input[type="text"] {
    margin-top: 20px;
}



.modal.contact-modale h5#exampleModalLabel {
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 600;
}


.modal.contact-modale .modal-header {
    border: none;
    padding-left: 30px;
    padding-bottom: 0;
    padding-top: 40px;
}
.modal.contact-modale .row.recruitment-form input[type="submit"] {
    margin: 0;
    margin-left: 10px;
}
.modal.contact-modale  button.btn-close {
    border: 2px solid black;
    border-radius: 30px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: black;
    position: absolute;
    opacity: 1;
    right: 19px;
    font-weight: bolder;
    top: 20px;
}
.modal.contact-modale a {
    width: 165px !important;
    margin-left: auto;
    font-size: 16px;
    margin-right: 10px;
    color: white;
    background: #00bec6;
    font-weight: 600;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-left: 10px;
    text-decoration: none;
}
.pro-box span:hover {
    background: #00bec6;
    color: white;
}
.touch-btn:hover {
    background: transparent;
    color: black;
}
.row.recruitment-form input[type="submit"]:hover {
    background: transparent;
    color: black;
}



@media screen and (max-width: 1600px) {
    .sec-1-title h1 {
        font-size: 55px;
    }
    .modal.contact-modale .modal-header {
    padding-top: 20px;
}

.modal.contact-modale h5#exampleModalLabel {
    font-size: 25px;
}

.contact-us-form-modale input[type="text"] {
    margin-top: 10px;
}

.row.recruitment-form textarea {
    margin: 10px 0;
}

.modal.contact-modale a {
    width: 135px !important;
    height: 48px;
}
    section.sec-1-services p {


        font-size: 18px;
   
    }
    .logo-banner img {
        width: 68%;
    }
    
    .contact-us h1 {
        font-size: 38px;
    }
    
    .contact-us span {
        margin: 20px 0;
    }
    
.footer-form form input {
    height: 40px;
}

.footer-form form input::placeholder {
    font-size: 12px;
}

.footer-form form textarea::placeholder {
    font-size: 12px;
}
.meanusHome ul {
    gap: 45px;
}

.meanusHome ul li a {
    font-size: 15px;
}
header.header {
    width: 77px;
}
.address ul li a {
    font-size: 14px;
}
.copyright {
    margin-left: 4rem;
}
.modal.contact-modale .modal-dialog {
    top: -7%;
}
  }















































.res-container {
    width: 100%;
  position: absoulte;
  margin-bottom: 0;
}

.res-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW - Opera 12.1, Firefox 20+ */
}
#box {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  width: 100%;
  /* Old syntax, otherwise collapses. */
  
}
/*...................*/
#block-1 {
  animation-duration: 1s;	
	-webkit-animation-duration: 1s;
animation-iteration-count: 1;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
}
#block-2 {
 
}
.b3 {
  position: fixed; 
}

/*****************/
#loader-wrap {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#loading {background-color: #00bec6;height: 100%;width: 100%;position: fixed;z-index: 2;margin-top: 0px;top: 0px;}

/***************/
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9999999999999;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
}
#object{
	width: 200px;
	height: 200px;
  Background-image: url(https://reech.ca/wp-content/uploads/2017/09/reech-logo-no-text.svg);
  background-repeat: no-repeat;
  margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

/***************************/

#object {
  animation: object .8s linear;
  transform-origin: center center;
}
@keyframes object {
  0%{transform: scale(0); opacity: 0}
  50%{transform: scale(1.5); opacity: 1}
  100% {transform: scale(1); opacity:1}
}

/*********loader line******************/
#loader {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 3px;
  overflow: hidden;
}
#loader:before, #loader:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  transform: translate(-100%, 0);
}
#loader:before {
  background-color: #0e3b5a;
  animation: loading 3400ms cubic-bezier(0.23, 1, 0.32, 1);
}
#loader:after {
  background-color: #fff;
  animation: loading 2500ms 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes loading {
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}


/***********************/

/*************************/
#hero-box {
  position: relative;
  height: 100%;
  width: 80%;
}

.bg {
  position: absolute;
    background-image: url(https://www.jeans.ch/out/pictures/generated/product/1/310_412_75/sol_fred-perry-white-men-shirt-m8272-200_f_1.png) !important;
    background-size: cover !important;
    background-position: center;
    z-index: 1 !important;
    width: 30vw;
    height: 100vh;
    left: 12%;
}
.overlay {
   position: absolute;
    background-image: url(https://reech.ca/wp-content/uploads/2017/10/xnado-pattern-white.svg) !important;
    background-repeat: repeat;
    background-size: contain !important;
    height: 50vh;
    width: 38vw;
    margin-left: 12%;
    top: 30%;
  
}


/*.......................*/
#header-wrap {
      position: absolute;
      width: 80px;
    height: 3px;
    top: 45%;
    left: 49.5%;
}
#header {
      position: relative;
    font-family: 'Roboto', sans-serif;
    color: #1c1c1c;
    line-height: 100%;
    overflow: hidden;
  text-transform: uppercase;
  font-size: 1.4rem;
      font-weight: 700;
}
#header-o {
      position: relative;
    font-family: 'Roboto', sans-serif;
    color: #1c1c1c;
    line-height: 100%;
    overflow: hidden;
  text-transform: uppercase;
  margin-left: -5%;
     font-weight: 700;
  font-size: 1rem;
      top: -4px;
}
#header-o:after {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    background: #1c1c1c;
    height: 2.5px;
    bottom: -1px;
  
}
#header-0 {
      position: relative;
    font-family: 'Roboto', sans-serif;
    color: #1c1c1c;
    line-height: 100%;
    overflow: hidden;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-left: -4%;
      font-weight: 700;
}
#header-1 {
      position: relative;
    font-family: 'Roboto', sans-serif;
    color: #1c1c1c;
    line-height: 100%;
    overflow: hidden;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-left: -7%;
      font-weight: 700;
}

#left-line {
   width: 60px;
  height: 2px;
  display: block;
  background-color: #1c1c1c;
  position: absolute;
  margin-top: -16%;
  left: -90%;
}

/**************************/


#hero-text {
    position: absolute;
    top: 56%;
    left: 44%;
    font-size: 5rem;
    color: #1c1c1c;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
  z-index: 1 !important;
  opacity: 1;
  
}

#s-txt {
        position: absolute;
    bottom: 12%;
   right: -1%;
    font-size: 0.6rem;
    color: #1c1c1c;
    font-weight: 300;
    letter-spacing: 0.4em;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    z-index: 1 !important;
    opacity: 1;
    
  -webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);

}
#lg-ltrs {
     position: absolute;
    left: 0%;
    bottom: -16%;
    margin-left: -3%;
    font-size: 10rem;
    color: #fc5252;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    z-index: 1 !important;
    opacity: 1;
    
  -webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);

}

/***********SLIDE DOWN***************/

.slideDown {
    bottom: 0 !important;
   animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.slideDown {
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
animation-iteration-count: 1;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	visibility: visible !important;						
}

@keyframes slideDown {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}

@-webkit-keyframes slideDown {
	  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}

/*********************/

.slideInUp {
	animation-name: slideInUp;
	-webkit-animation-name: slideInUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
animation-iteration-count: 1;
	animation-timing-function: ease-in;	
	-webkit-animation-timing-function: ease-in;	
	visibility: visible !important;						
}

@keyframes slideInUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideInUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
  
   animation-name: zoomOut;
	-webkit-animation-name: zoomOut;	

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;
animation-iteration-count: 2;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	
	visibility: visible !important;
}





.footer-touch ul li a {
    transition: all 0.5s ease-in-out;
}

.footer-touch ul li a:hover {
    color: #00bec6;
}

.address span:hover {
    color: #00bec6;
}
.ser-img {
    position: relative;
}

.ser-img:before {
    background: #0000008f;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: all 0.5s ease-in-out;
}

.ser-img:hover:before {
    background: transparent;
}



















