/* ============================  POPUP ============================= */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}

.cnt223 a {
    text-decoration: none;
}

.popup {
    /* width: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 0;
  background: none;
  top: 0;
  height: 100%;
  pointer-events: auto; */

    /* position: absolute;
top: 300px;
left: 0;
width: 300px;
height: 200px;
background: white; */
    pointer-events: auto;

    position: fixed;
    bottom: 20px;
    left: 0;
    width: 300px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.cnt223 {
    width: 360px;
    min-height: 150px;
    margin: 0;
    background: #f3f3f3;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 103;
    /* padding: 35px 25px; */
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
    text-align: center;
}

.cnt223 h1 {
    font-size: 2.4rem;
    margin-top: 50px;
}

.cnt223 h3 {
    font-size: 1.3rem;
    margin-top: 20px;
}

.cnt223 .buttn-box {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    width: 210px;
    margin: 0 auto;
    padding: 15px 0;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}

.cnt223 .buttn-box i {
    font-size: 12px;
    position: relative;
    top: 4px;
    left: 10px;
}

.cnt223 img {
    width: 100%;
}

.cnt223 p {
    clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}

.cnt223 p a {
    color: #d91900;
    font-weight: bold;
}

.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}

.cnt223 .x:hover {
    cursor: pointer;
}

.close {
    position: absolute;

    width: 40px;
    height: 40px;
    background-size: 25px;
    background-position: center;
    top: 0;
    right: 0;
    margin: 25px;
    cursor: pointer;
}

.close img {
    width: 15px;

}


/* ============================  POPUP ============================= */


.land h1 {
    font-size: 35px;
    font-weight: 500;
    text-align: center;
}

.land p {
    font-size: 20px;
    color: #000;
    line-height: 34px;
    width: 90%;
}

.group-area {
    width: 100%;
    height: auto;
    padding: 240px 0 10px 0;
    will-change: transform;
    backface-visibility: hidden;
    perspective: 1000px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.decoration {
    text-decoration: none;
}

.text-white {
    color: #fff;
}

.group-area .contain {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    will-change: transform;
    backface-visibility: hidden;
    perspective: 1000px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.group-area .contain .half-box {
    width: 22%;
    position: relative;
    margin-bottom: 50px;
    will-change: transform;
    backface-visibility: hidden;
    perspective: 1000px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* left: 55%;
  top: 50%;
  transform: translate(-50%, -50%); */
}

.group-area .contain .half-box .overly {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 0;
    bottom: 0;
    height: 99.5%;
    width: 100%;
    opacity: 0;
    /* transition: 0.5s ease; */
    background: rgb(207 207 207 / 11%);
}

.group-area .contain .half-box:hover .overly {
    opacity: 1;
}


.group-area .contain .half-box .next {
    position: absolute;
    bottom: 30px;
    right: 10px;
    z-index: 0;
    background: #ffffff;
    padding: 9px 10px;
    cursor: pointer;
}

.group-area .contain .half-box i {

    font-size: 18px;
    color: #04488e;
    /* animation: move .3s ease-in-out alternate infinite; */
}

.group-area .contain .half-box img {
    width: 100%;
}



@-webkit-keyframes move {
    from {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    to {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
}

@keyframes move {
    from {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    to {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
}



/* ===================== youtube area start ========================== */
.youtube-area {
    padding: 0 0 20px 0;
}

.youtube-area .contain {
    width: 1300px;
    margin: 0 auto;
}

.youtube-area .contain h2 {
    font-size: 38px;
    font-weight: 400;
}

.youtube-area .contain .youtube-box {
    width: 100%;
}

.youtube-area .contain .youtube-box iframe {
    width: 100% !important;
    height: 500px !important;
}

/* ===================== youtube area end ========================== */



/* ===================== manufacture-area start ========================== */
.manufacture-area {
    padding: 60px 0 70px 0;
}

.manufacture-area .contain {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.manufacture-area .quarter {
    width: 15%;
    position: relative;
}

.manufacture-area .quarter .years {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 154px;
    flex-direction: column;
    font-size: 36px;
    position: absolute;
    top: 20px;
}

.manufacture-area .quarter .years .fourty {
    font-size: 5rem;
}

.manufacture-area .three-quarters {
    width: 83%;
}

.manufacture-area .three-quarters h2 {
    font-size: 2.1rem;
    margin: 0;
}

.manufacture-area .three-quarters p {
    line-height: 40px;
}

.manufacture-area .three-quarters .buttn-box {
    background: #1c1c1c;
    padding: 16px 110px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
}

/* .manufacture-area .three-quarters .buttn-box:hover
  {
     background: #4a4a4a; 
  } */


/* ===================== manufacture-area end ========================== */


/* ===================== Newsletter-area start ========================== */
.newsletter-area {
    padding: 60px 0;
}

.newsletter-area .contain {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsletter-area .contain .letter-head {
    width: 100%;
    height: auto;
    text-align: center;
}

.newsletter-area .contain .letter-head h4 {
    font-size: 2.7rem;
    margin: 0;
}

.newsletter-area .contain .letter-head p {
    font-size: 20px;
}

.newsletter-area .contain .letter-form {
    width: 67%;
    margin: 0 auto;
    margin-top: 20px;
}


/* ===================== Newsletter-area end ========================== */


/* ===================== Form-area start ========================== */


.form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.name {
    width: 59%;
    padding: 13px 10px;
    border: none;
    background: #e5e5e5;
    margin-bottom: 15px;
    font-family: 'Exo 2', sans-serif !important;
}

.country {
    width: 33%;
    padding: 13px 10px;
    border: none;
    background: #e5e5e5;
    margin-bottom: 15px;
    margin-left: 10px;
    font-family: 'Exo 2', sans-serif !important;
}

.email {
    width: 75%;
    padding: 13px 10px;
    border: none;
    background: #e5e5e5;
    margin-bottom: 15px;
    font-family: 'Exo 2', sans-serif !important;
}

.registerbtn {
    border: none;
    padding: 13px 50px;
    background: #303030;
    margin-left: 10px;
    width: 20%;
    color: #fff;
    cursor: pointer;
    font-family: 'Exo 2', sans-serif !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* ===================== Form-area end ========================== */

/*1920*/
@media only screen and (min-width : 1920px) and (max-width : 2560px) {
    .group-area .contain {
        width: 1300px;
        margin: 0 auto;
    }

    .youtube-area .contain {
        width: 1300px;
        margin: 0 auto;
    }

    .manufacture-area .contain {
        width: 1300px;
        margin: 0 auto;
    }

    .newsletter-area .contain {
        width: 1300px;
        margin: 0 auto;
    }


}

/*1600*/
@media only screen and (min-width : 1600px) and (max-width : 1919px) {
    .group-area .contain {
        width: 1300px;
        margin: 0 auto;
    }

    .youtube-area .contain {
        width: 1300px;
        margin: 0 auto;
    }

    .manufacture-area .contain {
        width: 1300px;
        margin: 0 auto;
    }

    .newsletter-area .contain {
        width: 1300px;
        margin: 0 auto;
    }


}

/*1500*/
@media only screen and (min-width : 1501px) and (max-width : 1599px) {

    .group-area .contain {
        width: 1300px;
        margin: 0 auto;
    }

    .youtube-area .contain {
        width: 1300px;
        margin: 0 auto;
    }

    .manufacture-area .contain {
        width: 1300px;
        margin: 0 auto;
    }

    .newsletter-area .contain {
        width: 1300px;
        margin: 0 auto;
    }



}


/*1440*/
@media only screen and (min-width : 1440px) and (max-width : 1500px) {

    .group-area { 
        padding: 230px 0 10px 0;
    }

    .group-area .contain {
        width: 1300px;
        margin: 0 auto;
    }

    .youtube-area .contain {
        width: 1300px;
        margin: 0 auto;
    }

    .manufacture-area .contain {
        width: 1300px;
        margin: 0 auto;
    }

    .newsletter-area .contain {
        width: 1300px;
        margin: 0 auto;
    }



}


/*tab*/
@media only screen and (min-width : 1366px) and (max-width :1439px) {

        .group-area { 
        padding: 50px 0 10px 0;
    }

    .group-area .contain {
        width: 80%;
        margin: 0 auto;
    }

    .youtube-area .contain {
        width: 80%;
        margin: 0 auto;
    }

    .manufacture-area .contain {
        width: 80%;
        margin: 0 auto;
    }

    .newsletter-area .contain {
        width: 80%;
        margin: 0 auto;
    }




}


/*tab*/
@media only screen and (min-width : 1280px) and (max-width :1365px) {

        .group-area { 
        padding: 230px 0 10px 0;
    }

    .group-area .contain {
        width: 80%;
        margin: 0 auto;
    }

    .youtube-area .contain {
        width: 80%;
        margin: 0 auto;
    }

    .manufacture-area .contain {
        width: 80%;
        margin: 0 auto;
    }

    .newsletter-area .contain {
        width: 80%;
        margin: 0 auto;
    }



}

/*tab*/
@media only screen and (min-width : 1200px) and (max-width :1279px) {

    .group-area .contain {
        width: 86%;
        margin: 0 auto;
    }

    .youtube-area .contain {
        width: 86%;
        margin: 0 auto;
    }

    .manufacture-area .contain {
        width: 86%;
        margin: 0 auto;
    }

    .newsletter-area .contain {
        width: 86%;
        margin: 0 auto;
    }




}

/*tab*/
@media only screen and (min-width : 1024px) and (max-width :1199px) {

    .popup {
        overflow: scroll;
    }

    .cnt223 h1 {
        font-size: 1.6rem;
        margin-top: 50px;
    }

    .cnt223 h3 {
        font-size: 1.1rem;
        margin-top: 20px;
        line-height: 28px;
    }

    .cnt223 .buttn-box {
        width: 160px;
        padding: 12px 0;
        font-size: 15px;
    }


    .youtube {
        width: 100% !important;
        height: 36vh !important;
        background-position: inherit;
    }

    .group-area .contain {
        width: 86%;
        margin: 0 auto;
    }

    .youtube-area .contain {
        width: 86%;
        margin: 0 auto;
    }

    .manufacture-area .contain {
        width: 86%;
        margin: 0 auto;
    }

    .newsletter-area .contain {
        width: 86%;
        margin: 0 auto;
    }

    .newsletter-area .contain .letter-form {
        width: 86%;
    }

    .name {
        width: 50%;
    }

    .country {
        width: 43%;
        margin-left: 0px;
    }

    .email {
        width: 75%;
    }

    .newsletter-area {
        padding: 0 0 30px 0;
    }

    .manufacture-area .three-quarters {
        width: 70%;
    }

    .manufacture-area .quarter {
        width: 25%;
    }

    .manufacture-area .quarter svg {
        width: 100%;
    }

    .manufacture-area .quarter .years {
        width: 100%;
    }

    .group-area {
        padding: 210px 0 0 0;
    }

    .youtube-area .contain .youtube-box iframe {
        height: 480px !important;
    }

}


/*tab*/
@media only screen and (min-width : 768px) and (max-width :1023px) {

    .group-area .contain .half-box {
        width: 46%; 
    }

    .cnt223 {
        width: 80%;
        margin: 100px auto;
        padding: 20px 30px;
    }

    .cnt223 h1 {
        font-size: 1.6rem;
        margin-top: 50px;
    }

    .cnt223 h3 {
        font-size: 1.1rem;
        margin-top: 20px;
        line-height: 28px;
    }

    .cnt223 .buttn-box {
        width: 160px;
        padding: 12px 0;
        font-size: 15px;
    }



    .youtube {
        width: 100% !important;
        height: 36vh !important;
        background-position: inherit;
    }

    .group-area .contain {
        width: 86%;
        margin: 0 auto;
    }

    .youtube-area .contain {
        width: 86%;
        margin: 0 auto;
    }

    .group-area .contain .half-box .next {
        padding: 5px 12px;
        bottom: 19px;
        right: 19px;
    }

    .group-area .contain .half-box i {
        font-size: 19px;
    }

    .youtube-area .contain .youtube-box iframe {
        height: 400px;
    }

    .manufacture-area .contain {
        width: 86%;
        margin: 0 auto;
    }

    .newsletter-area .contain {
        width: 86%;
        margin: 0 auto;
    }

    .newsletter-area .contain .letter-form {
        width: 100%;
    }

    .name {
        width: 50%;
    }

    .country {
        width: 43%;
        margin-left: 0px;
    }

    .email {
        width: 75%;
    }

    .newsletter-area {
        padding: 0 0 30px 0;
    }


    .registerbtn {
        padding: 13px 40px;
        margin-left: 0px;
        width: auto;
    }

    .group-area {
        padding: 200px 0 0 0;
    }

    .manufacture-area .three-quarters {
        width: 70%;
    }

    .manufacture-area .quarter {
        width: 25%;
    }

    .manufacture-area .quarter svg {
        width: 100%;
    }



}


@media only screen and (min-width : 540px) and (max-width : 720px) {
    .cnt223 {
        width: 60% !important;
        margin: 100px auto;
        padding: 20px 30px;
        overflow-y: scroll;
        height: 370px;
    }

    .cnt223 .buttn-box {
        width: 220px;
        padding: 12px 0;
        font-size: 15px;
    }
}

/*mobile*/
@media only screen and (min-width : 150px) and (max-width : 767px) {
    .cnt223 .buttn-box i {
        top: 1px;
    }

    .close {
        margin: 12px 4px 0 0;
    }

    .cnt223 {
        width: 80%;
        margin: 100px auto;
        padding: 20px 30px;
    }

    .cnt223 h1 {
        font-size: 1.6rem;
        margin-top: 50px;
    }

    .cnt223 h3 {
        font-size: 1.1rem;
        margin-top: 20px;
        line-height: 28px;
    }

    .cnt223 .buttn-box {
        width: 220px;
        padding: 12px 0;
        font-size: 15px;
    }



    .land h1 {
        font-size: 32px;
    }


    .youtube {
        width: 100% !important;
        height: 47vh !important;
        background-position: inherit;
    }


    .group-area .contain .half-box i {
        font-size: 20px;
    }

    .group-area .contain .half-box .next {
        padding: 5px 12px;
        bottom: 19px;
        right: 19px;
    }





    .group-area .contain {
        width: 86%;
        margin: 0 auto;
    }

    .youtube-area .contain {
        width: 86%;
        margin: 0 auto;
    }

    .manufacture-area .contain {
        width: 86%;
        margin: 0 auto;
    }

    .newsletter-area .contain {
        width: 86%;
        margin: 0 auto;
    }

    .group-area .contain .half-box {
        width: 47%;
        margin-bottom: 25px;
    }

    .youtube-area .contain .youtube-box iframe {
        height: 300px !important;
    }

    .youtube-area .contain h2 {
        font-size: 32px;
    }

    .group-area {
        padding: 30px 0 0 0;
    }

    .newsletter-area {
        padding: 20px 0 50px 0px;
    }

    .newsletter-area .contain .letter-head h1 {
        font-size: 2rem;
        margin: 0;
    }

    .newsletter-area .contain .letter-head p {
        font-size: 16px;
        line-height: 23px;
        margin: 10px 0 3px 0;
    }

    .newsletter-area .contain .letter-form {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .newsletter-area .contain .letter-form {
        width: 100%;
    }

    .name {
        width: 95%;
    }

    .country {
        width: 95%;
        margin-left: 0px;
    }

    .email {
        width: 95%;
    }

    .registerbtn {
        padding: 13px 40px;
        margin-left: 0px;
        width: auto;
    }




}


.shadow {
    position: relative;
    z-index: 99;
    margin: 0 auto;
    width: 80%;
    margin-top: 30px;
    opacity: .5;
}