@font-face {
  font-family: 'futuralight';
  src: url('futura_light-webfont.woff2') format('woff2'),
       url('futura_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "futuralight", sans-serif;
}
body{
  width: 100%;
  height: 100%;
}
.bg-login{
    background-color: rgb(173, 204, 18);
    padding: 0.3rem 0.7rem;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.header{
    width: 100%;
    height: 10vh;
}
.header .header-top{
  width: 100%;
  height: 10.4vh;
  display: flex;
  justify-content: space-between;
  position: fixed;
  padding: 0 3rem;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid rgb(195,195,194);
  z-index: 100;
}
.header .header-top .header-logo{
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-top .header-logo img{
  height: 3.3rem;
  width: 3.3rem;
  margin-left: -4rem;
}
.header .header-top .header-logo h1{
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
.header .header-top .header-link{
  width: 60%;
  height: 100%;
}
.header .header-top .header-link ul{
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-top .header-link ul li{
  width: 100%;
  height: 10.4vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style: none;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 2px;
  border-top: 5px solid #fff;
  transition: all 0.5s ease;
}
.header .header-top .header-link ul li.active{
border-top: 5px solid rgb(173, 204, 18);
}
.header .header-top .header-link ul li:hover{
  border-top: 5px solid rgb(173, 204, 18);
}
.header .header-top .header-link ul li a{
  color: #000;
  text-decoration: none;
}
.header .header-top .header-btn{
  width: 7%;
  height: auto;
  display: flex;
  align-items: center;
}
.main-banner .carousel-inner .carousel-item{
    height: 90vh;
    width: 100%;
}
.main-banner .carousel-inner .carousel-item::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(15,15,15,0.2);
    z-index: 10;
}
.main-banner .carousel-inner .carousel-item img{
    width: 100%;
    height: 90vh;
    object-fit: cover;
}
.main-banner .carousel-inner .carousel-item .img-data{
    position: absolute;
    width: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    text-align: left;
}
.main-banner .carousel-inner .carousel-item .img-data a{
    color: #fff;
    font-size: 14px;
}
.main-banner .carousel-inner .carousel-item .img-data a.tr-link{
    font-size: 23px;
    text-decoration: none;
    animation-duration: 3s;
    animation-name: slidein;
}
.main-banner .carousel-inner .carousel-item .img-data span.text{
    color: #fff;
    letter-spacing: 2px;
    font-size: 30px;
    text-transform: uppercase;
}
.main-banner .carousel-inner .carousel-item .img-data h3{
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    width: 100%;
    animation-duration: 2s;
    animation-name: slidein;
}
@keyframes slidein{
  from{
    margin-left: 15%;
  }
  to{
    margin-left: 0%;
  }
}
.main-banner .carousel-inner .carousel-item .img-data .btn-data{
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.5rem 1.4rem;
  border: 2px solid #fff;
  animation-duration: 3s;
  animation-name: slidein;
  transition: all 0.3s ease;
}
.main-banner .carousel-inner .carousel-item .img-data .btn-data:hover{
  background-color: rgb(173,204,18);
  border: 2px solid rgb(173,204,18);
}
.title{
    text-align: center;
    margin: 2.7rem 0 0 0;
}
.title h3{
    margin: auto;
    font-size: 21px;
    color: rgb(58, 56, 56);
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.title2{
    text-align: left;
    padding: 0 6rem;
}
.title2 h3{
    font-size: 30px;
    color: rgb(58, 56, 56);
    font-weight: 500;
}
.title3{
    text-align: center;
    margin: 0.7rem 0;
}
.title3 h3{
    font-size: 23px;
    color: rgb(58, 56, 56);
    font-weight: 600;
}
.description{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: justify;
    margin: 1.5rem 0;
}
.description .description-body{
  width: 70%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.description .description-body .description-content{
    width: 100%;
}
.description .description-body .description-content1{
  width: 100%;
  text-align: justify;
}
.description .description-body .description-content:nth-child(1){
    width: 27%;
    height: auto;
}
.description .description-body .description-content:nth-child(2){
    width: 70%;
    height: auto;
}
.description .description-body .description-content .description-text{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.description .description-body .description-content1 .description-text{
  width: 100%;
  display: flex;
  font-size: 0.8rem;
}
.description .description-body .description-content .description-text h4{
  width: 30%;
  font-size: 0.8rem;
}
.description .description-body .description-content .description-text p{
  width: 70%;
  font-size: 0.8rem;
}
.description .description-body .description-content1 .description-text h4{
  width: 30%;
  font-size: 0.8rem;
}
.description .description-body .description-content1 .description-text p{
  width: fit-content;
  font-size: 0.8rem;
}
.description .description-body .description-content p{
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1rem;
}
.description .description-body h4{
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1rem;
}
.description .description-body .description-content b{
    font-size: 17px;
}
.description .description-body .description-content .description-text{
    word-spacing: 1px;
}
.description .description-body .description-content .concept{
    width: 100%;
    height: 45vh;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.containerlog {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.containerlog .screen {
	background: linear-gradient(110deg, rgb(213, 255, 98), rgb(114,147,20));		
	position: relative;	
	height: 570px;
	width: 450px;
	box-shadow: 0px 0px 24px rgb(114,147,20);
}

.containerlog .screen .screen__content {
	z-index: 1;
	position: relative;	
	height: 100%;
}
.containerlog .screen .screen__content h4{
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: 7%;
  left: 5%;
}
.containerlog .screen .screen__background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);	
}

.containerlog .screen .screen__background .screen__background__shape {
	transform: rotate(45deg);
	position: absolute;
}

.containerlog .screen .screen__background .screen__background__shape1 {
	height: 520px;
	width: 520px;
	background: #fff;
	top: -50px;
	right: 120px;	
	border-radius: 0 72px 72px 0;
}

.containerlog .screen .screen__background .screen__background__shape2 {
	height: 220px;
	width: 220px;
	background: rgb(136, 185, 1);
	top: -172px;
	right: 0;	
	border-radius: 32px;
}

.containerlog .screen .screen__background .screen__background__shape3 {
	height: 540px;
	width: 190px;
	background: linear-gradient(270deg, rgb(114, 148, 20), rgb(159, 216, 4));
	top: -24px;
	right: 0;	
	border-radius: 32px;
}

.containerlog .screen .screen__background .screen__background__shape4 {
	height: 400px;
	width: 200px;
	background: rgb(110, 150, 2);
	top: 420px;
	right: 50px;	
	border-radius: 60px;
}

.containerlog .screen .screen__content .login {
	width: 320px;
	padding: 30px;
	padding-top: 156px;
}

.containerlog .screen .screen__content .login .login__field {
	padding: 20px 0px;	
	position: relative;	
}

.containerlog .screen .screen__content .login .login__field .login__icon {
	position: absolute;
	top: 30px;
	color: rgb(114,147,20);
}

.containerlog .screen .screen__content .login .login__field .login__input {
	border: none;
	border-bottom: 2px solid #D1D1D4;
	background: none;
	padding: 10px;
	padding-left: 24px;
	font-weight: 700;
	width: 100%;
	transition: .2s;
}

.containerlog .screen .screen__content .login .login__field .login__input:active,
.containerlog .screen .screen__content .login .login__field .login__input:focus,
.containerlog .screen .screen__content .login .login__field .login__input:hover {
	outline: none;
	border-bottom-color: rgb(114,147,20);
}

.containerlog .screen .screen__content .login .login__submit {
	background: #fff;
	font-size: 14px;
	margin-bottom: 30px;
	padding: 16px 20px;
	border-radius: 26px;
	border: 1px solid #D4D3E8;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	width: 100%;
	color: rgb(114,147,20);
	box-shadow: 0px 2px 2px rgb(114,147,20);
	cursor: pointer;
	transition: .2s;
}

.containerlog .screen .screen__content .login .login__submit:active,
.containerlog .screen .screen__content .login .login__submit:focus,
.containerlog .screen .screen__content .login .login__submit:hover {
	border-color: rgb(114,147,20);
	outline: none;
}

.containerlog .screen .screen__content .login .login__field .button__icon {
	font-size: 24px;
	margin-left: auto;
	color: #7875B5;
}

.containerlog .screen .screen__content .social-login {
	position: absolute;
	height: 140px;
	width: 160px;
	text-align: center;
	bottom: 0px;
	right: 0px;
	color: #fff;
}
.containerlog .screen .screen__content .social-login h3{
    font-size: 22px;
    margin: 1.6rem 0 0 0;
    text-transform: capitalize;
}
.containerlog .screen .screen__content .social-login .social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.containerlog .screen .screen__content .social-login .social-icons .social-login__icon {
	padding: 20px 10px;
	color: #fff;
    font-size: 20px;
	text-decoration: none;
	text-shadow: 0px 0px 8px #7875B5;
}

.containerlog .screen .screen__content .social-login .social-icons .social-login__icon:hover {
	transform: scale(1.5);	
}

.career{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 1rem 0;
  padding: 0 0;
}
.career .career-body{
  width: 90%;
  height: 100%;
  display: flex;
}
.career .career-body .career-content{
  width: 50%;
  height: 100%;
  padding: 0.7rem;
  margin: 1rem 0.4rem;
  border-radius: 7px;
}
.career .career-body .career-content .career-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career .career-body .career-content .career-text h3{
  font-size: 28px;
  font-weight: bold;
}
.career .career-body .career-content .career-text .sw-text{
  font-size: 1.1rem;
  font-weight: 600;
}
.career .career-body .career-content .career-text p{
  font-size: 14px;
  text-align: justify;
}
.career .career-body .career-content .career-text .cw-text{
  font-size: 18px;
  font-weight: 800;
  color: rgb(173, 204, 18);
}
.career .career-body .career-content .career-job{
  margin: 2rem 0;
}
.career .career-body .career-content .career-job .job-name{
  font-size: 16px;
  font-weight: 600;
}
.career .career-body .career-content .career-job .job-desc{
  margin: 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #848488;
}
.career1{
  width: 100%;
  height: 100vh;
  margin: 1.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.career1 .career1-banner{
  width: 90%;
  height: 100%;
}
.career1 .career1-banner .carousel .carousel-inner{
  width: 100%;
  height: 100%;
}
.career1 .career1-banner .carousel .carousel-inner .carousel-item{
  width: 100%;
  height: 100vh;
}
.career1 .career1-banner .carousel .carousel-inner .carousel-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main{
    padding: 1rem 2rem;
}
.contact{
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact .contact-container{
  height: 90vh;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.contact .contact-container > div{
  grid-column: 1/2;
  grid-row: 1/2;
}
.contact .contact-container .left{
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 15px 1.5rem 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  position: relative;
  z-index: 10;
}
.contact .contact-container .left .form-wrapper{
  max-width: 32rem;
}
.contact .contact-container .left .form-wrapper .contact-heading h1{
  font-weight: 600;
  font-size: 2rem;
  line-height: 0.9;
  white-space: nowrap;
  margin-bottom: 0.4rem;
}
.contact .contact-container .left .form-wrapper .contact-heading h1 span{
  color: rgb(173,214,18);
}
.contact .contact-container .left .form-wrapper .contact-heading p.text{
  color: #9ca7b6;
  line-height: 1.1;
  font-size: 1rem;
}
.contact .contact-container .left .form-wrapper .contact-heading p.text a{
  color: rgb(173,214,18);
  font-size: 1.1rem;
  text-decoration: none;
}
.contact .contact-container .left .form-wrapper .contact-form{
  display: grid;
  margin-top: 1.5rem;
  grid-template-columns: repeat(2,1fr);
  column-gap: 2rem;
  row-gap: 1rem;
}
.contact .contact-container .left .form-wrapper .contact-form .w-100{
  grid-column: span 2;
}
.contact .contact-container .left .form-wrapper .contact-form .input-wrap{
  position: relative;
}
.contact .contact-container .left .form-wrapper .contact-form .input-wrap .contact-input{
  width: 100%;
  background-color: hsla(208, 50%,50%,6.5%);
  padding: 1.5rem 1.35rem calc(0.75rem - 2px) 1.35rem;
  border: none;
  outline: none;
  border-radius: 20px;
  color: #000;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  box-shadow: 0 0 0 0px hsla(208, 92%, 54%, 0.169);
  transition: 0.3s;
}
.contact .contact-container .left .form-wrapper .contact-form .input-wrap .contact-input:hover{
  background-color: hsla(208, 50%,50%,14%);
}
.contact .contact-container .left .form-wrapper .contact-form .input-wrap label{
  position: absolute;
  top: 50%;
  left: calc(1.35rem + 2px);
  transform: translateY(-50%);
  color: #9ca7b6;
  pointer-events: none;
  transition: 0.3s;
}
.contact .contact-container .left .form-wrapper .contact-form .input-wrap i{
  position: absolute;
  right: calc(1.35rem + 2px);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #8c9aaf;
  font-size: 1.25rem;
}
.contact .contact-container .left .form-wrapper .contact-form .input-wrap textarea.contact-input{
  resize: none;
  width: 100%;
  height: 150px;
}
.contact .contact-container .left .form-wrapper .contact-form .input-wrap textarea.contact-input ~ label{
  top: 1.2rem;
  transform: none;
}
.contact .contact-container .left .form-wrapper .contact-form .input-wrap textarea.contact-input ~ i{
  top: 1.3rem;
  transform: none;
}
.contact .contact-container .left .form-wrapper .contact-form .input-wrap.focus .contact-input{
  background-color: #fff;
  border: 2px solid rgb(173,214,18);
  box-shadow: 0 0 0 5px rgb(173,214,18) 10% 20%;
}
.contact .contact-container .left .form-wrapper .contact-form .input-wrap.focus label{
  color: rgb(173,214,18);
}
.contact .contact-container .left .form-wrapper .contact-form .input-wrap.focus i{
  color: rgb(173,214,18);
}
.contact .contact-container .left .form-wrapper .contact-form .input-wrap.not-empty label{
  font-size: 0.66rem;
  top: 0.75rem;
  transform: translateY(0);
}
.contact .contact-container .left .form-wrapper .contact-form .contact-buttons{
  width: 100%;
}
.contact .contact-container .left .form-wrapper .contact-form .contact-buttons .btn{
  display: inline-block;
  padding: 1.1rem 2rem;
  background-color: rgb(173,214,18);
  color: #fff;
  border-radius: 40px;
  width: 100%;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.contact .contact-container .right{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  overflow: hidden;
  pointer-events: none;
}
.contact .contact-container .right .image-wrapper{
  position: relative;
  grid-column: 2;
}
.contact .contact-container .right .image-wrapper img.img{
  position: absolute;
  width: 130%;
  height: 180%;
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wx-main{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.wx-main .wx-body{
    width: 65%;
    height: 100%;
    margin-top: 1rem;
}
.wx-main .wx-body .wx-wrapper{
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: left;
    align-items: center;
    overflow: hidden;
}
.wx-main .wx-body .wx-wrapper .wx-card{
    width: 100%;
    height: 40vh;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
}
.wx-main .wx-body .wx-wrapper .wx-card:hover{
    transform: scale(1.05);
}
.wx-main .wx-body .wx-wrapper .wx-card .wx-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(173, 173, 173, 0.8);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease;
}
.wx-main .wx-body .wx-wrapper .wx-card .wx-overlay p{
    font-size: 16px;
    font-weight: 700;
}
.wx-main .wx-body .wx-wrapper .wx-card .wx-overlay span{
    bottom: 5%;
    position: absolute;
    font-size: 12px;
}
.wx-main .wx-body .wx-wrapper .wx-card:hover .wx-overlay{
    opacity: 1;
}
.wx-main .wx-body .wx-wrapper .wx-card img{
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

.tx-team{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tx-team .tx-body{
    width: 90%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    margin: 1rem 0;
}
.tx-team .tx-body .tx-card{
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
}
.tx-team .tx-body .tx-card:hover{
    transform: scale(1.04);
}
.tx-team .tx-body .tx-card .tx-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease;
}
.tx-team .tx-body .tx-card .tx-text p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 0 0.5rem;
    margin-bottom: 0;
    font-size: 12px;
    background: rgba(112,102,102,0.7);
}
.tx-team .tx-body .tx-card:hover .tx-text{
    opacity: 1;
    z-index: 1;
}
.tx-team .tx-body .tx-card img{
    width: 100%;
    height: 38vh;
    object-fit: cover;
    filter: grayscale(100%);
}
.tx-team .tx-body .tx-card:hover img{
    filter: grayscale(0%);
}
.tx1{
  width: 100%;
  height: 100%;
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tx1 .tx1-body{
  width: 75%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.tx1 .tx1-body .tx1-img{
  width: 40%;
  height: fit-content;
}
.tx1 .tx1-body .tx1-img img{
  width: 100%;
  height: auto;
}
.tx1 .tx1-body .tx1-img .tx1-icon{
  width: 100%;
  display: flex;
  justify-content: right;
  padding: 0.6rem 0;
}
.tx1 .tx1-body .tx1-img .tx1-icon a{
  color: rgb(112,102,102);
}
.tx1 .tx1-body .tx1-img .tx1-icon a i{
  margin-left: 1.6rem;
  cursor: pointer;
}
.tx1 .tx1-body .tx1-content{
  width: 60%;
  height: auto;
  padding: 0 1rem;
  text-align: justify;
}
.tx1 .tx1-body .tx1-content .tx1-text{
  margin-bottom: 1.2rem;
}
.tx1 .tx1-body .tx1-content .tx1-text .tx1-name{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.tx1 .tx1-body .tx1-content .tx1-text p{
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
}
.tx1 .tx1-body .tx1-content h5{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.tx1 .tx1-body .tx1-content .tx1-project{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.tx1 .tx1-body .tx1-content .tx1-project .tx1-prname li{
  list-style: none;
  font-size: 13px;
  font-weight: 300;
  margin-right: 1rem;
}

.value{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem 0;
}
.value .value-body{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.value .value-body .value-content p{
    font-size: 13px;
    font-weight: 400;
}
.value .value-body .value-content p .v1{
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(173, 204, 18);
}
.value .value-body .value-content p .v2{
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: rgb(173, 204, 18);
}

.project{
    width: 100%;
    height: 100%;
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.project .project-body{
    width: 90%;
    height: 90vh;
    display: flex;
    justify-content: center;
}
.project .project-body .project-content:nth-child(1){
    width: 30%;
    height: 100%;
    padding: 10rem 0 0 0;
}
.project .project-body .project-content:nth-child(2){
    width: 70%;
    height: 100%;
    overflow-y: scroll;
}
.project .project-body .project-content:nth-child(2)::-webkit-scrollbar{
  visibility: hidden;
}
.project .project-body .project-content a{
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.project .project-body .project-content a:hover{
    text-decoration: underline;
}
.project .project-body .project-content:nth-child(2) .wx2-main{
  width: 100%;
  height: 100%;
}
.project .project-body .project-content:nth-child(2) .wx2-main .wx2-body{
  width: 100%;
  height: fit-content;
  margin-bottom: 1rem;
}
.project .project-body .project-content:nth-child(2) .wx2-main .wx2-body .wx2-wrapper{
  width: 100%;
  height: fit-content;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: left;
}
.project .project-body .project-content:nth-child(2) .wx2-main .wx2-body .wx2-wrapper .wx2-card{
  width: 100%;
  height: 40vh;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
.project .project-body .project-content:nth-child(2) .wx2-main .wx2-body .wx2-wrapper .wx2-card:hover{
  transform: scale(1.05);
}
.project .project-body .project-content:nth-child(2) .wx2-main .wx2-body .wx2-wrapper .wx2-card .wx2-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(173, 173, 173, 0.4);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
}
.project .project-body .project-content:nth-child(2) .wx2-main .wx2-body .wx2-wrapper .wx2-card .wx2-overlay p{
  font-size: 16px;
  font-weight: 700;
}
.project .project-body .project-content:nth-child(2) .wx2-main .wx2-body .wx2-wrapper .wx2-card .wx2-overlay span{
  bottom: 5%;
  position: absolute;
  font-size: 12px;
}
.project .project-body .project-content:nth-child(2) .wx2-main .wx2-body .wx2-wrapper .wx2-card:hover .wx2-overlay{
  opacity: 1;
}
.project .project-body .project-content:nth-child(2) .wx2-main .wx2-body .wx2-wrapper .wx2-card img{
  width: 100%;
  height: 40vh;
  object-fit: cover;
}
/**Dashboard*/
  .light:root {
    --app-bg: #fff;
    --sidebar: #f3f6fd;
    --app-content-secondary-color: #f3f6fd;
    --app-content-main-color: #1f1c2e;
    --sidebar-link: #1f1c2e;
    --sidebar-hover-link: rgba(195, 207, 244, 0.5);
    --sidebar-active-link: rgba(195, 207, 244, 1);
    --sidebar-main-color: #1f1c2e;
    --filter-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
.app-container {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    max-width: 1280px;
    display: flex;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    max-width: 2000px;
    margin: 0 auto;
  }
  
  .sidebar {
    flex-basis: 200px;
    max-width: 200px;
    flex-shrink: 0;
    background-color: #f3f6fd;
    display: flex;
    flex-direction: column;
  }
  .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
  }
  .sidebar-list {
    list-style-type: none;
    padding: 0;
  }
  .sidebar-list-item {
    position: relative;
    margin-bottom: 4px;
  }
  .sidebar-list-item a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 16px;
    color: #1f1c2e;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
  }
  .sidebar-list-item svg {
    margin-right: 8px;
  }
  .sidebar-list-item:hover {
    background-color: rgba(221,233,159, 0.5);
  }
  .sidebar-list-item.active {
    background-color: rgb(221, 233, 159, 0.6);
  }
  .sidebar-list-item.active:before {
    content: "";
    position: absolute;
    right: 0;
    background-color: rgb(173, 204, 18);
    height: 100%;
    width: 4px;
  }
  @media screen and (max-width: 1024px) {
    .sidebar {
      display: none;
    }
  }
  
  .mode-switch {
    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--app-content-main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 8px;
    cursor: pointer;
  }
  .mode-switch .moon {
    fill: var(--app-content-main-color);
  }
  
  .mode-switch.active .moon {
    fill: none;
  }
  
  .account-info {
    display: flex;
    align-items: center;
    padding: 16px;
    margin-top: auto;
  }
  .account-info-picture {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
  }
  .account-info-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .account-info-name {
    font-size: 14px;
    color: var(--sidebar-main-color);
    margin: 0 8px;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .account-info-more {
    color: var(--sidebar-main-color);
    padding: 0;
    border: none;
    background-color: transparent;
    margin-left: auto;
  }
  
  .app-icon {
    color: var(--sidebar-main-color);
  }
  .app-icon img {
    width: 10rem;
    height: 10rem;
  }
  
  .app-content {
    padding: 16px;
    background-color: var(--app-bg);
    height: 100%;
    flex: 1;
    max-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .app-content-header {
    display: flex;
    align-items: center;
    padding: 0 4px;
  }
  .app-content-headerText {
    color: var(--app-content-main-color);
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 0 1.2rem;
  }
  .app-content-headerButton {
    background-color: var(--action-color);
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    border: none;
    border-radius: 4px;
    height: 32px;
    padding: 0 16px;
    transition: 0.2s;
    cursor: pointer;
  }
  .app-content-headerButton:hover {
    background-color: var(--action-color-hover);
  }
  .app-content-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 4px;
  }
  .app-content-actions-wrapper {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  @media screen and (max-width: 520px) {
    .app-content-actions {
      flex-direction: column;
    }
    .app-content-actions .search-bar {
      max-width: 100%;
      order: 2;
    }
    .app-content-actions .app-content-actions-wrapper {
      padding-bottom: 16px;
      order: 1;
    }
  }

.app-content .home .home-banner{
    padding: 2rem 1.5rem;
}
.app-content .home .home-banner .carousel{
    width: 80%;
}
.app-content .home .home-banner .carousel-inner .carousel-item{
    width: 100%;
}
.app-content .home .home-banner .carousel-inner .carousel-item img{
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
.app-content .home .home-banner1{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 2rem 1.5rem;
}
.app-content .home .home-banner1 .carousel{
  width: 70%;
}
.app-content .home .home-banner1 .carousel-inner .carousel-item{
  width: 100%;
}
.app-content .home .home-banner1 .carousel-inner .carousel-item img{
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
.app-content .home .home-banner1 .short-desc{
  width: 30%;
  height: 100%;
  padding: 0 1rem;
}
.app-content .home .home-banner1 .short-desc p{
  font-size: 16px;
  font-weight: 500;
  color: #7f8c8d;
  line-height: 1.5rem;
}
.app-content .home .home-body{
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}
.app-content .home .home-body .home-content:nth-child(1){
  width: 75%;
  overflow-y: scroll;
}
.app-content .home .home-body .home-content:nth-child(1)::-webkit-scrollbar{
  display: none;
}
.app-content .home .home-body .home-content:nth-child(2){
  width: 20%;
}
.app-content .home .home-body .home-content:nth-child(2) .sidecard .sidecard-content{
  margin-bottom: 1rem;
}
.app-content .home .home-body .home-content:nth-child(2) .sidecard .sidecard-content a.pdf-link{
  color: #000;
  background-color: #fff;
  text-align: center;
}
.app-content .home .home-body .home-content:nth-child(2) .sidecard .sidecard-content a.pdf-link p{
  font-size: 16px;
  font-weight: 600;
}
.app-content .home .home-body .home-content:nth-child(2) .sidecard .sidecard-content a iframe{
  width: 100%;
  height: 100%;
}
.app-content .home .home-body .home-content:nth-child(2) .sidecard .sidecard-content iframe::-webkit-scrollbar{
  display: none;
  overflow: hidden;
}
.app-content .home .home-body .home-content:nth-child(2) .sidecard .sidecard-content h4{
  font-size: 1.1rem;
  font-weight: 400;
}
.app-content .home .home-body .home-content:nth-child(2) .sidecard .sidecard-content p{
  font-size: 0.9rem;
  font-weight: 400;
}
.app-content .home .home-body .home-content:nth-child(2) .sidecard .sidecard-content img{
  width: 100%;
  height: 6rem;
  object-fit: cover;
}
.app-content .home .home-body .home-content:nth-child(2) .sidecard .sidecard-content a{
  text-decoration: none;
  color: #fff;
  background-color: rgb(173, 204, 18);
  padding: 0.2rem 1rem;
}
.app-content .home .imp{
  width: 100%;
  height: 100%;
  padding: 1rem 1.5rem;
}
.app-content .home .imp .imp-head h3{
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.app-content .home .imp .imp-body{
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  margin-bottom: 4rem;
}
.app-content .home .imp .imp-body .imp-doc{
  width: 100%;
  height: 100%;
  text-align: center;
}
.app-content .home .imp .imp-body .imp-doc a{
  color: #000;
  text-decoration: none;
}
.app-content .home .imp .imp-body .imp-doc iframe{
  width: 100%;
  height: 100%;
}
.app-content .home .imp .imp-body .imp-doc p{
  font-size: 16px;
  font-weight: 600;
}
  .search-bar {
    background-color: var(--app-content-secondary-color);
    border: 1px solid var(--app-content-secondary-color);
    color: var(--app-content-main-color);
    font-size: 14px;
    line-height: 24px;
    border-radius: 4px;
    padding: 0px 10px 0px 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    width: 100%;
    max-width: 320px;
    transition: 0.2s;
  }
  .light .search-bar {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231f1c2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  }
  .search-bar:placeholder {
    color: var(--app-content-main-color);
  }
  .search-bar:hover {
    border-color: var(--action-color-hover);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236291fd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  }
  .search-bar:focus {
    outline: none;
    border-color: var(--action-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232869ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  }
  
  .action-button {
    border-radius: 4px;
    height: 32px;
    background-color: var(--app-content-secondary-color);
    border: 1px solid var(--app-content-secondary-color);
    display: flex;
    align-items: center;
    color: var(--app-content-main-color);
    font-size: 14px;
    margin-left: 8px;
    cursor: pointer;
  }
  .action-button span {
    margin-right: 4px;
  }
  .action-button:hover {
    border-color: var(--action-color-hover);
  }
  .action-button:focus, .action-button.active {
    outline: none;
    color: var(--action-color);
    border-color: var(--action-color);
  }
  
  .filter-button-wrapper {
    position: relative;
  }
  
  .filter-menu {
    background-color: var(--app-content-secondary-color);
    position: absolute;
    top: calc(100% + 16px);
    right: -74px;
    border-radius: 4px;
    padding: 8px;
    width: 220px;
    z-index: 2;
    box-shadow: var(--filter-shadow);
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
  }
  .filter-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--app-content-secondary-color);
    bottom: 100%;
    left: 50%;
    transform: translatex(-50%);
  }
  .filter-menu.active {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 8px);
  }
  .filter-menu label {
    display: block;
    font-size: 14px;
    color: var(--app-content-main-color);
    margin-bottom: 8px;
  }
  .filter-menu select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    padding: 8px 24px 8px 8px;
    background-position: right 4px center;
    border: 1px solid var(--app-content-main-color);
    border-radius: 4px;
    color: var(--app-content-main-color);
    font-size: 12px;
    background-color: transparent;
    margin-bottom: 16px;
    width: 100%;
  }
  .filter-menu select option {
    font-size: 14px;
  }
  .light .filter-menu select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231f1c2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  }
  .filter-menu select:hover {
    border-color: var(--action-color-hover);
  }
  .filter-menu select:focus, .filter-menu select.active {
    outline: none;
    color: var(--action-color);
    border-color: var(--action-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232869ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  }
  
  .filter-menu-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .filter-button {
    border-radius: 2px;
    font-size: 12px;
    padding: 4px 8px;
    cursor: pointer;
    border: none;
    color: #fff;
  }
  .filter-button.apply {
    background-color: var(--action-color);
  }
  .filter-button.reset {
    background-color: var(--filter-reset);
  }
  
  .products-area-wrapper {
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 0 4px;
  }
  
  .tableView .products-header {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background-color: var(--app-content-secondary-color);
    position: sticky;
    top: 0;
  }
  .tableView .products-row {
    display: flex;
    align-items: center;
    border-radius: 4px;
  }
  .tableView .products-row:hover {
    box-shadow: var(--filter-shadow);
    background-color: var(--app-content-secondary-color);
  }
  .tableView .products-row .cell-more-button {
    display: none;
  }
  .tableView .product-cell {
    flex: 1;
    padding: 8px 16px;
    color: var(--app-content-main-color);
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .tableView .product-cell img {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    margin-right: 6px;
  }
  @media screen and (max-width: 780px) {
    .tableView .product-cell {
      font-size: 12px;
    }
    .tableView .product-cell.image span {
      display: none;
    }
    .tableView .product-cell.image {
      flex: 0.2;
    }
  }
  @media screen and (max-width: 520px) {
    .tableView .product-cell.category, .tableView .product-cell.sales {
      display: none;
    }
    .tableView .product-cell.status-cell {
      flex: 0.4;
    }
    .tableView .product-cell.stock, .tableView .product-cell.price {
      flex: 0.2;
    }
  }
  @media screen and (max-width: 480px) {
    .tableView .product-cell.stock {
      display: none;
    }
    .tableView .product-cell.price {
      flex: 0.4;
    }
  }
  .tableView .sort-button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: var(--app-content-main-color);
    margin-left: 4px;
    display: flex;
    align-items: center;
  }
  .tableView .sort-button:hover {
    color: var(--action-color);
  }
  .tableView .sort-button svg {
    width: 12px;
  }
  .tableView .cell-label {
    display: none;
  }
  
  .status {
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    font-size: 12px;
  }
  .status:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 4px;
  }
  .status.active {
    color: #2ba972;
    background-color: rgba(43, 169, 114, 0.2);
  }
  .status.active:before {
    background-color: #2ba972;
  }
  .status.disabled {
    color: #59719d;
    background-color: rgba(89, 113, 157, 0.2);
  }
  .status.disabled:before {
    background-color: #59719d;
  }
  
  .gridView {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  @media screen and (max-width: 520px) {
    .gridView {
      margin: 0;
    }
  }
  .gridView .products-header {
    display: none;
  }
  .gridView .products-row {
    margin: 8px;
    width: calc(25% - 16px);
    background-color: var(--app-content-secondary-color);
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.2s;
    position: relative;
  }
  .gridView .products-row:hover {
    transform: scale(1.01);
    box-shadow: var(--filter-shadow);
  }
  .gridView .products-row:hover .cell-more-button {
    display: flex;
  }
  @media screen and (max-width: 1024px) {
    .gridView .products-row {
      width: calc(33.3% - 16px);
    }
  }
  @media screen and (max-width: 820px) {
    .gridView .products-row {
      width: calc(50% - 16px);
    }
  }
  @media screen and (max-width: 520px) {
    .gridView .products-row {
      width: 100%;
      margin: 8px 0;
    }
    .gridView .products-row:hover {
      transform: none;
    }
  }
  .gridView .products-row .cell-more-button {
    border: none;
    padding: 0;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: rgba(16, 24, 39, 0.7);
    color: #fff;
    cursor: pointer;
    display: none;
  }
  .gridView .product-cell {
    color: var(--app-content-main-color);
    font-size: 14px;
    margin-bottom: 8px;
  }
  .gridView .product-cell:not(.image) {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .gridView .product-cell.image span {
    font-size: 18px;
    line-height: 24px;
  }
  .gridView .product-cell img {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    margin-bottom: 16px;
  }
  .gridView .cell-label {
    opacity: 0.6;
  }

.desc-carousel{
  width: 100%;
  height: 100%;
}
.desc-carousel .carousel .carousel-inner .carousel-item{
  width: 100%;
  height: 90vh;
}
.desc-carousel .carousel .carousel-inner .carousel-item img{
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
.full{
  width: 100%;
  height: 70vh;
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full .full-body{
  width: 70%;
  height: 100%;
}
.full .full-body img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full .full-body .sp-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.full2{
  width: 100%;
  height: 70vh;
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full2 .full2-body{
  width: 70%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.full2 .full2-body img{
  width: 49.5%;
  height: 100%;
  object-fit: cover;
}
.full2 .full2-body .sp-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.user-form{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 2rem 0 0 0;
}
.user-form .contact-form1{
  width: 100%;
  min-width: 70vh;
  display: grid;
  margin-top: 1.55rem;
  grid-template-columns: repeat(2,1fr);
  column-gap: 2rem;
  row-gap: 1rem;
}
.user-form .contact-form1 .w-100{
  grid-column: span 2;
}
.user-form .contact-form1 .input-wrap{
  position: relative;
}
.user-form .contact-form1 .input-wrap .contact-input{
  width: 100%;
  background-color: hsla(208, 50%,50%,6.5%);
  padding: 1rem 1.35rem calc(0.75rem - 2px) 1.35rem;
  border: none;
  outline: none;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  box-shadow: 0 0 0 0px hsla(208, 92%, 54%, 0.169);
  transition: 0.3s;
}
.user-form .contact-form1 .input-wrap .contact-input:hover{
  background-color: hsla(208, 50%,50%,14%);
}
.user-form .contact-form1 .input-wrap label{
  position: absolute;
  top: 50%;
  left: calc(1.35rem + 2px);
  transform: translateY(-50%);
  color: #9ca7b6;
  pointer-events: none;
  transition: 0.3s;
}
.user-form .contact-form1 .input-wrap i{
  position: absolute;
  right: calc(1.35rem + 2px);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #8c9aaf;
  font-size: 1.25rem;
}
.user-form .contact-form1 .input-wrap textarea.contact-input{
  resize: none;
  width: 100%;
  height: 100px;
}
.user-form .contact-form1 .input-wrap textarea.contact-input ~ label{
  top: 1.2rem;
  transform: none;
}
.user-form .contact-form1 .input-wrap textarea.contact-input ~ i{
  top: 1.3rem;
  transform: none;
}
.user-form .contact-form1 .input-wrap.focus .contact-input{
  background-color: #fff;
  border: 2px solid rgb(173,214,18);
  box-shadow: 0 0 0 5px rgb(173,214,18) 10% 20%;
}
.user-form .contact-form1 .input-wrap.focus label{
  color: rgb(173,214,18);
}
.user-form .contact-form1 .input-wrap.focus i{
  color: rgb(173,214,18);
}
.user-form .contact-form1 .input-wrap.not-empty label{
  font-size: 0.66rem;
  top: 0.75rem;
  transform: translateY(0);
}
.user-form .contact-form1 .contact-buttons{
  width: 100%;
}
.user-form .contact-form1 .contact-buttons .btn{
  display: inline-block;
  padding: 1.1rem 2rem;
  background-color: rgb(173,214,18);
  color: #fff;
  border-radius: 5px;
  width: 100%;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.user-form .contact-form1 .input-par{
  font-size: 18px;
  font-weight: 600;
}
.user-form .contact-form1 .sec-add{
  display: flex;
  justify-content: right;
  align-items: center;
}
.user-form .contact-form1 .sec-add .sec-btn{
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: rgb(173,204,18);
  border: none;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  float: right;
}

.feature-table{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.feature-table table{
  width: 100%;
}
.feature-table table th{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: rgb(173, 204, 18);
  border: 1px solid #7f8c8d;
}
.feature-table table tr,th{
  border: 1px solid #7f8c8d;
  padding: 0.2rem 1rem;
}
.feature-table table tbody tr td{
  border: 1px solid #7f8c8d;
  font-size: 14px;
  padding: 0.3rem 1rem;
  width: fit-content;
}
.feature-table table tr td img{
  height: 1.5rem;
  width: 2.25rem;
}
.feature-table table tbody tr:nth-child(even){
  background-color: rgba(50,50,50, 0.1);
}
.aspect{
  width: 100%;
  height: auto;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.aspect .aspect-body{
  width: 90%;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aspect .aspect-body .aspect-img{
  width: 40%;
  height: 100%;
}
.aspect .aspect-body .aspect-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aspect .aspect-body .aspect-content{
  width: 60%;
  height: auto;
  text-align: center;
  padding: 0 0.7rem;
}
.aspect .aspect-body .aspect-content h4{
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1rem 0;
  text-transform: uppercase;
}
.aspect .aspect-body .aspect-content h5{
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
}
.aspect .aspect-body .aspect-content p{
  font-size: 0.9rem;
  text-align: justify;
}
.sw-img{
  width: 100%;
  height: 100%;
  margin: 1rem 0 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sw-img .grid-wrapper{
  width: 90%;
  height: 100%;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.sw-img .grid-wrapper > div{
  position: relative;
  display: flex;
  justify-content: center;
  transition: all 0.5s ease;
}
.sw-img .grid-wrapper > div .sw-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.7);
  color: #fff;
  padding: 0.5rem;
  display: flex;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
}
.sw-img .grid-wrapper > div:hover .sw-overlay{
  opacity: 1;
}
.sw-img .grid-wrapper img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
.sw-img .grid-wrapper > div > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sw-img .grid-wrapper .wide{
  grid-column: span 2;
}
.sw-img .grid-wrapper .tall{
  grid-row: span 2;
}
.sw-img .grid-wrapper .big{
  grid-column: span 2;
  grid-row: span 2;
}
.sw-img .grid-wrapper .xl{
  grid-column: span 3;
  grid-row: span 2;
}
.associate{
  width: 100%;
  height: 100%;
  margin: 1rem 0 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.associate .associate-body{
  width: 90%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  grid-row-gap: 1.5rem;
  grid-auto-rows: 50%;
  grid-auto-flow: dense;
}
.associate .associate-body .associate-card{
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
}
.associate .associate-body .associate-card .associate-img{
  width: 30%;
  height: 100%;
}
.associate .associate-body .associate-card .associate-img img{
  width: 100%;
  height: auto;
}
.associate .associate-body .associate-card .associate-content{
  width: 70%;
  height: 100%;
  padding: 0 0.5rem;
  font-size: 14px;
  line-height: 1rem;
  text-align: justify;
}
.main-footer{
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgb(47,46,46);
  color: #fff;
  overflow: hidden;
}
.main-footer .footer-body{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-footer .footer-body .footer-content{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 0 0;
}
.main-footer .footer-body .footer-content p{
  font-size: 14px;
}
.main-footer .footer-body .footer-content p.fct{
  text-align: center;
  font-size: 16px;
}
.main-footer .footer-body .footer-content p.fct span.powd{
  font-size: 14px;
}
.main-footer .footer-body .footer-content:nth-child(1){
  border-bottom: 1px solid #fff;
}
.main-footer .footer-body .footer-content .footer-cent{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-footer .footer-body .footer-content .footer-name{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.main-footer .footer-body .footer-content .footer-name img{
  width: 3.3rem;
  height: auto;
}
.main-footer .footer-body .footer-content .footer-name h3{
  font-size: 1.5rem;
  margin-top: 1rem;
}
.main-footer .footer-body .footer-content .footer-link{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-footer .footer-body .footer-content .footer-link a{
  color: #fff;
}
.main-footer .footer-body .footer-content .footer-link a i{
  font-size: 20px;
  font-weight: 700;
  margin: 0.5rem ;
  padding: 0.6rem;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.main-footer .footer-body .footer-content .footer-link a i:hover{
  background-color: #fff;
  color: #000;
}
.message{
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0 0;
}
.message .message-body{
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.message .message-body .message-content{
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.message .message-body .message-content .msg-btn{
  text-decoration: none;
  padding: 0.4rem 1rem;
  color: #fff;
  border-radius: 5px;
  background-color: rgb(173,204,18);
}
@media screen and (max-width: 768px){
  *{
    overflow-x: hidden;
  }
  *::-webkit-scrollbar{
    display: none;
  }
  .header{
    width: 100%;
    height: 4vh;
  }
  .header .header-top{
    width: 100%;
  }
  .header .header-top .header-logo{
    width: 30%;
  }
  .header .header-top .header-logo img{
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
  }
  .header .header-top .header-logo h1{
    font-size: 1.2rem;
  }
  .header .header-top .header-link{
    display: none;
    width: 30%;
    height: 100%;
  }
  .toggle{
    position: relative;
    top: 30%;
    right: -16%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("../img/menu.webp");
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1);
    z-index: 21;
  }
  .toggle.active{
    position: fixed;
    right: 10px;
    top: 10px;
    background: url("../img/close.webp");
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .header .header-top .header-link.active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    margin-left: -1rem;
    z-index: 20;
  }
  .header .header-top .header-link ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .header .header-top .header-link ul li a{
    font-size: 1.5rem;
    margin: 0.2rem 0;
  }
  .header .header-top .header-btn{
    width: 35%;
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .header .header-top .header-btn .bg-login{
    position: relative;
    right: 10%;
    padding: 0.2rem 0.3rem;
    font-size: 16px;
  }
  .main-banner .carousel-inner .carousel-item{
    width: 100%;
    height: 96vh;
  }
  .main-banner .carousel-inner .carousel-item img{
    width: 100%;
    height: 96vh;
  }
  .main-banner .carousel-inner .carousel-item .img-data{
    width: 90%;
    height: 40%;
  }
  .value .value-body{
    display: block;
  }
  .wx-main{
    width: 100%;
    height: 100%;
    margin-top: 1rem;
  }
  .wx-main .wx-body{
    width: 90%;
    height: 100%;
    margin-top: 0;
  }
  .wx-main .wx-body .wx-wrapper{
    display: block;
  }
  .wx-main .wx-body .wx-wrapper .wx-card{
    width: 100%;
    height: 300px;
    margin: 0 0 1rem 0;
  }
  .wx-main .wx-body .wx-wrapper .wx-card img{
    width: 100%;
    height: 300px;
  }
  .tx-team{
    width: 100%;
    height: 100%;
    margin: 3.5rem 0;
  }
  .tx-team .tx-body{
    width: 90%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .tx-team .tx-body .tx-card{
    width: 100%;
    height: 280px;
  }
  .tx-team .tx-body .tx-card img{
    width: 100%;
    height: 100%;
  }
  .tx-team .tx-body .tx-card .tx-text{
    width: 100%;
    height: 100%;
  }
  .tx1{
    width: 100%;
    height: 100%;
    margin: 5rem 0 0 0;
  }
  .tx1 .tx1-body{
    width: 90%;
    height: 100%;
    display: block;
  }
  .tx1 .tx1-body .tx1-img{
    width: 100%;
    height: 100%;
  }
  .tx1 .tx1-body .tx1-content{
    width: 100%;
    height: 100%;
  }
  .tx1 .tx1-body .tx1-content .tx1-project{
    display: block;
  }
  .main-footer{
    width: 100%;
    height: 100%;
  }
  .main-footer .footer-body{
    width: 90%;
    height: 100%;
    display: block;
  }
  .main-footer .footer-body .footer-content{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
  }
  .main-footer .footer-body .footer-content .footer-cent{
    width: 100%;
    height: 100%;
    display: block;
  }
  .main-footer .footer-body .footer-content .footer-cent .footer-name{
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .main-footer .footer-body .footer-content .footer-cent .footer-link{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .aspect{
    width: 100%;
    height: 100%;
  }
  .aspect .aspect-body{
    width: 90%;
    height: 100%;
    display: block;
    margin: 0.5rem 0;
  }
  .aspect .aspect-body .aspect-img{
    width: 100%;
    height: 100%;
  }
  .aspect .aspect-body .aspect-content{
    width: 100%;
    height: 100%;
    text-align: justify;
  }
  .aspect .aspect-body .aspect-content h4{
    font-size: 1.3rem;
    text-align: left;
  }
  .project{
    width: 100%;
    height: 100%;
  }
  .project .project-body{
    width: 90%;
    height: 100%;
    display: block;
    justify-content: center;
    align-items: center;
  }
  .project .project-body .project-content:nth-child(1){
    width: 100%;
    height: 100%;
    padding: 4rem 0 0 0;
  }
  .project .project-body .project-content:nth-child(2){
    width: 100%;
    height: 100%;
  }
  .project .project-body .project-content:nth-child(2) .wx2-main{
    width: 100%;
    height: 100%;
    margin-top: 1rem;
  }
  .project .project-body .project-content:nth-child(2) .wx2-main .wx2-body{
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .project .project-body .project-content:nth-child(2) .wx2-main .wx2-body .wx2-wrapper{
    display: block;
  }
  .project .project-body .project-content:nth-child(2) .wx2-main .wx2-body .wx2-wrapper .wx2-card{
    width: 100%;
    height: 280px;
    margin: 0 0 1rem 0;
  }
  .project .project-body .project-content:nth-child(2) .wx2-main .wx2-body .wx2-wrapper .wx2-card .wx2-overlay{
    width: 100%;
    height: 100%;
  }
  .project .project-body .project-content:nth-child(2) .wx2-main .wx2-body .wx2-wrapper .wx2-card img{
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
  .associate{
    width: 100%;
    height: 100%;
  }
  .associate .associate-body{
    width: 90%;
    height: 100%;
    display: block;
  }
  .associate .associate-body .associate-card{
    width: 100%;
    height: 100%;
    display: block;
  }
  .associate .associate-body .associate-card .associate-img{
    width: 100%;
    height: 100%;
  }
  .associate .associate-body .associate-card .associate-content{
    width: 100%;
    height: 100%;
  }
  .career1{
    width: 100%;
    height: 35vh;
    margin: 5rem 0 0 0;
  }
  .career1 .career1-banner{
    width: 90%;
    height: 100%;
  }
  .career1 .career1-banner .carousel .carousel-inner .carousel-item{
    width: 100%;
    height: 35vh;
  }
  .career{
    width: 100%;
    height: 100%;
  }
  .career .career-body{
    width: 90%;
    height: 100%;
    display: block;
  }
  .career .career-body .career-content{
    width: 100%;
  }
  .contact{
    width: 100%;
    height: 100%;
    margin: 4rem 0 0 0;
  }
  .contact .contact-container{
    width: 100%;
    height: 100%;
    display: block;
  }
  .contact .contact-container .left{
    width: 100%;
    height: 100%;
  }
  .contact .contact-container .left .form-wrapper{
    width: 35vh;
  }
  .contact .contact-container .left .form-wrapper .contact-heading h1{
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .contact .contact-container .left .form-wrapper .contact-heading p.text a{
    font-size: 1rem;
  }
  .contact .contact-container .left .form-wrapper .contact-form{
    width: 100%;
    height: 100%;
    display: block;
  }
  .contact .contact-container .left .form-wrapper .contact-form .input-wrap{
    width: 100%;
    height: 100%;
    margin: 1rem 0;
  }
  .contact .contact-container .right{
    width: 0%;
    display: none;
  }
  .containerlog{
    width: 100%;
    height: 100%;
    margin: 5rem 0 0 0;
  }
  .containerlog .screen{
    width: 90%;
    height: 100%;
  }
  .containerlog .screen .screen__content h4{
    margin: 2rem 0 0 1rem;
  }
  .desc-carousel .carousel .carousel-inner .carousel-item{
    width: 100%;
    height: 500px;
  }
  .desc-carousel .carousel .carousel-inner .carousel-item img{
    width: 100%;
    height: 100%;
  }
  .description{
    width: 100%;
    height: 100%;
  }
  .description .description-body{
    width: 90%;
    height: 100%;
    display: block;
  }
  .description .description-body .description-content:nth-child(1){
    width: 100%;
    height: 100%;
  }
  .description .description-body .description-content:nth-child(2){
    width: 100%;
    height: 100%;
  }
  .full{
    width: 100%;
    height: 30vh;
    margin: 0.7rem 0;
  }
  .full .full-body{
    width: 90%;
    height: 100%;
  }
  .full2{
    width: 100%;
    height: 100%;
  }
  .full2 .full2-body{
    width: 90%;
    height: 100%;
    display: block;
  }
  .full2 .full2-body img{
    width: 100%;
    height: 100%;
    margin: 0.5rem 0;
  }
  .user-form{
    width: 100%;
    height: 100%;
    justify-content: center;
    margin: 1rem 0 0 1rem;
  }
  .user-form .contact-form1{
    width: 90%;
    min-width: 90%;
  }
  .m4{
    margin-top: 5rem;
  }
  .sw-img{
    width: 100%;
    height: 100%;
  }
  .sw-img .grid-wrapper{
    width: 90%;
    height: 100%;
    display: block;
  }
  .sw-img .grid-wrapper > div{
    margin: 0.5rem 0;
  }
  .sw-img .grid-wrapper > div > img{
    width: 100%;
    height: 50vh;
  }
}
@media screen and (min-width:769px) and (max-width: 1200px){
  *{
    overflow-x: hidden;
  }
  *::-webkit-scrollbar{
    display: none;
  }
  .header{
    width: 100%;
    height: 4vh;
  }
  .header .header-top{
    width: 100%;
  }
  .header .header-top .header-logo{
    width: 30%;
  }
  .header .header-top .header-logo img{
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
  }
  .header .header-top .header-logo h1{
    font-size: 1.2rem;
  }
  .header .header-top .header-link{
    display: none;
    width: 30%;
    height: 100%;
  }
  .toggle{
    position: relative;
    top: 35%;
    right: -16%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("../img/menu.webp");
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1);
    z-index: 21;
  }
  .toggle.active{
    position: fixed;
    right: 10px;
    top: 10px;
    background: url("../img/close.webp");
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .header .header-top .header-link.active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    flex-direction: column;
    background: #fff;
    margin-left: -1rem;
    z-index: 20;
  }
  .header .header-top .header-link ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .header .header-top .header-link ul li a{
    font-size: 1.5rem;
    margin: 0.2rem 0;
  }
  .header .header-top .header-btn{
    width: 35%;
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .header .header-top .header-btn .bg-login{
    position: relative;
    right: 10%;
    padding: 0.2rem 0.3rem;
    font-size: 16px;
  }
  .main-banner .carousel-inner .carousel-item{
    width: 100%;
    height: 96vh;
  }
  .main-banner .carousel-inner .carousel-item img{
    width: 100%;
    height: 96vh;
  }
  .main-banner .carousel-inner .carousel-item .img-data{
    width: 90%;
    height: 40%;
  }
  .value .value-body{
    display: block;
  }
  .wx-main{
    width: 100%;
    height: 100%;
    margin-top: 1rem;
  }
  .wx-main .wx-body{
    width: 90%;
    height: 100%;
    margin-top: 0;
  }
  .wx-main .wx-body .wx-wrapper .wx-card{
    width: 100%;
    height: 300px;
    margin: 0 0 1rem 0;
  }
  .wx-main .wx-body .wx-wrapper .wx-card img{
    width: 100%;
    height: 300px;
  }
  .tx-team{
    width: 100%;
    height: 100%;
    margin: 3.5rem 0;
  }
  .tx-team .tx-body{
    width: 90%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
  }
  .tx-team .tx-body .tx-card{
    width: 100%;
    height: 300px;
  }
  .tx-team .tx-body .tx-card img{
    width: 100%;
    height: 100%;
  }
  .tx-team .tx-body .tx-card .tx-text{
    width: 100%;
    height: 100%;
  }
  .tx1{
    width: 100%;
    height: 100%;
    margin: 5rem 0 0 0;
  }
  .tx1 .tx1-body{
    width: 90%;
    height: 100%;
    display: block;
  }
  .tx1 .tx1-body .tx1-img{
    width: 100%;
    height: 100%;
  }
  .tx1 .tx1-body .tx1-content{
    width: 100%;
    height: 100%;
  }
  .tx1 .tx1-body .tx1-content .tx1-project{
    display: block;
  }
  .main-footer{
    width: 100%;
    height: 100%;
  }
  .main-footer .footer-body{
    width: 90%;
    height: 100%;
    display: block;
  }
  .main-footer .footer-body .footer-content{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
  }
  .main-footer .footer-body .footer-content .footer-cent{
    width: 100%;
    height: 100%;
    display: block;
  }
  .main-footer .footer-body .footer-content .footer-cent .footer-name{
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .main-footer .footer-body .footer-content .footer-cent .footer-link{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .aspect{
    width: 100%;
    height: 100%;
  }
  .aspect .aspect-body{
    width: 90%;
    height: 100%;
    margin: 0.5rem 0;
  }
  .aspect .aspect-body .aspect-img{
    width: 40%;
    height: 100%;
  }
  .aspect .aspect-body .aspect-content{
    width: 60%;
    height: 100%;
    text-align: justify;
  }
  .project{
    width: 100%;
    height: 100%;
  }
  .project .project-body{
    width: 90%;
    height: 100%;
    display: block;
    justify-content: center;
    align-items: center;
  }
  .project .project-body .project-content:nth-child(1){
    width: 100%;
    height: 100%;
    padding: 4rem 0 0 0;
  }
  .project .project-body .project-content:nth-child(2){
    width: 100%;
    height: 100%;
  }
  .project .project-body .project-content:nth-child(2) .wx2-main{
    width: 100%;
    height: 100%;
    margin-top: 1rem;
  }
  .project .project-body .project-content:nth-child(2) .wx2-main .wx2-body{
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .project .project-body .project-content:nth-child(2) .wx2-main .wx2-body .wx2-wrapper .wx2-card{
    width: 100%;
    height: 300px;
    margin: 0 0 0.5rem 0;
  }
  .project .project-body .project-content:nth-child(2) .wx2-main .wx2-body .wx2-wrapper .wx2-card img{
    width: 100%;
    height: 300px;
  }
  .associate{
    width: 100%;
    height: 100%;
  }
  .associate .associate-body{
    width: 90%;
    height: 100%;
    display: block;
  }
  .associate .associate-body .associate-card{
    width: 100%;
    height: 100%;
  }
  .associate .associate-body .associate-card .associate-img{
    width: 100%;
    height: 100%;
  }
  .associate .associate-body .associate-card .associate-content{
    width: 100%;
    height: 100%;
  }
  .career1{
    width: 100%;
    height: 400px;
    margin: 4rem 0 0 0;
  }
  .career1 .career1-banner{
    width: 90%;
    height: 100%;
  }
  .career1 .career1-banner .carousel .carousel-inner .carousel-item{
    width: 100%;
    height: 400px;
  }
  .career{
    width: 100%;
    height: 100%;
  }
  .career .career-body{
    width: 90%;
    height: 100%;
    display: block;
  }
  .career .career-body .career-content{
    width: 100%;
  }
  .contact{
    width: 100%;
    height: 100%;
    margin: 5rem 0 0 0;
  }
  .contact .contact-container{
    width: 100%;
    height: 100%;
  }
  .contact .contact-container .left{
    width: 100%;
    height: 100%;
  }
  .contact .contact-container .left .form-wrapper{
    width: 100%;
  }
  .contact .contact-container .left .form-wrapper .contact-heading h1{
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .contact .contact-container .left .form-wrapper .contact-heading p.text a{
    font-size: 1rem;
  }
  .contact .contact-container .left .form-wrapper .contact-form{
    width: 100%;
    height: 100%;
    display: block;
  }
  .contact .contact-container .left .form-wrapper .contact-form .input-wrap{
    width: 100%;
    height: 100%;
    margin: 1rem 0;
  }
  .contact .contact-container .right{
    width: 100%;
  }
  .contact .contact-container .right .image-wrapper{
    position: relative;
    grid-column: 2;
  }
  .contact .contact-container .right .image-wrapper img.img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .containerlog{
    width: 100%;
    height: 100%;
    margin: 6rem 0 0 0;
  }
  .containerlog .screen{
    width: 60%;
    height: 100%;
  }
  .containerlog .screen::-webkit-scrollbar{
    visibility: hidden;
  }
  .containerlog .screen .screen__content h4{
    margin: 2rem 0 0 1rem;
  }
  .desc-carousel .carousel .carousel-inner .carousel-item{
    width: 100%;
    height: 500px;
  }
  .desc-carousel .carousel .carousel-inner .carousel-item img{
    width: 100%;
    height: 100%;
  }
  .description{
    width: 100%;
    height: 100%;
  }
  .description .description-body{
    width: 90%;
    height: 100%;
    display: block;
  }
  .description .description-body .description-content:nth-child(1){
    width: 100%;
    height: 100%;
  }
  .description .description-body .description-content:nth-child(2){
    width: 100%;
    height: 100%;
  }
  .full{
    width: 100%;
    height: 30vh;
    margin: 0.7rem 0;
  }
  .full .full-body{
    width: 90%;
    height: 100%;
  }
  .full2{
    width: 100%;
    height: 100%;
  }
  .full2 .full2-body{
    width: 90%;
    height: 100%;
    display: block;
  }
  .full2 .full2-body img{
    width: 100%;
    height: 100%;
    margin: 0.5rem 0;
  }
  .user-form{
    width: 100%;
    height: 100%;
    justify-content: center;
    margin: 1rem 0 0 1rem;
  }
  .user-form .contact-form1{
    width: 90%;
    min-width: 90%;
  }
  .m4{
    margin-top: 5rem;
  }
}
@media screen and (min-width:1310px) and (max-width: 1560px){
  .sw-img .grid-wrapper{
    width: 90%;
    height: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
  } 
}