/***************************************
---------- TABLE OF CONTENT -------------

# Colors

# Header
# Footer

# Pages Parts
-- Welcome Banner
-- Introduction
-- Cards
-- Key Stats
-- Description and Images
-- Courses Overview
-- Graduates
-- Our Team
-- View Programs
-- Services
-- Our Feet
-- Maintenance
-- Contact

# Story
# Testimonial
# My Account
# Login
# Legal Pages
# Careers
# Single Programs
# Single Post
# Not-found
***************************************/

/***************************************
            # Colors
***************************************/

.menu-item a{
    color: var(--c-primary-e)
}

.page-template-home .menu-item a,
.page-template-redirect .menu-item a{
    color: var(--c-primary-b)
}


/* Blue */
.color-blue .custom-button.bg-color{
    background-color: var(--c-emphasis-blue)
}
.color-blue .current_page_item a{
    color: var(--c-emphasis-blue)
}
.color-blue #primary-menu .menu-item a:hover{
    color: var(--c-emphasis-blue)
}
.color-blue .key-stats{

    background: var(--c-gradient-blue)
}
.color-blue .description-images .title{
    text-transform: capitalize;
    color: var(--c-emphasis-blue)
}

/* Red */
.color-red .custom-button.bg-color{
    background-color: var(--c-emphasis-red)
}
.color-red .current_page_item a{
    color: var(--c-emphasis-red)
}
.color-red  #primary-menu .menu-item a:hover{
    color: var(--c-emphasis-red)
}
.color-red .key-stats{
    background: var(--c-gradient-red)
}

/* Brown*/

.color-brown .custom-button.bg-color{
    background-color: var(--c-emphasis-brown)
}
.color-brown .current_page_item a{
    color: var(--c-emphasis-brown)
}
.color-brown  #primary-menu .menu-item a:hover{
    color: var(--c-emphasis-brown)
}
.color-brown .key-stats{
    background: var(--c-gradient-brown)
}
/* Peach */

.color-peach .custom-button.bg-color{
    background-color: var(--c-emphasis-peach)
}
.color-peach .current_page_item a{
    color: var(--c-emphasis-peach)
}
.color-peach  #primary-menu .menu-item a:hover{
    color: var(--c-emphasis-peach)
}




/***************************************
            # Header
***************************************/

header{
    position: fixed;
    z-index: 9;
    width: 100%;
    background-color: var(--c-background);
    min-height: 72px;
    top: 0;
}
.page-template-home header,
.page-template-redirect header{
    background-color: hsl(0deg 0% 0% / 37%);
}
.page-template-home .white-logo,
.page-template-redirect .white-logo{
    display: flex
}
.page-template-home .black-logo,
.page-template-redirect .black-logo{
    display: none
}

.header-wrap{
    max-width: 1440px;
    padding: 0 31px
}
#primary-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.menu-toggle{
    display: none
}
#primary-menu .menu-item a{
    font-weight: 600;
    white-space: nowrap
}

/***************************************
           # Footer
***************************************/

footer{
    background: var(--c-gradient-dark-blue);
    color: var(--c-primary-b);
}
footer .site-info{
    max-width: 1440px
}
footer .footer-menu-wrap{

}
footer .footer-menu-wrap .footer-menu{
    flex: 1;
}
footer .title{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 14px
}
footer .title-offices {

    margin: 0 0 10px
}
footer ul{

}
footer ul li{

}
footer a{
    color: var(--c-primary-b);
    font-weight: 400;
}


footer .separator{
    border: 1px solid;
    margin: 75px 0 31px
}
.footer-bottom{
    gap: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px
}
.footer-bottom .left-part{
    gap: 24px
}
.footer-bottom span,
.footer-bottom a{
    line-height: 21px
}
.list-wrap.office li{
}
.list-wrap.office li:last-child{
    margin-bottom: 0
}
.list-wrap li .icon-wrap{
    height: 27.2px;
    margin-right: 12px
}

/***************************************
            # Pages Parts
***************************************/


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 30%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#loginForm, #registerForm {
    display: none;
    text-align: left
}

.widgettitle{
    display: none
}

.description{
    font-weight: 400;
}

/* Welcome Banner */
.welcome-banner .banner-holder{
    max-height: 601px;
}
.welcome-banner .title{
    margin-top: 6px;
    margin-bottom: 24px;
}
.page-template-home .welcome-banner .title,
.page-template-home .welcome-banner .description,
.page-template-home .welcome-banner .action-buttons{
    text-align: center;
    justify-content: center
}
.welcome-banner img{
    max-height: 601px;
    object-fit: cover;
}
.single-post .welcome-banner img{
    max-height: 470px
}
.page-template-home .welcome-banner .banner-holder,
.page-template-redirect .welcome-banner .banner-holder{
    max-height: 772px
}
.page-template-home .welcome-banner img,
.page-template-redirect .welcome-banner img{
    max-height: 772px
}
.welcome-banner .description-wrap{
    color: var(--c-primary-b);
}

.position-center .description-wrap,
.position-left .description-wrap{
    background-color: hsl(0deg 0% 0% / 40%);
    border-radius: 20px;
    padding: 40px 40px;
    max-width: 930px
}
.position-center .title{

}
.page-template-home .position-center .separator{
    border: 1px solid;
    margin: 23px 0
}
.position-left .description-wrap{
    max-width: 1065px
}
.page-template-about-us .position-left .description-wrap {

}
.welcome-banner .description{
    padding-bottom: 32px;
}
.action-buttons{
    gap: 15px
}
.custom-button{
    color: var(--c-primary-b);
    background-color: transparent;
    border: 1px solid;
    border-radius: 31px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 21px;
    transition: all .3s ease-in-out;
    cursor: pointer
}

#loginButton,
#accountButton{
    color: var(--c-primary-e);
    font-family: "Poppins", serif;
    font-weight: 600
}
.page-template-home #loginButton,
.page-template-home #accountButton,
.page-template-redirect #loginButton,
.page-template-redirect #accountButton{
    color: var(--c-primary-b)
}
.custom-button.bg-color{
    border: 1px solid transparent;
    text-transform: uppercase
}
.overlay{
    background-color: hsl(0deg 0% 0% / 20%)

}
.redirect-page .overlay-high {
    background-color: hsl(0deg 0% 0% / 40%);}

/* Introduction */

.our-fleet .introduction{
    padding-bottom: 40px
}
.our-fleet .introduction .container{

}
.introduction:has(.center-position){
    padding-bottom: 63px;
}
.introduction .position-column .title{
    max-width: 814px;
    margin: 0 auto
}
.page-template-home .introduction .position-column .title{
    color: var(--c-emphasis-peach);
    padding-bottom: 40px
}
.page-template-redirect .introduction .title{
    color: var(--c-emphasis-red);

}
.introduction .description{
    color: var(--c-primary)
}
.page-template-home .introduction .description{
    color: var(--c-primary-c)
}
.introduction .position-column .description{
    max-width: 1030px;
    margin: 0 auto
}
.page-template-home .introduction .title{
    font-size: 76px;
    line-height: 68.4px
}
.introduction .title{
    text-transform: capitalize
}
.about-us-page .introduction .title{
    color: var(--c-emphasis-peach);
    font-size: 48px;
    line-height: 50.88px
}
.our-fleet .introduction .title{
    color: var(--c-emphasis-brown);
    font-size: 48px;
    line-height: 50.88px;
    margin-bottom: 40px
}
.story .introduction .title{
    color: var(--c-emphasis-peach);
    font-size: 48px;
    line-height: 50.88px;
    margin-bottom: 40px

}
/* Cards */


.page-template-home .card-wrap{
    padding: 28px;
}
.page-template-home .cards .card-inner {
    box-shadow: 4px 4px 20px 0 #0000002B;
    height: 100%
}
.page-template-home .card-content{
    padding: 0 20px 20px
}
.page-template-home .cards img{
    max-height: 174px;
    height: 100%;
    object-fit: cover
}


.card-content .card-label{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px;
}

.card-wrap .title{
    font-size: 27px;
    font-weight: 400;
    line-height: 35.1px;
    margin: 15px 0
}
.card-wrap .description{
    color: var(--c-primary-c);
    margin-bottom: 40px
}


.color-blue .card-wrap .custom-button.bg-color{
    background-color: var(--c-emphasis-peach)
}
.color-blue .cards .custom-button.static-button.bg-color{
    background-color: var(--c-emphasis-peach)
}
.color-brown .card-wrap .custom-button{
    color: var(--c-emphasis-brown)
}
.color-brown .card-wrap .custom-button.bg-color{
    color: var(--c-primary-b);
    background-color: var(--c-emphasis-brown)
}


/* Key Stats */

.key-stats{
    padding: 69px 64px
}

.key-stats > .container{

}
.key-stats-left{
    padding: 0 40px 0 0;
}
.key-stats-right{
    padding: 0 0 0 40px;
}
.key-stats .key-stats-left span{
    font-weight: 600;
    line-height: 24px
}
.key-stats .key-stats-left .title{
    text-transform: capitalize
}
.key-stats{
    color: var(--c-primary-b)
}

.key-stats .description{
    margin-bottom: 32px
}
.key-stats .stats-box-wrap{
    gap: 24px;
    margin-bottom: 32px
}
.page-template-our-fleet .key-stats .stats-box-wrap{
    gap: 37px;
}
.key-stats .stats-box-wrap .number{
    font-size: 76px;
    font-weight: 400;
    line-height: 68.4px;
    font-family: "Rozha One", serif;
}
.key-stats .stats-box-wrap .number.plus{
    display: flex;
    flex-direction: row-reverse
}
.key-stats .stats-box-wrap .years .number-value{
    padding-right: 20px
}
.key-stats .stats-box-wrap .text{
    line-height: 20.8px;
    font-weight: 400;
}



.color-blue .key-stats .action-buttons .bg-color{
    background-color: var(--c-primary-b);
    color: var(--c-emphasis-blue);
}
.color-red .key-stats .action-buttons .bg-color{
    background-color: var(--c-primary-b);
    color: var(--c-emphasis-red);
}
.color-brown .key-stats .action-buttons .bg-color{
    background-color: var(--c-primary-b);
    color: var(--c-emphasis-brown);
}

/* Description and Images */

.learn-to-fly .description-images{
    padding-bottom: 64px
}

.description-images > .container{
    max-width: 1325px
}

.page-template-home .description-images .description-wrap{
   padding: 61px 25px 0 0;
}
.page-template-home .description-images .images-wrap{
    padding: 0 0 0 25px;
}
.learn-to-fly .description-images .description-wrap{
    padding: 0 47px 0 15px
}
.learn-to-fly .description-images .images-wrap{
    padding: 0 0 0 47px;
}
.description-images .title{
    margin-bottom: 26px
}
.description-images .subtitle-wrap{
    gap: 4px;
    margin-bottom: 41px;
}
.description-images .subtitle-wrap .subtitle{
    display: flex;
    flex-direction: column
}
.description-images .subtitle-wrap .subtitle strong{
    font-size: 48px;
    line-height: 50.88px;
    font-family: "Rozha One", serif;
    font-weight: 400;


}
.description-images .subtitle-wrap span{
    font-size: 17px;
    font-weight: 400;
    line-height: 18.02px;
}
.description-images .description{
    margin-bottom: 60px
}
.description-images .sub-title{
    font-family: "Poppins", serif;
    text-transform: uppercase;
    margin-bottom: 7px
}

.description-images .paragraph {
    font-weight: 400;
    line-height:27.2px;
    gap: 17.5px;
}
.description-images .paragraph span{
    font-weight: 500;
}
.page-template-home .description-images .paragraph:before{
    content: "";
    background-image: url(../images/plane-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: block
}
.description-images .paragraph-wrap {
    gap: 16px;
    padding: 8px 0
}
.description-images .images-wrap img{
    object-fit: cover;
    display: block;
    height: 100%;
}
.page-template-home .description-images .images-wrap img{
    max-height: 241px;
}
.learn-to-fly .description-images .images-wrap img{
    max-height: 299px;
}
.description-images .action-buttons{
    margin-top: 54px
}
.description-images .action-buttons .second-button{
    color: var(--c-primary)
}

/*  Courses Overview */

.box-columns{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--c-primary-b)

}
.page-template-home .box-columns .separator-vertical:before{
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 1;
    /*background-image: linear-gradient(*/
    /*        180deg,*/
    /*        transparent 10%,*/
    /*        var(--c-primary-b) 10%,*/
    /*        var(--c-primary-b) 90%,*/
    /*        transparent 90%*/
    /*);*/

}
.box-columns.three_columns .box-header{
    max-width: 768px;
    margin: 0 auto
}
.box-columns .box-header .title{
    margin-bottom: 12px;
    text-transform: capitalize
}
.box-columns.three_columns .box-header .title{
    margin-bottom: 24px
}
.box-columns .box-header span{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: var(--c-emphasis-red)
}

.box-columns.two_columns .boxes-left{
}
.box-columns.two_columns .boxes-right{
    padding: 0 0 0 40px;
}
.box-columns.two_columns .paragraph-wrap{
    gap: 16px
}

.box-columns .paragraph{
    font-weight: 400;
    line-height: 25.6px;
    gap: 15px;
}
.box-columns.three_columns .paragraph{
    line-height: 27.2px;
    padding-bottom: 16px;
}
.box-columns .paragraph span{
    font-weight: 500;
    line-height: 27.2px;
}
.box-columns .paragraph:before{
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: block
}
.page-template-home .box-columns .paragraph:before{
    background-image: url(../images/plane-peach.svg)
}
.about-us-page .box-columns .paragraph:before{
    background-image: url(../images/plane-red.svg)
}
.box-columns.three_columns .boxes-right {
    padding-bottom: 80px
}

.box-columns.three_columns .boxes-right > div:before{
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: 32px;
    background-size: contain
}
.box-columns.three_columns .boxes-right .box-right:before{
    background-image: url(../images/Vision.svg)
}
.box-columns.three_columns .boxes-right .box-right:first-child:before{
    background-image: url(../images/mission.svg)
}
.box-columns.three_columns .boxes-right .paragraph-wrap:before{
    background-image: url(../images/values.svg)
}
.box-columns.three_columns .box-right  ,
.box-columns.three_columns .paragraph-wrap  {
    padding: 24px;
}

.box-columns .boxes-right .title{
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 14px;

}
.box-columns.three_columns .boxes-right .title{
    font-size: 27px;
    line-height: 35.1px;
    font-weight: 400;
    font-family: "Rozha One", serif;
    margin-bottom: 24px;
}
.box-columns .boxes-right .separator{
    width: 185px;
    border: 1px solid var(--c-primary-d);
    margin: 30px 0

}
.box-columns .overlay {
    background-color: hsl(0deg 0% 0% / 60%)
}
.about-us-page .box-columns .overlay {
    background-color: hsl(0deg 0% 0% / 40%);
}

/*  Graduates */

.graduates .graduates-top{
    max-width: 1069px
}
.graduates .graduates-top span{
    font-weight: 600;
    line-height: 24px
}
.graduates .graduates-top .title{
    color: var(--c-emphasis-red);
    margin-bottom: 24px
}
.graduates .graduates-content{
    padding: 12px;
}
.graduates .graduates-content img{
    max-height: 300px;
    object-fit: cover
}
.graduates .graduates-content .action-buttons {
    margin: 24px 0 16px
}
.graduates .graduates-content .action-buttons .custom-button{
    padding: 7px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    cursor: default
}

.graduates .graduates-content .title{
    font-size: 21px;
    line-height: 31.2px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif
}

/* Our Team */

.our-team .label-one{
    line-height: 24px;
    font-weight: 600;
    color: var(--c-emphasis-red)
}
.out-team-top .title{
    margin-bottom: 24px
}
.out-team-top .label-two{
    font-weight: 400;
    color: var(--c-emphasis-peach)

}
.our-team-content .title{
    font-size: 21px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif

}
.our-team-content{
    padding: 80px 0
}
.our-team-wrap{
    padding: 32px 22px
}
.our-team-content img{
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
    height: 100%
}
.our-team-content .position{
    font-weight: 400;
    margin-bottom: 16px;
    color: var(--c-emphasis-red);
    line-height: 20.2px
}
.out-team-bottom .title{
    font-size: 27px;
    line-height: 35.1px;
    color: var(--c-emphasis-red)
}
.out-team-bottom{
    gap: 24px
}

/* View Programs */

.view-programs{
    padding-top: 0
}
.view-programs > .container{
    max-width: 1325px;
    background: var(--c-gradient-blue);
    color: var(--c-primary-b);
    padding: 20px
}
.view-programs-wrap {
    flex: 1 1 36%;
    padding: 0 15px
}
.view-programs-wrap:first-child{
    flex: 1 1 25%;
}
.view-programs-wrap:last-child {
    flex: 1 1 30%;

}

.view-programs .title{
    font-size: 27px;
    line-height: 35.1px;
    margin-bottom: 16px
}
.view-programs .separator{
    position: relative;
}
.view-programs .separator:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: var(--c-primary-b)
}
.view-programs .description ul{
    padding-left: 25px
}
.view-programs .description li{
    list-style: disc
}

/* Services */

.services{
    padding-bottom: 36px
}
.services .container{
    padding-left: 10px;
    padding-right: 10px;
}
.services .row{
    margin-right: -10px;
    margin-left: -10px;
}

.services .services-top{
    max-width: 1310px;
    margin: 0 auto;
    padding-bottom: 76px
}
.services .services-top .title{
    color: var(--c-emphasis-blue);
    margin-bottom: 41px;
    text-transform: capitalize
}
.services .custom-button{
    width: fit-content
}
.service-wrap{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 76px
}
.service-wrap .post-image{
    margin-bottom: 24px
}
.service-wrap .post-image img{
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 300px
}
.service-wrap .title-box{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 700;
    color: var(--c-emphasis-blue);
    margin-bottom: 8px
}
.service-wrap .description{
    margin-bottom: 24px
}

/* Our Feet */


.our-fleets-wrap{
    padding-bottom: 64px
}
.our-fleets-wrap img{
    max-height: 300px;
    object-fit: cover;
    margin-bottom: 24px
}
.our-fleets-wrap .label{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px
}
.our-fleets-wrap .title{
    font-weight: 700;
    font-size: 24px;
    line-height: 31.2px;
    color: var(--c-emphasis-brown);
    font-family: 'Roboto', sans-serif;
    margin-bottom: 13px
}
.our-fleets-wrap .description{
    margin-bottom: 24px;
}
.color-brown .our-fleets-wrap  .custom-button.bg-color {
    color: var(--c-primary-b);
    background-color: var(--c-emphasis-brown);
}
.color-brown .our-fleets-wrap .custom-button {
    color: var(--c-emphasis-brown);
}


/* Maintenance */

.maintenance-left{
    padding-right: 40px
}
.maintenance-right{
    padding-left: 40px
}

.maintenance-left-top{
    margin-bottom: 32px
}

 .maintenance-left-top .title{
     color: var(--c-emphasis-brown);
     margin-bottom: 24px;
     text-transform: capitalize
}
.maintenance-left-bottom{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.maintenance-left-bottom .maintenance-bottom{
    flex: 1 1 calc(50% - 12px);
}
.maintenance-left-bottom .maintenance-bottom .title{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--c-emphasis-brown);
    font-family: 'Roboto', sans-serif;
    margin-bottom: 16px
}
.maintenance img{
    max-height: 640px;
    object-fit: cover;
    height: 100%
}
/* Contact */

.contact-us .title{
    color: var(--c-emphasis-peach);
}
.contact-top{
    margin-bottom: 50px
}
.contact-top .title{
    margin-bottom: 24px
}
.contact-top span{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px
}
.contact-left{
    gap: 40px;
}
.contact-type:before{
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 16px
}
.contact-type.email:before{
    background-image: url("../images/email.svg");
}
.contact-type.phone:before{
    background-image: url("../images/phone.svg");
}
.contact-type.address:before{
    background-image: url("../images/address.svg");
}
.contact-type .title{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;

}
.contact-type .description{
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px
}
.contact-type.address .description{
    margin-bottom: 0;
}
.contact-type .link{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--c-primary);
}
.contact-type .link:hover{
    color: var(--c-emphasis-peach)
}
.contact-right{
    max-height: 516px;
}
.contact-right img{
    max-height: 516px;
    object-fit: cover;
}
/***************************************
          # Story
***************************************/

.story .introduction{
    padding-bottom: 40px
}
.story .introduction .container{
    padding: 0
}
.stories-wrap .container{
    padding-right: 16px;
    padding-left: 16px
}
.stories-wrap .row{
    gap: 64px 0;
    margin-right: -16px;
    margin-left: -16px

}
.stories-wrap .post-item{
    padding-right: 16px;
    padding-left: 16px
}
.stories-wrap .post-item{
    flex: 0 0 calc(33.333333% - 22px);
}
.stories-wrap{
    padding-top: 0
}
.stories-wrap .post-featured-image{
    margin-bottom: 24px
}
.stories-wrap .post-featured-image img{
    max-height: 300px;
    object-fit: cover;
    width: auto;
    min-width: 100%
}
.post-info-top{
    margin-bottom: 24px
}
.stories-wrap .post-category a{
    color: var(--c-primary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px
}
.stories-wrap .post-title{
    line-height: 31.2px;
    margin-bottom: 8px
}
.stories-wrap .post-title a {
    color: var(--c-emphasis-peach);
    font-weight: 700;
    font-size: 24px;
    line-height: 28.2px;
    margin: 8px 0;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 12px;
    display: block
}
.stories-wrap .post-info-bottom .author-img-wrap img{
    max-height: 50px;
    max-width: 50px;
    border-radius: 50%;
    margin-right: 16px;
}
.stories-wrap .post-info-bottom .posts-info-wrap {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px
}
.stories-wrap .post-info-bottom .posts-info-wrap .author-name{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 3px;
    display: block
}
.stories-wrap .posts-info-bottom{
    gap: 8px
}
.stories-wrap .separator{
    width: 9px;
    height: 9px;
    background-color: var(--c-primary);
    display: flex;
    align-items: center;
    border-radius: 50%;
    margin: 0 3px;
}


.stories-wrap .action-buttons{
    margin-top: 37px;
}

/***************************************
            # Testimonial
***************************************/

.testimonials{
    padding-bottom: 136px;
    background: var(--c-gradient-beige)
}
.testimonials > .container{
    max-width: 1362px;
}
.testimonials-header{
    max-width: 795px;
}
.testimonials .title{
    color: var(--c-emphasis-peach);
    margin-bottom: 24px
}

.testimonials-wrap{
    gap: 14px
}

.testimonial-wrap{
    background-color: var(--c-background);
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25)

}
.rating{
    display: flex;
    gap: 4px
}
.rating .star{
    width: 20px;
    min-width: 20px;
    height: 19px
}
.rating .star.filled{
    color: #FFBB2C
}
.testimonial-feedback{
    padding: 32px 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px
}
.testimonial-image{
    margin-right: 9px;
    border-radius: 50%;
    width: 58px;
    min-width: 58px;
    height: 57px
}

.testimonial-name,
.testimonial-position{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase
}
.testimonial-name{
    color: var(--c-primary-d);
    font-weight: 600
}
.testimonials .separator{
    border-left: 1px solid var(--c-primary);
    left: 58%;
    transform: translateX(-58%)
}
.testimonial-right-bg{
    background-color: var(--c-primary);
    padding: 12px 14px;
    border-radius: 8px;
    width: fit-content;
    margin: 0 auto
}
.testimonial-main-assembly{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 8px;
    color: var(--c-primary-b)

}
.testimonial-additional-info{
    font-weight: 700;
    font-size: 7px;
    line-height: 10.5px;
    color: var(--c-primary-b)
}


.slick-track{
    display: flex!important;
    padding: 38px 0
}
.testimonials .slick-initialized .slick-slide{
    margin: 0 7px;
}
.slick-initialized .slick-slide > div{

}
.slick-arrow{
    border: 1px solid var(--c-primary)!important;
    border-radius: 50%;
    width: 48px!important;
    min-width: 48px;
    height: 48px!important;
    display: flex!important;
    align-items: center;
    justify-content: center
}
.testimonials .slick-prev.slick-arrow{
    top: unset;
    bottom: -80px;
    left: calc(50% - 32px);
    transform: translateX(-50%)
}
.testimonials .slick-next.slick-arrow{
    top: unset;
    bottom: -80px;
    right: calc(50% - 32px);
    transform: translateX(50%)
}
.slick-arrow:before{
    display: block;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-prev.slick-arrow:before{
    content: "";
    background-image: url("../images/arrow-left.svg");



}
.slick-next.slick-arrow:before{
    content: "";
    background-image: url("../images/arrow-right.svg");
}



/***************************************
            # My Account
***************************************/

.account{
    background: var(--c-gradient-white);
    min-height: inherit;
}
.account .user-info{
    gap:16px
}
.account .user-info .title{
    color: var(--c-emphasis-brown);
}
/***************************************
            # Login
***************************************/


#loginModal .modal-content .tml-rememberme-wrap{
    display: flex;
    align-items: center;
}
#loginModal  .widgettitle,
#loginModal .modal-content label{
    text-align: left;
}
#loginModal .modal-content input[type="checkbox"]{
    height: 20px;
    width: 20px;
}
#loginModal .modal-content .tml-submit-wrap{
    text-align: left
}
#loginModal .modal-content .tml-submit-wrap button{
    background-color: var(--c-emphasis-red);
    color: var(--c-primary-b);
    border: 1px solid;
    border-radius: 31px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 21px;
    transition: all .3s ease-in-out;
    cursor: pointer
}
#loginModal  .tml-links{
    display: flex;
    justify-content: space-between;
}
#loginModal  .tml-links li a,
#showRegister,
#showLogin{
    color: var(--c-primary);
}
#loginModal  .tml-links li a:hover,
#showRegister:hover,
#showLogin:hover{
    color: var(--c-emphasis-red);
}

/***************************************
            # Legal Pages
***************************************/
.legal-section{
    padding-top: 50px;
    padding-bottom: 112px
}
.legal-page .legal-wrap{
    gap: 40px;
}
.legal-page .title{
    color: var(--c-emphasis-peach);
    font-size: 48px;
    line-height: 50.88px;
    text-transform: capitalize
}
.legal-page .last-updated{
    font-weight: 400
}
.legal-page p{
    font-weight: 400;
}
.legal-page p > span{
    font-size: 24px;
    line-height: 31.2px;
    font-family: "Rozha One", serif;
    text-transform: capitalize
}
.legal-page .contact-type:before{
    display: none;
}
.legal-page .color{
    color: var(--c-emphasis-peach);
    font-weight: 600
}
.legal-page a{
    color: var(--c-emphasis-blue);
}
.legal-page a:hover{
    color: var(--c-emphasis-peach);
}
/***************************************
            # Careers
***************************************/

.careers-page .careers{
    padding-top: 50px
}
.careers-page .careers-wrap{

}
.careers-page .main-title{
    font-size: 48px;
    line-height: 50.88px;
    color: var(--c-emphasis-brown);
}
.careers-page .description{

}
.careers-page .subtitle{
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
    color: var(--c-emphasis-brown)
}
.careers-page .title-list{
    font-family: "Poppins", serif;
    color: var(--c-emphasis-brown);
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px
}
.careers-page .careers-list-wrap ul{
    padding-left: 30px;
    margin-bottom: 30px;
}
.careers-page .careers-list-wrap ul:last-child{
    margin-bottom: 0
}
.careers-page .careers-list-wrap ul .description{
    list-style: disc
}
.careers-page .careers .separator{
    border: 1px solid var(--c-emphasis-brown);
}
.careers-page .separator:last-child{
    display: none;
}
/***************************************
            # Single Programs
***************************************/


.services .popup-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.services .popup-content {
    background: white;
    position: relative;
    width: 100%;
    max-width: 1312px;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80vh;
    overflow-y: auto;
}

.services .close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: var(--c-primary-b);
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/close.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block
}



/* */

.single-programs{
    color: var(--c-primary-b);
    background: var(--c-gradient-blue)
}
.single-programs .service-left {
    gap: 10px;
    padding-right: 30px;
    padding-bottom: 40px
}
.single-programs .single-title{
    font-size: 48px;
    line-height: 50.88px;
}
.single-programs .service-left .description{
    margin-bottom: 35px
}
.single-programs .service-left .separator{
    border: 1px solid var(--c-primary-b)
}
.single-programs .separator.abs{
    background-color: var(--c-background);
    width: 2px;
    height: 100%
}
.single-programs .service-right{
    gap: 34px;
    padding-left: 30px
}
.single-programs .service-right strong{
    margin-bottom: 9px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px
}
.single-programs .service-right ul{
    padding-left: 30px;
}
.single-programs .service-right li{
    list-style: disc;
    display: list-item
}
.single-programs .custom-back{
    color: var(--c-primary-b);
    background-color: transparent;
    border: 1px solid;
    border-radius: 31px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 21px;
    transition: all .3s ease-in-out;
    cursor: pointer
}
.color-blue .single-programs .custom-button {
    width: fit-content;
    background-color: var(--c-background);
    color: var(--c-emphasis-blue)
}

/***************************************
            # Single Post
***************************************/

.default-single-post .welcome-banner img{
    width: 100%;
}
.default-single-post .stories-wrap {
    padding-top: 50px
}
.default-single-post .post-info-bottom{
    margin-bottom: 40px
}


.default-single-post .entry-content{
    gap: 40px;

}
.default-single-post .title{
    /*color: var(--c-emphasis-peach);*/
    /*font-size: 48px;*/
    /*line-height: 50.88px;*/
    /*text-transform: capitalize*/
}

.default-single-post p{
    font-weight: 400;
}
.default-single-post p > span{
    font-size: 24px;
    line-height: 31.2px;
    font-family: "Rozha One", serif;
    text-transform: capitalize
}

.previous-posts .title {
    color: var(--c-emphasis-peach);
    font-size: 41px;
    line-height: 36.9px;
    font-weight: 400;
    margin-bottom: 34px
}
/***************************************
            # Not-found
***************************************/

.not-found{
    background-image: url("/wp-content/uploads/6e124775c509ec8e3f673e4a869da389.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--c-primary-b)
}
.not-found .contact-form .aviation-role .wpcf7-list-item input[type="radio"] {
    border: 1px solid var(--c-primary-b)
}
.not-found .overlay {
    background-color: hsl(0deg 0% 0% / 50%);
}