/*framework and nav*/
#wrapper {position:relative; left:0px;}
#mobNav {position:fixed;width: 240px;right: -240px;top:0;bottom:0;z-index:1000;background: #fff url(files/image/fire-lens-logo-small.jpg) no-repeat 10px 10px;box-shadow: 0px 0px 20px rgba(0,0,0,0.1);padding-top: 65px;}
#navBtn.fa-navicon {background:#fff;padding: 4px 10px;font-size: 28px;border-radius: 4px 0 0 4px;left: -44px;top:7px;position:absolute;color:#18B56E;cursor:pointer;}

@media (min-width:962px){
#mobNav {display:none;}
}
.mobNavOn {right:0px !important;}
.wrapperOn {left:-260px !important;}

#topNavNew .noTopNav {display:none !important;}
@media (max-width:962px){
  .contained {max-width:96% !Important;} 
}

/*tooltip hover*/
#toolTip {position:fixed; text-align:center; z-index:10000; line-height: 1.3; padding:5px 8px; font-size: 13px; border-radius: 3px; color:#fff; box-shadow:2px 10px 10px rgba(0,0,0,0.2); background:#222; left:-1000px; top:-1000px; max-width: 200px;  pointer-events: none;}
#toolTip:after {content:"\f0d7"; font-size: 20px; position:absolute; font-family:'fontAwesome'; bottom:-16px; left: 49%; text-shadow:0 6px 3px rgba(0,0,0,0.1); color:#222;}

/*404*/
.error404 { transition:all 4s ease-out; transform:scale(0.5); max-width:300px; width:100%; background:rgba(255,255,255,0.9); border-radius: 10px; box-shadow:0px 0px 20px rgba(0,0,0,0.3);padding: 10px 25px; border:6px solid #1a339a;  position:absolute; margin-top: 15%; left: 50%; margin-left: -150px; z-index:100;}
.error404 h1 {font-size: 48px; letter-spacing:1px;color:red;}
.error404 h2 {font-size: 20px; letter-spacing:1px;color:#444;}
.error404 p {font-size: 11px; margin-top: 10px;}
.error404 p a {color:red; font-weight:bold;}
.error404grow {transform:scale(1.1) !important;}

#modal {position:fixed; z-index:999999; top:0; left:0; right:0; bottom:0; background:rgba(240,240,240,0.8);}
#modalBox {box-shadow:0px 0px 10px rgba(0,0,0,0.1); background:#fff; padding: 25px; border:1px solid #ddd;position:relative; margin:100px auto; width:90%; max-width: 640px; transform:scale(1.0);}
#modalBox .closeModal {position:absolute; right: 10px; top: 10px; font-size: 24px; color:#999; cursor:pointer;}
#modalBox .closeModal:hover {color:#60B358;}
#modalBox.shrunk {transform:scale(0.9) !important; opacity:0;}
#modalBox h3 {font-weight: 100; color:#60B358; font-size: 24px !important;}
#modalBox p {color:#444; font-weight: 300; margin:5px 0px; font-size: 14px; line-height: 1.6;}
#modalBox fieldset {padding:0; margin:0;}
#modalBox fieldset label {font-size: 12px !important; padding:5px 0;}
#modalBox h4 {font-weight: 100; color:#333; font-size: 18px !important; margin: 10px 0;}
#modalBox .modalBtn {display:inline-block; margin:5px 10px 0px 0px;; font-size: 14px; background:#60B358; color:#fff; padding: 4px 12px; border-radius: 2px;}
#modalBox .modalBtn:hover {background:#111;}
@media(max-width:768px){
    #modalBox {position:absolute; margin:0px auto; top: 10px; left: 5px; right: 5px; max-height: 95vh; overflow:auto;}
     .footerNote p {text-align:center; padding: 2px;}
}

/*input wrapper classes*/
.inputWrap {position:relative; display:block;margin:2px 0px; overflow:hidden; margin-bottom: 6px;}
.inputWrap.wrapLeft input,.inputWrap.wrapLeft select {padding-left: 50px !important; margin:0px !important;}
.inputWrap.wrapRight input,.inputWrap.wrapRight select {padding-right: 50px !important; margin:0px !important;}
.inputWrap i.wrapLeft {position: absolute; left: 11px; top: 7px; font-size: 18px; width:18px; text-align:center; color:#fff;}
.inputWrap i.wrapRight {position: absolute; right: 11px; top: 7px; font-size: 18px;  color:#fff; z-index:9;}
.inputWrap.wrapLeft:before {position:absolute; top:1px; left:1px; bottom:1px; content:""; background: #61abeb; width:38px;  border-radius: 3px 0px 0px 3px; border-right: 1px solid #ccc; box-shadow:1px 0px 2px rgba(0,0,0,0.1);}
.inputWrap.wrapRight:after {position:absolute; top:1px; right:1px; bottom:1px; content:""; background: #61abeb; width:38px;  border-radius: 3px 0px 0px 3px; border-left: 1px solid #ccc; box-shadow:-1px 0px 2px rgba(0,0,0,0.1);}
.inputWrap input[type="text"],.inputWrap input[type="password"] {display:inline-block;height: 32px;outline:0;border-radius: 4px;width:100%;border:1px solid #ddd;padding: 6px 10px;font-size: 14px;font-family: 'Roboto', sans-serif;font-weight: 400;}
.inputWrap input[type="text"]:hover,.inputWrap input[type="password"]:hover {background:#f5f5f5;}
.inputWrap input[type="text"]:focus,.inputWrap input[type="password"]:focus {background:#fff; border:1px solid #367fa9; box-shadow:0px 0px 4px rgba(0,100,200,0.6);}
.inputWrap select {width:100%; outline:none; -webkit-appearance:none; appearance:none; -moz-appearance:none; height: 32px; border:1px solid #ddd; background:#fff;font-size: 14px;font-family: 'Roboto', sans-serif;font-weight: 400; color:#555;}
.inputWrap label {font-size: 12px; display:block; color:#666; margin:5px 0;}
.inputWrap textarea {display:inline-block;height: 32px;outline:0;border-radius: 4px;width:100%;border:1px solid #ddd;padding: 6px 10px 6px 50px;font-size: 13px; line-height: 1.5;font-family: 'Roboto', sans-serif;font-weight: 400; min-height:80px; margin-bottom: -4px !important;}

/*  STATIC STYLES */

.white {color:#fff;}
.black {color:#000;}
.white_f {color:#fff;}
.white_bg {background-color:#fff;}
.grey_bg {background-color:#f9f9f9;}

main {background-color:#fefefe; min-height: 50vh;}

h1 {font-family: 'Roboto', sans-serif; font-weight:400; margin:0 0 18px 0; font-size: 38px; line-height:1.5;}
h2 {font-family: 'Roboto', sans-serif; font-weight:100; margin:0 0 18px 0; font-size: 36px; line-height:1.5;}
h3, h4 {font-family: 'Roboto', sans-serif; font-weight:600; margin:0 0 14px 0; font-size: 20px; line-height:1.5;}
span {font-family:inherit; font-weight:inherit; font-size:inherit;}
p {font-family: 'Roboto', sans-serif; line-height:1.6; font-weight: 300;  margin:0 0 12px 0; font-size: 14px;}
li {font-family: 'Roboto', sans-serif;  font-weight: 300;}
p a {color:red; font-weight: 500;}


img {max-width:100%;}
header {position:relative; z-index:10; }
header li {display:inline-block;}
header img {max-width: 110px;}
header li a {color:#999;font-size: 14px;font-weight: 400;padding: 12px 8px 12px 8px;display:inline-block;}

footer hr {margin:40px 0 ;}
footer img {max-width:140px; margin-bottom: 20px;}
footer h3 {font-size: 18px; margin-bottom: 24px;}
footer a {color:#eee; font-weight:600 !important; }
footer a:hover {color:#fff;}
footer li {padding: 6px 0;}
footer fieldset {border:0; padding:0;}
footer i {color:rgba(255,255,255,0.5);}
footer hr:last-of-type {margin-bottom:10px;;}

.btnShadow {box-shadow:3px 6px 12px rgba(0,0,0,0.2);}

@media(max-width:768px){
	.headerTop {position:fixed; top:0; left:0; width:100%; z-index:100; height: 50px; background: #f8f8f8 url(../files/image/atlus_logo.png) no-repeat 20px 15px / 100px;}
	#wrapper {overflow-x:hidden; width: 100vw; max-width:100vw; padding-top: 30px; }
	.hideSM {display:none;}
	footer h3 {margin-top: 20px; margin-bottom: 10px;}    
	h1, h2 {font-size: 26px;}
	h3, h4 {font-size: 18px;}

}

form .error {border:1px solid red !important;}

/*NEW NAV*/
#newNav {position: fixed;width: 260px;right: -260px;top: 0;bottom: 0;z-index: 500;background: #112;box-shadow: 0 0 40px rgba(0,0,0,.2);}
#newNav .nav_first { padding-bottom: 100px; min-width: 110%; display: block;}
#newNav .nav_first li { position: relative}
#newNav .nav_first>li>a { font-size: 16px; width: 100%; display: block; color: #fff; font-weight: 300; padding: 8px 10px; border-bottom: 1px solid rgba(255,255,255,.1);}
#newNav .nav_first>li>a:hover { color: gold; background:#000;}
#newNav .nav_first>li>.staticNav { position: relative}
#newNav .nav_second>li>a {padding: 7px 5px 0 30px;margin-bottom: 0;line-height: 1.1;display: block;width: 91%;position: relative;background: #cceecc;color: rgba(0,0,0,.9);font-size: 15px;font-weight: 300;border-bottom: 1px solid rgba(0,0,0,0.1);min-height: 32px;}
#newNav .nav_second>li>a:before { position: absolute; content: ">"; left: 14px; color: #60B358; transition: all .3s ease-in-out}
#newNav .nav_second>li>a:hover { padding-left: 40px}
#newNav .nav_second>li>a:hover:before { left: 24px; color: #000}
#newNav .nav_third>li {border-bottom:1px solid #ddd;}
#newNav .nav_third>li>a { padding: 8px 5px 4px 40px; min-height: 30px; margin-bottom: 0; line-height: 1.2; display: block; width: 100%; border-bottom: 1px solid rgba(255,255,255,.1); position: relative; color: #666; font-size: 13px}
#newNav .nav_third>li>a:before { position: absolute; content: ">"; left: 24px; color: rgba(0,0,0,.2); transition: all .3s ease-in-out}
#newNav .nav_third>li>a:hover { padding-left: 50px}
#newNav .nav_third>li>a:hover:before { left: 36px; color: #fff}
#newNav .nav_fourth>li { margin-left: 5px}
#newNav .nav_fourth>li>a { padding: 8px 5px 0 55px; margin-bottom: 4px; line-height: .8; display: block; width: 100%; position: relative;  color: rgba(255,255,255,.9); font-size: 11px}
#newNav .nav_fourth>li>a:before { position: absolute; content: ">"; left: 40px; color: rgba(255,255,255,.2); transition: all .3s ease-in-out}
#newNav .nav_fourth>li>a:hover { padding-left: 60px}
#newNav .nav_fourth>li>a:hover:before { left: 46px; color: #fff}
.subMenu { position: absolute; right: 27px; top: 0; height: 33px; width: 29px; background: #60B358; color: #fff; z-index: 100; text-align: center; padding-top: 3px; border-left: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1);}
.subMenu:before { content: "-"; font-size: 22px}
.subMenu.closed { padding-top: 3px}
.subMenu.closed:before { content: "+"; font-size: 22px}

header input::placeholder { color: #3250e6!important}
#newNav input::placeholder { color: #aaa!important}
#topNavNew .firstItem { background-color: rgba(0,0,0,.33)!important; border-radius: 8px 8px 0 0; height: 50px}
#topNavNew .noTopNav { display: none!important}
#topNavNew {margin-top: 30px;}
#topNavNew>ul>ul>li { display: inline-block; position: relative; margin-bottom: -2px; margin-top: 10px}
.navSearch {position:static !important;}
.navSearch:hover {background:none !important;}
#topNavNew>ul>ul>li>a {display: inline-block;color: #333; !important;letter-spacing: 0;font-size: 15px;margin: 0;padding: 8px 11px 10px 11px;/* font-family: 'Inter', sans-serif; */font-weight: 200;}
#topNavNew>ul>ul>li:hover {}
#topNavNew>ul>ul>li:hover>a { color: #000!important;}
#topNavNew ul {transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;text-align: left;/* padding-right: 50px; */position:relative;}
#topNavNew>ul>ul>li:hover ul { padding: 10px 0; display: block!important; opacity: 1!important; min-width: 205px}
#topNavNew>ul>ul>li:hover ul>li { display: block}
#topNavNew>ul>ul>li.stack3:hover ul>li { display: inline-block; width: 32%}
#topNavNew>ul>ul>li.stack2:hover ul>li { display: inline-block; width: 49%}
#topNavNew>ul>ul>li>ul { display: block!important; position: absolute; left: -20px; top: 32px; opacity: 0!important; z-index: 999999999; background: #f5f5f5; border-radius: 6px; box-shadow: 0 5px 5px rgba(0,0,0,.2)}
#topNavNew>ul>ul>li>ul>li { display: none; white-space: nowrap; padding: 1px 15px; border-bottom:1px solid #00000010;}
#topNavNew>ul>ul>li>ul>li a { display: block; color: rgba(0,0,0,.7); font-family: 'Inter'; letter-spacing: 1px}
#topNavNew>ul>ul>li>ul>li a:before { content: "\f0da  "; color: rgba(255,255,255,.3); font-family: fontAwesome}
#topNavNew>ul>ul>li>ul>li>ul { display: none!important}
#topNavNew .nav_third li { display: none!important}
#topNavNew>ul>ul>li>ul>li:hover { background: #0081EB; color: #fff !important;}
#topNavNew>ul>ul>li>ul>li:hover a {color:#fff;}
#topNavNew>ul>ul>li:nth-of-type(7) ul { right: 50px; left: -100px; width: 300px}
#topNavNew .stack2:hover li { display: inline-block}

@media(min-width: 993px) and (max-width:1200px) { 
	#topNavNew>ul>ul>li {margin-top:4px!important;}
	#topNavNew li a {font-size: 14px!important;}
}
@media(max-width: 992px) { 
	#topNavNew {display:none;}
}

#topNavNew { position: relative}

#topNavNew .fa-search {color: rgba(255,255,255,0.6); cursor: pointer; position: absolute; right: 15px;top: 15px;font-size: 20px}
#topNavNew .fa-times {color: red;cursor: pointer; position: absolute; right: 15px;top: 15px;font-size: 20px}


#navBtn {display:none !important;}

@media(max-width:992px){ 
	#newNavBtn {display:block !important; cursor:pointer; position:absolute; right: 12px; border-radius:3px; top: 22px; z-index:999; padding: 1px 8px 0px 8px; font-size:26px; }
	#newNavBtn:hover {background:#454;}
}


/*HOME SLIDER*/
.homeSlider {position:relative; background:#000;}
.homeSlider ul {padding-top: 35%;}
.homeSlider li {position:absolute; top:0; left:0; text-align:center; width:100%; height: 100%; overflow:hidden;}
.homeSlider li span {position:absolute; top:0; left:0; text-align:center; width:100%; height: 100%; background-size:cover;}
.homeSlider li h2, .homeSlider li img, .homeSlider li a, .homeSlider li p  {position:relative; z-index:10;}
.homeSlider li h2 {color:#fff; font-size: 28px; margin: 15px 0;}
.homeSlider li a {border-radius: 6px; background:#60B358; color:#fff !important; border:none; font-weight: 300 !important; padding: 10px 40px; transition:all 0.2s ease-in-out;}
.homeSlider li a:hover {color:#fff !important; background:#000;}
.sliderPan {vertical-align: middle; background: rgba(0, 0, 0, 0.5); padding: 25px 25px 35px 25px; border:2px solid rgba(255,255,255,0.8); z-index: 1; border-radius: 20px; display: inline-block;}



/*template content styles*/
h1 {font-size: 38px; text-shadow:0 1px 2px rgba(0,0,0,0.2);}
.headShad {box-shadow:0 5px 20px rgba(0,0,0,0.1), inset 0 -20px 50px rgba(0,0,0,0.1);}
.shadBox {background:#fff; padding:20px 20px 10px 20px; box-shadow:0 5px 20px rgba(0,0,0,0.1); border:1px solid #e5e5e5; margin-bottom: 20px; border-radius: 6px; overflow:hidden; }
.shadBoxPic {padding-top: 75%; margin:-20px -20px 20px -20px; background-repeat:no-repeat; background-position:50%; background-size:cover;}
figure img {border-radius: 6px; box-shadow:0 0 10px rgba(0,0,0,0.1);}
figcaption {font-size: 12px; text-align:center; line-height:1.5; font-family:'Inter'; padding: 6px 0;} 
.elwaBtn {padding: 4px 12px; border:none; font-size: 16px; font-weight:600; font-family:'Inter';}

@media(max-width:768px){
 h1 {font-size: 32px;}
 h2 {font-size: 22px;}	
 h3 {font-size: 15px;}		
 h4 {font-size: 15px;}		
 p {font-size: 13px;}		
 #newNavBtn {top: 20px;}
	#wrapper {padding-top:0;}
	header {position:relative; z-index:10; height: 66px;}
    header:after {content:""; position:absolute; left:0%; margin-left:30px; background:#fff url(files/image/fire-lens-logo-small.jpg) no-repeat 50% 50% / contain !important; width: 50px; height: 60px; border-radius: 0}
	 header {border-bottom:1px solid #ddd;}
}

@media(max-width:1050px){
.homeSlider li h2 {font-size: 18px; margin:0;}
.homeSlider li a {font-size: 12px; font-weight:bold; padding: 5px 10px; margin-top:0 !important;}
.homeSlider li p {padding:0 !important; font-size: 11px;}
.sliderPan {padding: 10px 10px 15px 10px;}
.homeSlider ul {padding-top: 50%;}
 .homeEducationBox img {border-radius: 4px 4px 0 0 !important;}
 .homeEducationBox >div {position:static !important; background:#000 !important;;}
 }
 


button, input[type="submit"] {box-shadow:0 10px 20px rgba(0,0,0,0.2); background-image: linear-gradient(340deg, #a70000 0%, #ffc710 100%); text-shadow:1px 1px 1px rgba(0,0,0,0.6); transition:all 0.25s ease-in-out; border-radius: 50px; font-size: 18px; padding: 10px 30px; border-color:#182637; border-style:solid;}
button:hover, input[type="submit"]:hover {background-image: linear-gradient(340deg, #a70000 30%, #ffc710 100%); transform:scale(0.95);}
button:hover a {color:#fff;}
input[type="submit"] {color:#fff;}

 
@media(max-width:768px){
	.slice {display:none;}
	.absImg {position:static !important; width:100% !important; display:block; margin:0; height: 300px !important; margin-top:-50px;}
	.planSystem>div:first-child {display:none;}
	.videoWrap {margin:0 -30px !important;}
	.hwSection {margin:-40px 30px 0 30px;}
	
}


.hidedown {position:relative; top:25px; opacity:0;}
.inplace {position:relative; top:0; left:0; right:0; bottom:0; opacity:1;}

footer {margin-top: 50px;}
#CTA {position:fixed; bottom:0; width:100%;  margin-bottom:0;}
.CTAfixed {position:static !important; margin-bottom:-50px !important;}

#modalBox fieldset {border:none; margin-bottom: 10px;}
#modalBox fieldset label {color:#777; font-size: 11px; padding: 5px 0; display:block; margin:0;}
#modalBox fieldset input, fieldset textarea {width:100%; padding: 5px 10px; border:1px solid darkred; border-radius: 4px; marign:0;}
#modalBox fieldset input:focus {border-color:red;}
#modalBox #submitEnquiry {background:darkred; font-size: 16px; color:#fff; border:none; border-radius: 6px;}
#modalBox #submitEnquiry:hover {background:#000;}
#modalBox {overflow-y:auto; max-height: 70vh;}

@media(max-width:992px){

header .col-sm-1 {float:left !important; }

}

#newNav a[title="Home"]:before {content:"\f015"; width:26px; display:inline-block; font-family:fontAwesome; }
#newNav .n1 a:before {content:"\f278"; width:26px; display:inline-block; font-family:fontAwesome; }
#newNav .n2 a:before {content:"\f06d"; width:26px; display:inline-block; font-family:fontAwesome; }
#newNav .n3 a:before {content:"\f247"; width:26px; display:inline-block; font-family:fontAwesome; }
#newNav .n4 a:before {content:"\f022"; width:26px; display:inline-block; font-family:fontAwesome; }
#newNav .n5 a:before {content:"\f134"; width:26px; display:inline-block; font-family:fontAwesome; }
#newNav .n6 a:before {content:"\f0d1"; width:26px; display:inline-block; font-family:fontAwesome; }
#newNav .n7 a:before {content:"\f200"; width:26px; display:inline-block; font-family:fontAwesome; }
#newNav .n8 a:before {content:"\f0c5"; width:26px; display:inline-block; font-family:fontAwesome; }

.footnote, .footnote a {font-size: 12px !important; line-height:1.5; font-weight: 300;}

.siteSearch {display:none;}


main {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;}