/*
/*
 * Based on: Bootstrap v4.1.3 (https://getbootstrap.com)
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");

.main-slider .carousel-control-next, .main-slider .carousel-control-prev {
    opacity: 1;
}

.main-slider .carousel-control-next-icon {
    background-image: url("../../assets/img/icon/right-arrow.png");
}

.main-slider .carousel-control-prev-icon {
    background-image: url("../../assets/img/icon/left-arrow.png");
}

.main-slider .carousel-control-next-icon, .main-slider .carousel-control-prev-icon {
    width: 34px;
    height: 45px;
}

.inner-slider .carousel-item > div {
    float: left;
}

.inner-slider .carousel-by-item [class*="cloneditem-"] {
    display: none;
    bottom: 0px;
}

.inner-slider .carousel-control-next {
    top: 0;
}

.inner-slider .carousel-control-next .carousel-control-next-icon {
    background-image: url("../../assets/img/icon/r-owl-arrow.png");
    width: 29px;
    height: 39px;
}

.inner-slider .carousel-control-prev {
    top: 0;
}

.inner-slider .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("../../assets/img/icon/l-owl-arrow.png");
    width: 29px;
    height: 39px;
}

.inner-slider .carousel-control-next, .inner-slider .carousel-control-prev {
    position: relative;
    top: auto;
    bottom: auto;
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    color: transparent;
    text-align: center;
    opacity: 1;
}

.inner-slider .carousel-indicators .l-arrow {
    text-indent: 0 !important;
    width: 29px;
    height: 35px;
    background: transparent;
    top: 0;
}

.inner-slider .carousel-indicators .r-arrow {
    text-indent: 0 !important;
    text-indent: 0 !important;
    width: 29px;
    height: 35px;
    background: transparent;
    top: 0;
}

.inner-slider .carousel-indicators {
    position: relative;
    padding: 0px 0px 30px;
    margin: 0;
}

.inner-slider .carousel-indicators li.active {
    background-color: #F0A53A;
}

.inner-slider .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #E8E8E8;
    border-radius: 100px;
    top: 10px;
}

.inner-slider-news .carousel-by-item [class*="cloneditem-"] {
    display: none;
    bottom: 0px;
}

.inner-slider-news .carousel-control-next {
    top: 0;
}

.inner-slider-news .carousel-control-next .carousel-control-next-icon {
    background-image: url("../../assets/img/icon/b-owl-arrow.png");
    width: 39px;
    height: 29px;
}

.inner-slider-news .carousel-control-prev {
    top: 0;
}

.inner-slider-news .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("../../assets/img/icon/t-owl-arrow.png");
    width: 39px;
    height: 29px;
}

.inner-slider-news .carousel-control-next, .inner-slider-news .carousel-control-prev {
    position: relative;
    top: auto;
    bottom: auto;
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    color: transparent;
    text-align: center;
    opacity: 1;
}

.inner-slider-news .carousel-indicators .l-arrow {
    text-indent: 0 !important;
    width: 29px;
    height: 35px;
    background: transparent;
    top: 0;
    left: 0px;
}

.inner-slider-news .carousel-indicators .l-arrow.active {
    background: transparent;
}

.inner-slider-news .carousel-indicators .r-arrow {
    text-indent: 0 !important;
    text-indent: 0 !important;
    width: 29px;
    height: 35px;
    background: transparent;
    top: 0;
    left: 0px;
}

.inner-slider-news .carousel-indicators {
    position: relative;
    padding: 60px 0px 30px;
    margin: 0;
    display: grid;
}

.inner-slider-news .carousel-indicators li.active {
    background-color: #F0A53A;
}

.inner-slider-news .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #E8E8E8;
    border-radius: 100px;
    top: 0px;
    left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.inner-slider-news .vertical .carousel-item-next.carousel-item-left,
.inner-slider-news .vertical .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.inner-slider-news .vertical .carousel-item-next,
.inner-slider-news .vertical .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.inner-slider-news .vertical .carousel-item-prev,
.inner-slider-news .vertical .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.inn-div .multi-item-carousel .carousel-inner > .carousel-item {
    -webkit-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out left;
}

.inn-div .multi-item-carousel .carousel-inner .active.left {
    left: -33%;
}

.inn-div .multi-item-carousel .carousel-inner .active.right {
    left: 33%;
}

.inn-div .multi-item-carousel .carousel-inner .next {
    left: 33%;
}

.inn-div .multi-item-carousel .carousel-inner .prev {
    left: -33%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .inn-div .multi-item-carousel .carousel-inner > .carousel-item {
        -webkit-transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out left;
        -webkit-transition: 500ms ease-in-out all;
        transition: 500ms ease-in-out all;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

.inn-div .multi-item-carousel .carouse-control.left, .inn-div .multi-item-carousel .carouse-control.right {
    background-image: none;
}

.post-slides .post-contents {
    padding: 20px 0px;
}

.post-slides .post-contents .post-titles {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}

.post-slides .post-contents .post-titles a {
    color: #3BAA4A;
}

.post-slides .post-contents .post-dates {
    font-size: 14px;
    font-weight: bold;
    color: #018747;
    margin-bottom: 20px;
}

.post-slides .post-contents .post-descriptions {
    font-size: 12px;
    font-weight: 400;
}

.post-slides .post-contents .btn-common {
    margin-top: 10px;
}

.post-slide2 {
    border: none;
    padding: 20px 1px;
}

.post-slide2 .post-contents {
    padding: 0px 0px;
}

.post-slide2 .post-contents .post-titles {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}

.post-slide2 .post-contents .post-titles a {
    color: #3BAA4A;
}

.post-slide2 .post-contents .post-dates {
    font-size: 14px;
    font-weight: bold;
    color: #018747;
    margin-bottom: 20px;
}

.post-slide2 .post-contents .post-descriptions {
    font-size: 12px;
    font-weight: 400;
}

.post-slide2 .post-contents .btn-commons {
    margin-top: 10px;
}

.owl-carousel .item {
    height: auto;
    background: transparent;
    padding: 1rem;
}

.btns {
    display: table;
    margin: 30px auto;
}

.customPreviousBtn {
    float: left;
    color: #fff;
    padding: 10px;
    margin-left: 5px;
    cursor: pointer;
    background-image: url("../../assets/img/icon/l-owl-arrow.png");
    width: 29px;
    height: 39px;
    background-repeat: no-repeat;
}

.customNextBtn {
    float: right;
    color: #fff;
    padding: 10px;
    margin-left: 5px;
    cursor: pointer;
    background-image: url("../../assets/img/icon/r-owl-arrow.png");
    width: 29px;
    height: 39px;
    background-repeat: no-repeat;
}

.bookmarks {
    margin-bottom: 0px;
}

.bookmarks ul {
    color: #ccc;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 9px 0px;
    cursor: pointer;
    border-radius: 100px;
    display: inline;
    background: transparent;
    margin-bottom: 0;
    display: inline-block;
}

.bookmarks ul li {
    display: inline-block;
    text-transform: uppercase;
    color: #ccc;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: #E8E8E8;
    border-radius: 100px;
    margin: 0 5px;
}

.bookmarks ul li.active {
    background: #F0A53A;
}

.owlExample .item {
    width: auto;
    height: auto;
    margin: auto;
    background: transparent;
    padding-left: 0px;
}

.slider-comittee .owl-item {
    padding-right: 50px;
}

.slider-comittee .item {
    padding: 10px;
    background: #f9f9f9;
    min-height: 330px;
}

.slider-comittee .post-slides .post-contents .post-titles a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.slider-comittee .post-slides .post-contents .post-designation {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0px;
}

.slider-members .owl-item {
    padding-right: 50px;
}

.slider-members .item {
    padding: 10px;
    background: #f9f9f9;
}

.slider-members .post-slides .post-contents .post-titles a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.slider-members .post-slides .post-contents .post-designation {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
}

.slider-logo .owl-item {
    padding-right: 0px;
}

.slider-logo .post-imgs {
    height: 200px;
}

.slider-logo .post-imgs a img {
    padding: 20px;
    margin: 0 auto;
}

.slider-logo .post-contents {
    padding: 0;
    text-align: center;
}

.slider-logo .post-contents a {
    color: #018747;
    font-size: 20px;
}

.slider-section {
    padding: 5px 0px 30px !important;
}

.section-content {
    padding: 30px 0px;
}

.section-content .content-box {
    background: #1A1A1A;
    padding: 60px 40px;
}

.section-content .content-box p {
    color: #FFFFFF;
}

.section-content .content-view img {
    padding: 0px;
}

.section-content .social-share .social-card {
    background: #ffffff;
}

.section-content .social-share .social-card .bg-color-1 {
    background: #29A1D8;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 93%;
}

.section-content .social-share .social-card .bg-color-2 {
    background: #2E3188;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 88%;
}

.section-content .social-share .social-card .bg-color-3 {
    background: #1B1464;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 14%;
    height: 100%;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.temp-image {
    margin: 70px 0px;
}

.main-sidebar .block-div {
    margin-bottom: 30px;
}

.main-sidebar .block-div .color-1 {
    background: #29A1D8;
}

.main-sidebar .block-div .color-2 {
    background: #2E3188;
}

.main-sidebar .block-div .title-wrapper {
    background: #22AA73;
    padding: 10px;
}

.main-sidebar .block-div .title-wrapper h4 {
    color: #ffffff;
    margin: 0px;
    font-size: 16px;
}

.main-sidebar .block-div .title-wrapper-sub {
    padding: 5px 10px;
}

.main-sidebar .block-div .title-wrapper-sub h5 {
    color: #ffffff;
    margin: 0px;
    font-size: 13px;
}

.main-sidebar .block-div .widget-content {
    padding: 10px;
}

.main-sidebar .block-div .event-calander .card {
    border: 1px solid #F9F9F9;
}

.main-sidebar .block-div .event-calander .card .card-header {
    border-bottom: none;
    background: #F9F9F9;
}

.main-sidebar .block-div .event-calander .card .card-header h5 {
    color: #81BB40;
    font-size: 29px;
    font-weight: bold;
}

.main-sidebar .block-div .event-calander .card .card-body {
    background: #F9F9F9;
    padding-top: 0px;
    padding-bottom: 5px;
}

.main-sidebar .block-div .event-calander .card .card-body .month-ul {
    list-style: none;
}

.main-sidebar .block-div .event-calander .card .card-body .month-ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #018747;
}

.main-sidebar .block-div .event-calander .card .card-body .month-ul .active a {
    font-size: 20px;
    font-weight: bold;
    color: #3BAA4A;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card {
    /* Add media queries for smaller screens */
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .card-header {
    padding: 0px 15px;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card h5 {
    line-height: 20px;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card h5 a {
    font-size: 16px;
    font-weight: bold;
    color: #018747;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .card-body {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .card-body .date {
    font-size: 14px;
    color: #F0A53A;
    font-weight: bold;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .card-body h6 {
    font-size: 13px;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .card-body p {
    font-size: 12px;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card * {
    box-sizing: border-box;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card ul {
    list-style-type: none;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .month {
    padding: 70px 25px;
    width: 100%;
    background: #1abc9c;
    text-align: center;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .month ul {
    margin: 0;
    padding: 0;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .month .prev {
    float: left;
    padding-top: 10px;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .month .next {
    float: right;
    padding-top: 10px;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .weekdays {
    margin: 0;
    padding: 10px 0;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .weekdays li {
    display: inline-block;
    width: 11.6%;
    text-align: center;
    color: #22AA73;
    font-size: 10px;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .days {
    padding: 10px 0;
    margin: 0;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .days li {
    list-style-type: none;
    display: inline-block;
    width: 11.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    color: #000;
    font-size: 10px;
}

.main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .days li .active {
    padding: 5px;
    color: #EC8820 !important;
}

@media screen and (max-width: 720px) {
    .main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .weekdays li, .main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .days li {
        width: 13.1%;
    }
}

@media screen and (max-width: 420px) {
    .main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .weekdays li, .main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .days li {
        width: 12.5%;
    }

    .main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .days li .active {
        padding: 2px;
    }
}

@media screen and (max-width: 290px) {
    .main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .weekdays li, .main-sidebar .block-div .event-calander .card .card-body .sub-accordion .card .days li {
        width: 12.2%;
    }
}

.b-content {
    position: absolute;
    bottom: 0px;
}

.inner-section-top {
    padding: 5px 0px 30px;
}

.inner-section-top .b-content {
    position: absolute;
    bottom: 0px;
}

.inner-section-top .text-box .bk-cover {
    background-image: url("../../assets/img/other/image1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-section-top .text-box .bk-cover .over-top {
    padding: 70px 50px 70px 15px;
    background: rgba(0, 0, 0, 0.5);
}

.inner-section-top .text-box .bk-cover .over-top p {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    line-height: 46px;
}

.inner-section-top .contact-details {
    padding: 15px 0px 15px;
    margin-left: 0;
}

.inner-section-top .contact-details h4 {
    font-weight: bold;
    font-size: 19px;
}

.inner-section-top .contact-details address {
    font-weight: 400;
    font-size: 15px;
}

.inner-section-top .contact-details .contact-media ul {
    padding-left: 0px;
}

.inner-section-top .contact-details .contact-media ul li {
    display: block;
    float: left;
}

.inner-section-top .online-btn {
    color: #81BB40;
    font-size: 19px;
    padding-left: 20px;
}

.inner-section {
    padding: 30px 0px 30px;
}

.inner-section .stand-card {
    padding: 45px 0px 0px;
}

.inner-section .stand-card .card {
    display: block;
    border: none;
    text-align: center;
}

.inner-section .stand-card .card .card-body {
    padding: 20px 0px;
}

.inner-section .stand-card .card .card-body h5 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.inner-section .stand-card .card .card-body p {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.inner-section .service-item h3 {
    font-size: 45px;
    color: #3BAA4A;
    font-weight: bold;
}

.inner-section .midborder {
    border-left: 2px solid #F5C481;
    border-right: 2px solid #F5C481;
}

.inner-section .articles h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.inner-section .articles ul {
    padding: 30px 0px;
}

.inner-section .articles ul li {
    list-style: none;
    width: 100%;
    display: block;
}

.inner-section .articles ul li a {
    font-size: 13px;
    color: #3F9FEB;
}

.inner-section .service-item-2 .caption {
    text-align: left;
    background: #333333;
    padding: 30px 50px;
    height: 79%;
}

.inner-section .service-item-2 .caption h3 {
    color: #3BAA4A;
    font-size: 22px;
    font-weight: 400;
}

.inner-section .service-item-2 .caption h4 {
    color: #3BAA4A;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px;
}

.inner-section .service-item-2 .caption p {
    color: #ffffff;
}

.inner-section .service-item-2 .more {
    background: #EC8820;
    padding: 10px 50px;
}

.inner-section .service-item-2 .more a {
    color: #ffffff;
    font-size: 18px;
}

.inner-section .contact-person {
    padding-bottom: 20px;
}

.inner-section .contact-person .more {
    background-color: #018747;
    padding: 10px 15px;
}

.inner-section .contact-person .more .name {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}

.inner-section .contact-person .more .email {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}

.inner-section .contact-person .more .email span {
    float: right;
}

.inner-section .contact-person .more .email span a {
    color: #fff;
}

.inner-section .col-cus-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.inner-section .col-cus-5 .service-item-2 .caption {
    text-align: left;
    background: #333333;
    padding: 30px 15px;
    height: 100%;
}

.inner-section .col-cus-5 .service-item-2 .caption h3 {
    color: #3BAA4A;
    font-size: 22px;
    font-weight: 400;
    min-height: 90px;
}

.inner-section .col-cus-5 .service-item-2 .caption p {
    color: #ffffff;
}

.inner-section .col-cus-5 .service-item-2 .more {
    background: #EC8820;
    padding: 10px 15px;
}

.inner-section .col-cus-5 .service-item-2 .more a {
    color: #ffffff;
    font-size: 18px;
}

.inner-section .bg-green-box {
    background-color: #22AA73;
    padding: 15px;
    padding: 15% 15px;
}

.inner-section .bg-green-box .center-p {
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}

.inner-section .bg-orange-box {
    background-color: #F0A53A;
    padding: 15% 15px;
}

.inner-section .bg-orange-box .center-p {
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}

.inner-section .text-white-centered {
    color: #ffffff;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    width: 100%;
    line-height: 50px;
    margin: 0px;
}

.inner-section .customNextBtn {
    float: right;
    color: #fff;
    padding: 0;
    margin-left: 0;
    cursor: pointer;
    background-image: url("../../assets/img/icon/lg-arrow.png");
    width: 52px;
    height: 70px;
    background-repeat: no-repeat;
    position: absolute;
    left: 25%;
    top: 35%;
}

.inner-section .customPreviousBtn {
    float: right;
    color: #fff;
    padding: 0;
    margin-left: 0;
    cursor: pointer;
    background-image: url("../../assets/img/icon/lg-arrow-l.png");
    width: 52px;
    height: 70px;
    background-repeat: no-repeat;
    position: absolute;
    left: 25%;
    top: 35%;
}

.inner-section .bookmarks .btns {
    display: table;
    margin: 0;
}

.inner-section .btn-common-1 {
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
}

.social-share-new .bg-1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: block;
}

.social-share-new .box-div {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.social-share-new .box-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

.social-share-new .box-1 .bg-1 {
    background-image: url("../../assets/img/social/s-fb.png");
}

.social-share-new .box-1 .bg-1 .bg-color-1 {
    background: #29A1D8;
    padding: 10px;
    top: 0;
    width: 100%;
}

.social-share-new .box-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    padding-right: 0px;
    padding-left: 0px;
}

.social-share-new .box-2 .bg-color-2 {
    background: #2E3188;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.social-share-new .box-2 .bg-1 {
    background-image: url("../../assets/img/social/s-tw.png");
}

.social-share-new .box-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
    padding-right: 15px;
    padding-left: 15px;
}

.social-share-new .box-3 .bg-1 {
    background-image: url("../../assets/img/social/s-ins.png");
}

.social-share-new .box-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    min-height: 420px;
}

.social-share-new .box-4 .b-top1 {
    height: 52%;
    width: 100%;
    margin-bottom: 6%;
}

.social-share-new .box-4 .b-top1 .bg-1 {
    background-image: url("../../assets/img/social/s-you.png");
}

.social-share-new .box-4 .b-top1 .bg-1 img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}

.social-share-new .box-4 .b-top2 {
    height: 44%;
    width: 100%;
}

.social-share-new .box-4 .b-top2 .bg-1 {
    background-image: url("../../assets/img/social/s-in.png");
}

.social-share-new .box-4 .b-top2 .bg-1 .bg-color-3 {
    background: #1B1464;
    padding: 10px;
    top: 0;
    width: 44px;
    height: 100%;
}

.header .navbar {
    padding: 50px 1rem 25px;
}

.header .navbar .navbar-brand {
    padding: 0px !important;
}

.header .navbar .navbar-brand img {
    width: 160px;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item {
    padding-right: 20px;
    padding-left: 20px;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #016937;
    font-weight: bold;
    font-size: 12px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2px;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #ec8820;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    color: #ec8820;
    font-weight: bold;
    border-bottom: 3px solid #ec8820;
}

.page-footer {
    background: #000000;
}

.page-footer .footer-top {
    padding: 30px 0;
    color: #4d4d4d;
}

.page-footer .footer-top .footer-link .sub-link {
    margin-bottom: 25px;
}

.page-footer .footer-top .footer-link .sub-link h5 {
    font-size: 12px;
    font-weight: bold;
}

.page-footer .footer-top .footer-link .sub-link ul li {
    line-height: 16px;
}

.page-footer .footer-top .footer-link .sub-link ul li a {
    font-size: 12px;
    color: #4d4d4d;
}

.page-footer .footer-top .footer-link .sub-link ul li a:hover {
    outline: none;
}

.page-footer .social-icon ul {
    width: 100%;
    margin: 0px;
}

.page-footer .social-icon ul li {
    margin: 0px;
    float: right;
    padding-left: 30px;
}

.page-footer .social-icon ul li a img {
    float: right;
}

.page-footer .bottom-footer {
    background: #1c7430;
    color: #FFFFFF;
    font-size: 12px;
    padding: 20px 0px;
}

.page-footer .bottom-footer .copyright {
    text-align: left;
}

.page-footer .bottom-footer .footer-sub-link {
    text-align: right;
}

.page-footer .bottom-footer .footer-sub-link ul {
    margin: 0px;
}

.page-footer .bottom-footer .footer-sub-link ul li {
    margin: 0px;
}

.page-footer .bottom-footer .footer-sub-link ul li::after {
    content: "|";
}

.page-footer .bottom-footer .footer-sub-link ul li:last-child::after {
    content: "";
}

.page-footer .bottom-footer .footer-sub-link ul li a {
    color: #FFFFFF;
    padding: 0px 3px;
}

body {
    font-family: "Open Sans", sans-serif;
}

.container {
    max-width: 1200px;
}

a {
    outline: 0;
}

a:hover {
    text-decoration: none;
}

h1 {
    color: #22AA73;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 50px;
    margin-bottom: 17px;
}

h1.title-h1 {
    color: #22AA73;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 70px;
}

h2 {
    color: #3BAA4A;
    font-size: 50px;
    font-weight: 400;
}

h2.title-h2 {
    color: #22AA73;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 50px;
    margin-bottom: 17px;
}

P {
    font-size: 14px;
    color: #000000;
}

.l-0 {
    left: 0 !important;
    right: auto !important;
}

.btn-bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.btn-common {
    background: #44ac49;
    background: -webkit-gradient(left top, right top, color-stop(0%, #44ac49), color-stop(100%, #79b941));
    background: -webkit-linear-gradient(left, #44ac49 0%, #79b941 100%);
    background: -webkit-gradient(linear, left top, right top, from(#44ac49), to(#79b941));
    background: linear-gradient(to right, #44ac49 0%, #79b941 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44ac49', endColorstr='#79b941', GradientType=1);
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
}

.btn-common:hover, .btn-common.hover {
    background: #44ac49;
    background: -webkit-gradient(left top, right top, color-stop(0%, #44ac49), color-stop(100%, #79b941));
    background: -webkit-linear-gradient(left, #44ac49 0%, #79b941 100%);
    background: -webkit-gradient(linear, left top, right top, from(#44ac49), to(#79b941));
    background: linear-gradient(to right, #44ac49 0%, #79b941 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44ac49', endColorstr='#79b941', GradientType=1);
    color: #fff;
}

.btn-primary {
    background: #572680;
    border-color: #572680;
}

.btn-primary:hover, .btn-primary.hover {
    background: #6045d0;
    border-color: #6045d0;
}

.btn-primary:focus, .btn-primary.focus {
    background: #9277ff;
    border-color: #9277ff;
}

.btn-primary:disabled {
    background: #e5e5e5;
    border-color: #e5e5e5;
    color: #e5e5e5;
}

.btn-secondary {
    background: #8445f7;
}

.btn-success {
    background: #8445f7;
}

.btn-danger {
    background: #8445f7;
}

.btn-warning {
    background: #8445f7;
}

.btn-info {
    background: #8445f7;
}

.btn-light {
    background: #8445f7;
}

btn-dark {
    background: #8445f7;
}

.btn {
    font-size: 13px;
    font-weight: 600;
    box-shadow: none;
    height: 40px;
    min-width: 160px;
    padding: 0px 16px;
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
}

.btn:hover, .btn.hover {
    cursor: pointer;
}

.btn:focus, .btn.focus {
    box-shadow: none !important;
}

.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
    background-image: none;
}

.progress-map {
    padding: 80px 20px 50px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.progress-map .meter {
    position: relative;
    float: left;
    min-height: 23px;
    border-color: #3BAA4A;
    border-bottom: 3px solid #3BAA4A;
    width: 16.5%;
}

.progress-map .meter:last-child {
    border-bottom: 3px solid #ffffff;
    border-radius: 0 0 0 15px;
    width: 1.5%;
}

.progress-map .meter:first-child {
    border-radius: 0 0 0 15px;
}

.progress-map .meter .meter-text {
    position: absolute;
    display: inline-block;
    bottom: -23px;
    width: 100%;
    font-weight: 700;
    font-size: 0.85em;
    color: #000000;
    text-align: left;
    border-top: none;
}

.progress-map .meter-left {
    border-left-width: 3px;
}

.progress-map .meter-right {
    float: right;
    border-right-width: 3px;
}

.progress-map .meter-right:last-child {
    border-left-width: 3px;
}

.progress-map .meter-right .meter-text {
    text-align: right;
}

.progress-map .map-text-a {
    border: 3px solid #3BAA4A;
    border-radius: 0 0px 0 0;
    border-left: none;
    border-bottom: none;
}

.progress-map .map-text-last {
    border: 3px solid #3BAA4A;
    border-radius: 0 15px 0 0;
    left: 0px;
    border-bottom: none;
    border-left: none;
    top: 20px;
    border-top: 3px solid #3BAA4A !important;
}

.progress-map .m-top {
    border-top: 0px;
    border-right: 0px;
    border-style: solid;
}

.progress-map .m-top a {
    position: relative;
    top: -47px;
    font-weight: 400;
    font-size: 13px;
    right: 37%;
    cursor: pointer;
    color: #000000;
}

.progress-map .m-bottom a {
    position: relative;
    top: 22px;
    font-weight: 400;
    font-size: 13px;
    right: 37%;
    cursor: pointer;
    color: #000000;
}

@media only screen and (max-width: 1280px) {
    .header .navbar .navbar-collapse .navbar-nav .nav-item {
        padding-right: 15px;
        padding-left: 15px;
    }

    .page-footer .social-icon ul li a img {
        width: 38px;
    }
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 40px;
        line-height: 40px;
    }

    h1.title-h1 {
        font-size: 40px;
        line-height: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h2.title-h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 17px;
    }

    P {
        font-size: 13px;
    }

    .full-h {
        height: 100%;
    }

    .btn-common {
        padding: 8px 12px;
        font-size: 13px;
        margin: 10px 0 0px;
    }

    .slider-section {
        padding: 5px 0px 15px !important;
    }

    .main-slider {
        margin-top: 20px;
    }

    .header .navbar {
        padding: 35px 1rem 25px;
    }

    .header .navbar .navbar-brand img {
        width: 140px;
    }

    .progress-map {
        padding: 60px 10px 80px 40px;
    }

    .progress-map .m-top a {
        font-size: 12px;
    }

    .progress-map .m-bottom a {
        top: 37px;
        font-size: 12px;
    }

    .inner-section-top .contact-details h4 {
        font-size: 18px;
    }

    .inner-section-top .contact-details address {
        font-size: 15px;
    }

    .inner-section-top .contact-details .online-btn {
        font-size: 13px;
    }

    .inner-section .col-cus-5 .service-item-2 .caption h3 {
        font-size: 20px;
    }

    .inner-section .contact-person .more {
        padding: 8px 10px;
    }

    .inner-section .contact-person .more .name {
        font-size: 13px;
    }

    .inner-section .contact-person .more .email {
        font-size: 10px;
    }

    .social-share-new .box-4 {
        min-height: 320px;
    }

    .page-footer .footer-top {
        padding: 25px 0 25px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1044px) {
    .social-share-new .box-4 {
        min-height: 260px;
    }

    .inner-section .service-item-2 .caption {
        height: 82%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .header .navbar {
        padding: 35px 1rem 25px;
    }

    .header .navbar .navbar-brand img {
        width: 140px;
    }

    .inner-section .service-item-2 .caption {
        height: 88%;
    }

    h1.title-h1 {
        font-size: 26px;
        line-height: 26px;
    }

    h1 {
        font-size: 26px;
        line-height: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h2.title-h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 17px;
    }

    P {
        font-size: 12px;
    }

    .btn-common {
        padding: 8px 12px;
        font-size: 12px;
        margin: 10px 0 0px;
    }

    .slider-section {
        padding: 5px 0px 15px !important;
    }

    .main-slider {
        margin-top: 20px;
    }

    .section-content .content-box {
        padding: 40px 30px;
        margin-bottom: 20px;
    }

    .b-content {
        position: relative;
    }

    .progress-map {
        padding: 60px 10px 80px 40px;
    }

    .progress-map .m-top a {
        font-size: 11px;
    }

    .progress-map .m-bottom a {
        top: 37px;
        font-size: 11px;
    }

    .full-h {
        height: 100%;
    }

    .page-footer .footer-top {
        padding: 20px 0 20px;
    }

    .inner-section .stand-card {
        padding: 30px 0px 0px;
    }

    .inner-section .stand-card .card .card-body h5 {
        font-size: 14px;
    }

    .inner-section .stand-card .card .img-fluid {
        max-width: 70%;
    }

    .inner-section .text-white-centered {
        font-size: 36px;
        line-height: 36px;
    }

    .inner-section .service-item h3 {
        font-size: 22px;
    }

    .inner-section .service-item-2 .caption {
        padding: 30px 30px;
    }

    .inner-section .service-item-2 .caption h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .inner-section .service-item-2 .caption h3 {
        font-size: 20px;
    }

    .inner-section .service-item-2 .more {
        padding: 10px 30px;
    }

    .inner-section .service-item-2 .more a {
        font-size: 16px;
    }

    .inner-section .customNextBtn {
        background-image: url("../../assets/img/icon/lg-arrow.png");
        left: 0;
        top: 20%;
    }

    .inner-section .customPreviousBtn {
        background-image: url("../../assets/img/icon/lg-arrow-l.png");
        left: 0;
        top: 20%;
    }

    .inner-section .col-cus-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        margin-bottom: 15px;
    }

    .inner-section .col-cus-5 .service-item-2 .caption h3 {
        font-size: 20px;
    }

    .inner-section .contact-person .more {
        padding: 8px 10px;
    }

    .inner-section .contact-person .more .name {
        font-size: 13px;
    }

    .inner-section .contact-person .more .email {
        font-size: 10px;
    }

    .slider-logo .post-imgs {
        height: 110px;
    }

    .slider-logo .post-imgs a img {
        padding: 0;
        margin: 0 auto;
        width: 70% !important;
    }

    .slider-logo .post-contents a {
        font-size: 12px;
    }

    .service-item-2 .img-fluid {
        width: 100%;
    }

    .inner-section-top .text-box .bk-cover .over-top p {
        font-size: 20px;
        line-height: 25px;
    }

    .inner-section-top .contact-details h4 {
        font-size: 16px;
    }

    .inner-section-top .contact-details address {
        font-size: 13px;
    }

    .inner-section-top .online-btn {
        font-size: 12px;
    }

    .contact-media {
        padding-left: 0px;
    }

    .social-share-new .box-4 {
        min-height: 260px;
    }

    .page-footer .social-icon ul li a img {
        float: right;
        width: 34px;
    }
}

@media (max-width: 767px) {
    .header .navbar {
        padding: 35px 1rem 25px;
    }

    .header .navbar-brand img {
        width: 140px;
    }

    h1 {
        font-size: 26px;
        line-height: 26px;
    }

    h1.title-h1 {
        font-size: 26px;
        line-height: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h2.title-h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 17px;
    }

    P {
        font-size: 12px;
    }

    .btn-common {
        padding: 8px 12px;
        font-size: 12px;
        margin: 10px 0 0px;
    }

    .btn-bottom {
        position: relative;
        margin-bottom: 0 !important;
    }

    .slider-section {
        padding: 5px 0px 15px !important;
    }

    .main-slider {
        margin-top: 20px;
    }

    .section-content .content-box {
        padding: 40px 30px;
        margin-bottom: 20px;
    }

    .b-content {
        position: relative;
    }

    .section-content {
        padding: 20px 0px 0px;
    }

    .inner-section-top .b-content {
        position: relative;
    }

    .progress-map {
        padding: 60px 10px 80px 15px;
    }

    .progress-map .m-top a {
        font-size: 11px;
    }

    .progress-map .m-bottom a {
        top: 37px;
        font-size: 11px;
    }

    .full-h {
        height: 100%;
    }

    .bg-center img {
        width: 30px;
    }

    .page-footer .footer-top {
        padding: 20px 0 20px;
    }

    .page-footer .social-icon ul li a img {
        float: unset;
        width: 27px;
    }

    .page-footer .bottom-footer .footer-sub-link {
        text-align: left;
    }

    .inner-section {
        padding: 15px 0px 15px;
    }

    .inner-section .text-white-centered {
        font-size: 36px;
        line-height: 36px;
    }

    .inner-section .service-item h3 {
        font-size: 22px;
    }

    .inner-section .midborder {
        border-left: none;
        border-right: none;
    }

    .inner-section .service-item-2 .caption {
        padding: 30px 30px;
    }

    .inner-section .service-item-2 .caption h4 {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .inner-section .service-item-2 .caption h3 {
        font-size: 20px;
    }

    .inner-section .service-item-2 .more {
        padding: 10px 30px;
    }

    .inner-section .service-item-2 .more a {
        font-size: 16px;
    }

    .inner-section .customNextBtn {
        background-image: url("../../assets/img/icon/lg-arrow.png");
        left: 0;
        top: 20%;
    }

    .inner-section .customPreviousBtn {
        background-image: url("../../assets/img/icon/lg-arrow-l.png");
        left: 0;
        top: 20%;
    }

    .inner-section .col-cus-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }

    .inner-section .contact-person .more {
        padding: 8px 10px;
    }

    .inner-section .contact-person .more .name {
        font-size: 13px;
    }

    .inner-section .contact-person .more .email {
        font-size: 10px;
    }

    .inner-section-top .text-box .bk-cover .over-top p {
        font-size: 16px;
        line-height: 24px;
    }

    .slider-logo .post-imgs {
        height: 80px;
    }

    .slider-logo .post-imgs a img {
        padding: 0;
        width: 50% !important;
        margin: 0 auto;
    }

    .slider-logo .post-contents a {
        font-size: 10px;
    }

    .service-item-2 .img-fluid {
        width: 100%;
    }

    .owlExample .item {
        width: auto;
        height: auto;
        margin: auto;
        background: transparent;
        padding-left: 0;
        padding-right: 0;
    }

    .inner-section-top .contact-details h4 {
        font-size: 16px;
    }

    .inner-section-top .contact-details address {
        font-size: 13px;
    }

    .inner-section-top .online-btn {
        font-size: 12px;
    }

    .contact-media {
        padding-left: 0px;
    }

    .social-share-new {
        padding-bottom: 30px;
    }

    .social-share-new .box-1 {
        padding-right: 5px;
        padding-left: 10px;
    }

    .social-share-new .box-1 .bg-color-1 {
        padding: 3px 10px;
    }

    .social-share-new .box-2 .bg-color-2 {
        padding: 3px 10px;
    }

    .social-share-new .box-3 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .social-share-new .box-4 {
        min-height: 220px;
    }

    .social-share-new .box-4 .b-top2 .bg-1 .bg-color-3 {
        width: 36px;
    }

    .social-share-new .box-4 .b-top1 .bg-1 img {
        width: 24px;
    }

    .social-share-new .bg-color-1 img {
        width: 18px;
    }

    .social-share-new .bg-color-2 img {
        width: 10px;
    }

    .social-share-new .bg-color-3 img {
        width: 16px;
    }

    .page-footer .bottom-footer .copyright {
        text-align: center;
    }

    .page-footer .bottom-footer .footer-sub-link {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .slider-logo .post-imgs {
        height: 60px;
    }

    .slider-logo .post-imgs a img {
        padding: 0;
        width: 80% !important;
        margin: 0 auto;
    }

    .slider-logo .post-contents a {
        font-size: 10px;
    }

    .inner-section .col-cus-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .inner-section .contact-person .more {
        display: inline-block;
        width: 100%;
    }

    .social-share-new .box-4 {
        min-height: 140px;
    }

    .social-share-new .box-4 .b-top2 .bg-1 .bg-color-3 {
        width: 50%;
    }

    .social-share-new .box-4 .b-top1 .bg-1 img {
        width: 24px;
    }

    .social-share-new .box-3 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .social-share-new .box-1 {
        padding-right: 5px;
        padding-left: 10px;
    }

    .social-share-new .bg-color-2 img {
        width: 8px;
    }

    .social-share-new .bg-color-1 img {
        width: 16px;
    }

    .social-share-new .box-4 {
        min-height: 140px;
    }

    .social-share-new .box-4 .b-top2 .bg-1 .bg-color-3 {
        width: 36px;
    }

    .bg-color-3 img {
        width: 16px;
    }

    .social-share-new .box-1 .bg-1 .bg-color-1 {
        padding: 3px 10px;
    }

    .social-share-new .box-2 .bg-color-2 {
        padding: 1px 9px 4px;
    }
}

@media (max-width: 480px) {
    .inner-section .contact-person .more {
        display: inline-block;
        width: 100%;
    }

    .inner-section .contact-person .more .email span {
        float: left;
    }
}


.news-section .post-img {
    float: left;
    display: block;
  padding: 0px;
}


.news-section .post-img img {
width: 80%;
}
@media (max-width: 767px) {
    .news-section .post-img img {
        width: 100%;
    }
}

.news-section .post-content {
    display: table;
    padding: 0px 30px;
}

.news-section .btn-common {
    margin-top: 10px;
}

.news-section .post-title a {
    color: #22AA73;
    font-size: 25px;
    font-weight: 600;
}

.news-section .post-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.news-section .post-slide2 {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.news-title-2{
    color: #49936F;
    font-size: 30px;
    font-weight: initial;
    letter-spacing: 0px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 30px;
}

.news-box{
  margin-top: 20px;
    margin-bottom: 30px;
}

.news-details{
  margin-top: 30px;
}

.news-box .img-title {
    font-size: 10px;
    text-align: center;
}

.faq-content{
    padding:20px 15px;
}

.faq-content h2{
    font-size: 22px !important;
    margin-bottom: 15px;
}

.news-box-img{
    width: 100%;
    min-height:auto !important;
}

.faq-tab  .nav-link {
    display: block;
    font-weight: 600;
    padding: 8px 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    padding-top: 25px;
}
.hs-responsive-embed-youtube iframe {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
}

.mb-100{
    margin-bottom: 100px;
}

.mb-75{
    margin-bottom: 75px;
}

.img-left{
    border: none;
    float: left;
    margin-right: 20px;
    width: 100px;
}

.img-right{
    border: none;
    float: right;
    margin-left: 20px;
    width: 200px;
}

