@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'Roboto-Medium';
	src: url('fonts/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'Roboto-Regular';
	src: url('fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto-Light';
	src: url('fonts/Roboto-Light.ttf');
}
@font-face {
    font-family: 'Roboto-LightItalic';
	src: url('fonts/Roboto-LightItalic.ttf');
}
*{margin:0; padding:0;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
a {outline: 0 !important; text-decoration:none; color: #333;}
a:hover, a:active, a:focus {outline: 0 !important;}
input::-moz-focus-inner {border: 0 !important;}
*:hover, a:hover, a, .btn:hover, .btn {transition: 0.4s;}
html,body {width: 100%;height: 100%;}
body{font-family: 'Roboto-Light'; font-size:16px; color:#656565; line-height:22px; background-color: #EDF1F5;}
.cntOuter{display:table; width:100%; height:100%;}
.cntInner{display:table-cell; width:100%; height:100%; vertical-align:middle;}
.img-responsive{display:inline-block; max-width:100%;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.dsFlex{display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.dsFlexCenter{align-items:center;}
.dsNone{display:none;}
.clearBoth{clear:both;}
.space20{clear:both; width:100%; height:20px; display:block;}
.space30{clear:both; width:100%; height:30px; display:block;}
.zeroPadding{padding:0 !important;}
.zeroBtmMargin{margin-bottom:0 !important;}
.zeroTopMargin{margin-top:0 !important;}
.height100{height:100%;}
h1,h2,h3,h4,h5,h6{font-family:"Roboto-Light"; font-weight: normal;}
h3{font-size: 24px; line-height: 34px;  }
p{ margin-bottom: 25px;}
.bgCover{background-position:center !important; background-size:cover !important;}
.padding30{padding:25px 0 !important;}
.container {    width: 100%;    max-width: 1600px; position: relative;  }

/* header .container {    width: 100%;    max-width: 1200px !important; position: relative; padding: 0 100px;} */
ul{margin: 0; padding: 0;}
ul li{margin: 0; padding: 0; list-style: none;}
.btn{border: 1px solid #b7b7b7; border-radius: 5px; display:inline-block; padding:10px 20px;  color: #FFF; font-family:"Roboto-Bold";}
.btn:hover, .btn:focus, .btn.focus{color:#FFF;}
.ka-btn{background-color: #333; border:1px solid #333;}
.ka-btn:hover{background:#646464; border-color:#646464;}
.ka-btn-grey{background-color: #cccccc; border:1px solid #cccccc; color: #333;}
.ka-btn-grey:hover{background:#888; border-color:#888;}
.font24{font-size: 24px !important; line-height: 34px !important;}
.ka-btn:hover{color: #FFF;}
.ka-btn-grey:hover{color: #333;}
hr{height: 1px; border: none; background-color: #ccc; margin-bottom: 30px;}
strong{font-family:"Roboto-Medium"; font-weight:600; margin-bottom:5px; display:inline-block;}
/******************************************/
#OuterContainer{ max-width:1600px; margin:0 auto; background:#FFF; position:relative;}
header{clear:both; width:100%;  padding:22px 0;position: absolute; z-index: 1; top: 0; left:0;}
header .logo a{float: left;}
header a{color: #fff;}
header .hMenu{width:100%;}
header .hMenu > ul{text-align:right; }
header .hMenu > ul > li{display: inline-block; position:relative; padding:10px 0;}
header .hMenu  li > a{display:block; color:#FFF; padding: 0; margin:0 20px; font-family: 'Roboto-Regular'; font-size:16px;position: relative;transition: 0.4s; line-height:18px; text-transform: uppercase; position:relative; }
header .hMenu li:last-child a{padding-right:0; margin-right:0;}
header .hMenu  li:hover > a, header .hMenu  li.active > a{color: #FFF; text-decoration:none;}
header .hMenu  li.active > a{font-family: 'Roboto-Medium';}
header .hMenu > ul > li > a:after{content:''; position:absolute; width:100%; bottom:-1px; left:0; border-bottom: solid 1px #FFF; transform: scaleX(0);  transition: transform 250ms ease-in-out; }
header .hMenu > ul > li > a:hover:after, header .hMenu  li.active > a:after{transform: scaleX(1);}
header .hMenu li.submenu ul{opacity: 0; position: absolute; width: 200px; z-index: 9; background:#ccc; padding:5px 0; visibility:hidden; display:none; top:35px; left: 20px;}
header .hMenu li.submenu > ul li{display: block;}
header .hMenu li.submenu > ul li a{width: 100%; border: none; text-align: left; padding: 5px 15px !important; margin: 0 !important; color:#333; text-transform: none; }
header .hMenu li.submenu ul li a:hover{background: transparent;  color: #333;}
header .hMenu li.submenu:hover ul, header .hMenu li.submenu:focus-within > ul, header .hMenu li.submenu ul:hover, header .hMenu li.submenu ul:focus{opacity: 1; visibility:visible; display:block;}

header .hMenu li.submenu2 ul{opacity: 0; position: absolute; width: 200px; z-index: 9; background:#ccc; padding:5px 0; visibility:hidden; display:none; top:35px; left: 20px;}
header .hMenu li.submenu2 > ul li{display: block;}
header .hMenu li.submenu2 > ul li a{width: 100%; border: none; text-align: left; padding: 5px 15px !important; margin: 0 !important; color:#333; text-transform: none; }
header .hMenu li.submenu2 ul li a:hover{background: transparent;  color: #333;}
header .hMenu li.submenu2:hover ul, header .hMenu li.submenu2:focus-within > ul, header .hMenu li.submenu2 ul:hover, header .hMenu li.submenu2 ul:focus{opacity: 1; visibility:visible; display:block;}

.homeBanner{height:800px; max-height:100vh; position: relative; z-index: 0; background:#CCC;}
.hbImage{width:100%; height:100%; position:relative; background-repeat: no-repeat; background-position: top center; background-size: cover; background-color: #202b38; }
.homeBanner .swiper-container{overflow:visible;}
.hbDescription{text-align:center;}
.hbDescription h1{color: #FFF; font-size: 50px; line-height: 65px; text-shadow: 0px 1px 1px rgba(0,0,0,0.8);  }
.hbDescription h1 span{font-family: 'Roboto-Bold';}
.hbDescription p{color: #FFF; font-size: 40px; line-height: 55px; text-shadow: 0px 1px 1px rgba(0,0,0,0.8);}
.hbDescription a{background-color: #000; color: #FFF; padding: 10px 15px; border: none; margin-right: 15px; border-radius:0; font-size:16px;}
.hbDescription a:hover{background:#ccc; color:#000;}
.swiper-pagination-bullet{background-color: #a4a4a4 !important; border: none;}
.swiper-pagination-bullet-active{background-color: #FFF !important; border: none;}
.page-content{padding: 60px 0;}
.txt_links{font-family: 'Roboto-Bold';}
.txt_links a{color: #000; padding: 0 10px; position:relative;}
.txt_links a:after{content:''; position:absolute; width:85%; bottom:-3px; left:10px; border-bottom: solid 2px #b0b0b0; transform: scaleX(1);  transition: transform 250ms ease-in-out;}
.txt_links a:hover:after{transform: scaleX(0);}
.subpageBanner{max-height:800px; height:80vh; background:#CCC;}
.border-banner{border-top: 1px solid #999999;}
.sbDescription{ width: 100%; height: 100%; text-align:center;}
.sbDescription p{color: #FFF; font-size: 40px; line-height: 55px; text-shadow: 0px 1px 1px rgba(0,0,0,0.8);}
.sbDescription p span{font-size:14px;}
.sbDescription h2 i{ font-family: "Roboto-LightItalic"; font-size: 16px; }
.subpage .page-content h3, .schedule-a-visit h3{ font-size: 16px; line-height: 20px; font-family: 'Roboto-Bold'; margin-bottom:10px;}
.schedule-a-visit span{font-family: 'Roboto-Bold';}
.contact-form{ border-top: 1px solid #cccccc; padding-top: 45px;}
.frmGroup{clear:both; margin-bottom:7px; padding: 0 15px;}
.frmGroup label{padding-top: 10px; font-weight: normal;}
.frmGroup input[type=text], .frmGroup input[type=email], .frmGroup select{width:100%; border:1px solid #cccccc; height:30px; background:#FFF; color: #333; padding: 10px;}
.frmGroup input[type=radio]{margin-right: 5px;}
.frmGroup input[type=radio].space{margin-left: 10px;}
.frmGroup select{height:40px;}
.frmGroup textarea{width:100%; height: 150px; border:1px solid #cccccc; background:#FFF;  color: #333; padding: 10px;}
.frmGroup .caddress input{margin-bottom: 15px;}
.captcha{margin-top: 15px;}
.frmGroup button{border:none; margin-top: 20px;}
.successMsg{ width:100%; display: inline-block; text-align: center; color: #037d50; margin-bottom: 20px;}
.response-message{width: 100%; font-size:16px; font-family:'Roboto-Bold';}
.response-message.error{color: crimson;}
.response-message.success{color: darkgreen;}
.apply-section{border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 20px 0; float: left; width: 100%;}
.apply-section div:first-child{padding-top: 10px;}
.bottom-images{text-align:center; padding-top:40px; clear:both;}
.schedule-a-visit{background-color: #666666; color: #FFF; padding: 40px 0;}
.contact-form.apply .row{padding: 0;}
.crcContent ul{margin-bottom:30px;}
.crcContent ul li{list-style:none; margin-bottom:8px;}
/***************** COURSES PAGE ********************/
.courseBox{clear:both; padding:60px 0 25px 0; border-bottom:1px solid #cccccc;}
.courseBox ul{margin-top:10px; margin-bottom:20px;}
.courseBox ul li{margin-bottom:5px;}
.courseBox a{width:120px; height:48px; line-height:48px; text-align:center; color:#FFF; background:#333333; box-shadow: rgba(0, 0, 0, 0.30) 2.95px 2.95px 3.6px; border:none; border-radius:10px; display:block;}
.courseBox strong{font-size:16px; font-family:'Roboto-Bold'; font-weight:normal;}
/***************** GALLERY PAGE ********************/
.gallery .inlineBox:nth-child(2){ border-bottom: 1px solid #b5a892; border-top: 1px solid #b5a892; padding:30px 0;}
.gallery div.inlineBox:last-child p{padding-bottom: 35px;}
.gallery div.inlineBox:last-child p:last-child{padding-bottom: 0;}
.gallery div.inlineBox span a{ color: #ae4a31;}
.gallery div.inlineBox span{padding-right: 0!important;}
/*****************PRIVACY POLICY********************/
.privacy .inlineBox ul li{list-style: disc;margin-left: 15px;}
.privacy .inlineBox ul {padding-bottom:24px;}
.privacy .inlineBox span a{ color: #ae4a31;}
/*****************CUSTOM DROPDOWN********************/
.inlineBox{margin-bottom: 15px; text-align:center;}
.inlineBox h3{margin-bottom: 10px;}
footer{background-color: #ededed; color: #666666;}
.footer-newsletter{ text-align: center; padding: 40px 0; }
.footer-newsletter h3{font-size:24px; font-family:'Roboto-Regular'; padding-bottom:30px; color:#656565;}
.footer-newsletter input[type=text]{border:none; background:#FFF; border: 1px solid #cccccc; width:calc(100% - 100px); max-width:400px; height:45px; padding: 15px 18px; font-size:16px; font-family:'Roboto-Light'; color:#757575; display:inline-block; }
.footer-newsletter input[type=submit]{border:none; background:#cc6601; text-align:center; width:100px; height:45px; font-size:16px; font-family:'Roboto-Medium'; color:#fff; display:inline-block; transition:0.4s;}
.footer-newsletter input[type=submit]:hover{background:#333; transition:0.4s;}
.footer-information{border-top: 1px solid #cccccc; padding: 25px 0;}
.fcontent{padding: 0 100px;}
footer span{ font-family: "Roboto-Bold";  }
footer a{color: #666666;}
footer a:hover{text-decoration: underline;}
footer .social-links a{    display: inline-block;    margin-right: 0px; margin-bottom: 5px;  } 
footer .social-links a i{  width: 50px;	height: 50px;	border-radius: 50%;	background: #0064ae;	color: #fff;	margin-right: 3px;	text-align: center;	line-height: 50px;	font-size: 24px;	transition: 0.4s; }
.ka-contact{padding-top: 70px;}
.ka-tonote{font-size: 12px; line-height: 22px;}
.follow-us{padding-top: 100px;}
.follow-us i{font-size:42px;}
.follow-us img{width:45px; height:45px;}
.follow-us a{font-size: 20px; display: inline-block; padding-left: 5px;}
.copyright{clear:both; background:#ededed; padding:20px 0; font-size:13px; color:#666666; border-top: 1px solid #cccccc;}
.copyright a{color:#666666;}
.copyright a:hover{text-decoration:underline;}
#lightgallery a.item{display: block; margin-bottom: 30px;}
.rspMenuLink, .rspMenuContent{display:none;}

/*****************ADMISSION********************/
.admissionCnt .koh-faq-answer {	display: none;}
.admissionCnt .fa {	transition: transform .2s; margin-right:59px; color:#959595;}
.admissionCnt .fa.active {	transform: rotateZ(90deg); background-color: transparent;}
.admissionPage .font24{padding-left: 235px;}
.admissionCnt .arrow {
  border: solid #959595;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-right:59px;
  /* transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); */
  
}
.admissionCnt .right { transform: rotate(-45deg);  -webkit-transform: rotate(-45deg);}
.admissionCnt .left {  transform: rotate(135deg);  -webkit-transform: rotate(135deg);}
.admissionCnt .up {  transform: rotate(-135deg);  -webkit-transform: rotate(-135deg);}
.admissionCnt .down {  transform: rotate(45deg);  -webkit-transform: rotate(45deg);}
.admissionCnt .collapsible {
	background-color: transparent;
	color: black;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	font-weight: bold;
	border:1px solid #cccccc;
	margin-bottom:5px;
}

.admissionCnt .active, .collapsible:hover {  background-color: #cccccc;}
.koh-faq-question .active, .collapsible:hover {  background-color: #cccccc;}
.admissionCnt .collapsibleCnt {
	
  padding: 36px 100px;
  padding-left:92px;
  display: none;
  overflow: hidden;
  background-color: #transparent;
  border:1px solid #b4b4b4; margin-bottom:2px;margin-top: -5px;border-top: none;
}
.admissionCnt .collapsibleCnt span{font-size:14px !important; font-family:Roboto-Bold !important;}
.admissionCnt .collapsibleCnt p{font-size:14px !important; font-family:Roboto-Light !important;}
.admissionCnt .boxMainCnt {
	
  padding: 36px 18px;
  padding-left:92px;
  display: block;
  overflow: hidden;
  background-color: #transparent;
	margin-bottom:2px;
}
.admissionCnt .boxMainCnt span{font-size:14px !important; font-family:Roboto-Bold !important; }
.admissionCnt .boxMainCnt p{font-size:14px !important; font-family:Roboto-Light !important; padding-top:30px;}
.admissionCnt .applyBtn{padding: 20px 0; float: left; width: 100%;}
.admissionCnt .btn {padding: 13px 40px;}

.collapsibleCnt i, table{font-size:14px !important; font-family:Roboto-Light !important; }
.collapsibleCnt #pTag{padding-right:0px;}
.collapsibleCnt ul li{font-size:14px !important; font-family:Roboto-Light !important; list-style: disc; padding-left:30px; margin-left: 12px;}
.ws_item{background-color: #FFF; border-radius: 0; padding: 0px; width: 100%; display: inline-block;}
.ws_item .ws_item_img{ width: 100%; height: 470px; text-align: center; background-color: #ebebeb; }
.ws_item .ws_item_info{ padding: 20px;}
.ws_item .ws_item_info span{display: block;}
.wsi_title{font-size: 24px; color: #656565; font-family: 'Roboto-Bold'; padding-bottom: 15px;}
.wsi_desc{padding-bottom: 15px;}
.wsi_link{display: block; color: #cd6601; font-family: 'Roboto-Bold';}
.upcomingWorkshop{background-color: #999999; color: #FFF; padding: 50px 0;}
.upcomingWorkshop h3{color: #FFF; padding-bottom:20px; font-size:27px !important; line-height:35px !important;}
.upws_item{background-color: #FFF; border-radius: 0; padding: 0px; width: 100%; display: inline-block; margin-bottom: 30px;}
.upws_item .upws_item_img{ width: 100%; text-align: center; background-color: #ebebeb; }
.upws_item .upws_item_info{ padding: 20px;}
.upws_item .upws_item_info span{display: block;}
.upwsi_title{font-size: 24px; color: #656565; font-family: 'Roboto-Bold'; padding-bottom: 5px; display:block;}
.upwsi_desc{padding-bottom: 15px; color: #656565;}
.upwsi_link{display: block; color: #cd6601; font-family: 'Roboto-Bold';}
.upws_course_time{color: #cd6601;}
.see_all_courses{margin-top: 30px; text-align: center;}
.see_all_courses a{border: 1px solid #FFF; display: inline-block; padding: 15px 25px; border-radius: 25px; color: #FFF;}
.see_all_courses a i{color: #cd6601; background:#FFF; border-radius:10px;}
.contact_for_all_courses{margin-top: 30px; text-align: center;}
.contact_for_all_courses a{border: 1px solid #999999; display: inline-block; padding: 15px 25px; border-radius: 25px; color: #999999;}
.contact_for_all_courses a i{color: #cd6601; background:#FFF; border-radius:10px;}
.details-table td {padding-right: 15px; vertical-align: top; }
.details-table td:first-child {font-weight: bold; }
.f-instagram{font-size:30px;}
.scHeader, .wksTitle, .scRegTitle{font-size:24px; font-family: 'Roboto-Bold'; margin-bottom:30px;}
.wksTitle{color:#cc6601; text-transform:uppercase;}
.levelImage{position:relative; margin-bottom:30px;}
.pgWorkshop{background:#ededed;}
.wksNavOuter{border-bottom:1px solid #cccccc; margin-bottom:40px;}
.wksNav{display:flex; padding-bottom:20px; gap:10px; align-items:center; justify-content:center; text-transform:uppercase; font-size:20px;}
.wksNav span{flex-grow:1;}
.scRegister{padding:50px 0; text-align:center;}
.scRegister a{display:inline-block; padding:0 25px; height:60px; text-align:center; line-height:60px; background:#cc6601; border-radius:30px; font-size:20px; color:#FFF; text-transform:uppercase;}
.scRegister a i{margin-left:5px;}
.wksDetails p{margin-bottom:10px;}
.wksDetails1 p{margin-bottom:10px;}
.wksDetails p strong{display:inline-block;width:90px;}
.admissionCnt ul{margin:0 0 20px 15px;}
.admissionCnt ul li{list-style:disc;}
.fees_table{background:#d8d8d8; display:flex; gap:1px; align-items:strech; margin-bottom:10px;}
.fees_table div{flex-grow:1; border-right:1px solid #FFF;}
.fees_table div ul{margin:0; padding:0;}
.fees_table div ul li{padding:10px; border-bottom:1px solid #FFF; list-style:none;}
.fees_table div ul li:last-child{border:none;}
.fees_table div ul li:first-child{font-family: 'Roboto-Bold';}
	
@media only screen and (min-width : 992px) {
	.sbsOuter{padding:0 100px;}
	.copyright .dsFlex div{flex-grow:1;}
	.copyright .dsFlex .pull-right{text-align:right;}
}
@media only screen and (min-width : 1200px) {
	.padding-ic{padding: 0 200px;} /*for inner content*/
	.container{padding: 0 100px;}
}

@media only screen and (max-width : 991px) {
	
	.admissionCnt .collapsible {	padding: 10px;	font-size: 15px;	}
	.admissionCnt .collapsibleCnt {	padding: 30px;	}
	.admissionCnt .boxMainCnt {  padding: 30px;}
	
	.container {   padding: 0 15px;}
	.dsFlex{display:block;}
	.rspPaddingBtm{padding-bottom:25px;}
	.rspMb7{margin-bottom:7px;}
	
	header{padding:20px 0;  top: 0; height: 125px;}
	header .logo{position: relative !important; top: 0; height: 100px;}
	.logo img{height: 100%;}
	header{padding: 10px 0;}
	
	.rspMenuTxt{float:right; width:calc(100% - 50px); background:#cccccc; text-align:left; padding:0 15px; color:#000; height:50px; line-height:50px;}
	.rspMenuLink{background-color: #cccccc; position:absolute; top: 23px; right: 15px; width: 50px; height: 50px; z-index:9999; padding-top:18px; cursor:pointer; display:block;}
	.rspMenuLink span{display: block;width: 20px;height: 2px;margin: 0 auto 3px auto;background: #000;transition: 0.4s;}
	.rspMenuClose{position:absolute; top:30px; right:10px;}
	.rspMenuClose span{background:#000;}
	.rspMenuClose span:first-child {-webkit-transform: rotate(-45deg) translate(-5px, 5px) ;transform: rotate(-45deg) translate(-3px, 4px);}
	.rspMenuClose span:nth-child(2) {opacity: 0;}
	.rspMenuClose span:last-child {-webkit-transform: rotate(45deg) translate(-2px, -2px) ;transform: rotate(45deg) translate(-3px, -4px) ;}
	.rspMenuContent{width: 100%; background: #000; position: fixed; left: -100%; top: 0; z-index: 99999; height: 100vh; margin: 0; padding: 0; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -ms-transition: all .3s linear; transition: all .3s linear; overflow:hidden; overflow-y: scroll;}
	.rspMenuActive{left:0; visibility:visible;}
	.rspMenuContent li{list-style-type: none; border-bottom: solid 1px #FFF; color: #0064ae;}
	.rspMenuContent li a{color: #FFF; display: block; font-size: 16px; line-height: 26px; padding: 17px 20px 16px; text-decoration: none; position:relative;}
	
	.rspMenuContent li .submenu {background-color: #000; height: calc(100% - 130px); position: absolute; right: -100%; top: 130px; transition: all .5s ease 0s; width: 100%; z-index: 999;}
	.rspMenuContent li.active > .submenu {right: 0;}
	
	.rspMenuContent li .submenu2 {background-color: #000; height: calc(100% - 130px); position: absolute; right: -100%; top: 150px; transition: all .5s ease 0s; width: 100%; z-index: 999;}
	.rspMenuContent li.active > .submenu2 {right: 0;}
	
	.rspMenuContent li.hasChild > a:after{ content: "\f105";    font-family: "Font Awesome 5 Free";    font-style: normal;    font-weight: 900;    text-decoration: inherit;    color: #FFF;    font-size: 20px;    position: absolute;    top: 15px;    right: 25px;}
	
	.rspLogo{padding:20px 0; background:#000;}
	.rspLogo img{max-width:80%; height: 100px; padding-left: 20px;}
	.rspCnt .social-links a{color: #FFF; font-size: 20px; padding: 10px;}
	
	.sbDescription p{font-size:26px; line-height:35px;}
	.hbDescription h1{font-size:40px; line-height:55px;}
    .homeBanner{height:80vh;}
    .hmWImg{height:auto; padding-top:30px;}
    .cqBox{margin-bottom: 30px;}
    .cqBox .cqTitle{font-size: 20px; padding-top: 15px}
    .borderRight{border-right:none; border-bottom: 1px solid #000; padding-bottom: 20px;}
    header .logo{padding: 10px 0;}
    header .logo a{float: none}
	
	.footer-newsletter{padding:25px 0;}	
	.wcWImg{margin-bottom:30px;}
	footer ul{padding-bottom: 20px;}
	.padding-ic, .fcontent{padding: 0 15px;}
	.ka-contact{padding-top: 20px; padding-bottom: 20px;}
	.follow-us{padding-top:30px;}
	.copyright div{text-align: center; float: none !important;}
	.wksNav{font-size:14px;}
	.fees_table{flex-wrap:wrap;}
}
@media only screen and (min-width : 992px) and (max-width:1200px) {
	header .hMenu  li > a span{display:none;}
}
