html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
body, .loginform .btnsub {
	 font-weight: 500;
 }
* {
	margin: 0px;
	padding: 0px; 
	border: none;
	outline: none; 
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul {
	list-style: none;
}

.btn-success {
    border-color: #0881B5;
}
a {
	text-decoration: none;
	transition: all 0.5s ease;
}
a, a:hover, .ctamain, .ctamain:hover {
	transition: all 0.5s ease;
}
img {
    max-width: 100%;    
    height: auto;
    float: left;
}
h1, h2, h3, h4, h5, h6, strong, th, .titletxt, .titlemain, .subtitle, .btnsub, .smalltext, .ctatitle, .bigtext, .footersec p span {
	font-weight: 700;
}
.nav {
	text-transform: uppercase;
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6, strong, th, .titletxt, .titlemain, .subtitle, .btnsub, .ctatitle, .footersec, .copyright, .bigtext, a, .nav a {
	color: #232323;
}
.nav li.current-menu-item a, .nav li a:hover {
	color: #4095d0;
}
.clear {
	clear:both;
}
.width100, .wrapper, h1, h2, h3, h4, h5, h6, .titletxt, iframe, p, .nav ul, .nav ul li a, .cap2, .cap2 strong, .contentsec ul, .contentsec li, .contentsec p, .footerlogo, .footercontent, .footercontent p, .footercontent li, .wpcf7-form-control-wrap, .fieldfor, .conttxt100 {
	width: 100%;
	float: left;
}
.titletxt {
    font-size: 37px;
    line-height: 41px;
    margin-bottom: 20px;
}
.wrapperin {
	width: 1044px;
	margin: 0 auto;
}
.intextp h1 {
	text-transform: uppercase;
}
.intextp h2 {
    margin: 20px 0 4px;
}
/**Header**/
.header {
    box-shadow: 0px 3px 8px #ccc;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}
.logo {
    width: auto;
    float: left;
}
.nav {
    width: auto;
    float: right;
    margin: 10px 0 0;
}
.nav ul li {
    float: left;
    text-align: center;
    line-height: 24px;
	margin-left: 1px;
}
.nav ul li {
    text-align: center;
    line-height: 19px;
    padding-left: 16px;
	font-size: 13px; 
}
.nav ul li:first-child {
    padding-left: 0;
}
/***leftmenu***/
.mobsec {
    width: auto;
    float: right;
    margin: 25px 0 0;
}
.lmenuopen {
    float: left;
    cursor: pointer;
    background: #ffe148;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0px 1px 2px #000;
}
.lmenuopen:hover {
    box-shadow: 0px 0px 0px #000;
}
.leftmenu {
    right: -23%;
    width: 20%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .9);
    padding: 30px;
    float: left;
    height: 100%;
    z-index: 9;
}
.leftmenu, .leftmenu a:hover, .leftmenu h3 {
	color: #fff;
}
.leftmenu a {
	color: #ccc;
}
.leftmenu h3, .leftmenu ul, .leftmenu li {
	float: left;
	width: 100%
}
.leftmenu h3 {
    font-size: 25px;
    border-bottom: solid 1px #ccc;
    font-weight: 600;
    padding: 12px 0;
    margin: 0 0 12px;
}
.leftmenu h3.mTop {
    margin-top: 30px;
}
.leftmenu li a {
    font-weight: 500;
    padding: 5px 10px;
    color: #ccc;
	width: auto;
	float: left;
}
.leftmenu li a:hover {
	text-decoration: underline;
}
.menuclose {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 2px #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    font-weight: 700;
    font-size: 16px;
	color: #fff;
	cursor: pointer;
	padding: 3px 0 0;
}
.menuclose:hover {
    background: #fff;
	color: #000;
}
/**Banner**/
.header {
    height: 86px;
    padding: 18px 0;
}
.banner {
	margin-top: 86px; 
}
.caption {
    position: absolute; 
}
.cap1 {
    bottom: 13%;
    left: 31%;
	text-align: center;
}
.cap1 img {
    width: 80%;
    float: none;
}
.cap2 {
    top: 110px;
    left: 0;
    text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.cap2 strong {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 4px;
}
.cap2 .whosto {
    float: none;
    margin: 15px 0 0;
    display: inline-block;
}
.fleft, .whosto span {
	float: left;
}
.fright, .whosto img {
	float: right;
}
.contentsec, .formtxt {
	padding: 60px 0;
}
.contentsec ul, .contentsec p {
	margin: 10px 0 0;
}
.contentsec ul, .contentsec ol {
	padding: 0 0 0 10px;
}
.contentsec li, .contentsec p {
	line-height: 22px;
}
.contentsec ul li {
    background: url(images/libg.png) no-repeat 0 4px;
    padding: 0 0 0 20px;
    margin: 2px 0;
}
.helpsec {
    background: url(images/help.jpg) no-repeat left top;
    background-size: 100%;
}
.contimg {
	width: 50%;
}
.conttxt {
	width: 50%;
}
.whosto {
    width: 220px;
    float: left;
    border: solid 2px #232323;
    border-radius: 30px;
    padding: 5px 10px 5px 20px;
    text-transform: uppercase;
    margin: 20px 0 0;
}
.whosto span {
    margin: 5px 10px 0 0;
}
a.whosto {
	color: #000;
}
.whosto:hover {
	background: #4095d0;
}
.Childeffect .conttxt {
    padding: 30px 0 0 20px;
}
.whatmake .conttxt {
    padding: 40px 0 0 55px;
}
.weltxt {
    text-transform: uppercase;
}
/**registrsec**/
.registrsec {
	background-image: url("images/formbg.jpg");
	background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
	background-color: #e9e7ea;
	padding: 0;
	position: relative;
}
.formtxt {
    width: 62%;
    float: left;
    background: rgba(255, 255, 72, .8);
    padding-left: 3%;
    padding-right: 3%;
    box-shadow: 0px 0px 4px #909090;
	position: relative;
}
.formmain, label, .formfield, .msgdes .fieldbox {
    width: 100%;
    float: left;
}
.formmain {
    padding: 8px 0;
}
label {
    padding: 0 0 4px 10px;
	font-weight: 600;
	font-size: 17px;
}
.formfield {
    padding: 10px 14px;
    border-radius: 20px;
    box-shadow: 0 2px 1px #232323;
    background: #fff;
    height: 40px;
}
.msgdes .formfield {
	height: 120px;
	resize: none;
}
.applybtn {
	text-align: center;
	margin: 20px 0 0;
}
.applybtn .submitbtn {
    display: inline-block;
    padding: 12px;
    border-radius: 20px;
    box-shadow: 0 2px 1px #51b828;
    background: #232323;
    width: 300px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.applybtn .submitbtn:hover {
    box-shadow: none;
    background: #000;
}
.formfield:focus {
  box-shadow: 0px 0px 2px #51b828;
}
.kidimg {
    position: absolute;
    bottom: 0;
    right: 12%;
}
.registrsec .titletxt {
    text-align: center;
    background: url(images/headingline.png) no-repeat center bottom;
    margin-bottom: 24px;
}
.response-output {
    background: #51b828;
    font-size: 13px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 25%;
    z-index: 1;
    width: 50%;
    float: left;
    padding: 10px;
    color: #fff;
    font-weight: 400;
}
/**Footer**/
.footersec {
		background:#232323;
		padding: 50px 0;
}
.footerlogo {
	text-align: center;
}
.footerlogo a {
	display: inline-block;
}
.footercontent {
    padding: 30px 0 0;
}
.footersec p span, .copyrightsec p, .copyrightsec ul {
    width: auto;
}
.footersec p span {
    float: left;
}
.footersec p span {
    color: #fff;
    font-size: 22px;
    background: url(images/fline.jpg) no-repeat left bottom;
    margin: 0 0 20px;
    padding: 0 0 6px;
}
.footersec p, .footersec a, .copyrightsec, .footersec li {
	color: #9c9c9c;
}
.footersec a:hover {
	color: #fff;
}
.footersec p, .footersec li {
	line-height: 22px;
}
.footersec li {
	margin: 4px 0;
}
.abtweb, .uslink, .gintech {
	float: left;
}
.abtweb {
	width:30%;
}
.uslink {
    width: 46%;
    padding: 0 6%;
}
.gintech {
	width:24%;
}
.uslink ul {
    width: 100%;
    float: left;
}
.uslink ul li {
    background: url(images/footerli.png) no-repeat left 4px;
    padding: 0 0 0 14px;
    width: 47%;
    margin-right: 2%;
}
.gintech li img {
    margin: 3px 5px 0 0;
}
/**copyrightsec**/
.copyrightsec {
    background: #151515;
    padding: 10px 0;
    font-size: 12px;
}
.copyrightsec p {
	float: left;
	margin: 10px 0 0;
}
.copyrightsec ul {
	float: right;
}
.copyrightsec li {
    float: left;
    margin: 0 2px;
}
.copyrightsec a {
	float: left;
	display: block;
}
.copyrightsec a:hover {
	opacity: .7;
}
.search-modal, .menu-modal, #site-header, .skip-link { 
    display: none;
}
.enl40, .titleenro, .imgenro, .titleenro, .descenro, .mapsec {
    width: 100%;
    float: left;
}
.mapsec {
    height: 356px;
    border-bottom: solid 4px #fff;
    box-shadow: 0px 0px 8px #ccc;
}
.testimonialsec {
    background: #fafafa;
}
.teachri .enrolmain {
    border: solid 1px #f2f3f5;
}
.enrolmain {
    width: 45%;
    line-height: 21px;
    margin: 2%;
}
.enrolmain {
    display: inline-block;
    float: none;
}
.teachri .titleenro {
    padding: 20px 10px 10px;
}
.titleenro {
    font-weight: 700;
    font-size: 16px;
}
.titleenro {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
.teachri .descenro {
    padding: 0 10px 20px;
    min-height: 140px;
}
.teachri {
    text-align: center;
}
.intextp .conttxt {
    padding: 0px 0 0 20px;
}
.fieldfor {
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    border-radius: 4px;
}
.wrapper input[type="submit"] {
    width: auto;
    float: right;
    padding: 13px 30px 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    border-radius: 2px;
    background: #4095d0;
    cursor: pointer;
}
.wrapper input[type="submit"]:hover {
	background: #00427b;
}
.wrapper textarea.fieldfor {
    resize: none;
    height: 160px;
}
.wrapper .wpcf7 form .wpcf7-response-output {
    margin: 2em auto;
    float: left;
}
.wrapper .wpcf7-not-valid-tip {
    position: absolute;
    width: auto;
    right: 1%;
    font-size: 11px;
    top: 1%;
}
.conttable {
	width:100%;
	float: left;
	border-collapse: collapse;
	margin: 40px 0 20px;
}
.conttable th, .conttable td {
    border: solid 1px #ccc;
    padding: 10px;
    text-align: center;
}
.conttxt100 {
    padding: 30px 0 0;
}
.logo a {
    display: block;
    float: left;
}