.about-video iframe {
    border-radius: 1.875em;
}

.about-page-area h5 {
    font-weight: 700;
}

.bgGray {
    background-color: #f8f8f8;
    padding: 2rem 0;
}

.bgWhite {
    padding: 2rem 0;
}

.bgGray h4,
.bgWhite h4 {
    font-weight: 900;
    padding-bottom: 10px;
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    margin: 0 -15px;
}

.main-timeline .timeline-content {
    color: #92BB54;
    text-align: center;
    display: block;
}

.main-timeline .timeline.blue .timeline-content {
    color: #6A984C;
}

.main-timeline .timeline.green .timeline-content {
    color: #009432;
}

.main-timeline .timeline.dark .timeline-content {
    color: #336941;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-year {
    font-size: 32px;
    font-weight: 600;
    padding: 0 0 25px;
    margin: 0 0 60px;
    border-bottom: 6px solid #92BB54;
    position: relative;
    z-index: 1;
}

.main-timeline .timeline.blue .timeline-year {
    border-bottom: 6px solid #6A984C;
}

.main-timeline .timeline.green .timeline-year {
    border-bottom: 6px solid #009432;
}

.main-timeline .timeline.dark .timeline-year {
    border-bottom: 6px solid #336941;
}

.main-timeline .timeline-year:before,
.main-timeline .timeline-year:after {
    content: '';
    background: #92BB54;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -13px;
}

.main-timeline .timeline-year:after {
    background: #92BB54;
    height: 55px;
    width: 1px;
    border-radius: 0;
    bottom: -55px;
    z-index: -1;
}

.main-timeline .timeline.blue .timeline-year:after {
    background: #6A984C;
}

.main-timeline .timeline.green .timeline-year:after {
    background: #009432;
}

.main-timeline .timeline.dark .timeline-year:after {
    background: #336941;
}

.main-timeline .inner-content {
    background-color: #f8f8f8;
    padding: 20px 10px 10px;
    margin: 0 10px;
    box-shadow: 0 0 5px #fff;
    border-radius: 0 0 40px 0;
    position: relative;
}

.main-timeline .inner-content:before,
.main-timeline .inner-content:after {
    content: '';
    background: rgba(0, 0, 0, 0);
    height: 40px;
    width: 25px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -25px;
}

.main-timeline .inner-content:after {
    background-color: #92BB54;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: -10px;
}

.main-timeline .timeline.blue .inner-content:after {
    background-color: #6A984C;
}

.main-timeline .timeline.green .inner-content:after {
    background-color: #009432;
}

.main-timeline .timeline.dark .inner-content:after {
    background-color: #336941;
}

.main-timeline .timeline:hover .timeline-icon {
    transform: rotateY(360deg);
}

.main-timeline .title {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.main-timeline .description {
    color: #333;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: justify;
}

.main-timeline .timeline.orange .timeline-content {
    color: #92BB54;
}

.main-timeline .timeline.orange .timeline-year:before {
    background: #92BB54;
}

.main-timeline .timeline.blue .timeline-content {
    color: #6A984C;
}

.main-timeline .timeline.blue .timeline-year:before {
    background: #6A984C;
}

.main-timeline .timeline.green .timeline-content {
    color: #009432;
}

.main-timeline .timeline.green .timeline-year:before {
    background: #4F8046;
}

.main-timeline .timeline.dark .timeline-content {
    color: #336941;
}

.main-timeline .timeline.dark .timeline-year:before {
    background: #336941;
}

@media screen and (max-width:767px) {
    .main-timeline .timeline {
        margin: 0 0 15px;
    }
}

.focus h5 {
    color: #2C404E;
}

.focus .col-md-3 img {
    padding: 2em;
}

.goods .col-sm-10 h4 {
    color: #29603E;
    padding: 0;
}

.green01 {
    color: #92BB54;
}

.green02 {
    color: #5E8E4A;
}

.green03 {
    color: #29603E;
}

.bgGreen01 {
    background-color: #92BB54;
    padding: 20px 0 5px 0;
}

.bgGreen02 {
    background-color: #5E8E4A;
    padding: 20px 0 5px 0;
    color: #FFF;
}

.bgGreen03 {
    background-color: #29603E;
    padding: 20px 0 5px 0;
    color: #EEE;
}

.orange {
    color: #FF6B00;
}

.red {
    color: #B30000;
}

.blue {
    color: #0096FF;
}

.single-teacher-text {
    padding: 5px 0 15px 0;
}

.bgWhite .single-teacher-text {
    border-bottom: 0px solid #86bc42;
}

.single-teacher-items {
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
}

.service ul li {
    line-height: 2rem;
    list-style: disc;
    list-style-position: inside;
}

.product .single-teacher-items {
    box-shadow: 0px 0 0px rgba(0, 0, 0, 0);
}

.product .single-teacher-text {
    background-color: #f8f8f8;
}

.genric-btn.circle {
    border-radius: 1.25em;
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.go-feature-btn {
    border: 0.0625em solid #A9BF58;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 2.5em;
    padding: 0 1.875em;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genric-btn.white-border {
    color: #A9BF58;
    background-color: #fff;
    border: 0.0625em solid #A9BF58;
}

.genric-btn.white-border:hover {
    color: #fff;
    background: #A9BF58;
    border: 0.0625em solid #fff;
}

.genric-btn.trans-border {
    color: #fff;
    font-size: 1rem;
    border: 0.0625em solid #fff;
}

.genric-btn.trans-border:hover {
    color: #A9BF58;
    background-color: #fff;
    border: 0.0625em solid #A9BF58;
}

.genric-btn.orange-border {
    color: #fff;
    background: #A9BF58;
    border: 0.0625em solid #A9BF58;
    font-size: 1.25rem;
    letter-spacing: 0.25em;
    font-weight: 600;
    margin-left: 0.75em;
}

@media screen and (max-width: 64em) {
    .genric-btn.orange-border {
        margin-left: 0em;
    }

    .text-left {
        text-align: center !important;
    }
}

.genric-btn.orange-border:hover {
    color: #A9BF58;
    background: #fff;
    border: 0.0625em solid #A9BF58;
}

.blueprint h5 {
    color: #29603E;
    text-decoration: underline;
    text-indent: 2em;
}

.webs .bgGreen01,
.webs .bgGreen02,
.webs .bgGreen03 {
    color: #FFF;
    border-bottom: 0px solid #86bc42;
}

.contactus .col-lg-6:nth-child(2) {
    border-left: 1px solid #ccc;
}

.contactus ul li {
    line-height: 3rem;
}

#accordion .panel {
    border: none;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 10px;
    background: transparent;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 5px;
    background: transparent;
    position: relative;
}

#accordion .panel-title, #accordion .panel-heading {
    margin: 0;
}

#accordion .panel-title a {
    display: block;
    padding: 20px 30px;
    margin: 0;
    background: #303E4E;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 2px;
    position: relative;
}

#accordion .panel-title span{
    width: 90% !important;
    display: block;
}

#accordion .panel-title a.collapsed {
    border: none;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free", sans-serif;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 30px;
    transform: rotate(180deg);
    transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
}

#accordion .panel-title a.collapsed:before {
    color: rgba(255, 255, 255, 0.5);
    transform: rotate(0deg);
}

#accordion .panel-body {
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 15px;
    color: #333;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: none;
    border-radius: 5px;
}

.Qaa h6 a{
    text-decoration: underline;
}

.mainscope p{
    font-size: 1.2rem;
    line-height: 2.2rem;
}

.mainscope h3{
    font-weight: 700;
}

.single-teacher-imagea img{
    border-radius: 15px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    padding: 0;
}