body{
    position:relative;
    overflow-x:hidden;
}

.bold{
    font-weight:bold;
}
.teal{
    
    color: #00aeb4;
}
.grey{
    color: #6d6e6e;
}

/*
header styles
*/
#header_container {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*
navigation styles
*/
.navbar-default {
    background-color: transparent;
    border: none;
    margin-top: 50px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 18px;
    color: #3cb5fb;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #bad72a;
}
/*
adding style to sliders
*/
.carousel-inner .item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
/*
welcome container styles
*/
#welcome_container h2 {
    font-size: 25px;
    text-align: center;
    font-weight: normal;
    margin-top: 100px;
}

#welcome_container .welcome_name {
    font-size: 30px;
}
#welcome_container .img-circle {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: block;
    width: 25px;
    height: 25px; 
}
#welcome_container h3 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
}
/*
adding styles to clouds
*/
#welcome_container .innovation_cloud {
    display: block;
    width: 200px;
    height: 137px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}
#welcome_container .excellence_cloud {
    display: block;
    width: 200px;
    height: 137px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}
#welcome_container .growing_cloud {
    display: block;
    width: 200px;
    height: 137px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}
#welcome_container .global_cloud {
    display: block;
    width: 200px;
    height: 137px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}
#welcome_container h4 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
}
#welcome_container .subtitle_name {
    font-size: 20px;
}
#welcome_container p{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    color: #6d6e6e;
}
/*
removing color on carousel control
*/
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0, 0, 0, 0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
/*
adding styles to green banner
*/
#program_container{
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 80px;
}
#program_container .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.green_banner {
    width: 100%;
}
/*
adding styles to chart_container
*/
#chart_container {
    background-image: url('../assets/images/girl.jpg');
    background-repeat: no-repeat;
    background-position: right -100px center;
}
#chart_container .col-md-3 .svg-container {
    height: 550px;
}
#chart_container .col-md-3 .svg-container circle{
    opacity:0.3; 
}
#chart_container .col-md-3 .svg-container circle.circle{
    opacity:1;
}
#chart4 {
    display: none,
}
/*
adding styles to mission container
*/
#mission_container .student_teacher {
    margin-top: 100px;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 50px;
    height: 400px;
    width: 600px;
}
#testimonials_container h5 {
    font-size: 45px;
    font-weight: bold;
    color: #bad72a;
    text-align: center;
    margin-top: 100px;
}
#mission_container .school_books {
    width: 690px;
    height: 150px;
}
#mission_container .nav.nav-tabs {
    margin-top: 92px;
    border:none;
    font-size: 20px;
    font-weight: bold;
  }
#mission_container .nav-tabs>li.active>a {
    border:none;
    background-image: url('../assets/images/tab_bg.png');
    background-repeat: no-repeat;
    background-size: 200px 51px;
    color: #fff;
    font-size: 20px;
    outline: none;
    font-weight: bold;
}
#mission_container .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border: none;
    outline: none;
}
#mission_container a {
    color: #77ced8;
    text-decoration: none;
    outline: none;
}
#mission_container p {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    color: #00a79d;
}
#mission_container .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    width: 200px;
    height: 80px;
    text-align: center;
    font-weight: bold;
}
/* 
Adding styles to testimonials carousel
*/

#testimonials_container .carousel-inner .item p {
    width: 800px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    font-style: normal;
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: url('../assets/images/testimonials_cloud.png');
    background-size: 800px 410px;
    background-repeat: no-repeat;
    padding: 160px 160px 0;
    }
#testimonials_container .carousel-inner {
background: #55bbe3; /* Old browsers */
background: -moz-linear-gradient(top, #55bbe3 26%, #68c8e8 41%, #81d5ed 59%, #b7e9f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #55bbe3 26%,#68c8e8 41%,#81d5ed 59%,#b7e9f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #55bbe3 26%,#68c8e8 41%,#81d5ed 59%,#b7e9f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55bbe3', endColorstr='#b7e9f6',GradientType=0 ); /* IE6-9 */
}
#testimonials_container .carousel-inner .item p .testimonial_author {
    display: block;
    text-align: right;
    font-style: normal;
}
#testimonials_container  .carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0, 0, 0, 0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
#testimonials_container .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
/*
Adding styles to contact container
*/
#contact_container {
    background: #c8df55;
    margin-top: 150px;
    padding-left: 0px;
    padding-right: 0px;
}
#contact_container .row {
    padding-top: 20px;
    padding-bottom: 30px;
}
#contact_container .icon_container {
    margin-right: auto;
    margin-left: auto; 
    width: 335px;
}
#contact_container .phone_icon {
    height: 40px;
    margin-left: 25px;
    margin-top: 13px;
}
#contact_container .icon_wrapper{
    width:80px;
    float:left;
    margin-top: 18px;
}
#contact_container .icon_text_wrapper{
    width:250px;
    float:left;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}
#contact_container .bold_name {
    font-size: 30px;
}
#contact_container .laptop_icon {
    height: 65px;
    margin-left: -20px;
    margin-top: 13px;
}
#contact_container .phone_number {
    margin-left: 50px;
}
#contact_container .email_address {
    margin-left: 16px;
}
/*
Adding styles to map 
*/
#map_container .col-lg-12 {
    position: relative;
    }
#map-container {
    border-top: 10px solid #bcd832;
    padding-left: 0px;
    padding-right: 0px;
}
/*
Adding styles to contact form 
*/
#container-form.contact-form{
    position:absolute;
    top:0;
    right:0;
    background-color: #c8df55;
    opacity: 0.9;
    height: 405px;
    }
#container-form h6{
    color: #fff;
    font-size:30px;
}
#container-form p{
    color: #fff;
    font-size: 20px;
}
#container-form .control-label {
    color: #fff;
    font-size: 16px;
}
#container-form .btn-default {
    background-image: url('../assets/images/button.png');
    background-color: transparent;
    background-size: contain;
    border: none;
    width: 80px;
    height: 80px;
    float: right;
    margin-right: 42px;
    color: #fff;
    padding-top:27px;
}
form.form-horizontal {
    margin-top: 50px;
}
#container-form form p.form_error{
    display:none;
    color:red;
    font-size:12px;
    padding-left:18px;
}
#container-form  h1{
    color:#fff;
}
/* Adding styles to footer
*/
#footer-container {
    background-image: url('../assets/images/footer.png');
    margin-top: -22px;
    z-index: 10000;
    position: relative;
    background-repeat: no-repeat;
}
#footer-container p{
    color: #fff;
    margin-top: 36px;
    text-align: center;
}

@media (max-width: 1200px){
    .navbar-default .navbar-nav>li>a{
        font-size:13px;
    }
    #chart_container{
        background-image: none;
        color:#000!important;
    }
    #chart_container text{
        stroke:#78cee7;
        fill:#78cee7;
    }
    #container-form.contact-form{
        height:auto;
        position:static;
    }
    #container-form h6{
        margin-top:0px;
        padding-top:15px;
    }
    #footer-container{
        margin-top:-35px;
    }
    #mission_container .student_teacher, #mission_container .school_books{
        width:100%;
        margin:0px;
        height:auto;
    }
}

@media (max-width: 1000px) {
    #header_container .col-md-4 {
        text-align:center;
    }
    #header_container .col-md-4 img{
        display:inline;
    }
    #header_container .nav.navbar-nav{
        width:500px;
        margin-left:auto;
        margin-right:auto;
        float:none;
    }
    #mission_container .col-lg-6{
        width:100%;
    }
    
    #testimonials_container .carousel-inner .item p{
        width:100%;
        background-size:100% 410px;
    }
    
    #container-form.contact-form{
        height:auto;
        position:static;
    }
    .google-map{
        display:none;
    }
}

@media (max-width: 674px) {
    .google-map{
        display:none;
    }
    #testimonials_container .carousel-inner .item p{
        background-color: #fff;
        background-image: none;
        padding:30px 50px;
        height:auto;
        color: #57bce3;
    }
    #mission_container .nav>li>a {
       width: 165px; 
    }
}
.col-md-12 {
    text-align: right;
}
.facebook_icon {
    padding-top: 20px;
    padding-right: 50px;
}
@media screen and (min-width: 768px) {
.carousel-indicators {
    bottom: 0px;
    }
}