 
 
.home_banner {
    overflow: hidden;
}
 
.home_banner .banner {
    background: url("https://hh-aviation.co.uk/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/home-banner-bg.svg") center center / cover no-repeat;
}

@media screen and (max-width: 786px) {
    .home_banner .banner {
        padding-bottom: 3rem;
    }
}

.content {
    max-width: 1220px;
    margin: 0px auto;
    position: relative;
}
  
.flex {
    display: flex;
}

.flex_middle {
    align-items: center;
}

.home_banner .banner .flex {
    min-height: 1040px;
    padding: 176px 0px 150px;
}

@media screen and (max-width: 786px) {
    .home_banner .banner .flex {
        min-height: unset;
        padding: 0px;
        flex-direction: column;
    }
}

.home_banner .banner .head {
    min-width: 49.18%;
    padding-top: 2.95082%;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 786px) {
    .home_banner .banner .head {
        order: 2;
        padding-top: 1.2rem;
    }
}

.head h1 {
    color: var(--subtheme_color);
    font-size: 56px;
    font-weight: 700;
    line-height: 75px;
}
 
 

.home_banner .banner .head p {
    color: var(--title_color);
    line-height: 27px;
    max-width: 465px;
    opacity: 0.68;
    margin-top: 22px;
}

@media screen and (max-width: 786px) {
    .head p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
}

@media screen and (max-width: 786px) {
    .home_banner .banner .head p {
        line-height: 1.5rem;
        margin-top: 0.5rem;
    }
}

a {
    color: rgb(28, 35, 47);
    text-decoration: none;
    font-size: 1rem;
}

.button_more {
    display: inline-block;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    position: relative;
    border-radius: 28px;
    background-color: var(--subtheme_color);
    padding: 15px 60px 15px 36px;
    min-width: 194px;
}

.button_more::after {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: url("https://hh-aviation.co.uk/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/btn-arrow-b.svg") center center / cover no-repeat rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    position: absolute;
    right: 7px;
    top: 7px;
}

.button_more:hover {
    padding: 15px 48px;
    background-color: var(--theme_color);
}

.button_more:hover::after {
    transform: translateX(calc(100% + 7px));
}

.home_banner .banner .head .button_more {
    margin-top: 28px;
}
  
@media screen and (max-width: 786px) {
    .home_banner .banner .head .button_more {
        margin-top: 1rem;
    }
}

.home_banner .banner .img {
    min-width: 82.13%;
    padding-bottom: 57.9508%;
    position: relative;
    margin-left: -17.623%;
}
.home_banner .banner .img iframe{
    width: 1200px;
    height: 907px;
    position: absolute;
    transform: scale(1);
}
@media screen and (min-width: 786px) and (max-width: 1400px) {
    .home_banner .banner .img iframe{ 
        transform: scale(1);
    }
}
@media screen and (min-width: 786px) and (max-width: 1100px) {
    .home_banner .banner .img iframe{ 
        transform: scale(.8);
    }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
    .home_banner .banner .img{ 
        min-width: 82.13%;
        padding-bottom: 80.9508%;
        position: relative;
        margin-left: -31.623%;
    }
}

 

@media screen and (max-width: 786px) {
  
    .home_banner .banner .img {
        width: 100%;
        padding-bottom: 250px;
        margin: 0px;
    }
    .home_banner .banner .img iframe{ 
        width: 100%;
        height: 250px; 
        margin-top: 1.5rem;
    }
}

.home_banner .banner .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0px;
    top: 0px;
}

.home_banner .estimate {
    transform: translateY(-50%);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    border-radius: 8px;
    padding: 42px 4.1% 50px;
}

@media screen and (max-width: 786px) {
    .home_banner .estimate {
        transform: translateY(-2rem);
        padding: 2rem 1rem 1.6rem;
    }
}

.home_banner .estimate strong {
    display: block;
    line-height: 30px;
    background: url("https://hh-aviation.co.uk/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/calc.svg") left center / 26px 30px no-repeat;
    font-size: 24px;
    font-weight: 600;
    color: var(--title_color);
    padding-left: 42px;
}

@media screen and (max-width: 786px) {
    .home_banner .estimate strong {
        font-size: 18px;
        line-height: 18px;
        background-size: auto 18px;
        padding-left: 1.2rem;
    }
}

.home_banner .estimate form {
    display: flex;
    align-items: center;
    gap: 3.11475%;
    margin-top: 40px;
}

@media screen and (max-width: 786px) {
    .home_banner .estimate form {
        margin-top: 1.2rem;
        flex-wrap: wrap;
        gap: 1.2rem 1rem;
        justify-content: center;
    }
}

button,
input,
textarea {
    outline: none;
    border: none;
    font-family: unset;
}

.home_banner .estimate form input {
    width: 0px;
    flex: 1 1 0%;
    border-bottom: 1px solid var(--subtheme_color);
    color: var(--subtheme_color);
    font-size: 18px;
    line-height: 27px;
    padding: 6px 26px;
    background: url("https://hh-aviation.co.uk/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/pos-b.svg") left center / 15px 20px no-repeat;
}

@media screen and (max-width: 786px) {
    .home_banner .estimate form input {
        width: calc(50% - 0.5rem);
        flex: unset;
        font-size: 14px;
        background-size: 10px;
        padding: 5px 1rem;
    }
}
 

.home_banner .estimate form .button_more {
    cursor: pointer;
}
 
 
 
.home_service {
    padding: 36px 0px;
} 

@media screen and (max-width: 786px) {
    .home_service {
        padding: 3rem 0px;
    }
}
  
.head .subtitle {
    color: var(--theme_color);
    text-transform: uppercase;
    font-weight: 500;
    display: block;
}

.home_service .head .subtitle {
    margin-bottom: 18px;
}

@media screen and (max-width: 786px) {
    .head .subtitle {
        font-size: 14px;
        margin-bottom: 0.5rem !important;
    }
}

.head h2 {
    color: var(--title_color);
    font-size: 42px;
    font-weight: 600;
    line-height: 58px;
}

.fadeInUp {
    animation-name: fadeInUp;
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
    .head h2 {
        font-size: 2.5rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
    .head h2 {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 786px) {
    .head h2 {
        font-size: 22px;
        line-height: 1.5;
    }
}
 

.between {
    justify-content: space-between;
}

.home_service .main {
    margin-top: 70px;
}

@media screen and (max-width: 786px) {
    .home_service .main {
        margin-top: 2rem;
        display: block;
    }
}

.home_service .home_service_swiper {
    width: 84.18%;
    overflow: hidden;
    /* background: url("https://hh-aviation.co.uk/wp-content/plugins/sytech-fronteditor/sytpl/home_service/assets/img/home-service-bg.svg") right 3.7% center / contain no-repeat; */
    background: unset;
    position: relative;
}

@media screen and (max-width: 786px) {
    .home_service .main .home_service_swiper {
        width: 100%;
        margin: 0px;
        background-position: center top;
        background-size: contain;
    }
} 
 
.home_service .home_service_swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 545px;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform, -webkit-transform;
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
    .home_service .home_service_swiper .swiper-slide {
        min-height: 30rem;
    }
}

@media screen and (max-width: 786px) {
    .home_service .main .home_service_swiper .swiper-slide {
        flex-direction: column;
        min-height: unset;
        gap: 2rem;
    }
}

.home_service .home_service_swiper .swiper-slide .info {
    width: 34.08%;
}

@media screen and (max-width: 786px) {
    .home_service .main .home_service_swiper .swiper-slide .info {
        width: 100%;
        order: 2;
    }
}

.home_service .home_service_swiper .swiper-slide .info span {
    color: var(--title_color);
    font-size: 30px;
    font-weight: 600;
    display: block;
    line-height: 41px;
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
    .home_service .home_service_swiper .swiper-slide .info span {
        line-height: 1.5;
        font-size: 26px;
    }
}

@media screen and (max-width: 786px) {
    .home_service .main .home_service_swiper .swiper-slide .info span {
        font-size: 18px;
        line-height: 1.5;
    }
}

.home_service .home_service_swiper .swiper-slide .info p {
    color: var(--content_color);
    line-height: 25px;
    margin-top: 30px;
}

@media screen and (max-width: 786px) {
    .home_service .main .home_service_swiper .swiper-slide .info p {
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-top: 0.5rem;
    }
}

.button_more::after {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: url("https://hh-aviation.co.uk/wp-content/plugins/sytech-fronteditor/sytpl/home_service/assets/img/btn-arrow-b.svg") center center / cover no-repeat rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    position: absolute;
    right: 7px;
    top: 7px;
}

.home_service .home_service_swiper .swiper-slide .info .button_more {
    margin-top: 42px;
}
 

@media screen and (max-width: 786px) {
    .home_service .main .home_service_swiper .swiper-slide .info .button_more {
        margin-top: 1rem;
    }
}

.home_service .home_service_swiper .swiper-slide .img {
    width: 64.7517%; 
    padding-top: 0px;
}

.home_service .home_service_swiper .swiper-slide .img img{
    width: 100%;
    height: 500px;
    margin: auto;
}
.home_service .home_service_swiper .swiper-slide:first-child .img  img{
    height: 500px;
}
@media screen and (max-width: 786px) {
    .home_service .main .home_service_swiper .swiper-slide .img {
        padding: 0px;
        width: 100%;
        height: 250px;
    }
}

@media screen and (max-width: 786px) {
    .home_service .main .home_service_swiper .swiper-slide .img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.home_service .home_service_swiper .block1,
.home_service .home_service_swiper .block2 {
    border-radius: 50%;
    background-color: rgb(237, 246, 252);
    position: absolute;
    transition: all 1s ease 0s;
}

.home_service .home_service_swiper .block1 {
    width: 75px;
    height: 75px;
    left: 40%;
    top: 7%;
}

.home_service .home_service_swiper .block2 {
    width: 39px;
    height: 39px;
    left: 36%;
    top: 72%;
}

.home_service .nav {
    width: 44px;
    min-width: 44px;
}

@media screen and (max-width: 786px) {
    .home_service .main .nav {
        margin-top: 1rem;
        width: 100%;
    }
}

@media screen and (max-width: 786px) {
    .home_service .main .nav ul {
        display: flex;
        gap: 1rem;
        overflow: auto;
        padding-top: 1rem;
    }
}

.home_service .nav ul li {
    cursor: pointer;
    position: relative;
    margin-bottom: 36px;
}

@media screen and (max-width: 786px) {
    .home_service .main .nav ul li {
        min-width: 22%;
        margin-bottom: 0px;
    }
}

.home_service .nav ul li span {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 100%;
    padding-bottom: calc(100% - 2px);
    position: relative;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 786px) {
    .home_service .main .nav ul li span {
        width: 2.5rem;
        padding-bottom: 2.5rem;
        margin: 0px auto;
    }
}
 
.home_service .nav ul li span i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background: center center / contain no-repeat;
    transition: all 0.3s ease 0s;
}

.home_service .nav ul li p {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(-30px, -50%);
    color: var(--title_color);
    line-height: 19px;
    white-space: nowrap;
    text-align: right;
}

@media screen and (max-width: 786px) {
    .home_service .main .nav ul li p {
        position: static;
        transform: translate(0px);
        font-size: 13px;
        line-height: 1.5;
        text-align: center;
        margin-top: 0.5rem;
    }
}

.home_service .nav ul li.active span {
    background-color: var(--subtheme_color);
    border-color: var(--subtheme_color);
    transform: scale(1.63636);
}

@media screen and (max-width: 786px) {
    .home_service .main .nav ul li.active span {
        transform: scale(1.2);
    }
}

.home_service .nav ul li.active span i {
    width: 62%;
    height: 62%;
    filter: contrast(0) brightness(20);
}

.home_service .nav ul li.active p {
    font-weight: 500;
}
 
 
 
.home_who {
    padding: 100px 0px 124px;
}
 

@media screen and (max-width: 786px) {
    .home_who {
        padding: 3rem 0px 4rem;
    }
}

@media screen and (max-width: 786px) {
    .home_who .flex {
        flex-wrap: wrap;
    }
}

.home_who .head {
    flex: 1 1 0%;
    padding-top: 3.7705%;
}

@media screen and (max-width: 786px) {
    .home_who .head {
        order: 2;
        margin-top: 2rem;
    }
}

.home_who .head .subtitle {
    margin-bottom: 28px;
}

@media screen and (max-width: 786px) {
    .head .subtitle {
        font-size: 14px;
        margin-bottom: 0.5rem !important;
    }
}

 
 
.home_who .head p {
    color: var(--content_color);
    font-size: 17px;
    line-height: 26px;
    margin-top: 2rem;
}

@media screen and (max-width: 786px) {
    .head p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
}

@media screen and (max-width: 786px) {
    .home_who .head p {
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-top: 0.5rem;
    }
}

.button_more::after {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: url("https://hh-aviation.co.uk/wp-content/plugins/sytech-fronteditor/sytpl/home_who/assets/img/btn-arrow-b.svg") center center / cover no-repeat rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    position: absolute;
    right: 7px;
    top: 7px;
}

.home_who .head .button_more {
    margin-top: 37px;
}
 
@media screen and (max-width: 786px) {
    .home_who .head .button_more {
        margin-top: 1.2rem;
    }
}

.home_who .img {
    width: 58.6%;
    height: auto;
    max-height: 742px;
    margin: 60px 0px;
    transition: all 1s ease 0s;
}

@media screen and (max-width: 786px) {
    .home_who .img {
        width: 100%;
        margin: 0px;
    }
}

.home_who .img img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    display: block;
}
 
 
 
.home_highlight {
    margin-top: 42px;
    padding: 152px 0px 240px;
    background: url("https://hh-aviation.co.uk/wp-content/plugins/sytech-fronteditor/sytpl/home_highlight/assets/img/home-highlight-bg.svg") center center / cover no-repeat;
}
 

@media screen and (max-width: 786px) {
    .home_highlight {
        margin-top: 0px;
        padding: 4rem 0px 3rem;
    }
}

.home_highlight .head .subtitle {
    margin-bottom: 18px;
}

@media screen and (max-width: 786px) {
    .head .subtitle {
        font-size: 14px;
        margin-bottom: 0.5rem !important;
    }
}
   
.swiper_box {
    position: relative;
}

.swiper_content {
    max-width: 1240px;
    margin: 0px auto;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
 
.home_highlight .home_highlight_swiper {
    margin-top: 70px;
}

@media screen and (max-width: 786px) {
    .home_highlight .home_highlight_swiper {
        margin-top: 22px;
    }
}
 
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
}

.home_highlight .home_highlight_swiper .swiper-slide {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    overflow: hidden;
    border-radius: 8px;
}
 
@media screen and (max-width: 786px) {
    .home_highlight .home_highlight_swiper .swiper-slide {
        height: auto;
    }
}

.home_highlight .home_highlight_swiper .swiper-slide.active a {
    top: 0px;
    background-color: var(--subtheme_color);
}

.home_highlight .home_highlight_swiper a {
    display: block;
    height: 498px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 65px 9.326% 0px;
    text-align: center;
    position: relative;
    top: 55px;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 786px) {
    .home_highlight .home_highlight_swiper .swiper-slide a {
        top: 0px;
        background-color: var(--subtheme_color);
        padding: 2rem 1rem 1.6rem;
        height: 100%;
    }
}

.home_highlight .home_highlight_swiper .swiper-slide.active a span {
    background-color: rgb(255, 255, 255);
}

.home_highlight .home_highlight_swiper a span {
    display: block;
    border-radius: 50%;
    width: 31.847%;
    padding-bottom: 31.847%;
    position: relative;
    margin: 0px auto;
    background-color: var(--theme_color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 786px) {
    .home_highlight .home_highlight_swiper .swiper-slide a span {
        background-color: rgb(255, 255, 255);
    }
}
 
.home_highlight .home_highlight_swiper .swiper-slide.active a span i {
    filter: none;
}

.home_highlight .home_highlight_swiper a span i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 52%;
    height: 52%;
    background: center center / contain no-repeat;
    filter: contrast(0) brightness(20);
}

@media screen and (max-width: 786px) {
    .home_highlight .home_highlight_swiper .swiper-slide a span i {
        filter: none;
    }
}

.home_highlight .home_highlight_swiper .swiper-slide.active a p.title {
    color: rgb(255, 255, 255);
}

.home_highlight .home_highlight_swiper a p.title {
    color: var(--title_color);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 2rem;
    transition: all 0.3s ease 0s;
    min-height: 68px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 786px) {
    .home_highlight .home_highlight_swiper .swiper-slide a p.title {
        color: rgb(255, 255, 255);
        font-size: 18px;
        line-height: 1.5;
        margin-top: 1.2rem;
        min-height: unset;
    }
}

.home_highlight .home_highlight_swiper .swiper-slide.active a p.title+i {
    margin-top: 10px;
    opacity: 0;
}

.home_highlight .home_highlight_swiper a p.title+i {
    display: block;
    width: 1rem;
    height: 8px;
    background: url("https://hh-aviation.co.uk/wp-content/plugins/sytech-fronteditor/sytpl/home_highlight/assets/img/right-line.svg") center center / contain no-repeat;
    margin: 42px auto 0px;
    transition: all 0.4s ease 0s;
}

@media screen and (max-width: 786px) {
    .home_highlight .home_highlight_swiper .swiper-slide a p.title+i {
        display: none;
    }
}

.home_highlight .home_highlight_swiper .swiper-slide.active a p.desc {
    opacity: 0.8;
}

.home_highlight .home_highlight_swiper a p.desc {
    color: rgb(255, 255, 255);
    line-height: 26px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    min-height: 104px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 786px) {
    .home_highlight .home_highlight_swiper .swiper-slide a p.desc {
        opacity: 0.8;
        font-size: 0.9rem;
        line-height: 1.5rem;
        min-height: unset;
        margin-top: 0.5rem;
    }
}

.home_highlight .home_highlight_swiper .swiper-slide.active a strong {
    opacity: 1;
    margin-top: 34px;
}

.home_highlight .home_highlight_swiper a:hover strong::after {
    transform: translateX(5px);
}

.home_highlight .home_highlight_swiper a strong {
    color: var(--theme_color);
    font-weight: 600;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 54px;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.home_highlight .home_highlight_swiper a strong::after {
    content: "";
    display: block;
    width: 1rem;
    height: 8px;
    transition: all 0.3s ease 0s;
    background: url("https://hh-aviation.co.uk/wp-content/plugins/sytech-fronteditor/sytpl/home_highlight/assets/img/right-line.svg") center center / contain no-repeat;
}

@media screen and (max-width: 786px) {
    .home_highlight .home_highlight_swiper .swiper-slide a strong {
        opacity: 1;
        margin-top: 1.2rem;
        font-size: 14px;
    }
}

@media screen and (max-width: 786px) {
    .home_highlight .home_highlight_swiper .swiper-slide.active a strong {
        margin-top: 1.2rem;
    }
} 