@charset "UTF-8";
@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);

/* ************************************************************ */
/* ************************ RESET CSS ************************* */
/* ************************************************************ */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}img{display:block;margin:0px;}


/* ************************************************************ */
/* ********************* DEFAULT SETTING ********************** */
/* ************************************************************ */

html, body { color: #000000; background: #FFF; font-family: Arial; font-size: 14px; font-weight: 100; line-height: 30px; letter-spacing: 1px; }


/* ************************************************************ */
/* ************************* TITLE **************************** */
/* ************************************************************ */

h1, h2, h3, h4 { font-weight: 100;}
h1 { margin-bottom: 30px; font-size: 38px; color: #111; line-height: 40px; }
h2 { margin-top: 30px; margin-bottom: 40px; text-align: left; font-size: 40px; color: #000; line-height: 45px; font-weight: 700; }
h3 { margin-top: 10px; margin-bottom: 20px; padding-top: 10px; text-transform: uppercase; font-size: 28px; font-weight: 700; color: #000; line-height: 30px; }
h4 { margin-top: 10px; margin-bottom: 20px; padding-top: 10px; text-transform: uppercase; font-size: 22px; font-weight: 700; color: #000; line-height: 30px; }
b { font-family: BCSans; font-weight:700 }
.bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue a { color: #FFF; }

.content_box { padding: 50px 0px 20px 0; text-align: center; font-size: 40px; font-weight: 700; line-height: 45px; }
.content_box_white { padding: 50px 0px 20px 0; text-align: center; font-size: 40px; font-weight: 700; line-height: 45px; }
.page_slogan { margin-top: 0px; margin-bottom: 35px; padding-top: 10px; text-align: center; font-size: 27px; font-weight: 300; color: #000; line-height: 30px; }

p { margin: 0 0 30px; }

a { color: #23085a; }
a.disabled { pointer-events: none; }
/* a:link img:hover { opacity: 1; } */
a:hover, a.current { color: #444444; opacity: 1; }

img { max-width: 100%; }
.sm-form { max-width: 800px; margin: 0 auto; }
.sm-form label.col-form-label { text-align: left; text-transform: uppercase; font-weight: 500; }
input[type=text].form-control, input[type=password].form-control, input[type=email].form-control, textarea.form-control {  }

.sm-form .btn.btn-custom { margin-top: 10px; text-transform: uppercase; font-weight: 500; }
.sm-form .black_link a { color: #000; font-weight: 500; }
.sm-form .black_link a:hover { color: #e0b917; }
.sm-form .bootstrap-select .btn.dropdown-toggle { padding: .7rem .75rem; background-color: #FFF; border-radius: 0px; border: 1px solid #ced4da; }
.no_image { width: 120px; }
label.required:after { margin-left: 3px; content: '*'; color: #e04c1e; }

.bg-white { background-color: #FFF; }
.bg-blue { color: #FFF; }
.font-red { color: #e31837; font-weight: 700; }
.font-dark { color: #000; font-weight: 700; }
.dark_background { background: rgba(51, 51, 51, 0.67); z-index: 500; }
.full_screen { width: 100%; height: 100%; padding: 80px 15px; position: fixed; text-align: center; top: 0; left: 0; z-index: 700; display: none; }
.placeholder_grey::placeholder { color: #ccc; }
.header_padding { height: 64px; }
a.dropdown-item.active, a.dropdown-item:active { background-color: #e0b917; color: #FFF; }

.error_message { padding-bottom: 20px; }
.error_message ul li { color: #b40000; }
#sticky_header { z-index: 10 !important; }

/* ************************************************************ */
/* ************************ FORM ERROR ************************ */
/* ************************************************************ */

.error { border: 2px solid #f14545 !important; }
label.error { color: #f14545; border: none !important; }
.form_error input[type=text], .form_error input[type=password], .form_error select, .form_error textarea, .form_error input[type=radio] { border: solid 1px #f14545; }
.btn { box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4); }
.btn.btn-custom { min-width: 300px; padding: 15px 50px; color: #FFF; background-color: #23085a; font-size: 18px; font-weight: 500; border: 1px #23085a solid; border-radius: 50px; text-decoration: none; }
.btn.btn-custom:hover, .btn.btn-custom:active:focus { background-color: #2e0580; color: #FFF; border: 1px #2e0580 solid; }

.btn.btn-red { min-width: 300px; padding: 15px 50px; color: #FFF; background-color: #e31837; font-size: 18px; font-weight: 500; border: 1px #e31837 solid; border-radius: 50px; text-decoration: none; }
.btn.btn-red:hover, .btn.btn-red:active:focus { background-color: #e31837; color: #FFF; border: 1px #e31837 solid; }

.btn-info:hover { background-color: #e0b917; border-color: #e0b917; }
.btn-cancel { background-color: #f3f3f3 !important; border-color: #f3f3f3 !important; }
.btn-dark { background-color: #252525 !important; border-color: #252525 !important; color: #FFF !important; }
.btn-full {width: 100%;}
.btn+.btn.second_btn { margin-left: 20px; }
textarea.form-control { height: 200px; }
.tab-content { margin-bottom: 30px; padding-top: 30px; background: #FFF; }
.tab-pane { padding-left: 15px; padding-right: 15px; }
.form-check-input { float: none !important; box-shadow: 3px 3px 5px rgba(67, 67, 67, 0.1); }
.form-select { height: 41px; background-color: #e5e5e5; color: #777; box-shadow: 3px 3px 5px rgba(67, 67, 67, 0.2); border-radius: 0; border: none; }

/* ************************************************************ */
/* *********************** PAGE LAYOUT ************************ */
/* ************************************************************ */

main .pagination { border-radius: 0px; }
main .pagination li.page-item { margin-left: 3px; margin-right: 3px; }

main .pagination li.active>div, .paginator ul li>div:hover { color: #FFF;  }
main .pagination>li:first-child>div.page-link { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
main .pagination>li:last-child>div.page-link { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
main .pagination>li>div.page-link { color: #000; border-color: #000; }
main .pagination>.disabled>div.page-link { color: #ccc; border-color: #ccc; }
main .pagination>.active>div.page-link { background-color: #c60c0c; border-color: #c60c0c; color: #FFF; }
main .page_subtitle { margin-top: 10px; margin-bottom: 30px; text-transform: uppercase; font-size: 25px; color: #111; line-height: 45px; }
.row { margin-bottom: 0; }

.slick-list { padding-bottom: 30px; }
.slick-dots { left: 0; }
.slick-dots li button:before { width: 13px; height: 13px; content: ''; background: #ccc; opacity: 1; }
.slick-dots li.slick-active button:before { background: #e0b917; }
.carouselHeaderBanner.header_banner .slick-dots { bottom: 40px; }
.carouselHeaderBanner.header_banner .slick-dots li button:before { width: 25px; height: 3px; background: #FFF; opacity: 1; }
.carouselHeaderBanner.header_banner .slick-dots li.slick-active button:before { background: #e0b917; }
.carouselHeaderBanner.header_banner.slick-dotted.slick-slider { margin-bottom: 0; }

.positive-relative { position: relative; }
.positive-relative video { width: 100%; }
.full-height-80 { min-height: 80vh; padding-top: 30px; padding-bottom: 30px; position: relative;align-items: center;display: flex;justify-content: center; }
.border-top-white { border-top: 2px #FFF solid; }

#systemMessageModal .modal-dialog { max-width: 550px; }
#systemMessageModal .modal-body { font-size: 15px; line-height: 18px; }

/* ************************************************************ */
/* ************************** HEADER ************************** */
/* ************************************************************ */

.drawer-overlay { background-color: rgba(0, 0, 0, 0.64); }

.font-brown { color: #b08c2f; }
.font-red { color: #d42b29; }
header #header_middle #company_logo a .company_name .font-brown { font-size: 18px; font-weight: 700; }

header #header_middle .menu_icon { vertical-align: middle; display: inline-block; }
header #header_middle .menu_icon .menu_icon_container { text-align: right; vertical-align: middle; display: table-cell; }
header #header_middle .menu_icon .menu_icon_container .menu_icon_bar { width: 30px; cursor: pointer; }
header #header_middle .menu_icon .menu_icon_container .menu_icon_bar > div { height: 2px; background-color: #b08c2f; margin: 10px 0; transition: 0.4s; }
header #header_middle .menu_button .show_menu { display: inline; cursor: pointer; }


#closebtn { width: 32px; height: 32px; position: fixed; top: 10px; left: 330px; z-index: 1100; cursor: pointer; display: none; }
#closebtn:before, #closebtn:after { position: absolute; left: 15px; content: ' '; height: 33px; width: 2px; background-color: #FFF; }
#closebtn:before { transform: rotate(45deg); }
#closebtn:after { transform: rotate(-45deg); }

.header_banner { margin-left: calc(var(--bs-gutter-x)/ -2); margin-right: calc(var(--bs-gutter-x)/ -2); background: #23085a; position: relative; box-shadow: 3px 3px 5px rgba(67, 67, 67, 0.2); }
.header_banner img { width: 100%; }

.page_banner { margin-left: -15px; margin-right: -15px; background: #23085a; position: relative; box-shadow: 3px 3px 5px rgba(67, 67, 67, 0.2); }
.page_banner img { width: 100%; }
.page_banner .carouselHeaderBanner .slider-hero-images img { width: 100vw; height: 400px; object-fit: cover; }

/* ************************************************************ */
/* ************************** MODAL *************************** */
/* ************************************************************ */

.modal-content { border-radius: 0; }
.modal-footer button.btn { border-radius: 0; }
.modal-footer button.btn.btn-primary { background-color: #e0b917; border-color: #e0b917; }

/* ************************************************************ */
/* ************************* HOMEPAGE ************************* */
/* ************************************************************ */


main .form-control { padding: .7rem .75rem; border-radius: 0; }
main { min-height: 700px; }
.full_section.col-xs-12 { padding-left: 0; padding-right: 0; }
.home_gallery { padding-bottom: 50px; }
#home_Carousel .carousel-inner { height: 520px; }
.carousel-indicators { z-index: 1; }
#home_Carousel .carousel-indicators li { width: 15px; height: 15px; margin: 0 2px; background-size: 100% auto; border: none; background-color: transparent; }
#home_Carousel .carousel-indicators li.active { background-size: 100% auto; }
#home_Carousel .carousel-inner div {
	height: 100%;
	-moz-background-size:cover;			/*for Firefox*/
	-webkit-background-size:cover;		/*for Google Chrome、Safari*/
	-o-background-size:cover;			/*for Opera*/
	background-size: cover;				/*for IE*/
}
.header_banner .carouselHeaderBanner .slider-hero-images img { width: 100vw; height: 600px; object-fit: cover; }
#home_Carousel .carousel-inner .carousel-item a { width: 100%; height: 100%; display: block; }
#carouselHeaderBanner .carousel-inner .carousel-item img { width: 100vw; height: 600px; object-fit: cover; }
.header_banner > .container > .row > .col-12 { position: relative; }
.header_banner > .container > .row > .col-12 .content_circle { position: absolute; color: #FFF; text-align: center; font-size: 25px; font-weight: 700; line-height: 30px; top: 50px; left: 30px; }
.header_banner > .container > .row > .col-12 .content_circle .quote-wrapper { width: 250px; height: 250px; position: relative; }
.header_banner > .container > .row > .col-12 .content_circle .quote-wrapper blockquote { width: 100%; height: 100%; padding: 20px 30px; margin: 0; position: relative; background: radial-gradient(ellipse at center, rgba(179, 5, 25, 0.85) 0%, rgba(179, 5, 25, 0.85) 70%, rgba(179, 5, 25, 0) 70.3%); }
.header_banner > .container > .row > .col-12 .content_circle .quote-wrapper blockquote::before {}

.header_banner > .content_bar { width: 100%; padding: 15px 15px; position: absolute; background: rgba(179, 5, 25, 0.85); color: #FFF; font-size: 20px; font-weight: 700; bottom: 0; left: 0; }

.taken_test_option { display: none; }

.form-group .alert.alert-success { color: #000; background-color: #f6f6f6; border-radius: 0; border: 1px #e31837 solid; }

/* ************************************************************ */
/* *************************** NEWS *************************** */
/* ************************************************************ */



/* ************************************************************ */
/* *************************** LOGIN ************************** */
/* ************************************************************ */

#loginDiv .fb_login_button.btn.btn-success { padding: 10px 30px; background: #4267b2; font-weight: 500; border-color: #4267b2; }
#loginDiv .fb_login_button.btn.btn-success span+span { margin-left: 20px; }
nav.signin_nav .nav-tabs { border-bottom: none; }
nav.signin_nav .nav-tabs .nav-item { width: 50%; margin-bottom: 30px; padding-bottom: 0; text-transform: uppercase; font-size: 18px; color: #111; line-height: 45px; border-top: none; border-bottom: 3px #ebebeb solid; border-left: none; border-right: none; }
nav.signin_nav .nav-tabs .nav-item.active { border-bottom: 3px #e0b917 solid; }


/* ************************************************************ */
/* ************************* CONTACT ************************** */
/* ************************************************************ */

.contact_headline { padding-bottom: 5px; color: #333; font-size: 21px; font-weight: 900; }
.contact_headline span { color: #e0b917; }
.gmap_canvas {  }

/* ************************************************************ */
/* ************************* CHECKOUT ************************* */
/* ************************************************************ */

#paypal-button .zoid-outlet > iframe.zoid-component-frame { z-index: 1 !important; }

/* ************************************************************ */
/* ************************* LAZY LOAD ************************ */
/* ************************************************************ */

img[lazy=loading]{

}
img[lazy=loaded]{
  animation:fade 0.5s;
}
img{
  transition:all 0.5s;
  display: block;
  margin: 0 auto;
}

@keyframes fade {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

/* ************************************************************ */
/* ************************** FOOTER ************************** */
/* ************************************************************ */

footer { padding-top: 30px; padding-bottom: 30px; background-color: #000; color: #FFF; }

footer .footer_menu .d-block > .footer_menu_headline { cursor: pointer; }


footer .footer_right { font-weight: 500; }
footer .footer_social_media { padding-top: 10px; padding-bottom: 15px; text-align: left; }
footer .footer_social_media a { margin-right: 15px; color: #969696; }
footer .footer_right .footer_subscription { background: #e0b917; text-align: center; font-size: 16px; }
footer .footer_right .footer_subscription a { padding: 12px 20px; color: #FFF; display: block; }

footer .footer_top { margin-bottom: 20px; padding-top: 10px; color: #FFF; font-size: 16px; font-weight: 700; }
footer .footer_top img { height: 40px; margin: 0 auto 30px 0; }

footer .footer_middle { margin-top: 40px; height: 40px; background: #FFF; }
footer .footer_bottom { padding-bottom: 15px; color: #FFF; font-size: 11px; line-height: 14px; }
footer .footer_bottom a { color: #d42b29; font-weight: 700; }

.copyright { padding-top: 5px; padding-bottom: 5px; text-align: right; line-height: 18px; }
.copyright a { color: #f24d85; }
.copyright a:hover { color: #d7205e; }
.input-group > .ui-textinput.ui-corner-all { width: 1%; margin-bottom: 0; position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }
.ui-loader { display:none !important; }

/* ************************************************************ */
/* ********************** OTHER ELEMENT *********************** */
/* ************************************************************ */

.debug { display: none; width: 100%; padding: 30px; background-color: #fff; color: #000; font-size: 20px; }

/* Non-standard - allows support for opacity on image hover. Supports (IE6+, FF, Webkit)*/
a:hover img    { filter: alpha(opacity=85); -moz-opacity: .85; opacity: .85; }

hr { width: 50px; margin: 30px auto; border-top: solid 1px #595a5c; }
.slick_container { position: relative; }
.slick_container ul.arrow_container { width: 100%; margin-top: -5%; position: absolute; top: 50%; }
.slick_container ul.arrow_container li { width: 40px; height: 40px; position: absolute; cursor: pointer; }
.btn_prev { background-image: url('../images/previous.svg'), none; background-repeat: no-repeat; left: 0px; }
.btn_next { background-image: url('../images/next.svg'), none; background-repeat: no-repeat; right: 0px; }

/* Clearing floats */
div.clear { clear: both; overflow: hidden; height: 0px; }

@media (max-width: 1199px) {
	.header_banner .carouselHeaderBanner .slider-hero-images img, #carouselHeaderBanner .carousel-inner .carousel-item img { height: 500px; }
	#home_Carousel .carousel-inner { height: 450px; }
	.page_banner .carouselHeaderBanner .slider-hero-images img { height: 300px; }
}

@media (max-width: 991px) {
	h2 { font-size: 30px; line-height: 35px; }
}

@media (max-width: 767px ) {
	h2 { margin-bottom: 30px; font-size: 24px; line-height: 28px; }
}

