@charset "utf-8";

/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Raleway Webfont Regular', sans-serif;
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Raleway Webfont Regular";
  src: url('../fonts/raleway-regular.eot');
  src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-regular.woff') format('woff'),
    url('../fonts/raleway-regular.ttf') format('truetype'),
    url('../fonts/raleway-regular.svg#ralewayregular') format('svg');
}

@font-face {
  font-weight: 600;
  font-style: normal;
  font-family: "Raleway Webfont Semi-bold";
  src: url('../fonts/raleway-semibold.eot');
  src: url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-semibold.woff') format('woff'),
    url('../fonts/raleway-semibold.ttf') format('truetype'),
    url('../fonts/raleway-semibold.svg#ralewaysemibold') format('svg');
}

@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: "Raleway Webfont bold";
  src: url('../fonts/raleway-bold.eot');
  src: url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-bold.woff') format('woff'),
    url('../fonts/raleway-bold.ttf') format('truetype'),
    url('../fonts/raleway-bold.svg#ralewaybold') format('svg');
}

/*--------base css------*/

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, p {
  /*color: #4a4949;*/
}

img {
  max-width:100%;
}

ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}


/*----css------*/

.head_list {width:100%;float:left;text-align:center;background-color:#fff;}

.head_list ul li {display:inline-table;}

.head_list ul li a {font-size:16px;color:#000;padding:20px 25px;display:inline-table;}

.head_list ul .active a {color:#fff;background-color:#ee3e41;}

.head_list ul li a:hover {color:#fff;background-color:#ee3e41;}



.head_list ul ul {width:230px !important;background-color:#f2f2f2;box-shadow:0px 0px 5px rgba(0,0,0,.5);z-index:5; }

.head_list ul ul li {width:100%;float:left;text-align:left;}

.head_list ul ul li a {padding:10px;width:100%;float:left;}

.head_list .sub-menu-parent,
.head_list .menu-item-has-children {
  position: relative;
}

.head_list .sub-menu {
  visibility: hidden;
  /* hides sub-menu */
  left: 0;
  top: 100%;
  opacity: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
  transform: translateY(-2em);
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.head_list .sub-menu-parent:focus .sub-menu,
.head_list .menu-item-has-children:focus .sub-menu,
.head_list .sub-menu-parent:focus-within .sub-menu,
.head_list .menu-item-has-children:focus-within .sub-menu,
.head_list .sub-menu-parent:hover .sub-menu,
.head_list .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.head_list .sub-menu a {
  background-color:#f2f2f2 !important;
  color:#000 !important;
}

.head_list .sub-menu a:hover {
  color: #ffffff !important;
  background-color: #ee3e41 !important;
}

.cprin {width:100%;float:left;background:url(../img/cprin_bg.jpg) no-repeat top center fixed;background-size:cover;padding:40px 0px 50px 0px;}

.cprin_left {width:100%;float:left;}

.cprin_left ul li {width:100%;float:left;padding-bottom:40px;color:#fff;}

.cprin_left ul li:last-child {padding-bottom:0px;}

.cprin_left ul li .h2 {font-weight:bold;font-size:35px;color:#ee3e41;text-shadow:1px 1px #fafafa}
.cprin_left ul li .h5 {font-size:24px;color:#ee3e41;font-weight:700;text-shadow:0px 0px 15px #fff;width:50%;}

.cprin_img {width:75%;float:left;}

.cprin_link {max-width:322px;}

.cprin_link a {color:#fff;font-size:20px;font-weight:700;background-color:#e12a2d;text-align:center;display:inline-table;padding:10px 30px;border-radius:3px;}

.available {width:100%;float:left;padding:50px 0px;}

.available h3 {font-size:32px;color:#1b1b1b;text-align:center;font-family: "Raleway Webfont Semi-bold";padding-bottom:25px;}

.available_img {background-color:#ee3e41;width:70px;height:70px;border-radius:7px;text-align:center;padding-top:15px;float:left;clear:both;}




.available_text {width:78%;float:right;padding-left:10px;}

.available_text h4 {font-size:22px;color:#000;font-family: "Raleway Webfont Semi-bold";padding-bottom:10px;}

.available_text p {font-size:14px;color:#484747;}



.study_sec {

	padding:35px 0px;width:100%;float:left;

}

.study_box {

	float:left;

	padding:15px;

}

.study_box h3 {

	padding-bottom:20px;

	text-align:center;

	font-size:24px;

	color:#262626;font-family: "Raleway Webfont Semi-bold";

}

.study_box p {

	text-align:center;

	padding-top:15px;

}

.study_img {

	text-align:center;

}



.news_sec {

	padding:30px 0px;

	background-color:#f7f7f7;width:100%;float:left;

}

.news_box {

	text-align:center;width:100%;float:left;

}

.news_img {

	position:relative;width:100%;float:left;

}

.news_img img {

	position:relative;

}

.news_date {

	position:absolute;

	top:0;

	left:0;

	background:#fc9917;

	padding:7px 25px;

}

.text_box h3 {

	text-align:center;

	font-size:24px;

	color:#262626;

}

.news_sec h2 {

	font-family: "Raleway Webfont Semi-bold";

	font-size:32px;

	color:#262626;

	text-align:center;

	padding-bottom:20px;

}

.news_date p span {

	display:block;

	font-size:16px;

	color:#FFF;

	font-weight:bold;

}

.news_date p {

	display:block;

	font-size:16px;

	color:#FFF;

	margin:0;

}

.text_box {

	border:1px solid #CCC;

	border-top:none;

	float:left;

	padding:15px;

}

.text_box p {

	text-align:center;

	padding-top:15px;

}



.upcoming_sec {
    background:url(../img/upcoming_bg.jpg) no-repeat top center fixed;
    background-size:cover;
    padding:40px 0px;
    width:100%;
    float:left;
}

.upcoming_sec h2 {
    font-family: "Raleway Webfont Semi-bold";
    font-size:32px;
    color:#fff;
/*    text-align:center;*/
}

.upcoming_sec a {
    color:#fff;
}

.upcoming_text {
    width: 100%;
/*    text-align: center;*/
    margin: auto;
    padding-top: 30px;
    float: left;
}


.upcoming_text p{ font-size:18px; color:#fff;}

.taxt_part{ text-align:center; padding-top:20px;}



.reg_btn{ text-align:center;padding-top: 50px;

padding-bottom: 18px;}





.reg_btn a{ font-size:24px; color:#fff; padding:10px 44px; background:#e12a2d; border-radius:4px; text-decoration:none;}



.footer_bottom {width:100%;float:left;border-top:1px solid #fff;padding:10px 0px;color:#fff;font-size:14px;}

.footer_top {background:url(../img/foots_bg.jpg) no-repeat top center;background-size:cover;padding:35px 0px 0px 0px;width:100%;float:left;}

.footer_top h6 {color:#fff;font-size:25px;font-family: "Raleway Webfont bold";padding-bottom:20px;}

.our_char {width:100%;float:left;padding-right:60px;padding-bottom:30px;}

.our_char p {color:#fff;font-size:15px;}

.footer_link {width:100%;float:left;padding-bottom:30px;}

.footer_link ul li {width:50%;float:left;}

.footer_link ul li a {font-size:16px;color:#fff;line-height:35px;}

.footer_contact {width:100%;float:left;padding-bottom:15px;}

.footer_contact ul li {width:100%;float:left;padding-bottom:20px;}

.footer_contact ul li a {font-size:14px;color:#fff;}

.footer_contact ul li i {background-color:#ee3e41;width:32px;height:32px;text-align:center;border-radius:50%;line-height:30px;}

.footer_contact span {float:right;width:80%;text-align:left;}







#fix_navbar {position: fixed;top: -120px;width: 100%;display:block;transition: top 0.5s;z-index:20;}











/*----------------------about us----------*/



.head_top {width:100%;position:relative;}


.about {width:100%;float:left;border-top:1px solid #c6c6c6;padding:50px 0px;}

.about_left {width:100%;float:left;}

.about_right {width:100%;float:left;}

.about_left h2 {color:#0d0d0d;font-size:44px;font-family: "Raleway Webfont Regular";}

.about_img {width:100%;float:left;margin-top:20px;position:relative;}

.about_left p {padding-top:20px;float:left;font-size:14px;color:#666;text-align:justify;}

.about_right h3 {font-size:25px;color:#1e1e1e;line-height:44px;font-family: "Raleway Webfont Regular";}

.about_right p {font-size:16px;color:#1e1e1e;line-height:30px;font-family: "Raleway Webfont Regular";padding:20px 0px;}

.req_btn {width:100%;float:left;padding:40px 0px;}

.req_btn a {color:#fff;background-color:#ee3e41;border-radius:3px;font-size:20px;font-family: "Raleway Webfont bold";width:250px;display:inline-table;text-align:center;padding:15px;}

.about_right h4 {font-size:26px;color:#ee3e41;font-family: "Raleway Webfont Semi-bold";}

.about_right ul li {width:100%;float:left;padding-top:20px;}

.about_right ul li a {background-color:#ee3e41;color:#fff;width:100%;float:left;font-size:20px;line-height:40px;padding:5px 10px;}

.about_right ul li span {width:25px;display:inline-table;margin-right:20px;}

.about_right ul li img {width:25px;}

.about_left h4 {font-size:20px;color:#0d0d0d;font-family: "Raleway Webfont Regular";padding-top:20px;float:left;}



/*--------contact*----------------*/

.contact_head {font-size:44px;color:#0d0d0d;padding:40px 0px;text-align:center;font-family: "Raleway Webfont Regular";}

.contact_detail {width:100%;float:left;text-align:center;}

.contact_detail p {font-size:20px;color:#5b5b5b;padding:1px;}

.contact_detail i {
    background-color: #f9f9f9;
    border-radius: 50%;
    color: #4e4e4e;
    display: inline-table;
    font-size: 25px;
    height: 36px;
    width: 35px;
}
.google_maps {width:100%;float:left;padding-top:35px;}

.contact_form {width:100%;float:left;background-color:#fafafb;padding:40px 0px;}

.padding0 {padding:0px !important;}

.contact_form h3 {font-size:28px;color:#313030;font-family: "Raleway Webfont Regular";padding-bottom:15px;}

.contact_form p {font-size:15px;color:#555;width:70%;padding-bottom:20px;float:left; }

.contact_form input[type="text"] {height:45px;font-size:16px;border-radius:0px;margin-bottom:25px;font-family: "Raleway Webfont Regular";}

.contact_form textarea {min-height:150px;font-size:16px;border-radius:0px;margin-bottom:25px;font-family: "Raleway Webfont Regular";resize:none;}

.contact_form input[type="submit"] {background-color:#ee3e41;color:#fff;border:none;font-size:18px;font-family: "Raleway Webfont Regular";padding:10px 25px;}





/*-------news readmore-----------*/



.about_img_posi {font-size:20px;color:#fff;background-color:#fd9a18;width:90px;text-align:center;position:absolute;top:0px;left:0px;padding:10px;}

.about_img_posi strong {font-size:25px;display:block;}





/*------testimonial-----*/



.testi {width:100%;float:left;background-color:#f2f2f2;margin:15px 0px;padding:20px;}

.testi h3 span {display:block;}

.testi h3 {font-size:15px;color:#0d0d0d;font-family: "Raleway Webfont Semi-bold";padding-top:15px;float:left;line-height:26px;}

.testi p {padding-top:0px;color:#0d0d0d;}





/*------faq----------*/



.faq {width:100%;float:left;padding-top:20px;}





.faq .accordion-container{

  position: relative;

  max-width:100%;

  height: auto;

  margin: 10px auto;

}

.faq .accordion-container > h2{

  text-align: center;

  color: #fff;

  padding-bottom: 5px;

  margin-bottom: 20px;

  padding-bottom: 15px;

  border-bottom: 1px solid #ddd;

}

.faq .set{

  position: relative;

  width: 100%;

  height: auto;

  background-color: #f5f5f5;margin-bottom:15px;float:left;

}

.faq .set > a{

  display: block;

  padding: 10px 15px;

  text-decoration: none;

  color: #555;

  font-size:16px;

  border-bottom: 1px solid #ddd;

  -webkit-transition:all 0.2s linear;

  -moz-transition:all 0.2s linear;

  transition:all 0.2s linear;width:100%;float:left;background-color:#f2f2f2;

}

.faq .set > a i{

  float: right;

  margin-top: 2px;

}

/*.faq .set > a.active{

  background-color:#3399cc;

  color: #fff;

}*/

.faq .content{

  background-color: #fff;

  border: 1px solid #ddd;

  display:none;width:100%;float:left;border-top:none;

}

.faq .content p{

  padding: 10px 15px;

  margin: 0;

  color: #333;

}

.faq img {margin-right:15px;}







/*-----------student registration-------------------*/



.student_reg {width:100%;float:left;padding-top:25px;}

.student_reg h5 {font-size:18px;color: #313030;font-family: "Raleway Webfont Regular";padding-bottom:8px;}

.student_reg input[type="text"] {height:38px;font-size:15px;border-radius:0px;margin-bottom:25px;font-family: "Raleway Webfont Regular";}

.student_reg select {height:38px;font-size:15px;border-radius:0px;margin-bottom:25px;font-family: "Raleway Webfont Regular";}

.student_reg input[type="submit"] {background-color:#ee3e41;color:#fff;border:none;font-size:18px;font-family: "Raleway Webfont Regular";padding:10px 25px;}


/*--------------------------------------------------------------------------*/
/*==========================================================================*/
.entry-header h1 {
	font-size: 28px;
	color: #313030;
	font-family: "Raleway Webfont Regular";
	padding-bottom: 15px;
}
.contact_form input[type="email"] {
	height: 45px;
	font-size: 16px;
	border-radius: 0px;
	margin-bottom: 25px;
	font-family: "Raleway Webfont Regular";width:100%;border:1px solid #ccc;width:100%;
}
.contact_form input[type="tel"] {
	height: 45px;
	font-size: 16px;
	border-radius: 0px;
	margin-bottom: 25px;
	font-family: "Raleway Webfont Regular";border:1px solid #ccc;width:100%;
}
.contact_form input[type="text"] {
	height: 45px;
	font-size: 16px;
	border-radius: 0px;
	margin-bottom: 25px;
	font-family: "Raleway Webfont Regular";border:1px solid #ccc;width:100%;
}
.contact_form textarea {
	min-height: 150px; 
	font-size: 16px;
	border-radius: 0px;
	margin-bottom: 25px;
	font-family: "Raleway Webfont Regular";
	resize: none;border:1px solid #ccc;width:100%;border:1px solid #ccc;width:100%;
}
.contact_form select {
	height: 45px;
	font-size: 13px;
	border-radius: 0px;
	margin-bottom: 25px;
	font-family: "Raleway Webfont Regular";border:1px solid #ccc;width:100%;
}
.footer_top h2 {
	color: #fff;
	font-size: 25px;
	font-family: "Raleway Webfont bold";
	padding-bottom: 20px;
}
.textwidget li {float:left;width:100%;list-style:none;margin:0;padding:0 0 20px 0;} 
.textwidget li a {
	font-size: 14px;
	color: #fff;
}
.contact_form h5 {
	font-size: 18px;
	color: #313030;
	font-family: "Raleway Webfont Regular";
	padding-bottom: 8px;}
.contact_form p {width:100%;padding:0px;} 
.head_list .current_page_item a {color:#fff !important;background-color: #ee3e41;}
.reg_btn {width:100%;float:left;}
.news_date {width:90px;text-align:center;}
.footer_bottom p {
    color: #fff;
}

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
 border: 2px solid #ff0000;
    float: left !important;
	width:100% !important
}
