html, body {
    background-color: #ffffff;
}
body, input, textarea, select, button {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}

/*Common Start*/
.c {
    padding: 0 60px;
    max-width: 1440px;
}
.rale_way_bold {
    font-weight: bold;
}
.open_sans {
    font-family: 'Open Sans';
}
.ds_digital_bold {
    font-family: 'DS-Digital';
    font-weight: bold;
}
.align_r {
    text-align: right;
}
.align_c {
    text-align: center;
}
.f_0, .col_row {
    font-size: 0;
}
.pol_rea {
    position: relative;
}
.ovr_hid{
    overflow: hidden;
}
.dis_inline, .col {
    display: inline-block;
}
.vert_middle {
    vertical-align: middle;
}
.vert_top {
    vertical-align: top;
}
.vert_bottom {
    vertical-align: bottom;
}
.space_top:before, .space_bottom:after {
    content: "";
    height: 60px;
    display: block;
    width: 100%;
}
.space_left:before, .space_right:after {
    content: "";
    width: 4.25vw;
    display: inline-block;
    height: 100%;
    max-width: 120px;
    min-width: 60px;
}
.left_bar {
    position: absolute;
    top:0;
    left: 0;
    width: 4.25vw;
    height: 100%;
    max-width: 120px;
    min-width: 60px;
    z-index: 1;
}
.space_remove .space_top, .space_remove .space_bottom {
    display: none;
}
._2cols .col, .col_2 {
    width: 50%;  
}
.col_3 {
    width: 33.33%;
}
.col_4 {
    width: 25%;  
}
.col_5 {
    width: 20%;  
}
.mar_top_110 {
    margin-top: 110px;
}
.mar_top_100 {
    margin-top: 100px;
}
.mar_top_50 {
    margin-top: 50px;
}
.mar_top_25 {
    margin-top: 25px;
}
.padding {
    padding: 6.25%;
}
.text_center {
    text-align: center;
}
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}
.z_index {
    z-index: 1;
}
/*Common End*/


/*Header*/
.header, .mobile-header {
    position: fixed;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 101;
}
.black-bar {
    background: #1a1a1a;
    position: relative;
    z-index: 3;
}
.header .left {
    float: left;
}
.header .right {
    float: right;
    position: relative;
}
.header .c::after {
    content: "";
    clear: both;
    display: block;
}
.header .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: #1a1a1a;
    width: 140px;
    padding: 10px 20px;
    z-index: 4;
}
.header .logo:before {
    content:'';
    position:absolute;
    right: 86%;
    top: 0;
    border-left: 50px solid transparent;
    border-right: 20px solid transparent;
    border-top: 118px solid #1a1a1a;
}
.header .logo:after {
    content:'';
    position:absolute;
    left: 86%;
    top: 0;
    border-left: 20px solid transparent;
    border-right: 50px solid transparent;
    border-top: 118px solid #1a1a1a;
}
.nav {
    background-color: rgba(0, 0, 0, 0.6);
}
.menu {
    margin: 0 -15px;
}
.menu-item {
    display: inline-block;
    color: #fff;
}
.menu-item a {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding: 20px 15px;
    display: inline-block;
    text-transform: uppercase;
    text-shadow: 1px 1px #000000;
}
.social-media {
    margin: 0 -10px;
}
.phone, .social_link {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 15px 10px;
}
.phone span {
    font-size: 14px; 
    line-height: 1.1;
}
.phone, .has-no-touchevents .menu-item:hover, .has-no-touchevents .social_link:hover {
    color: #c4943a;
}
.has-no-touchevents .phone:hover {
    color: #fff;
}
.menu-item-has-children {
    position: relative;
}
.sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 200px;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s, visibility .01s 0.4s;
}
.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s 0.41s, visibility .01s 0.4s;
}
.sub-menu .menu-item {
    display: block;
}
.sub-menu .menu-item a {
    padding: 5px 15px 20px;
    white-space: nowrap;
}
.sub-menu .sub-menu {
    left: 100%;
    top: -20px;
    transform: none;
    padding-top: 20px;
}
.menu > li > .sub-menu > li:first-child > .sub-menu {
    padding-top: 0;
    top: 0;
}
.mobile-header {
    display: none;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 5px 0;
}
.mobile-header .logo {
    display: inline-block;
    width: 100px;
    height: auto;
    padding: 10px 0;
}
.mobile-header .phone {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}
.burger-menu {
    position: absolute;
    padding: 10px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.burger-menu .lines {
    display: inline-block;
    position: relative;
    height: 2px;
    width: 25px;
    background: #c4943a;
    transition: background 0.3s;
    border-radius: 5px;
}
.burger-menu span {
    vertical-align: middle;
}
.burger-menu .lines:after, .burger-menu .lines:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c4943a;
    content: "";
    transition-duration: .3s, .3s, .3s;
    transition-delay: .3s, 0s, 0s;
    border-radius: 5px;
}
.burger-menu .lines:before {
    top: -7px;
    transition-property: top,transform,background;
}
.burger-menu .lines:after {
    bottom: -7px;
    transition-property: bottom,transform, background;
}
.has-no-touchevents .burger-menu:hover .lines,
.has-no-touchevents .burger-menu:hover .lines:after, 
.has-no-touchevents .burger-menu:hover .lines:before{
    background-color: #fff;
}
.open-menu .burger-menu .lines,
.has-no-touchevents.open-menu .burger-menu:hover .lines{
    background: transparent;
}
.open-menu .burger-menu .lines:after, .open-menu .burger-menu .lines:before {
    transition-delay: 0s,.3s;
}
.open-menu .burger-menu .lines:before {
    top: 0;
    transform: rotate(-45deg);
}
.open-menu .burger-menu .lines:after {
    bottom: 0;
    transform: rotate(45deg);
}
.mobile-menu{
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 1000;
    display: block;
    padding-top: 84px;
}
.open-menu .mobile-menu{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.mobile-menu .menu-item {
    display: block;
    padding: 0 10px 0 30px;
    text-align: left;
}
.mobile-menu .menu-item a {
    text-shadow: none;
    color: #000;
    padding: 15px 0 15px 15px;
    display: block;
}
.mobile-menu .sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    transform: none;
    background-color: #f8f7f7;
    width: auto;
    margin: 0 -15px;
    padding: 0 15px;
    max-height: 350px;
    overflow: auto;
}
.mobile-menu .sub-menu .menu-item a {
    color: #888;
}
.mobile-menu .sub-menu .menu-item a::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #888;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}
/*Header End*/

/*Banner Start*/
.banner {
    position: relative;
}
.banner .slides, .banner .slide{
    width: 100%;
    height: 100%;
}
.banner .slides{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner .slide{
    position: relative;
    display: none;
}
.banner .slide .bsz::after, .form_with_text .bsz::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner .slide:first-child {
    display: block;
}
.banner-height {
    position: relative;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.53);
}
.banner-height .middle {
    padding: 180px 30px 80px;
}
.on-top {
    padding-top: 102px;
    background-color: rgba(0, 0, 0, 0.53);
    position: relative;
    z-index: 2;
    min-height: 350px;
}
.on-top::before {
    content: "";
    padding-top: 23.4375%;
    display: block;
}
.on-top .small-banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 40px;
    margin-top: 51px;
    width: 100%;
    text-align: center;
}
.small_banner .bgimage {
    background-position: 50% 0;
}
.big-title {
    font-size: 2.65em;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.15;
}
.sub-title {
    font-size: 2em;
    letter-spacing: .05em;
    margin-top: 15px;
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color:#fefefe;
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
.prev:hover, .next:hover { 
    color:#c4943a;
}
.custom-pager {
    margin-top: 40px;
}
.pager {
    width: 27px;
    height:10px;
    border:1px solid #fff;
    margin-left: 5px;
    background-color:transparent;
}
.pager.cycle-pager-active {
    background-color:#fefefe;
}
.pager:first-child {
    margin-left: 0;
}
/*Banner End*/

/* Text Media */
.white_bg, .white_bg_bg {
    background: #fff;
}
.grey_bg {
    background: #f8f7f7;
}
.blue_bg {
    background: #202d35;
    color: #fff;
}
.pristineblue_bg {
    background: #171c2f;
    color: #fff;
}
.green_bg {
    background: #475757;
    color: #fff;
}
.brown_bg {
    background: #74665a;
    color: #fff;
}
.p_blue_bg  {
    background: #d1dfe5;
    color: #000000;   
}
.text_media {
    position: relative;
}
.dir_left .text_media {
    direction: rtl;
}
.text_media_media {
    width: 57%;
    height: 100%;
    position: relative;
    display: inline-block;
    transition: none;
}
.text_media .image {
    width: 57%;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    direction: ltr;
}
.size_small .text_media_media {
    width: 46.875%;
}
.size_small .text_media_content {
    width: 53.125%;
}
.text_media .image .c {
    max-width: 860px;
}
.text_media .tab-content-wrapper {
    background-color: rgba(0, 0, 0, 0.7);
}
.text_media form {
    margin: -15px 0;
}
.text_media_content {
    width: 43%;
    direction: ltr;
    display: inline-block;
    white-space: nowrap;
}
.vwrapper {
    white-space: normal;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.text_media_content .c_edit, .services_block .c_edit {
    text-align: justify;
}
.valign_middle::after {
    content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.dir_left.has_form {
    direction: rtl;
}
.dir_left .text_media_content {
    padding-right: 60px;
}
.dir_right .text_media_media {
    right: auto;
    left: 0;
}
.dir_right .text_media_content {
    padding-left: 60px;
}
.dir_right .text_media_content.grey_bg {
    padding-right: 60px;
}
.text_media .image + .text_media_content {
    margin-left: 0;
    display: inline-block;
}
.text_with_image .text_media_content {
    padding: 60px;
}
.sec_grey {
    background-color: #f8f7f7;
    color: #5a5a5a;
}
.section-title, .double-line-title, .normal-title {
    font-size: 1.85em;
    position: relative;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    display: inline-block;
}
.section-title.text_center {
    display: block;
}
.double-line-title {
    font-size: 1.95em;
    display: block;
}
.section-title::after {
    content: '';
    max-width: 100px;
    height: 2px;
    background-color: #c4943a;
    position: absolute;
    top: 100%;
    left: 0;
    width: 80%;
}
.text_center.section-title::after {
    left: 50%;
    transform: translateX(-50%);
}
.center-line {
    text-align: center;
    display: block;
}
.center-line::after {
    left: 50%;
    transform: translateX(-50%);
}
* + .c_edit {
    padding: 40px 0 0;
}
.c_edit {
    line-height: 1.85;
    letter-spacing: 0.05em;
}
.c_edit + .btn, .c_edit + .btn_wrapper, .c_edit + .image_btn  {
    margin-top: 40px;
}
.services_block * + .c_edit {
    padding: 30px 0 0;
}
.services_block .c_edit + .btn {
    margin-top: 30px
}
.c_edit a {
    font-weight: bold;
    border-bottom: 1px solid transparent;
}
.has-no-touchevents .c_edit a:hover {
    border-color: #000;
}
.c_edit p {
    margin-top: 20px;
}
.c_edit h1, .c_edit h2, .c_edit h3, .c_edit h4, .c_edit h5, .c_edit h6 {
    margin-top: 40px;
    line-height: 1.25;
}
.c_edit h3, .c_edit h4, .c_edit h5, .c_edit h6 {
    font-family: 'Raleway', sans-serif;
}
.c_edit h2 + h4 {
    margin-top: 30px;
}
.double-line-title {
    padding: 15px 0px 20px;
    text-align: center;
    line-height: 1;
    display: block;
}
.double-line-title::before, .double-line-title::after {
    content: '';
    width: 80px;
    height: 2px;
    background-color: #c4943a;
    position: absolute;
    left: 50%;
    margin-left: -40px;
}
.double-line-title::before {
    bottom: 100%;
}
.double-line-title::after {
    top: 100%;
}
.mild_black_bg {
    background-color: #303030;
    color: #fff;
}
.violet_g_bg {
    background: linear-gradient(90deg, #2d0b2c 30%, #120c21 100%);
    color: #fff;
}
.dir_left.violet_g_bg {
    background: linear-gradient(270deg, #2d0b2c 30%, #120c21 100%);
}
.midnight_black_bg {
    background-color: #171717;
    color: #fff;
}
.has-no-touchevents .midnight_black_bg .c_edit a:hover, .has-no-touchevents .mild_black_bg  .c_edit a:hover, .has-no-touchevents .violet_g_bg .c_edit a:hover, .has-no-touchevents .violet_bg .c_edit a:hover {
    border-color: #fff;
}
.title_text .cols {
    margin: -60px 0;
}
.title_text .col {
    padding: 60px 40px;
    text-align: justify;
}
.title_text .section-title + .cols {
    margin-top: 0px;
}
.services_block {
    position: relative;

}
.services_block .text {
    width: 35.55%;
    padding: 50px 60px;
    position: relative;
    direction: ltr;
}
.services_block .image {
    position: absolute;
    top: 0;
    width: 64.45%;
    height: 100%;
}
.service_size_small .image {
    width: 35.55%;
}
.service_size_small .text {
    width: 64.45%;
}
.dir_left .image {
    right: 0;   
}
.dir_right .image {
    left: 0;   
}
.dir_right .text {
    margin-left: 64.45%;
}
.dir_left.services_block.no_crop {
    direction: rtl;
}
.services_block.no_crop .image {
    display: inline-block;
    position: relative;
}
.services_block.no_crop .image .sizer {
    display: block;
}
.services_block.no_crop .image + .text {
    margin: 0;
    display: inline-block;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.services_block .icon {
    position: absolute;
    top: 40px;
    border: 2px solid #c4943a;
    width: 55px;
    padding: 10px 5px;
    background-color: rgba(0, 0, 0, 0.7);
}
.services_block .icon .bgimage, .left_right_text .icon .bgimage {
    background-size: contain;
}
.services_block .icon .sizer, .left_right_text .icon .sizer {
    padding-top: 74.218%;
}
.dir_right .icon {
    left: 0;
    transform: translateX(-50%);
}
.dir_left .icon {
    right: 0;
    transform: translateX(50%);
}
.icon_img {    
    width: 60px;    
    height: auto;
}
.section-title.conv_title {
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    margin-top: 0;
    color: #fff;
}
.section-title.conv_title:after {
    display:none;
}
.testimonials {
    text-align: center;
    color: #fff;
    position: relative;
}
.testimonials .bsz:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: repeating-linear-gradient(180deg, #000, transparent 1px, transparent 1px, transparent 4px);
    content: "";
}
.testimonials .space_top {
    position: relative;
}
.testimonials .c {
    max-width: 1150px;
}
.testimonials_slide {
    width: 100%;
}
.quote {
    font-size: 1.35em;
    line-height: 1.66;
    padding-left: 70px;
    position: relative;
    letter-spacing: 0.05em;
}
.quote:after {
    content: '';
    position: absolute;
    left: 30px;
    top: 0px;
    background-image: url(images/quote.webp);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
.author {
    font-size: 1.2em;
    line-height: 1;
    text-transform: uppercase;
    text-align: right;
    margin-top: 40px;
    font-weight: bold;
}
.image_block .sizer {
    padding-top: 74.218%;
}
.image_block_overlay .bsz:after {
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity .6s;
}
._8images .sizer {
    padding-top: 100%;
}
._8images .bsz:after {
    display: none;
}
.image_block .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fefefe;
    padding: 30px;
    line-height: normal;
    letter-spacing: 0.05em;
    font-size: 17px;
}
.image_block a.col:hover .bsz:after {
    opacity: 0.8;
}
.btn {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    cursor:pointer;
    font-weight: bold;
}
.btn_brn { 
    background-color: #c4943a;    
    color: #ffff;   
    border:1px solid transparent;   
    transition: background-color .4s, color .4s, border .4s;
}
.has-no-touchevents .btn_brn:hover {  
    background-color: transparent;    
    color: #c4943a;   
    border:1px solid #c4943a;
}
.btn_trans {
    background-color: transparent;
    color: #fff;
    border:1px solid #c4943a;
    transition: background-color .4s, color .4s, border .4s;
}
.has-no-touchevents .btn_trans:hover { 
    background-color: #c4943a;    
    color: #ffff;   
    border:1px solid transparent;
}
.btn_small {
    padding: 17px 30px;
}
.btn_large {
    padding: 18px;
    min-width: 160px;
}
.btn_min_wid {
    min-width: 120px;
    padding: 15px 30px;
    color: #000;
    font-weight: bold;
}

/*Footer Start*/
.footer {
    color: #a1a1a1;
}
.uppercase-title {
    font-family: 'Raleway', serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}
.footer_bg {
    background-color: #202020;
    padding: 60px 0;
}
.footer_bg .cols {
    margin: -15px;
    display: flex;
    justify-content: space-between;
}
._3cols .col {
    width: 33.33%;
}
.footer_bg .cols .col {
    padding: 15px;
    width: auto;
    max-width: 33.33%;
}
.col_content {
    padding-top: 10px;
}
.p-t-10 {
    padding-top: 20px;
}
.col_text {
    margin-top: 5px;
    padding-left: 25px;
    position: relative;
    line-height: 1.5;
}
.col_text .fa {
    color: #c4943a;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 21px;
}
.col_text .fa-envelope {
    font-size: 16px;
}
.proud_member {
    margin-top: 30px;
    line-height: 1.5;
}
.proud_member > * {
    vertical-align: middle;
    display: inline-block;
}
.proud_member_logo {
    margin-left: 15px;
    max-width: 120px;
    max-height: 89px;
}
.proud_title {
    max-width: 160px;
}
.proud_awards {
    padding-top: 10px;
}
.proud_awards a{
    display: block;
}
.footer_bg .menu {
    margin: 0;
}
.footer_bg .menu-item {
    display: block;
}
.footer .menu-item a {
    font-weight: normal;
    text-transform: none;
}
.footer_bg .menu-item a {
    font-size: inherit;
    margin-top: 20px;
    letter-spacing: 0.05em;
    color: #a1a1a1;
    display: inline-block;
    padding: 0;
    text-shadow: none;
}

.footer-menu {
    background-color: #111;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #333;
    border-left: 0;
    border-right: 0;
}
.footer-menu .menu-item a {
    padding: 25px;
    color: #a1a1a1;
    font-size: inherit;
}
.has-no-touchevents .footer_bg .menu-item a:hover, .has-no-touchevents  .footer-menu .menu-item a:hover,  .has-no-touchevents .text_link:hover {
    color: #c4943a;  
}
.copyright {
    background-color: #202020;
    text-align: center;
    padding: 30px;
    font-size: 0.89em;
}
.footer_social {
    margin-top: 60px;
}
.footer_social .uppercase-title {
    float: left;
}
.footer .social_media {
    text-align: right;
}
.footer .social_link {
    padding: 3px 0 3px 16px;
}
.footer .wpcf7 {
    margin-top: 20px;
}
.footer .newsletter {
    margin-top: 15px;
}
.footer .newsletter input[type=text],
.footer .newsletter input[type=email]
{
    color: #fff;
}
.update_submit {
    position:absolute;
    top:0;
    right:0;
    height: 100%;
    padding: 5px 0;
    width: 50px;
}
.letter_submit {
    color: transparent;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    height: 27px;
    border-left: 1px solid #c4943a;
}
.update_submit:after {
    content: "\f0e0";
    font-family: FontAwesome;
    color: #c4943a;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
div.wpcf7 .ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
}
/*Footer End*/

/*Form Start*/
.form_groups {
    margin: 0 -30px;
    font-size: 0;
}
.form_group {
    display: inline-block;
    width: 33.33%;
    padding: 0 30px;
    margin-top: 20px;
    position: relative;
}
.form_group.half {
    width: 50%;
}
.form_group.recaptcha .wpcf7-form-control-wrap{
    background:transparent;
    padding: 0;
}
.form_group.full {
    width: 100%;
}
input[type=text].form_control, input[type=password].form_control, textarea.form_control, input[type=email].form_control, input[type=number].form_control, input[type=tel], select {
    position: relative;
    color: #999999;
    padding: 10px;
    width: 100%;
    background-color: #333333;
    font-size: 14px;
    color: #000;
}
.newsletter input[type=text].form_control {
    padding: 10px 50px 10px 10px;
}
textarea.form_control {
    height: 175px;
}
.contact input[type=text].form_control, .contact input[type=password].form_control, .contact textarea.form_control, .contact input[type=email].form_control, .contact input[type=number].form_control, input[type=tel], select{
    background-color: transparent;
    border: 1px solid #111;
    z-index: 2;
}
.contact .wpcf7 {
    padding-top: 20px;
}
.contact .form_group {
    margin-top: 20px;
}
.form_label {
    font-size: 14px;
    color:#7a7a7a;
    padding: 10px 10px 5px;
    font-weight: bold;
}
.form_with_text .form_label {
    color: #fff;
}
span.wpcf7-not-valid-tip, .news_letter_form span.wpcf7-not-valid-tip {
    display:none;
}
.form_control.wpcf7-not-valid, .contact input[type=text].form_control.wpcf7-not-valid, .contact input[type=password].form_control.wpcf7-not-valid, .contact textarea.form_control.wpcf7-not-valid, .contact input[type=email].form_control.wpcf7-not-valid {
    border-color: #ff0000;
}
.form_control.wpcf7-not-valid::-webkit-input-placeholder {
    color: #ff0000;
}
.form_control.wpcf7-not-valid:-ms-input-placeholder {
    color: #ff0000;
}
.form_control.wpcf7-not-valid::-ms-input-placeholder {
    color: #ff0000;
}
.form_control.wpcf7-not-valid::placeholder {
    color: #ff0000;
}
.form_control.wpcf7-not-valid:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ff0000;
}
.form_control.wpcf7-not-valid::-ms-input-placeholder { /* Microsoft Edge */
    color: #ff0000;
}
.wpcf7 {
    position:relative;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-spam-blocked, div.wpcf7-mail-sent-ng, div.wpcf7-mail-sent-ok  {
    border: none;
    font-size: 14px;
    color: #ff0000;
    text-align: left;
    margin: 10px 0 0 0;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 0;
}
div.wpcf7-mail-sent-ok {
    color: #c4943a;
}
/*Form End*/

/*Editor Start*/
.c_edit > *:first-child {
    margin-top: 0;
}
.c_edit strong{
    font-weight: bold;
}
.c_edit i, .c_editor em {
    font-style: italic;
}
.c_edit > ul, .c_edit > ol {
    margin-top: 20px;
}
.c_edit ul li, .c_edit ol li {
    list-style: none;
}
.c_edit ul li{
    position: relative;
    padding-left: 15px;
    margin-top: 10px;
}
.c_edit ul li:first-child {
    margin-top: 0;
}
.c_edit ul li:before{
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    background-color: #c4943a;
    border-radius: 50%;
    content: '';
}
.c_edit ul li ul li:before{
    border-radius: 0;
}
.gold_bg .c_edit ul li:before{
    background-color: #fff;
}
.c_editor ol{
    counter-reset: item;
}
.c_edit ol li{
    counter-increment: item;
    padding-left: 0px;
    margin-top: 10px;
    display: table;
}
.c_edit ol li:before{
    content: counters(item, ".") ". ";
    display: table-cell;
    font-size: 16px;
    color: #FF729A;
    line-height: 1;
    padding-right: 5px;
}
.c_edit img.alignright { float: right; }
.c_edit img.alignleft { float: left; }
.c_edit img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.c_edit .alignright { float: right; }
.c_edit .alignleft { float: left; }
.c_edit .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.c_edit figure {
    width: auto !important;
    max-width: 100%;
}
.c_edit img{
    width: auto;
    height: auto;
}
.c_edit p:after {
    clear: both;
    content: '';
    display: block;
}
.c_edit table{
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}
.c_edit table td {
    border: 1px solid #ddd;
    line-height: 1.35;
    padding: 10px 15px;
    vertical-align: middle;
}
.c_edit .table-border {
    border: 1px solid #fff;
    padding: 20px 0;
}
.c_edit .table-border table {
    text-align: center;
    margin-top: 0px;
    border: 0;
}
.c_edit .table-border table td {
    padding: 10px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1;
    padding: 20px 10px 5px;
}
.c_edit .table-border table tr:first-child td {
    padding-top: 5px;
}
/*Editor Start*/

/*Contact Start*/
.contact .left, .contact .right {
    padding: 60px;
    display: inline-block;
}
.contact .left {
    width: 23%;
    background-color: #f8f7f7;
    color: #7a7a7a;
    position: relative;
    padding-left: 0px;
}
.contact .with_grey_before::before, 
.left_right_text .left_column::before,
.left_right_text .right_column::after {
    position: absolute;
    content: "";
    right: 100%;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #f8f7f7;
}
.left_right_text .left_column::before {
    background-color: #171717;
}
.left_right_text .right_column::after {
    background-color: #303030;
    right: auto;
    left: 100%;
}
.contact_info .left {
    background-color: #fff;
    color: #000;
}
.contact_info .left .c_edit a {
    font-weight: normal;
    border: 0;
}
.contact .address, .contact .contact-info {
    font-size: 1.3em;
    margin-top: 40px;
    line-height: 2;
}
.contact .contact-info {
    margin-top: 20px;
}
.plain-title {
    font-size: 1.75em;
    color: #000;
    line-height: 1;
}
.contact .right {
    padding-right: 0;
    padding-left: 0;
}
.has-no-touchevents .contact .left a:hover,
.has-no-touchevents a.sm_title:hover {    
    color: #c4943a;
}
.sm_padding {
    padding: 4.25%;
}
.contact .med_title {
    color: #182638; 
}
.contact .right {
    width: 77%;
}
.plain-title {
    position: relative;
}
.contact .right .plain-title::after, .form_with_text .left .plain-title::after {
    position: absolute;
    content: "";
    left: 0;
    margin-top: 15px;
    top: 100%;
    width: 100%;
    height: 4px;
    background-color: #182638;
}
.form_with_text .right .plain-title::after {
    display: none;
}
.form_with_text .left .plain-title::after {
    background-color: #000;
    box-shadow: 0 0 4px 1px rgba(255, 255, 255, 0.5);
}
.form_with_text .btn_min_wid {
    color: #fff;
}
/*Contact End*/
.dd {
    position: relative;
}
.dd select {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.dd .selected-item {
    position: relative;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    z-index: 1;
    text-overflow: ellipsis;
}
.dd .selected-item.prompt span {
    color: #999;
    display: block;
}
.dd .selected-item .fa {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.banner {
    color: #fff;
}
.banner .section-title::after {
    display: none;
}
.banner .booking-form {
    margin-top: 40px;
}
.banner .booking-form .c {
    max-width: 1100px;
}
.booking-form {
    color: #fff;
    width: 100%;
}
._5cols {
    font-size: 0;
}
._5cols .col {
    width: 21%;
}
.tabs {
    text-align: left;
}
.tab {
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: 5px;
    font-family: 'Raleway';
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    padding: 16px 15px 15px;
    text-align: left;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tabs .col:first-child .tab {
    margin-left: 0;
}
.active.tab, .tab:hover {
    background-color: #fff;
    color: #000;
}
.tab-content-wrapper {
    border: 1px solid #fff;
    border-top-width: 5px;
    text-align: left;
    position: relative;
}
.tab-content {
    display: none;
    padding: 20px 200px 20px 10px;
    position: relative;
}
.tab-content.private-jet-banner-tab {
    padding-right: 10px;
}
.nopadding {
    padding: 50px 30px;
}
.tab-content form {
    font-size: 0;
}
.tab-content .form-group {
    width: 30%;
    display: inline-block;
    padding: 15px 25px;
    position: relative;
}
.tab-content .form-group.full {
    width: auto;
    display: block;
    margin-right: -230px;
}
.tab-content .form-group.full-col {
    width: 100%;
}
.tab-content .form-group.half {
    width: 50%;
}
.tab-content .form-group.wid60 {
    width: 60%;
}
.tab-content .form-group.wid40 {
    width: 40%;
}
.tab-content .form-group.half.mar_top {
    margin-top:37px;
}
.tab-content .form-group .input.radio {
    margin-left:20px;
}
.tab-content .form-group .input.radio:first-child {
    margin-left:0;
}
.tab-content .form-group.full-col + .submit-button {
    bottom: 35px;
    transform: none;
    top: auto;
}
.tab-content .double-col {
    width: 40%;
}
.tab-content ::-webkit-input-placeholder {
    color: #fff;
}
.tab-content :-moz-placeholder { 
    color: #fff;  
}
.tab-content ::-moz-placeholder {
    color: #fff;  
}
.tab-content :-ms-input-placeholder {  
    color: #fff;  
}
.tab-content .input {
    border: 1px solid #fff;
    font-size: 14px;
}
.tab-content .input-padd {
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
}
.tab-content .input-padd div{
    margin-top: 15px;
}
.tab-content .input-padd div:first-child{  
    margin-top:0;
}
.tab-content .input-padd div:after{content:'';clear:both;display: block;}
.tab-content .input-padd .hourly {
    float:left;
}
.tab-content .input-padd .values {
    float:right;
}
.tab-content .input input, .tab-content .dd .selected-item {
    padding: 15px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color:#fff;
}
.tab-content .dd .selected-item {
    padding-right: 35px;
}
.tab-content .date-input {
    width: 49%;
    margin-left: 2%;
    display: inline-block;
    position: relative;
}
.tab-content .date-input:first-child {
    margin-left: 0;
}
.date-input::before {
    content: "\f273";
    font-family: 'FontAwesome';
    position: absolute;
    right: 12px;
    top:50%;
    transform: translateY(-50%);
}
.no-icon::before {
    display: none;
}
.tab-content .dd .selected-item.prompt span {
    color: #fff;
}
.tab-content .btn_small {
    padding: 15px 15px 15px;
    line-height: normal;
}
.radio input {
    display: none;
}
.tab-content .radio {
    border: 0;
}
.tab-content .sub-text {
    border: 0;
    font-size: 12px;
    color: #bebebe;
    margin-top: 10px;
}
.radio-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
    margin-right: 3px;
}
.radio-circle::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.4s;
}
.radio input:checked + .radio-circle::after {
    opacity: 1;
}
.radio .label {
    vertical-align: middle;
}
.new-row {
    margin-top: 15px;
}
.separator {
    position: absolute;
    left: 100%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: 0.25;
}
.separator.yellow {
    background: #c4943a;
    opacity: 1;
}
.tab-content .submit-button {
    position: absolute;
    top: 50%;
    right: 10px;
    width: auto;
    transform: translateY(-50%);
}
.tab-content .submit-btn {
    text-align: right;
}
.lead-wrap {
    position: relative;
    padding: 0 260px 0 60px;
    text-align: center;
}
.lead-wrap::before {
    position: absolute;
    content: "";
    top: -15px;
    left: 0;
    bottom: -15px;
    width: 2px;
    background-color: #c4943a;
}
.button-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.lead-block .c_edit {
    font-size: 1.5em;
    font-family: 'Playfair Display';
    line-height: 1.5;
}
.team .list {
    margin: -40px;
    font-size: 0;
}
.team-item {
    width: 50%;
    display: inline-block;
    padding: 40px;
    font-size: 14px;
}
.team-image {
    background: linear-gradient(270deg, #303030 0%, #535757 100%);
    position: relative;
    margin-bottom: -15px;
}
.team-image .image {
    display: inline-block;
    width: 60%;
    max-width: 600px;
}
.team-image .sizer {
    padding-top: 100%;
}
.chauffeur-image .team-info{
    position: relative;
    left: 0;
    padding: 30px 20px 0 30px;
}
.team-info {
    position: absolute;
    left: 60%;
    top: 0;
    width: 40%;
    padding: 30px 20px 30px 30px;
    color: #fff;
    height: 100%;
}
.team-info .name {
    font-size: 28px;
    white-space: nowrap;
    letter-spacing: 0.1em;
    transform: translateX(-50%);
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}
.team_detail .team-info .name{
    text-shadow: 1px 1px #000000;
}
.team-info .name::after {
    content: '';
    width: 150px;
    height: 2px;
    background-color: #c4943a;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: 0;
}
.team-info .team_socials {
    font-size: 1.35em;
    line-height: 1;
}
.team-info .team_socials div {
    margin-top: 15px;
}
.team-info .job_title, .chauffeur-info .job_title {
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: bold;
    margin-top: 40px;
    letter-spacing: 0.05em;
}
.team-info .job_title {
    margin-top: 15px;
}
.team-info .team_bottom {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 0;
    margin: 0;
}
.team-item .c_edit {
    text-align: justify;
}
.chauffeur-image {
    background: transparent;
    font-size: 0;
}
.chauffeur-image .team-info {
    color: #000;
    display: inline-block;
}
.chauffeur-image .team-info .job_title {
    padding-bottom: 10px;
    text-align: center;
    margin-top: -10px;
    padding-left: 50px;
}
.team-info .exp {
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 20px;
}
.team-info .value {
    margin-top: 10px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.chauffeur-image .label{
    font-size: 14px;
}
.events {
    position: relative;
}
.events .list {
    position: relative;
    margin: auto;
    max-width: 827px;
    background-color: #f8f7f7;
    padding: 60px 0;
}
.event-item {
    padding: 15px 60px 40px 90px;
    position: relative;
    text-align: justify;
}
.event-icon {
    position: absolute;
    width: 120px;
    left: -60px;
    top: 15px;
    background-color: #fff;
    border: 2px solid #c4943a;
    padding: 10px;
}
.event-icon .image {
    padding-top: 100%;
}
.event-icon .bsz .bgimage {
    background-size: contain;
}
.left_right_text .c {
    color: #fff;
    position: relative;
}
.left_right_text .c_edit {
    padding-top: 40px;
}
.left_column {
    width: 36%;
    float: left;
    background-color: #171717;
    padding: 60px 90px 60px 0;
    position: relative;
}
.left_column .btn {
    margin-top: 30px;
}
.right_column {
    width: 64%;
    float: left;
    background-color: #303030;
    padding: 60px 0 60px 90px;
    position: relative;
}
.c_edit ul li {
    padding-left: 60px;
}
.c_edit ul li::before {
    border-radius: 0;
    height: 1px;
    width: 40px;
    top: 16px;
}
.left_right_text .icon {
    position: absolute;
    left: 36%;
    transform: translateX(-50%);
    top: 50px;
    border: 2px solid #c4943a;
    width: 90px;
    padding: 15px 10px;
    z-index: 3;
}
.team_simple > div {
    display: inline-block;
    vertical-align: middle;
}
.team_simple .left {
    width: 30%;
}
.team_simple .right {
    width: 70%;
}
.team_simple .list {
    margin: -30px;
    padding-left: 30px;
}
.team-simple-item {
    padding: 30px;
    display: inline-block;
    width: 50%;
}
.team-simple-item .bgimage, .team-item:first-child .bgimage {
    background-position: 50% 20%;
}
.team-simple-item .sizer {
    padding-top: 100%;
}
.team-simple-item .info {
    background: linear-gradient(90deg, #303030 0%, #535757 100%);
    color: #fff;
    padding: 30px;
}
.team-simple-item .section-title {
    font-size: 1.75em;
    line-height: 1;
}
.team-simple-item .job_title {
    margin-top: 30px;
    text-align: right;
    font-weight: bold;
}
.team_simple .section-title {
    display: inline-block;
    line-height: 1;
}
.team_simple .section-title::after {
    left: 50%;
    transform: translateX(-50%);
}
.text_with_double_image {
    position: relative;
}
.text_with_double_image .text_media_content {
    width: 60%;
    margin: 0 20%;
    padding: 0 60px;
    text-align: justify;
}
.space_remove .text_with_double_image .text_media_content {
    padding: 60px;
}
.text_with_double_image .image {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
}
.text_with_double_image .image_1 {
    left: 0;
}
.text_with_double_image .image_2 {
    right: 0;
}
.text_with_double_image {
    /* min-height: 380px; */
    display: block;
}
.wid_left_large .text_with_double_image .text_media_content {
    width: 34%;
    margin: 0 0 0 44%;
}
.wid_left_large .text_with_double_image .image_1 {
    width: 44%
}
.wid_left_large .text_with_double_image .image_2 {
    width: 22%;
}
.wid_right_large .text_with_double_image .text_media_content {
    width: 34%;
    margin: 0 0 0 22%;
}
.wid_right_large .text_with_double_image .image_1 {
    width: 22%
}
.wid_right_large .text_with_double_image .image_2 {
    width: 44%;
}
.wid_60 .text_with_double_image .image_1 {
    width: 24%
}
.wid_60 .text_with_double_image .image_2 {
    width: 43%;
}
.wid_60 .text_with_double_image .text_media_content {
    width: 33%;
    padding: 60px;
    margin: 0 0 0 24%;
}
.wid_60 .text_with_double_image .text_media_content .c_edit {
    letter-spacing: 0;
}
.long_text_wrap {
    direction: ltr;
}
.long_text_wrap .image {
    width: 65%;
    display: inline-block;
}
.long_text_wrap .text_media_content {
    width: 35%;
    display: inline-block;
}
.long_text_wrap.dir_left {
    direction: rtl;
}
.lg_text_gal .long_text_gallery {
    direction: ltr;
}
.long_text_gallery{
    font-size: 0;
}
.long_text_gallery a {
    display: inline-block;
    position: relative;
}
.long-gal-item-1{
    width: 100%;
}
.long-gal-item-2, .long-gal-item-5{
    width: 33.33%;
}
.long-gal-item-3, .long-gal-item-4{
    width: 66.66%;
}
.long-gal-item-1 .sizer{
    padding-top: 29.137529137529138%;
}
.long-gal-item-2 .sizer, .long-gal-item-5 .sizer{
    padding-top: 87.423%;
}
.long-gal-item-3 .sizer, .long-gal-item-4 .sizer{
    padding-top: 43.712%;
}
.long-gal-item img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.timezones {
    font-family: 'Open Sans';
    color: #fff;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 40px;
    text-transform: uppercase;
    white-space: nowrap;
}
.timezones .list {
    position: absolute;
    top: 100%;
    left: -55px;
    padding: 10px;
    background: linear-gradient(0deg, rgba(32, 32, 32, 0.9) 0%, rgba(105, 87, 60, 0.9) 30%, rgba(105, 87, 60, 0.9) 70%, rgba(32, 32, 32, 0.9) 100%);
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s, visibility .01s 0.4s;
}
.timezones .list.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s 0.01s, visibility .01s;
}
.timezones .time{
    padding: 0;
    font-size: 0.9em;
    cursor: pointer;
}
.timezones .weather-temp {
    font-size: 0.9em; 
}
.timezones .time > span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}
.selected-timezone > span {    
    vertical-align: middle;    
    display: inline-block;
}
.selected-timezone > span.city-name {    
    display: inline;
}
.timezones .city-name {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.075em;
    width: 100px;
}
.timezones .selected-timezone .weather-icon .weather_icon_top {height: auto;width:100%;}
.timezones .weather-icon .weather_icon_top {
    height: 35px;
    width:auto;
}
.timezones .weather-temp {
    margin-right: 15px;
    width:50px;
    text-align: left;
}
.timezones .weather-icon {
    margin-right: 10px;
}
.timezones .fa-caret-down {
    margin: 0 10px 0 5px;
    vertical-align: middle;
    position: relative;
    top: 1px;
}
.timezones .list .fa-caret-down {
    display: none
}
.timezones .act-time {
    width: 85px;
    display: inline-block;
    font-size: 1.2em;
}
.selected-timezone {
    padding: 13px 0;
    display: block;
    font-size: 0.9em;
}
.timezones .selected-timezone .weather-icon {
    position: absolute;
    margin-right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    width: 35px;
    margin-right: 5px;
}
.form_with_text .bsz::after {
    background: #000;
    opacity: 0.3;
}
.form_with_text,
.form_with_text .plain-title {
    color: #fff;
}
.form_with_text .left,
.form_with_text .right {
    background: transparent;
    width: 70%;
    position: relative;
}
.form_with_text .right {
    width: 30%;
}
.form_with_text .form_control {
    border: 0 !important;
}
.form_with_text .wpcf7-form-control-wrap {
    display: block;
    background: #fff;
    padding: 0 15px;
}
.form_with_text .form_groups {
    margin: 0 -15px;
}
.form_with_text .form_group {
    padding: 0 15px;
}
.partner {
    vertical-align: middle;
    padding: 30px;
    text-align: center;
    width: 33.33%;
    filter: grayscale(1);
    transition: filter 0.4s;
}
.has-no-touchevents .partner:hover {
    filter: grayscale(0);
}
.partners .list {
    margin: -30px;
    text-align: center;
}
.partner img {
    width: 220px;
}
.two_column_image_block .list {
    margin: 0 -40px;
}
.image_block_col {
    padding: 0 40px;
}
.image_block_col .sizer {
    padding-top: 68.26%;
}
.image_block_col .section-title {
    margin-top: 15px;
}
.top_title .image_block_col .section-title {
    margin-top: 0;
}
.has_btn .section-title {
    margin-right: 240px;
}
.has_btn .btn {
    position: absolute;
    right: 0;
    top: 15px;
}
.chauffeurs + .grey_bg .space_top,
.white_bg + .two_column_image_block .space_top,  .white_bg + .white_bg > .space_top{
    display: none;
}
.chauffeurs {
    overflow: hidden;
}
.chauffeurs .list {
    margin: -20px;
    white-space: nowrap;
}
.chauffeur-item {
    padding: 0 20px;
    white-space: normal;
}
.chauffeur-item .sizer {
    padding-top: 100%;
}
.chauffeur-info {
    padding: 25px;
    background: linear-gradient(90deg, #303030 0%, #535757 100%);
    color: #fff;
    margin-top: -1px;
}
.chauffeur-info .plain-title {
    color: #fff;
}
.chauffeur-info .job_title {
    margin-top: 20px;
    text-align: right;
    position: relative;
}
.chauffeur-info .job_title::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100px;
    height: 2px;
    background: #c4943a;
}
.chauffeur-info .job_title::after {
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    right: 0;
    content: "";
    width: 2px;
    height: 110px;
    background: #c4943a;
}
.chauffeurs .half_bg::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 200%;
    background: #f8f7f7;
}
.slide_count.count_3 {
    display: none;
}
.nav-controls {
    text-align: right;
    padding-right: 20px;
    position: relative;
    line-height: 1;
    margin-top: 15px;
}
.nav-controls a {
    display: inline-block;
    font-size: 3em;
    color: #c4943a;
    margin-left: 20px;
}
.has-no-touchevents .nav-controls a:hover {
    color: #000;
}
.nav-controls .pagination {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3px;
    transform: translateX(-50%);
}
.swiper-pagination-bullet {
    width: 21px;
    height: 7px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #c4943a;
    opacity: 1;
    margin: 0 3px;
    outline: none;
}
.has-no-touchevents .swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
    background-color: #c4943a;
}
.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}
.supercars_block .swiper-container {
    background-color: #171717;
    color: #fff
}
.supercar_info {
    padding: 30px 40px;
    font-size: 0.95em;
    position: relative;
    margin-top: -1px;
}
.supercars_block .image_block:nth-child(even) .supercar_info:before {
    background-color: #303030;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
}
.supercars_block .c_edit {
    position: relative;
    line-height: 1.5;
    text-align: justify;
}
.triangle_block {
    color: #fff;
    position: relative;
}
.triangle_content_wrap {
    position: relative;
}
.triangle_content {
    margin-bottom: -2px;
}
.triangle {
    position: relative;
    display: inline-block;
    height: 0;
    width: 100%;
    text-align: center;
    color: white;
    background: transparent;
    text-decoration: none;
    padding-top: 29%;
    background-clip:content-box;
    overflow:hidden;
}
.triangle:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background-color:inherit;
    padding-bottom:50%;
    width:57.7%;
    transform-origin:0 0;
    transform: rotate(-30deg) skewX(30deg);
    border: 2px solid #c4943a;
}
.triangle_block ._2cols {
    position: relative;
    z-index: 2;
}
.triangle_block .col {
    padding: 60px;
    padding-bottom: 0;
}
.triangle_block .col.triangle_text {
    padding-right:12.5%
}
.triangle_block .col.triangle_form {
    padding-left:12.5%
}
.triangle_block .col .c { 
    padding:0;
}
.triangle_block .our_rates .col {
    padding:0;
}
.triangle_text {
    background: #0d1114;
}
.triangle_form {
    background: #202d35;
}
.triangle.reverse {
    position: absolute;
    left: 0;
    bottom: 0;
}
.triangle.reverse::after {
    left: -50%;
    border: 0;
    top: auto;
    bottom: -72.7%;
    background: #0d1114;
}
.triangle.right::after {
    left: 50%;
    border: 0;
    top: auto;
    bottom: -72.7%;
    background: #202d35;
}
.circle_image {
    position: absolute;
    width: 25%;
    max-width: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    z-index: 5;
}
.circle_image::after {
    content: "";
    padding-top: 100.003%;
    display: block;
}
.column_2 .c_edit { 
    column-count: 2;
    column-gap: 80px;
}
.three_column_image_block .image_block .image {
    height: 100%;
}
._3cols.left .col.image_block.block_1, ._3cols.center .col.image_block.block_2, ._3cols.right .col.image_block.block_3 {
    width: 25%;
}
._3cols.left .col.image_block.block_1 .sizer, ._3cols.center .col.image_block.block_2 .sizer, ._3cols.right .col.image_block.block_3 .sizer {
    padding-top: 114.04%;
}
._3cols.left .col.image_block.block_2 .sizer, ._3cols.left .col.image_block.block_3 .sizer, ._3cols.center .col.image_block.block_1 .sizer, ._3cols.center .col.image_block.block_3 .sizer, ._3cols.right .col.image_block.block_1 .sizer, ._3cols.right .col.image_block.block_2 .sizer {
    padding-top: 76.04%;
}
._3cols.left .col.image_block.block_2, ._3cols.left .col.image_block.block_3, ._3cols.center .col.image_block.block_1, ._3cols.center .col.image_block.block_3, ._3cols.right .col.image_block.block_1, ._3cols.right .col.image_block.block_2 {
    width: 37.5%;
}
.price_lists {
    position:relative;
    background-color: #1a4b57;
    padding: 20px;
    color: #fff;
}
._3cols_right {
    margin:0 -20px;
}
._3cols_right .col.price_title, ._3cols_right .col.price_text {
    position:relative;
    width:33.05%;
    padding: 0 20px;
}
._3cols_right .col.price_text{
    width:43.56%;  
}
._3cols_right .col.price{
    width:23.39%;
    padding: 0 20px;
}
.airport_price_lists {
    background-color: #fafafa;
}
.airport_price_list {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
}
.airport_price_list tr td {
    padding: 20px;
}
.airport_price_list tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.airport_price_list tr td:first-child {
    white-space: nowrap;
    padding-left: 40px;
    padding-right: 0;
}
.large_image_text {
    overflow: hidden;
}
.dir_right .pol_rea{ 
    direction: rtl; 
}
.large_image {
    width:62.5%;
    display: inline-block;
    z-index: 2;
}
.dir_right .pol_rea{ direction: rtl; }
.red_bg {
    background-color:#70000e;
    color: #fff 
}
.large_image_text .c_edit {
    width:37.5%;
    padding: 90px 60px;
    display: inline-block;
    direction: ltr;
    position: relative;
    z-index: 2;
}
.large_image_text .c_edit.bottom {
    vertical-align: bottom;
}
.lg-img-txt-nbox .c_edit.bottom {
    padding-bottom: 0;
}
.large_image_text .c_edit.top {
    position: relative;
}
.lg-img-txt-nbox .c_edit.top {
    padding-top: 0;
}
.lg-img-txt-box .bg-for-img{
    display: none;
}
.bgcolor {
    position: absolute;
    left: -100vw;
    top: 100%;
    width: 300vw;
    height: 100vh;
}
.social-share {
    background-color: #f8f7f7;
    margin-top: 50px;
}
/*.social-share:after, .social-share:before {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    right:100%;
    top:0;
    background-color: #f8f7f7;
}*/
.social-share > *, .so_link_wrap > *{
    display: inline-block;
    vertical-align: middle;
}
.so_link {
    margin-left: 20px;
    color:#000;
}
.has-no-touchevents .so_link:hover {
    color:#c4943a;
}
.so_link:first-child {
    margin-left: 0;
}
.social-share-title {
    font-family: 'Playfair Display', serif;
    padding:20px 20px 20px 0;
    margin-right: 100px;
}   
.social-share-title:after, .social-share-title:before {
    content:'';
    position:absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background-color:#c4943a;
}
.social-share-title:before {
    top:auto;
    bottom:0;
}
.blog-related-item {
    margin-top: 50px;
}
.blog-related-sizer {
    padding-top: 57%;
}
.blog-related-item .blog-title{
    font-family: 'Playfair Display', serif;
    font-size: 1.46em;
}
.blog-related-item .blog-grid-meta {    
    padding-top: 10px;    
    font-size: 15px;
}
.blog-related-img {
    margin-top:20px;
}
.blog-related-articles {
    margin:0 -30px;
}
.blog-related-item {
    padding:0 30px;
}
.blog-related .blog-right-title {
    font-family: 'Playfair Display', serif; 
}
.blog-archive .blog-right-child > a, .blog-right-child > .post_cat{
    position:relative;
    font-weight: bold;
    padding-left: 25px;
    color: #5a5a5a;
    display: block;
    margin-top: 20px;
}
.has-no-touchevents .blog-archive .blog-right-child > a:hover, .has-no-touchevents .blog-right-child > .post_cat:hover {
    color:#c4943a;
}
.blog-right-child > .post_tag {
    display:inline-block;
    text-transform: uppercase;
    padding: 13px;
    border: 1px solid #5a5a5a;
    color: #5a5a5a;
    background-color:transparent;
    margin-right: 15px;
    margin-top: 15px;
}
.blog-tag .blog-right-child {
    margin-top: -15px;
}
.has-no-touchevents .blog-right-child > .post_tag:hover {
    color: #fff;
    background-color:#5a5a5a;
}
.blog-archive .blog-right-child > a:first-child, .blog-right-child > .post_cat:first-child{
    margin-top:0;
}
.blog-archive .blog-right-child > a:after{
    content: "\f1ec";
    font-family: 'FontAwesome';
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}
.has-no-touchevents .blog-right-child > .post_cat:hover:after {
    border-left: 10px solid #c4943a;
} 
.blog-right-child > .post_cat:after{
    content:'';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #5a5a5a;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    transition:border-left .4s;
} 
.three_text_with_form {
    text-align: justify;
}
.three_text_with_form .left_top {
    position:relative;
    padding: 0 60px 60px;
    line-height: 1.85;
}
.three_text_with_form .left_top:after, .three_text_with_form .right_bottom:after, .three_text_with_form .left_text:after  {
    content:'';
    position:absolute;
    right:100%;
    top:0;
    width:100%;
    height:100%;    
}
.darkpurple, .three_text_with_form .left_top.darkpurple:after, .three_text_with_form  .right_bottom.darkpurple:after {
    background-color: #120c21;
    color: #fff;
}
.three_text_with_form  .right_bottom.darkpurple:after { 
    right:auto;
    left:100%
}
.violet_bg  {
    background-color: #2e0b2c;
    color: #fff;
}
.three_text_with_form .left_text:after {
    width: 50px;
}
.three_text_with_form .violet_bg.left_text:after{
    background-color: #2e0b2c;
}
.three_text_with_form .brown_bg.left_text:after{
    background: #74665a;
}
.three_text_with_form .green_bg.left_text:after{
    background: #475757;
}
.three_text_with_form .green_bg.left_text:after{
    background: #475757;
}
.three_text_with_form .mild_black_bg.left_text:after{
    background: #303030;
}
.three_text_with_form .blue_bg.left_text:after{
    background: #202d35;
}
.three_text_with_form .grey_bg.left_text:after{
    background: #f8f7f7;
}
.three_text_with_form .grey_bg, .three_text_with_form .white_bg{
    color: #000000;
}
.three_text_with_form .grey_bg .sub-text, .three_text_with_form .white_bg .sub-text{
    color: #a1a1a1;
}
.three_text_with_form .white_bg.left_text:after{
    background: #fff;
}
.three_text_with_form .grey_bg .btn_trans, .three_text_with_form .white_bg .btn_trans{
    background-color: #c4943a;
    color: #fff;
    border: 1px solid transparent;
}
.three_text_with_form .grey_bg .btn_trans:hover, .three_text_with_form .white_bg .btn_trans:hover{
    background-color: transparent;
    color: #c4943a;
    border: 1px solid #c4943a;
}
.three_text_with_form .grey_bg .hourly, 
.three_text_with_form .grey_bg .values,
.three_text_with_form .white_bg .hourly,
.three_text_with_form .white_bg .values
{
    color: #fff;
}
.three_text_with_form .grey_bg.tab-content-wrapper,
.three_text_with_form .white_bg.tab-content-wrapper
{
    border-color: #a1a1a1;
}
.gold_bg{
    background-color: #c4943a;
    color: #fff;
}
.three_text_with_form .gold_bg.left_text:after{
    background: #c4943a;
}
.three_text_with_form .gold_bg .btn_trans{
    background-color: #fff;
    color: #c4943a;
    border: 1px solid #c4943a;
}
.three_text_with_form .gold_bg .btn_trans:hover{
    background-color: #c4943a;
    color: #fff;
    border: 1px solid #fff;
}
.three_text_with_form .gold_bg .sub-text{
    color: #fff;
}
.three_text_with_form .left_text {
    position: relative;
    padding: 60px;
    line-height: 1.85;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: 60px;
}
.three_text_with_form .right_bottom {
    position: relative;
    padding: 60px;
    margin-right: -60px;
    line-height: 1.85;
    z-index: 1;
}
.three_text_with_form .form_list {
    margin: 60px 0 184px 60px;
}
.three_text_with_form .nopadding {
    padding:30px;
}
.peronal_services_sizer {
    padding-top: 50%;
}
.personal_services ._3cols{
    margin:0 -30px;
}
.personal_services .col{
    padding: 0 30px;
}
.personal_services .bsz:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background-color:#000;
    opacity: 0.6;
}
.two_column_image_block.top_title .section-title{
    margin-bottom: 50px;
}
.our_rates {
    padding: 6.25%;
    border: 1px solid #fff;
    background-color: #1b1d1e;
}
.our_rates .lists {
    margin-top:10px;
    border:1px solid #fff;
    padding: 10px;
}
.our_rates .lists .hourly {
    float:left;
}
.our_rates .lists .values {
    float:right;
}
.our_rates .lists .list {
    margin-top:10px;    
}
.our_rates .lists .list:first-child {
    margin-top:0;    
}
.our_rates .lists .list:after {
    content: "";
    clear: both;
    display: block;
}
.sub_text {
    font-size: 12px;
    margin-top:10px;
    color:#bebebe;
}
.our_rates .text_col, .our_rates .btn_col  {
    width: 50%;
    display:inline-block;
    padding-right: 55px;
    color: #fff;
}
.our_rates .text_col {
    border-right:0px solid #c4943a;
}
.our_rates .btn_col  {width: 50%;padding-right: 0;}
.triangle_block .space_top, .triangle_block .space_bottom{
    display: none;
}
.event-text .normal-title {
    padding:0;
}
.contact div.wpcf7-validation-errors, .contact div.wpcf7-acceptance-missing, .contact div.wpcf7-spam-blocked, .contact div.wpcf7-mail-sent-ng, .contact div.wpcf7-mail-sent-ok {
    position: static;
}
.terms_price .text_media_content {
    padding: 60px 0 60px 60px;
    white-space: normal;
}
.dir_left.terms_price .text_media_content {

    padding: 60px 60px 60px 0;
}
.terms_price .terms {
    margin-top:50px;
}


/*Flow Flow CSS*/
#ff-stream-1  .ff-stream-wrapper {
    height: auto !important;
}
#ff-stream-1 .ff-item {
    position: static !important;
    transform: none !important;
    width: 33.33% !important;
    padding: 0 30px !important;
    float: none !important;
    margin-top: 40px;
}
.ff-item .ff-content {
    line-height: 1.75 !important;
}
.ff-instagram a, .ff-twitter a{
    color:#000 !important;
}
.ff-item.ff-twitter .ff-content {
    margin: 0;
}
.ff-item-bar {
    display: none !important;
}
.ff-stream {
    background: transparent !important;
    padding-bottom: 0 !important;
}
.feed_container .ff-loadmore-wrapper {
    display: none;
}
.feed_container #ff-stream-1 .ff-loadmore-wrapper .ff-btn {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background-color: #c4943a;
    color: #ffff;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 20px 25px;
    width: 180px;
    transition: background-color .4s, color .4s, border .4s;
}
.feed_container #ff-stream-1 .ff-loadmore-wrapper .ff-btn:hover {
    background-color: transparent;
    color: #c4943a;
    border: 1px solid #c4943a;
}
.ff-loadmore-wrapper {
    margin-top: 60px;
}
.ff-item .ff-content, .ff-article, .ff-item .ff-content p, .feed_container .ff-item-meta > * {
    font-size: 1em !important;
}
.feed_container #ff-stream-1 .ff-square:nth-child(1) {
    background: rgb(255, 255, 255);
}
.feed_container #ff-stream-1 li, #ff-stream-1 .ff-square {
    background-color: rgb(59, 61, 64) !important;
}
.feed_container .ff-item-meta h6{
    display: none;
}
.ff-label-user_timeline:before, .feed_container .ff-item .ff-nickname:after {
    display: none;
}
.ff-sc-label2 .ff-icon:before{
    display: none;
}
.ff-item-cont .ff-icon-inner{
    color: #c4943a;
    top: -5px !important;
    right: 3px !important;
}
.feed_container .ff-item-meta {
    margin: 0;
    padding: 0px 0 15px;
}
.ff-nickname {
    display: none !important;
}
.ff-timestamp::before {
    content: "Posted on ";
}
.feed_container .ff-item-meta > * {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.feed_container #ff-stream-1 .picture-item__inner {
    box-shadow: none;
}
.feed_container .picture-item__inner:hover:before {
    background: transparent;
}
.feed_container .ff-item .ff-img-holder+.ff-content {
    margin: 15px 0 0px;
}
.ff-sc-label2 .ff-label-wrapper {
    right: -10px !important;   
}
.ff-stream {
    padding-top: 5px !important;
    min-height: 0 !important;
}
.ff-item .ff-img-holder img {
    max-width: none;
    width: 100%;
}
#ff-stream-2 .ff-item {
    padding:0 30px;  
    margin-top: 50px;
}
#ff-stream-2 .ff-stream-wrapper {
    margin: 0 -30px;
}
.ff-upic-off .ff-item-meta{
    padding-right: 25px;
}

.btn_div {
    margin-top: 40px;
}
.feed_container #ff-stream-1 .ff-stream-wrapper {
    margin: 0 -30px;
}
.feed_container #ff-stream-2 .ff-square:nth-child(1) {
    background: rgb(255, 255, 255);
}
.feed_container #ff-stream-2 li, #ff-stream-2 .ff-square {
    background-color: rgb(59, 61, 64) !important;
}
.feed_container #ff-stream-2 .picture-item__inner{
    box-shadow: none;
}
.no-title #ff-stream-2 {
    margin-top: -50px;
    padding-top: 0px !important;
}
.no-title #ff-stream-1 {
    margin-top: -40px;
    padding-top: 0px !important;
}
.price_structure .c_edit .table-border table td {
    border-left: 1px solid #c4943a;
}
.has-no-touchevents .darkpurple .c_edit a:hover{
    border-color: #c4943a;
}
.user_details{
    display: none;
}
.user_details textarea.form_control{
    color: #fff;
    background: rgba(0, 0, 0, 0.6);    
}
.iframe-overlay .form_label{
    padding-left: 0;
}
.iframe-overlay .video_section {
    max-width: 1030px;
    margin: auto;
    padding: 60px;
}
.iframe-overlay .video-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.iframe-overlay .video_hold {
    background-color: #fff;
    border-radius: 4px;
    margin-top: 30px;
}
.iframe-overlay .video_section .title {
    color: #fff;
    font-size: 28px;  
}
.iframe-overlay .close, .iframe-overlay .booking_form_close {
    color: #eee;
    font-family: Arial;
    font-size: 50px;
    line-height: 1;
    position: absolute;
    right: 60px;
    top: 30px;
    transition: color .5s;
}
.iframe-overlay .form_group .form_label{
    color : #fff;
    text-align: left;    
}
.iframe-overlay input[type=text].form_control,.iframe-overlay input[type=password].form_control, .iframe-overlay  textarea.form_control, .iframe-overlay input[type=email].form_control, .iframe-overlay input[type=number].form_control {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);    
    border:1px solid #fff;
}
.iframe-overlay .form_group.booking_details{
    margin: 0;
}
.iframe-overlay .user_details .form_group{
    opacity: 1;
    height: auto;
    width: 100%;
    display: inline-block;
    padding: 15px 25px;
}
.iframe-overlay  .tab-content{
    display: inline-block;
    width: 100%;
    padding: 0;    
}
.iframe-overlay .user_details .form_group.submit-button {
    position: relative;
    transform: none;
}
.has-overlay .overlay{
    overflow-y: scroll;    
}
.tab-content.private-jet-banner-tab .submit-button{
    position: relative;
    transform: none;
}
.iframe-overlay.overlay:after{
    content: none;
}
.external-booking-form {
    width: 1200px;
    height: 700px;
    max-width: 100%;
    font-size: 0;
    margin: auto;
}
.external-booking-form iframe {
    width: 100%;
    height: 100%;
}
.iframe-overlay .close, .iframe-overlay .booking_form_close {
    color: #eee;
    font-family: Arial;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
}
.close-video-iframe, .booking_form_cancel{
    margin-left: 15px;
}
.file-input{
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}
.file-input-error{
    display: none;
}
.iframe-overlay input[readonly] {
    opacity: 0.5;
}

.banner_booking{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.contact_form:not(.form){
    max-width: 700px;
    margin: 50px auto 100px auto;
}

.contact_form.form .c.large_container {
    max-width: 700px;
}

.contact .form_group.form_btn.text_right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact.form .wpcf7 {
    padding-top: 0;
}

.contact_form.form {
    margin: 50px auto 100px auto;
}

.contact.form .plain-title {
    margin-bottom: 0;
}

.contact.form div.wpcf7-mail-sent-ok {
    text-align: center;
}

.contact.form div.wpcf7-validation-errors {
    text-align: center;
}

.contact.form .form_control.wpcf7-not-valid {
    border-color: #ff0000;
}

.contact.form .form_group.form_btn.text_right:not(.show_p) p {
    display: none;
}

.form_group30{
    width: 30%;
}

.form_group70{
    width: 70%;
}

.contact_form_wrap .form_groups{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
}

.contact_form input.form_control{
    border: 1px solid #111;
    background-color: transparent;
}

.form_group30, .form_group70{
    margin-top: 10px;
}

.contact_form_wrap .form_label{
    padding-left: 0;
}

.form_group100{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.form_msg p{
    font-size: 14px;
    text-align: left;
}

.form_msg{
    width: 100%;
    margin-top: 20px;
}

.submit_div .ajax-loader.is-active {
    visibility: visible;
}

.submit_div .ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
}

.submit_div .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

.submit_div{
    position: relative;
}

.contact_form .plain-title{
    margin-bottom: 20px;
    font-size: 24px;
}

.contact_form textarea.form_control {
    height: unset;
    background-color: transparent;
    border: 1px solid #111;
}

.btn_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.flex_col{
    flex-direction: column;
    align-items: center;
}

.text_right .btn_wrap{
    justify-content: flex-end;
}

.three_text_with_form .new-row{
    margin-top: 0;
}

.single_image .image_wrap{
    position: relative;
}

.single_image .sizer{
    padding-top: 22.76%;
}

.single_image .btn_wrap{
    margin-top: 20px;
}

.grecaptcha-badge {
    display: none !important;
}

.iframe-overlay input[name=subject] {
    opacity: 1;
}

.booking_form .form_groups .wpcf7-not-valid {
    border-color: #ff0000 !important;
}
.banner h2.section-title {
    margin-top: 10px;
}   

/* Landing Page Start */

.sponser_logo {
    position: relative;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.notice strong {
    font-size: 16px;
}

.landing .phone {
    padding: 0;
    width: 100%;    
}

.landing .phone input{
    padding: 10px;
    border: 1px solid #111;
    width: 100%;
}

.landing .car-type select {
    padding: 10px;
    border: 1px solid #111;
    width: 100%;
}

.landing .airport_price_list {
    text-align: left;
    width: auto;
    border-collapse: collapse;
    margin: 0 auto;
    background-color: #fafafa;
}

.airport_price_lists.landing {
    background-color: unset;
}

.notice {
    text-align: center;
    color: #fff;
}

.text_overlay_content .c_edit {
    font-size: 16px;
}

.landing .c_edit {
    font-size: 16px;
    font-weight: 600;
}

.title_text.with_table.landing {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.title_text.with_table.landing:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 82.77%);
    opacity: 0.5;
}
.title_text.with_table.landing .c {
    position: relative;
    z-index: 1;
}

.title_text.with_table.landing .section-title {
    color: #fff;
}

.btn_wrapper.curve a {
    background: linear-gradient(to right, #c2983d, #e6c76c, #c2983d);
    border-radius: 50px;
    border: 4px solid #f5e4c3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

.btn_wrapper.curve a:hover {
    border: 4px solid #f5e4c3;
    background: linear-gradient(to right, #e6c76c, #c2983d, #e6c76c);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.services_block .videos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.services_block .videos video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video_playback_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    transition: opacity .4s;
    display: inline-block;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: 3px solid;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #c2983d, #e6c76c, #c2983d);
}

a.video_playback_play i {
    transform: translateX(3px);
}

.video_playbacksec {
    padding-top: 58%;
}

a.video_playback_play i.fa-pause {
    transform: translateX(0px);
}
/* Landing Page End */

/* Gallery Start */
.expandable_gallery {
    font-size: 0;
    background: #000;
}
.gallery-item {
    display: inline-block;
}
.image-view {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    visibility: hidden;
    z-index: 99999;
    overflow: hidden;
}
.image-view .image-container {
    position: absolute;
    visibility: visible;
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #111;
}
.image-view .image-container.loading:after {
    display: none;
}
.image-view .image-container .bsz {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-size: contain;
}
.image-view .image-container.loading .bsz {
    opacity: 0;
}
.image-view .move {
    position: absolute;
    bottom: 50%;
    color: #fff;
    opacity: 0.85;
    left: 20px;
    font-size: 40px;
    width: 80px;
    height: 40px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
}
.image-view .move.next {
    left: auto;
    right: 20px;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);	
}
.image-view .close {
    right: 20px;
    top: 20px;
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
    padding: 30px;
}
.image-view .close img {
    width: 20px; 
}
.show-image-view .image-view {
    visibility: visible;
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: background-color 0.5s 0.4s, visibility 0.01s;
    transition: background-color 0.5s 0.4s, visibility 0.01s;
}
.show-image-view .image-view .image-container {
    display: block;
}
.show-image-view .image-view .move, .show-image-view .image-view .close {
    opacity: 1;
    -webkit-transition-delay: .4s, .4s;
    transition-delay: .4s, .4s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.show-image-view .closing .move, .show-image-view .closing .close {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.show-image-view .closing .move.next {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
.show-image-view .closing .move.prev {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}
.show-image-view .closing .close {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
.show-image-view .image-view.closing {
    background-color: transparent;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}

/* Overlay */
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease, visibility 0.1s 0.5s;
    transition: opacity 0.5s ease, visibility 0.1s 0.5s;
}
.overlay:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 1px;
    height: 100%;
}
.video-overlay {
    white-space: nowrap;
    overflow: hidden;
}
.video-overlay .close {
    font-family: Arial;
    font-size: 50px;
    top: 30px;
    right: 60px;
    line-height: 1;
    position: absolute;
    color: #eee;
}
.has-no-touch .video-overlay .close:hover {
    color: #fff;
}
.has-overlay .overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.5s 0.1s ease, visibility 0.1s;
    transition: opacity 0.5s 0.1s ease, visibility 0.1s;
}
.overlay iframe {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.has-overlay .overlay iframe {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.text_media_media .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text_media_media .play img {
    width: 90px;
}
/* Gallery End */

.blog-c {
    max-width: 2360px;
    padding: 0 60px;
}

.blog-left {
    width: 68.75%;
    display: inline-block;
    vertical-align: top;
    padding-right: 60px;
}

.blog-right {
    width: 31.25%;
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
}

.blog-sizer {
    padding-top: 56.507%
}

.blog-links {
    position: relative;
    display: block;
}

.blog-links .bsz:after {
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity .6s;
}

.has-no-touchevents .blog-links:hover .bsz:after {
    opacity: 0.8;
}

.blog-grid-meta {
    font-size: 1em;
}

.blog-grid-meta i {
    color: #959595;
    padding-right: 10px;
}

.blog-grid-meta .tags i {
    padding-right: 5px;
}

.blog-grid-meta .tags {
    padding-left: 25px;
}

.blog-grid-meta .tags>*,
.blog-grid-meta .author-meta>* {
    display: inline-block;
    vertical-align: bottom;
}

.blog-grid-meta .blog-tags {
    display: inline;
}

.blog-grid-meta .author-name {
    font-weight: bold;
    color: #c4943a;
}

.blog-grid-meta .author-meta .date,
.has-no-touchevents .blog-grid-meta .tags a:hover,
.blog-title-a:hover {
    color: #c4943a;
}

.blog-img {
    margin-top: 30px;
}

.blog-snippet {
    line-height: 1.85;
    padding-top: 25px;
}

.blog-readmore {
    color: #c4943a;
    margin-top: 25px;
}

.search-blog {
    border: 2px solid #000000;
    width: 100%;
    padding: 15px;
    color: #7a7a7a;
    transition: border 0.4s;
}

.search-blog:focus {
    border-color: #c4943a;
}

.blog-right-title {
    font-size: 1.8em;
    line-height: 1;
}

.blog-right-child {
    padding-top: 30px;
}

.blog-recent .not-found {
    font-size: 1.334em;
}

.blog-recent {
    font-family: 'Playfair Display', serif;
}

.blog-recent-item {
    display: block;
    padding-top: 30px;
}

.blog-recent-item:first-child {
    padding-top: 0;
}

.blog-recent-img img {
    width: 120px;
    height: auto;
}

.blog-recent-sizer {
    padding-top: 100%;
}

.blog-recent-img {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    position: relative;
}

.blog-recent-content {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    width: calc(100% - 140px);
    padding-left: 20px;
}

.blog-recent-content h5,
.blog-recent-content .date {
    transition: color 0.4s;
}

.blog-recent-content .date {
    font-family: 'Raleway', sans-serif;
    color: #5a5a5a;
    padding-top: 15px;
    font-style: italic;
    line-height: 1;
}

.blog-recent-border {
    padding-top: 30px;
    border-bottom: 1px solid #dddddd;
}

.blog-recent-item:hover h5 {
    color: #c4943a;
}

.modernPagination {
    position: relative;
    width: 100%;
    text-align: center;
}

.modernPagination ul {
    display: inline-block;
    margin-top: -30px;
}

.modernPagination ul li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 30px;
}

.modernPagination li a {
    display: inline-block;
    line-height: 1;
    background-color: #c4943a;
    border: 1px solid #c4943a;
    color: #fff;
    padding: 5px 10px 5px 10px;
}

.modernPagination li.active a,
.modernPagination li a:hover,
.modernPagination li a:active,
.modernPagination li a:focus {
    background-color: #fff;
    color: #c4943a;
}

.pagOuter {
    margin-left: -10px;
    margin-right: -10px;
}


.dark_green {
    background-color: #122125;
}

.price_terms.dark_green .top_right_text .space_bottom,
.price_terms.dark_green .right_bar,
.price_terms.dark_green .top_right_text,
.price_terms.dark_green .terms,
.price_terms.dark_green .abs_terms_block {
    background-color: #122125;
}

.price_terms.white_bg .top_right_text .space_bottom,
.price_terms.white_bg .right_bar,
.price_terms.white_bg .top_right_text,
.price_terms.white_bg .terms,
.price_terms.white_bg .abs_terms_block {
    background-color: #fff;
    color: #000;
}

.price_terms.grey_bg .top_right_text .space_bottom,
.price_terms.grey_bg .right_bar,
.price_terms.grey_bg .top_right_text,
.price_terms.grey_bg .terms,
.price_terms.grey_bg .abs_terms_block {
    background-color: #f8f7f7;
    color: #000;
}

.price_terms.blue_bg .top_right_text .space_bottom,
.price_terms.blue_bg .right_bar,
.price_terms.blue_bg .top_right_text,
.price_terms.blue_bg .terms,
.price_terms.blue_bg .abs_terms_block {
    background-color: #202d35;
}

.price_terms.mild_black_bg .top_right_text .space_bottom,
.price_terms.mild_black_bg .right_bar,
.price_terms.mild_black_bg .top_right_text,
.price_terms.mild_black_bg .terms,
.price_terms.mild_black_bg .abs_terms_block {
    background-color: #303030;
}

.price_terms.green_bg .top_right_text .space_bottom,
.price_terms.green_bg .right_bar,
.price_terms.green_bg .top_right_text,
.price_terms.green_bg .terms,
.price_terms.green_bg .abs_terms_block {
    background-color: #475757;
}

.price_terms.brown_bg .top_right_text .space_bottom,
.price_terms.brown_bg .right_bar,
.price_terms.brown_bg .top_right_text,
.price_terms.brown_bg .terms,
.price_terms.brown_bg .abs_terms_block {
    background-color: #74665a;
}

.price_terms.violet_bg .top_right_text .space_bottom,
.price_terms.violet_bg .right_bar,
.price_terms.violet_bg .top_right_text,
.price_terms.violet_bg .terms,
.price_terms.violet_bg .abs_terms_block {
    background-color: #2e0b2c;
}

.price_terms.darkpurple .top_right_text .space_bottom,
.price_terms.darkpurple .right_bar,
.price_terms.darkpurple .top_right_text,
.price_terms.darkpurple .terms,
.price_terms.darkpurple .abs_terms_block {
    background-color: #120c21;
}

.price_terms.gold_bg .top_right_text .space_bottom,
.price_terms.gold_bg .right_bar,
.price_terms.gold_bg .top_right_text,
.price_terms.gold_bg .terms,
.price_terms.gold_bg .abs_terms_block {
    background-color: #c4943a;
}

.price_terms,
.price_terms_image {
    position: relative;
}

.price_terms .right_bar {
    width: 6.25%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.top_right_text,
.middle_right_text,
.middle_left_text {
    color: #fff;
    line-height: 1.85;
    text-align: justify;
    padding: 60px;
}

.middle_left_text.c_edit,
.middle_right_text .c_edit,
.top_right_text .c_edit {
    letter-spacing: normal;
}

.top_right_text {
    max-width: 1200px;
    padding-top: 0;
}

.middle_right_text {
    margin: -60px 60px 0;
}

.middle_left_outer {
    padding: 60px;
}

.middle_right_text .pt_content {
    max-width: 720px;
}

.price_terms .left,
.price_terms .right {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
}

.price_terms .left,
.price_terms .terms .left {
    width: 46.875%;
}

.price_terms .right,
.price_terms .terms .right {
    width: 53.125%;
}

.price_group {
    padding: 60px;
    margin-right: 90px;
    color: #fff;
}

.price_group .table-border {
    background-color: #341317;
    font-size: 0.94em;
}

.price_group.gold_bg .section-title::after {
    background-color: #fff;
}

.price_group.gold_bg .table-border,
.price_group.white_bg .table-border,
.price_group.grey_bg .table-border,
.price_group.blue_bg .table-border,
.price_group.mild_black_bg .table-border,
.price_group.green_bg .table-border,
.price_group.brown_bg .table-border {
    background-color: #122125;
}

.price_group.gold_bg .btn_trans {
    background-color: #fff;
    color: #c4943a;
    border: 1px solid #c4943a;
}

.price_group.gold_bg .btn_trans:hover {
    background-color: #c4943a;
    color: #fff;
    border: 1px solid #fff;
}

.price_group.white_bg,
.price_group.grey_bg {
    color: #000;
}

.price_group.white_bg .table-border,
.price_group.grey_bg .table-border {
    color: #fff;
}

.price_group.white_bg .btn_trans,
.price_group.grey_bg .btn_trans {
    background-color: #fff;
    color: #c4943a;
    border: 1px solid #c4943a;
}

.price_group.grey_bg .btn_trans:hover,
.price_group.white_bg .btn_trans:hover {
    background-color: #c4943a;
    color: #fff;
    border: 1px solid #fff;
}

.white_bg.top_right_text,
.white_bg.middle_right_text,
.white_bg.middle_left_text,
.grey_bg.top_right_text,
.grey_bg.middle_right_text,
.grey_bg.middle_left_text {
    color: #000;
}

.price_group .table-border table {
    text-align: left;
}

.price_group .table-border table td {
    border-left: 1px solid #474747;
    padding: 20px 20px 5px;
}

.price_group .table-border tr td:first-child {
    border-left: none;
}

.price_group .c_edit,
.price_group .bottom {
    padding-top: 35px;
}

.price_group .bottom .left,
.price_group .bottom .right {
    display: inline-block;
    vertical-align: top;
}

.price_group .bottom .right {
    text-align: right;
    padding-left: 20px;
}

.price_terms .terms {
    position: relative;
    margin-top: -13.5%;
    color: #fff;
}

.price_terms .terms .right {
    padding-left: 6.25%;
}

.abs_terms_block {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    width: 46.875%;
}

.tab-content .full-date-block {
    width: 100%;
}

.career_form_ar {
    display: none;
}

.show .career_form_ar {
    display: block;
}

.career_form {
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.4s, opacity 0.4s;
    overflow-y: auto;
}

.career_close.fixe {
    position: fixed;
    font-size: 50px;
    top: 30px;
    right: 60px;
    color: #eee;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.4s, opacity 0.4s;
    z-index: 9999999;
}

.popup .career_form,
.popup .career_close.fixe {
    visibility: visible;
    opacity: 1;
}

.career_submit {
    display: inline-block;
}

.career_submit:hover input {
    color: #c4943a;
}

.career_submit input {
    background-color: transparent;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
}

.career_form_wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1030px;
    margin: auto;
    padding: 60px;
    color: #fff;
}

.career_form_wrap label {
    display: block;
    color: #fff;
    padding: 10px 10px 5px;
    font-weight: bold;
    font-size: 14px;
}

.career_form_wrap .field_ar input,
.career_form_wrap .field_ar textarea {
    background-color: rgba(0,0,0,0.6);
    padding: 10px;
    border: 1px solid #fff;
    width: 100%;
    color: #fff;
}

.career_form_wrap .field_ar input[type=file] {
    padding-top: 7px;
    padding-bottom: 7px;
}

.career_form_wrap .title {
   color: #fff;
   font-size: 28px; 
   text-align: center;
}

.viewport.lock { 
    z-index: 999;
}

.career_form_wrap>.wpcf7-response-output {
    top: auto;
    left: 0;
    bottom: 20px;
    text-align: center;
}

.career_form_wrap .apply_for {
    opacity: 0.5;
}

.career_submit_btn {
    position: relative;
}


@media(max-width: 1920px) {
    .abs_terms_block {
        width: 50%;
    }
}

.wp-caption-text {
  display: none;
}

.post-template-blog-single-page .c_edit img{
    margin: 20px auto;
}

.c_edit .wp-caption-text {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}

.post-template-blog-single-page .c_edit a{
    color: rgb(196, 148, 58);
}

.has-no-touchevents .post-template-blog-single-page .c_edit a:hover{
    color: #000;
}

.wp-caption{
    width: auto!important;
}

.right_div {
    margin-left: auto;
}