*{margin:0; padding: 0;}

body{
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #030000;
}

a:hover, 
a:focus, 
a:active{text-decoration:none; outline: none;}

ul,
li{list-style:none; margin:0;}

p{
    font-size: 18px;;
    margin:0 0 15px 0;
}
P:last-child{margin-bottom: 0;}

img {
	outline: 0;
	height: auto;
	max-width: 100%;
}

h2{
    font-family: 'Courgette', sans-serif;
    font-size: 2.1rem;
}

h3{
    font-family: 'Courgette', sans-serif;
}

.main_container{
    text-align: center;
}

.container_fluid{
    max-width: 1368px;
    padding: 0 140px; 
    margin: 0 auto;
}

.gradient_grey{
    font-size: 25px;
    background: #dddee0;
    background: -moz-linear-gradient(left,  #dddee0 0%, #dddee0 2%, #dedfe1 4%, #e0e1e3 4%, #dedfe1 6%, #e1e2e4 7%, #e1e2e4 10%, #e4e5e7 14%, #e6e7e9 14%, #e5e6e8 15%, #eaeaec 18%, #e8e9eb 19%, #ebecee 21%, #ebebeb 21%, #ebebeb 22%, #ebecee 22%, #efeff1 24%, #eeeeee 24%, #eeeeee 25%, #f0f0f2 26%, #eef0ef 26%, #f2f2f2 27%, #f1f1f1 29%, #fdfdfd 44%, #ffffff 52%, #f8f8f8 64%, #f4f4f4 67%, #f4f4f6 68%, #f3f3f3 68%, #f2f2f2 72%, #efefef 73%, #ededef 78%, #eaebed 78%, #ebebed 80%, #e7e8ea 82%, #e8e9eb 83%, #e8e8ea 84%, #e5e6e8 84%, #e6e7e9 85%, #e4e5e7 85%, #e5e5e7 88%, #e1e2e4 90%, #e2e3e5 91%, #dfe0e2 93%, #e0e1e3 95%, #dedfe1 95%, #dcdddf 100%);
    background: -webkit-linear-gradient(left,  #dddee0 0%,#dddee0 2%,#dedfe1 4%,#e0e1e3 4%,#dedfe1 6%,#e1e2e4 7%,#e1e2e4 10%,#e4e5e7 14%,#e6e7e9 14%,#e5e6e8 15%,#eaeaec 18%,#e8e9eb 19%,#ebecee 21%,#ebebeb 21%,#ebebeb 22%,#ebecee 22%,#efeff1 24%,#eeeeee 24%,#eeeeee 25%,#f0f0f2 26%,#eef0ef 26%,#f2f2f2 27%,#f1f1f1 29%,#fdfdfd 44%,#ffffff 52%,#f8f8f8 64%,#f4f4f4 67%,#f4f4f6 68%,#f3f3f3 68%,#f2f2f2 72%,#efefef 73%,#ededef 78%,#eaebed 78%,#ebebed 80%,#e7e8ea 82%,#e8e9eb 83%,#e8e8ea 84%,#e5e6e8 84%,#e6e7e9 85%,#e4e5e7 85%,#e5e5e7 88%,#e1e2e4 90%,#e2e3e5 91%,#dfe0e2 93%,#e0e1e3 95%,#dedfe1 95%,#dcdddf 100%);
    background: linear-gradient(to right,  #dddee0 0%,#dddee0 2%,#dedfe1 4%,#e0e1e3 4%,#dedfe1 6%,#e1e2e4 7%,#e1e2e4 10%,#e4e5e7 14%,#e6e7e9 14%,#e5e6e8 15%,#eaeaec 18%,#e8e9eb 19%,#ebecee 21%,#ebebeb 21%,#ebebeb 22%,#ebecee 22%,#efeff1 24%,#eeeeee 24%,#eeeeee 25%,#f0f0f2 26%,#eef0ef 26%,#f2f2f2 27%,#f1f1f1 29%,#fdfdfd 44%,#ffffff 52%,#f8f8f8 64%,#f4f4f4 67%,#f4f4f6 68%,#f3f3f3 68%,#f2f2f2 72%,#efefef 73%,#ededef 78%,#eaebed 78%,#ebebed 80%,#e7e8ea 82%,#e8e9eb 83%,#e8e8ea 84%,#e5e6e8 84%,#e6e7e9 85%,#e4e5e7 85%,#e5e5e7 88%,#e1e2e4 90%,#e2e3e5 91%,#dfe0e2 93%,#e0e1e3 95%,#dedfe1 95%,#dcdddf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddee0', endColorstr='#dcdddf',GradientType=1 );
    padding: 30px 15px;
    position: relative;
}

.inner_container{
    width: 100%;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
}

/* .h_470{height: 470px;} */

main .box_shadow{
    -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 45px rgba(0, 0, 0, 0.6);
    margin: 36px 0;
}

/* =================================================
    Header
================================================= */

header{
    padding:7px 0 15px 0;
}

.top_logo{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.top_logo img{max-height:60px;}
.more_option{
    position: relative;
}

.mo_btn span{
    background: #030000;
    width: 13px; height: 13px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.more_option .mo_btn:hover span,
.more_option.active .mo_btn span{
    background: #007bff;
}


.more_option .dropdown-menu{
    padding: 0;
    border-radius: 0;
    right: 0;
    left: inherit !important;
}

.dropdown-list{width:100%;}

.dropdown-list a{
    width: 100%;
    display: inline-block;
    color: #300;
    font-weight: 600;
    padding: 9px 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.dropdown-list a:hover,
.dropdown-list a:focus,
.dropdown-list a.active:hover,
.dropdown-list a.active:focus,
.dropdown-list a.active{
    background: rgba(0, 0, 0, 0.1); 
}


.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

  
@keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
    100% {
      transform:translateY(0rem);
      opacity: 1;
    }
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
}
  
@-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
}
  
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}



/* =================================================
    Access Page
================================================= */

.two_column_layout [class*="col-"]{
    padding: 0;
}

.two_column_layout [class*="col-"] .inner_container{max-width: 510px;}
.border_text{position: absolute;left: 0; right: 0;z-index: 6;margin: 0 auto;}
.img_text-top .border_text{top: 30px;}

.img_text-bottom .border_text{bottom: 30px;}
.border_text span{height:auto;font-size: 18px;font-weight: 700;border:3px solid rgba(255, 255, 255, 0.5);padding: 15px;text-transform: uppercase;width:auto;display:inline-block;}
.expl_israel.border_text span{border:3px solid #8f877d;}

/* =================================================
    MAC System
================================================= */
.main_container{float:left;width:100%;}
.main_container .about_info{float: left;width: 100%;}
.main_container footer{float: left;width: 100%;}
.main_container main{float:left;width:100%;}
.two_column_layout{float:left;width:100%;}
.two_column_layout .col-sm-12.col-md-6{width:50%;float:left;}
.two_column_layout .col-sm-12.col-md-6.gradient_grey{float:inherit;
display:table !important;display: -webkit-box  !important;display: -moz-box  !important;display: -ms-flexbox  !important;display: -webkit-flex  !important;
display: -webkit-align-items  !important;}


.two_column_layout .d-flex.flex-wrap .inner_container{display:inline-block;vertical-align:middle;-webkit-box-pack: center;} 
.two_column_layout .d-flex.flex-wrap{float:left;width:100%;
display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
display: -ms-flexbox;           /* TWEENER - IE 10 */
display: -webkit-flex;          /* NEW - Chrome */
display: flex;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.want_in_par{float:left;width:100%;}
.box_shadow{float:left;width:100%;}
.want_in_par .col-sm-12.col-md-4{width:32.50%;vertical-align:top;-webkit-box-pack: top;-webkit-box-align: top;}
.two_column_layout .col-sm-12.col-md-6.gradient_grey:not(*:root) .inner_container {
display: -moz-box;display: -webkit-box;display: box;-moz-box-orient: vertical;-webkit-box-orient: vertical;box-orient: vertical;}
.two_column_layout .col-sm-12.col-md-6.gradient_grey .black_box{
display: -moz-box;display: -webkit-box;display: box;-moz-box-orient: vertical;-webkit-box-orient: vertical;box-orient: vertical;	
vertical-align:middle;-webkit-box-pack: center;-webkit-box-align: center;}
.wellness_two_column{float:left;width:100%;}
.wellness_two_column{float:left;width:100%;}
.wellness_two_column .col-sm-12.col-md-6{float:left;}
.wellness_two_column .d-flex.flex-wrap{float:left;width:100%;}
.wellness_parent .custom_solution{float:left;width:100%;}
.wellness_parent section.mt-5{float:left;width:100%;}
.about_us .two_column_layout .d-flex.flex-wrap{display:inherit;}
.about_us .blck_bx_right .black_box{left:42% !important;right: 50% !important;}
.about_info .row.text-center{flex: inherit !important;display: inherit !important;flex-wrap: inherit !important;}
.about_info .row.text-center .col-sm-12.col-md-4{float:left;}
.about_info .black_box{left:33% !important;right: 50% !important;}
.about_us .black_box{
display: -moz-box;display: -webkit-box;display: box;-moz-box-orient: vertical;-webkit-box-orient: vertical;box-orient: vertical;	
vertical-align:middle;-webkit-box-pack: center;-webkit-box-align: center;
}
.about_info .black_box{
display: -moz-box;display: -webkit-box;display: box;-moz-box-orient: vertical;-webkit-box-orient: vertical;box-orient: vertical;	
vertical-align:middle;-webkit-box-pack: center;-webkit-box-align: center;
}
.horiz_menu footer #contactus .footer_area{float:left;}
.horiz_menu footer #contactus .d-flex.flex-column.bottom_last_line{float:right;}




.img_text-middle .islands{top:195px;}
.img_text-middle .expl_israel{top:80px;}
.img_text-top .greenland{top:400px;right: -50px;width:80%;}

.img_text-top .photograph{top:400px;}
.img_text-middle .experience{top:60px;}
.font_b{color: rgba(0, 0, 0, 0.5);}
.font_w{color: rgba(255, 255, 255, 0.75);}
.font_gold{color:#AE805A;}
.font_green{color:#6D9D31;}
.font_red{color:#EE3124;}
.font_yellow{color:#ffd65c;}
.font_blue{color:#3683a4;}
.font_m_blue{color:#008fd5;}
.font_l_blue{color:#a2c6e7;}
.font_orange{color:#f7941d;}
.font_l_brown{color:#a39382;}
.font_white{color:#ffffff;}
.font_dark_blue{color:#5c7aaf;}
.font_dark_yellow{color:#e8ce75;}



.black_box{background:#030000;width:130px;height:130px;font-size:15px;text-align:center;font-weight:700;text-transform:uppercase;padding:5px;position:absolute;
bottom:25px;z-index:15;display: table-cell;vertical-align: middle;}
.blck_bx_left .black_box{right:-65px;}
.blck_bx_right .black_box{left:-65px;}

    

.want_in{
    padding: 0 0 30px;
}

.want_in_box{
    background: #C7C9CB;
    padding: 15px;
}

.want_in_box .col-sm-12{
    border-right: 4px solid #E7E8E9;
    padding-left: 25px;
    padding-right: 25px;
}
.want_in_box .col-sm-12:last-child{
    border: none;
}

.custom_solution{
    padding: 30px 0;
}

/* =================================================
    Footer
================================================= */

footer{
    background: #030000;
    padding:0px 0 15px;
    color: #FFF;
}

footer h3{
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 2rem;
}

.footer_logo{
    display: inline-block;
    margin: 30px 0;
}

.footer_logo img{max-height: 45px;}

footer ul li label{width: 100px;text-align: right;margin-bottom: 0px;}
.m_space{margin-bottom:10px;}

footer ul li label,
footer ul li a{
    color: #FFF;font-weight:400;font-size: 17px;
}
.footer_ul li p{font-size: 17px}
.address{font-size: 17px}
.footer_form .form-group > div{
    max-width: 110px;
    flex: 0 0 110px;
}

.footer_form .form-group > div label{
    line-height: normal;
    margin-bottom: 0;
}

.footer_form textarea{
    height: 100px;
    resize: none;
    overflow-y: auto;
}

.footer_form .form-control{
    font-weight: 700;
}

.submit_btn{
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.submit_btn{
    padding: 9px;
    line-height: normal;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.submit_btn:hover,
.submit_btn:focus{
    background: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    color: #300;
}

.bottom_footer{margin-top: 30px;}

.bottom_footer .footer_logo img{max-height: 27px !important;}

.bottom_footer .footer_logo{
    margin: 0;
}
.more_option .mo_btn .mt-1.mb-1{margin: .30rem 0px!important;}
.main_container footer .container_fluid {padding: 0 60px;}
.row_mg{margin-top: 30px;padding: 0 60px;}
.footer-widget .footer-link {
    margin-bottom: 15px;
}
.footer-contact {
	display: flex;
	border-radius: 5px;
	margin: 0px;
}
.footer-contact .icon {
	width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    color: #f1f1f1;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 6px;
}
.payment-title h4{font-size: 17px}
.footer-contact img{max-width: 30px}
.footer-contact .content span {
	display: block;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin-bottom: 3px;
}
.footer-contact .content p{color:#b8b8b8;margin-bottom: 0px;display: flex;align-items: center;}
.footer-contact .content a {
	font-weight: 400;
	font-size: 16px;
	color: #b8b8b8;
	display: block;
}
.footer-contact .content a:hover {
	color: #67a8db;
}
.whatsapp_icon{padding-left: 2px}
.whatsapp_icon a:hover i{color: #2c9138}
.whatsapp_icon a i{font-size: 25px;color: #46c856}
.whatsapp_icon i{padding-left: 6px}
/* =================================================
    Exploration
================================================= */
.footer_area div{float:left;}
.m_left{margin-left:15px;}
.banner_cont{position: absolute;width: 500px;padding: 15px 15px 15px 23px;text-align:left;color:#fff;}
.banner_cont h2{font-size:70px;}
.banner_cont p{text-transform: uppercase;}
.banner_cont span{float:right;}


.access_banner{top:300px;padding: 15px 15px 15px 40px;}
.access_banner h2{margin-bottom:35px;}

/* =================================================
    Experience
================================================= */
.expe_banner{top:300px;}
.expe_banner h2{margin-bottom:35px;}
.center_div{text-align: center !important;display: inline-block !important;}
.center_div .col-sm-12.col-md-4{display:inline-table;margin-bottom: 15px;}
.center_div .col-sm-12.col-md-4:nth-child(3){border: inherit;}
.center_div .row.text-center{display: initial !important;}
.center_div.want_in_box h3{font-size: 26px;}
.img_text-middle .soldier {top:75px;right:-250px;}

.leopard_div .photograph {
    bottom: 25px;
    top: inherit;
    margin-right: 80px;
}

/* =================================================
    Wellness
================================================= */

.wellness_parent .section_1{
    position: relative;
}

.wellness_parent .top_cont{
    position: absolute;
    bottom: 153px;
    left:40px;
    color: #FFF;
}

.black_div{
    background: #030000;
    color: #FFF;
    padding: 30px 0;
}

.wellness_parent .wellness_two_column [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}

.wellness_two_column .wn_top{
    font-family: 'Courgette', sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    position: absolute;
    top: 20px;
}
.wellness_two_column .wn_t_left{text-align: left; left: 20px;}
.wellness_two_column .wn_t_right{text-align: right; right: 20px;}

.wellness_two_column .wn_right_bottom,
.wellness_two_column .wn_left_bottom{
    text-align: right;
    position: absolute;
    bottom: 0; left: 0; right: 0;
}
.wellness_two_column .wn_left_bottom{text-align: left;}

.wellness_two_column .wn_right_b1{
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0 15px;
    margin-bottom: 15px;
}
.wellness_two_column .wn_b2{
    background: rgba(0, 0, 0, 0.6);
    min-height:102px;
    color: #FFF;
    padding: 15px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wellness_two_column .wn_b2.wn_rb{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
}

.wellness_two_column .wn_b2.wn_lb{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
}


.wellness_two_column .wn_t_b{color: #300;}
.wellness_two_column .wn_t_w{color: #FFF;}



.quick_font .want_in h2{font-family: 'Quicksand', sans-serif;font-size:27px;}
.quick_font .want_in_box h3{font-family: 'Quicksand', sans-serif;font-size: 22px;}
.quick_font .custom_solution h3{font-family: 'Quicksand', sans-serif;}

/* ==== access Page Start ==== */
.img_text-bottom .dinner_div{left:-75px;width: 82%;}
.dinner_div.border_text span{font-size: 17px;}
/* ==== access Page End ==== */

/* ==== Home Start ==== */
.home_page{margin-top:0px !important;margin-bottom: 10px !important;}
.home_page ol.carousel-indicators{top:430px;}
.home_desc{min-height:150px;position: inherit;width:100%;padding: 0px 15px;}
.home_desc center img{width:200px;margin:5px 0px 10px 0px;}
.home_desc h5{margin-bottom:0px;font-family: 'Courgette', sans-serif;font-size:28px;}
.home_desc span{color:#111111;font-size: 16px;display: inline-block;}
.elan_description{position:absolute;top:-360px;left:80px;}
.exp_description{position:absolute;top:-370px;left:550px;}
.acce_description{position:absolute;top:-350px;left:90px;}
.acqu_description{position:absolute;top:-500px;left:353px;width: 600px;}
.explo_description{position:absolute;top:-350px;left:600px;width: 335px;}
.well_description{position:absolute;top:-350px;left:650px;width: 300px;}
.banner_text p{font-size:22px;}
.mob_show{display:none;}
header.home_menu{padding: 0px 0px 5px 0;}
.home_menu .top_logo{display:none;}
.home_menu .more_option{float: right;position: absolute;right:95px;margin-top:100px;z-index: 100;color: #fff;background-color: rgba(0,0,0,0.30);
padding: 5px;border-radius: 2px;color: #fff}
.home_menu .more_option .mo_btn span {background: #fff;}
main.main_div .container_fluid{padding: 0 80px;}
/* ==== Home End ==== */

/* ==== Events & Migration Start ==== */
.events_description{position:absolute;top:-490px;left:50px;}
.migra_description{position:absolute;top:-181px;left:463px;width:380px;}
.desire_section{float:left;width:100%;padding: 0px 0px 30px 0px;}
.courgett_font{font-family: 'Courgette', sans-serif !important;margin-bottom:0px;}
.full_width{float:left;width:100%;}
.desi_title{float:left;}
.t_right{text-align: right;}
.sign_div{font-size:22px;}

.events_banner{top:120px;}
.events_banner h2{margin-bottom:15px;}
.img_text-middle.a_killer_holiday .soldier {bottom:160px;right:-198px;top: inherit;}
.a_killer_holiday .border_text span{border: 3px solid #fff;color:#fff;opacity: 0.50;}
.leopard_div.lunch_with .photograph{top:55px;bottom: inherit;margin-right:0px;right:-140px;}
.lunch_with .border_text span{border: 3px solid #fff;color:#fff;opacity: 0.50;}
.img_text-middle.roll_like .experience{top: 40px;right: -230px;}
.roll_like .border_text span{border: 3px solid #fff;color:#fff;opacity: 0.50;width: 250px;}
.green_font{color:#9d9034;}

.migration_banner{top:370px;color: #000;margin-left: 30px;}
.migration_banner h2{margin-bottom:35px;}
.border_text.white_border_text span{border: 3px solid #fff;opacity: 0.50;color: #fff;}
.border_text.black_border_text span{border: 3px solid #000;opacity: 0.50;color: #000;}
.img_text-middle.from_here .soldier{top: 50px;}

.leopard_div .that_fine .photograph{bottom: 42px;top: inherit;margin-right: 52px;}
.img_text-middle.ride_off .experience{top:40px;left:-225px;}

.from_here img{width:100%;}
.that_fine img{width:100%;}
.ride_off img{width:100%;}
.a_killer_holiday img{width:100%;}
.lunch_with img{width:100%;}
.roll_like img{width:100%;}
/* ==== Events & Migration End ==== */

/* ==== All Banner Start ==== */		
.desk_bann_hide{display:block;}
.mob_bann_show{display:none;}
/* ==== All Banner End ==== */	

/* ==== Acquisitions Start ==== */
.acq_banner{top:350px;}
.acq_banner h2{margin-bottom:20px;}
.img_text-middle .watch{top:400px;left:-70px;width: 81%;}
.watch.border_text span{padding: 15px 12px;font-size:17px;}
.img_text-middle .watch .font_w{color:#fff !important;}
.img_text-top .wine{top:75px;width: 90%;}
.img_text-middle .cars{width:75%;}
.font_gray{color:#808080;}
.font_l_g{color:#bebebe;}
.img_text-middle .cars {top:50px;}
.font_brown{color:#efcdb8;}
.font_sky_blue{color:#7ebcc6;}
.font_d_br{color:#8a6443;}
.font_li_yellow{color:#dac38e;}
.font_li_orange{color:#ec7e1e;}
.font_dark_brown{color:#a76635;}
.white_col{color:#ffffff;}
/* ==== Acquisitions End ==== */



/* ==== About us Start ==== */
.font_black{color:#030000;}
.img_text-middle .about_it{top:30px;right: inherit;left:30px;text-align: left;width:530px;display: initial !important;}
.about_it.border_text span{border: inherit;padding: 0px;font-size:20px;}
.abt_text{float: left;height: auto !important;}
.prof_name{float: right;height: auto !important;text-transform: initial !important;font-size:16px !important;margin-right:80px;}

.img_text-middle .boat{top:205px;right: inherit;text-align: left;left:130px;}
.boat.border_text span{border: inherit;padding: 0px;}
.boat.border_text span{height:auto;font-weight: normal;font-size:24px;}

.about_us .two_column_layout [class*="col-"] .inner_container{max-width: 100%;padding: 100px 50px 50px 50px;}
.about_us .two_column_layout [class*="col-"] .inner_container.boat_desc{padding-bottom: 350px;}
.about_us .blck_bx_right .black_box{left: auto;right: auto;top:-68px;}
.about_info{margin-bottom: 15px;margin-top: -336px;}
.about_info .col-sm-12.col-md-6{padding:0px;}
.about_info h2{font-family: 'Quicksand', sans-serif;}
.about_name{min-height:300px;}
.about_info .black_box{left: auto;right: auto;bottom: -60px;}
.about_name{-ms-flex-align: center!important;align-items: center !important;display: grid;text-align: center;}
.about_desc{text-align:center;padding:80px 15px 15px 15px;}
.about_desc h4{text-transform:uppercase;font-size:18px;font-weight: 700;margin-bottom:10px;}
.about_desc h5{text-transform:uppercase;font-size:18px;font-weight: 700;margin-bottom: 0px;}
.about_desc span{font-size:18px;}
.desc_cont{min-height:520px;}
.about_info .desc_cont::after{content:"";border: 1px solid #e7e8e9;height:400px;width: 1px;display: inline-block;position: absolute;right: 0px;top:45%;
bottom: 50%;}
.about_info .col-sm-12.col-md-4:nth-child(3) .desc_cont::after{border: inherit;} 
.founder_border{border-right:4px solid #e7e8e9;}
.enter_site{position:absolute;right:15px;bottom:165px;color:#fff;padding:5px 20px;border-radius:3px;background: rgba(0, 0, 0, 0.6);font-family: 'Quicksand', sans-serif;}
.enter_site:hover{color:#fff;}
/* ==== About us End ==== */



/* ==== Launch Page Start ==== */
.launch_logo img{width:250px;margin:20px 0px 50px 0px;}
.bg-img {background: url(../images/launch-banner.jpg) no-repeat center center fixed; background-size: cover;background-position: center center;
background-size: cover;position: relative;z-index: 1;}
.bg_2{height:100vh;}
.bg_2 .launch_logo img {margin: 20px 0px 170px 0px;}
.bg_2 .launch_logo center h3{font-family: 'Quicksand', sans-serif;}
.bg_2 .footer_section{width: 100%;position: fixed;bottom:0px;}

.bg-img::after {background: #000000 none repeat scroll 0 0;content: "";height: 100%;left: 0;
opacity: 0.1;position: absolute;top: 0;width: 100%;z-index: -1;}
.launch_logo center h3{color:#fff;margin-bottom:45px;}

.main_cus_bus{padding:0px 0px 50px 0px;}
.cus_bus{text-align:center;}
.cus_bus h2{color: #fff;font-size: 23px;margin-bottom:15px;}
.cus_bus a{color:#fff;border:1px solid #fff;padding: 5px 10px;display: inline-block;margin-bottom:20px;}
.cus_bus a:hover{background-color:#fff;color:#111;}
.cus_bus p{font-size:30px;width:232px;margin:0px auto;color:#fff;line-height: 36px;}
.footer_section{text-align:center;border-top:1px solid #fff;padding:30px 0px 10px 0px;}
.footer_section span{font-size:18px;color:#fff;}
.footer_section span a{color: #000;padding: 0px 7px;display: inline-block;border-radius: 3px;text-decoration: underline;}
.bg-img .container_fluid{max-width: 100%;padding: 0 0px;margin: 0 auto;}
/* ==== Launch Page End ==== */

.blck_bx_right .inner_container{padding:0px 15px 0px 75px;}
.blck_bx_left .inner_container{padding:0px 60px 0px 15px;}
.t_center{text-align:center;}
.explor_banner{top:150px;padding: 15px 0px 15px 70px;}
footer #contactus strong{font-weight: normal;font-size: 13px;}
footer #contactus a{font-size: 13px;}
/* =================================================
    Back to Top
================================================= */
#toTopBtn {position: fixed;bottom: 26px;right: 39px;z-index: 98;padding:8px 13px;background: rgba(0, 0, 0, 0.6);color:#fff;border-radius:3px;}
.js .cd-top--fade-out {opacity: .5}
.js .cd-top--is-visible {visibility: visible;opacity: 1}
.js .cd-top {visibility: hidden;opacity: 0;transition: opacity .3s, visibility .3s, background-color .3s;}
.cd-top {position: fixed;bottom: 20px;bottom: var(--cd-back-to-top-margin);right: 20px;right: var(--cd-back-to-top-margin);
display: inline-block;height: 40px;height: var(--cd-back-to-top-size);width: 40px;width: var(--cd-back-to-top-size);
box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
background: url(../images/cd-top-arrow.svg) no-repeat center 50%;
background-color: hsla(5, 76%, 62%, .8);background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)}


/* =================================================
    Header horizontal Menu Inner Pages
================================================= */
.horiz_menu .more_option .mo_btn{display:none !important;}
.horiz_menu .more_option .dropdown-menu{display: block;position: inherit;width:100%;margin: 0px auto;text-align: left;background-color: transparent;border: inherit;}
.horiz_menu .more_option .dropdown-menu ul.dropdown-list{width:100%;}
.horiz_menu .more_option .dropdown-menu ul.dropdown-list a{width: auto;padding: 5px 18px;border-radius: 3px;font-size:18px;text-align: center;}
.horiz_menu  header .container_fluid .d-flex{display: inherit !important;}
.horiz_menu .main_container header{padding: 5px 0 15px 0;}
.horiz_menu  header .top_logo img{margin-bottom:10px;}
.horiz_menu .more_option ul.dropdown-list li{width:100%;text-align: center;}
.horiz_menu .more_option ul.dropdown-list li a{}
.horiz_menu .hamb_menu{float:right;padding:0px 1px;margin-top:-61px;font-size:14px;width: 23px;line-height: 18px;color:#000;}
.horiz_menu .hamb_menu i{margin-bottom:0px;}

/* =================================================
    Menu Index Page
================================================= */
.home_menu .more_option .dropdown-menu{right: 23px;background: rgba(0, 0, 0, 0.6);}
.home_menu .more_option .dropdown-list a{color:#fff;text-align: center;}
.top_cont h2{font-size: 70px;}

/* ==== Wellness Page Start ==== */

/* ==== Wellness Page Start ==== */

/* =================================================
    Media Query
================================================= */
@media (max-width: 575px){
	.col-order-1{order: 1}
	.col-order-2{order: 2}
	.col-order-3{order: 3}
	.footer_logo{margin: 10px 0 30px}
	.row_mg{padding: 0px;}
	.row_mg [class*=col-]:last-child{justify-content: flex-start !important;}
	.row_mg [class*=col-]:nth-child(2) .t_center{text-align: left;}
	.want_in_box.center_div .col-sm-12.col-md-4{width: 100%}
	.about-footer .mr-auto{margin: 0 auto;}
	.about-footer .row_mg [class*=col-]{width: 250px}
}
@media (min-width: 576px) and (max-width: 767px){
	.col-order-1{order: 1}
	.col-order-2{order: 2}
	.col-order-3{order: 3}
	.row_mg [class*=col-]:last-child{justify-content: flex-start !important;}
	.row_mg{margin-top: 0px;padding: 0px}
	.footer_logo{margin: 30px 0 40px}
	.t_center{text-align: left}
}
@media (min-width: 768px) and (max-width: 991px){
	.row_mg [class*=col-]:last-child{justify-content: flex-start !important;}
	.row_mg{padding: 0px}
}
@media (max-width:1320px){
/* ==== All Banner Start ==== */		
.desk_bann_hide{display:block;}
.mob_bann_show{display:none;}
/* ==== All Banner End ==== */		

/* ==== Acquisitions Start ==== */
.acq_banner{top:235px;padding: 15px 15px 15px 25px;}
.img_text-middle .watch{top:288px;}
.img_text-top .wine {top: 40px;width: 90%;}
.img_text-middle .cars {top: 20px;width: 90%;}
.img_text-middle .watch {top: 220px;width: 280px;}
.watch.border_text span{font-size: 14px;}
/* ==== Acquisitions End ==== */	

/* ==== About us Start ==== */
.desc_cont p{font-size: 15px;}
.about_desc span{font-size: 15px;}
.img_text-middle .about_it{width: 345px;}
.about_it.border_text span{font-size: 14px;}
.prof_name{font-size: 13px !important;}
.img_text-middle .boat {left: 45px;top: 70px;}
.about_info h2 {font-size: 22px;}
/* ==== About us End ==== */
	
.two_column_layout [class*="col-"] .inner_container{max-width: 360px;}
.quick_font .want_in h2{font-size:23px;}
.custom_solution h3{font-size: 23px;}
.center_div.want_in_box h3{font-size: 18px;}
.quick_font .want_in_box h3{font-size: 18px;}

/* ==== Home Page Start ==== */
.two_column_layout .col-sm-12.col-md-6.gradient_grey{}
.horiz_menu .more_option .dropdown-menu ul.dropdown-list a{font-size: 14px;width:auto;padding: 5px 8px;}
.home_desc {height:150px;}
.elan_description{top:-300px;left:-58px;width:500px;}
.exp_description{top:-345px;left:370px;width:300px;}
.acce_description{top:-360px;left:-58px;width: 310px;}
.acqu_description{top:-430px;left:152px;width:610px;}
.explo_description{top:-330px;left:410px;width:340px;}
.well_description{top:-250px;left:435px;width: 310px;}
main.main_div .container_fluid {padding: 0 40px;}
.home_page ol.carousel-indicators {top: 260px;}
.home_menu .more_option {right: 55px;}
.home_page ol.carousel-indicators {top: initial;bottom: 150px;}
/* ==== Home Page End ==== */

/* ==== Events & Migration Start ==== */
.events_description{top:-410px;left:-0px;width: 310px;}
.migra_description{top:-187px;left:270px;width:380px;}
.events_banner{top:120px;padding: 15px 15px 15px 40px;}
.events_banner h2{margin-bottom:10px;}

.migration_banner{top:290px;padding: 15px 15px 15px 40px;margin-left: 0px;}
.migration_banner h2{margin-bottom: 20px;}
.leopard_div .that_fine .photograph{bottom: 30px;margin-right: -20px;}

.img_text-middle.ride_off .experience{top:4px;left:-123px;}
.img_text-middle.a_killer_holiday .soldier{bottom: 98px;right: -55px;}
.leopard_div.lunch_with .photograph{right: -120px;top: 35px;}
.roll_like .border_text span{width: auto;}
/* ==== Events & Migration End ==== */
	
/* ==== Access Page Start ==== */			
.img_text-bottom .dinner_div{max-width: 280px;}
.blck_bx_right .inner_container {padding: 0px 15px 0px 47px;}
.blck_bx_left .inner_container {padding: 0px 80px 0px 20px;}
.inner_container p{font-size: 15px;margin: 0 0 5px 0;line-height: 17px;}
.blck_bx_right .inner_container {padding: 0px 20px 0px 70px;}
/* ==== Access Page End ==== */	

/* ===== Exploration  Start ====== */	
.banner_cont.explor_banner{top:150px;padding: 15px 15px 15px 43px;width: 380px;}
.img_text-middle .islands {top:115px;}
.img_text-top .greenland {top:245px;width: 77%;right: -58px;}
.img_text-middle .expl_israel {top: 45px;}
/* ===== Exploration  End ====== */	

/* ===== Experience Start ====== */	
.expe_banner{top: 200px;padding: 15px 15px 15px 40px;}
.expe_banner h2{margin-bottom: 20px;}
.access_banner{top:250px;padding: 15px 15px 15px 40px;}
.access_banner h2{margin-bottom: 20px;}
.img_text-top .photograph {top:270px;}
.img_text-middle .experience {top: 40px;}
.img_text-middle .soldier {top: 35px;right:-110px;}
.img_text-middle.from_here .soldier{top: 30px;}
/* ===== Experience End ====== */

.banner_cont h2{font-size: 50px;}
.banner_cont p{font-size:15px;line-height:20px;}

/* ===== Exploration  Start ====== */	
p {font-size: 15px;margin: 0 0 8px 0;}
.border_text span{font-size:14px;height: auto;}
.dinner_div.border_text span {font-size: 14px;}
/* ===== Exploration  End ====== */		

.two_column_layout [class*="col-"] .inner_container {max-width: 100%;}	

/* ==== Wellness Start ==== */
.top_cont h2 {font-size:50px;}
/* ==== Wellness End ==== */	

}

@media (max-width:1024px){
.inner_container p {font-size: 14px;}
		
	
/* .two_column_layout [class*="col-"] .inner_container{max-width: 300px;} */
.about_info .black_box {left:auto !important;right:auto !important;}
.about_info .want_in_par .col-sm-12.col-md-6{border-bottom: 0px solid #E7E8E9;}

}
@media (max-width:991px){
.top_margin{margin-top:15px}
.want_in_par .no-gutters{margin-left:-15px !important;margin-right:-15px !important;}
.horiz_menu .more_option .dropdown-menu ul.dropdown-list a{padding: 3px 4px;font-size: 10px;}	
.want_in_par .col-sm-12.col-md-6 {width: 100%;max-width: 100%;border-right: inherit;border-bottom: 4px solid #E7E8E9;}
.want_in_par .col-md-12.d-flex{display:inherit !important;}
.center_div .col-sm-12.col-md-4:nth-child(3) {border-bottom: 4px solid #E7E8E9;}
.center_div .col-sm-12.col-md-4:nth-child(3) {border-bottom: 4px solid #E7E8E9;}
.center_div .col-sm-12.col-md-4:last-child{border-bottom: inherit;padding-bottom: 10px;}
.about_us .blck_bx_right .black_box {left:auto !important;right:auto !important;}


.more_option .dropdown-menu{right: 0;}
    .two_column_layout [class*="col-"]{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .two_column_layout [class*="col-"] .inner_container {
        max-width: 640px;
        padding: 80px 15px 30px;
    }
    
    .black_box{
        top: -65px;
        left: auto !important;
        right: auto !important;
    }

    .tc_up .col-md-6 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }

    .tc_up .col-md-6.img_text-top{
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
    }

.want_in_par{padding-top: 0;}
.inner_container p{font-size:15px;margin: 0 0 8px 0;line-height: 19px;}

/* ==== Acquisitions Start ==== */
.acq_banner {top:195px;}
.img_text-middle .watch{top:25px;left: 0px;}
.img_text-middle .watch{width: auto;}
.watch.border_text span{font-size: 14px;}

.img_text-middle .watch {width:75%;}
.img_text-top .wine{width: 77%;}
.img_text-middle .cars {width: 75%;}
/* ==== Acquisitions End ==== */

/* ==== About us Start ==== */
.img_text-middle .about_it{top:14px;left: 30px;width:345px;}
.prof_name{margin-right: 0px;}
.about_it.border_text span{font-size: 16px;}
.prof_name{font-size: 14px !important;}
.img_text-middle .boat{left: 45px;top:70px;}
.boat.border_text span{font-size: 18px;}
.about_info .black_box{top: 235px;}
.about_info h2{font-size: 22px;}
.desc_cont {min-height: auto;}

.about_info .desc_cont::after{border:0px solid #e7e8e9;}
/* ==== About us End ==== */
	
/* ==== Experience Page Start ==== */
.img_text-top .photograph {top: inherit;bottom: 100px;}
.d-flex.flex-wrap img{width:100%;}
.img_text-middle .dinner_div {top: 40px;}
.center_div.want_in_box h3 {font-size: 18px;} 
/* ==== Experience Page End ==== */

/* ==== access Page Start ==== */
.img_text-bottom .border_text {bottom: 80px;}
.img_text-bottom .dinner_div{max-width: 280px;}
.expe_banner {top:125px;}
.access_banner {top:210px;padding: 15px 15px 15px 30px;}
/* ==== access Page End ==== */
	
/* ==== Home Page Start ==== */
main.main_div .container_fluid {padding: 0 40px;}
.elan_description{top:-250px;left:-58px;width:400px;}
.exp_description{top:-265px;left:290px;width:220px;}
.acce_description{top:-320px;left:-58px;width:225px;}
.acqu_description{top:-356px;left:144px;width:400px;}
.acqu_description.banner_text p{font-size: 16px;}
.explo_description{top:-285px;left:295px;width:265px;}
.well_description{top:-200px;left:245px;width:240px;}
.banner_text p {font-size: 18px;}
.home_page ol.carousel-indicators{top: initial;bottom:150px;}
/* ==== Home Page End ==== */	

/* ==== Events & Migration Start ==== */
.events_description{top:-400px;left:30px;width:235px;}
.migra_description{top:-175px;left:130px;width:350px;}
.events_banner{top:125px;}
.migration_banner{top:310px;}
.img_text-middle.from_here .soldier{top: 60px;}
.leopard_div .that_fine .photograph {bottom: 90px;}
.img_text-middle.ride_off .experience {top: 20px;left: -205px;}
.img_text-middle.a_killer_holiday .soldier {bottom: 178px;right: 0px;}
.leopard_div.lunch_with .photograph {right: 0px;}
.img_text-middle.roll_like .experience{right: 0px;}
/* ==== Events & Migration End ==== */

/* ===== Exploration  Start ====== */	
.banner_cont.explor_banner{top:120px;padding: 15px 15px 15px 43px;width: 380px;}
.img_text-top .greenland {top: 30px;width:80%;right: 0px;}
/* ===== Exploration  End ====== */	
.bottom_footer{text-align: center !important;}
.bottom_footer strong{width: 100% !important;display: block !important;float: left;}

/* ==== All Banner Start ==== */		
.desk_bann_hide{display:none;}
.mob_bann_show{display:block;}
/* ==== All Banner End ==== */		
}

@media (min-width:768px) and (max-width:991px){
    .wellness_two_column .wn_top{font-size: 1.4rem;}
    .wellness_two_column .wn_b2{
        min-height: 104px;
        font-size: 14px;
        padding: 10px 15px;
    }
    .wellness_two_column .wn_b2 br{display: none;}
	.desc_cont{margin-bottom: 20px}
	.founder_border{border-right:0px;}
}

@media (max-width:850px){
/* ==== Events & Migration Start ==== */
.migration_banner {top: 245px;}
.img_text-middle.from_here .soldier{top:40px;}
.img_text-middle.a_killer_holiday .soldier {bottom: 135px;}
/* ==== Events & Migration End ==== */	
}

@media (max-width:767px){
.about_us .blck_bx_right .black_box {left: auto !important;right: auto !important;}	
.about_info .black_box {left: auto !important;right: auto !important;}
.img_text-bottom .dinner_div{width: auto;}	
.dinner_div.border_text span{font-size: 11px;padding: 8px 4px;margin: 0 5px;}	
.horiz_menu .more_option .dropdown-menu ul.dropdown-list a{padding:6px 3px;font-size:10px;}

/* ==== Acquisitions Start ==== */
.acq_banner {top:218px;padding: 0px 15px 0px 30px;}
.acq_banner h2{margin-bottom:10px;}
.acq_banner h2 {font-size:36px;}
.img_text-middle .watch {top: 10px;width: 70%;}
.img_text-top .wine {top: 10px;}
.img_text-middle .cars {top: 10px;}
.watch.border_text span{font-size: 14px;}
/* ==== Acquisitions End ==== */

/* ==== About us Start ==== */
.img_text-middle .about_it{top:15px;left: 10px;width:345px;}
.about_it.border_text span{font-size: 16px;color: #000;}
.prof_name{font-size: 11px !important;text-align: right;margin-right: 80px;}
.about_us .two_column_layout [class*="col-"] .inner_container{padding:80px 15px 15px 15px;}
.img_text-middle .boat{top:160px;left:50px;}
.boat.border_text span{font-size: 14px;}
.about_us .two_column_layout [class*="col-"] .inner_container.boat_desc {padding-bottom: 15px;}
.about_info{margin-top: 15px;}
.about_info .black_box{top: 232px !important;}
.about_info .desc_cont::after{display: none;}
.desc_cont{min-height: auto;margin-bottom: 15px;}
/* ==== About us End ==== */	
	
/* ==== Home Page Start ==== */
.home_page ol.carousel-indicators{top: initial;bottom:150px;}
.elan_description{top:-210px;left:-58px;width: 310px;}
.banner_text p {font-size: 15px;}
.exp_description{top:-214px;left:200px;width:190px;}
.acqu_description{top:-278px;left:55px;width: 380px;}
.acqu_description.banner_text p {font-size: 13px;}
.acce_description{top:-260px;left:-45px;width:200px;}
.explo_description {top:-229px;left:195px;width: 225px;}
.well_description{top: -180px;left: 220px;width: 200px;}
.home_menu .more_option .mo_btn {width: auto;}

.index_page .carousel-caption{right: 0%;left: 0%;width: 100%;}
.index_page .carousel-caption .elan_description {top: -295px;left: 0px;width: 100%;}
main.main_div .container_fluid {padding: 0 20px;}
.home_menu .more_option{right: 35px;}
/* ==== Home Page End ==== */	

/* ==== Events & Migration Start ==== */
.events_description{top:-340px;left:15px;width:200px;}
.migra_description {top:-173px;left:126px;width: 255px;}
.events_banner{top:110px;padding: 15px 15px 15px 18px;}
.events_banner h2{margin-bottom:0px;font-size: 36px;}
.events_banner p{font-size:15px;margin-bottom:0px;line-height:20px;}


.migration_banner{top:245px;padding: 15px 15px 15px 18px;}
.migration_banner h2{margin-bottom:0px;font-size: 36px;}
.migration_banner p{font-size:15px;margin-bottom:0px;line-height:20px;}
.img_text-middle.from_here .soldier {top: 60px;}
/* ==== Events & Migration End ==== */	
	
/* ===== Exploration  Start ====== */	
.banner_cont.explor_banner{top: 150px;padding:0px 13px 0px 10px;width:350px;}
.banner_cont.explor_banner h2{font-size:36px;}
.banner_cont.explor_banner p{font-size: 15px;margin-bottom:5px;line-height: 20px;}
.banner_cont.explor_banner span{font-size: 13px;}
.img_text-middle .islands {top:22px;}
.img_text-top .greenland {top:22px;right: 0px;width:98%;}
.img_text-middle .expl_israel {top:22px;}
.expl_israel span{color: rgba(0, 0, 0, 0.5) !important;border:1px solid #8f877d;}
/* ===== Exploration  End ====== */	

/* ==== Experience Start ==== */
.expe_banner{top:145px;padding: 15px 15px 15px 18px;}
.expe_banner h2{margin-bottom:0px;font-size: 36px;}
.expe_banner p{font-size:15px;margin-bottom:0px;line-height:20px;}

.access_banner h2{margin-bottom:0px;font-size: 36px;}
.access_banner{top:210px;padding: 15px 15px 15px 18px;}

.center_div .col-sm-12.col-md-4:nth-child(3){border-bottom: 4px solid #E7E8E9;}
.img_text-middle .soldier{right: 0px;top: 12px;}
.img_text-top .photograph {top: 15px;bottom: inherit;}
.img_text-middle .experience {top: 15px;}
/* ==== Experience End ==== */
	
    .more_option .mo_btn{
        width: 40px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
    }

    .want_in_box .col-sm-12{
        border-right: none;
        border-bottom: 4px solid #E7E8E9;
        padding: 0 15px 15px;
        margin-bottom: 15px;
    }

    .footer_form{margin-top: 15px;}

    .leopard_div .photograph {
        margin-right: 0;
    }
	
/* ==== Wellness Start ==== */
.top_cont h2 {font-size: 36px;}
/* ==== Wellness End ==== */	
	
}

@media (max-width:740px){
.container_fluid{padding: 0 15px;}
.top_logo img {max-height:45px;}
.bottom_footer > .d-flex{-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;
flex-direction: column;}
.bottom_last_line{margin-top: 10px;}
}

@media (max-width:640px){
/* ==== Events & Migration Start ==== */
.events_description{top:-298px;left:-8px;width:200px;}
.migra_description {top:-173px;left:80px;width: 255px;}
.migration_banner{width:90%;}
/* ==== Events & Migration End ==== */		
}



@media (max-width:520px){
/* =================================================
    Header horizontal
================================================= */
.horiz_menu .more_option{top: -5px;}
.horiz_menu .more_option .mo_btn{display:none !important;}
.horiz_menu .more_option .dropdown-menu{display:none;}
.horiz_menu .more_option .dropdown-menu.show{display:block;}
.horiz_menu .more_option .dropdown-menu ul.dropdown-list{width:100%;}
.horiz_menu .more_option .dropdown-menu ul.dropdown-list a{width: 100% !important;}
.horiz_menu .more_option .dropdown-menu ul.dropdown-list a.active{background-color: #fff;color: #111;border-radius: 0px;}
.horiz_menu header .container_fluid .d-flex{display: flex !important;}
.horiz_menu .more_option .dropdown-menu{min-width:120px;}
.horiz_menu .main_container header{padding: 5px 0 15px 0;}
.horiz_menu header .top_logo img{margin-bottom: 15px;}	
.horiz_menu main .box_shadow{margin: 0px 0px 36px 0px;}
.horiz_menu .more_option .dropdown-menu {right: 13px;}
.horiz_menu .more_option .dropdown-menu{background: rgba(0, 0, 0, 0.6);}
.horiz_menu .more_option .dropdown-menu a{color:#fff;}
.horiz_menu .more_option .dropdown-list a{padding: 4px 15px;}
.hamb_menu{display:none !important;}
.horiz_menu .more_option.show #myDIV{display:block !important;}


/* =================================================
    Menu Index Page
================================================= */
.home_menu .more_option .dropdown-menu ul.dropdown-list a {padding: 6px 5px;font-size: 12px;}
.about_us .blck_bx_right .black_box{left: auto !important;right: auto !important;}
.about_info .black_box{left: auto !important;right: auto !important;}


	
.banner_cont.acq_banner p{font-size: 13px;margin-bottom:0px;line-height: 15px;}
.banner_cont.expe_banner p{font-size: 13px;line-height: 15px;}
.banner_cont.access_banner p{font-size: 13px;line-height: 15px;}
.banner_cont.acq_banner p{font-size: 13px;margin-bottom:0px;line-height: 15px;}
.banner_cont.events_banner p{font-size: 13px;line-height: 15px;}
.banner_cont.migration_banner p{font-size: 13px;line-height: 15px;}

/* ==== Acquisitions Start ==== */
.watch.border_text span{font-size:11px;}
.acq_banner{top:127px;padding: 0px 15px 0px 10px;width: 90%;}
.acq_banner h2 {font-size:30px;}

.img_text-middle .watch{width: auto;}
.img_text-top .wine{width: auto;}
.img_text-middle .cars{width: auto;}
/* ==== Acquisitions End ==== */

/* ==== About us Start ==== */
.about_info .black_box{top: 260px !important;}
.about_us .two_column_layout [class*="col-"] .inner_container{padding: 60px 15px 15px 15px;}	
.img_text-middle .boat{top: 20px;left: 20px;}
/* ==== About us End ==== */
	
/* ===== Exploration  Start ====== */	
.main_container footer .container_fluid{padding:0px 15px;}

.banner_cont.explor_banner {top: 95px;width: 94%;}	
.banner_cont.explor_banner h2{font-size:30px;margin-bottom: 0px;}
.banner_cont.explor_banner p{font-size: 13px;margin-bottom:0px;line-height: 15px;}
/* ===== Exploration  End ====== */
	
/* ==== Home Page Start ==== */
.home_page ol.carousel-indicators {bottom: 155px;}
.mob_show{display:block;}
.desk_show{ display:none;}
.banner_text p{font-size: 12px;}
.home_desc center img{width: 120px;margin:10px 0px 15px 0px;}
.home_desc span{font-size: 14px;line-height:20px;display: inline-block;}
.home_menu .more_option{right: 29px;margin-top: 70px;}
main.main_div .box_shadow{-webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.6);box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);}
.home_page .carousel-inner .carousel-item img.desk_show{height:200px;}

.elan_description {top:-300px;left: -32px;width: 272px;}
.elan_description.banner_text p{font-size:14px;}

.exp_description{top:-450px;left:20px;width:190px;}
.exp_description.banner_text p{font-size:14px;}

.acce_description{top: -390px;left:105px;width:200px;}
.acce_description.banner_text p{font-size:14px;}

.acqu_description{top:-195px;left:-44px;width:290px;}
.acqu_description.banner_text p {font-size:14px;}

.explo_description{top:-213px;left:0px;width:235px;}
.explo_description.banner_text p{font-size:14px;}

.well_description{top:-175px;left:0px;width:230px;}
.well_description.banner_text p{font-size:14px;}

.home_desc h5 {margin-bottom:0px;}

.mo_btn span{width: 10px;height: 10px;}
.more_option .mo_btn .mt-1.mb-1 {margin:.30rem 0px !important;}
.top_logo img {max-height:45px;}
main.main_div .container_fluid {padding: 0 15px;}
/* ==== Home Page End ==== */	

/* ==== Events & Migration Start ==== */
.events_description{top: -620px;left:-55px;width:200px;}
.events_description.banner_text p{font-size:14px;}
.migra_description{top:-180px;left:30px;width:240px;}
.migra_description.banner_text p{font-size:14px;}
.events_banner{top:72px;padding: 15px 15px 15px 18px;width: 90%;}
.events_banner h2{font-size: 30px;}
.migration_banner h2{font-size: 30px;}
/* ==== Events & Migration End ==== */
		
/* ==== Experience Start ==== */
.expe_banner{top:72px;padding: 15px 15px 15px 18px;width: 90%;}
.expe_banner h2{font-size: 30px;}


.access_banner{top:120px;padding: 15px 15px 15px 18px;width: 90%;}
.access_banner h2{font-size: 30px;}
.banner_cont.access_banner p{font-size: 13px;}
.top_logo img {max-height:45px;}
.quick_font .want_in h2{font-size:23px;}
.custom_solution h3{font-size: 23px;}
.center_div.want_in_box h3{font-size: 20px;}
.quick_font .want_in_box h3{font-size: 20px;}
/* ==== Experience End ==== */		
header {padding: 15px 0 0 0;}
.want_in_par .col-sm-12.col-md-6{width: 100%;}
	

    .two_column_layout [class*="col-"] .inner_container{padding-top: 60px;}

    .border_text span{
		/* background: rgba(0, 0, 0, 0.2); */
        width:100%; 
        min-height:40px; height: auto;
        color: #FFF;
        font-size: 11px;
        border-width:2px;
        padding:8px 4px;
        margin: 0 10px;
    }
	.img_text-bottom .border_text.act_like{top: 8px;bottom: inherit;width: 100%;}
	.img_text-bottom .dinner_div.border_text{top:8px;left: 0px;bottom: inherit;width: 100%;}
	.img_text-top .golf.border_text{top:8px;left: 0px;bottom: inherit;width: 100%;}
	
    .black_box{height:80px;width:80px;font-size:9px;top: -38px !important;}

    p {font-size: 16px;}

    .wellness_two_column .wn_top{font-size: 1.4rem;}

    .wellness_two_column .wn_b2{
        min-height: 104px;
        font-size: 14px;
        padding: 10px 15px;
    }

    .wellness_two_column .wn_b2 br{display: none;}

    .wellness_parent section.mt-5{margin-top: 1.8rem!important;}

    .wellness_parent .section_1:before{
        content: "";
        background: rgba(0, 0, 0, 0.25);
        position: absolute;
        bottom: 0; top: 0; left: 0; right: 0;
    }
    .wellness_parent .top_cont{bottom: 10px; left: 10px; right: 10px;}
    .wellness_parent .top_cont p{
        font-size: 14px;
        font-weight: 500;
    }
	
/* ==== Wellness Start ==== */
.top_cont h2 {font-size: 30px;}
/* ==== Wellness End ==== */	
}

@media (max-width:480px){
.enter_site{top:10px;bottom:inherit;padding: 3px 10px;font-size: 14px;}		
.migration_banner{top:160px;}
.img_text-middle.from_here .soldier{top:8px;}
.leopard_div .that_fine .photograph{margin-right: 0px;top: 8px;bottom: inherit;}
.img_text-middle.ride_off .experience {top: 8px;left: 0px;}
.img_text-middle.a_killer_holiday .soldier {top: 8px;bottom: inherit;right: 0px;}
.leopard_div.lunch_with .photograph{top: 8px;}
.roll_like .border_text span{width: 100%;}
.img_text-middle.roll_like .experience{top: 8px;right: 0px;}
.ride_off .border_text.black_border_text span{border: 3px solid #fff;color: #fff;}
.a_killer_holiday .border_text span{border: 3px solid #fff;color: #fff;}
.events_description {top: -190px;left:45px;}
}

@media (max-width:420px){
/* ==== About us Start ==== */
.img_text-middle .about_it{top:3px;left: 10px;width: 95%;}
.about_it.border_text span{font-size: 12px;color: #000;}
/* ==== About us End ==== */	

/* ==== Events & Migration Start ==== */
.events_description{left:10px;width:200px;}
/* ==== Events & Migration End ==== */
	
.footer_form .form-group > div {max-width: inherit;flex: 0 0 auto;}
    .footer_form .form-group.d-flex{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .btn_submit_par{
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .bottom_last_line,
    .bottom_last_line a{font-size: 14px;}

    .wellness_parent .top_cont p{font-size: 13px;}
    .wellness_parent .top_cont br{display: none;}
    .wellness_two_column .wn_top{font-size: 1.2rem;}
    .wellness_two_column .wn_right_b1{font-size: 1.2rem;}
}

.about_info .desc_no_border::after{content:none;}