@charset "utf-8";

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri.eot');
    src: url('fonts/calibri.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri.woff2') format('woff2'),
        url('fonts/Calibri.woff') format('woff'),
        url('fonts/Calibri.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; 
    padding: 0;
    margin: 0;       
}
html, body {
    background-color:#000;
    min-height: 100%;
    height: 100%;
    font-family: 'Calibri', sans-serif; 
    scroll-behavior: smooth;
}
body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
body::-webkit-scrollbar {
  display: none;
}
#arrow {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    height: 45px;
    z-index: 100;
}
#arrow a {
    display: inline-block;
    cursor: pointer;
}
#arrow .next {
    background-image: url(../images/down-arrow.webp);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: center center;
    height: 45px;
    width: 75px;
}
#arrow .previous {
    background-image: url(../images/up-arrow.webp);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: center center;
    height: 45px;
    width: 75px;
}
.header {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    height: 110px;
    display: flex;
    align-items: center;
    z-index: 100;
    transition: 0.1s;
}
.top {
    width: 1470px;
    max-width: 100%;
    margin: 0 auto;
    height: 70px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header img {
    height: 50px;
    width: auto;
}
.header .menu ul {
    list-style-type: none;
    display: flex;
}
.header .menu ul li {
    margin-left: 60px;
}
.header .menu ul li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.header .menu ul li a:hover {
    text-decoration: underline;
}
.header .menu ul li a:focus,
.header .menu ul li a:active,
.header .menu ul li a:visited {
    text-decoration: none;
}
.sticky {
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,.5);
    height: 70px;
    transition: 0.2s;
}
.content {
    background-image: url(../images/group.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    position: relative;
}
.content:after {
    content:"";
    background-color: rgba(0,0,0,.4);
    position:absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.content .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 100%;
    padding: 0 20px;
    z-index: 10;
}
.content .text .title {
    font-size: 65px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.content .text .title span {
    color: #f15a4d;
}
.content .text .subtitle {
    margin-top: 40px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

/*Second page*/

.content-two {
    background-image: url(../images/group-two.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    position: relative;
}
.content-two:after {
    content:"";
    background-color: rgba(0,0,0,.4);
    position:absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.content-two .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 100%;
    padding: 0 20px;
    z-index: 10;
}
.content-two .text .title {
    font-size: 65px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.content-two .text .title span {
    color: #f15a4d;
}
.content-two .text .subtitle {
    margin-top: 40px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

/*Third page*/

.content-three {
    background-image: url(../images/group-three.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    position: relative;
}
.content-three:after {
    content:"";
    background-color: rgba(0,0,0,.4);
    position:absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.content-three .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 100%;
    padding: 0 20px;
    z-index: 10;
}
.content-three .text .title {
    font-size: 65px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.content-three .text .title span {
    color: #f15a4d;
}
.content-three .text .subtitle {
    margin-top: 40px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}


/* four page */

.content-four {
    background-image: url(../images/group-four.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    min-height: 650px;
    position: relative;
}
.content-four:after {
    content:"";
    background-color: rgba(0,0,0,.4);
    position:absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.content-four .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 100%;
    padding: 0 20px;
    z-index: 10;
}
.content-four .text .title {
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.content-four .text .title span {
    color: #f15a4d;
}
.content-four .text .titlecontact {
    width:470px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 55px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}
.bottom {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 1470px;
    max-width: 100%;
    z-index: 100;
}
.bottom p {
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    line-height: 22px;
}
.contact {
    width:470px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.contact input {
    text-indent: 10px;
    font-size: 15px;
    width: 100%;
    height: 46px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 0;
    outline: 0;
}
.contact input:focus {
    border: 1px solid #ef5d3c;
    box-shadow: 0px 0px 4px #f8a795;
}
.contact .areaform {
    font-size: 15px;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    height: 120px;
    margin-bottom: 15px;
    resize: none;
    border: 0;
    outline: 0;
}
.contact .areaform:focus {
    border: 1px solid #ef5d3c;
    box-shadow: 0px 0px 4px #f8a795;
}
.contact .mandatory {
    margin-top: -12px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}
.contact input[type="submit"] {
    width: 100%;
    height: 46px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;  
    margin-bottom: 0px;
    background-position: 0;
    border: none;
    background-image: url(../images/orange.png) !important;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    border-bottom: 2px solid #b71919;
    cursor: pointer;
}
.contact input[type="submit"]:hover {
    box-shadow: 0px 0px 2px #b71919;
}
.php {
    text-align: center;
}
.php p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}
.php .link {
    margin-top: 25px;
}
.php p a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.php p a:hover {
    text-decoration: underline;
}

/*about us page*/

.textaboutus {
    width: 1470px;
    max-width: 100%;
    height: calc(100% - 250px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-overflow-style: none;  
    scrollbar-width: none; 
    padding: 0 20px;
    z-index: 10;
}
.textaucontent {
    width: 100%;
    height: 100%;
    overflow-Y: scroll;
    -ms-overflow-style: none;  
    scrollbar-width: none; 
    background-color: rgba(0,0,0,.7) ; 
    padding: 40px;
    border-radius: 10px;
}
.textaucontent::-webkit-scrollbar {
  display: none;
}
.textaucontent p {
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    line-height: 1.6;
}

@media only screen and (max-width: 600px) {
    body {
        min-height: 500px;
    }
    .top {
        height: 70px;
        padding: 0 20px;
        flex-direction: column;
        justify-content: center;
    }
    .hiddenlogo {
        display: none;
    }
    .header img {
        height: 40px;
        width: auto;
        margin-bottom: 10px;
    }
    .header .menu ul li:first-child {
        margin-left: 0;
    }
    .header .menu ul li a:hover {
        text-decoration: none;
    }
    .sticky {
        background-color: rgba(0,0,0,.8);
        height: 50px;
    }
    .content .text .title {
        font-size: 48px;  
    }
    .content .text .form {
        width: 90%;
    }
    .sendtext {
        width: 100%;
    }
    .content-four .text .titlecontact {
        font-size: 45px;
    }
    .textaboutus {
        height: calc(100% - 220px);
        transform: translate(-50%, -48%);
    }
    .textaucontent {
        padding: 15px;
    }
    .bottom p {
        font-size: 15px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 340px) {
    .content .text .form input[type="email"]{
        text-indent: 10px;
    }
}