/* Scss Document */
.bg_top_repeat_x { background-position: top; background-repeat: repeat-x; }

.reset_form_control { border: none; box-shadow: none; border-radius: 0px; }

.font1, body { font-family: Roboto, "sans-serif"; font-size: 14px; }

/* Scss Document */
/****Set thw Width of the element based on element count(siblings count)****/
/********/
/********/
/*****************************************************************/
img { max-width: 100%; height: auto; }

body { margin: 0px; background-color: #fff; overflow-x: hidden; }

.relative, header, .side_menu ul li a, .contact_add .location, .contact_add .fax, .contact_add .phone, .contact_add .email { position: relative; }

.absolute, .carousel-caption .flight_border:before, .carousel-caption .flight_border:after, .slider_extra, .contact_add .location:before, .contact_add .fax:before, .contact_add .phone:before, .contact_add .email:before { position: absolute; z-index: 10; }

.absolute_top { position: absolute; z-index: 1000; top: 0px; }

.list_none, header .asa_logos ul, .footer ul, .side_menu ul, .side_menu ul li ul, .sidebar ul, .flex-grid-4, .aircrafts > ul, .aircrafts > ul > li ul { list-style: none; margin: 0px; padding: 0px; }

.list_zero, .side_menu ul, .side_menu ul li ul { margin: 0px; padding: 0px; }

.section_padding { padding-top: 50px; padding-bottom: 50px; }

.seperator { padding-top: 40px; }

.text_upper { text-transform: uppercase; }

.btn-primary, .blank_link { background: #27a9e1; /* Old browsers */ border-radius: 0px; color: #fff; border: none; font-weight: bold; padding: 10px 20px; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; }
.btn-primary:hover, .blank_link:hover { color: #fff; background-color: #00acee; }
.btn-primary:active, .blank_link:active { outline: none; box-shadow: none; }
.btn-primary:after, .blank_link:after { content: ''; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; color: #fff; width: 0px; text-align: right; opacity: 0; }
.btn-primary:hover:after, .blank_link:hover:after { width: 20px; opacity: 1; content: "\f1d8"; }
@media (max-width: 767px) { .btn-primary:hover:after, .blank_link:hover:after { content: ''; width: 0; opacity: 0; } }

.btn-rounded { border-radius: 200px; }

.btn-big { padding: 16px 35px; font-size: 16px; font-weight: normal; letter-spacing: 1px; }

.start_btn { text-align: center; }

.blank_link { background: none; padding: 0px; }
.blank_link:hover { background: none; color: #00acee; }
.blank_link:hover:after { color: #000; }

.container { max-width: 100%; width: 1200px; }

.form-control { border: none; border-bottom: solid 1px #ccc; height: 40px; box-shadow: none; border-radius: 0; font-size: 12px; color: #314451; padding-left: 0px; }
.form-control.placeholder { font-weight: 600; color: #666; }
.form-control:-moz-placeholder { font-weight: 600; color: #666; }
.form-control::-moz-placeholder { font-weight: 600; color: #666; }
.form-control::-webkit-input-placeholder { font-weight: 600; color: #666; }
.form-control:active, .form-control:focus { outline: none; box-shadow: none; }

/****Modal****/
.modal-body, .modal-header { background-color: #13121c; color: #fff; }
.modal-body .form-control, .modal-header .form-control { padding-left: 10px; border-radius: 4px; }

.modal-header { border-radius: 4px 4px 0px 0px; text-transform: uppercase; }

/********/
.btn_1 { background-color: #13121c; color: #fff; display: inline-block; padding: 6px 12px; transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; text-transform: uppercase; font-weight: 500; font-size: 13px; border-radius: 2px; }
.btn_1:hover { box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.52); text-decoration: none; background-color: #0d0c13; color: #fff; }

/********/
.btn_2 { background-color: #3e5caa; color: #fff; display: inline-block; padding: 6px 12px; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; text-transform: uppercase; font-weight: 500; font-size: 13px; border-radius: 2px; }
.btn_2:hover { box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.52); text-decoration: none; background-color: black; color: #fff; }

.radio_group { margin-bottom: 10px; }
.radio_group input[type="radio"] { display: none; }
.radio_group label { font-weight: normal; font-size: 12px; margin-right: 10px; display: inline-block; line-height: 18px !important; cursor: pointer; font-weight: 600; }
.radio_group label:before { width: 18px; height: 18px; border: solid 4px #fff; border-radius: 100%; background-color: #3e5caa; content: ''; float: left; margin-right: 5px; }
.radio_group label.active:before { background-image: url(../images/radio.png); background-repeat: no-repeat; background-position: center; border-color: #fff; background-color: #13121c; }

/********/
/****Filter****/
.filter_box .slider_values i { font-size: 12px; }
.filter_box .slider_value_text { padding-top: 10px; }
.filter_box .slider_value_text .form-control { display: inline-block; width: 80px; border: solid 1px #ccc; padding: 2px 4px; border-radius: 2px; }
.filter_box #slider-range { margin-bottom: 14px; }
.filter_box .ui-slider-horizontal .ui-slider-handle.ui-state-default:active, .filter_box .ui-slider-horizontal .ui-slider-handle.ui-state-default:focus { outline: none; }
.filter_box .ui-state-hover, .filter_box .ui-widget-content .ui-state-hover, .filter_box .ui-widget-header .ui-state-hover, .filter_box .ui-state-focus, .filter_box .ui-widget-content .ui-state-focus, .filter_box .ui-widget-header .ui-state-focus { border-radius: 200px; }
.filter_box .ui-state-default, .filter_box .ui-widget-content .ui-state-default, .filter_box .ui-widget-header .ui-state-default { border-radius: 200px; background-color: #343434; width: 12px; height: 12px; top: -6px; border: none !important; }
.filter_box .ui-slider-horizontal { height: 2px !important; background: #343434 !important; border: none !important; }
.filter_box .ui-slider .ui-slider-range { background: #13121c !important; border: none !important; }
.filter_box .min_value { float: left; font-size: 13px; }
.filter_box .max_value { float: right; font-size: 13px; }

/****End Filter****/
/****Custom Check****/
.exclude { padding: 15px 15px; }

.custom_check { font-size: 14px; }
.custom_check i { padding: 2px; font-size: 16px; color: #A8A8A8; cursor: pointer; }
.custom_check.true i:before { color: #13121c; }
.custom_check span { cursor: pointer; }

/****End Custom Check****/
/********/
.ui-datepicker { z-index: 120 !important; }

/********/
/********/
.container { width: 1240px; }

header { background-color: #fff; font-family: Oswald, "sans-serif"; /********/ }
header .main_menu { float: right; }
@media (max-width: 992px) { header .main_menu { display: none; } }
header .main_menu nav { margin: 0px; border: none; }
header .top_row { height: 68px; }
header .top_row:after { clear: left; content: ''; display: block; }
header .gfa_logo { float: left; padding-top: 10px; }
header .navbar .nav li a { font-family: Montserrat, Roboto, "sans-serif"; text-transform: none; text-transform: uppercase; color: #414150; font-size: 15px; font-weight: bold; line-height: 68px; padding: 0px 15px; }
@media (max-width: 1200px) { header .navbar .nav li a { padding: 0px 6px; font-size: 13px; } }
header .navbar .nav li.active > a, header .navbar .nav li.active > a:hover { background-color: #fff; color: #00acee !important; }
header .asa_logos { float: right; }
@media (max-width: 481px) { header .asa_logos { display: none; } }
header .asa_logos ul:after { clear: left; content: ''; display: block; }
header .asa_logos ul li { float: left; }
@media (max-width: 1200px) { header .asa_logos ul li img { height: 50px; width: auto; margin-top: 8px; margin-left: 2px; } }

/********/
.service_overview { height: 96px; position: relative; }
@media (max-width: 992px) { .service_overview { height: auto; } }
.service_overview .home_service_wrap { background-color: #14141e; position: absolute; bottom: 0px; width: 100%; color: #fff; text-align: center; padding: 0px 25px; z-index: 200000; }
@media (max-width: 992px) { .service_overview .home_service_wrap { position: static; } }
.service_overview .home_service_wrap .slick-slider { margin-bottom: 0px; }
.service_overview .home_service_wrap .home_overview_slider { display: none !important; }
.service_overview .home_service_wrap .home_overview_slider.slick-initialized { display: block !important; }
.service_overview .home_service_wrap .home_overview_slider h3 { font-size: 16px; color: #00acee; text-transform: uppercase; }
.service_overview .home_service_wrap .home_overview_slider p { font-size: 11px; font-family: Roboto, "sans-serif"; margin: 0px; padding: 0px; }
.service_overview .home_service_wrap .home_overview_slider .hm_item { padding: 0px 25px; margin: 20px 0px; border-right: solid 1px #00acee; }
.service_overview .home_service_wrap .slick-prev { right: auto; left: -25px; bottom: 0; height: 100%; background-color: #0c0c16; color: #00acee !important; }
.service_overview .home_service_wrap .slick-prev:before { color: #00acee !important; }
.service_overview .home_service_wrap .slick-prev:hover { background-color: #00acee; }
.service_overview .home_service_wrap .slick-prev:hover:before { color: #fff !important; }
.service_overview .home_service_wrap .slick-next { left: auto; right: -25px; bottom: 0; height: 100%; background-color: #0c0c16; color: #00acee !important; }
.service_overview .home_service_wrap .slick-next:before { color: #00acee !important; }
.service_overview .home_service_wrap .slick-next:hover { background-color: #00acee; }
.service_overview .home_service_wrap .slick-next:hover:before { color: #fff !important; }

/********/
.hm_about { padding: 80px 0px; position: relative; }
.hm_about .blue_layer { background: #27a9e1; -webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%); clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%); position: absolute; right: 0px; top: 0px; bottom: 0px; width: 500px; z-index: 2; mix-blend-mode: multiply; }
@media (max-width: 600px) { .hm_about .blue_layer { width: 320px; background: rgba(39, 169, 225, 0.64); } }
@media screen and (min-width: 1300px) { .hm_about .col-xs-7 { width: 55%; } }
.hm_about h5 { font-family: Oswald, "sans-serif"; font-size: 25px; margin-bottom: 0px; font-weight: 300; margin-bottom: 4px; }
.hm_about h2 { font-family: Oswald, "sans-serif"; font-size: 40px; margin: 0px; letter-spacing: 1px; margin-bottom: 25px; }
.hm_about p { text-align: justify; line-height: 21px; font-size: 15px; margin-bottom: 15px; }
.hm_about .hm_readmore { font-family: Oswald, "sans-serif"; color: #3e5caa; text-transform: uppercase; line-height: 21px; display: inline-block; }
.hm_about .hm_readmore i { line-height: 21px; float: right; margin-left: 15px; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
.hm_about .hm_readmore:hover i { margin-left: 25px; }
.hm_about .hm_abt_caption { position: absolute; text-align: right; bottom: 20px; right: 50px; z-index: 3; }
.hm_about .hm_abt_caption h3 { color: #fff; font-family: Oswald, "sans-serif"; font-size: 34px; font-weight: 300; }
.hm_about .hm_abt_caption h3 span { display: block; font-size: 24px; }
.hm_about .hm_abt_caption h3 strong { font-size: 22px; text-transform: uppercase; }
.hm_about .hm_abt_img { position: relative; }
@media (max-width: 1200px) { .hm_about .hm_abt_img { padding-top: 50px; } }
@media (max-width: 992px) { .hm_about .hm_abt_img { padding-top: 100px; } }

/********/
/*** Read More ****/
.hm_readmore { font-family: Oswald, "sans-serif"; color: #3e5caa; text-transform: uppercase; line-height: 21px; display: inline-block; }
.hm_readmore i { line-height: 21px; float: right; margin-left: 15px; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
.hm_readmore:hover i { margin-left: 25px; }

/****Border****/
.hm_fborder { position: relative; padding-bottom: 20px; }
.hm_fborder:before { position: absolute; bottom: 0px; left: 0px; content: ''; background-image: url(../images/flight_blue.png); width: 13px; height: 13px; }
.hm_fborder:after { position: absolute; bottom: 5px; left: 20px; content: ''; background-color: #00acee; width: 150px; max-width: 80%; height: 3px; }

/********/
.hm_qualitysection { background-image: url(../images/quality_bg.jpg); padding: 40px 0px; color: #fff; }
.hm_qualitysection h3 { font-family: Oswald, "sans-serif"; font-weight: normal; font-size: 22px; border-bottom: solid 2px #00acee; padding-bottom: 12px; display: inline-block; margin: 0px; margin-bottom: 15px; }
.hm_qualitysection p:last-child { margin: 0px; }
.hm_qualitysection .hm_qal_item { padding-left: 30px; padding-right: 30px; padding-top: 30px; padding-bottom: 30px; border-left: solid 3px #00acee; position: relative; }
.hm_qualitysection .hm_qal_item:before { content: ''; position: absolute; top: 0px; width: 40px; height: 20px; border-top: solid 3px #00acee; border-right: solid 3px #00acee; left: 0px; }
.hm_qualitysection .hm_qal_item:after { content: ''; position: absolute; bottom: 0px; width: 130px; height: 20px; border-bottom: solid 3px #00acee; border-right: solid 3px #00acee; left: 0px; }
.hm_qualitysection .hm_qal_item .hm_readmore { color: #00acee; }

/********/
.hm_counter { padding: 80px 0px; }
@media (max-width: 481px) { .hm_counter .hm_counter_row { display: flex; flex-wrap: wrap; padding: 20px; } }
.hm_counter .hm_counter_item { padding: 0px 50px; border-left: solid 1px #ccc; }
@media (max-width: 992px) { .hm_counter .hm_counter_item { padding: 0px 25px; } }
@media (max-width: 767px) { .hm_counter .hm_counter_item { padding: 0px 15px; } }
@media (max-width: 481px) { .hm_counter .hm_counter_item { width: 50%; text-align: center; padding: 15px; border: solid 1px #ccc !important; } }
.hm_counter .hm_counter_item:first-child { padding-left: 15px; border: none; }
.hm_counter .hm_counter_item p { color: #13121c; margin: 0px; font-size: 21px; }
@media (max-width: 767px) { .hm_counter .hm_counter_item p { font-size: 14px; } }
.hm_counter .hm_counter_item .hm_count_value { font-size: 92px; color: #3d3a5a; font-family: Oswald, "sans-serif"; font-weight: bold; line-height: 90px; }
@media (max-width: 1200px) { .hm_counter .hm_counter_item .hm_count_value { font-size: 70px; } }
@media (max-width: 767px) { .hm_counter .hm_counter_item .hm_count_value { font-size: 40px; } }
@media (max-width: 600px) { .hm_counter .hm_counter_item .hm_count_value { font-size: 30px; } }
.hm_counter .hm_counter_item h4 { color: #00acee; font-size: 21px; }
@media (max-width: 1200px) { .hm_counter .hm_counter_item h4 { font-size: 18px; } }
@media (max-width: 767px) { .hm_counter .hm_counter_item h4 { font-size: 14px; } }

/********/
.hm_news_events { background-image: url(../images/news_bg.jpg); background-position: right; background-repeat: no-repeat; background-size: 50% 100%; }
@media (max-width: 992px) { .hm_news_events { background-size: 75% 100%; } }
@media (max-width: 767px) { .hm_news_events { background-size: cover; } }
.hm_news_events .hm_news_slider { margin: 0px; }
.hm_news_events .hm_news_slider .slick-prev { left: auto; right: 60px; top: 10px; width: 60px; height: 60px; background-color: #27a9e1; z-index: 500; }
.hm_news_events .hm_news_slider .slick-prev:hover:before { color: #19274a; }
.hm_news_events .hm_news_slider .slick-next { left: auto; right: 0px; top: 10px; width: 60px; height: 60px; background-color: #27a9e1; z-index: 500; }
.hm_news_events .hm_news_slider .slick-next:hover:before { color: #19274a; }
.hm_news_events .container { position: relative; }
.hm_news_events .hm_news_row { display: flex; }
@media (max-width: 481px) { .hm_news_events .hm_news_row { display: block; } }
.hm_news_events .hm_news_row img { display: block; width: auto; height: 100%; max-width: none; }
.hm_news_events .hm_news_row .col-xs-3, .hm_news_events .hm_news_row .col-xs-6 { padding: 0px; }
.hm_news_events .hm_news_row .hm_news_date { padding-top: 90px; position: relative; }
@media (max-width: 767px) { .hm_news_events .hm_news_row .hm_news_date { padding-top: 92px; } }
@media (max-width: 481px) { .hm_news_events .hm_news_row .hm_news_date { width: 100%; } }
.hm_news_events .hm_news_row .hm_news_date .news_event_title { position: absolute; top: 0px; right: 0px; left: 0px; margin: auto; height: 80px; background-color: #19274a; text-align: center; color: #FFF; font-family: Oswald, "sans-serif"; }
@media (max-width: 992px) { .hm_news_events .hm_news_row .hm_news_date .news_event_title { right: 6px; } }
@media (max-width: 767px) { .hm_news_events .hm_news_row .hm_news_date .news_event_title { left: 0; right: auto; padding-left: 20px; padding-right: 20px; width: 158px; height: 60px; } }
.hm_news_events .hm_news_row .hm_news_date .news_event_title h2 { display: inline-block; }
@media (max-width: 992px) { .hm_news_events .hm_news_row .hm_news_date .news_event_title h2 { font-size: 20px; } }
.hm_news_events .hm_news_row .hm_news_date .news_event_title h2:after { content: ''; display: block; left: 0px; width: 50px; height: 3px; margin-top: 5px; background-color: #fff; }
.hm_news_events .hm_news_row .hm_news_date .hm_dairy { background-color: #19274a; margin: 10px 15px 15px 15px; color: #fff; font-family: Oswald, "sans-serif"; text-align: center; height: 320px; padding-top: 100px; position: relative; }
@media (max-width: 992px) { .hm_news_events .hm_news_row .hm_news_date .hm_dairy { height: auto; padding-top: 0px; } }
@media (max-width: 767px) { .hm_news_events .hm_news_row .hm_news_date .hm_dairy { padding: 10px; margin: 0px; margin-right: 6px; } }
.hm_news_events .hm_news_row .hm_news_date .hm_dairy:before { content: ''; display: block; position: absolute; top: 0px; background-image: url(../images/dairy_bg.jpg); width: 243px; margin: auto; left: 0px; right: 0px; height: 28px; max-width: 90%; background-size: 100%; background-repeat: no-repeat; }
@media (max-width: 767px) { .hm_news_events .hm_news_row .hm_news_date .hm_dairy:before { display: none; } }
.hm_news_events .hm_news_row .hm_news_date .hm_dairy .hm_date { font-size: 42px; font-weight: 300; line-height: 20px; }
@media (max-width: 767px) { .hm_news_events .hm_news_row .hm_news_date .hm_dairy .hm_date { line-height: auto; font-size: 22px; } }
@media (max-width: 481px) { .hm_news_events .hm_news_row .hm_news_date .hm_dairy .hm_date { font-size: 15px; } }
@media (max-width: 481px) { .hm_news_events .hm_news_row .hm_news_date .hm_dairy .hm_date { display: inline-block; } }
.hm_news_events .hm_news_row .hm_news_date .hm_dairy .hm_month { font-size: 42px; font-weight: 300; }
@media (max-width: 767px) { .hm_news_events .hm_news_row .hm_news_date .hm_dairy .hm_month { line-height: auto; font-size: 22px; } }
@media (max-width: 481px) { .hm_news_events .hm_news_row .hm_news_date .hm_dairy .hm_month { font-size: 15px; } }
@media (max-width: 481px) { .hm_news_events .hm_news_row .hm_news_date .hm_dairy .hm_month { display: inline-block; } }
.hm_news_events .hm_news_row .hm_news_date .hm_dairy .hm_year { font-size: 48px; font-weight: bold; color: #00acee; }
@media (max-width: 767px) { .hm_news_events .hm_news_row .hm_news_date .hm_dairy .hm_year { line-height: auto; font-size: 28px; } }
@media (max-width: 481px) { .hm_news_events .hm_news_row .hm_news_date .hm_dairy .hm_year { font-size: 18px; } }
.hm_news_events .hm_news_row .hm_news_img { overflow: hidden; }
.hm_news_events .hm_news_row .hm_content_wrap { padding: 30px 50px; padding-top: 60px; color: #fff; }
@media (max-width: 767px) { .hm_news_events .hm_news_row .hm_content_wrap { padding: 0px; padding-top: 70px; } }
@media (max-width: 481px) { .hm_news_events .hm_news_row .hm_content_wrap { padding-top: 0px; } }
.hm_news_events .hm_news_row .hm_content_wrap h3 { font-family: Oswald, "sans-serif"; font-weight: 300; font-size: 20px; margin-bottom: 20px; }
.hm_news_events .hm_news_row .hm_content_wrap p { text-align: justify; }

/********/
/********/
.img_overlay { position: absolute; top: 0px; bottom: 0px; right: 0px; left: 0px; z-index: 2; background-color: rgba(0, 146, 153, 0.41); }

.hm_testimoni { padding: 80px 0px; }
.hm_testimoni .hm_testi_row { display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex; flex-wrap: wrap; }
.hm_testimoni .hm_test_head { background-color: #3e5caa; background-image: url(../images/test_moni_bg.png); background-size: cover; color: #fff; font-family: Oswald, "sans-serif"; padding: 80px 40px; }
@media (max-width: 767px) { .hm_testimoni .hm_test_head { width: 25%; padding: 80px 20px; } }
@media (max-width: 600px) { .hm_testimoni .hm_test_head { width: 100%; padding: 20px; } }
.hm_testimoni .hm_test_head h4 { font-family: Oswald, "sans-serif"; font-weight: 300; margin-bottom: 0px; }
.hm_testimoni .hm_test_head h3 { margin: 0px; font-size: 40px; position: relative; padding-bottom: 5px; }
@media (max-width: 767px) { .hm_testimoni .hm_test_head h3 { font-size: 30px; } }
.hm_testimoni .hm_test_head h3:after { content: ''; height: 2px; width: 120px; background-color: #fff; display: block; margin-left: 20px; margin-top: 10px; }
.hm_testimoni .hm_test_head h3:before { position: absolute; bottom: 0px; left: 0px; content: "\f072"; color: #fff; width: 13px; height: 13px; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; font-size: 15px; }
.hm_testimoni .hm_testi_content { background-image: url(../images/testi_bg.jpg); background-size: cover; width: calc(75% - 20px); padding: 70px 80px; color: #fff; }
@media (max-width: 767px) { .hm_testimoni .hm_testi_content { padding: 70px 20px; width: 75%; padding-top: 100px; } }
@media (max-width: 600px) { .hm_testimoni .hm_testi_content { width: 100%; } }
.hm_testimoni .hm_testi_content p { text-align: center; font-size: 13px; }
.hm_testimoni .hm_testi_content h4 { font-family: Oswald, "sans-serif"; text-align: center; text-transform: uppercase; font-size: 16px; }
.hm_testimoni .hm_testi_content .testi_img { text-align: center; }
.hm_testimoni .hm_testi_content .testi_img img { border-radius: 300px; border: solid 1px #fff; }
.hm_testimoni .hm_testi_content .hm_testi_slider { margin: 0px; }
.hm_testimoni .hm_testi_content .hm_testi_slider .slick-prev { left: auto; right: -20px; top: -60px; width: 60px; height: 60px; background-color: #27a9e1; z-index: 500; }
.hm_testimoni .hm_testi_content .hm_testi_slider .slick-prev:hover:before { color: #19274a; }
@media (max-width: 767px) { .hm_testimoni .hm_testi_content .hm_testi_slider .slick-prev { right: 40px; top: -90px; } }
.hm_testimoni .hm_testi_content .hm_testi_slider .slick-next { left: auto; right: -80px; top: -60px; width: 60px; height: 60px; background-color: #27a9e1; z-index: 500; }
.hm_testimoni .hm_testi_content .hm_testi_slider .slick-next:hover:before { color: #19274a; }
@media (max-width: 767px) { .hm_testimoni .hm_testi_content .hm_testi_slider .slick-next { right: -20px; top: -90px; } }
.hm_testimoni .hm_test_sep { width: 20px; }
@media (max-width: 767px) { .hm_testimoni .hm_test_sep { display: none; } }

/********/
.hm_our_clients { padding: 80px 0px; padding-top: 60px; text-align: center; }
.hm_our_clients h2 { font-family: Oswald, "sans-serif"; font-size: 40px; border-bottom: solid 2px #00acee; padding-bottom: 15px; display: inline-block; padding-left: 50px; padding-right: 50px; margin-bottom: 40px; position: relative; }
.hm_our_clients h2:after { position: absolute; bottom: -14px; left: 0px; right: 0; text-align: center; margin: auto; content: "\f072"; color: #3e5caa; width: 25px; height: 25px; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; line-height: 25px; text-rendering: auto; -webkit-font-smoothing: antialiased; font-size: 15px; background-color: #fff; }
.hm_our_clients .hm_clients_slider { max-width: 1000px; margin: auto; }

.footer { font-family: Roboto, "sans-serif"; background-image: url(../images/footer_map.jpg); background-size: cover; background-color: #061d1e; padding: 40px 0px; padding-bottom: 0px; color: #fff; }
.footer .container { width: 1150px; }
@media (max-width: 767px) { .footer .container .footer_menus { border-bottom: solid 1px #363f53; padding-bottom: 20px; } }
.footer h3 { font-size: 25px; font-weight: 300; font-family: Oswald, "sans-serif"; margin-bottom: 20px; }
.footer p { font-size: 13px; line-height: 22px; text-align: justify; }
.footer ul li { line-height: 24px; font-size: 13px; }
.footer ul li a { color: #fff; text-decoration: none; }
@media (max-width: 767px) { .footer ul.footer-menu li { display: inline-block; text-transform: uppercase; padding-right: 10px; } }
@media (max-width: 600px) { .footer .usefull_links { border-top: solid 1px #363f53; } }
.footer .usefull_links ul:after { clear: left; content: ''; display: block; }
.footer .usefull_links ul li { float: left; width: 50%; }
.footer .socials a { display: block; float: left; width: 35px; height: 35px; margin-right: 6px; margin-bottom: 10px; text-align: center; background-color: #13121c; color: #fff; line-height: 35px; }
.footer .socials a:nth-child(4) { margin-right: 0px; }
.footer .socials a.facebook { background-color: #3b5998; }
.footer .socials a.twiiter { background-color: #6acff4; }
.footer .socials a.insta { background-color: #4270a3; }
.footer .socials a.pin { background-color: #ce1e27; }
.footer .socials a.link { background-color: #3272bd; }
.footer .socials a.youtube { background-color: #ce1e27; }
.footer .copy_right { margin-top: 30px; border-top: solid 1px #363f53; padding: 20px 0px; margin-bottom: 0px; font-size: 13px; }
.footer .copy_right img { float: left; margin-right: 30px; }
.footer .copy_right p { padding-top: 10px; }
.footer .copy_right p.text-right { text-align: right; }

.address_item { display: none; }
.address_item.active { display: block; }
.address_item p { margin: 0px; margin-top: 6px; text-align: left; }

/********/
.hm_address_location { margin-bottom: 15px; }
.hm_address_location a { font-family: Oswald, "sans-serif"; padding-right: 10px; font-size: 15px; color: #fff; }
.hm_address_location a:hover, .hm_address_location a.active { color: #00acee; }

.mobile_menu { width: 35px; padding-top: 5px !important; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; border: solid 1px #13121c; padding-bottom: 4px; }
.mobile_menu:hover { background-color: #13121c; }
.mobile_menu:hover span { background-color: #fff; }
.mobile_menu a { display: block; padding: 5px; }
.mobile_menu span { background-color: #13121c; height: 2px; margin-bottom: 3px; display: block; width: 100%; }

/*************************************************/
/****Coming Soon****/
.home_planner.enquiry .form-control { border: solid 1px #ccc; padding: 4px 10px; }
.home_planner.enquiry .form-control.placeholder { font-weight: 600; color: #666; }
.home_planner.enquiry .form-control:-moz-placeholder { font-weight: 600; color: #666; }
.home_planner.enquiry .form-control::-moz-placeholder { font-weight: 600; color: #666; }
.home_planner.enquiry .form-control::-webkit-input-placeholder { font-weight: 600; color: #666; }
.home_planner.enquiry textarea.form-control { height: 100px; }

.soon .caption_left h2 { text-align: center; margin-top: 60px; font-size: 60px; }
@media (max-width: 992px) { .soon .caption_left h2 { margin-top: 40px; } }
.soon .caption_left strong { display: block; text-align: center; font-weight: 400; }

.contact_address { background-color: #efefef; padding: 40px 0px; }
.contact_address h1 { text-align: center; margin-bottom: 40px; font-family: "Montserrat", sans-serif; color: #009299; }
.contact_address .contact_row { font-family: Oswald, "sans-serif"; }
@media (max-width: 600px) { .contact_address .contact_row > div { width: 100%; } }
.contact_address .contact_row > div:first-child { padding-right: 40px; text-align: right; border-right: solid 1px #ccc; }
@media (max-width: 600px) { .contact_address .contact_row > div:first-child { text-align: center; border: none; padding-left: 15px; border-bottom: solid 1px #ccc; } }
.contact_address .contact_row > div:last-child { padding-left: 40px; }
@media (max-width: 600px) { .contact_address .contact_row > div:last-child { text-align: center; border: none; padding-left: 15px; } }
.contact_address .contact_row p { line-height: 24px; font-size: 14px; }

/********************************/
/****Menu Responsive ****************/
.nav_btn_group { display: none; float: right; width: 40px; height: 40px; margin: 12px 0px 0px 20px; margin-right: 0px; padding: 5px; padding-top: 12px; background-color: #00acee; cursor: pointer; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
@media (max-width: 992px) { .nav_btn_group { display: block; } }
.nav_btn_group:hover { background-color: #3252a3; }
.nav_btn_group .nav_btn span { height: 3px; display: block; background-color: #fff; margin-bottom: 4px; border-radius: 10px; }

.mobile_nav { display: none; border-top: solid 1px #13121c; }
@media (max-width: 600px) { .mobile_nav ul { list-style: none; margin: 0px; padding: 0px; }
  .mobile_nav ul li { float: left; margin-left: 10px; }
  .mobile_nav ul li a { display: block; padding: 3px 0px; } }

.mobile_menu { display: none !important; }

/********/
/***** Slider Styles ****/
.home_slider { position: relative; overflow: hidden; }

#particles, #particles2, #particles3 { width: 100%; height: 100%; overflow: hidden; position: absolute; z-index: 2; }

.home_slider .item img { display: block; width: 100%; height: 100%; }

.home_slider .carousel-indicators li { text-indent: 0; margin: 0 2px; width: 14px; height: 14px; border: none; border-radius: 100%; line-height: 14px; color: #fff; border: solid 2px #fff; opacity: 1; margin-right: 36px; font-size: 23px; -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.home_slider .carousel-indicators li:after { content: ''; width: 0; position: absolute; height: 1px; background-color: #fff; right: 0; left: 10px; top: 0; bottom: 0; margin: auto; }

.home_slider .carousel-indicators li.active { border: solid 2px #00acee; background: none; }

.home_slider .carousel-indicators li.active, .home_slider .carousel-indicators li:hover { margin: 0 2px; width: 14px; height: 14px; margin-right: 36px; }

.home_slider .carousel-indicators li.active { position: relative; margin-right: 175px; }
@media (max-width: 1200px) { .home_slider .carousel-indicators li.active { margin-right: 85px; } }
@media (max-width: 767px) { .home_slider .carousel-indicators li.active { margin-right: 55px; } }

.home_slider .carousel-indicators li.active:after { content: ''; width: 153px; position: absolute; height: 1px; background-color: #fff; right: 0; left: 25px; top: 0; bottom: 0; margin: auto; -webkit-transition: all 5s; -moz-transition: all 5s; -o-transition: all 5s; transition: all 5s; }
@media (max-width: 1200px) { .home_slider .carousel-indicators li.active:after { width: 65px; } }
@media (max-width: 767px) { .home_slider .carousel-indicators li.active:after { width: 35px; } }

.carousel-caption { top: 200px; }
@media (max-width: 992px) { .carousel-caption { top: 100px; } }
@media (max-width: 767px) { .carousel-caption { top: 50px; } }
@media (max-width: 600px) { .carousel-caption { top: 30px; } }
@media (max-width: 481px) { .carousel-caption { display: none; } }
.carousel-caption h1 { font-family: Montserrat, Roboto, "sans-serif"; text-transform: uppercase; font-weight: bold; font-size: 50px; line-height: 50px; }
@media (max-width: 992px) { .carousel-caption h1 { font-size: 30px; line-height: 30px; } }
@media (max-width: 767px) { .carousel-caption h1 { font-size: 22px; line-height: 24px; } }
@media (max-width: 600px) { .carousel-caption h1 { font-size: 18px; line-height: 21px; } }
.carousel-caption .flight_border { width: 300px; max-width: 90%; margin: auto; text-align: center; position: relative; }
.carousel-caption .flight_border i { font-size: 18px; }
.carousel-caption .flight_border:before { height: 2px; background-color: #00acee; content: ''; display: block; width: 45%; left: 0px; top: 6px; }
.carousel-caption .flight_border:after { height: 2px; background-color: #00acee; content: ''; display: block; width: 45%; right: 0px; top: 6px; }

ol.carousel-indicators.carousel-indicators-numbers.sds { bottom: 40px; }

.home_slider .sds li { visibility: hidden; }

.home_slider .sds li.active { font-size: 76px; visibility: visible; left: 10px; right: 0; position: absolute; margin: auto; }

.item.active .dds { position: absolute; bottom: 0; right: -11%; left: initial; top: 0; margin: auto; font-size: 120px; width: 111px; text-align: center; opacity: .2; color: #fff; transform: rotateZ(-90deg); -webkit-transform: rotateZ(-90deg); -moz-transform: rotateZ(-90deg); -o-transform: rotateZ(-90deg); }

.carousel-indicators { position: absolute; bottom: 10px; z-index: 15; width: auto; padding-left: 0; margin-left: -30%; text-align: center; list-style: none; top: 0%; transform: rotateZ(-90deg); -webkit-transform: rotateZ(-90deg); -moz-transform: rotateZ(-90deg); -o-transform: rotateZ(-90deg); float: right; right: -105%; }
@media (max-width: 600px) { .carousel-indicators { display: none; } }
@media (max-width: 992px) { .carousel-indicators { width: 300px; height: 30px; top: 0; bottom: 0; margin: auto; left: 76%; right: 0; } }
@media (max-width: 1200px) { .carousel-indicators { width: 400px; height: 30px; top: 0; bottom: 0; margin: auto; left: 76%; right: 0; } }

.slider_extra { background-image: url(../images/slider_extra.png); width: 480px; height: 311px; z-index: 200; top: 0px; left: 0px; background-position: top right; max-width: 100%; }
@media (max-width: 992px) { .slider_extra { height: 240px; background-position: bottom right; } }
@media (max-width: 767px) { .slider_extra { background: none; height: 100px; top: auto; bottom: 10px; } }
.slider_extra .items { position: absolute; right: 270px; top: 30px; }
@media (max-width: 992px) { .slider_extra .items { right: auto; left: 30px; } }
@media (max-width: 767px) { .slider_extra .items { right: auto; left: 30px; } }
@media (max-width: 600px) { .slider_extra .items { bottom: 0px; top: auto; }
  .slider_extra .items img { max-width: 60px; } }
.slider_extra .items.item2 { right: 200px; top: 100px; }
@media (max-width: 992px) { .slider_extra .items.item2 { right: auto; left: 235px; top: 30px; } }
@media (max-width: 767px) { .slider_extra .items.item2 { right: auto; left: 130px; } }
@media (max-width: 600px) { .slider_extra .items.item2 { bottom: 0px; top: auto; left: auto; right: 30px; }
  .slider_extra .items.item2 img { max-width: 40px; } }
.slider_extra .items.item3 { right: 350px; top: 80px; }
@media (max-width: 992px) { .slider_extra .items.item3 { display: none; } }
@media (max-width: 767px) { .slider_extra .items.item3 { display: block; right: auto; left: 200px; top: 20px; } }
@media (max-width: 600px) { .slider_extra .items.item3 { display: none; } }
.slider_extra .slider_icon_show img { width: auto !important; margin: auto !important; }
.slider_extra .slider_icon_show .item { text-align: center; width: 108px; height: 71px; }

.down_arrow { position: absolute; bottom: 100px; margin: auto; left: 0px; right: 0px; z-index: 1000; width: 50px; height: 50px; cursor: pointer; }

.slick-prev, .slick-next { background-color: #00acee; }
.slick-prev:hover:before, .slick-next:hover:before { color: #00acee; }

/********************************************************************
/**********************************************************************/
/* Mobile Menu************/
/********/
.side_menu { background-color: #13121c; position: fixed; padding-bottom: 100px; /*overflow-y:auto !important;*/ overflow-y: hidden !important; right: 0px; top: 0px; z-index: 5002; width: 300px; margin: auto; bottom: 0px; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transform-origin: 50% 0%; -o-transform-origin: 50% 0%; transform-origin: 50% 0%; -moz-transform: translateX(300px); -ms-transform: translateX(300px); -webkit-transform: translateX(300px); transform: translateX(300px); }
.side_menu.menu_shown { -webkit-transform-origin: 50% 0%; -o-transform-origin: 50% 0%; transform-origin: 50% 0%; -moz-transform: translateX(0px); -ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px); }
.side_menu .menu_container { overflow: hidden; position: absolute; height: 100%; width: 100%; left: 0px; }
.side_menu .header { background-color: #13121c; height: 68px; }
.side_menu .header .nav_btn_group { margin-right: 20px; }
.side_menu .main-menu { width: 320px; overflow-y: auto; position: absolute; height: calc(100% - 100px); }
.side_menu ul li { line-height: 48px; color: #fff; border-top: solid 1px #323232; text-transform: uppercase; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
.side_menu ul li a { padding: 0px 28px; color: #fff; display: block; text-decoration: none; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
.side_menu ul li.active a { background: #00acee; /* Old browsers */ }
.side_menu ul li:hover { background: #00acee; /* Old browsers */ }
.side_menu ul li.has-child { padding: 0px; }
.side_menu ul li.has-child > a:after { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; content: "\f107"; position: absolute; right: 30px; top: 16px; }
.side_menu ul li ul { display: none; }
.side_menu ul li ul li { font-size: 12px; color: #cccccc; }
.side_menu ul li ul li a { /*color:darken(#fff, 10%);*/ background-color: #00acee; }
.side_menu ul li ul li a:hover { background: #19274a; /* Old browsers */ }

/********/
.main-menu > li { position: relative; /*&:before{
		position:absolute;
		content:"\f0c0";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		left:20px;
		top:16px;
		z-index:200;
		font-size:18px;
}*/ }

/********/
.menu_overlay { background-color: rgba(0, 0, 0, 0.81); position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto; opacity: 0; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; visibility: hidden; z-index: 5001; }
.menu_overlay.active { visibility: visible; opacity: 1; }

textarea.form-control { height: 80px; }

/******************************************/
/**********Menu Style*/
/* Scss Document */
.dropdown-menu { background: none; box-shadow: none; border: none; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
.dropdown-menu li a { text-transform: uppercase !important; text-align: center; background-color: rgba(255, 255, 255, 0.7); margin-bottom: 4px; line-height: 50px !important; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; color: #000 !important; }

/* Scss Document */
.nav-tabs { display: block; text-align: center; border: none; }
.nav-tabs li { float: none; display: inline-block; margin: 0 1px; font-family: Oswald, "sans-serif"; text-transform: uppercase; }
.nav-tabs li a { background-color: #3e5caa; border-radius: 0; color: #fff; padding: 3px 20px; margin: 0px; border: none; }
.nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs li a:focus { text-decoration: none; background: #00acee; color: #fff; }
.nav-tabs li.active a { background-color: #00acee; border: none; color: #fff; }
.nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus { text-decoration: none; background: #00acee; color: #fff; border: none; }

/* Scss Document */
.scroll-wrapper { overflow: hidden !important; padding: 0 !important; position: relative; }

.scroll-wrapper > .scroll-content { border: none !important; box-sizing: content-box !important; height: auto; left: 0; margin: 0; max-height: none; max-width: none !important; overflow: scroll !important; padding: 0; position: relative !important; top: 0; width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar { height: 0; width: 0; }

.scroll-element { display: none; }

.scroll-element, .scroll-element div { box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible { display: block; }

.scroll-element .scroll-bar, .scroll-element .scroll-arrow { cursor: default; }

.scroll-textarea { border: 1px solid #cccccc; border-top-color: #999999; }

.scroll-textarea > .scroll-content { overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea { border: none !important; box-sizing: border-box; height: 100% !important; margin: 0; max-height: none !important; max-width: none !important; overflow: scroll !important; outline: none; padding: 2px; position: relative !important; top: 0; width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar { height: 0; width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div { border: none; margin: 0; padding: 0; position: absolute; z-index: 10; }

.scrollbar-inner > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x { bottom: 2px; height: 8px; left: 0; width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y { height: 100%; right: 2px; top: 0; width: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_outer { overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div { border: none; margin: 0; overflow: hidden; padding: 0; position: absolute; z-index: 10; }

.scrollbar-rail > .scroll-element { background-color: transparent; }

.scrollbar-rail > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%; }

.scrollbar-rail > .scroll-element .scroll-element_size { background-color: #93c2f8; background-color: #93c2f8; }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size { background-color: #666; background-color: rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element.scroll-x { bottom: 0; height: 12px; left: 0; min-width: 100%; padding: 3px 0 2px; width: 100%; }

.scrollbar-rail > .scroll-element.scroll-y { height: 100%; min-height: 100%; padding: 0 2px 0 3px; right: 0; top: 0; width: 12px; }

.scrollbar-rail > .scroll-element .scroll-bar { background-color: #00acee; width: 10px !important; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; cursor: pointer; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar { box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }

.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 1px; left: -10px; top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }

/* Scss Document */
.inner_slider { height: 364px; background-image: url(../images/inner_slider.jpg); background-size: cover; }
.inner_slider .inner_caption h1 { margin: 0px; font-size: 45px; position: relative; padding-bottom: 5px; color: #fff; padding-top: 150px; text-transform: uppercase; max-width: 450px; }
@media (max-width: 767px) { .inner_slider .inner_caption h1 { font-size: 30px; } }
.inner_slider .inner_caption h1:after { content: ''; height: 2px; width: 120px; background-color: #00acee; display: block; margin-left: 20px; margin-top: 10px; }
.inner_slider .inner_caption h1:before { position: absolute; bottom: 0px; left: 0px; content: "\f072"; color: #fff; width: 13px; height: 13px; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; font-size: 15px; }

/****inner slide****/
.inner_article { padding: 60px 0px; /****Change****/ /********/ }
.inner_article p { text-align: justify; font-size: 15px; line-height: 24px; }
.inner_article p.text-center { text-align: center; }
.inner_article .text-center p { text-align: center; }
.inner_article h3 { font-family: Oswald, "sans-serif"; font-size: 25px; padding-bottom: 15px; }
.inner_article.parts .container { max-width: 100%; width: 1170px; }
.inner_article.parts p { text-align: justify; }

.inner_main_head h5 { font-family: Oswald, "sans-serif"; font-size: 25px; margin-bottom: 0px; font-weight: 300; margin-bottom: 4px; }
.inner_main_head h2 { font-family: Oswald, "sans-serif"; font-size: 40px; border-bottom: solid 2px #00acee; padding-bottom: 15px; margin-top: 0px; display: inline-block; padding-left: 50px; padding-right: 50px; margin-bottom: 40px; position: relative; }
.inner_main_head h2:after { position: absolute; bottom: -14px; left: 0px; right: 0; text-align: center; margin: auto; content: "\f072"; color: #3e5caa; width: 25px; height: 25px; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; line-height: 25px; text-rendering: auto; -webkit-font-smoothing: antialiased; font-size: 15px; background-color: #fff; }

/********/
.about_grids { background-image: url(../images/about_inner.jpg); background-position: 116% 0; background-repeat: no-repeat; background-size: 50% 100%; }
@media (max-width: 992px) { .about_grids { background: none; } }
@media (max-width: 767px) { .about_grids { background-size: cover; background: none; } }

.flex-grid-3 { display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex; flex-wrap: wrap; }
.flex-grid-3 .item { width: 32.333%; padding: 25px; text-align: center; margin: 0.5%; }
@media (max-width: 600px) { .flex-grid-3 .item { width: 49%; } }
.flex-grid-3 .item.contain { background-color: #001a5c; color: #fff; }
.flex-grid-3 .item.contain img { padding-bottom: 15px; }

.about_grids2 { background-image: url(../images/about_inner_bg.jpg); height: 423px; background-size: cover; }
@media (max-width: 992px) { .about_grids2 { height: auto; padding: 50px 0; } }
.about_grids2 .about_dtls { position: absolute; max-width: 1349px; margin: auto; left: 0px; right: 0px; background-image: url(../images/new_about_over1.png); height: 410px; background-position: 100% 0; background-repeat: no-repeat; }
@media (max-width: 992px) { .about_grids2 .about_dtls { background: none; height: auto; position: static; } }
.about_grids2 .about_dtls .flex-grid-3 { margin-top: 50px; padding: 0; }
@media (max-width: 992px) { .about_grids2 .about_dtls .flex-grid-3 { margin: 0; } }
@media (max-width: 481px) { .about_grids2 .about_dtls .flex-grid-3 { max-width: 300px; margin: auto; } }
.about_grids2 .about_dtls .flex-grid-3 .item { padding: 25px 40px; padding-bottom: 0px; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
@media (max-width: 481px) { .about_grids2 .about_dtls .flex-grid-3 .item { width: 100%; } }
@media (max-width: 992px) { .about_grids2 .about_dtls .flex-grid-3 .item { padding: 25px 40px; } }
.about_grids2 .about_dtls .flex-grid-3 .item.contain { background-color: transparent; color: #fff; }
@media (max-width: 992px) { .about_grids2 .about_dtls .flex-grid-3 .item.contain { background-color: #2e5078; } }
.about_grids2 .about_dtls .flex-grid-3 .item.half_item { width: 16.3%; }
@media (max-width: 600px) { .about_grids2 .about_dtls .flex-grid-3 .item.half_item { display: none; } }
.about_grids2 .about_dtls .flex-grid-3.second_item { margin-top: 0px; }
.about_grids2 .about_dtls .flex-grid-3.second_item .item { padding-top: 0px; }
@media (max-width: 992px) { .about_grids2 .about_dtls .flex-grid-3.second_item .item { padding: 25px 40px; } }
.about_grids2 .about_dtls .grid_popus { width: 760px; max-width: 100%; margin: auto; margin-right: 0px; }
@media screen and (max-width: 1240px) { .about_grids2 .about_dtls .grid_popus { margin-right: 40px; } }

/********/
/********/
/********/
/********/
/********/
/********/
/******** Leader ship Team ********/
.leadership_team .team_member { padding-bottom: 20px; margin-bottom: 30px; border-bottom: dashed 1px #ddd; }
.leadership_team .team_member:last-child { border: none; }
.leadership_team .team_member:after { clear: left; content: ''; display: block; }
.leadership_team .team_member .team_pic { float: left; margin: 18px; margin-left: 16px; }
.leadership_team .team_member .team_pic img { border: solid 1px #ccc; }
.leadership_team .team_member h2 { font-family: Oswald, "sans-serif"; background-color: #00acee; width: 600px; max-width: 100%; font-size: 28px; color: #fff; padding: 5px; }
.leadership_team .team_member h2 span { font-size: 18px; }

.alignleft { float: left; margin: 0px 30px 30px 0px; }

.alignright { float: right; margin: 10px 00px 30px 30px; }

/********/
/********/
/*******Quality*/
.full_page_container { max-width: 1360px; margin: auto; width: 100%; }
.full_page_container .content_col { padding-right: 75px; }

.sidebar ul li { margin-bottom: 1px; }
.sidebar ul li a { padding: 15px 30px; color: #3e5caa; font-size: 20px; font-family: Oswald, "sans-serif"; font-weight: 600; display: block; }
.sidebar ul li a:hover { background-color: #3e5caa; color: #fff; text-decoration: none; }
.sidebar ul li.current a, .sidebar ul li.current_page_item a, .sidebar ul li.current-menu-item a { background-color: #3e5caa; color: #fff; }

/********/
.inner_head_style2 h2 { font-family: Oswald, "sans-serif"; font-size: 40px; margin-top: 0px; display: inline-block; padding-right: 50px; margin-bottom: 40px; position: relative; }
.inner_head_style2 h2:before { position: absolute; bottom: 0px; left: 0px; content: ''; background-image: url(../images/flight_blue.png); width: 13px; height: 13px; }

/*************************************************/
/********Parts Page*******************************/
.parts_items { background-image: url(../images/parts_list_bg.jpg); background-position: top; background-size: cover; padding: 60px 0px; }
.parts_items .part_scroller { color: #fff; padding-top: 30px; text-align: center; }
.parts_items .part_scroller > .row { /*display: flex;
width: 1500px;*/ padding-bottom: 30px; width: auto; white-space: nowrap; }
.parts_items .part_scroller > .row > div { width: 250px; display: inline-block; float: none; white-space: normal; }
.parts_items .part_scroller > .row a { color: #fff; }
.parts_items .part_scroller > .row a:hover { color: #00acee; }
.parts_items .part_scroller > .row .fa-long-arrow-right { font-size: 20px; }

/***************************************/
/*********SERVICES**********************/
.service_page h3 { font-size: 30px; padding-bottom: 15px; border-bottom: solid 1px #ccc; }

.sidebar .service_mnu li a { background-image: url(../images/ser_ic_1.png); background-repeat: no-repeat; background-position: 30px -45px; padding-left: 65px; font-size: 18px; }
.sidebar .service_mnu li:nth-child(1) a { background-image: url(../images/ser_ic_1.png); }
.sidebar .service_mnu li:nth-child(2) a { background-image: url(../images/ser_ic_2.png); }
.sidebar .service_mnu li:nth-child(3) a { background-image: url(../images/ser_ic_3.png); }
.sidebar .service_mnu li:nth-child(3) a:hover { background-position: 30px 14px; }
.sidebar .service_mnu li:nth-child(4) a { background-image: url(../images/ser_ic_4.png); }
.sidebar .service_mnu li:nth-child(5) a { background-image: url(../images/ser_ic_5.png); }
.sidebar .service_mnu li:nth-child(6) a { background-image: url(../images/ser_ic_6.png); }
.sidebar .service_mnu li.current a, .sidebar .service_mnu li a:hover, .sidebar .service_mnu li.current-menu-item a { background-position: 30px 16px; }

/*************************************************/
/*******Contact Addres************/
.contact_add { line-height: 24px; }
@media (max-width: 481px) { .contact_add { width: 100%; border-bottom: solid 1px #ccc; margin-bottom: 20px; }
.col-xs-6.col-sm-3.contact_add:last-child { margin-top:-55px !important;border-bottom:0 !important;}
.col-xs-6.col-sm-3.contact_add:nth-child(4) { margin-bottom:-8px !important;border-bottom:0 !important;}
}
.contact_add .contact_header { margin-bottom: 30px; position: relative; }
.contact_add .contact_header h3 { position: absolute; left: 60px; bottom: 0px; margin: 0px; padding: 0px; color: #3e5caa; }
.contact_add .contact_header.newpadd h3 { left: 80px; }
.contact_add .location, .contact_add .fax, .contact_add .phone, .contact_add .email { padding-left: 30px; margin-bottom: 5px; }
.contact_add .location:before, .contact_add .fax:before, .contact_add .phone:before, .contact_add .email:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; left: 0px; top: 4px; font-size: 18px; color: #00acee; content: "\f041"; }
.contact_add .fax:before { content: "\f1ac"; }
.contact_add .phone:before { content: "\f095"; }
.contact_add .email { word-break: break-all; }
.contact_add .email:before { content: "\f003"; }

.contact_enquiry .container { border-top: solid 1px #ccc; padding-top: 50px; }

.sub_header { font-family: Oswald, "sans-serif"; text-align: center; margin-bottom: 30px; font-size: 30px; color: #000; }

.wnq_wrapper { max-width: 970px; margin: auto; padding-bottom: 60px; }

.contact_map { padding: 50px 0px; padding-bottom: 0px; }
.contact_map .container { text-align: center; }
.contact_map .container .map_togles { text-align: center; background-color: #fff; position: relative; margin-bottom: 30px; }
.contact_map .container .map_togles:before { position: absolute; z-index: 1; height: 1px; background-color: #ccc; left: 0px; width: 100%; margin: auto; bottom: 0px; content: ''; top: 0px; }
.contact_map .container .map_togles a { display: inline-block; font-family: Oswald, "sans-serif"; margin: 0px; position: relative; z-index: 2; background-color: #fff; padding: 2px 10px; color: #000; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; font-size: 18px; }
.contact_map .container .map_togles a:hover, .contact_map .container .map_togles a.active { color: #00acee; text-decoration: none; }

.map_container > div { display: none; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
.map_container > div.active { display: block; }
.map_container > div iframe { display: block; }

.logo_section { border-top: solid 1px #ccc; margin-top: 40px; margin-bottom: 30px; }

/********/
.flex-grid-4 { display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex; margin-top: 10px; flex-wrap: wrap; }
@media (max-width: 992px) { .flex-grid-4 { margin-top: 40px; } }
.flex-grid-4 li { width: 32.333%; padding: 25px; text-align: center; margin: 0.5%; text-transform: uppercase; font-weight: bold; min-height: 123px; vertical-align: middle; line-height: 80px; background-color: #3e5caa; color: #fff; position: relative; overflow: hidden; }
.flex-grid-4 li.two_third { width: 65.666%; }
@media (max-width: 992px) { .flex-grid-4 li.two_third { width: 49%; } }
.flex-grid-4 li.full { width: 100%; }
@media (max-width: 992px) { .flex-grid-4 li.full { width: 49%; } }
.flex-grid-4 li.c2 { background-color: #00acee; }
.flex-grid-4 li.cfull { line-height: 26px; }
@media (max-width: 992px) { .flex-grid-4 li { width: 49%; } }
@media (max-width: 600px) { .flex-grid-4 li { width: 49%; } }
.flex-grid-4 li::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0); content: ''; -webkit-transition: -webkit-transform 0.6s; transition: transform 0.6s; -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
.flex-grid-4 li:hover::before { background: rgba(255, 255, 255, 0.5); -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

/********/
.aircrafts { max-width: 100%; width: 1170px; margin: auto; color: #fff; background-color: rgba(0, 0, 0, 0.18); padding: 20px; border: solid 1px #00acee; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
.aircrafts > ul { display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex; flex-wrap: wrap; }
.aircrafts > ul > li { float: left; width: calc(25% - 20px); margin: 10px; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
@media (max-width: 767px) { .aircrafts > ul > li { width: calc(33.3333% - 14px); margin: 7px; } }
@media (max-width: 600px) { .aircrafts > ul > li { width: calc(50% - 14px); margin: 7px; } }
.aircrafts > ul > li a { color: #fff; text-decoration: none; position: relative; display: block; padding: 20px; border: solid 1px rgba(204, 204, 204, 0.15); transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
.aircrafts > ul > li a.expnd:after { content: "+"; font-weight: bold; position: absolute; top: 20px; right: 20px; }
.aircrafts > ul > li ul { display: none; border: solid 1px rgba(204, 204, 204, 0.15); padding: 20px; padding-top: 0px; border-top: none; }
.aircrafts > ul > li ul li { padding-left: 10px; }
.aircrafts > ul > li.active ul { display: block; }
.aircrafts > ul > li.active a { border-bottom: none; color: #00acee; font-weight: bold; }
.aircrafts > ul > li.active a.expnd:after { content: "-"; }
@media (max-width: 481px) { .aircrafts > ul > li { width: calc(100%); margin: 7px 0px; }
  .aircrafts > ul > li a { padding: 10px; }
  .aircrafts > ul > li a.expnd:after { top: 10px; } }
@media (max-width: 600px) { .aircrafts > ul > li a { padding: 10px; }
  .aircrafts > ul > li a.expnd:after { top: 10px; }
  .aircrafts > ul > li ul { padding: 0px; padding-bottom: 10px; } }
.aircrafts h3 { font-size: 18px; margin: 0px; margin-bottom: 10px; font-weight: bold; margin-left: 10px; }

/********/
@media (max-width: 600px) { .parts_items .nav-tabs { width: 100px; float: left; }
  .parts_items .nav-tabs li { display: block; margin: 1px 0px; }
  .parts_items .nav-tabs li a { padding: 5px; }
  .parts_items .tab-content { float: left; width: calc(100% - 100px); } }

/* Scss Document */
/********************************************************************
/**********************************************************************/
/* Comon Media Query ************/
@media screen and (max-width: 1024px) { .footer_block .container h4 { font-size: 30px; }
  .footer_block .mobile_app_selector img { max-width: 160px; } }
@media screen and (max-width: 992px) { .footer_block .mobile_app_selector img { max-width: none; width: auto; height: 45px; margin-left: 5px; margin-top: 0px; }
  .footer_block .mobile_app_selector { padding: 0px; }
  .footer_block .mobile_app_selector img:last-child { width: 130px; } }
@media screen and (min-width: 768px) { .des_home_grid > div:nth-child(3n) { clear: left; } }
@media screen and (max-width: 767px) { .call_us.coming { width: 130px; }
  .soon .top_row { padding: 6px 15px; }
  .dev p { text-align: center; }
  .plan_guide .slick-slide img { display: inline-block; }
  .footer_block .container h4 { font-size: 20px; }
  .footer .socials a:nth-child(4) { margin-right: 6px; }
  .quality_slider { padding: 0px 20px; } }
@media screen and (max-width: 600px) { .hidden_smart, .list-inline .hidden_smart { display: none; }
  .home_planner.enquiry .row .col-xs-6 { width: 100%; }
  .smart_full { width: 100%; }
  .smart_full .exclude { padding: 0px; padding-top: 20px; }
  .smart_full .exclude .custom_check { width: 50%; float: left; }
  .footer_block .mobile_app_selector img { float: none; display: inline-block; }
  .footer_block .mobile_app_selector { text-align: center; padding-top: 10px; }
  .footer_block .container h4 { text-align: center; }
  .footer_block { padding-top: 0px; }
  .footer .copy_right p { text-align: center; }
  .testimoni .container .testimonials .content_cover { padding: 20px; }
  .top-menu { float: right; }
  .top-menu li { float: left; line-height: 30px; }
  .mobile_menu { display: block !important; }
  .dev_text { text-align: center !important; } }
@media screen and (max-width: 480px) { .logo_footer { width: 150px; }
  .mob-full { width: 100%; }
  .footer .copy_right img { float: none; display: block; margin: auto; }
  .hm_news_content { width: 100%; } }
