#hero{
    position: relative;
    background: #000;
}

#hero .wrap {
    position: relative;
    display: flex!important;
    align-items: end;
    height: calc(100vh);
}
#hero .wrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#hero .content {
    position: absolute;
    padding: 0 800px 130px 240px;
    bottom: 0;
    z-index: 4;
}
@media (max-width: 1570px) {
    #hero .content {
        padding: 0 400px 150px 240px;
    }
}
@media (max-width: 1300px) {
    #hero .content {
        padding: 0 200px 150px 50px;
    }
}
@media (max-width: 991px) {
    #hero .content {
        padding: 0 50px 150px;
    }
}
@media (max-width: 576px) {
    #hero .content {
        padding: 0 15px 150px;
    }
}
#hero .content h1,
#hero .content h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
    margin-bottom: 30px;
}
@media(max-width:576px){
    #hero .content h1{
        font-size: 37px;
        line-height: 44px;
    }
}
#hero .content p {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

#hero .btn:first-of-type{
    margin-right: 10px;
}

#imageContent{
    background: #fff
}

@media (max-width: 1200px) {
    #imageContent {
        padding: 0px 0 50px;
    }
}
#imageContent .container-fluid {
    padding: 0;
}
#imageContent img {
    width: 100%;
}
@media (max-width: 1200px) {
    #imageContent img {
        
        margin: 0 auto;
        display: block;
    }
}
#imageContent .row {
    align-items: center;
}
#imageContent .content {
    padding: 0 200px;
}
@media (max-width: 1400px) {
    #imageContent .content {
        padding: 0 100px;
    }
}
@media (max-width: 767px) {
    #imageContent .content {
        padding: 0 15px;
    }
}
#imageContent .content h2 {
    color: #0F0F0F;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
#imageContent .content p {
    color: #404040;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 21px; /* 131.25% */
}
#imageContent .click {
    margin-top: 30px;
}
#imageContent .btn{
    color: #000;
}

#partners {
    background: linear-gradient(90deg, #18181C 0%, #000 100%);
    padding: 50px 0;
}
#partners .content p {
    color: #FFF;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
}
#partners img {
    max-height: 101px;
    max-width: 100%;
    margin: 0 auto;
}
#partners .slick-track {
    display: flex;
    align-items: center;
}
#partners .slick-slide {
    margin: 0 20px;
    height: 100%;
}

#gallery {
    padding: 50px 0;
    background: #000;
}
#gallery .container-fluid {
    padding: 0;
}
#gallery .header h2 {
    color: #FFFFFF;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
    margin-bottom: 30px;
}
@media(max-width:576px){
    #gallery .header h2{
        font-size: 30px;
    }
}
#gallery .line {
    height: 2px;
    width: 130px;
    background: #00A098;
    margin: 0 auto 50px;
    display: block;
}
#gallery .slider img {
    width: 100%;
    object-fit: cover;
}

#services {
    padding: 50px 0 0;
    background: linear-gradient(90deg, #18181C 0%, #000 100%);
}
#services .header h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
    text-transform: capitalize;
}
#services .wrap {
    display: flex;
    flex-wrap: wrap;
}
#services .container-fluid {
    padding: 0;
}
#services .inner {
    position: relative;
    overflow: hidden;
    width: 33.333%;
    height: auto;
}
@media (max-width: 1200px) {
    #services .inner {
        width: 50%;
    }
}
@media (max-width: 991px) {
    #services .inner {
        width: 100%;
    }
}
#services .inner img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
#services .inner .hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}
@media (max-width: 1300px) {
    #services .inner .hover {
        transform: translateY(100%);
        height: 100%;
    }
}
@media (max-width: 991px) {
    #services .inner .hover {
        transform: translateY(0%);
        height: 30%;
    }
}
@media (max-width: 767px) {
    #services .inner .hover {
        height: 50%;
    }
}
@media (max-width: 500px) {
    #services .inner .hover {
        height: 100%;
    }
}
#services .text {
    padding: 20px;
}
#services .text h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#services .text p {
    color: #D4D4D4;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}

#services .inner .hover h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#services .inner .hover p {
    color: #D4D4D4;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}
#services .inner:hover .hover {
    transform: translateY(0);
}
#services .line {
    height: 2px;
    width: 130px;
    background: #00A098;
    margin: 0 auto 50px;
    display: block;
}

#testimonials {
    padding: 100px 0;
}
#testimonials .row {
    align-items: center;
}
#testimonials .btn {
    color: #000;
}
#testimonials .content {
    padding-right: 100px;
}
#testimonials .content h2 {
    color: #0F0F0F;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
    margin-bottom: 20px;
}
#testimonials .content p {
    color: #404040;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
#testimonials .wrap {
    position: relative;
}
#testimonials .wrap .quote {
    position: absolute;
    top: 0;
    left: -30px;
}
@media (max-width: 1200px) {
    #testimonials .wrap .quote {
        left: 0;
    }
}
#testimonials .wrap .slider {
    padding-top: 80px;
}
#testimonials .inner .content {
    padding: 0;
}
#testimonials .inner .content p {
    color: #464646;
    font-family: Roboto;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
    line-height: 31px;
}
#testimonials .inner .name {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#stl {
    background: linear-gradient(90deg, #18181C 0%, #000 100%);
    padding: 50px 0;
}
#stl .row {
    justify-content: center;
}
#stl .header {
    margin-bottom: 50px;
}
#stl .header h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
}
#stl .header p {
    color: #D4D4D4;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
#stl form{
    padding: 0 10px;
}
#stl form input {
    height: 50px;
    border-radius: 2px;
    width: 100%;
    border: none;
    padding-left: 20px;
}
#stl form textarea {
    border-radius: 2px;
    padding-top: 20px;
    width: 100%;
    border: none;
    padding-left: 20px;
    height: 134px;
}
#stl form .wpcf7-file {
    padding-left: 0;
    background: red;
}
#stl form input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 2px;
}
#stl form input[type="submit"] {
    width: 100%;
    height: auto;
    padding: 20px;
    border: 1px solid #00FDF2;
    background: transparent;
    color: #E6E6E6;
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}
#stl .codedropz-upload-handler{
    background: #fff;
}

#latest {
    background: linear-gradient(90deg, #18181C 0%, #000 100%);
    padding: 50px 0;
}
#latest .row {
    align-items: center;
}
#latest .content h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
    margin-bottom: 20px;
}
#latest .content p {
    color: #D4D4D4;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
#latest .wrap {
    display: flex;
    border-bottom: 1px solid #585858;
    padding-bottom: 20px;
}
#latest .wrap .left img {
    width: 98px;
    height: 98px;
    object-fit: cover;
}
#latest .wrap .right {
    padding-left: 30px;
}
#latest .wrap .right h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
}
#latest .wrap .right .cat {
    color: #00FDF2;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#latest .new{
    color: #fff;
    font-size: 20px;
    text-align: center;
}
