/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');*/

body{
	font-family: 'Roboto';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    /*src: url('/wp-content/themes/twentytwentyone-child/fonts/roboto.woff2');*/
    src: url(/wp-content/themes/twentytwentyone-child/fonts/roboto.woff2) format('woff2');
    background-color: #fff !important;
}
*{
    font-family: 'Roboto' !important;
}
.primary-navigation {
    margin: auto;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: .95vw 0 0;
}
.wp-custom-logo .site-header {
    align-items: center;
    flex-direction: column;
    row-gap: 0;
    padding: 0;
}
span.box-dot {
    width: 6px;
    height: 6px;
    min-width: 6px;
    background: rgb(40, 48, 61);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    top: 15px;
}
.contact-details-inner ul li {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
}
.contact-details-inner ul {
    list-style: none;
    padding-left: 30px;
    margin-top: 10px;
}

img.mobile-logo {
    display: none;
}
body .primary-navigation .primary-menu-container > ul > .menu-item > a{
    padding-left: 0;
    padding-right: 0;
}
.bg_gray{
    background-color: #292829;
}
li#menu-item-384{
    display: none;
}
.primary-navigation .primary-menu-container > ul > .menu-item {
    margin-left: .65vw;
    margin-right: .65vw;
}
.primary-navigation .primary-menu-container > ul > .menu-item > a {
    color: #fff;
    font-size: calc((.9 - 1) * 1.2vw + 1rem);
    letter-spacing: -.02em;
    line-height: 1.3em;
    padding: .1em 0;
    font-weight: 400;
    text-decoration: none !important;
    font-family: "Roboto";
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
    border: none;
    background: rgba(29, 29, 29, 1);
    padding: .5em 1em;
    text-align: left;
    min-width: 200px;
    z-index: 10;
    left: -1em;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu::before, .primary-navigation > div > .menu-wrapper > li > .sub-menu::after{
    display: none !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li a {
    padding: .1em 0;
    color: #fff;
    text-align: left;
    font-size: calc((.9 - 1) * 1.2vw + 1rem);
    text-decoration: none !important;
    line-height: 1.3;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    width: auto;
    background: none;
}
.site-logo {
    margin-top: 0;
    margin-bottom: 0;
}
.site-logo .custom-logo {
    max-height: 92px;
}
body {
    background: #fff;
}
main#main {
    padding: 0;
}
.site-branding {
    margin-top: 0;
}
.banner-img img {
    width: 100%;
}
header#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    padding-top: .5vw;
    padding-bottom: .5vw;
    max-width: 100%;
    z-index: 99;
    background: linear-gradient(hsla(0, 0%, 11.37%, 1), transparent );
}
section.banner-sec {
    position: relative;
    height: 83.601vh;
}
.banner-img, .banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-sec .container {
    position: absolute;
    top: 169px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
button.sub-menu-toggle {
    width: 13.69px !important;
    height: 19.17px !important;
    margin-left: 0.08em !important;
    position: relative;
}
.banner-sec .head_title{
	color: #fff;
}
header#masthead.scrolled {
    /*background: linear-gradient(hsla(0, 0%, 11.37%, 1), #00000045);*/
}
.head_title {
    font-size: calc((2.5 - 1) * 1.2vw + 1rem);
    letter-spacing: -.02em;
    line-height: calc((1.1em) * (1 + (1 - (2.5)) / 25));
    margin: 0 auto 2rem;
    font-weight: 400;
    width: max-content;
    color: rgb(29, 29, 29);
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button), .site a:hover:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: transparent;
}
a.cmn_btn {
    display: block;
    width: fit-content;
    margin: 25px auto 0;
    padding: 14px 32px;
    background-color: #c41010 !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 6px;
    border: none;
    text-align: center;
    white-space: nowrap;
    transition: all 0.25s ease;
    font-family: 'Roboto';
    letter-spacing: -0.36608px;
    line-height: 23.7952px;
}
a.cmn_btn:hover{
    transform: translateY(-2px);
    background-color: #a50d0d !important;
}
.portal-btn{
    position: absolute;
    right: 0;
    top: 48px;
}
.portal-btn a {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 1rem 1.3rem;
    height: 50px;
    color: #fff;
    text-decoration: none !important;
    font-family: 'Roboto';
    font-size: calc((.9 - 1) * 1.2vw + 1rem);
    letter-spacing: -.02em;
}
.portal-btn a:hover{
    opacity: 0.8;
}
header#masthead .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sec_padd{
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
nav.footer-navigation, .site-info {
    display: none !important;
}
.text_box p {
    text-align: center;
    font-weight: 400;
    color: rgb(29, 29, 29);
    margin-bottom: 25px;
}
.text_sec h2.head_title {
    margin-bottom: 0;
    width: auto;
    text-align: center;
}
p{
    font-size: calc(((1.1) - 1) * 1.2vw + 1rem);
    letter-spacing: -.02em;
    line-height: 1.3em;
}
.sub-menu-toggle svg.svg-icon {
    display: none;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2026/05/chevron-down.svg);
    width: 11px;
    height: 11px;
    background-size: 11px;
    top: 4px;
    opacity: 0.7;
    transition: transform 600ms cubic-bezier(.4, 0, .2, 1);
    filter: invert(1);
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
/*.text_sec {
    min-height: 33vh;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}*/
.text_box p:last-child {
    margin-bottom: 0;
}
.primary-navigation > div > .menu-wrapper li:last-child{
    margin-right: .65vw;
}
aside.widget-area {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
section#custom_html-2 {
    margin: 0;
}
.footer_top {
    background: #797979;
    padding: 2.3934vw 0;
}
.footer_inner {
    align-items: center;
    justify-content: center;
    max-width: 37.1vw;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.footer_inner h4 {
    color: rgb(217 217 217);
    margin-bottom: 0;
    font-size: calc(((1.4) - 1) * 1.2vw + 1rem);
    line-height: calc((1.1em) * (1 + (1 - (1.4)) / 25));
    font-weight: 400;
    letter-spacing: -.02em;
}
.book_btn a {
    text-decoration: none;
    padding: 1rem 1.3rem;
    font-size: calc(((.8) - 1) * 1.2vw + 1rem);
    color: rgb(0 0 0) !important;
    line-height: 1.3rem;
    border-radius: 10px;
    border: 1px solid #000;
    background: #d9d9d9;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 500;
}
.book_btn {
    position: absolute;
    right: 0;
    top: 0;
}
.book_btn a:hover, .book_btn a:focus {
    background: #d9d9d9 !important;
    text-decoration: none !important;
    opacity: .8;
}
.text_box_rgt {
    padding-left: 2vw;
}
.text_box_rgt {
    padding-left: 2.6vw;
}
section.text_sec .col-md-6 {
    padding: 0;
}
footer#colophon {
    display: none;
}
.footer_btm {
    padding: 4.49vmax 0 3.3vmax;
    text-align: center;
    background: #000000;
}
.footer_btm p span {
    padding: 0 17px;
}
.footer_btm p {
    color: rgb(217, 217, 217);
    margin-bottom: 1rem;
}
.footer_btm_inner ul li {
    line-height: 20px;
}
p.large-p {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    line-height: calc(((1.7285) - 1) * 1.2vw + 1rem);
}
p.large-p a {
    font-size: calc(((1.4) - 1) * 1.2vw + 1rem);
    color: #d9d9d9 !important;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: currentColor;
    text-decoration-thickness: 1px;
    line-height: calc(((1.7285) - 1) * 1.2vw + 1rem);
    text-underline-offset: .2em;
}
.footer_btm_inner {
    max-width: 64vw;
    margin: 0 auto 0;
}
p.small-p {
    font-size: calc(((.9) - 1) * 1.2vw + 1rem);
    margin-bottom: 0;
    letter-spacing: -.027em;
}
p.small-p a {
    color: #d9d9d9 !important;
}
.text_box_sec .text_box{
    padding-bottom: 0vh;
}
.footer_btm_inner ul li a img {
    filter: brightness(100);
    height: 18.75px;
}
.mobile-btn{
    display: none;
}
.footer_btm_inner ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    opacity: .85;
    margin-top: 0.8rem;
    margin-bottom: 2.35rem;
    padding-left: 5px;
}
.image_box img {
    width: 100%;
}
.image_slider .image_box {
    margin-right: 20px;
    position: relative;
}
.text_box_sec p {
    max-width: 38vw;
    margin: 0 auto;
}
.image_slider_inner button.slick-next {
    right: 3vw;
    background-image: url('/wp-content/uploads/2026/05/rgt-arrow.svg') !important;
    background-repeat: no-repeat;
    background-position: center center;
}
.image_slider_inner button.slick-prev{
    left: 3vw;
    background-image: url('/wp-content/uploads/2026/05/lft-arrow.svg') !important;
    background-repeat: no-repeat;
    background-position: center center;
}
.image_slider_inner .slick-list {
    overflow: visible;
    min-height: 75vh;
    padding-right: 10vw;
}
.image_slider {
    overflow: hidden;
}
.img-box-inner img{
    display: block;
    width: 100%;
    height: 75vh;
    object-fit: cover;
    object-position: 50% 50%;
}
.image_slider .slick-track{
    height: 100%;
}
.text_box_sec .head_title {
    font-size: calc(((2.5) - 1) * 1.2vw + 1rem);
}
.image_slider_inner button.slick-arrow {
    background-color: #000 !important;
    opacity: .7;
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border: none;
    padding: 0;
    margin: 0;
    transition: opacity .3s;
    z-index: 1;
    background-size: 36px;
}
.image_slider_inner button.slick-arrow::before {
    display: none;
}
.img-box-inner {
    max-height: 75vh;
    position: relative;
}



/* Aircraft page css  */

.aircraft-category-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    column-gap:30px;
}

.aircraft-category-item{
    text-align:center;
    margin-bottom: 0px;
}

.aircraft-category-item a{
    text-decoration:none !important;
    display:block;
}

.aircraft-category-image {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.aircraft-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.aircraft-category-item:hover img{
    transform:scale(1.05);
}

.aircraft-category-title{
    margin:15px 0;
    font-size:calc(((1.25) - 1) * 1.2vw + 1rem);
    font-weight:400;
    color:#1f2d3d;
    text-transform: uppercase;
    letter-spacing:0.5px;
    line-height: 1.3em;
    letter-spacing: -.02em;
}
.banner-sec-inner .banner-img{
    height: 54.6vh;
}
.banner-sec-inner .banner-img img {
    height: 100% !important;
    object-position: 85.16483516483517% 15.201900237529687%;
    max-width: 100% !important;
}
.height-small-vault {
    max-height: 50vh;
}
.air_text_sec p {
    max-width: 90%;
    margin: 40px auto;
    font-size: 19.6px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 2px;
}
.air_text_sec .head_title {
    padding-bottom: 2.5vh;
    font-size: calc((1.8 - 1) * 1.2vw + 1rem);
    width: 90%;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.5em;
}
.container.container-1040 {
    max-width: 1040px;
}
.aircraft-taxonomy-page{
    padding-top: 35px;
}
.aircraft-taxonomy-banner {
    max-height: 33vh;
}

/* Aircraft page css  */


/* Aircraft Categories css */

.aircraft-taxonomy-heading{
    text-align:center;
    margin-bottom:60px;
}
.aircraft-template-default header#masthead {
    background: #000;
    padding-bottom: 45px;
}
.aircraft-template-default header#masthead.scrolled{
    padding-bottom: .5vw;
}
.aircraft-template-default header#masthead.scrolled{
    /*background: linear-gradient(hsla(0, 0%, 11.37%, 1), #00000045);*/
}
.aircraft-template-default #content{
    padding-top: 220px;
}
.single .aircraft-taxonomy-banner {
    margin-bottom: 0;
    padding-bottom: 60px;
}
section.single-aircraft-page {
    margin-top: 0 ;
    margin-bottom: 45px;
}
.back-sec {
    padding-top: 100px;
}
.back-sec-inner a {
    color: #000;
    text-decoration: none;
}
.single .aircraft-taxonomy-banner img{
    height: 100% !important;
    max-width: 100% !important;
}
/*.aircraft-template-default div#content {
    padding-top: 215px;
}*/
.aircraft-taxonomy-heading h1{
    font-size:45px;
    font-weight:300;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0;
}

.aircraft-item{
    display:flex;
    /*align-items:center;*/
    gap:30px;
    padding:60px 0;
    border-top:1px solid rgba(0,0,0,.15);
}

.aircraft-item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.aircraft-image {
    overflow: hidden;
    padding-bottom: 51.4%;
    position: relative;
}
.aircraft-content-inner {
    padding-top: 45px;
}
.aircraft-item-image img{
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    object-fit: cover;
}
.aircraft-item-image{
    width:57%;
}

.aircraft-item-image img{
    width:100%;
    object-fit:cover;
    display:block;
}

.aircraft-item-content{
    width:43%;
    text-align: center;
}

.aircraft-title{
    margin-bottom:20px;
    line-height: 1.44em;
}

.aircraft-title a{
    font-size:40px;
    font-weight:300;
    text-transform:uppercase;
    color:#000;
    text-decoration:none;
    text-underline-offset:0px;
}

.aircraft-excerpt {
    font-style: italic;
    font-weight: 600;
    border-left: 1px solid #1c1c1c;
    padding: .5em 2.5em;
}
.aircraft-excerpt p {
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 16px;
}

/* Aircraft Categories css */


/* Single Aircraft css */

.single-aircraft-heading{
    text-align:center;
    margin-bottom:60px;
}

.single-aircraft-heading h1{
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
    text-transform:uppercase;
}

.single-aircraft-excerpt p {
    font-size: 42px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.single-aircraft-main{
    display:flex;
    gap:60px;
    align-items:flex-start;
}

.single-aircraft-gallery{
    width:48.13%;
}

.single-aircraft-content{
    width:53%;
    font-size:24px;
    line-height:1.6;
}
.single-aircraft-content p{
    font-size: 17px;
    line-height: 2;
    text-align: center;
    font-weight: 300;
}
.aircraft-slider,
.aircraft-featured-image{
    width:100%;
}
.inner-image {
    padding-top: 12px;
}
.aircraft-slide img,
.aircraft-featured-image img{
    width:100%;
    display:block;
    object-fit:cover;
}

.single-aircraft-info{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
    margin-top:70px;
    text-align:center;
}

.aircraft-info-item h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}

.aircraft-info-item p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.aircraft-slider .slick-arrow {
    background-color: rgba(0, 0, 0, 0.12) !important;
    line-height: 40px;
    padding: 10px;
    width: 44px;
    height: 60px;
}
.aircraft-slider .slick-arrow:hover{
    background-color: rgba(0, 0, 0, 0.2);
}
.aircraft-slider .slick-arrow:before {
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}
.aircraft-slide {
    height: 386px;
    position: relative;
}
.aircraft-slider .slick-prev {
    left: 0;
    z-index: 9;
}
.aircraft-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aircraft-slider .slick-next {
    right: 0;
    z-index: 9;
}
.aircraft-slider .slick-next:before {
    content: "\F285";
    font-family: "bootstrap-icons";
    font-size: 24px;
}
.aircraft-slider .slick-prev:before {
    content: "\F284";
    font-family: "bootstrap-icons";
    font-size: 24px;
}


/* Single Aircraft css */



/* Valut css */

.height-small {
    max-height: 54.6vh;
}
.height-small-about {
    max-height: 50.25vh;
}
.head_title_h1{
    font-size: calc(((4) - 1) * 1.2vw + 1rem);
    font-weight: 400;
    margin-bottom: 0.52em;
    text-align: center;
    letter-spacing: -.02em;
    line-height: calc((1.1em) * (1 + (1 - (4))/25));
}
.para_large{
    font-size: calc(((1.4) - 1) * 1.2vw + 1rem);
}
.padd_large{
    padding-top: 6.6vmax;
    padding-bottom: 6.6vmax;
}
.para_large span{
    color: #d9d9d9 !important;
}
.vault_sec p.para_large {
    max-width: 595px;
    border-bottom: 1px solid #fff;
    letter-spacing: -.01456em;
    padding-bottom: 4.55vmax;
}
.vault_sec .text_box_btm p.para_large {
    padding-bottom: 0;
    border: none;
    max-width: 1090px;
    padding-top: 3.6vmax;
}
.why_vault {
    padding-top: 60px;
    padding-bottom: 7.5vmax;
}
.valut_btm {
    text-align: center;
    padding-top: 3vmax;
}
.box_text p {
    color: #d9d9d9;
    text-align: center;
}
.icon_box {
    text-align: center;
    margin: 10px 0 25px;
}
.icon_box img {
    height: 50px;
}
.why_vault .row {
    margin-top: 50px;
}
.fa-solid, .fa-regular{
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}
.icon_box i {
    color: #fff;
}
.icon_box {
    text-align: center;
}
.valut_btm img {
    max-height: 158px;
    margin-bottom: 10px;
}
p.para_small {
    color: #797979;
    max-width: 850px;
    margin: 9px auto 0;
    font-size: calc(((.9) - 1) * 1.2vw + 1rem);
}

/* Vault css */


/* Charter css */

.height-small-charter {
    max-height: 57vh;
}
.container.container-1120{
    max-width: 1120px;
}
.charter_btm_sec li p {
    margin-bottom: 0;
}
.charter_btm_sec .text_box ul li{
    margin-top: 0.3em;
    margin-bottom: 0;
}
.container.container-1070 {
    max-width: 1070px;
}
.text_box h3 {
    font-size: calc(((2.1) - 1) * 1.2vw + 1rem);
    font-weight: 400;
    line-height: calc((1.1em) * (1 + (1 - (2.1)) / 25));
    letter-spacing: -.02em;
    margin-bottom: 0;
}
.sec_padd_large{
    padding-top: 6.6vmax;
    /*padding-bottom: 6.6vmax;*/
}
section.sec_padd.text_box2{
    padding-bottom: 6.6vmax;
}
.text_box.text-left p {
    text-align: left;
}
.text_box ul li {
    margin-top: .5em;
    margin-bottom: .5em;
}
.text_box ul {
    padding-left: 40px;
    max-width: 475px;
}
.text_box2 .row {
    border-top: 1px solid #1d1d1d;
    padding-top: 60px;
    /*margin-top: 30px;*/
}
.primary-navigation > div > .menu-wrapper li.back-menu-item {
    display: none;
}

/* Charter css */


/* About css */

.about-sec p {
    max-width: 660px;
    margin: 0 auto;
}
.about-sec .row {
    margin-top: 60px;
}
.two_box_sec .head_title {
    width: auto;
    text-align: center;
}
.two_box_sec .text_box {
    max-width: 490px;
    margin-left: auto;
    width: 100%;
}
.text_box_main {
    padding-right: 3.3vw;
    padding-left: 3.3vw;
}
.two_box_sec .text_box p {
    margin: 2rem 0;
}
.two_box_sec .text_box p:last-child{
    margin-bottom: 0;
}
.two_box_sec .container-fluid {
    padding: 0;
    overflow-x: hidden;
    background: #f5f5f5;
}
.two_box_sec .head_title{
    padding-bottom: 30px;
}
.two_box_sec .row:nth-child(odd) {
    flex-direction: row-reverse;
}
.two_box_sec .row:nth-child(odd) .text_box_main{
    padding-left: 5.3vw;
    padding-right: 3.3vw;
}
.two_box_sec .row:nth-child(odd) .text_box{
    margin-left: 0;
    margin-right:  auto;
}
.two_box_sec .row-1 .text_box p {
    margin: 1rem 0;
    text-align: left;
}
.two_box_sec .row-1 .head_title {
    padding-bottom: 0;
}
.row-1 .text_box_main{
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.image_box, .about_img{
    height: 100%;
}
.about_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.row-2 .text_box_main{
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.row-3 .text_box_main{
    padding-top: 5vw;
    padding-bottom: 5vw;
}

/* About css */


/* V2 Brief css */

section.custom-post-grid {
    padding-top: 20vw;
    padding-bottom: 12vw;
    background: #fff;
    margin-bottom: 0;
}
section.custom-post-grid .container{
    max-width: calc(100% - 24vw);
    padding: 0;
}
.post-item .post-image {
    padding-bottom: 66.666%;
    position: relative;
    overflow: hidden;
}
.post-item .post-image img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    max-width: 100% !important;
    left: 0;
    object-position: top center;
}
.custom-post-grid h1.post-title {
    font-size: calc(((2.1) - 1) * 1.2vw + 1rem);
    max-width: 350px;
    margin: 45px auto 0;
    letter-spacing: -.02em;
}

.custom-post-grid h1.post-title a:hover, .custom-post-grid h1.post-title a:focus {
    color: rgb(29, 29, 29) !important;
    text-decoration: none !important;
    outline: none !important;
}
.post-grid{
    row-gap: 90px;
    padding-top: 3vh;
}

section.single-post-page {
    max-width: calc(100% - 24vw);
    background: #fff;
    margin: 0 auto;
    padding-top: 19.7vw;
    padding-bottom: 12vw;
}
.single-post-page .container {
    width: 50%;
}
.single-post-page .post-date {
    font-size: calc(((.8) - 1) * 1.2vw + 1rem);
    color: #1d1d1d;
    letter-spacing: -.02em;
}
h1.post-title {
    font-size: calc(((3) - 1) * 1.2vw + 1rem);
    line-height: 1.1em;
    letter-spacing: -.02em;
    margin-bottom: 49px;
}
.default-content h1.entry-title{
    font-size: calc(((3) - 1) * 1.2vw + 1rem);
    line-height: 1.1em;
    letter-spacing: -.02em;
    margin-bottom: 30px;
    color: rgb(40, 48, 61);
    font-weight: 400;
}
.default-content .entry-content {
    margin: 0;
}
.default-content p {
    max-width: 100% !important;
}
section.post-navigation-sec {
    background: #fff;
    margin: 0;
    padding: 3vw 0 3vw;
    border: none;
}
.custom-post-navigation .nav-title {
    color: #1d1d1d;
    font-size: calc(((2) - 1) * 1.2vw + 1rem);
    letter-spacing: -.02em;
    line-height: 1.1em;
}
.custom-post-navigation .arrow {
    font-size: 50px;
    font-weight: 300;
    color: #1d1d1d;
}
.single-post-page .post-content p {
    margin-bottom: 1em;
}
.post-navigation-sec .container{
    padding: 0;
}
.single-post-page .post-content a{
    color: #1d1d1d;
}



/* V2 Brief css */


/* Contact css */

.sec_contact_tp .head_title {
    max-width: 595px;
    width: auto;
    margin-left: 0;
    text-align: center;
}
.map-info iframe {
    width: 100%;
}
.sec_contact_tp .row:nth-child(odd) {
    border-bottom: 1px solid #1d1d1d;
    padding-bottom: 4.7vw;
    margin-bottom: 4.7vw;
}
.sec_contact_tp .text_box ul{
    max-width: 100%;
}
.sec_contact_tp .row:nth-child(even) {
    align-items: center;
}
.sec_contact_tp .text_box ul li{
    font-size: calc(((1.1) - 1) * 1.2vw + 1rem);
    letter-spacing: -.02em;
    line-height: 1.3em;
}
.sec_padd_large.sec_contact_tp {
    padding-bottom: 6.6vmax;
}
.contact-form-sec{
    padding-bottom: 6.6vmax;
    background: #f5f5f5;
}
.contact-form-sec .col-md-7{
    width: 53%;
}
.contact-form-sec .col-md-5{
    width: 47%;
}
.contact-details-inner {
    width: 100%;
    max-width: 100%;
    padding-right: 2.5vw;
}
.contact-details {
    display: flex;
    justify-content: flex-end;
}
.contact-form-wrap .form-row label{
    display: block;
    width: 100%;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
    padding: 0;
    float: none;
    background-image: none;
    line-height: 18.2px;
}
.contact-form-wrap  .form-col input, .contact-form-wrap .form-col select{
    display: block;
    width: 100%;
    float: none;
    padding: 10px 12px;
    font-size: 14px;
    font-family: inherit;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    transition: border-color 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    outline: none !important;
}
.contact-form-wrap  .form-col input:focus, .contact-form-wrap .form-col select:focus, .contact-form-wrap .form-col textarea:focus{
    box-shadow: 0 0 0 2px rgba(200, 16, 46, 0.15);
    outline: none !important;
}
.contact-form-wrap .form-row textarea{
    height: 120px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px 12px;
    font-size: 14px;
}
.contact-form-wrap .form-col p {
    margin-bottom: 0;
}
.contact-form-wrap {
    padding-left: 0.7vw;
    padding-right: 0.5vw;
}
.contact-details-inner ul li p {
    margin-bottom: .5em;
    margin-top: .5em;
}
.map-sec .head_title {
    margin-bottom: 5rem;
}
.map_details {
    text-align: center;
    padding: 10px;
}
.map-city {
    font-size: calc(((1.4) - 1) * 1.2vw + 1rem);
    line-height: 1.3em;
    letter-spacing: -.02em;
    margin-bottom: 1rem;
}
.map_info p {
    font-size: calc(((.9) - 1) * 1.2vw + 1rem);
    color: #1d1d1d;
    line-height: 1.3em;
}
.map_info p a{
    color: #1d1d1d;
    line-height: 1.3em;
}
.form-row.submit-btn input {
    display: block;
    width: 100% !important;
    background-color: #c8102e !important;
    color: #fff !important;
    border: none;
    padding: 13px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: background-color 0.2s ease;
    outline: none !important;
}
.form-row.submit-btn input:hover{
    background-color: #a50d25 !important;
}
.wpcf7-not-valid-tip{
    font-size: 13px;
    padding-top: 5px;
}
.wpcf7-response-output {
    margin-top: 0 !important;
    font-size: 15px;
}

/* Contact css */


/* Safety css */

.safety-left-content h4{
    font-weight: normal;
    font-size: calc(((1.4) - 1) * 1.2vw + 1rem);
    line-height: 1.3em;
    letter-spacing: -.02em;
    margin-bottom: 2rem;
    color: #000;
}
.safety-left-content h4:last-child{
    margin-bottom: 0;
}
.banner-sec-inner.height-small-contact .banner-img img{
    object-position: right 88%;
}
.safety-right-content h3{
    font-weight: normal;
    font-size: calc(((2.1) - 1) * 1.2vw + 1rem);
    line-height: calc((1.1em) * (1 + (1 - (2.1))/25));
    letter-spacing: -.02em;
    margin-bottom: 2rem;
    color: #000;
}
.safety-right-content {
    padding-left: 2vw;
}
.expertise-sec{
    background: #f5f5f5;
}
.sec_padd_large.safety-desc{
    padding-bottom: 6.6vmax;
}
.expertise-left-content {
    text-align: center;
}
.expertise-sec .safety-right-content {
    height: 100%;
    max-width: 515px;
    margin-left: auto;
}
.expertise-sec .safety-right-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65.45121545121545% 49.60620077509689%;
}
.expertise-left-content ul{
    list-style: none;
}
.expertise-left-content ul li p{
    position: relative;
}
.expertise-left-content ul li p:before{
    padding-right: 10px;
    display: inline-block;
    margin-left: -40px;
    min-width: 40px;
    text-align: right;
    box-sizing: border-box;
    content: "\2022";
}
.expertise-left-content .large_p {
    margin-bottom: 2.5rem;
}
.partner-image-sec {
    max-width: 835px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.partner-image-sec:after{
    position: absolute;
    content: '';
    bottom: 0px;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: #1d1d1d;
}
.partner-image-sec img{
    max-width: 720px !important;
    margin: 0 auto;
    width: 100%;
}
.partner-sec-content .head_title {
    width: auto;
    text-align: center;
}
.partner-sec-content {
    padding-top: 40px;
}
.main-content{
    margin-top: 0;
}

/* Safety css */


/* obsidian css */


section.banner-sec.height-large:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(41, 40, 41, 0.5);
    opacity: 0;
}
.two_box_sec.obsidian_why_sec .text_box {
    margin-left: 0;
    padding: 10vw 0;
    max-width: 600px;
}
.obsidian_why_sec h2, .obsidian_why_sec p{
    color: #fff;
}
.obsidian_why_sec .container-fluid{
    background: #1d1d1d;
}
.obsidian_why_sec .text_box p{
    margin: 1rem 0;
}
.obsidian_why_sec .image_box, .obsidian_why_sec .about_img{
    height: 100%;
}
.obsidian_why_sec .about_img img, .beyond_sec .about_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sec_padd_large.why_obsidian{
    padding-bottom: 10vmax;
    padding-top: 10vmax;
    position: relative;
    background-size: cover;
}
.sec_padd_large.why_obsidian:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(41, 40, 41, 0.8);
}
.sec_padd_large.why_obsidian .container{
    position: relative;
    z-index: 1;
}
.why_obsidian .text_box {
    max-width: 720px;
    margin: 0 auto;
}
.why_obsidian .text_box h2, .why_obsidian .text_box p{
    color: #fff;
}
.unlock_sec {
    background: #1d1d1d;
}
.unlock_sec h2, .unlock_sec p, .unlock_sec h4, .unlock_sec h5{
    color: #fff;
}
.sec_padd_large.unlock_sec{
    padding-bottom: 6.6vmax;
}
.unlock_con {
    padding: 30px 0;
    text-align: center;
}
.unlock_con h4 {
    line-height: calc((1.1em) * (1 + (1 - (1.4)) / 25));
    letter-spacing: -.02em;
    font-size: calc(((1.6) - 1) * 1.2vw + 1rem);
    margin-bottom: 1.2em;
    font-weight: 400;
    color: rgb(217, 217, 217);
}
.unlock_con p {
    line-height: 1.3em;
}
.info_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 45px 0 60px;
    text-align: center;
}
.info_inner h5 {
    font-size: calc(((1.4) - 1) * 1.2vw + 1rem);
    color: #d9d9d9;
    margin-bottom: 1.5rem;
    line-height: calc((1.1em) * (1 + (1 - (1.4)) / 25));
}
.map_inner {
    display: grid;
    grid-template-columns: 65% 30%;
    justify-content: space-between;
}
.info_inner p {
    font-style: italic;
}
.map_box .map_details p {
    margin-bottom: 1rem;
}
.unlock_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
}
.unlock_img {
    padding-top: 42%;
    position: relative;
}
.unlock_sec .col-md-6 {
    width: 47%;
}
.unlock_sec .head_title{
    color: rgb(217, 217, 217);
}
.unlock_sec .row {
    justify-content: space-between;
    margin-top: 80px;
    row-gap: 50px;
}
.small_p p {
    font-size: calc(((.9) - 1) * 1.2vw + 1rem);
}
.small_p {
    padding-top: 60px;
    text-align: center;
}
.beyond_sec .container-fluid{
    background: #1d1d1d;
}
.beyond_sec h2, .beyond_sec p{
    color: #fff;
}
.beyond_sec .text_box p{
    margin: 1rem 0;
}
.beyond_sec .text_box_main {
    padding-top: 6vw;
    padding-bottom: 6vw;
}
.beyond_sec .image_box, .beyond_sec .about_img{
    height: 100%;
}
.art_sec{
    padding-bottom: 6.6vmax;
    background: #000;
}
.art_sec h2, .art_sec p, .art_sec h4{
    color: rgb(217, 217, 217);
    text-align: left;
    width: auto;
}
.box_text h4 {
    font-size: calc(((1.4) - 1) * 1.2vw + 1rem);
    font-weight: normal;
    line-height: calc((1.1em) * (1 + (1 - (1.4)) / 25));
    margin-bottom: 2rem;
}
.box_text {
    margin-bottom: 4rem;
}
.box_text:last-child{
    margin-bottom: 0;
}
.cmn_btn a {
    text-decoration: none;
    padding: 1.4rem 3.5rem;
    font-size: calc(((1) - 1) * 1.2vw + 1rem);
    color: rgb(0 0 0) !important;
    line-height: 1.3rem;
    border-radius: 10px;
    border: 1px solid #000;
    background: #d9d9d9;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    width: max-content;
    margin: 0 auto;
}
.cmn_btn {
    margin-top: 45px;
    display: block;
}
.obsidian_banner{
    overflow: hidden;
}
.obsidian_banner .container {
    top: 38.4%;
    transform: translateY(0%);
    z-index: 1;
}
.cmn_btn a:hover, .cmn_btn a:focus {
    background: #d9d9d9 !important;
    opacity: 0.8 !important;
    text-decoration: none !important;
}
section.banner-sec.height-large{
    height: 120vh;
}
.banner-title {
    padding-bottom: 18%;
}
.banner_bg{
    position:absolute;
    /*inset:-10%;*/
    transform:scale(1.25);
    will-change:transform;
    top: 0;
    left: 0;
    background-position: center 0vh;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.why_obsidian .head_title {
    margin-bottom: 4rem;
}
.obsidian_why_sec.two_box_sec .head_title{
    margin-bottom: 3rem;
}
p.m-top {
    margin-top: 40px !important;
}
.obsidian_why_sec.two_box_sec .row:nth-child(odd) .text_box_main{
    padding-left: 3.3vw;
}
.beyond_sec.two_box_sec .row:nth-child(odd) .text_box_main {
    padding-left: 3.3vw;
    padding-right: 5.3vw;
}
.beyond_sec .head_title{
    color: rgba(217, 217, 217, 1.0);
}
.obsidian_why_sec.two_box_sec .row:nth-child(odd) {
    flex-direction: inherit;
}
.beyond_sec.two_box_sec .row:nth-child(odd) {
    flex-direction: inherit;
}
.beyond_sec.two_box_sec .row:nth-child(odd) .text_box{
    margin-left: auto;
    max-width: 590px;
    margin-right: 0;
}
.banner_bg:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}
.banner_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.two_box_sec.obsidian_why_sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: -5%;
}

/* obsidian css */


/* Privay css */

.privacy_sec h3 {
    margin: 2rem 0 2rem;
    font-size: calc(((2.1) - 1) * 1.2vw + 1rem);
    letter-spacing: -.02em;
    line-height: calc((1.1em) * (1 + (1 - (2.1)) / 25));
    color: rgb(0, 0, 0);
}
.privacy_sec h4 {
    margin: 2rem 0 2rem;
    font-size: calc(((1.4) - 1) * 1.2vw + 1rem);
    letter-spacing: -.02em;
    line-height: calc((1.1em) * (1 + (1 - (1.4))/25));
    font-weight: 400;
    color: rgb(0, 0, 0);
}
.privacy_sec h3:first-child, .privacy_sec h4:first-child {
    margin-top: 0;
}
.privacy_sec p {
    margin: 0 0 1rem;
    color: rgb(29, 29, 29);
}
.privacy_sec ul {
    padding-left: 30px;
    list-style: none;
}
.privacy_sec ul li:last-child p {
    margin-bottom: 1rem;
}
.privacy_sec ul li p {
    margin-bottom: 0.8rem;
}
span.dot_icon {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgb(29, 29, 29);
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: -4px;
}
.sec_padd_large.privacy_sec{
    padding-bottom: 6.6vmax;
}
.privacy_sec ul li{
    position: relative;
}


/* Privacy css */


.flipbook-box {
    width: 100%;
    position: relative;
    height: 100%;
    padding-top: 50%;
}
.obsidian-flipbook{
    max-width: 100% !important;
    padding-top: 0vmax;
}
.obsidian-flipbook .container-1200{
    max-width: 1200px;
}
.page-id-528 header.entry-header {
    display: none;
}
.obsidian-flipbook .head_title{
    width: auto;
}
.container.container-1100{
    max-width: 1100px;
}
.book-form .book-now-form .form-row{
    justify-content: space-between;
    margin-bottom: 30px;
}
.book-form .book-now-form .form-col{
    width: 48%;
}
.book-form .book-now-form label{
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.book-form .book-now-form input, .book-form .book-now-form select{
    height: 47px;
}
.book-form .book-now-form input, .book-form .book-now-form select, .book-form .book-now-form textarea{
    margin: 0;
    border-radius: 4px;
    padding: 9px 12px;
}
.height-small-book .banner-img{
    clip-path: ellipse(95% 100% at 50% 0%);
}
.height-small-book{
    max-height: 82.3vh;
}
.error404 main#main {
    padding-top: 12vmax;
    padding-bottom: 12vmax;
}
.page-template-default main#main {
    padding-top: 11vmax;
    padding-bottom: 4vmax;
}
.page-template-default.page-id-528 main#main{
    padding-top: 6.3vmax;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background: #505050;
}
.page-template-default.page-id-528 .container-1040{
    max-width: 100%;
    padding: 0;
}
.page-id-528 .entry-content{
    margin-top: 0;
}
.page-id-528 header#masthead{
    background-color: #797979;
}
.page-id-528 header#masthead.scrolled{
    background: linear-gradient(#1d1d1d, transparent);
}
section.obsidian-flipbook h4 a {
    color: #fff;
}
.head_h4{
    background: #505050;
    padding-bottom: 15px;
    margin-top: -25px;
    position: relative;
    z-index: 1;
}
.head_h4 h4{
    font-weight: normal;
}
.thank-sec .thanks-image img {
    max-width: 355px;
}
.thank-sec .container {
    max-width: 880px;
    padding: 0 20px;
}
.thank-sec .thanks-image {
    text-align: center;
}
.thank-sec .thanks-content{
    text-align: center;
}
.thank-sec.sec_padd_large {
    padding-top: 10.5vmax;
    padding-bottom: 6.6vmax !important;
}
.thanks-content h3 {
    font-size: calc(((2.1) - 1) * 1.2vw + 1rem);
    margin: 2rem 0;
    line-height: calc((1.1em) * (1 + (1 - (2.1)) / 25));
    letter-spacing: -.02em;
    font-weight: 400;
    color: rgb(29, 29, 29);
}
.default-content header.entry-header {
    margin: 0;
    padding: 0;
    border: none;
}

/* Images position */

.aircraft-slide img[alt="Gulfstream-G650-Exterior"] {
    object-position: 11%;
}
.aircraft-slide img[alt="Challenger-605-Exterior"] {
    object-position: 10%;
}
.aircraft-slide img[alt="LegacyExterior-1"] {
    object-position: 80%;
}
.aircraft-slide img[alt="G450Exterior-1"] {
    object-position: 58%;
}
.aircraft-slider img[alt="Falcon900LXExteriorfromFalconWebsite-1"]{
    object-position: 82%;
}
.aircraft-slider img[alt="CITATION-X-1"]{
    object-position: 100%;
}
.aircraft-slider img[alt="Hawker-4000-Exterior"]{
    object-position: 82%;
}
.aircraft-slider img[alt="Gulfstream+200_Exterior"]{
    object-position: 5%;
}
.aircraft-image img[alt="CITATION-X-1"]{
    object-position: right;
}
.aircraft-category-image img[alt="Ultra Long Range"] {
    object-position: left;
}
.aircraft-category-image img[alt="Super Mid"] {
    object-position: left;
}