.elementor-kit-5{--e-global-color-primary:#FC983C;--e-global-color-secondary:#1F3844;--e-global-color-text:#070707;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-font-style:normal;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#070707;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:300;line-height:28px;}.elementor-kit-5 h2{color:#070707;font-family:"Poppins", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-5 h3{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:12px;font-weight:600;line-height:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*General*/


.icon_btn span.elementor-icon-list-icon  {
    background: #fc983c;
    padding:15px;
    border-radius: 100%;
    margin-right:15px;
    
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.icon_btn svg{
    margin: 0px !Important;
}


/*Hero Button*/
.Titled_button:before {
    content: 'Discovery Flights';
    background: #1f3944;
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    width: 273px;
    padding: 5px 104px 5px 69px;
    left: 95px;
    top: 9px;
    position: relative;
    clip-path: polygon(5% 0%, 81% 0%, 75% 100%, 0% 100%) !Important;
}

.Titled_button a:hover{
    border:1px solid #1f3944 !Important ;
}

/*Team Button*/
.Team_button:before {
    content: 'Meet the team';
    background: #1f3944;
    color: white;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    width: 273px;
    padding: 8px 15% 8px 9%;
    left: 115px;
    top: 10px;
    position: relative;
    clip-path: polygon(5% 0%, 81% 0%, 75% 100%, 0% 100%);
}

.Team_button a:hover{
    border:1px solid #1f3944 !Important ;
}

/*Instructors and staff members*/
.instructor_profile_pic {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

/*Downlaod Button*/

   .button_style_1,
   .button_style_2 {
    display: inline-block;
    position: relative;
    margin:1.8em;
    margin-top: 25px;
    margin-left: 30px;
    padding:5px 25px;
    border-radius:5px;
    border:none;
    overflow: hidden;
    text-decoration: none;
    font-size: 12px;
    outline: none;
    font-style: normal;
    color: #FFF;
    background: #fc983c;
    font-family: 'poppins', sans-serif;
}
.button_style_2 {
     margin-left: 0px;
    background: #f2594b;
}




.button_style_1:hover,
.button_style_2:hover{
    background:#fc983c;
}

.button_style_1 span,
.button_style_2 span{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.button_style_1:before,
.button_style_1:after,
.button_style_2:before,
.button_style_2:after {
    content: '';
    position: absolute;
    top: 0.40em;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: .4s,opacity .6s;
    -moz-transition: .4s,opacity .6s;
    -o-transition: .4s,opacity .6s;
    transition: .4s,opacity .6s;
}

/* :before */

.button_style_1:before
 {
    content: attr(data-hover);
    -webkit-transform: translate(-150%,0);
    -moz-transform: translate(-150%,0);
    -ms-transform: translate(-150%,0);
    -o-transform: translate(-150%,0);
    transform: translate(-150%,0);
}

/* :after */

.button_style_1:after,
.button_style_2:after{
    content: attr(data-active);
    -webkit-transform: translate(150%,0);
    -moz-transform: translate(150%,0);
    -ms-transform: translate(150%,0);
    -o-transform: translate(150%,0);
    transform: translate(150%,0);
}

/* Span on :hover and :active */

.button_style_1:hover span,
.button_style_1:active span,
.button_style_2:hover span,
.button_style_2:active span {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
}

/*  
    We show :before pseudo-element on :hover 
    and :after pseudo-element on :active 
*/

.button_style_1:hover:before,
.button_style_1:active:after,
.button_style_2:hover:before,
.button_style_2:hover:after{
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

/* 
  We hide :before pseudo-element on :active
*/

.button_style_1:active:before,
.button_style_2:active:before{
    -webkit-transform: translate(-150%,0);
    -moz-transform: translate(-150%,0);
    -ms-transform: translate(-150%,0);
    -o-transform: translate(-150%,0);
    transform: translate(-150%,0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}/* End custom CSS */