body{
	margin: 0;
	padding: 0;
}

*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.vc_column_container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

h1{
  font-size: 39px;
  color: #cc4a00;
}


h2{
   color: #ff9900;
   font-size: 33px;
}

p{
	color: #817471;
	font-size: 24px;
	font-family: 'Barlow Semi Condensed';
}
a:hover{
	text-decoration: none;
}
a:focus {
    outline:none !important;
}
.nav-side-menu {
    overflow: auto;
    font-size: 12px;
    font-weight: 200;
    position: fixed;
    top: 0px;
    width: 25%;
    height: 100%;
    color: #e1ffff;
    left: 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    z-index: 99999;
    background: #fff;
}
.nav-side-menu .brand {
   width: 100%;
    text-align: center;
    display: inline-block;
    padding: 20px 0;
}
.brand img {
    max-width: 180px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
      height: inherit !important;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
/*.nav-side-menu ul .active,*/
.nav-side-menu li.active a {
  background-color: #817471 !important;
  color: #fff;
  border-left: 3px solid #ff9900;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
    border-top: 1px solid #d9d9d9;
    text-align: center;
/*    padding: 20px 0;*/
}
.nav-side-menu li:last-child{
     border-bottom: 1px solid #d9d9d9;
}
.nav-side-menu li a {
    text-decoration: none;
    color: #817471;
    font-size: 17px;
    font-family: "adelle";
        width: 100%;
    display: inline-block;
    padding: 20px 0;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li a:hover {
  background-color: #817471 !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-side-menu li:hover {
  background: none !important;
}
.nav-side-menu li a:hover {
 color: #fff;
 }
@media (max-width: 992px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
  .nav-side-menu .brand {
    padding: 20px 20px;
}
}
@media (min-width: 992px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
body {
  margin: 0px;
  padding: 0px;
}
.apply-div a {
    width: auto;
    display: inline-block;
    background: #ff9900;
    color: #fff;
    padding: 13px 50px;
    font-size: 20px;
    border-radius: 5px;
    font-family: "adelle";
    font-weight: 300;
    position: relative;
    transition: all ease-in-out 0.4s;
}
.apply-div {
    width: 100%;
    display: inline-block;
    /* float: left; */
    text-align: center;
    padding: 35px 0 10px 0;
}
.cmApp_FormButtonContainer {
    width: 100%;
    display: inline-block !important;
    padding: 20px 0;
    text-align: center;
}
.cmApp_FormButtonContainer a.cmFormElemButton {
    width: auto;
    display: inline-block;
    background: #f9f4f1 !important;
    color: #817471 !important;
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 5px;
    font-family: "adelle";
}

/* mission A */
section#our-mission {
    padding: 0;
    margin: 0;
}
#our-mission .emapower-row{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  /* padding: 255px 0px;*/
    padding: 230px 0px 290px;
}
.our-mission-div {
    text-align: center;
}
.our-mission-div h1 {
    font-size: 28px;
    color: #ff9900;
    line-height: 25px;
    padding: 10px 0;
    margin-bottom: 0;
        font-family: 'Barlow Semi Condensed';
    font-weight: 300;
}
.our-mission-div h2 {
    font-size: 56px;
    color: #fff;
    line-height: 70px;
    padding-top: 0;
    position: relative;
    font-family: "adelle";
}
.our-mission-div h2:after {
    position: absolute;
   bottom: -95px;
   width: 3px;
   height: 65px;
   background: #f26c4f;
   content: "";
   left: 0;
   right: 0;
   text-align: center;
   z-index: 9999;
   margin: 0 auto;
}
.story-header {
    text-align: center;

}
.story-header h2 {
    color: #817471;
    line-height: 25px;
    padding: 10px 0 20px;
    margin-bottom: 0;
    font-size: 21px;
    font-family: 'Barlow Semi Condensed';
    font-weight: 300px;
}
.story-header h1 {
    font-size: 28px;
    color: #cc4a00;
    padding: 0;
    font-weight: 500;
    position: relative;
        font-family: "adelle";
        padding-top: 0px;
}
.story-header h1:after {
   position: absolute;
   bottom: -90px;
   width: 2px;
   height: 65px;
   background: #f26c4f;
   color: #000;
   content: "";
   left: 0;
   right: 0;
   text-align: center;
   z-index: 9999;
   margin: 0 auto;
}
.our-story-row .vc_row {
   padding-top: 95px;
}
.story-content p {
   font-size: 18px;
   color: #817471;
   line-height: 30px;
   font-family: 'Barlow Semi Condensed';
   font-weight: 300;
}
.changing-text {
   text-align: center;
   margin-bottom: 0;
   padding: 26px 0 60px 0;
   margin-bottom: 0 !important;
}
.changing-text p {
    color: #817471;
    font-size: 21px;
    line-height: 26px;
    padding: 10px 0;
        font-family: "adelle";
    font-style: italic;
    font-weight: 300;
}
.our-story-row {
    padding: 70px 0 40px;
}
.main-col-8 {
    padding: 0 !important;
}
.main-col-4 {
    padding: 0 !important;
}
/* end */

/* our-education-modal A */
section#our-education-modal {
   background: #f9f4f1;
   padding: 110px 0 0;
}
.model-cont h1 {
   text-align: center;
   padding: 15px 0;
   font-size: 28px;
   color: #cc4a00;
   font-weight: 500;
   position: relative;
   font-family: "adelle";
}
.model-cont h1:after {
   position: absolute;
   bottom: -80px;
   width: 2px;
   height: 65px;
   background: #f26c4f;
   color: #000;
   content: "";
   left: 0;
   right: 0;
   text-align: center;
   z-index: 9999;
   margin: 0 auto;
}
.model-cont p {
   font-size: 20px;
   color: #817471;
   line-height: 30px;
   padding-top: 90px;
   text-align: center;
   max-width: 555px;
   margin: 0 auto;
   font-weight: 300;
}
.model-cont a {
   width: auto;
   display: inline-block;
   background: #ff9900;
   color: #fff;
   padding: 15px 75px;
   font-size: 20px;
   border-radius: 5px;
   margin: 50px 0 !important;
   position: relative;
   font-family: "adelle";
   font-style: italic;
   font-weight: 300;
   transition: all ease-in-out 0.4s;
}

.model-cont a:after {
   position: absolute;
   bottom: -107px;
   width: 3px;
   height: 64px;
   background: #f26c4f;
   color: #000;
   content: "";
   left: 0;
   right: 0;
   text-align: center;
   z-index: 9999;
   margin: 0 auto;
}
.content-model h1 {
    text-align: left;
    font-size: 24px;
    color: #ff9900;
    font-weight: 500;
    position: inherit;
    font-family: "adelle";
    margin: 0;
    padding-bottom: 25px;
}
.content-model h1:after{
	display: none;
}
.edu-model-div .content-model p {
   padding: 0;
   font-size: 18px;
   color: #817471;
   line-height: 30px;
   padding-top: 0;
   text-align: left;
   max-width: inherit;
   margin: 0 auto;
   font-family: 'Barlow Semi Condensed';
   font-weight: 300;
}
.content-model {
   padding: 35px;
   background: #fff;
   height: 350px;
}
.edu-model-div {
    margin-bottom: 30px;
}
.team-member-detail {
   width: 100%;
   display: inline-block;
   padding: 76px 0 0;
}

.models-div {
   margin-bottom: 0 !important;
   padding-bottom: 115px;
}

/* end our-education-modal A */

/* part-of-missoin A */

.want-part-div {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 70px 0;
}
.want-part-div h1 {
   text-align: center;
   padding: 10px 0 33px !important;
   font-size: 28px;
   color: #ffffff !important;
   font-weight: 500;
   position: inherit !important;
   font-family: "adelle";
}
.want-part-div h1:after{
  display: none !important;
}
.want-part-div p a {
   width: auto;
   display: inline-block;
   background: #ff9900;
   color: #fff;
   padding: 10px 50px !important;
   font-size: 21px;
   border-radius: 0;
   font-family: "adelle";
   outline: none;
   text-decoration: none;
   font-style: italic;
   transition: all ease-in-out 0.4s;
}

.want-part-div p a:hover {
	background-color:#db8300;
	color:#FFFFFF;
}

/* end A*/

/* learning-facilitator A */
section#learning-facilitator {
   padding: 113px 0 0;
}
.fac-row {
    text-align: center;
    padding-bottom: 20px;
}
.fac-row h1 {
    text-align: center;
    padding: 10px 0;
    font-size: 28px;
    color: #cc4a00;
    font-weight: 500;
    position: relative;
    font-family: "adelle";
}
.fac-row h1:after {
    position: absolute;
    bottom: -100px;
    width: 3px;
    height: 64px;
    background: #f26c4f;
    color: #000;
    content: "";
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    margin: 0 auto;
}
.fac-row p {
    font-size: 18px;
    color: #817471;
    line-height: 30px;
    padding-top: 120px;
    text-align: center;
    max-width: 530px;
    margin: 0 auto;
}
.left-img {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 90px;
    background: #fcefda;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
}
.left-img figure{
    margin: 0;
 }

 .left-img figure img {
    max-width: 80%;
    width: 100%;
}
.icons-4 {
    padding: 20px 0;
}
.icons-4 .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.icons-4 p {
    width: 171px;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 10px;
    font-family: "adelle";
}
.facilitator-icons {
    padding: 10px 20px;
}
.credential-row {
    text-align: center;
    padding: 35px 0 70px;
}
.credential-row p {
    color: #bbb2b0;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
}
/* end */

/* footer A */

footer#colophon {
    background: #5f5452;
    margin: 0;
    border-top: none;
}

.footer-info {
   width: 100%;
   display: inline-block;
   text-align: center;
   border-top: 1px solid #847a78;
   padding: 20px 0;
}
.footer-info p {
   margin-bottom: 0;
   font-size: 16px;
   color: #958986;
   font-family: 'Barlow Semi Condensed';
   font-weight: 300;
}
footer#colophon .wrap {
    padding-bottom: 0 !important;
}
.logo-footer {
   text-align: center;
   border-right: 1px solid #867c7a;
}
.logo-footer img {
    max-width: 80%;
}
.vc_col-md-3.menu-footer {
    text-align: center;
}
.menu-footer ul.menu-ul {
    list-style: none;
        padding-left: 50px;
}
.menu-footer ul.menu-ul li {
    padding: 8px 0;
    text-align: left;
}
.menu-footer ul.menu-ul li a {
    font-size: 17px;
    color: #cecbcb;
    font-family: 'Barlow Semi Condensed';
}
.social-footer ul.social-menu-ul {
    list-style: none;
}
.social-footer ul.social-menu-ul li {
    padding: 8px 0;
}
.social-footer ul.social-menu-ul li a {
   font-size: 17px;
   color: #c2bdbe;
   font-family: 'Barlow Semi Condensed';
}
.menu-footer ul.menu-ul li a {
   font-size: 17px;
   color: #c2bdbe;
   font-family: 'Barlow Semi Condensed';
}
.social-footer ul.social-menu-ul li a i {
    font-size: 16px;
    position: inherit;
    padding-right: 12px;
}

.addess-div p {
   margin-bottom: 0;
   font-size: 17px;
   color: #908582;
   font-family: 'Barlow Semi Condensed';
}
footer .vc_col-md-12 {
    padding: 40px 10px 30px;
}
/*  end footer A */


/* page_2 our-beliefs-and-guiding-principles A */

/*  our-mission-1  A */
section#our-mission-1 {
    padding: 0;
    margin: 0;
}
#our-mission-1 .strategic-row {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 230px 0px 290px;
}
/*#our-mission-1 .strategic-row h1 {
    font-size: 28px;
    color: #ff9900;
    line-height: 25px;
    padding: 10px 0;
    margin-bottom: 0;
    font-family: 'Barlow Semi Condensed';
}*/
#our-mission-1 .strategic-row h2 {
    font-size: 55px;
    color: #fff;
    line-height: 60px;
    padding-top: 0px;
    position: relative;
        font-family: "adelle";
}
#our-mission-1 .strategic-row h2:after {
    position: absolute;
    bottom: -100px;
    width: 3px;
    height: 64px;
    background: #f26c4f;
    content: "";
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    margin: 0 auto;
}
section#our-belief-princples {
    padding: 90px 0 20px;
    margin: 0;
}
.our-values {
    padding: 80px 0 40px;
    text-align: center;
}
.our-values h2 {
   color: #817471;
   line-height: 25px;
   padding: 10px 0 20px;
   margin-bottom: 0;
   font-size: 21px;
   font-family: 'Barlow Semi Condensed';
   font-weight: 300;
}
.our-values h1 {
    font-size: 28px;
    color: #f26c4f;
    padding: 0;
    font-weight: 500;
    position: relative;
    font-family: "adelle";
}
.our-values h1:after {
    position: absolute;
    bottom: -100px;
    width: 3px;
    height: 64px;
    background: #f26c4f;
    color: #000;
    content: "";
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    margin: 0 auto;
}
.our-values p {
    font-size: 18px;
    color: #817471;
    line-height: 30px;
    max-width: 410px;
    text-align: center;
    margin: 0 auto;
    padding-top: 120px;
}
.mission-values {
    padding: 20px 0;
}
.left-mission {
    text-align: right;
    padding: 10px 10px 10px 150px !important;
}
.left-mission h1 {
    font-size: 24px;
    color: #ff9900;
    font-weight: 500;
    position: inherit;
    font-family: "adelle";
}
.left-mission h1:after {
 display: none;
 }
.left-mission p {
    padding: 0;
    font-size: 18px;
    color: #817471;
    line-height: 30px;
    padding-top: 0;
    max-width: inherit;
	font-weight:300;
 }
.right-mission {
    text-align: left;
    padding: 10px 150px 10px 10px !important;
}
.right-mission h1 {
    font-size: 24px;
    color: #ff9900;
    font-weight: 500;
    position: inherit;
    font-family: "adelle";
}
.right-mission h1:after {
 display: none;
 }
.right-mission p {
    padding: 0;
    font-size: 18px;
    color: #817471;
    line-height: 30px;
    padding-top: 0;
    max-width: inherit;
	font-weight:300;
 }


/*end our-mission-1 A */


/* our-belief-princples A  */
#our-belief-princples h2 {
    color: #817471;
    line-height: 25px;
    padding: 10px 0 28px;
    margin-bottom: 0;
    font-size: 21px;
    text-align: center;
    font-family: 'Barlow Semi Condensed';
}
#our-belief-princples h1 {
    font-size: 28px;
    color: #cc4a00;
    padding: 0;
    font-weight: 500;
    position: relative;
    text-align: center;
    max-width: 440px;
    margin: 0 auto;
    font-family: "adelle";
}
#our-belief-princples h1:after {
    position: absolute;
    bottom: -100px;
    width: 3px;
    height: 64px;
    background: #f26c4f;
    color: #000;
    content: "";
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    margin: 0 auto;
}
#our-belief-princples .vc_tta-container {
    max-width: 780px;
    margin: 0 auto;
    padding-top: 105px;
}
#our-belief-princples .vc_tta-container a {
    font-size: 18px;
    color: #817471 !important;
    border: none;
    background: none;
        font-family: 'Barlow Semi Condensed';
    padding: 14px 42px 25px;
}
#our-belief-princples .vc_active a {
    color: #ff9900 !important;
}
#our-belief-princples .vc_tta-container .vc_tta-panels {
    border: none !important;
    background: none !important;
    max-width: 540px;
    margin: 0 auto;
    padding: 40px 0 50px;
}
#our-belief-princples .vc_tta-container .vc_tta-panels ul {
    list-style: decimal-leading-zero;
    padding: 10px;
}
#our-belief-princples .vc_tta-container .vc_tta-panels ul li {
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0;
    color: #817471;
	font-weight:300;
    font-family: 'Barlow Semi Condensed';
}
#our-belief-princples ul.vc_tta-tabs-list {
    border-bottom: 1px solid #ccc !important;
    margin: 0 !important;
}
#our-belief-princples ul.vc_tta-tabs-list li {
    margin: 0 !important;
}
li.vc_tta-tab.vc_active {
    border-bottom: 4px solid #ff9900;
}
/* end our-belief-princples A */


/* our-vision A */

section#our-vision {
    margin: 0;
    background: #f9f4f1;
    padding: 90px 0 0;
}
section#our-vision h2 {
    color: #817471;
    line-height: 25px;
    padding: 10px 0 30px;
    margin-bottom: 0;
    font-size: 21px;
    text-align: center;
    font-family: 'Barlow Semi Condensed';
}
section#our-vision h1 {
    font-size: 28px;
    color: #cc4a00;
    padding: 0;
    font-weight: 500;
    position: relative;
    text-align: center;
    padding-top: 0px;
    font-family: "adelle";
}
section#our-vision h1:after {
    position: absolute;
    bottom: -100px;
    width: 3px;
    height: 64px;
    background: #f26c4f;
    color: #000;
    content: "";
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    margin: 0 auto;
}
section#our-vision .narrowchart {
    width: 100%;
    display: inline-block;
        padding-top: 80px;
}
section#our-vision .narrowchart .accordianbody {
    border: none;
    background: #fff !important;
    border-left: 4px solid #f26c4f;
    border-radius: 0;
}
section#our-vision .narrowchart .accordianheader {
    border: none;
    background: #fff;
    margin: 30px 0 0 !important;
    padding:30px !important;
    border-left: 4px solid #f26c4f;
    border-radius: 0;
    position: relative;
}
span.ui-accordion-header-icon {
    display: none;
}
section#our-vision .narrowchart .accordianheader h1 {
    text-align: left;
    color: #ff9900;
    margin: 0;
    font-size: 28px;
    font-family: "adelle";
}
section#our-vision .narrowchart .accordianbody ul {
    list-style: disc;
    max-width: 100%;
    margin: 0 auto;
    border-top: 1px solid #d9d9d9;
    padding: 40px 125px;
}
section#our-vision .narrowchart .accordianbody li {
    border-bottom: none !important;
    color: #817471;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow Semi Condensed';
	font-weight:300;
}
section#our-vision .narrowchart .accordianheader h1:after {
    display: none !important;
    /* content: ""; */
}
section#our-vision .narrowchart .accordianheader h3 {
    text-align: left;
    padding: 0;
    color: #817471;
      font-size: 18px;
    font-family: "adelle";
    padding-top: 10px;
    font-style: italic;
}
section#our-vision .narrowchart .accordianheader i {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 50px;
    color: #817471;
}
section#our-vision .narrowchart .accordianheader  .ui-state-active i {
    color: #817471;
    transform: translateY(-50%) rotate(180deg) !important;
}

/* end A */


/* end A */


/*2-4*/
 a:hover, a:active {
    color: #000 !important;
}

.ui-state-active i {
    position: absolute !important;
    /* right: 20px !important; */
    top: 35% !important;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    transform: translateY(-50%) !important;
}

.ui-state-active i {
    color: #ACD4CE;
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}
/*end*/




/* media */

@media (max-width: 1024px){
.content-model {
    height: 380px;
}
#our-belief-princples .vc_tta-container a {
    padding: 14px 18px;
    text-align: center;
}
.left-mission {
    padding: 10px 10px 10px 30px !important;
}
.right-mission {
    padding: 10px 30px 10px 10px !important;
}
#our-belief-princples ul.vc_tta-tabs-list {
    text-align: center;
}
section#our-vision .narrowchart .accordianbody ul {
    padding: 40px 50px;
}
section#our-vision .narrowchart .accordianheader h3 {
    font-size: 16px;
}

}
@media (max-width: 992px){
.logo-footer {
    border-right: none;
}
.menu-footer ul.menu-ul {
    padding-left: 0;
}
}
@media (max-width: 768px){
/*    .vc_col-md-3.main-col-4 {
    width: 25%;
    float: left;
}
.vc_col-md-9.main-col-8 {
    width: 75%;
    float: left;
}*/
.nav-side-menu li a {
    font-size: 12px;
    padding: 10px 0;
}
/*.nav-side-menu li {
    padding: 10px 0;
}*/
.apply-div a {
    padding: 10px 20px;
    font-size: 14px;
}
.cmApp_FormButtonContainer a.cmFormElemButton {
    padding: 10px 20px;
    font-size: 14px;
}
#our-mission .emapower-row {
    padding: 110px 0px 110px;
}
.our-mission-div h1 {
    font-size: 22px;
    line-height: 20px;
}
.our-mission-div h2 {
    font-size: 32px;
    line-height: 40px;
}
.our-story-row {
    padding: 40px 0 40px;
}
.story-header h2 {
    font-size: 24px;
}
.story-header h1 {
    font-size: 22px;
	padding:0 7%;
}
.story-content p {
    font-size: 19px;
	font-weight:300;
 }
 .changing-text p {
    font-size: 19px;
	 font-weight:300;
}
section#our-education-modal {
    padding: 40px 0 0;
}
.model-cont h1 {
  font-size: 24px;
	padding:0 7%;
}
	
.model-cont p {
  font-size: 19px;
	padding:0 7%;
	font-weight:300;
 }
 .model-cont a {
    padding: 10px 30px;
    font-size: 16px;
}
.content-model h1 {
    font-size: 20px;
	padding:0;
 }
.content-model {
    height: 380px;
}
.want-part-div h1 {
    font-size: 24px;
	padding:0 7%;
 }
 .want-part-div p a {
    padding: 10px 30px !important;
    font-size: 19px;
}
section#learning-facilitator {
    padding: 40px 0 0;
}
.fac-row h1 {
    font-size: 24px;
	padding:0 7%;
 }
 .fac-row p {
    font-size: 19px;
    line-height: 160%;
    font-weight: 300;
	padding:0 5%;
}
.icons-4 p {
    width: 170px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
}
.credential-row p {
    font-size: 12px;
}
.credential-row {
    text-align: center;
    padding: 30px 0 30px;
}
.want-part-div {
    padding: 40px 0;
}
.logo-footer {
    border-right: none;
}
.menu-footer ul.menu-ul {
    padding-left: 0;
}
.social-footer ul.social-menu-ul li a {
    font-size: 14px;
 }
 .menu-footer ul.menu-ul li a {
    font-size: 14px;
 }
 .addess-div p {
    font-size: 14px;
 }
 .footer-info p {
    font-size: 13px;
	 padding:2% 0;
}
.footer-info {
    padding: 10px 0;
}
.our-values {
    padding: 40px 0 40px;
}
.our-values h2 {
    font-size: 18px;
    padding: 10px 0 10px;
}
.our-values p {
    font-size: 14px;
}
.right-mission h1 {
    font-size: 20px;
}
.left-mission h1 {
    font-size: 20px;
}
section#our-belief-princples {
    padding: 40px 0 20px;
}
.our-values h1 {
    font-size: 22px;
}
#our-belief-princples h2 {
    padding: 10px 0 10px;
    font-size: 18px;
}
#our-belief-princples h1 {
    font-size: 22px;
}
section#our-vision {
    padding: 40px 0 0;
}
section#our-vision h2 {
    padding: 10px 0 10px;
    font-size: 18px;
}
section#our-vision h1 {
    font-size: 22px;
}
section#our-vision .narrowchart .accordianheader h1 {
    font-size: 22px;
}
 section#our-vision .narrowchart .accordianheader h3 {
    font-size: 14px;
}
section#our-vision .narrowchart .accordianbody li {
    font-size: 16px;
    line-height: 26px;
}
#our-mission-1 .strategic-row {
    padding: 110px 0px 110px;
}
#our-mission-1 .strategic-row h2 {
    font-size: 32px;
    line-height: 40px;
}
	footer .vc_col-md-12, vc_col-md-3 menu-footer ul li {
		text-align:center;
		font-size:16px;
	}
}
@media (max-width: 767px){
/*    .vc_col-md-3.main-col-4 {
    width: 100%;
    float: left;
}
.vc_col-md-9.main-col-8 {
    width: 100%;
    float: left;
}*/
.nav-side-menu .brand {
    padding: 20px 20px;
}
.apply-div {
    padding: 10px 0;
	display:none;
}
.nav-side-menu {
    box-shadow: none;
}
	
.brand {
	text-align:center !important;		
}

.nav-side-menu .cmApp_FormButtonContainer {
	display:none !important;
}
	
.our-mission-div h2 {
 line-height: 35px;
 font-size: 28px;
 }
 .our-mission-div h2:after {
    bottom: -60px;
    height: 50px;
}
.story-header h1:after {
    bottom: -60px;
    height: 50px;
}
.our-story-row .vc_row {
    padding-top: 70px;
}
.changing-text {
    padding: 20px 0;
}
.model-cont p {
    padding-top: 70px;
}
.model-cont h1:after {
    bottom: -60px;
    height: 50px;
}
.team-member-detail {
    padding: 40px 0 0;
}
.model-cont a:after {
    bottom: -60px;
    height: 50px;
}
.edu-model-div .content-model p {
    padding-top: 0;
}
.content-model {
    height: auto;
}
.mmt_member_img img {
    width: 100%;
}
.fac-row h1:after {
    bottom: -60px;
    height: 50px;
}
.fac-row p {
    padding-top: 70px;
}
.icons-4 .wpb_text_column.wpb_content_element {
    text-align: center;
}
.icons-4 p {
    width: 100%;
}
.credential-row {
    padding: 10px 0 10px;
}
#our-mission-1 .strategic-row h2 {
    font-size: 28px;
    line-height: 35px;
}
.left-mission {
    padding: 10px !important;
    text-align: inherit;
}
.right-mission{
    padding: 10px !important;
    text-align: inherit;
}
#our-belief-princples .vc_tta-container .vc_tta-panels {
    max-width: 100%;
}
#our-belief-princples .vc_tta-container a {
    text-align: left;
    padding:0px; 
}
#our-belief-princples .vc_tta-container a {
    padding: 0px 0px 20px !important;
    border-bottom: 1px solid #817471;
}
#our-belief-princples .vc_active a {
    color: #ff9900 !important;
    border-bottom: 1px solid #ff9900;
    padding-bottom: 20px !important;
}
section#our-vision .narrowchart .accordianheader {
    padding: 15px !important;
    margin: 20px 0 0 !important;
}
section#our-vision .narrowchart .accordianheader i {
    font-size: 30px;
}
#our-mission-1 .strategic-row h2:after {
    bottom: -60px;
    height: 50px;
}
.our-values h1:after {
    bottom: -60px;
    height: 50px;
}
#our-belief-princples h1:after {
    bottom: -60px;
    height: 50px;
}
section#our-vision h1:after {
    bottom: -60px;
    height: 50px;
}
.our-values p {
    padding-top: 60px;
}
#our-belief-princples .vc_tta-container {
    padding-top: 60px;
    max-width: 100%;
}
section#our-vision .narrowchart {
    padding-top: 60px;
}
section#our-vision .narrowchart .accordianbody ul {
    padding: 20px 20px;
}
section#our-vision .narrowchart {
    padding: 60px 10px 0;
}
.logo-footer {
    padding-bottom: 20px;
}
	.menu-footer ul.menu-ul li {
	text-align:center;
}
.wpb-js-composer .vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
	border:0 !important;
	}
	
.wpb-js-composer .vc_tta.vc_tta-spacing-10 .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_tta-spacing-10 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
	border:0;
	}
	
.wpb-js-composer .vc_tta.vc_tta-spacing-10 .vc_tta-panel.vc_active+.vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_tta-spacing-10 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
	border:0;
	}
	
}

@media (max-width: 550px){
section#our-vision .narrowchart .accordianbody ul {
    padding: 5px;
}
section#our-vision .narrowchart .accordianbody li {
    padding: 5px;
}
section#our-vision .narrowchart .vc_column_container {
    padding: 0 !important;
}
section#our-vision .narrowchart .vc_column_container .vc_column-inner {
    padding: 0 !important;
}
section#our-vision .narrowchart .accordianheader h1 {
    font-size: 16px;
}
section#our-vision .narrowchart .accordianheader i {
    font-size: 20px;
    right: 10px;
}
section#our-vision .narrowchart .accordianheader h3 {
    font-size: 13px;
	padding-right:3%;
}
}

/* end */