@charset "UTF-8";

@font-face {
font-family: 'Gill Sans MT Condensed';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT Condensed'), url('../static/fonts/Gill+Sans+MT/GILC____.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans MT Condensed Bold';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT Condensed Bold'), url('../static/fonts/Gill+Sans+MT/Gill Sans MT Condensed Bold.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans MT Ext Condensed Bold';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT Ext Condensed Bold'), url('../static/fonts/Gill+Sans+MT/GLSNECB.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans MT';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT'), url('../static/fonts/Gill+Sans+MT/GIL_____.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans MT Italic';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT Italic'), url('../static/fonts/Gill+Sans+MT/GILI____.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans MT Light';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT Light'), url('../static/fonts/Gill+Sans+MT/Gill Sans MT Light.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans MT Light Italic';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT Light Italic'), url('../static/fonts/Gill+Sans+MT/Gill Sans MT Light Italic.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans MT Bold';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT Bold'), url('../static/fonts/Gill+Sans+MT/GILB____.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans MT Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT Bold Italic'), url('../static/fonts/Gill+Sans+MT/GILBI___.woff') format('woff');
}

@font-face {
    font-family: "Helvetica Neue";
    src: url('../static/fonts/helveticaneue/helveticaneue.eot');
    src: url('../static/fonts/helveticaneue/helveticaneue.eot?#iefix') format('embedded-opentype'),
         url('../static/fonts/helveticaneue/helveticaneue.woff') format('woff'),
         url('../static/fonts/helveticaneue/helveticaneue.ttf') format('truetype'),
         url('../static/fonts/helveticaneue/helveticaneue.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MYuenHK-Medium-Roman";
    src: url('../static/fonts/MYuenHK-Medium-Roman/MYuenHK-Medium.eot');
    src: url('../static/fonts/MYuenHK-Medium-Roman/MYuenHK-Medium.eot?#iefix') format('embedded-opentype'),
         url('../static/fonts/MYuenHK-Medium-Roman/MYuenHK-Medium.woff') format('woff'),
         url('../static/fonts/MYuenHK-Medium-Roman/MYuenHK-Medium.ttf') format('truetype'),
         url('../static/fonts/MYuenHK-Medium-Roman/MYuenHK-Medium.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ************************************************************ */
/* ************************ 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: #696969; background: #FFF; font-family: 'Noto Sans TC', 'Microsoft JhengHei'; font-size: 14px; font-weight: 200; line-height: 24px; letter-spacing: 1px; }


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

h1, h2, h3, h4 { font-weight: 100;} 
h1 { margin-bottom: 30px; font-size: 38px; color: #111; line-height: 40px; }
h2 { text-transform: uppercase; text-align: center; font-size: 25px; font-weight: 700; color: #45916d; line-height: 45px; }
h2 span { color: #666666; }
h3 { padding-bottom: 40px; position: relative; text-transform: uppercase; text-align: left; font-size: 20px; font-weight: 700; color: #FFF; vertical-align: bottom; display: table-cell; }
h4 { padding-top: 10px; padding-bottom: 30px; position: relative; text-transform: uppercase; text-align: center; font-size: 20px; font-weight: 700; color: #666666; }
.home_subtitle { width: 100%; margin-bottom: 30px; position: relative; text-align: center; display: table; }
.home_subtitle_container { width: 330px; margin: 0 auto; position: relative; display: table-cell; }
.home_subtitle_arrow_left { margin: 0 0 0 auto; }
.home_subtitle_arrow_right { margin: 0 auto 0 0; }
.under_subtitle { color: #7a7a7a; text-align: center; font-weight: 300; }
.modal-title { padding-top: 10px; position: relative; text-transform: uppercase; text-align: center; font-size: 20px; font-weight: 700; color: #666666; }

p { margin: 0 0 5px; }
table.no_border_table { width: 100%; border: none; }
table.no_border_table tr, table.no_border_table td { border: none; }
table.no_border_table td { padding-left: 15px; padding-right: 15px; }

a { color: #696969; text-decoration: none; }
a:link { text-decoration: none; }
a.disabled { pointer-events: none; }
/* a:link img:hover { opacity: 1; } */
a:hover, a.current { color: #45916d; opacity: 1; }

img { max-width: 100%; margin: 0 auto; }
.sm-form { max-width: 800px; margin: 0 auto; }
.sm-form label.col-form-label { text-align: left; text-transform: uppercase; font-weight: 700; }
.sm-form input[type=text].form-control, form.sm-form input[type=password].form-control, form.sm-form input[type=email].form-control, form.sm-form textarea.form-control { margin-bottom: 10px; border-radius: 0; }
.sm-form .btn.btn-custom { margin-top: 10px; text-transform: uppercase; font-weight: 700; }
.sm-form .black_link a { color: #000; font-weight: 700; }
.sm-form .black_link a:hover { color: #0a425b; }
.sm-form label.col-form-label.required:after { margin-left: 3px; content: '*'; color: #e04c1e; }
.sm-form .bootstrap-select .btn.dropdown-toggle { padding: .7rem .75rem; background-color: #FFF; border-radius: 0px; border: 1px solid #ced4da; }
.no_image { width: 120px; }

.font-green { color: #45916d; }
.bg-white { background-color: #FFF; }
.bg-grey { background-color: #f3f3f3; }
.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: #0a425b; color: #FFF; }
.services_bg { background: url('../images/services_bg.png') center center no-repeat; background-size: cover; }

/* ************************************************************ */
/* ************************ 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.btn-custom { padding: 6px 60px; color: #FFF; background-color: #45916d; font-size: 16px; border-radius: 50px; }
.btn.btn-custom:hover, .btn.btn-custom:active:focus { background-color: #57ac84; color: #FFF; }
.btn.btn-payment { width: 100%; padding: 10px 60px; color: #FFF; background-color: #2fb42e; font-size: 15px; border-radius: 5px; display: block; }
.btn.btn-payment:hover, .btn.btn-payment:active:focus { background-color: #34cc34; }
.btn.btn-buy { width: 100%; padding: 10px 60px; color: #FFF; background-color: #45916d; font-size: 15px; border-radius: 5px; display: block; }
.btn.btn-paid { width: 100%; padding: 10px 60px; color: #FFF; background-color: #ccc; font-size: 15px; border-radius: 5px; display: block; }
.btn.btn-search { width: 100%; padding: 5px 60px; color: #FFF; background-color: #45916d; border-radius: 5px; display: block; }
textarea.form-control { height: 200px; }
/* COMMENT PART */
#loginDiv .fb_login_button.btn.btn-success { padding: 10px 30px; background: #4267b2; font-weight: 700; 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; font-family: 'Gill Sans MT Bold'; 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 { background: none; border-top: none; border-left: none; border-right: none; border-bottom: 3px #45916d solid; }
.signin_form .input-group-text { background-color: #FFF; }
.signin_form .btn.btn-custom:hover, .signin_form .btn.btn-custom:active:focus { background-color: #db241c; }

main select.form-control:not([size]):not([multiple]) { height: 43px; background-color: #FFF; /* -moz-appearance: none; -webkit-appearance: none; appearance: none; */ }

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

main .pagination { border-radius: 0px; }
main .pagination li.active>div, .paginator ul li>div:hover { color: #FFF;  }
main .pagination>li:first-child>div.page-link { border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
main .pagination>li:last-child>div.page-link { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
main .pagination>li>div.page-link { color: #45916d; border-color: #45916d; }
main .pagination>.disabled>div.page-link { color: #777; border-color: #45916d; }
main .pagination>.active>div.page-link { background-color: #45916d; border-color: #45916d; color: #FFF; }
main .page_subtitle { margin-top: 10px; margin-bottom: 30px; font-family: 'Gill Sans MT Bold'; text-transform: uppercase; font-size: 25px; color: #111; line-height: 45px; border-bottom: 1px #ebebeb solid; }
.row { margin-bottom: 0; }
main .container-7 { padding-left: 7px; padding-right: 7px; }

.slider-for.carouselHeaderBanner .slick-dots { bottom: 25px; }
.slider-for.carouselHeaderBanner .slick-dots li button:before { color: #FFF; font-size: 15px; }
.slider-for.carouselHeaderBanner .slick-dots li.slick-active button:before { font-size: 15px; }

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

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

header { /* position: fixed; width: 100%; */ background: #FFF; /* top: 0; left: 0; overflow: hidden; z-index: 100; */ }
header .navbar-default { background: none; border: none; }
header #header_top { padding-top: 10px; padding-bottom: 10px; color: #FFF; background: #45916d; /* border-image: linear-gradient(to left, #a89350 0%, #0a425b 100%); border-image-slice: 1; border-top-width: 12px; */ }
header #header_top ul { display: inline-block; }
header #header_top ul li { display: inline-block; }




header #header_middle { padding-top: 10px; padding-bottom: 10px; color: #FFF; background: #45916d; }
header #header_middle .header_menu ul li a:after{
  content: '';
  position: absolute;
  width: 0; height: 3px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #fff;
  transition: width .5s ease;
  -webkit-transition: width .5s ease;
}
header #header_middle .header_menu ul li a:hover:after{ width: 100%; left: 0; background: #333; }
header #header_middle .header_menu ul li a.lang_active, header #header_top .header_menu ul li a:hover { color: #0a425b; }
header #header_middle .header_middle_right .dropdown .dropdown-menu { left: auto !important; right: 0; }


header #header_middle .container>.row>.col-12 { display: table; }
header #header_middle .header_middle_left { vertical-align: middle; display: table-cell; }
header #header_middle .header_middle_right { text-align: right; vertical-align: middle; display: table-cell; }
header #header_middle .header_middle_right ul { text-align: right; }
header #header_middle .header_middle_right ul li { text-align: right; display: inline-block; }
header #header_middle .header_middle_right ul li:after { content: '|'; margin-right: 5px; padding-left: 10px; }
header #header_middle .header_middle_right ul li:last-child:after { content: none; margin-right: 0; padding-left: 10px; }
header #header_middle .header_middle_right ul li>a { color: #FFF; }
header #header_middle .header_middle_right .lang_selector { cursor: pointer; }
header #header_middle .header_middle_right .lang_selector img { display: inline-block; }
header #header_middle .header_middle_right .lang_selector .dropdown-menu { transform: none !important; top: 33px !important; }
header #header_middle .header_middle_right .lang_selector .dropdown-item { color: #FFF; }
header #header_middle .menu_button { margin-top: 11px; text-align: left; }
header #company_logo { padding-top: 7px; }
header #company_logo a { display: block; }
header #company_logo a img { max-height: 50px; margin: 0 auto; display: inline; }
header #header_middle #company_logo a img+img { margin-left: 10px; }
header #header_middle .shopping_cart_icon { text-align: right; vertical-align: middle; display: table-cell; }
header #header_middle .shopping_cart_icon .shopping_cart_icon_container { vertical-align: middle; }
header #header_middle .shopping_cart_icon a { position: relative; color: #000; display: block; }
header #header_middle .shopping_cart_icon a .icon { width: 40px; height: 40px; }
header #header_middle .shopping_cart_icon a .shopping_cart_icon_qty { width: 20px; height: 20px; position: absolute; background: #c4808c; font-size: 12px; line-height: 20px; text-align: center; color: #FFF; border-radius: 30px; top: -5px; right: -5px; }

header #header_bottom { padding-top: 10px; padding-bottom: 10px; background: #FFF; text-align: center; box-shadow: 0px 3px 4px #e4e4e4; }
header #header_bottom ul { padding-top: 10px; display: inline-block; }
header #header_bottom ul li { margin: 0px 20px; padding-bottom: 10px; text-transform: uppercase; display: inline-block; }
header #header_bottom ul li a { margin-bottom: 10px; padding: 15px 0px 5px; letter-spacing: 1px; line-height: 33px; color: #696969; font-weight: 300; }
header #header_bottom ul li a.current_page_item { color: #45916d; border-bottom: 3px #45916d solid; }
header #header_bottom ul li a:hover { color: #45916d; }
header .search_button { padding-top: 8px; text-align: right; }
header .search_button img { height: 35px; display: inline; cursor: pointer; }
header .search_container { position: relative; }
header .search_container .dropdown-menu { width: 300px; padding: 0; background: #efefef; border-radius: 0; top: 11px !important; left: auto !important; right: 0px; border: 1px #45916d solid; }
header .search_container .dropdown-menu input[type=text] { width: 260px; padding: 5px 10px; background: none; border-radius: 0; vertical-align: middle; display: table-cell; }
header .search_container .dropdown-menu button { width: 38px; background: none; border: none; vertical-align: middle; display: table-cell; cursor: pointer; }
header .search_container>img { cursor: pointer; }

.dropdown>.dropdown-menu { padding: 0; background: #504146; color: #FFF; border-radius: 0; border: none; top: 200%; transition: 0.3s all ease-in-out; }
header #header_bottom .dropdown>.dropdown-menu a { margin-bottom: 0; padding: 10px 15px; color: #FFF; }
.dropdown>.dropdown-menu>.dropdown-item.active, .dropdown>.dropdown-menu>.dropdown-item:hover, .dropdown>.dropdown-menu>.dropdown-item:active { background: #c82a21; }
.dropdown>.dropdown-menu>a.dropdown-item.active, .dropdown>.dropdown-menu>a.dropdown-item:hover, .dropdown>.dropdown-menu>a.dropdown-item:active { background: #c82a21; }
#header_bottom .dropdown:hover>.dropdown-menu { display: block; top: 30px; left: -20px; }

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


/* ********* MOBILE MAIN MENU ********** */
header #header_bottom #main_menu_m { width: 100%; height: 100%; padding: 80px 15px; position: fixed; background: rgba(255,255,255,0.97); text-align: center; top: 0; left: 0; overflow: scroll; display: none; z-index: 15; }
header #header_bottom #main_menu_m #main_menu_m_container { width: 100%; height: 100%; display: table; }
header #header_bottom #main_menu_m #main_menu_m_container span { vertical-align: middle; display: table-cell; }
header #header_bottom #main_menu_m #main_menu_m_container span ul { display: none; }
header #header_bottom #main_menu_m #main_menu_m_container #language_selector_m ul { text-align: center;  }
header #header_bottom #main_menu_m #main_menu_m_container #language_selector_m ul li { text-align: center; display: inline-block; }
header #header_bottom #main_menu_m #main_menu_m_container #membership_button_m ul { text-align: center; }
header #header_bottom #main_menu_m #main_menu_m_container #membership_button_m ul li { text-align: center; display: inline-block; }
header #header_bottom #main_menu_m ul li { text-align: center; font-size: 14px; margin: 10px 5px; font-weight: 400; display: block; }
header #header_bottom #main_menu_m ul li a { padding: 10px; color: #333; font-weight: 700; line-height: 32px; }
header #header_bottom #main_menu_m ul li a.parent_menu_item:before { margin-right: 10px; content: '+'; }
header #header_bottom #main_menu_m ul li a:hover { color: #333; }
header #header_bottom #main_menu_m .menu_icon { width: 30px; padding-top: 3px; vertical-align: middle; display: table-cell; }
header #header_bottom #main_menu_m .menu_icon .cancel_menu { width: 40px; text-align: center; cursor: pointer; }
header #header_bottom .menu_icon .show_menu { padding-top: 13px; text-align: right; }
header #header_bottom .menu_icon .menu_icon_container { text-align: right; display: table-cell; vertical-align: middle; }
header #header_bottom .menu_icon .menu_icon_bar { width: 30px; cursor: pointer; display: inline-block; }
header #header_bottom .menu_icon .menu_icon_bar > div { height: 2px; background-color: #333; margin: 6px 0; transition: 0.4s; }

#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); }

.container-big { max-width: 1500px; margin: 0 auto; }

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

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

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

.normal_page_header { position: relative; }
.normal_page_header .image_container img { height: 400px; object-fit: cover; }

main { min-height: 700px; }
main.page_bg { background: url('../images/bg.png') center center no-repeat; background-size: cover; }
main .form-control { padding: .7rem .75rem; border-radius: 0; }
main .responsive_container, header .responsive_container {  }
.full_section.col-12 { padding-left: 0; padding-right: 0; }
.no-padding { 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 img { width: 100%; }
.header_banner .carouselHeaderBanner .slider-hero-images { /* margin: 0px 5px; width: 1200px; */ }
.header_banner>.container .carouselHeaderBanner .slider-hero-images, .header_banner>.container .carouselHeaderBanner .slider-hero-images .slider-hero-images-banner, .header_banner>.full-width-container .carouselHeaderBanner .slider-hero-images, .header_banner>.full-width-container .carouselHeaderBanner .slider-hero-images .slider-hero-images-banner { height: 600px; }
/*
.header_banner>.container-fluid .carouselHeaderBanner .slider-hero-images { height: 100vh; }
.header_banner>.container-fluid .carouselHeaderBanner .slider-hero-images .slider-hero-images-banner { height: 100vh; }
*/
.header_banner .carouselHeaderBanner .slider-hero-images .slider-hero-images-banner { width: 100%; background-size: cover; background-position: center center; }
.header_banner .carouselHeaderBanner .slider-hero-images .slider-hero-content { color: #0a425b; font-size: 45px; font-family: 'Gill Sans MT'; text-shadow: 0px 0px 2px #FFFFFF; line-height: 55px; }
.header_banner .carouselHeaderBanner .slider-hero-images .slider-hero-content .small-font { font-size: 18px; font-weight: 700; line-height: 45px; }
.header_banner .carouselHeaderBanner .slider-hero-images img { width: 100vw; height: 600px; object-fit: cover; }
.header_banner .carouselHeaderBanner.insidepage .slider-hero-images img { height: 200px; }
.background_banner { height: 200px; position: relative; }
.background_banner_high { height: 400px; position: relative; }
.arrow { font-size: 0; line-height: 0; position: absolute; width: 16px; height: 46px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; top: 50%; display: block; }
.arrow.prev { background: url('../images/arrow_left.png') left center no-repeat; background-size: 100%; left: calc(50% - 580px) !important; }
.arrow.next { background: url('../images/arrow_right.png') right center no-repeat; background-size: 100%; right: calc(50% - 580px) !important; }
#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; }

.index_section { padding-top: 10px; padding-bottom: 0px; }

.section_all_button { padding-top: 0px; text-align: right; }
.section_all_button a { text-align: right; color: #666665; text-transform: uppercase; }
.section_all_button a:hover { color: #504146; }

.feature_boxes { margin-bottom: 30px; padding: 15px 20px 30px 20px; background: #FFF; border: 1px #c2c2c2 solid; }
.feature_boxes .feature_image svg { width: 100%; margin: 0 auto; display: block; }
.feature_boxes .feature_image .st0 {fill:#E3E3E3;}
.feature_boxes .feature_image .st1 {fill:#458C6E;}
.feature_boxes:hover { background: #45916d; color: #FFF; }
.feature_boxes:hover .feature_image .st0 { fill: #FFF; }
.feature_boxes:hover .feature_image .st1 { fill: #FFF; }
.feature_boxes:hover .feature_title { color: #FFF; }
.feature_boxes:hover .feature_button a { background: #504146; }
.feature_boxes .feature_title { padding-top: 20px; padding-bottom: 5px; text-align: center; color: #45916d; font-size: 20px; font-weight: 700; }
.feature_boxes .feature_content { height: 48px; padding-bottom: 10px; text-align: center; font-size: 13px; line-height: 19px; }

.feature_boxes .feature_button { padding-top: 10px; text-align: center; }
.feature_boxes .feature_button a { padding: 5px 30px; text-align: center; background: #45916d; color: #FFF; text-transform: uppercase; border-radius: 50px; }

.filter_form { margin-top: 40px; text-align: right; }
.filter_form .filterbtn { padding: 3px 15px; border: 1px #ccc solid; display: inline-block; cursor: pointer; }
.filter_form .filterbtn+.filterbtn { margin-left: 30px; }
.filter_form .filterbtn .dropdown .dropdown-menu { background: #FFF; color: #696969; border: 1px #ccc solid; top: 1px !important; left: -16px !important; }
.filter_form .filterbtn .dropdown .dropdown-menu .menu_option { padding: 10px 15px; }
.filter_form .filterbtn .dropdown .dropdown-menu .menu_option:hover { background: #45916d; color: #FFF; }


/* ************************************************************ */
/* *************************** ABOUT ************************** */
/* ************************************************************ */

.milestone_title { padding-top: 5px; font-size: 16px; font-weight: 700; }
.milestone_desc { height: 160px; }
.about_service_image { border: 1px #FFF solid; }
.about_service_title { padding-top: 15px; color: #FFF; font-size: 16px; font-weight: 700; }

.carousel-indicators li { background-color: #ccc; }
.carousel-indicators .active { background-color: #45916d; }

#carouselDevelopmentPlans .carousel-inner .carousel-item .row { min-height: 250px; }
#carouselDevelopmentPlans .carousel-indicators .active { background-color: #FFF; }

.company_info_left { width: 670px; padding-right: 5px; float: right; }
.company_info_left p { text-align: justify; }
.company_info_right { width: 100%; height: 100%; }

/* ************************************************************ */
/* *************************** BLOG *************************** */
/* ************************************************************ */

.blog_boxes { height: 240px; position: relative; cursor: pointer; }
.blog_boxes.underline { border-bottom: 1px #ccc solid; }
.blog_boxes .blog_box_image { height: 155px; position: relative; overflow: hidden; }
.blog_boxes .blog_box_image>img { width: 100%; height: 100%; object-fit: cover; }

.blog_boxes .blog_box_image .blog_box_image_filter { width: 100%; height: 100%; position: absolute; background: rgba(35, 35, 35, 0.4); top: 0; left: 0; }
.blog_boxes .blog_box_image .blog_box_image_filter:hover { opacity: 0.3; }
.blog_boxes .blog_box_image .blog_box_image_filter img { width: 50px; margin-top: -25px; margin-left: -25px; position: absolute; top: 50%; left: 50%; }

.blog_boxes .blog_boxes_content { padding: 5px 0px 30px 0px; }
.blog_boxes .blog_boxes_content .blog_section_title { height: 25px; font-size: 15px; font-weight: 700; overflow: hidden; }
.blog_boxes .blog_boxes_content .blog_section_title.truncation-320 { max-width: 320px; white-space: nowrap; text-overflow: ellipsis; }
.blog_boxes .blog_boxes_content .blog_section_title.truncation-540 { max-width: 540px; white-space: nowrap; text-overflow: ellipsis; }
.blog_boxes .blog_boxes_content .blog_section_desc { height: 120px; text-align: justify; overflow: hidden; }
.blog_boxes .blog_boxes_content .blog_section_desc_2 { height: 45px; text-align: justify; overflow: hidden; }
.blog_boxes .blog_boxes_content .blog_section_desc.truncation-single { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.blog_boxes .blog_boxes_content .blog_section_desc.truncation-double { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.blog_boxes .blog_boxes_content .blog_section_desc.truncation-multi { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.blog_boxes .blog_boxes_content .blog_reg_details {  }
.blog_boxes .blog_boxes_content label.green { padding-right: 3px; color: #45916d; }

.blog_sidebar { padding: 15px; background: #FFF; box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.3); }
.blog_sidebar .blog_sidebar_header { padding-bottom: 10px; margin-bottom: 15px; color: #188ecd; font-size: 18px; border-bottom: 3px #188ecd solid; }
.blog_sidebar .blog_sidebar_header a { color: #188ecd; }
.blog_sidebar .blog_sidebar_header a:hover { color: #52b1e4; }
.blog_sidebar .blog_sidebar_post ul li { padding-bottom: 10px; }
.blog_sidebar .blog_sidebar_post ul li+li { padding-top: 10px; border-top: 1px #ececec solid; }

.blog_header { margin-top: -150px; padding-top: 10px; padding-left: 40px; padding-right: 40px; position: relative; }
.blog_header_banner {  }
.blog_box { cursor: pointer; }
.blog_box_header { padding-bottom: 10px; }
.blog_box_title { height: 32px; line-height: 16px; font-family: 'Gill Sans MT Condensed Bold'; }
.blog_box_preview { height: 60px; line-height: 20px; overflow: hidden; }
a.read_more { color: #000; font-weight: 700; }
a.read_more i.fa { color: #c16273; }
.blog_main_right {  }
.blog_main_right .search_blog { padding: 7px 10px; border: 1px #c6c6c5 solid; }
.blog_main_right .search_blog input[type=text] { height: 25px; padding: .375rem .3rem; border: none; border-bottom: 1px #c16273 solid; border-radius: 0; }
.blog_main_right .search_blog .btn { height: 25px; padding: 0 .15rem 0 .6rem; border: none; }
.blog_main_right .search_blog .btn.btn-outline-secondary:hover { color: #000; background: #FFF; border: none; }
.blog_main_right .blog_filter .blog_filter_title { padding-top: 30px; padding-bottom: 5px; font-family: 'Gill Sans MT Condensed Bold'; font-size: 17px; text-transform: uppercase; }
.blog_main_right .blog_filter ul { margin-bottom: 20px; }
.blog_main_right .blog_filter ul li { margin-top: 7px; font-family: 'Gill Sans MT Light'; text-transform: uppercase; display: block; }
.blog_main_right .blog_filter ul li a { color: #000; }
.blog_main_right .blog_filter .blog_filter_left { width: 100px; }
.blog_main_right .blog_filter .blog_filter_right { line-height: 17px; }
.blog_main_right .blog_filter.blog_recommend_post { border-bottom: 1px #EFEFEF solid; }
.blog_main_right .blog_filter.blog_recommend_post .blog_filter_title { padding-top: 0; }
.blog_main_right .blog_filter.blog_recommend_post ul li+li { padding-top: 10px; }


/* ************************************************************ */
/* *********************** BLOG DETAILS *********************** */
/* ************************************************************ */

.blog_detail_title { line-height: 16px; font-family: 'Gill Sans MT Condensed Bold'; }
.blog_date { margin-bottom: 25px; font-family: 'Gill Sans MT Light'; color: #7C7C7C; }
.blog_social_media {  }
.blog_social_media a { width: 44px; height: 44px; margin-left: 5px; }
.blog_social_media a:hover { color: #0a425b; }
.blog_social_media i.fa { width: 44px; height: 44px; padding: 14px 10px; text-align: center; border-radius: 60px; border: 1px #0a425b solid; display: inline-block; }
.blog_social_media a:hover i.fa { border: 1px #0a425b solid; }

.blog_content { padding-bottom: 30px; border-bottom: 2px #D5C1B0 solid; }
.blog_content img { display: inline; }

.blog_detail_desc { text-align: justify; }

.blog_subscription_container { margin-top: 30px; padding-top: 30px; padding-bottom: 10px; background: #f39793; }
.blog_subscription_container .blog_subscription { padding: 30px; background: #FFF; }
.blog_subscription_container .blog_subscription a { margin-bottom: 10px; padding: 15px 30px; color: #FFF; background: #c16273; }

.blog_tags { margin-top: 20px; }
.blog_tags .blog_tags_title { color: #000; font-size: 17px; font-family: 'Gill Sans MT Condensed Bold'; text-transform: uppercase; }
.blog_tags ul li { display: inline-block; }
.blog_tags ul li a { color: #7C7C7C; }
.blog_tags ul li a:hover { color: #0a425b; }
.blog_tags ul li+li:before { content: ", "; }
.blog_tags.blog_detail_media a { color: #7C7C7C; }
.blog_detail_share { padding-bottom: 25px; }
.you_may_also_like { padding-bottom: 10px; color: #0a425b; font-weight: 700; }
.blog_related_products { padding-top: 20px; border-top: 2px #D5C1B0 solid; }
.blog_related_products .blog_related_products_title { margin-bottom: 5px; text-transform: uppercase; }
.blog_related_product_container { width: 100%; margin-bottom: 10px; background: #FFF; border-radius: 6px; border: 3px #de3756 solid; display: table; cursor: pointer; }
.blog_related_product_container a { display: block; }
.blog_related_product_container a .blog_related_product_container_left { height: 75px; padding: 5px 10px; vertical-align: middle; display: table-cell; }
.blog_related_product_container a .blog_related_product_container_left .product_title { margin-top: -5px; color: #de3756; text-transform: uppercase; }
.blog_related_product_container a .blog_related_product_container_left .related_product_content { max-height: 45px; color: #333; line-height: 15px; letter-spacing: 0; overflow: hidden; }
.blog_related_product_container a .blog_related_product_container_right { width: 75px; vertical-align: middle; display: table-cell; }
.blog_related_product_container a .blog_related_product_container_right img { border-radius: 3px; }


/* ************************************************************ */
/* ************************* STREAMING ************************ */
/* ************************************************************ */

.video_page_title { margin-bottom: 20px; padding-bottom: 5px; font-size: 17px; font-weight: 700; border-bottom: 1px #ccc solid; }
.video_boxes { padding: 5px; border: 1px #ccc solid; }
.video_boxes .blog_boxes_content .blog_section_title { height: 24px; }
.video_section_subtitle { height: 25px; font-size: 17px; font-weight: 700; overflow: hidden; }
.video_price { margin-top: 15px; color: #45916d; font-size: 15px; font-weight: 700; }
.video_price span { color: #696969; font-size: 12px; }

.streaming_box_title { padding-bottom: 5px; color: #696969; font-size: 18px; font-weight: 700; }
.streaming_right_box { margin-top: 10px; background: #FFF; border: 1px #c6c6c6 solid; }
.streaming_right_box .streaming_right_container { padding: 15px; }
.streaming_right_box .streaming_right_container table { width: 100%; }
.streaming_right_box .streaming_right_container table td { padding: 5px 0; }
.streaming_right_box .streaming_right_container table tr+tr { border-top: 1px #ccc solid; }
.streaming_right_title { font-size: 20px; font-weight: 700; }
.video_right_price { color: #45916d; font-size: 23px; font-weight: 700; }
.video_right_price span { color: #696969; font-size: 15px; }

/* ************************************************************ */
/* ************************* LECTURE ************************** */
/* ************************************************************ */

.lecture_boxes { position: relative; border-bottom: 1px #ccc solid; }
.lecture_boxes .lecture_boxes_content { padding: 5px 0px 0px 0px; }
.lecture_boxes .lecture_boxes_content .lecture_section_title { margin-bottom: 10px; height: 25px; font-size: 15px; font-weight: 700; overflow: hidden; }
.lecture_boxes .lecture_boxes_content .lecture_section_title.truncation-320 { max-width: 320px; white-space: nowrap; text-overflow: ellipsis; }
.lecture_boxes .lecture_boxes_content .lecture_section_title.truncation-540 { max-width: 540px; white-space: nowrap; text-overflow: ellipsis; }
.lecture_boxes .lecture_boxes_content .lecture_section_desc { margin-bottom: 30px; height: 95px; text-align: justify; overflow: hidden; }
.lecture_boxes .lecture_boxes_content .lecture_section_desc_2 { margin-bottom: 30px; height: 45px; text-align: justify; overflow: hidden; }
.lecture_boxes .lecture_boxes_content .lecture_section_desc.truncation-single { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.lecture_boxes .lecture_boxes_content .lecture_section_desc.truncation-double { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.lecture_boxes .lecture_boxes_content .lecture_section_desc.truncation-multi { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.lecture_boxes .lecture_boxes_content .lecture_reg_details {  }
.lecture_boxes .lecture_boxes_content span+span { padding-left: 20px; }
.lecture_boxes .lecture_boxes_content label.green { color: #45916d; }
.lecture_boxes .lecture_boxes_content .lecture_button { padding-top: 10px; }
.lecture_boxes .lecture_boxes_content .lecture_button a { padding: 5px 30px; text-align: center; background: #45916d; color: #FFF; text-transform: uppercase; border-radius: 50px; }
.lecture_boxes .lecture_boxes_content .lecture_button a:hover { background: #504146; color: #FFF; }

.lecture_boxes .blog_detail_desc { padding-top: 20px; border-top: 1px #ececec solid; }
.lecture_boxes .blog_detail_desc p { margin-left: 0 !important; margin-right: 0 !important; text-indent: 0 !important; }
.lecture_boxes .blog_detail_desc ol, .blog_boxes .blog_detail_desc ul { padding-left: 20px; list-style: disc; }

.lecture_box { background: #FFF; border: 1px #c6c6c6 solid;  }
.lecture_box .lecture_box_header { position: relative; }
.lecture_box .lecture_box_header .overlayer { width: 100%; height: 100%; position: absolute; background: rgba(27, 27, 27, 0.6); top: 0; left: 0; }
.lecture_box .lecture_box_header .overlayer .overdue { width: 100%; height: 100%; display: table; }
.lecture_box .lecture_box_header .overlayer .overdue span { text-align: center; color: #FFF; font-size: 20px; vertical-align: middle; display: table-cell; }
.lecture_box .lecture_box_content { padding: 15px 30px; }
.lecture_box .lecture_box_content .lecture_box_title { padding-bottom: 15px; color: #45916d; font-size: 18px; font-weight: 700; }
.lecture_box .lecture_box_content .lecture_box_info { padding-bottom: 20px; }
.lecture_box .lecture_box_content .lecture_box_info label { width: 100px; color: #45916d; font-weight: 700; }

.trainer_box { background: #FFF; border: 1px #c6c6c6 solid; }
.trainer_box .trainer_box_content { padding: 15px; }
.trainer_box .trainer_box_content .trainer_box_title { padding-bottom: 5px; color: #45916d; font-size: 18px; font-weight: 700; }
.trainer_box .trainer_box_content .trainer_button { padding-top: 10px; }
.trainer_box .trainer_box_content .trainer_button a { padding: 5px 30px; text-align: center; background: #45916d; color: #FFF; text-transform: uppercase; border-radius: 50px; }
.trainer_box .trainer_box_content .trainer_button a:hover { background: #504146; color: #FFF; }

.register_box { margin-top: 20px; margin-bottom: 20px; background: #FFF; border: 1px #c6c6c6 solid; }
.register_box .register_box_header { padding: 8px 30px; background: #f3f3f3; color: #45916d; font-size: 18px; font-weight: 700; }
.register_box .register_box_content { padding: 15px 30px; }

/* ************************************************************ */
/* ************************ MY ACCOUNT ************************ */
/* ************************************************************ */

.myaccount_container { padding-top: 50px; box-shadow: 0px 0px 10px #c8cdcd; }
.account_sidebar { border-right: 1px #ccc solid; }
.account_sidebar ul { margin-left: -15px; }
.account_sidebar ul li { margin-bottom: 20px; border-left: 5px #FFF solid; }
.account_sidebar ul li a { padding-top: 5px; padding-bottom: 5px; padding-left: 30px; display: block; }
.account_sidebar ul li a span+span { padding-left: 12px; }
.account_sidebar ul li.active, .account_sidebar ul li:hover { border-left: 5px #45916d solid; }
.account_sidebar ul li.active a, .account_sidebar ul li:hover a { color: #45916d; }

.order_right { padding-left: 15px; padding-right: 30px; }
.order_history_table_title { background: #f2f2f2; color: #8f8f8f; }
.order_history_table_row { padding-top: 3px; padding-bottom: 3px; font-size: 11px; border-bottom: 1px #ccc solid; }
.order_history_table_row a { color: #45916d; }

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

.input_group_radiobutton { padding: 15px 30px 16px; }
.checkout_payment_form .form-group label { font-size: 11px; font-weight: 700; letter-spacing: 0; }
.checkout_payment_form input[type=text], .input_group_radiobutton { background: #FFF; border-radius: 5px; border: 1px #ccc solid; }
.input_group_radiobutton .form-check { width: 100%; vertical-align: middle; display: table; }
.input_group_radiobutton .form-check .form-check-input { margin-top: 6px; }
.input_group_radiobutton .form-check label.form-check-label { margin-left: 30px; }

.program_checkout_container { /* margin-top: 62px; */ margin-right: 30px; padding: 15px 25px; background: #FFF; border-radius: 8px; border: 1px #ccc solid; }
.program_checkout_container table { width: 100%; }
.program_checkout_container table tr td { padding-top: 5px; padding-bottom: 5px; }
.checkout_footer { padding-top: 25px; padding-left: 20px; padding-right: 20px; }

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

footer { padding-top: 30px; padding-bottom: 30px; background: #ededed; text-align: left; }
.footer_area { padding-top: 30px; padding-bottom: 30px; background-color: #ededed; }

footer .footer_menu_headline { padding-bottom: 5px; font-family: 'Gill Sans MT Bold'; font-weight: 700; color: #696969; text-transform: uppercase; }
footer .footer_menu ul li a { color: #696969; font-weight: 700; }
footer .footer_right { font-weight: 700; }
footer .footer_social_media { padding-top: 20px; padding-bottom: 35px; }
footer .footer_social_media a { margin-right: 15px; color: #333333; }
footer .footer_right .footer_subscription { background: #0a425b; text-align: center; font-size: 16px; }
footer .footer_right .footer_subscription a { padding: 12px 20px; color: #FFF; display: block; }

footer .footer_top { margin-bottom: 30px; padding-top: 40px; padding-bottom: 30px; background: #F9F9F9; color: #333333; }
footer .footer_top .footer_top_title { font-family: 'Gill Sans MT Condensed Bold'; font-size: 31px; text-transform: uppercase; }
footer .footer_top .input-group input[type=text] { border: none; }
footer .footer_top .input-group .input-group-append { background: #444444; border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; }
footer .footer_top .input-group .input-group-append button.btn { color: #FFF; text-transform: uppercase; }
footer .footer_bottom { margin-top: 20px; padding: 40px 0 5px; text-align: center; color: #696969; text-transform: uppercase; letter-spacing: 0; line-height: 14px; border-top: 1px #666666 solid; }
footer .footer_bottom a { font-weight: 700; }

.copyright { padding-top: 20px; padding-bottom: 5px; text-align: left; font-weight: 300; line-height: 11px; }
.copyright a { color: #696969; }
.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; }

/* ************************************************************ */
/* ************************** RATING ************************** */
/* ************************************************************ */

.star-rating { margin-right: 5px; float: left; }
.star-rating__star { color: #c2c2c2; cursor: pointer; }
.star-rating__star.is-disabled { cursor: default; }
.star-rating__star.is-selected { color: #f0bf3e; }  
.star-rating__star input[type="radio"].star-rating { outline: none; visibility: hidden; display: none; }





/* ************************************************************ */
/* ************************* 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;
  }
}
.gototop{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #f2f2f5;
    position: fixed;
    right: 30px;
    bottom: 50px;
    font-size: 12px;
    cursor: pointer;
}
.gototop a{
    color: #666;
    line-height: 20px;
    display: inline-block;
}







/* ************************************************************ */
/* ********************** 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%; left: 0; }
.slick_container ul.arrow_container li { width: 40px; height: 40px; position: absolute; cursor: pointer; }
.btn_prev { background-image: url('../images/arrow_left.png'), none; background-size: 100% 100%; background-repeat: no-repeat; left: 50px; }
.btn_next { background-image: url('../images/arrow_right.png'), none; background-size: 100% 100%; background-repeat: no-repeat; right: 50px; }

.services_slick_container { position: relative; }
.services_slick_container ul.arrow_container { width: 100%; position: absolute; top: 165px; left: 0; }
.services_slick_container ul.arrow_container li { width: 60px; height: 60px; position: absolute; cursor: pointer; }
.servicesCategorySlide .slick-dots { top: 340px; bottom: auto; }

.slick-dots li { margin: 0 10px; }
.slick-dots li.slick-active button:before, .slick-dots li button:before { color: #FFF; font-size: 11px; opacity: 1; }
.slick-dots li button:hover, .slick-dots li button:focus, .slick-dots li.slick-active button { text-shadow: 0px 0px 3px #ffbb00; }

.sidebar_sharing { padding: 10px 15px 5px; border-top: 1px #c6c6c6 solid; }
.breadcrumb { padding: 0; margin-bottom: 0; background: none; }
.breadcrumb-item+.breadcrumb-item::before { content: '>'; }

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

@media (max-width: 1199px) {
	.header_banner .carouselHeaderBanner .slider-hero-images img { height: 500px; }
	.background_banner_high { height: 250px; }
	.normal_page_header .image_container img { height: 300px; }
	.services_slick_container ul.arrow_container { top: 120px; }
	.servicesCategorySlide .slick-dots { top: 250px; }
	.services_slick_container ul.arrow_container li { width: 50px; height: 50px; }
	header .search_container .dropdown-menu { position: fixed !important; top: 114px !important; transform: none !important; /* right: -50px; */ }
	header #header_bottom ul li { margin: 0 12px; }
	
	.blog_boxes .blog_box_image { height: 128px; }
	.account_sidebar ul li a { padding-left: 25px; }
	.background_banner { height: 180px; }
	
	.company_info_left { width: 540px; }
	
}

@media (max-width: 991px) {
	.header_container { padding-left: 10px; padding-right: 10px; }
	.header_banner .carouselHeaderBanner .slider-hero-images img { height: 350px; }
	.header_banner>.container .carouselHeaderBanner .slider-hero-images, .header_banner>.container .carouselHeaderBanner .slider-hero-images .slider-hero-images-banner, .header_banner>.full-width-container .carouselHeaderBanner .slider-hero-images, .header_banner>.full-width-container .carouselHeaderBanner .slider-hero-images .slider-hero-images-banner { height: 400px; }
	.background_banner_high { height: 200px; }
	.normal_page_header .image_container img { height: 200px; }
	.services_slick_container ul.arrow_container { top: 80px; }
	.servicesCategorySlide .slick-dots { top: 160px; }
	.services_slick_container ul.arrow_container li { width: 40px; height: 40px; }
	.background_banner { height: 150px; }
	header #header_middle #company_logo a img { height: 40px; }
	header #company_logo a { text-align: left; }
	header .center-menu { text-align: right; }
	header .search_container { padding-top: 8px; }
	header .search_button img { height: 30px; }
	header .search_container .dropdown-menu { top: 128px !important; /* right: -120px; */ }
	header .search_container > a > img { margin-right: 15px; height: 36px; }
	#collapseSearch input[type=text] { width: 100%; border-radius: 0; }
	
/* 	.company_info_left { width: 410px; } */
	.company_info_left { width: 690px; margin: 0 auto; padding-right: 0; float: none; }
	.company_info_right { height: 300px; }
	
	.lecture_boxes .lecture_boxes_content .lecture_reg_details span { display: block; }
	.lecture_boxes .lecture_boxes_content .lecture_reg_details span+span { padding-left: 0; }
	
	.feature_boxes { padding: 15px 10px 30px 10px; }
	
	.blog_boxes .blog_box_image { height: 95px; }
	.overflow-hidden-responsive { overflow: hidden; }
	.overflow-scroll-responsive { overflow: scroll; -webkit-overflow-scrolling: touch; }
	.read-width-responsive { width: 762px; }
	
	.program_checkout_container { margin-right: 0px;}
	
/* 	.timeLine .row .pull-right:before, .timeLine .row .item:before { border: 3px solid rgba(24,142,205,1) !important; } */
/* 	.timeLine .row .item:after { content: ''; height: 1px !important; width: 5% !important; position: absolute !important; background-color: #DDD !important; top: 16px !important; right: 8px !important; } */
	
	footer {  }
	footer .footer_right .footer_social_media { padding-top: 15px; }
}

@media (max-width: 767px ) {
	h2 { font-size: 20px; line-height: 25px; }
	.under_subtitle { font-size: 12px; }
	.home_subtitle_container { width: 100%; /* width: 190px; */ }
	.header_banner .carouselHeaderBanner .slider-hero-images { margin: 0px; width: 100%; }
	.header_banner>.container .carouselHeaderBanner .slider-hero-images, .header_banner>.container .carouselHeaderBanner .slider-hero-images .slider-hero-images-banner, .header_banner>.full-width-container .carouselHeaderBanner .slider-hero-images, .header_banner>.full-width-container .carouselHeaderBanner .slider-hero-images .slider-hero-images-banner { height: 400px; }
	.header_banner .carouselHeaderBanner .slider-hero-images img { height: 200px; }
	#carouselHeaderBanner .carousel-inner .carousel-item img { height: 200px; }
	.background_banner_high { height: 150px; }
	.normal_page_header .image_container img { height: 180px; }
	.services_slick_container ul.arrow_container { top: 70px; }
	.servicesCategorySlide .slick-dots { top: 140px; }
	.background_banner { height: 120px; }
	.arrow { display: none; }
	
	.btn_prev { left: 20px; }
	.btn_next { right: 20px; }
	
	main .responsive_outsider { margin-left: -15px; margin-right: -15px; }
	main .responsive_container, header .responsive_container { padding-left: 0; padding-right: 0; }
	main .responsive_container>.row, header .responsive_container>.row { margin-left: 0px; margin-right: 0px; }
	main .responsive_container-5 { padding-top: 5px; padding-left: 5px; padding-right: 5px; padding-bottom: 5px; }
	main .responsive_container-7 { padding-top: 7px; padding-left: 7px; padding-right: 7px; padding-bottom: 7px; }
	main .responsive_row-7 { margin-left: -7px; margin-right: -7px; }
	
	.responsive_container h3 { width: 190px; padding-bottom: 20px; margin: 0 auto; line-height: 18px; }
	.responsive_container h3:before { margin: 0 auto 10px auto; }
	
	header #header_bottom {  }
	header #header_bottom #header_subscription a { padding: 0 30px; text-align: center; display: block; }
	header #header_middle #company_logo a img {  }
	.header_banner {  }
	header .search_container { padding-top: 12px; }
	header .search_button img { height: auto; }
	
	.company_info_left { width: auto; padding-right: 0; }
	.company_info_right { height: 200px; }
	
	.account_sidebar ul li a { padding-left: 10px; }
	
	table.no_border_table { font-size: 12px; }
	table.no_border_table td { padding-left: 5px; padding-right: 5px; }
	
	.blog_header { margin-top: -130px; padding-left: 30px; padding-right: 30px; }
	.blog_categories .blog_categories_boxes { padding-left: 0px; padding-right: 0px; }
	.blog_categories_boxes a .blog_categories_title { width: 100%; padding-top: 5px; padding-bottom: 5px; position: absolute; background: rgba(255,255,255,0.75); color: #000; bottom: 0px; }
	.blog_boxes .blog_box_image { height: 100px; }
	
	.order_right { padding-left: 0; padding-right: 0; }
	
	footer .footer_top .container .row .col-sm-6 { margin-bottom: 10px; }
	footer .footer_menu {  }
	footer .footer_menu_headline { padding-top: 5px; border-bottom: 3px #4f4f4f solid; }
	footer .footer_menu .footer_menu_container { margin-bottom: 15px; cursor: pointer; }
	footer .footer_right .footer_social_media { padding-bottom: 0px; border-bottom: none; }
	
	.text-left-xs { text-align: left !important; }
}

