@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900);

/*font-family: 'Raleway', sans-serif;*/

@import url("generic.css");
@import url("font-awesome.css");
@import url("hover.css");

.pagination {
  --bs-pagination-active-bg: #01284f;
  --bs-border-color : #999;
}

ul.pagination{
	margin: 0;
	justify-content: center;
}
ul.pagination li{
	padding: 0;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #7bb5e7;
    --bs-btn-border-color: #7bb5e7;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5a9be0;
    --bs-btn-hover-border-color: #4a8ad0;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c3272c;
    --bs-btn-active-border-color: #c3272c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #7bb5e7;
    --bs-btn-disabled-border-color: #7bb5e7;
}

.btn-outline-primary {
    --bs-btn-color: #7bb5e7;
    --bs-btn-border-color: #7bb5e7;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7bb5e7;
    --bs-btn-hover-border-color: #7bb5e7;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c3272c;
    --bs-btn-active-border-color: #c3272c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #c3272c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #c3272c;
    --bs-gradient: none;
}

.navbar {
    --bs-navbar-toggler-focus-width: 0;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23c3272c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	--bs-border-width: 0;
}

#TopNav .navbar .dropdown-menu  {
	--bs-body-bg: #7bb5e7;
	margin: 0 46px 0 20px;
}

#TopNav .navbar .dropdown-menu li {
    border-top: 1px solid #d8e6f2;
}

#TopNav .navbar .dropdown-menu a{
	color: #fff;
}


/****************************************
	Layout
****************************************/
	.MainWrapper {
		max-width: 1200px;
		display:block;
		margin:0px auto;
		padding:0px;
		position:relative;
	}
	
	
	/**===== TOP-BAR INCLUDE ==**/
	#TopHead {
		width:100%;
		/*position:fixed;
		top:0px;
		left:0;*/
		background:#fff;
		z-index:1002;
		padding-bottom:25px;
	}
	#TopHead:before {
		content: "";
		direction: block;
		position: absolute;
		left: 0;
		top:0;
		width:100%;
		background:url(../images/cut_top_red.png) repeat-x;
		height:7px;
	}
	/*#TopHeadHeightFixed { height:210px;}*/
	
	#Logo {
		width:100%;
		background:url(../images/border.png) repeat-x center bottom;
		text-align:center;
		margin:0 0 30px 0;
		padding-top:25px;
	}
	#Logo img {
		background:#fff;
		padding:0 10px;
	}
	
	#TopNav {background:#fff;position: relative;}
	#TopNav .MainWrapper2 { max-width: 1200px; margin: 0 auto; padding: 0;}
	#TopNav .hvr-bounce-to-right:before { background:#7bb5e7}
	#TopNav li {padding: 0; border-bottom:none;}
	#TopNav ul {
		margin:0;
		padding:0;
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		font-size: 15px;
		line-height: 16px;
	}
	#TopNav a {
        background: none;
        display: block;
        color: #666;
        padding: 17px 20px 17px 20px;
    }
	#TopNav a.active, #TopNav a:hover {
		background: #7bb5e7 !important;
		color: #fff !important;
	}


	/***************** Slider ******************/
	#homeCarousel .TitleCaption .title1 {
		font-weight: 300;
		font-size: 30px;
		font-size: 2vw;
		line-height: normal;
		color: #fff;
		background: #c3272c;
		display: inline-block;
		padding: 10px 25px;
	}
	#homeCarousel .TitleCaption .title2 {
		font-weight: 700;
		font-size: 100px;
		font-size: 6vw;
		line-height: normal;
		color: #01284f;
		display: inline-block;
		letter-spacing: -2px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	#homeCarousel .TitleCaption .title3 {
		font-weight: 400;
		font-size: 1.8vw;
		line-height: normal;
		color: #fff;
		background: url(../images/blue_border.png) repeat-x left 11px;
		padding: 0 150px;
		display: inline-block;
	}
	#homeCarousel .TitleCaption .title3 span {
		background: #01284f;
		padding: 8px 20px;
	}
	#homeCarousel .TitleCaption {
		z-index: 50;
		left: 0;
		top: 0;
		width: 100%;
		font-family: 'Raleway', sans-serif;
		padding-top: 0;
	}
	.SliderContainer {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: absolute;
		top: 0;
	}
	.SliderContainerInner {
		background: rgba(255, 255, 255, .5);
		max-width: 1200px;
		height: 100%;
		display: block;
		margin: 0px auto;
		padding: 0px;
		position: relative;
		text-align: center;
	}
	/***************** Slider ******************/
	
	#TopNav {
		z-index: 10000;
		transition: box-shadow 0.3s ease;
	}

	/* when sticky */
	#TopNav.sticky {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
    	margin: 0 auto;
		z-index: 10000;

		/* smooth show */
		animation: navSlideDown 0.3s ease forwards;

		/* optional shadow when sticky */
		box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	}

	@keyframes navSlideDown {
		from {
			transform: translateY(-100%);
		}
		to {
			transform: translateY(0);
		}
	}

	@keyframes navSlideUp {
		from {
			transform: translateY(0);
		}
		to {
			transform: translateY(-100%);
		}
	}

	/* spacer to prevent layout shift */
	#TopHeadHeightFixed {
		height: 0;
	}

	.sticky #mainNavbar{
		background-color: #fff;
	}

	/* placeholder initially no height */
	#TopHeadHeightFixed {
		height: 0;
	}


	#TopSL {
		float:right;
		margin:5px 0 0 50px;
	}
	
	ul.SocialLinks {
		margin:0px;
		padding:0;
	}
	ul.SocialLinks li {
		margin:0px 0 0 6px;
		padding:0;
		border:none;
		background:none;
		float:left;
	}
	ul.SocialLinks li a {
		font-size:22px;
		height:40px;
		width:40px;
		line-height:40px;
		text-align:center;
		display:block;
		color:#fff;
	}
	.IconFacebook { background:#1756b3;}
	.IconTwitter { background:#30dbdd;}
	.IconLinkdein { background:#0d9395;}
	
	
	#TopSearch {
		float:right;
		margin-top:5px;
		width:220px;
	}

	#TopSearch .text_field {
		height:40px;
		line-height:40px;
		padding:0px;
		text-indent:0;
		border:none;
		background:url(../images/border.png) repeat-x bottom;
		font-size:13px;
	}
	.BtnFixed {
		position:absolute;
		top:0px;
		right:0px;	
	}
	.BtnFixed a {
		width:40px;
		height:40x;
		line-height:40px;
		text-align:right;
		display:block;
	}
	.BtnFixed .fa {
		color:#c3272c;
		font-size:20px;
		line-height:40px;
		background:none;
		border:none;
		text-align: right;
	}
	
	
	
	/**===== BODY CONTENTS ==**/
	
	.HomeSlider, .MapWrapp { position:relative;}
	
	.HomeSlider:before, .HomeSlider:after,
	.ServicesWrapp:before, .ServicesWrapp:after,
	.training_schedule:before, .training_schedule:after,
	#Footer:before, #Footer:after,
	.PageTitle:before, .PageTitle:after,
	.MapWrapp:before, .MapWrapp:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		width:100%;
		height:7px;
		z-index:1001;
	}
	.HomeSlider:before, .ServicesWrapp:before, .training_schedule:before, #Footer:before, .PageTitle:before, .MapWrapp:before {
		background:url(../images/cut_top_white.png) repeat-x;
		top:0;
	}
	.HomeSlider:after, .ServicesWrapp:after, .training_schedule:after, #Footer:after, .PageTitle:after, .MapWrapp:after {
		background:url(../images/cut_bottom_white.png) repeat-x;
		bottom:0;
	}
	
	
	.WhiteWrapp {
		background:#fff;
		padding:70px 0;
		overflow:hidden;
	}
	
	.ContentWrapp { width:68.750000000%;}
	.FancyTitle { width:31.250000000%;}
	
	.LinkStyle a {
		font-weight:700;
		font-size:16px;
		color:#01284f;
		padding:0 8px 0 0;
	}
	.LinkStyle:hover a { color:#fff;}
	
	.LinkStyle a .fa {
		background:#c3272c;
		color:#fff;
		font-size:15px;
		width:24px;
		height:24px;
		line-height:24px;
		text-align:center;
		margin:-2px 6px 0 0;
	}
	.LinkStyle.hvr-bounce-to-right:before { background:#c3272c;}
	
	.FancyTitle div {
		width:66.666666667%;
		height:190px;
		border:3px solid #7bb5e7;
		position:relative;
	}
	.FancyTitle p {
		position:absolute;
		top:50px;
		left:15%;
		font-weight:700;
		font-size:50px;
		line-height:46px;
		color:#01284f;
		background:#fff;
		padding-bottom:38px;
		padding-top:10px;
	}
	.FancyTitle p span { color:#c3272c;}
	
	
	/*== Services =*/
	.ServicesWrapp {
		width:100%;
		position:relative;
		background:url(../images/background_family.png) no-repeat top left #01284f;
		padding:70px 0;
		color:#fff;
		overflow:hidden;
	}
	
	.SrvWrappInner {width:70.833333333%;}
	
	.ServicesWrapp .TitleStyle h1 { font-weight:500; color:#fff;}
	.ServicesWrapp .TitleStyle h2 { font-weight:400;color:#fff;}
	
	.ServColl {
		width:48%;
		margin-bottom:35px;
	}
	
	.ServColl h2 {
		float:left;
		font-size:24px;
		font-weight:300;
		color:#fff;
		margin:46px 0 0 20px;
	}
	.ServImg {
		border:2px solid #fff;
		float:left;
		display:inline-block;
		position:relative;
		box-shadow:inset 0 0 12px 0 #000;
	}
	
	/**== Title Style =*/
	.TitleStyle { text-align:center;}
	.TitleStyle h1 {
		margin:0px 0 -6px 0;
		padding:0;
		font-size:28px;
		line-height:30px;
		font-weight:600;
		color:#c3272c;
	}
	.TitleStyle h1 span {padding:0 8px;}
	
	.TitleStyle h2 {
		margin:25px 0 40px 0;
		padding:0 0 18px 0;
		font-size:28px;
		line-height:30px;
		font-weight:500;
		color:#01284f;
		border-bottom:2px solid #7bb5e7;
	}
	
	.HeadLine {border-bottom:2px solid #7bb5e7;}
	.HeadText { white-space:nowrap;}
	
	
	/*== Request For Quote =*/
	.ImgCollLarge {
		width:49.666666667%;
		margin:0 0.166666667%;
	}
	.ImgCollSmall {
		width:24.666666667%;
		margin:0 0.166666667% 4px 0.166666667%;
	}
	
	.view {
		overflow: hidden;
		position: relative;
		cursor: default;
	}
	.view img {
		display: block;
		position: relative;
	}
	
	.view .mask {
		width: 100%;
		height: 100%;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
	}
	
	.Square-effect img {
			-moz-transition: all 0.3s ease-in;
			-webkit-transition: all 0.3s ease-in;
			-o-transition: all 0.3s ease-in;
			-ms-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}
	
	.Square-effect .mask {
		cursor: pointer;
		opacity: 1;
		visibility: visible;
		border: 100px solid rgba(0,0,0,.6);
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		box-sizing: border-box;
		
			-moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
			-webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
			-o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
			-ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
		transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	}
	/* .Square-effect:first-child .mask {
		border: 204px solid rgba(0,0,0,.6);
	} */
	.Square-effect:hover .mask {
		border:0px double rgba(0,0,0,0.7);
		opacity:0;
		visibility:hidden;
	}
	
	#ImgRequstPoolManagement.Square-effect .mask {
		cursor: pointer;
		opacity: 1;
		visibility: visible;
		border: 204px solid rgba(0,0,0,.6);
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		box-sizing: border-box;
		
			-moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
			-webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
			-o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
			-ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
		transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	}
	#ImgRequstPoolManagement.Square-effect:hover .mask {
		border:0px double rgba(0,0,0,0.7);
		opacity:0;
		visibility:hidden;
	}
	
	.Square-effect:hover img {opacity:1;}
	
	.CaptionDetail {
		position:absolute;
		bottom:20px;
		left:30px;
	}
	.CaptionDetail p {
		font-size:20px;
		line-height:24px;
		font-weight:300;
		color:#9bf4fe;
		margin:0;
	}
	
	.CaptionDetail h2 {
		font-size:25px;
		line-height:32px;
		font-weight:500;
		color:#fff;
		margin:0;
	}
	
	/*== Training Schedule =*/
	.training_schedule {
		width:100%;
		overflow:hidden;
		text-align:center;
		color:#fff;
		position:relative;
	}
	.training_schedule .MainWrapper { padding:100px 0;}
	
	.training_schedule .TitleStyle h1 {
		margin:0px 0 -11px 0;
		padding:0;
		font-size:80px;
		line-height:80px;
		font-weight:700;
		color:#fff;
	}
	
	.training_schedule .TitleStyle h2 {
		text-transform:none;
		margin:35px 0 60px 0;
		padding:0 0 18px 0;
		font-size:36px;
		line-height:40px;
		font-weight:400;
		color:#000;
		border-bottom:none;
	}
	
	.training_schedule .HeadLine {border-bottom:3px solid #000;}
	
	.IconStyle a { margin:0 10px;}
	.IconStyle .fa {
		height:100px;
		width:100px;
		line-height:100px;
		text-align:center;
		font-size:46px;
		color:#fff;
	}
	
	.IconStyle .hvr-radial-out {
		background:rgba(0,0,0,.3);
		border:3px solid #000;
		-moz-border-radius:100%;
		-ms-border-radius:100%;
		-o-border-radius:100%;
		-webkit-border-radius:100%;
		border-radius:100%;
	}
	.IconStyle .hvr-radial-out img{
		width:46px;
		height:auto;
		margin: 20px;
	}
	.IconStyle .hvr-radial-out:before { background:#000;}
		

	
	/*===== SUBPAGE CONTENTS =====*/
	.PageTitle {
		width:100%;
		position:relative;
		overflow:hidden;
		padding:100px 0;
		margin:0 0 15px 0;
	}
	.PageTitle h1 {
		background:none;
		color:#fff;
		text-align:left;
		margin:0;
	}
	
	.SubpageWrapper {padding:50px 0;}
	
	.SidebarWrapper { width:31.666666667%;}
	.ContentsWrapper { width:63.333333333%;}

	.ContentsWrapper ul li:before {
		font-family: 'FontAwesome';
		content: '\f14a';
		margin: 0px 10px 0 -10px;
		color: #01284f;
		font-size: 14px;
	}

	.ContentsWrapper ul.pagination li:before {
		content: '';
		display: none;
	}
	
	.SidebarWrapper .ImgCollLarge,
	.SidebarWrapper .ImgCollSmall {
		width:100%;
		margin:0 0 10px 0;
		max-height:150px;
	}
	
	.MapWrapp { margin-bottom:15px;}
	
	.ContentsWrapper .GetInTouch .text_field { color:#999;}
	
	.ServicesLinks ul {
		margin:0px;
		padding:0;
	}
	.ServicesLinks ul li {
		margin:0px 0 4px 0;
		padding:15px 0;
		background:#edf4f9;
		border:none;
		display:block;
		clear:both;
		cursor:pointer;
	}
	.ServicesLinks ul li.hvr-bounce-to-right:before { background:#c3272c;}
	
	.ServicesLinks ul li a {
		color:#000;
		display:block;
	}
	.ServicesLinks ul li:hover a { color:#fff;}
	
	.ServicesLinks ul li .IconServc {
		width:40px;
		height:40px;
		background:url(../images/icons.png) no-repeat;
		float:left;
		margin:-8px 22px 0 8px;
	}
	
	.IconServPM { background-position:0 0 !important;}
	.ServicesLinks ul li:hover .IconServPM { background-position:0 -40px !important;}
	
	.IconServSW { background-position:-40px 0 !important;}
	.ServicesLinks ul li:hover .IconServSW { background-position:-40px -40px !important;}
	
	.IconServPP { background-position:-80px 0 !important;}
	.ServicesLinks ul li:hover .IconServPP { background-position:-80px -40px !important;}
	
	.IconServLG { background-position:-120px 0 !important;}
	.ServicesLinks ul li:hover .IconServLG { background-position:-120px -40px !important;}
	
	.IconServFM { background-position:-160px 0 !important;}
	.ServicesLinks ul li:hover .IconServFM { background-position:-160px -40px !important;}
	
	.IconServPRR { background-position:-200px 0 !important;}
	.ServicesLinks ul li:hover .IconServPRR { background-position:-200px -40px !important;}
	
	.IconServSO { background-position:-240px 0 !important;}
	.ServicesLinks ul li:hover .IconServSO { background-position:-240px -40px !important;}
	
	.sidebar_widget{
		margin-bottom:30px;
	}

	.sidebar_widget.news .sidebar_block,
	.sidebar_widget.press .sidebar_block,
	.sidebar_widget.events .sidebar_block
	 {
		border: 1px solid #ccc;
		padding: 10px 15px;
		clear: both;
		box-shadow: 1px 1px 8px #ccc;
	}

	.sidebar_widget .hyperLink {
		float: right;
		font-weight: bold;
		padding: 10px 0px 5px 0px;
		color: #7bb5e7;
	}

	.sidebar_widget .sidebar_block:after {
		content: '';
		clear: both;
		display: block;
	}

	.sidebar_widget.news .SubHeading,
	.sidebar_widget.press .SubHeading,
	.sidebar_widget.events .SubHeading{
		color: #7bb5e7;
	}

	.related_menu .sidebar_block{
		border: none;
		padding: 0;
		clear: both;
		box-shadow: none;
	}



	/*===== FOOTER  =====*/
	#Footer {
		background:url(../images/bg_footer.jpg) repeat;
		color:#fff;
		overflow:hidden;
		width:100%;
		position:relative;
		padding:0px 0 0 0;
	}
	
	#Footer a.moreInfo {color:#fff;}
	#Footer a.moreInfo span {border-bottom-color:#fff;}
	
	.FooterLinks a { margin:0 16px 0 10px;}
	
	#Footer .TitleStyle h1 {color:#fff;}
	
	#Footer .TitleStyle h2 {
		color:#fff;
		font-weight:300;
	}
	
	.FormFieldWrapp, .FormField2Wrapp, .FormField3Wrapp {margin:0 1.666666667%;}
	 
	.FormFieldWrapp {width:96.666666667%;}
	.FormField2Wrapp {width:46.666666667%;}
	.FormField3Wrapp {width:30.000000000%;}
	
	.GetInTouch .text_field {
		background:url(../images/border.png) repeat-x bottom;
		border:none;
		font-size:14px;
		color:#fff;
		font-weight:400;
		padding:10px 15px;
		margin-bottom:25px;
	}
	.GetInTouch .text_field option , .GetInTouch .text_field::placeholder  { color:#bfbfbf;}

	.GetInTouch select.text_field{
		padding: 12px 15px 11px ;
	}
	
	.GetInTouch .button {
		font-size:20px;
		font-weight:600;
		padding:15px 50px;
	}
	
	#PageFooter {
		background:rgba(220,12,19,.75);
		color:#fff;
		width:100%;
		overflow:hidden;
		padding:50px 0;
		margin-top:0px;
		text-align:center;
	}
	
	#PageFooter .MainWrapper { max-width:900px;}
	
	.fotColl { width:33.333333333%;}
	
	#PageFooter .fotColl .fa {
		font-size:70px;
		line-height:70px;
		color:rgba(255,255,255,.4);
		margin-bottom:15px;
	}
	#PageFooter a , #PageFooter a.moreInfo {color:#fff;}
	#PageFooter a.moreInfo span {border-bottom-color:#fff;}
	
	
	
	

/*Form Wizard*/
.StepByStepForm { margin-bottom:30px;}
.StepByStepForm .bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.StepByStepForm .bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.StepByStepForm .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #000; font-size: 16px; margin-bottom: 5px;}
.StepByStepForm .bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #f6ddde; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.StepByStepForm .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #c3272c; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.StepByStepForm .bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.StepByStepForm .bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #f6ddde;}
.StepByStepForm .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.StepByStepForm .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.StepByStepForm .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.StepByStepForm .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.StepByStepForm .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.StepByStepForm .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.StepByStepForm .bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.StepByStepForm .bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.StepByStepForm .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
	
	

.dropdown-arrow {
    cursor: pointer;
    ASPECT-RATIO: 1;
    position: absolute;
    right: 0px;
    width: 50px;
    top: 0px;
    display: block;
    HEIGHT: 50PX;
    background: #01284f;
}
.dropdown-arrow:after {
    content: '';
    margin-left: 20px;
    margin-top: 20px;
    display: block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff; /* change color if needed */
    cursor: pointer;
}

.dropdown.show .dropdown-arrow {
    transform: rotate(180deg);
}
.dropdown.show .dropdown-arrow:after {
    margin-top: 24px;
}
.dropdown-toggle::after {
    display: none;
}

/* Stop page scroll when menu is open */
body.nav-open {
    overflow: hidden;
    height: 100vh;
}

/* Make only the menu scrollable */
.navbar-collapse {
    max-height: calc(100vh - 70px); /* adjust navbar height */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}	


/****************************************
	MEDIA QUERIES
****************************************/

/***** for 1280px or less ===========*/
@media All and (max-width: 1200px) {
	.MainWrapper { margin:0px 30px;}
	
	#PageFooter .MainWrapper { max-width:100%;}
	
	.SrvWrappInner {width:100%;}
	
	.ServicesWrapp {
		background-color:#01284f;
		background-image:url(../images/background_family2.png);
		background-repeat:no-repeat;
		background-position:top center;
		background-size:cover;
	}
}

@media All and (max-width:1024px) {
	#TopSL {margin:5px 0 0 10px;}
	#TopSearch {width:200px;}
}

@media All and (max-width: 999px) {
	#TopHead {position:relative;}
	#TopHeadHeightFixed { display:none;}
	
	#Logo {
		margin-top:0;
		padding-top:80px;
	}
	
	#TopNav {
		position:fixed;
		top:0;
		left:0px;
		width:100%;
		z-index:1000;
		background:#fff;
	}

	/* #TopNav .MainWrapper{
		margin:0 0;
	} */
	
	#TopNav:before {
		content: "";
		direction: block;
		position: absolute;
		left: 0;
		top:0;
		width:100%;
		background:url(../images/cut_top_red.png) repeat-x;
		height:7px;
	}
	
	#TopHead:before {display:none;}
	
	
}

@media (min-width: 992px) {
    .dropdown-arrow {
        display: none;
    }
	.navbar-collapse {
		max-height: none;
		overflow-y: visible;
		-webkit-overflow-scrolling: auto;
	}

	#TopNav .navbar .dropdown-menu {
		margin: 0;
	}
}

@media All and (max-width:850px) {
	.ContentWrapp, .FancyTitle { width:100%;}
	.FancyTitle div, .FancyTitle p br { display:none;}
	.FancyTitle p {
		position:relative;
		top:0;
		left:0;
		padding:0;
		font-size:35px;
		line-height:38px;
	}
}



/***** for 768px or less ===========*/
@media All and (max-width: 768px) {
	.ServColl {
		text-align:center;
		margin-bottom:30px;
	}
	
	.ServColl h2 {
		width:100%;
		float:none;
		margin:15px 0 0 0;
	}
	.ServImg {
		float:none;
		margin:0 auto
	}
	.ImgCollLarge {
		width:99.2%;
		margin:0 .4% 6px .4%;
	}
	.ImgCollSmall {
		width:49.2%;
		margin:0 .4% 6px .4%;
	}
	
	.Square-effect .mask,
	#ImgRequstPoolManagement.Square-effect .mask {
		border:none;
		transition:none;
		background:rgba(0,0,0,.6);
	}
	.Square-effect:hover .mask,
	#ImgRequstPoolManagement.Square-effect:hover .mask {
		border:none;
		background:none;
		opacity:1;
	}
	
	.training_schedule .TitleStyle h1 {
		margin:0px 0 -7px 0;
		font-size:35px;
		line-height:35px;
	}
	
	.training_schedule .TitleStyle h2 {
		font-size:25px;
		line-height:28px;
		margin-bottom:30px;
	}
	
	.fotColl { width:100%;}
	
	.SidebarWrapper, .ContentsWrapper {
		width:100%;
		margin:0 0 25px 0;
	}

	#homeCarousel .TitleCaption{
		display: none;
	}
	.SliderContainerInner{
		background-color: transparent;
	}
}



/***** for 650px or less ===========*/
@media All and (max-width: 650px) {
	.FormFieldWrapp, .FormField2Wrapp, .FormField3Wrapp, .GetInTouch .button {
		width:100%;
		margin:0;
	}
}

@media All and (max-width: 600px) {

}



/***** for 550px or less ===========*/
@media All and (max-width: 550px) {
	.TitleStyle h1, .TitleStyle h2 {
		font-size:22px;
		line-height:24px;
	}
	
	.ImgCollLarge, .ImgCollSmall {
		width:100%;
		margin:0 0 5px 0;
	}
	
	.CaptionDetail p {
		font-size:17px;
		line-height:18px;
	}
	.CaptionDetail h2 {
		font-size:22px;
		line-height:34px;
	}

}

@media All and (max-width: 500px) {

}



/***** for 480px or less ===========*/
@media All and (max-width: 480px) {
	.ServColl {
		width:100%;
		margin:0;
	}
	
	.ServImg { display:none;}
	
	.training_schedule .HeadText { white-space:normal;}
}

@media All and (max-width: 450px) {
	#Logo img {width:80%;}
	
	#TopSearch { width:100%;}
	
	#TopSL {
		text-align:center;
		float:none;
	}
	#TopSL ul.SocialLinks li {
		float:none;
		display:inline-block;
		margin:0;
	}
}



/***** for 320px or less ===========*/
@media All and (max-width: 320px) {
	
}

.input-placeholder-label {
	pointer-events: none;
	font-size: 14px;
	color: #999;
}

.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 80%;
}
.GetInTouch .text_field + .wpcf7-not-valid-tip {
    margin-top: -25px!important;
}

.ContentsWrapper img{
	max-width: 100%;
	padding: 10px 20px 10px 0px;
	box-sizing: content-box;
}


.navbar {
    justify-content: end;
}

#TopNav .nav-item .image-link{
	padding: 0;
}

.table_title {
    background: #01284f;
    color: #fff;
}

.table_border {
    background: #edf4f9;
    border: 1px solid #555;
}

table.table-separate {
  border-collapse: separate;
  border-spacing: 1px; /* 0 for horizontal spacing, 15px for vertical (row) spacing */
}

.navbar-toggler {
    background: url(../images/border.png) repeat-x bottom;
    text-align: right;
    width: 100%;
}

.as_youtube { overflow: hidden;}
.as_youtube iframe { margin-top: -75px;}
	
.VideoFrame {
	position:relative;
	width:100%;
	height:0;
	padding-bottom:56.25%;
}
.portrait .VideoFrame {
	padding-bottom:150%;
}
.VideoFrame blockquote,
.VideoFrame iframe,
.VideoFrame video {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	border:0;
}

.TikTok.portrait .VideoFrame
{
	padding-bottom:181%;
}

.Instagram.portrait .VideoFrame
{
	padding-bottom:181%;
}

.Facebook.portrait .VideoFrame
{
	padding-bottom:125%;
}

.VidBox.MyBox .close {
	position: fixed;
	top: 0;
	right: 0;
}

.text_sidebar .sidebar_block{
	background: #edf4f9;
	padding: 1.5rem 1.5rem 0 1.5rem;
}