:root {
    --dark-black: #2E2E2E;
    --dark-grey: #4A4A4A;
    --dark-grey2: #7B7B7B;
    --dark-green: #058400;
    --navi-blue: #1A6B9D;
    --light-green: #40B21E;
    --mint-green: #07BA98;
    --default-txt-color: #848484;
    --error-color: #b94a48;
}

html {
    font-size: 75%;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.middle-section {
    flex: 1
}

p {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 1.4rem
}

.btn {
    font-weight: 500;
    border-radius: 5px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    font-size: 1.2rem;
    transition: .3s all
}

.btn-primary {
    background-color: var(--dark-green);
    border-color: var(--dark-green);
    font-size: 1.2rem
}

.btn-primary[disabled],
.btn-primary[disabled]:hover {
    background: gray;
    box-shadow: none;
    border: 0;
    outline: 0
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: var(--dark-green)!important;
    box-shadow: 0 0 18px var(--dark-green)!important;
    border-color: var(--dark-green)!important
}

.btn-secondary {
    background-color: #fff;
    border-color: #fff;
    color: var(--light-green)
}

.btn-secondary:hover,
.btn-secondary.active,
.btn-secondary:active {
    background-color: #fff !important;
    border-color: #fff !important;
    color: var(--light-green) !important
}

.btn-outline-secondary {
    background-color: #fff;
    border-color: var(--light-green);
    color: var(--light-green);
    font-size: 1.2rem;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0 15px
}

.btn-outline-secondary:hover {
    background-color: var(--dark-green);
}

.btn-link {
    color: var(--light-green);
    text-decoration: none!important;
    position: relative
}

.btn-link:after {
    background: var(--light-green);
    width: 0%;
    position: absolute;
    left: 0;
    bottom: -5px;
    content: '';
    height: 1px;
    transition: .3s all
}

.btn-link:hover {
    color: var(--light-green)
}

.btn-link:hover:after {
    width: 100%
}
.btn-reply{
    background-color: #fff;
    border-color: var(--mint-green);
    color: var(--mint-green);
    font-size: 1.1rem;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0 15px
}
.btn-reply:hover{
    background:var(--mint-green);
    color:#fff;
}
.btn-cancel{
    background-color: transparent;
    color: var(--dark-grey);
    font-size: 1.3rem;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    opacity:.6
}
.btn-cancel:hover{opacity:1;}
.dark-bg {
    background: var(--dark-grey)
}

.light-bg {
    background: rgba(230, 230, 230, .16)
}

.fc_w {
    color: #fff!important
}

.fc-grn {
    color: var(--dark-green)!important
}

.title2 {
    font-size: 2.8rem
}

.title3 {
    font-size: 2.4rem
}

.title4 {
    font-size: 1.8rem
}

.title5 {
    font-size: 1.3rem
}

.bold {
    font-weight: 600
}

.form-control {
    font-size: 1.2rem;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .02);
    border: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0
}

#site-header {
    position: relative;
    z-index: 1000;
    position: sticky;
    top: 0
}

.top-bar {
    background: var(--dark-black);
    height: 40px;
    color: #fff
}

.top-bar .row {
    display: flex;
    align-items: center
}

.top-bar .anoucement-slider {
    overflow: hidden
}

.top-bar ul {
    margin-left: 0;
    margin-bottom: 0
}

.top-bar ul li {
    list-style: none;
    float: left;
    margin-right: 0
}

.top-bar ul li:after {
    content: '\2022';
    width: 50px;
    height: 30px;
    font-size: 20px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 2px
}

.top-bar .alert-label {
    background: url(/uploads/page/annoucement.svg);
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center left;
    width: 44px;
    display: block;
    height: 44px;
}

.top-bar .alert-text {
    font-weight: 300
}

.header-panel {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.header-panel .logo {
    outline: 0px;
    border: 0px;
}

.header-panel .logo img {
    max-height: 70px
}
.header-panel .l-t {color:#000; text-decoration:none; font-weight:bold; font-size:19px; margin-left:15px;}
.header-panel .logo:hover {text-decoration:none;}
.navbar-nav li a {
    text-transform: uppercase;
    color: var(--dark-grey2);
    font-size: 1.3rem
}

@media screen and (min-width:992px) {
    .header-panel .navbar {
        padding: 0px;
        height: 80px;
    }
    .navbar-nav {
        margin-right: 20px
    }
    .navbar-nav li a {
        position: relative
    }
    .navbar-nav li a.current {
        color: var(--light-green)
    }
    .navbar-nav li a:after {
        background: var(--light-green);
        position: absolute;
        width: 0;
        height: 2px;
        content: '';
        bottom: 0;
        left: 0;
        transition: .3s all
    }
    .navbar-nav li a.current:after,
    .navbar-nav li:hover a:after {
        background: var(--light-green);
        width: 100%
    }
    .site-footer {
        position: sticky;
        bottom: 0;
        background: #fff;
        border-top: 1px solid #dfdfdf;
        z-index: 100;
    }
    .site-footer .logos {
        display: flex;
        align-items: center;
        /*justify-content: space-between*/
      width:auto;
    }
    .site-footer .logos .col-box {
        display: inline-flex;
        align-items: center
    }
    .site-footer .logos .col-box .text {
        /*width: 125px;*/
        display: inline-block;
        color: #425180;
        font-size: 1rem
    }
    .site-footer .logos .logo-img img {
        margin: 0 8px
    }
  .site-footer .impl {text-align:right;}
    .site-footer .logos .logo-img.carrier img {
        max-width: 80px;
    }
    .site-footer .logos .logo-img.uwd img {
        max-height: 30px; width:auto;
    }
    .site-footer .logos .logo-img.igbc img {
        max-width: 25px;
    }
    .site-footer .logos .logo-img.cii img {
        max-width: 80px;
    }
    .site-footer>.container>.row {
        height: 50px;
        align-items: center
    }
    .site-footer .footer-right {
        font-size: 1rem;
        text-align: right;
        color: #6a6a6a
    }
    .site-footer .footer-right a {
        color: #6a6a6a
    }
    .site-footer .footer-right .copyright {
        display: inline
    }
    #postLoginMenu>span {
        display: flex;
        background: var(--mint-green);
        border-radius: 50%;
        width: 44px;
        height: 44px;
        color: #fff;
        align-items: center;
        justify-content: center;
    }
    #postLoginMenu p {
        display: none;
    }
    #postLoginMenu {
        text-decoration: none;
    }
    #postLoginMenu:after {
        display: none;
    }
    .postLoginDropdown.show {
        background: var(--mint-green);
    }
    .postLoginDropdown .dropdown-toggle {
        height: 70px;
        display: flex;
        align-items: center;
        width: 70px;
        align-items: center;
        justify-content: center;
    }
    .postLoginDropdown .dropdown-menu {
        min-width: 200px;
        padding: 0px;
        margin-top: 0px;
        border-radius: 0px;
        border: 0px;
        background: var(--mint-green);
    }
    .postLoginDropdown .dropdown-menu a {
        padding: 8px 10px;
        font-size: 1.2rem;
        color: #fff;
    }
    /* .postLoginDropdown .dropdown-menu a {
        padding: 10px 10px;
        font-size: 1.2rem;
        color: #fff;
    } */
    .postLoginDropdown .dropdown-menu a:hover {
        background: var(--mint-green);
        color: #fff;
    }
    .postLoginDropdown .dropdown-menu .dropdown-item.active,
    .postLoginDropdown .dropdown-menu .dropdown-item:active {
        background: var(--mint-green);
        color: #fff;
    }
}

@media screen and (min-width:996px) and (max-width:1240px) {
    .header-panel .logo img {
        max-width: 180px;
    }
}

@media screen and (max-width:991px) {
    .header-panel .logo {
        margin-left: 15px;
    }
    .navbar-toggler {
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
        width: 44px;
        height: 44px;
        position: relative;
        outline: 0;
        box-shadow: 0;
        transition: .3s all;
        margin-right: 15px;
        overflow: hidden
    }
    .navbar-toggler:focus {
        outline: 0;
        border: 0
    }
    .navbar .navbar-toggler-icon,
    .navbar .navbar-toggler:after,
    .navbar .navbar-toggler:before {
        background: #000;
        height: 2px;
        content: '';
        width: 44px;
        transition: .3s all
    }
    .navbar .navbar-toggler:before {
        top: 11px;
        position: absolute;
        left: 0
    }
    .navbar .navbar-toggler::after {
        top: 32px;
        position: absolute;
        left: 0
    }
    .navbar-toggler[aria-expanded=true]:before {
        transform: rotate(-45deg);
        top: 20px
    }
    .navbar-toggler[aria-expanded=true]:after {
        transform: rotate(45deg);
        top: 20px
    }
    .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
        opacity: 0
    }
    .postLoginDropdown {
        border-top: 1px solid #dfdfdf;
        font-size: 1.2rem;
        margin: 15px 0px 0px 0px;
        width: 100%;
        float: left;
        background: rgba(0, 0, 0, .05);
        padding: 15px
    }
    .postLoginDropdown #postLoginMenu>span {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: var(--mint-green);
        display: flex;
        margin: 0px auto;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.4rem;
    }
    .postLoginDropdown #postLoginMenu:after {
        display: none;
    }
    .postLoginDropdown #postLoginMenu {
        padding: 10px 0px;
        display: block;
        text-decoration: none;
    }
    .postLoginDropdown #postLoginMenu p {
        text-align: center;
        margin-top: 10px;
        font-weight: 400;
        font-size: 1.3rem;
        color: var(--dark-grey2)
    }
    .postLoginDropdown #postLoginMenu p>span {
        display: block;
        font-weight: 300;
        font-size: 1.2rem;
        margin-top: 5px;
    }
    .postLoginDropdown .dropdown-menu {
        position: relative;
        margin: 0px;
        padding: 0px;
        border: 0px;
        border-radius: 0px;
        width: 100%;
        background: none;
    }
    .postLoginDropdown .dropdown-menu .dropdown-item {
        height: 50px;
        line-height: 50px;
        padding: 0px;
        font-size: 1.2rem;
        text-transform: uppercase;
        color: var(--default-txt-color)
    }
    .postLoginDropdown .dropdown-menu .dropdown-item.active,
    .postLoginDropdown .dropdown-menu .dropdown-item:active {
        background: none;
        color: var(--mint-green);
    }
    .postLoginDropdown .dropdown-toggle::after {
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .header-panel .navbar-collapse .navbar-nav {
        margin: 0px;
        width: 100%;
        padding: 10px 15px;
    }
    .header-panel .container {
        padding: 0px;
    }
    .header-panel .btn-primary {
        margin-left: 15px;
    }
    .site-footer {
        background: #fff;
        border-top: 1px solid #dfdfdf
    }
    .site-footer .logos {
        display: block;
        text-align: center
    }
    .site-footer .logos .col-box {
        display: block;
        margin: 10px auto 30px auto
    }
    .site-footer .logos .col-box .text {
        width: 100%;
        display: block;
        color: #425180;
        font-size: 1.2rem;
        margin-bottom: 10px
    }
    .site-footer .logos .logo-img img {
        margin: 0 15px
    }
    .site-footer .logos .logo-img.uwd {display:block; margin:0px 0px 10px 0px;}
    .site-footer .logos .logo-img.uwd img {
        max-height: 38px; width:auto;
    }
    .site-footer .footer-right {
        font-size: 1.2rem;
        text-align: center;
        color: #6a6a6a;
        padding: 20px 10px
    }
    .site-footer .footer-right a {
        color: #6a6a6a;
        margin-right: 10px
    }
    .site-footer .footer-right .copyright {
        display: inline-block;
        margin-left: 0
    }
}

@media screen and (max-width:767px) {
    .navbar {
        padding: 15px 0
    }
    .navbar-nav li {
        height: 50px;
        line-height: 50px
    }
    .navbar-nav li a {
        display: block;
        padding: 0
    }
  .header-panel .logo {
  display: inline-flex;
align-items: center;
  }
  .header-panel .l-t {
    color: #000;
    font-size: 14px;
    width: 140px;
    }
    .top-bar .slick-track {
        display: flex;
        align-items: center
    }
    .header-panel .logo img {
        max-width: 220px
    }
    .site-footer {
        padding: 10px 0
    }
}

.hero {
    position: relative
}

.hero .hero-inner {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%
}

.hero .fluid-img {
    width: 100%
}

.hero .hero_content {
    color: #fff
}

.hero .title {
    font-size: 5rem;
    margin-bottom: 10px
}

.hero .title .subtxt_small {
    font-size: 1.5rem;
    display: block;
}

.hero p {
    font-size: 2rem;
    margin-bottom: 10px
}

.hero .btn {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.hero .btn-wrapper {
    margin-top: 50px
}

.hero.no-img {
    /*background-image: url(/uploads/page/default-inner-page.jpg);*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center
}

.hero.no-img .title {
    margin-bottom: 0
}

.hero.inner-page {
    overflow: hidden;
    position: relative;
   max-height:300px;
   
}
.hero.homepage:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
  opacity:.3;
}
.hero.inner-page:before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--mint-green);
    position: absolute;
    left: 0;
    top: 0;
  opacity:.3;
}
.hero.inner-page.no-img:before {opacity:1}
@media screen and (min-width:768px) {
    .hero .title {
        font-size: 5rem;
        margin-bottom: 10px
    }
    .hero p {
        font-size: 2rem;
        margin-bottom: 10px
    }
    .hero.no-img {
        min-height: 120px!important;
        height: 30vh!important
    }
    .hero.no-img .title {
        font-size: 3rem
    }
}

@media screen and (max-width:767px) {
  .hero.inner-page {
   
   
    min-height: auto !important;
    max-height:auto !important
}
    .hero .hero_content {
        text-align: center
    }
    .hero .title {
        font-size: 2.4rem;
        margin-bottom: 10px
    }
    .hero p {
        font-size: 1.6rem;
        margin-bottom: 10px
    }
    .hero.inner-page {
        min-height: 300px;
        height: auto
    }
    .hero.no-img {
        min-height: 150px!important;
        height: 20vh!important;
        background-size: auto 100%
    }
}

.highlights .row>div {
    display: flex;
    justify-content: center
}

.highlights .highlights_circle {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff
}

.highlights .c1 {
    background: var(--dark-green)
}

.highlights .c2 {
    background: var(--mint-green)
}

.highlights .c3 {
    background: var(--navi-blue)
}

.highlights .c4 {
    background: var(--light-green)
}

.highlights .head {
    display: block;
    font-weight: 700
}

.highlights .info {
    display: block;
    text-align: center
}

.process {
    text-align: center
}

.process .card-title {
    color: var(--dark-green)
}

.process .card-body p {
    color: var(--dark-grey2)
}

.process .mb {
    margin-bottom: 30px
}

.process .card-title {
    margin: 20px 0
}

.process .card {
    max-width: 90%;
    height: 100%;
    padding: 20px 0
}

.process .process_item {
    position: relative
}

.process .process_item:after {
    content: '';
    width: 80px;
    height: 20px;
    background: url(/uploads/page/icons/process-divider.png) no-repeat;
    background-position: center center;
    position: absolute
}

.school_grid_list .slick-list {
    margin-bottom: 15px;
}

.school_grid_list .school {
    padding: 10px;
    outline: 0
}

.school_grid_list .school .school-wr {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16)
}

.school_grid_list .school-info {
    padding: 20px;
    text-align: center
}

.school_grid_list figure {
    margin-bottom: 0
}

.school_grid_list figure img {
    width: 100%
}

.school_grid_list .school-info .school-name {
    padding: 5px 10px;
    background: var(--dark-green);
    color: #fff;
    font-size: 1.2rem;
    border-radius: 5px;
    position: relative;
    margin-top: -62px;
    margin-bottom: 20px
}

.school_grid_list .school-info .school-name span {
    display: block;
    font-size: 1.3rem;
}

.school_grid_list .school-info .award-year {
    font-weight: 700;
    color: var(--navi-blue);
    font-size: 1.8rem;
    margin-top: 10px
}

.school_grid_list .school-info .school-initiatie {
    font-weight: 500;
    color: var(--light-green);
    font-size: 1.4rem;
    margin-bottom: 10px
}

.school_grid_list .school-info .btn-wrapper {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-top: 20px
}

.testimonial-slider .testimonial {
    display: flex
}

.testimonials .testimonial-text {
    background: var(--dark-green);
    color: #fff;
    display: flex;
    flex-flow: column
}

.testimonials .testimonial_img figure img {
    width: 100%
}

.testimonial-text_bot figure {
    display: none;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    left: 0;
    border: 3px solid #fff
}

.newsletter-signup {
    padding: 20px 10px
}

.newsletter-signup .container {
    max-width: 600px
}

.newsletter-signup .container form {
    max-width: 650px;
    margin: 10px auto 0 auto;
    display: flex
}

.newsletter-signup .container .form-control {
    height: 50px;
    line-height: 50px;
    width: 550px;
    border-radius: 5px 0 0 5px;
    background: #fff;
}

.newsletter-signup .container form .col {
    padding: 0
}

.newsletter-signup .container form .btn {
    width: 150px;
    border-radius: 0 5px 5px 0;
    height:50px; line-height:50px;
}

@media screen and (min-width:992px) {
    .highlights .highlights_circle {
        width: 200px;
        height: 200px;
        padding: 20px
    }
    .highlights .head {
        font-size: 3rem
    }
    .highlights .info {
        font-size: 1.4rem
    }
    .highlights.move-up-overlap {
        position: relative;
        margin-top: -100px
    }
    .hp_s.about,
    .hp_s.video {
        margin-top: 80px
    }
    .hp_s.footprint,
    .hp_s.testimonials,
    .process.hp_s {
        padding: 5rem 0
    }
    .testimonials .testimonial_img {
        width: 30%
    }
    .testimonials .testimonial_img figure {
        width: 300px!important;
        box-shadow: 0 0 20px rgba(0, 0, 0, .22);
        border: 10px solid #fff;
        border-radius: 5px
    }
    .testimonials .slick-arrows-custom.right {
        right: 110px
    }
    .testimonial-slider .testimonial-text {
        padding: 5rem 10rem 5rem 5rem
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .testimonials .testimonial_img {
        display: none
    }
    .testimonial-text_bot figure {
        display: block
    }
}

@media screen and (min-width:768px) {
    .process ._1:after,
    .process ._2:after,
    .process ._3:after {
        right: -27px
    }
    .process ._1:after {
        top: 30px
    }
    .process ._2:after {
        bottom: 30px
    }
    .process ._3:after {
        top: 60px
    }
    .footprint .tabs.mb {
        margin-top: 50px;
        margin-bottom: 20px
    }
    .testimonial-slider {
        margin-top: 40px;
        padding-left: 50px
    }
    .testimonial-slider:before {
        background-image: url(/uploads/page/quote-sign.png);
        content: '';
        width: 60px;
        height: 60px;
        position: absolute;
        left: -20px;
        background-repeat: no-repeat;
        background-size: cover
    }
    .testimonials .testimonial_img figure {
        width: 200px;
        box-shadow: 0 0 20px rgba(0, 0, 0, .22);
        border: 10px solid #fff;
        border-radius: 5px
    }
    .testimonials .testimonial-text_bot {
        margin-top: 30px
    }
    .testimonials .testimonial-text_name {
        font-size: 2rem;
        font-weight: 500
    }
    .testimonials .testimonial-text_school {
        font-size: 1.5rem;
        font-weight: 300;
        font-style: italic
    }
    .testimonial-text_review p {
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.8
    }
    .testimonial_img {
        display: flex;
        align-items: center
    }
    .testimonial_img figure {
        margin-left: -40px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .highlights .highlights_circle {
        width: 150px;
        height: 150px;
        padding: 20px
    }
    .highlights .head {
        font-size: 2rem
    }
    .highlights .info {
        font-size: 1.1rem
    }
    .highlights {
        position: relative;
        margin-top: 40px
    }
    .hp_s.about,
    .hp_s.video {
        margin-top: 80px
    }
    .hp_s.footprint,
    .hp_s.testimonials,
    .process.hp_s {
        padding: 3rem 0
    }
    .testimonial-slider .testimonial {
        display: block
    }
    .testimonials .testimonial-text {
        padding: 5rem;
        width: 92%
    }
    .testimonials .testimonial_img figure {
        width: 100px;
        height: 100px;
        overflow: hidden;
        border: 5px solid #fff;
        border-radius: 100%
    }
    .testimonials .slick-arrows-custom.right {
        position: relative;
        margin-top: 0;
        display: flex;
        justify-content: center;
        width: 80px;
        margin: 0 auto
    }
    .testimonials .testimonial-text_bot {
        position: relative;
        padding-left: 120px
    }
    .testimonial-text_bot figure {
        width: 100px;
        height: 100px;
        overflow: hidden;
        border-radius: 100%;
        position: absolute;
        left: 0;
        top: -10px
    }
    .testimonial-text_bot figure img {
        width: 100%;
        height: 100%
    }
}

@media screen and (min-width:541px) and (max-width:767px) {
    .process ._3,
    .process ._4 {
        margin-top: 30px
    }
    .process ._1:after {
        right: -40px
    }
    .process ._2:after {
        bottom: -20px;
        transform: rotate(90deg);
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }
    .process ._3:after {
        left: -41px;
        transform: rotate(180deg);
        bottom: 50px
    }
    .process ._1:after {
        top: 30px
    }
    .process ._3 {
        order: 4
    }
    .process ._4 {
        order: 3
    }
}

@media screen and (max-width:540px) {
    .process .process_item {
        margin-bottom: 30px;
    }
    .process .process_item:after {
        transform: rotate(90deg);
    }
    .process ._1:after {
        right: 40px
    }
    .process ._2:after {
        left: 20px;
    }
}

@media screen and (max-width:767px) {
    .highlights {
        margin-top: 20px
    }
    .highlights .row>div {
        padding: 10px 0
    }
    .highlights .highlights_circle {
        width: 150px;
        height: 150px;
        padding: 15px
    }
    .highlights .head {
        font-size: 2rem
    }
    .highlights .info {
        font-size: 1.2rem
    }
    .hp_s.about,
    .hp_s.video {
        margin-top: 40px
    }
    .footprint.hp_s .slick-arrows-custom {
        display: none;
    }
    .hp_s.footprint,
    .hp_s.testimonials,
    .process.hp_s {
        padding: 2rem 0
    }
    .process .card {
        max-width: 100%
    }
    .footprint .tabs.mb {
        margin-top: 30px;
        margin-bottom: 20px
    }
    .testimonial-slider:before {
        background-image: url(/uploads/page/quote-sign.png);
        content: '';
        width: 50px;
        height: 50px;
        position: absolute;
        left: 20px;
        background-repeat: no-repeat;
        background-size: cover;
        top: -42px
    }
    .testimonials .testimonial-text_review {
        margin-bottom: auto;
        padding-bottom: 20px
    }
    .testimonials .testimonial-text_bot {
        position: relative;
        padding-left: 80px;
        margin-top: auto
    }
    .testimonials .testimonial_img {
        display: none
    }
    .testimonial-text_bot>figure {
        display: block
    }
    .testimonial-text_bot figure {
        width: 70px;
        height: 70px;
        overflow: hidden;
        border-radius: 100%;
        position: absolute;
        left: 0
    }
    .testimonial-text_bot figure img {
        width: 100%;
        height: 100%
    }
    .testimonials .testimonial-text {
        padding: 3rem;
        width: 100%
    }
    .testimonial-text_review p {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.5
    }
    .testimonials .testimonial-text_name {
        font-size: 1.4rem;
        font-weight: 500;
        margin-top: 5px;
        margin-bottom: 5px
    }
    .testimonials .testimonial-text_school {
        font-size: 1.1rem;
        font-weight: 300;
        font-style: italic
    }
}

@media screen and (max-width:539px) {
    .newsletter-signup .container form {
        display: block
    }
    .newsletter-signup .container .form-control {
        height: 50px;
        line-height: 50px;
        width: 100%;
        border-radius: 5px
    }
    .newsletter-signup .container form .btn {
        width: 100%;
        border-radius: 5px;
        margin-top: 10px
    }
}

.block-2-imgcont .content-wrapper .title {
    font-size: 3.5rem;
    margin-bottom: 20px
}

.block-2-imgcont .content-wrapper p {
    line-height: 1.8;
    color: var(--default-txt-color);
    margin-bottom: 20px
}

.video-block-full {
    background: #effffd url(/uploads/page/video-bg.png) no-repeat;
    background-size: cover;
    padding: 5rem 0
}

.section_head p {
    color: var(--dark-grey2);
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 15px
}

.tabs {
    justify-content: center
}
.tabs.left {justify-content: flex-start;}
.tabs.left li{margin-left:0px;}
.tabs>li {
    margin-right: 10px;
    list-style: none !important
}

.tabs>li>a {
    background: rgba(66, 81, 128, .1);
    color: #425180;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer
}

.tabs>li>a.active {
    background: var(--light-green);
    color: #fff;
    box-shadow: 0 0 10px var(--light-green)
}
@media screen and (max-width:767px){
    .tabs {flex-wrap:nowrap; overflow: auto; justify-content:flex-start !important;}
    .tabs>li>a {padding:10px 13px !important; min-width: 55px;
text-align: center;}
}
.slick-dots {
    justify-content: center;
    display: flex;
    margin-top: 20px;
    margin-left: 0;
    padding: 0
}

.slick-dots li {
    list-style: none;
    margin: 0;
    padding: 0
}

.slick-dots li button {
    text-indent: -9999px;
    background: #dedede;
    height: 4px;
    border-radius: 2px;
    width: 20px;
    overflow: hidden;
    outline: 0;
    border: 0;
    margin: 0 2px
}

.slick-dots li.slick-active button {
    background: var(--light-green)
}

.slick-arrows-custom {
    position: relative
}

.slick-arrows-custom .slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    top: 10px;
    border: 1px solid #000;
    border-radius: 50%
}

.slick-arrows-custom .slick-next {
    background-image: url(/uploads/page/icons/arrow.png);
    right: 0;
    transform: rotate(-180deg)
}

.slick-arrows-custom .slick-prev {
    background-image: url(/uploads/page/icons/arrow.png);
    right: 50px
}

.newmember-register_top {
    font-size: 1.4rem;
    margin-top: 25px;
    padding: 10px 20px;
    display: inline-block;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 5px;
    background: rgba(0, 0, 0, .02)
}

.form_section_head {
    margin: 30px auto 0 auto
}


/*gallery*/

.award-gallery {
    display: flex;
    flex-wrap: wrap;
}
.award-gallery .tab_container_parent>.col-12:nth-child(2){
    display: flex;
    flex-wrap: wrap;
}
.award-gallery .award-gallery_item {
    width: 33.33%;
    padding: 10px;
    position: relative;
}

.award-gallery .award-gallery_item figure {
    margin-bottom: 0px;
}

.award-gallery .award-gallery_item figure img {
    width: 100%;
}

.award-gallery_item_inner {
    position: relative;
}

.award-gallery_item_inner figcaption {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--dark-green);
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}

.award-gallery_school_info,
.gallery-list-items .gallery-item figure figcaption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    padding: 10px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
    min-height: 60px;
    display: flex;
    align-items: flex-end;
    font-size: 1.3rem;
  justify-content:center;
}

.award-gallery .award-gallery_item .over,
.gallery-list-items .gallery-item .over {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    margin-top: 20px;
    opacity: 0;
    transition: .3s all;
}

.award-gallery .award-gallery_item_inner:before,
.gallery-list-items .gallery-item a:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    background: var(--navi-blue);
    opacity: 0;
    content: '';
    transition: .3s all;
}

.award-gallery .award-gallery_item_inner:hover:before,
.gallery-list-items .gallery-item a:hover:before {
    opacity: .7;
    height: 100%;
}

.award-gallery .award-gallery_item_inner:hover .over,
.gallery-list-items .gallery-item a:hover .over {
    opacity: 1;
    margin-top: 0px
}


/*gallery*/
@media screen and (min-width:991px){
  .gallery-info {order:2}
  .gallery-image {order:1}
}
.award-gallery .award-gallery_item {
    padding: 10px;
    position: relative;
}

.award-gallery .tab_content_box .d-flex {
    flex-wrap: wrap;
}

.award-gallery_intro {
    max-width: 700px;
    margin: 0px auto;
    width: 90%;
    text-align: center;
}

.initiative span {
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    color: var(--dark-green);
    font-size: 1.3rem;
    margin-top: 10px;
}

.gallery-list-items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100vw;
}

.gallery-list-items .gallery-item {
    position: relative;
    width: 33.33%;
    transition: .8s opacity;
    padding: 5px;
}

.gallery-list-items .gallery-item a {
    display: block;
    position: relative;
}

.gallery-list-items .gallery-item img {
    width: 100%;
    transition: .3s all;
    position: relative;
    transform: transform .2s;
}

.gallery-list-items .gallery-item figure {
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    transition: .3s all;
}

.gallery-list-items .gallery-item a:hover figure img {
    transform: scale(1.3);
}

.gallery-list-items .gallery-item figure figcaption {
    z-index: 10;
    font-weight: bold;
}

.gallery-list-items .gallery-item a:before {
    z-index: 1;
}

.gallery-list-items .gallery-item .over {
    color: #fff;
    background: transparent;
    font-size: 2rem;
    z-index: 1;
}

.wa-mediabox-frame .wa-mediabox-close,
.wa-mediabox-frame .wa-mediabox-close:hover {
    background: var(--mint-green);
}

.wa-mediabox-frame .wa-mediabox-open svg {
    fill: var(--mint-green);
}

.wa-mediabox-frame.loaded.has-title .wa-mediabox-title {
    font-size: 1.3rem;
    font-weight: 500;
}

.wa-mediabox-frame .wa-mediabox-close svg,
.wa-mediabox-prev svg,
.wa-mediabox-next svg {
    fill: #fff;
}

.award_school-info {
    padding: 20px;
    position: relative;
    z-index: 10;
    margin-top: 10px;
}

.award_school-info .title5 {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
}

.award_school-info .title5 .h {
    border-bottom: 2px solid var(--mint-green);
    color: var(--mint-green);
    padding: 5px 0px;
    display: inline-block;
    font-size: 1.3rem;
}

.award_school-info .title5 span {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: .5rem;
    background: #fff;
}

.award_school-info ul {
    margin-top: -1rem;
}

.award_school-info ul li {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--dark-black);
}
.gallery-slider .award_school_img {margin-bottom:0px !important}

.gallery-image .slick-arrow{background-color:#fff; border:0px !important;}
.gallery-image .slick-arrows-custom.right {
    right: 0px;
    margin-top: 0px;
    top: 50%;
    width: 100%;
  transform:translateY(50%);
  
}
.gallery-image .slick-arrows-custom .slick-prev {
    left: 30px;
  cursor:pointer;
}
.gallery-image .slick-arrows-custom .slick-next {
    right: 30px;
  cursor:pointer;
}

@media screen and (min-width:992px) {
    .award-gallery .award-gallery_item {
        width: 33.33%;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .award-gallery .award-gallery_item,
    .gallery-list-items .gallery-item {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
  .award-gallery .tab_content_box > .d-flex {display:block !important;}
  .award_school-info {padding: 0px 20px 10px 20px;
position: relative;
z-index: 10;
margin-top: 0px;
text-align: center;}
    .award-gallery .tab_content_box .d-flex {
        flex-direction: column;
    }
    .award-gallery .award-gallery_item,
    .gallery-list-items .gallery-item {
        width: 100%;
    }
  .gallery-image {padding:0px;position:relative;}
  .gallery-slider {margin: 0px -15px; }
  .gallery-image .slick-arrows-custom.right {position: absolute;top:inherit !important; bottom: 50%;margin-top: 0px;justify-content: space-between;}
  .gallery-image .slick-arrows-custom .slick-prev {left: 10px;}
  .gallery-image .slick-arrows-custom .slick-next {right: 10px;}
  
}


/*registration form*/

.middle-section.fl-w {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    justify-content: stretch;
    width: 100%;
}

@media screen and (min-width:768px) {
    .newmember-register {
        display: flex;
        width: 100%;
    }
}

.newmember-register .container-fluid>.row {
    height: 100%;
}

.login-box {
    background: #fff;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.register-box {
    background-image: url(/uploads/page/logo-pg-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

.register-box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: var(--navi-blue);
    opacity: .8;
}

.register-box .register-box_inner {
    text-align: center;
    padding: 20px;
    z-index: 1;
}

.register-box .register-box_inner .title {
    font-size: 4rem;
    margin-bottom: 30px;
}

.register-box .register-box_inner p {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.register-box .register-box_inner .btn {
    margin-top: 20px;
}

.register-box .register-box_inner .btn {
    border: 1px solid #fff;
    color: #fff;
}

.register-box .register-box_inner .btn:hover {
    border: 1px solid #fff;
    color: var(--dark-green);
    background: #fff
}

.form-sr {
    max-width: 400px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px
}

.form-sr .fw {
    width: 100%
}

.form-sr .terms {
    margin-top: 20px;
    margin-bottom: 30px
}

.verify-mobile-number {
    margin-top: 20px;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, .02);
    padding: 20px;
    border: 1px solid #dfdfdf
}

.verify-mobile-number .code-v {
    height: 64px;
    width: 64px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ced4da;
    background: #fff;
    border-radius: 0;
    -moz-appearance: textfield;
    margin-right: 10px;
    outline: 0;
    font-size: 40px;
    font-weight: 700
}

.verify-mobile-number .w_otp_msg {
    display: none;
    color: var(--error-color);
}

.verify-mobile-number .progressbar-text {
    margin-top: 20px;
}

.verify-mobile-number p {
    margin: 0;
    font-size: 16px;
    margin-bottom: 10px;
    color: #212529
}

.verify-mobile-number .d-r-o {
    margin-bottom: 10px
}

.not-received {
    display: none;
    margin-top: 20px;
}

@media screen and (max-width:540px) {
    .verify-mobile-number .code-v {
        height: 55px;
        width: 55px;
        margin-right: 10px;
    }
}


/*other form*/

.standardform .field-label {
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 10px
}

.standardform .form-group {
    margin-bottom: 20px
}

.standardform .parsley-errors-list {
    list-style: none;
    margin: 0;
    background: #fff;
    padding: 6px 5px;
    color: var(--error-color);
    margin-top: 10px;
    border-radius: 5px
}

.standardform .parsley-errors-list li {
    color: var(--error-color) !important;
}

.standardform input.parsley-error,
.standardform textarea.parsley-error {
    color: var(--error-color);
    background-color: #f2dede;
    border: 1px solid #eed3d7
}

.document-section {
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
}

.document-section .form-group h3 {
    margin: 0px;
    font-size: 1.3rem;
    font-weight: 500;
}

.document-section .form-group p {
    font-size: 1.2rem;
    margin: 0px;
}

.document_wrapper .file {
    margin-bottom: 15px;
}

.document_wrapper .selectDoc {
    padding: 0px 0px 0px 10px;
    background: rgba(0, 0, 0, .02);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, .1);
}

.selectDoc {
    cursor: pointer;
    color: #6e6e6e;
    font-weight: 300;
    line-height: 36px;
    position: relative;
    width: 100%;
}

.fileUpload {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    right: 0px;
}

.fltRight {
    float: right;
}

.custom-file-upload {
    float: right;
    margin-bottom: 0px;
}

.rBtn {
    color: #000;
    font-size: 1.2rem
}

.progressbar {
    height: 5px;
    width: 100%;
    margin: 5px 0px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: none;
    margin-top: -10px;
}

.fileupload-progressbar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    text-align: center;
    background-color: #5cb85c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.file-uploaded_info {
    margin-bottom: 15px;
}

.file-uploaded_info {
    align-items: center;
    display: flex;
    background: #fff;
    height: 50px;
    color: #fff;
    border: 1px solid #dfdfdf;
    padding: 0px 0px 0px 10px;
}

.file-uploaded_info .file_icon {
    background: url(/uploads/page/icons/file.png);
    margin-right: 10px;
    margin-left: 0px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}

.file-uploaded_info .file_info {
    display: inline-flex;
    flex-direction: column;
}

.file-uploaded_info .file_ext {
    background: var(--mint-green);
    display: inline;
    border-radius: 0px;
    padding: 0px 3px;
    color: #fff;
    font-size: .6rem;
    max-width: 25px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    right: 0px;
}

.file-uploaded_info .updated_on {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--gray-dark);
}

.file-uploaded_info .delete {
    margin-left: auto;
    margin-right: 0px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    display: flex;
}

.file-uploaded_info .delete .rem,
.file-uploaded_info .delete .reup,
.custom-file-upload {
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    border-left: 1px solid #dfdfdf;
    background-size: 25px auto;
    opacity: .5;
    transition: .3s all;
    cursor: pointer;
}

.file-uploaded_info .delete .rem {
    background-image: url(/uploads/page/icons/delete.png);
}

.file-uploaded_info .delete .reup,
.custom-file-upload {
    background-image: url(/uploads/page/icons/file-upload.png);
}

.file-uploaded_info .delete .rem:hover,
.file-uploaded_info .delete .reup:hover,
.custom-file-upload:hover {
    opacity: 1;
}

.file-uploaded_info .delete .reup input[type='file'] {
    width: 50px;
    height: 50px;
    opacity: 0;
}

.file.uploaded .selectDoc {
    position: relative;
}

.uploading .selectDoc:before {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 48px;
    content: '';
    background: var(--mint-green);
    opacity: .8;
}

.uploading .selectDoc>span:nth-child(1) {
    display: none;
}

.uploading .selectDoc>span:nth-child(2),
.uploading .selectDoc input[type='file'] {
    margin: 0px auto;
}

.uploading .custom-file-upload>span {
    display: block;
}

.uploading .custom-file-upload>span,
.uploading .custom-file-upload>span:after {
    border-radius: 50%;
}

.uploading .custom-file-upload>span,
.uploading .custom-file-upload>span:after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.uploading .custom-file-upload {
    background-image: none;
    border: 0px;
    opacity: 1;
}

.uploading .custom-file-upload>span {
    margin: 10px;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 3px solid rgba(255, 255, 255, 0.2);
    border-right: 3px solid rgba(255, 255, 255, 0.2);
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    border-left: 3px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*
.static-page h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem
}

.static-page h4 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem
}

.static-page h5 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1.5rem
}
*/
.static-page_intro.move_overlap_hero {
    margin-bottom: 80px;
    margin-top: -150px;
    background: #fff;
    display: block;
    position: relative;
    border-radius: 15px;
    padding: 50px 50px 20px 50px;
    box-shadow: 0 0 19px 10px rgba(0, 0, 0, .05)
}

.static-page_intro {
    margin-bottom: 20px;
    margin-top: 50px
}

.static-page_intro .title2 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    margin-top: -10px;
    color: #001234
}

.static-page_intro p {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--default-txt-color);
    margin-top: 20px
}

._2colwrapper {
    padding: 50px 0
}

.light-bg._2colwrapper {
    margin-bottom: 50px
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@media screen and (min-width:992px) {
    .block-2-imgcont .content-wrapper {
        margin-top: 50px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .block-2-imgcont .content-wrapper {
        margin-top: 10px
    }
}

@media screen and (min-width:768px) {
    .slick-arrows-custom.right {
        position: absolute;
        width: 80px;
        right: 25px;
        margin-top: -55px
    }
}

@media screen and (max-width:767px) {
    .slick-arrows-custom {
        display: flex;
        justify-content: center
    }
    .slick-arrows-custom .slick-arrow {
        position: relative
    }
    .slick-arrows-custom .slick-prev {
        left: -40px
    }
    .slick-arrows-custom .slick-next {
        right: -40px
    }
    .static-page_intro.move_overlap_hero {
        padding: 30px 25px!important;
        max-width: 95%;
        border-radius: 10px!important
    }
    .static-page_intro {
        margin-bottom: 20px;
        margin-top: 50px
    }
    .static-page_intro .title2 {
        font-size: 2.5rem;
        margin-bottom: 10px;
        margin-top: -10px;
        color: #001234
    }
    .static-page_intro p {
        font-size: 1.3rem;
        font-weight: 300;
        color: var(--default-txt-color);
        margin-top: 10px
    }
    .static-page h2 {
        font-size: 2.5rem
    }
    .static-page h3 {
        font-size: 1.8rem
    }
    .static-page h4 {
        font-size: 1.6rem
    }
    .static-page h5 {
        font-size: 1.4rem
    }
    .static-page li,
    .modal-body li,
    .static-page p,
    .modal-body p {
        font-size: 1.3rem
    }
    .block-2-imgcont .content-wrapper .title {
        font-size: 2.5rem;
        margin-bottom: 20px
    }
}

.block-2-imgcont .content-wrapper p {
    line-height: 1.8;
    color: var(--default-txt-color);
    margin-bottom: 20px
}

.video-block-full {
    background: #effffd url(/uploads/page/video-bg.png) no-repeat;
    background-size: cover;
    padding: 5rem 0
}

.section_head p {
    color: var(--dark-grey2);
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 15px
}

.section_head .section_subhead {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--dark-grey);
    margin-top: 0px
}

.tabs {
    justify-content: center
}

.tabs>li {
    margin-right: 10px;
  margin-left:0px !important;
}

.tabs>li>a {
    background: rgba(66, 81, 128, .1);
    color: #425180;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer
}

.tabs>li>a.active {
    background: var(--light-green);
    color: #fff;
    box-shadow: 0 0
}

.slick-dots {
    justify-content: center;
    display: flex;
    margin-top: 0;
    margin-left: 0;
    padding: 0
}

.slick-dots {
    list-style: none
}

.slick-dots li button {
    text-indent: -9999px;
    background: #dedede;
    height: 4px;
    border-radius: 2px;
    width: 20px;
    overflow: h idden;
    outline: 0;
    border: 0;
    margin: 0 2px
}

.slick-dots li.slick-active button {
    background: var(--light-green)
}

.slick-arrows-custom {
    position: relative
}

.slick-arrows-custom .slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    top: 10px;
    border: 1px solid #000;
    border-radius: 50%
}

.slick-arrows-custom .slick-next {
    background-image: url(/uploads/page/icons/arrow.png);
    right: 0;
    transform: rotate(-180deg)
}

.slick-arrows-custom .slick-prev {
    background-image: url(/uploads/page/icons/arrow.png);
    right: 50px
}

.static-page_intro p {
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--default-txt-color);
    margin-top: 10px
}

.standardform input.parsley-error,
.standardform textarea.parsley-error {
    color: var(--error-color);
    background-color: #f2dede;
    border: 1px solid #eed3d7
}

.static-page {
    margin-top: 30px;
    margin-bottom: 30px;
}

.static-page h2 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem
}

.static-page h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem
}

.static-page h4 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem
}

.static-page h5 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1.5rem
}

.form_section_head p,
.static-page li,
.modal-body li,
.modal-body p,
.static-page p {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: var(--default-txt-color)
}

.modal-body ul {
    margin: 0px;
    padding: 0px;
}

.static-page li,
.modal-body li {
    margin-bottom: 5px;
    line-height: inherit;
    margin-left: 20px;
}

.static-page_intro.move_overlap_hero {
    margin-bottom: 80px;
    margin-top: -150px;
    background: #fff;
    display: block;
    position: relative;
    padding: 50px 50px 20px 50px;
    border-radius: 50px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .05)
}

.static-page_intro .title2 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    margin-top: -10px;
    color: #001234
}

.static-page_intro p {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--default-txt-color);
    margin-top: 20px
}

._2colwrapper {
    padding: 50px 0
}

.light-bg._2colwrapper {
    margin-bottom: 50px
}


/*tabs*/

.tab_content .tab_content_box {
    display: none;
}

.tab_content .tab_content_box:first-child {
    display: block;
}

.tab_content .tab_content_box {
    width: 100%;
}


/*accordion*/

.accordion_item {
    margin-bottom: 20px;
    padding-bottom: 0;
    background: #fff;
    padding: 20px;
    border-radius: 0px;
    transition: .3s all;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column
}

.accordion_item.active {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2)
}

.accordion_item.active p {
    color: var(--default-txt-color);
    margin-top: 15px
}

.accordion_item .accordion_quest {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
    margin-bottom: 0;
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--dark-black);
    line-height: 1.5;
}

.accordion_item .accordion_quest:after {
    background: url(/uploads/page/icons/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 80% auto;
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    transition: .3s all;
    top: 0px;
}

.accordion_item.active .accordion_quest:after {
    transform: rotate(-180deg)
}

.accordion_item .accordion_quest .fas {
    position: absolute;
    right: 0;
    top: 5px
}

.accordion_answer {
    display: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@media screen and (min-width:992px) {
    .block-2-imgcont .content-wrapper {
        margin-top: 50px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .container {
        max-width: 100%
    }
    .block-2-imgcont .content-wrapper {
        margin-top: 10px
    }
}

@media screen and (min-width:768px) {
    .slick-arrows-custom.right {
        position: absolute;
        width: 80px;
        right: 25px;
        margin-top: -55px
    }
}

@media screen and (max-width:767px) {
    .container {
        max-width: 100%
    }
    .slick-arrows-custom {
        display: flex;
        justify-content: center
    }
    .slick-arrows-custom .slick-arrow {
        position: relative
    }
    .slick-arrows-custom .slick-prev {
        left: -40px
    }
    .slick-arrows-custom .slick-next {
        right: -40px
    }
    .static-page {
        margin-bottom: 50px
    }
    .static-page_intro {
        margin-bottom: 20px;
        margin-top: 50px
    }
    .static-page_intro.move_overlap_hero {
        margin-bottom: 30px
    }
    .light-bg._2colwrapper {
        margin-bottom: 30px;
        padding: 30px 0
    }
    .static-page_intro .title2 {
        font-size: 2.5rem;
        margin-bottom: 10px;
        margin-top: -10px;
        color: #001234
    }
    ._2colwrapper .content-box {
        padding-top: 30px
    }
    .static-page_intro p {
        font-size: 1.3rem;
        font-weight: 300;
        color: var(--default-txt-color);
        margin-top: 10px
    }
    .static-page_intro .title2 {
        font-size: 2.5rem;
        margin-bottom: 10px;
        margin-top: -10px;
        color: #001234
    }
    .static-page_intro p {
        font-size: 1.3rem;
        font-weight: 300;
        color: var(--default-txt-color);
        margin-top: 10px
    }
    .static-page h2 {
        font-size: 2.5rem
    }
    .static-page h3 {
        font-size: 1.8rem
    }
    .static-page h4 {
        font-size: 1.6rem
    }
    .static-page h5 {
        font-size: 1.4rem
    }
    .static-page li,
    .static-page p {
        font-size: 1.3rem
    }
}


/*post login*/

.container.post-login {
    margin-top: -30px;
    margin-bottom: -30px;
}

.container.post-login .sidebar-pl {
    position: relative;
}

.sidebar-pl .side-menu {
    margin: 0px;
    padding: 0px;
}

.sidebar-pl ul li {
    margin-bottom: 0px;
    padding: 0px;
    list-style: none;
}

.sidebar-pl ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 1.2rem;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: left;
}

.sidebar-pl ul li a .fa {
    font-size: 2rem;
    margin-right: 10px;
}

@media screen and (min-width:768px) {
    .sidebar-pl ul li {
        margin-bottom: 0px;
        padding: 0px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: start;
        list-style: none;
    }
    .container.post-login .sidebar-pl .side-menu {
        position: relative;
        z-index: 1;
    }
    .container.post-login .sidebar-pl:before {
        content: '';
        position: absolute;
        right: 0px;
        width: 600px;
        background: var(--mint-green);
        height: 100%;
    }
    .container.post-login .sidebar-pl {
        position: relative;
        min-height: 400px;
        padding-right: 0px
    }
    .sidebar-pl ul li.active,
    .sidebar-pl ul li:hover {
        background: rgba(0, 0, 0, .12);
        border-color: var(--mint-green);
        color: #fff;
    }
    .sidebar-pl ul li.active a,
    .sidebar-pl ul li:hover a {
        color: #fff;
    }
    .sidebar-pl ul li.active {
        border-right: 5px solid var(--dark-green);
    }
    .container.post-login>.row>.col-md-9 {padding-left:30px; padding-right:30px;}
}

@media screen and (max-width:767px) {
    .container.post-login .sidebar-pl {
        background: var(--mint-green);
        overflow-y: hidden;
        overflow-x: auto;
    }
    .sidebar-pl .side-menu {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-wrap: nowrap;
    }
    .side-menu-mobile {
        color: #fff;
        padding: 10px 20px;
        font-size: 1.2rem;
    }
    .sidebar-pl ul li {
        margin-bottom: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: start;
        list-style: none;
    }
    .sidebar-pl ul li a {
        color: #fff;
        font-weight: 400;
        font-size: 1.2rem;
        text-decoration: none;
        display: block;
        padding: 10px 20px;
        text-transform: uppercase;
        text-align: center;
        white-space: nowrap;
    }
    .sidebar-pl ul li a .fa {
        font-size: 2rem;
        display: block;
    }
    .sidebar-pl ul li.active,
    .sidebar-pl ul li:hover {
        background: rgba(0, 0, 0, .12);
        border-color: var(--mint-green);
        color: #fff;
    }
    .sidebar-pl ul li.active a,
    .sidebar-pl ul li:hover a {
        color: #fff;
    }
    .sidebar-pl ul li.active {
        border-bottom: 5px solid var(--dark-green);
    }
}

.green-table {
    font-size: 1.3rem;
}

.green-table thead td {
    background: var(--mint-green);
    color: #fff;
    border-color: var(--mint-green);
}

.static-page ul {
    margin-left: 0px;
    padding-left: 0px;
}

.static-page ul li {
    list-style: disc;
}

.static-page li li {
    margin-left: 20px;
    list-style: circle;
}

.static-page li ul {
    margin-bottom: 15px;
}

.h100 {
    height: 100%;
}

.content-box.h100 {
    padding: 50px 30px;
    position: relative;
}


/*address block*/

.address-block .row {
    margin-bottom: 5px;
}

.address-block .add_c_l p {
    margin-bottom: 0px;
    color: var(--dark-black);
}

.address-block .add_c_r p {
    margin-bottom: 0px;
}

@media screen and (max-width:540px) {
    .address-block .add_c_l p {
        margin-bottom: 0px;
    }
    .address-block .add_c_r p {
        margin-bottom: 0px;
    }
}

.greenbox_highlight_content {
    font-size: 1.3rem;
  
    padding: 0px;
    display: flex;
    position: relative;
}



.greenbox_highlight_content div {
    padding: 20px 10px;
    /* color: #fff; */
    max-width: 900px;
    z-index: 10;
    width: 100%;
    text-align: center;
    margin: 0px auto;
}

.greenbox_highlight_content div .title3 {
    margin-bottom: 10px;
    font-size: 2.4rem;
}

.greenbox_highlight_content div p {
    line-height: 1.5;
    /* color: #fff; */
}

.programme-box .row .content-box {
    margin-top: 30px;
}
.programme-section-bg {
    background:url(/uploads/page/programme-left.jpg) no-repeat center center;
    background-size:cover;
}
.programm-section-accordion {background:#CDF1EA;}

.programm-section-accordion .programe-wrapper {padding:20px 20px;}
.programm-section-accordion .programe_description {display: none; padding-left:15px; padding-right:15px; padding-bottom:15px;}
.programe_item { margin-bottom:15px;}
.programm-section-accordion .programe_head {padding:15px; margin-bottom:0px; position: relative}
.programm-section-accordion .programe_head:after {
    background: url(/uploads/icons/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 70% auto;
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    transition: .3s all;
    top: 12px;
}
.programe_item.active {box-shadow:0px 0px 20px 10px rgba(0, 0, 0, .25);}
.programe_item.active .programe_head:after {
    transform: rotate(-180deg);
}
.programm-section-accordion .programe_description>ul {margin-top:0px;}
.programm-section-accordion .programe_description ul li {position:relative; list-style:none}
.programm-section-accordion .programe_description>ul>li:before { content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mint-green);
    position: absolute;
    left: -15px;
    top: 7px;}
    .programm-section-accordion .programe_description>ul>li>ul>li:before {
        content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid var(--mint-green);
    position: absolute;
    left: -15px;
    top: 7px;
       }
.programe_item {background:#fff;}
.criteria {padding-top:80px; padding-bottom:80px;}
.criteria .criteria-items {margin-top:20px;}
.criteria .icon{width:120px; height:120px; border:1px solid var(--mint-green); border-radius:50%; margin:0px auto; background-position: center;  background-repeat:no-repeat}
.criteria .icon.practically {background-image:url(/uploads/page/icons/implementatio.png); background-size:70% auto;}
.criteria .icon.innovative {background-image:url(/uploads/page/icons/idea.png); background-size:40% auto;}
.criteria .icon.benefit {background-image:url(/uploads/page/icons/benefit.png); background-size:50% auto;}
.criteria .icon.education {background-image:url(/uploads/page/icons/awareness.png); background-size:60% auto;}
.criteria .criteria-items>div {text-align:center}
.criteria .criteria-items p {text-align: center; font-weight:400; line-height: normal; margin-top:10px;}
.award-accolades .inner-box-wrapper {display: flex; justify-content: center; margin-top:20px;}
.award-accolades .inner-box {background:#F0F9FE; padding:20px; min-width:300px; margin:0px 15px;}
.award-accolades .inner-box li {list-style:none; position: relative;}
.award-accolades .inner-box li:before {
    content: '';
width: 8px;
height: 8px;
border-radius: 50%;
border: 1px solid var(--mint-green);
position: absolute;
left: -15px;
top: 7px;
   }
   @media screen and (min-width:768px){
    .programme-section-bg {
        
        background-size:cover;
        min-height:600px;
    }
    .programm-section-accordion {background:#CDF1EA; overflow:auto; height:600px;}
    .programm-section-accordion .programe-wrapper {width:80%;}

   }
@media screen and (max-width:767px){
    
    .programme-section-bg {height:300px;}
    .programm-section-accordion .programe-wrapper {width:100%; padding-left:0px; padding-right:0px;}
    .award-accolades .inner-box-wrapper {flex-direction: column;}
    
    .award-accolades .inner-box {
        width: 100%;
        margin: 0px 0px 15px 0px;}
}

.hp_s.greenbox_highlight_content  {
    background: url(/uploads/hp-about-prog-bg-2.png);
  background-size: cover;
}
.hp_s.greenbox_highlight_content:before {
  
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: .3;
  background:#000
}
.hp_s.greenbox_highlight_content div p, .hp_s.greenbox_highlight_content div .title3  {color:#fff}
/*notification*/
.notification-info  {display:flex; justify-content: space-between; border-bottom:1px solid #dfdfdf; padding-bottom:10px; margin:15px 15px 0px 15px; align-items: center;}

.notification-info .date {    color: var(--default-txt-color);
    position: relative;
    height: 30px;
    line-height: 30px;
    padding-left: 35px; color:#4A4A4A; font-weight:500;}
.notification-info .date:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(/uploads/icons/calendar.png) no-repeat center center;
    /* background-size: 20px auto; */
    position: absolute;
    left: 0px;
    top: -2px;
}
.notification-list .notification {background:#fff; /*box-shadow:0px 2px 33px -19px rgba(0, 0, 0, .5);*/border-color: #E0E0E0;}
.notification-list .notification .card-body{ min-height:150px; color:#4A4A4A; font-weight:400;}
.notification-info .badge {font-size:1.1rem;font-weight: normal;}
.notification-info .foryou {background-color: var(--light-green);}
.notification-info .global {background-color: var(--dark-green);}
.notification-info .new {background-color: var(--navi-blue);}


/*query*/
.query-list .query {background:#fff; border-color: #E0E0E0; margin-bottom:15px;}
.query-list .query.open {box-shadow:0px 2px 33px -19px rgba(0, 0, 0, .5);}
.query-list .query .card-header {background:transparent; border:0px; padding:15px;}
.query-list .query .card-header p {margin-bottom:0px; font-weight:bold; margin-bottom:0px; color:var(--dark-black)}
.query-list .query .card-body {padding-top:0px;}
.query-list .query .card-body blockquote { padding:10px 15px 15px 20px; border-top:1px solid rgba(0, 0, 0, .1);}
.query-list .query-meta {font-size:1rem; margin-bottom:0px;}
.query-list .btn-reply-box {padding:0px; margin-bottom:0px;}
.reply-form {display:none; padding:15px 0px;}
.reply-form textarea {background:rgba(0, 0, 0, .02); border:0px; outline:none;}
.reply-form textarea:focus {outline:none; box-shadow:none; background:rgba(0, 0, 0, .02);}
.not-replied.card-body {background:#fff !important; }

.pagination ul, .pagination li {list-style:none !important;}
.pagination li {margin-left:0px;}

.pagination .prev a{background:url(/uploads/icons/arrow.png) no-repeat center center; }
.pagination .next a{background:url(/uploads/icons/arrow.png) no-repeat center center; transform:rotate(-180deg);  }
.pagination li a {display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    text-align: center; color:var(--mint-green); }
    .pagination li.active a {background-color:var(--mint-green) !important; border-color:var(--mint-green) !important;  color:#fff;}

.programme-section-bg {
    background: url(/uploads/page/programme-left-2.jpg) no-repeat center center !important;
}