<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wht-text{
	color: #fff;
}
.wht-text h1{
	color: #fff;
	font-size: 42px;
}
.page-id-27888 .section--page-header.no-background,.page-id-27934 .section--page-header.no-background, .page-id-31445 .section--page-header.no-background, .page-id-31810 .section--page-header.no-background, .page-id-33410 .section--page-header.no-background, .page-id-31815 .section--page-header.no-background, .page-id-31821 .section--page-header.no-background, .page-id-31818 .section--page-header.no-background{
	display: none;
}
.section--main-top.bg-img-banner {
    background-position: bottom !important;
    padding-bottom: 150px;
}
.page-id-31810 .section--main-top.bg-img-banner{
	padding-bottom: 100px;
}
.ver-align-center .vc_column-inner{
	justify-content: center;
}
.cus_train-sec2 {
    margin-bottom: 0px !important;
}
.cus_train-sec2 img{
	margin-bottom: 0px
}

/* Update Css */

.top_bar_content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    gap: 30px;
}
.top_bar_des p {
    margin: 0;
    color: #fff;
	font-size:12px;
}
.top_bar_btn a {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
	font-size:12px;
}

.top_bar_btn a:hover {
    background: #fff;
    color: #000;
}
.fixed-header #header-inner-bg {
    margin-top: 0 !important;
	transition  :all ease-in-out 0.5s
}
.post-header .post-meta-info a:hover {
    color: #f0ab00 !important;
}
.footer-nav {
    margin: 0;
    list-style-image: none;
    list-style-type: none;
}

.copyright-text {
    margin-bottom: 0;
}
.copyright-text p {
    margin-bottom: 0;
}

/* Update Media Qurey  */

@media(max-width: 521px){
	.top_bar_content {
    	flex-wrap: wrap;
		padding: 22px 5px;
		gap: 20px;
	}	
}
@media(max-width:477px){
	.noti_added #header-inner-bg {
    	margin-top: 105px;
	}
}
@media(max-width:335px){
	.top_bar_btn a {
    	font-size: 12px;
	}	
	.top_bar_des p {
	    font-size: 12px;
	}
	.noti_added #header-inner-bg {
    	margin-top: 102px;
	}
}


* {
    scroll-behavior: smooth;
    scroll-margin-top: 80px;
    -webkit-scroll-behavior: smooth; /* Safari support */
}



.single-documentation h2 a:before { 
  display: block; 
  content: " "; 
  margin-top: -80px; 
  height: 80px; 
  visibility: hidden; 
}


</pre></body></html>