/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
@font-face {
    font-family: Muli-Regular;
    src: url("../fonts/Muli-Regular.ttf");
}
body,p,span,input,label,a,h1,h2,h3,h4,h5,h6,small{font-family: Muli-Regular !important;}
.bg_white{
	background: #fff;
    min-height: 60px;
    width: 100%;
    box-shadow: 0px 2px 4px 2px rgba(136, 136, 136, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
}

/*****************menu*********************/
.menu-wrap {
  width: 220px;
  margin: 0 auto;
}
.menu-sidebar li {
    padding: 18px 22px 0;
  	font-size: 14px;
  	font-weight: bold;
    list-style: none;
}
.menu-sidebar li > a {
    color: #912875;
    font-size: 21px;
    text-decoration: none;
    position: relative;
    font-family: arial;
}
.menu-sidebar li > a::after {
    content: "";
    display: block;
    height: 0.15em;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    background-image: linear-gradient(to right, transparent 50.6%, #912875 50.6%);
    transition: background-position .2s .1s ease-out;
    background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
    background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
    position: relative;
}
/*.menu-sidebar .menu-item-has-children .sub-menu {
    display: none;
}*/
.sidebar-menu-arrow::after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding: 5px;
    color: #FFFA3B;
    position: relative;
}
.sidebar-menu-arrow:hover::after {
    cursor: pointer;
    color: #fff;
}
.sidebar-menu-arrow:active::after {
    top: 2px;
}
.toggle-button {
   	position: fixed;
    width: 44px;
    height: 40px;
    padding: 4px;
    transition: .25s;
    z-index: 99999;
    top: 17px;
    right: 30px;
    cursor: pointer;
}
.toggle-button .menu-bar {
  position: absolute;
  border-radius: 2px;
  width: 80%;
  transition: .5s;
}
.toggle-button .menu-bar-top {
  border: 4px solid #912875;
  border-bottom: none;
  top: 0;
}
.toggle-button .menu-bar-middle {
  height: 4px;
  background-color: #912875;
  margin-top: 7px;
  margin-bottom: 7px;
  top: 4px;
}
.toggle-button .menu-bar-bottom {
  border: 4px solid #912875;
  border-top: none;
  top: 22px;
}
/*..........button............*/
.button-open .menu-bar-top {
  transform: rotate(45deg) translate(8px, 8px);
  transition: .5s;
}
.button-open .menu-bar-middle {
  transform: translate(230px);
  transition: .1s ease-in;
  opacity: 0;
}
.button-open .menu-bar-bottom {
  transform: rotate(-45deg) translate(8px, -7px);
  transition: .5s;
}
/*..........button............*/
.menu-wrap {
    background: #fff;
    position: fixed;
    top: 0px;
    height: 100%;
    width: 280px;
    margin-right: -2000px;
    font-size: 1em;
    font-weight: 600;
    overflow: auto;
    transition: .25s;
    z-index: 9999;
    right: 0;
}
.menu-show {
    margin-right: 0px;
    box-shadow: 4px 2px 15px 1px #B9ADAD;
}
.menu-sidebar{
	padding-top:79px;
}
.bdr_menu{
	border-bottom: 3px solid #912875;
    position: relative;
    z-index: 100000000;
    top: 0;
}
/*****************menu*********************/

/*.................about....................*/
.bg_white_close{
    box-shadow: 0px 2px 4px 2px rgba(136, 136, 136, 0.8);
    background: #fff;
    position: fixed;
    top: 63px;
    height: 100vh;
    width: 100%;
    margin-right: -2000px;
    font-size: 1em;
    font-weight: 600;
    overflow: auto;
    transition: .25s;
    right: 0;
}
.bg_white_open {
    margin-right: 0px;
    box-shadow: 4px 2px 15px 1px #B9ADAD;
}
/*.................about....................*/
/*.................Ourteam....................*/
.bg_white_close1{
    box-shadow: 0px 2px 4px 2px rgba(136, 136, 136, 0.8);
    background: #fff;
    position: fixed;
    top: 63px;
    height: 100vh;
    width: 100%;
    margin-right: -2000px;
    font-size: 1em;
    font-weight: 600;
    overflow: auto;
    transition: .25s;
    right: 0;
}
.bg_white_open1 {
    margin-right: 0px;
    box-shadow: 4px 2px 15px 1px #B9ADAD;
}
/*.................Ourteam....................*/
/*.................courses_close....................*/
.courses_close{
    box-shadow: 0px 2px 4px 2px rgba(136, 136, 136, 0.8);
    background: #fff;
    position: fixed;
    top: 63px;
    height: 100vh;
    width: 100%;
    margin-right: -2000px;
    font-size: 1em;
    font-weight: 600;
    overflow: auto;
    transition: .25s;
    right: 0;
}
.courses_open {
    margin-right: 0px;
    box-shadow: 4px 2px 15px 1px #B9ADAD;
}
/*.................courses_close....................*/
/*.................contact....................*/
.bg_white_close2{
    box-shadow: 0px 2px 4px 2px rgba(136, 136, 136, 0.8);
    background: #fff;
    position: fixed;
    top: 63px;
    height: 100vh;
    width: 100%;
    margin-right: -2000px;
    font-size: 1em;
    font-weight: 600;
    overflow: auto;
    transition: .25s;
    right: 0;
}
.bg_white_open2{
    margin-right: 0px;
    box-shadow: 4px 2px 15px 1px #B9ADAD;
}
/*.................contact....................*/
.logo{
	padding: 10px 0px 3px 22px;
}
.head_loca{
	color: purple;
    padding: 2px 10px 2px;
    font-size: 16px;
}
.head_loca:hover, .head_loca:focus{
	color: #569e09;
	text-decoration: none;
}
.head_loca1{
	padding-right: 52px;
    padding-top: 25px;
}
.head_loca1 .head_loca:last-child{
	border-right: 1px solid purple;
}
.head_tital{
	text-align: center;
    padding: 10px;
    color: purple;
    font-weight: 600;
    height: 80px;
    width: 265px;
    background: #fff;
}
.about_p p{
	text-align: justify;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.border_a{
	position: relative;
	height: 93px;;
}
.border_a:before{
	content: " ";
	position: absolute;
	background-color: purple;
	height: 1px;
	width:100%;
	left:0;
	right: 0;
	top: 30%;
    z-index: -1;
}