@font-face {
    font-family: 'Tenorite';
    src: url('../fonts/Tenorite-Regular.eot');
    src: url('../fonts/Tenorite-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Tenorite-Regular.woff2') format('woff2'),
        url('../fonts/Tenorite-Regular.woff') format('woff'),
        url('../fonts/Tenorite-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tenorite';
    src: url('../fonts/Tenorite-Italic.eot');
    src: url('../fonts/Tenorite-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Tenorite-Italic.woff2') format('woff2'),
        url('../fonts/Tenorite-Italic.woff') format('woff'),
        url('../fonts/Tenorite-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Tenorite';
    src: url('../fonts/Tenorite-Bold.eot');
    src: url('../fonts/Tenorite-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Tenorite-Bold.woff2') format('woff2'),
        url('../fonts/Tenorite-Bold.woff') format('woff'),
        url('../fonts/Tenorite-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tenorite';
    src: url('../fonts/Tenorite-BoldItalic.eot');
    src: url('../fonts/Tenorite-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Tenorite-BoldItalic.woff2') format('woff2'),
        url('../fonts/Tenorite-BoldItalic.woff') format('woff'),
        url('../fonts/Tenorite-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: 'Tenorite';
    color: #44546A;
    line-height: 1.5;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.search input {
    height: 60px;
    text-indent: 25px;
    border: 2px solid #d6d4d4
}

.search input:focus {
    box-shadow: none;
    border: 2px solid blue
}

.search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: #5d9731;
    border-color: #5d9731;
}

header {
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
    background-position: left 80px top;
    background-color: #fff;
}

.top-header-link {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin: 0 -26px;
}

.header-top {
    border-bottom: 1px solid #B1D99F;
}

.more-menu-box {
    display: none;
    position: absolute;
    background: #f9fcff;
    left: 0;
    right: 0;
    z-index: 4;
    padding: 24px;
    z-index: 9;
}

.top-header-link > li > a,
.top-header-link li > span {
    padding: 15px;
    color: #44546A;
    border-right: 1px solid #B1D99F;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
}

.top-header-link li {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    list-style: none;
}



.header-midd-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-midd {
    padding: 30px 0px;
}

.search-top {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    padding: 24px;
    transition: all .3s;
    -webkit-transition: all .3s;
    top: 0;
    transform: translateY(-100%);
    z-index: 99;
}


.header-midd-right {
    display: flex;
    align-items: center;
}

.contact-info ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.search-btn {
    border: none;
    background: transparent;
}

.search-form {
    padding: 0 15px;
}

.contact-info ul li {
    padding: 0 12px;
    font-size: 16px;
}

.contact-info a {
    color: #44546A;
    text-decoration: none;
}

.language-toggle img {
    margin-right: 7px;
}

.language-toggle {
    display: flex;
    align-items: center;
    color: #44546A;
    margin-right: 15px;
    margin-left: 0;
}

.btn-right-head .btn-outline-primary {
    border-color: #44546A;
    border-radius: 0;
    color: #44546A;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 15px;
    line-height: 36px;
    height: 36px;
}

.btn.green-bg {
    background: #5D9731;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: inherit;
    padding: 0px 15px;
    line-height: 36px;
    transition: .3s;
}

.btn.green-bg::before {
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.btn.green-bg:hover::before {
    height: 0%;
}

.btn-right-head .btn.green-bg {
    margin-left: 6px;
    min-width: 96px;
    height: 36px;
}

/* .navbar-nav .nav-item{position: relative;} */

.navbar-nav .nav-link {
    padding: 18px 20px !important;
    margin: 0 4px !important;
    display: inline-block;
    font-size: 17px;
    color: #fff !important;
    position: relative;
    z-index: 2;
}

.navbar-nav {
    justify-content: center !important;
}

.navbar-collapse {
    justify-content: center;
}

.navbar-outer {
    background-color: #44546A;
    height: 60px;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
}

.navbar-nav .nav-item > a:after {
    content: "";
    position: absolute;
    background: #5d9731;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 0;
    z-index: -1;
}

.navbar-nav .nav-item > a:hover:after {
    top: 0;
    height: 100%;
}

.home-banner-slider .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.slidercaption {
    color: #fff;
    max-width: 690px;
    position: relative;
    z-index: 6;
}

.slidercaption h1 small {
    font-size: 20px;
    display: block;
}

.slidercaption h1 {
    font-size: 56px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 1.1;
}

.slidercaption p {
    font-size: 20px;
    font-weight: normal;
}

.section-title {
    padding-bottom: 39px;
    text-align: center;
    max-width: 810px;
    margin: auto;
}

.section-title h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 4px;
}

.section-title p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
}

p {
    line-height: 1.5;
}

.card {
    border: 1px solid #DFDFDF;
    padding: 6px;
    border-radius: 0;
}

.card h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 6px 0 0 0;
}

.card h3 a {
    color: #44546A;
    text-decoration: none;
}

.card .figure-caption {
    padding: 5px;
}

.card .figure-caption p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
}

.card .figure {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

.artcle-with-date {
    background-color: #44546A;
    padding: 20px 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.what-is-asia {
    padding: 50px 0 50px;
}

.artcle-with-date article {
    flex-grow: 1;
    padding-left: 28px;
}

.calender {
    flex: 0 0 156px;
    max-width: 156px;
    background-image: url('../images/date.png');
    height: 171px;
    text-align: center;
    padding: 48px 10px 5px 10px;
}

.date-right-pic {
    flex: 0 0 290px;
    max-width: 290px;
}

.calender strong {
    font-size: 50px;
    font-weight: bold;
    display: block;
    line-height: 1;
}

.calender span {
    display: block;
    font-size: 20px;
}

.calender .time {
    margin-top: 6px;
    font-size: 18px;
}

.artcle-with-date article h4 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.artcle-with-date article p {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.3;
}

.artcle-with-date article .registernow {
    background: #67AD49;
    padding: 0px 20px;
    color: #fff;
    height: 36px;
    display: inline-block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 39px;
}

.from-asia-lead {
    background-image: url('../images/from-bg.jpg');
    padding: 36px 0 50px 0;
    margin-top: 20px;
}

.from-asia-lead .new-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.from-asia-lead .section-title {
    max-width: 50%;
    text-align: left;
    margin-left: 0;
    padding-bottom: 30px;
    flex: 0 0 50%;
}

.new-search-filter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-top: 10px;
}

.form-grop.search-new {
    position: relative;
}

.form-grop.search-new .bg-transparent {
    position: absolute;
    right: 20px;
    top: 3px;
    padding: 10px !important;
}

.new-search-filter .form-grop {
    flex: 0 0 50%;
    max-width: 50%;
}

.new-search-filter .form-grop .form-control {
    background: #fff;
    padding: 12px 15px;
    border-radius: 0;
    color: #44546A;
    font-weight: normal;
    font-size: 16px;
    height: 50px;
}

.new-search-filter .form-grop input.form-control {
    padding-right: 46px;
}

.new-search-filter .form-grop input.form-control::placeholder {
    color: #9E9E9E;
}

.from-asia-lead .col-lg-6 .col-md-6 .card {
    margin-bottom: 12px;
}




.new-listing .row > * #most-new {
    height: calc(100% - 12px);
}

.videospotlight {
    background-image: url(../images/vedio-bg.jpg);
    padding: 50px 0;
    background-size: cover;
}

.videospotlight .section-title * {
    color: #fff;
}

.video-fream figcaption {
    position: absolute;
    bottom: 10px;
    padding: 20px 24px;
    color: #fff;
    z-index: 2;
}

.video-fream figcaption h4 {
    margin-bottom: 2px;
}

.video-fream figcaption p {
    margin: 0;
}

.you-tube {
    padding: 24px 0 0 0px;
    text-align: center;
}


.video-fream.small-video-thumb figcaption {
    padding: 10px 12px;
}

.video-fream.small-video-thumb figcaption h4 {
    font-size: 17px;
    margin-bottom: 0;
}

.video-fream.small-video-thumb figcaption p {
    font-size: 13px;
    font-weight: normal;
}

.social-feedback {
    padding: 40px 0;
}

.social-feedback-content {
    background-color: #FBFBFB;
    padding: 15px;
    border: 1px solid #E8E8E8;
    margin-bottom: 15px;
    height: calc(100% - 15px);
}

.social-title {
    display: flex;
    align-items: center;
}


.social-feedback-content p {
    font-size: 15px;
    line-height: 1.4;
    font-weight: normal;
}

.by-feedback {
    padding: 10px 0;
    display: block;
    font-size: 15px;
}

.social-feedback-listing .row {
    margin: 0 -8px;
}

.social-feedback-listing .row > * {
    padding: 0 8px;
}

.org-logo {
    width: 34px;
    height: 34px;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-title strong {
    padding-left: 10px;
    max-width: calc(100% - 36px);
    flex-grow: 1;
    color: #44546A;
}

.home-banner-slider:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0 0 0 / 5%);
    z-index: 1;
}

#home-slider {
    position: relative;
}

.home-banner-slider {
    margin: 0;
}

#home-slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 999;
    text-align: center;
}

.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #fff;
    display: inline-block;
    margin: 4px 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.owl-dots .owl-dot.active span {
    width: 45px;
}

#asia-leds .owl-dots .owl-dot span {
    background: #5D9731;
}

#asia-leds .owl-dots {
    margin: 20px 0 0 0;
    text-align: center;
}

#asia-date .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

#asia-date .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
}

#asia-date .owl-dots .owl-dot.active span {
    width: 34px;
}

#most-new .owl-dots {
    position: absolute;
    top: 63%;
    width: 100%;
    text-align: center;
}

#most-new .owl-dots span {
    width: 4px;
    height: 4px;
}

#most-new .owl-dot.active span {
    width: 33px;
}

.top-header-link a:focus {
    outline: none;
}

.footer-section {
    background-color: #44546A;
    padding: 45px 0 0 0;
    color: #fff;
}

.become-part strong {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.become-part .btn {
    min-width: 124px;
    min-height: 46px;
    line-height: 44px;
    font-size: 16px;
}

.footer-subscribe {
    display: flex;
    flex-wrap: wrap;
}

.newsletter {
    padding-left: 64px;
    flex-grow: 1;
}

.newsletter label {
    text-transform: uppercase;
}

.newslater-form {
    background: #fff;
    padding: 0;
    height: 46px;
    display: flex;
    justify-content: space-between;
}

.newslater-form input[type="text"] {
    flex-grow: 1;
    max-width: calc(100% - 120px);
    border-radius: 0;
    border: none;
    padding: 10px 20px;
    font-weight: normal;
}

.subcribe-btn {
    background: #5d9731;
    border-radius: 0;
    color: #fff;
    border: none;
    min-width: 120px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    border-left: 1px solid transparent;
}

.newslater-form input[type="text"]::placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #777777;
}

.footer-link {
    padding-top: 50px;
    margin-top: 45px;
    border-top: 1px solid #CDE1E2;
}

.footer-block-link ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-block-link li {
    font-size: 14px;
}

.footer-block-link li a {
    padding: 8px 0;
    display: block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-size: 14px;
}

.footer-block-link li a:hover {
    padding-left: 10px;
}

.subcribe-btn:hover {
    color: #fff;
}

.footer-contact-info li a,
.footer-contact-info li {
    font-size: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.social {
    padding-top: 24px;
}

.social h6 {
    font-size: 14px;
    margin-bottom: 12px;
}

.social a {
    margin-right: 5px;
}

.copyright {
    padding: 13px;
    background: #CDE1E2;
    text-align: center;
    margin: 40px 0 0 0;
    color: #44546A;
}

.card .figure:hover .figure-img,
#home-slider:hover .img-fream-outer img,
.video-fream:hover .img-fream-outer img,
.card figure:hover img {
    transform: scale(1.1);
}

.team-sec .card figure img {
    transition: all .3s;
    -webkit-transition: all .3s;
    display: block;
    margin: 0 auto;
}

.team-sec .card figure span {
    display: block;
    overflow: hidden;
}

.img-fream-outer img {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.img-fream-outer {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.img-fream-outer > img {
    margin-bottom: 0;
}

.small-video-thumb figcaption {
    bottom: 2px;
}

.video-thumb:hover .img-fream-outer img {
    transform: scale(1.1);
}


.videospotlight .row {
    margin: 0 -8px;
}

.videospotlight .row > * {
    padding: 0 8px;
}

.videospotlight .video-thumb img {
    width: 100%;
}

.video-fream.small-video-thumb figure {
    margin-bottom: 12px;
    line-height: 0;
}

.top-header-link li:last-child span {
    border-right: none;
}

.top-header-link li span {
    cursor: pointer;
}

.contact-info ul li img {
    margin-right: 8px;
}

.card-date {
    margin: 2px 0 5px 0;
    display: block;
    font-size: 14px;
    color: #44546A;
}

.video-thumb span {
    border: 1px solid #8d8d8d;
}

.video-fream {
    position: relative;
}

.video-fream:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0 0 0 / 10%);
    z-index: -1;
}


.footer-block-link h6 {
    font-size: 18px;
    font-weight: 600;
}

.vedio-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%) translateX(-50%);
    z-index: 3;
}

.video-thumb {
    margin-bottom: 0;
    position: relative;
}

.video-fream.small-video-thumb .vedio-icon {
    width: 50px;
    height: 50px;
}

header:after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #1b79b6, #0069ae);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.submenu-container {
    position: absolute;
    top: 60px;
    z-index: 3;
    padding: 50px 0 0px 36px;
    width: 100%;
    height: 475px;
    overflow: hidden;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    /* top: 0; */
    width: 0;
    left: 0;
    transform: translate(-50%) scale(0);
    height: 0;
    border-radius: 100%;
    right: 0;
    margin: auto;

    opacity: 0;

    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    background-color: hsla(0, 0%, 100%, .87);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.navbar-nav {
    position: relative;
}

.submenu-container .menu {
    padding: 0;
}

.submenu-container .content-text {
    position: absolute;
    left: 0;
    padding-left: 300px;
    width: 100%;
    top: 36px;
    display: flex;
    flex-wrap: wrap;
    z-index: 3;
    display: none;
}

.submenu-container .menu .menu-item {
    padding: 15px;
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 260px;
    position: relative;
    z-index: 4;
    /* text-transform: uppercase;*/
}

.submenu-container .menu .menu-item:hover,
.submenu-container .menu .active .menu-item {
    background-color: #5D9731;
    color: #fff;
}

.submenu-container .menu li {
    list-style: none;
    /* position: relative; */
    display: inline-block;
    width: 100%;
}

.submenu-container .content-text .title a {
    font-size: 27px;
    color: #333;
}


.cell-content-center {
    flex: 1 1 0;
    padding: 0 50px;
}

.subnav-banner {
    flex: 0 0 36%;
    max-width: 36%;
}

.subnav-banner img {
    width: 100%;
}

.links a {
    font-size: 17px;
    color: #676767;
    padding-right: 20px;
    text-decoration: none;
    padding-bottom: 10px;
    display: inline-block;
}

.links a i {
    margin-left: 12px;
    color: #5d9731;
    transition: all .3s;
}

.links {
    padding: 15px 0 0 0;
}

.cell-content-center p {
    font-size: 16px;
    color: #676767;
    line-height: 1.5;
}

.submenu-container .menu li.active .cell.large-auto.content-text {
    display: flex;
}

.submenu-container .menu li:hover .cell.large-auto.content-text {
    display: flex;
}

.navbar-nav .nav-item:hover .submenu-container {
    transform: scale(1) translateY(0);
    border-radius: 0;
    left: 0;
    width: 100%;
    height: 475px;
    filter: blur(0);
    opacity: 1;
}

.submenu-container ul {
    display: none;
}

.navbar-nav .nav-item:hover .submenu-container ul {
    display: block;
}

.header-top .container {
    position: relative;
}

.more-menu-box ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.more-menu-box ul li {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: left;
}

.more-menu-box li a {
    font-size: 14px;
    color: #4a4a4a;
    padding: 5px;
    display: inline-block;
}

.more-menu-box ul.defoult-nav {
    display: none;
}

.top-header-link li.has-sub-menu:hover .more-menu-box {
    display: block;
}

button:focus {
    outline: none;
}

.search-top.open-search {
    transform: translate(0);
}

.search-close-btn {
    background: transparent;
    border: none;
    font-size: 28px;
    position: absolute;
    right: 0;
    top: -20px;
    margin: 0;
    color: #ff3939;
}

.search-top.open-search .container {
    position: relative;
}

.nav-item i {
    display: none;
}

.btn-outline-primary:hover {
    background: #44546A;
    color: #fff;
}

.new-listing .card {
    margin-bottom: 13px;
}

#most-new .figure-caption h3 {
    font-size: 25px;
}

a {
    color: #67AD49;
}

.feedback-content img {
    margin-bottom: 12px;
}

.footer-contact-info li span {
    display: inline-flex;
    width: 18px;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.top-header-link li small img,
.language-toggle small img {
    max-width: 10px;
    margin-left: 6px;
    margin-top: -3px;
}


/* my-css */


.join-us-banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;

}

.join-us-banner {
    position: relative;
}

.join-us-banner .container h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    position: relative;
}

.join-us-banner .container h2:after {
    height: 4px;
    background: #67AD49;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%
}

.join-us-banner .container h3 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.join-us-banner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0 0 0 / 36%);
    z-index: 1;
}


.bredcum-sec .breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
    padding: 15px 0px;
}

.bredcum-sec {
    border-bottom: 1px solid #ECECEC;
}

.bredcum-sec .breadcrumb li {
    font-size: 15px;
    color: #888888;
}

.bredcum-sec .breadcrumb li a {
    color: #44546A;
}

.bredcum-sec .breadcrumb-item + .breadcrumb-item::before {
    color: #44546A;
}

/* inner-heading */

.inner-headings h2 {
    font-size: 40px;
    position: relative;
    /* text-transform: capitalize; */
}

.inner-headings h3 {
    font-size: 32px;
    font-weight: 600;
}

.inner-headings h2::after {
    content: "";
    background: #A0C549;
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    width: 100px;
    margin: 0 auto;
    bottom: -3px;
}

.join-llp-sec .join-form {
    max-width: 920px;
    margin: 0 auto;
}

/* inner-heading */


/* join-form */

.join-form .form-label {
    font-size: 15px;
    color: #44546A;
    margin-bottom: 2px;
    display: block;
}

.join-llp-sec {
    padding: 46px 0px 46px 0px;
}

.join-form .form-check-input {
    width: 18px;
    height: 18px;
}

.form-titles {
    font-size: 20px;
    font-weight: 600;
}

.form-control {
    border-radius: 0px;
    border-color: #D9D9D9;
    height: 46px;
}


.form-control:focus::placeholder {
    color: #44546A;
}

.form-control:focus {
    border-color: #44546A;
    box-shadow: none;
}

.join-form .form-label span {
    color: #FF0000;
    display: inline-block;
    margin-left: -2px;
}

.join-form .form-control::placeholder {
    color: #C9C9C9;
    font-size: 15px;
    font-weight: 400;
    /* background: #fff; */
}

.join-radio {
    padding-left: 0px;
}

.join-radio .form-check-label {
    position: relative;
}

.join-form .form-check-label {
    position: relative;
    margin-left: 5px;
    margin-top: 4px;
}

.join-form .form-submit {
    font-size: 22px;
    height: 60px;
    min-width: 180px;
    font-weight: 600;
    text-transform: capitalize;
    background: #67AD49;
}

.join-radio .form-check-label .radio_indicator {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.join-radio .form-check-label input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0;
    z-index: 2;
}

.join-radio .form-check-label input:checked + .radio_indicator:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border-color: #67AD49;
    background-color: #67AD49;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 22222;
    margin: -6px 0 0 -6px;
    content: "";
}

/* .form-check{
    padding-left: 0px;
} */
.join-radio .form-check-label input:checked + .radio_indicator:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #67AD49;
    border-color: #67AD49;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px;
    content: "";
}

.mobile-flex .form-select {
    width: 98px;
}

.custom_radio input:checked ~ .checked_outer {
    border: 1px solid #44546A;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.checked_outer {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    border: 1px solid #B2B2B2;
    box-shadow: none;
}

/* join-form */

.custom_radio {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    padding: 23px 20px 36px 66px;
    margin-bottom: 47px;
}

.custom_radio input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0;
    z-index: 2;
}

.custom_radio .radio_indicator {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 23px;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
}

.custom_radio input:checked + .radio_indicator {
    border-color: #67AD49;
}

.custom_radio input:checked + .radio_indicator:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #67AD49;

    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -9px;
    content: "";
}

.custom_radio p {
    display: block;
    font-size: 14px;
    color: #44546A;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

/* my-css */

/* 7/2/22 */

.btn.green-bg:hover {
    background: #fff;
    border-color: #5d9731;
    color: #5d9731;
}

.subcribe-btn:hover {
    background: #fff;
    border-left: 1px solid #5d9731;
    color: #5d9731;
}

.inner-wrapper {
    background: #FBFBFB;
    padding: 30px 0px;
}

.about-us-section figcaption {
    padding: 39px 0px;
    font-size: 17px;
    color: #44546A;
}

.about-us-section figcaption p {
    line-height: 24px;
}

.about-banner-sec .banner-img {
    flex: 0 0 53%;
    max-width: 53%;
}

.about-banner-sec .fig-content {
    flex: 1;
    background: #fff;
    padding: 49px 49px 23px 35px;
    height: 100%;
    margin: 41px 0px 5px -38px;
}

.about-banner-sec .fig-content h2 {
    font-size: 32px;
    font-weight: bold;
}

.about-banner-sec .fig-content p {
    font-size: 17px;
    line-height: 24px;
}

.inner-main-head-sec {
    padding: 45px 0px;
}

.about-banner-sec {
    padding-top: 60px;
}


.fiter-by form {
    display: flex;
    align-items: center;
}

.fiter-by form .group {
    flex: calc(28% - 18px);
    margin: 0 13px;
}

.fiter-by form .form-text {
    flex: 0 0 7%;
    max-width: 7%;
}

.fiter-by .btn {
    flex: 1;
    height: auto;
    margin-left: 31px;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 30px;
}

.fiter-by form .form-text h2 {
    font-size: 20px;
    font-weight: bold;
}

.fiter-by {
    margin-bottom: 23px;
}

.discussion-topic .dis-top {
    flex: 0 0 350px;
    max-width: 350px;
    overflow-y: auto;
}

.discussion-topic .climate-sec {
    flex: 1;
    max-width: calc(100% - 350px);
    padding-left: 48px;
}

.discussion-topic .dis-top .nav-item {
    position: relative;
}

.discussion-topic .dis-top .nav-item .nav-link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 22px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.dis-top .nav-link {
    background: #fff;
    border: 1px solid #D9D9D9;
    color: #44546A;
    font-weight: 600;
    padding: 8px 20px;
    font-size: 16px;
}

.dis-top .nav-item {
    margin-bottom: 7px;
}

.dis-top .nav-link span {
    font-size: 14px;
    font-weight: 400;
}

.dis-top .nav-link.active {
    background: #44546A;
    color: #fff;
}

.dis-top .nav-link:hover {
    background: #44546A;
    color: #fff;
}

.discussion-heading {
    font-size: 30px;
    font-weight: 600;
}

.climate-sec li p {
    font-size: 16px;
    line-height: 21px;
}

.climate-sec li span {
    font-size: 14px;
}

.climate-sec li {
    list-style: none;
    padding: 24px 13px;
    border-bottom: 1px solid #E5E5E5;
}

.user-title {
    font-weight: 600;
    font-size: 14px;
    margin: 0px 7px;
}

.climate-sec {
    position: relative;
}

.climate-sec li .reply-user:hover {
    color: #67AD49;
}

.climate-sec li .reply-user {
    border: 1px solid #67AD49;
    font-size: 14px;
    padding: 6px 17px;
    text-decoration: none;
    margin-left: 19px;
}

.global-new-content figcaption {
    padding: 21px 0px;
}

.global-new-content figcaption h5 {
    font-size: 18px;
    font-weight: 600;
}

.global-new-content figcaption p {
    font-size: 15px;
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.global-new-content figcaption a {
    font-size: 15px;
}


.load_more a i {
    margin-top: -5px;
}

.load_more a {
    border: 1px solid #5d9731;
    color: #5d9731;
    border-radius: 0px;
    align-items: center;
    transition: .3s;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 30px;
    display: inline-flex;
}

.load_more a:hover {
    background: #5d9731;
    color: #fff;
}

.load_more {
    margin-top: 65px;
    text-align: center;
}

/* 7/2/22 */




.discussion-topic .climate-sec ul li p {
    margin-bottom: 5px;
}

.user-title:hover {
    text-decoration: none;
    color: #44546a;
}

.climate-sec li .reply-user:hover {
    background: #44546a;
    color: #fff;
    border-color: #44546a;
}

.climate-sec li:last-child {
    border-bottom: none;
}

.form-select {
    position: relative;
}


.add_news .modal-dialog {
    max-width: 555px;
}

.add_news .modal-body {
    padding: 40px 45px 70px;
}

.add_news .modal-body h2 {
    font-size: 30px;
    color: #44546A;
    font-weight: bold;
    margin-bottom: 30px;
}

.add_news .close {
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 25px;
}

.add_news form label {
    color: #44546A;
    font-size: 15px;
    margin: 0;
    display: block;
}

.add_news .upload_file a {
    border: 1px solid #D9D9D9;
    padding: 11px 14px;
    font-size: 15px;
    color: #44546A;
    display: inline-block;
}

.add_news .upload_file input {
    position: absolute;
    left: 0;
    top: 0;
    width: 145px;
    height: 46px;
    opacity: 0;
}

.add_news form p {
    font-size: 13px;
    color: #9B9B9B;
}

.add_news .btn.green-bg {
    font-size: 20px;
    font-weight: bold;
    padding: 4px 40px;
    height: auto;
}

.filter_left ul {
    margin: 0 0 30px;
    padding: 0;
}

.filter_left ul li {
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
}

.custom_check {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 22px;
    padding-left: 30px;
    color: #44546A;
    font-size: 16px;
}

.custom_check input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0px 0px;
    z-index: 2;
}

.custom_check .check_indicator {
    height: 22px;
    width: 22px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.custom_check input:checked + .check_indicator:before {
    width: 7px;
    height: 12px;
    position: absolute;
    left: 6px;
    top: 2px;
    border: solid #00cc00;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.filter_heading {
    color: #44546A;
    font-size: 18px;
    font-weight: bold;
}

.filter_left .btn {
    font-size: 18px;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 0.4px;
    padding: 5px 26px;
    font-family: 'Tenorite';
}

.climate-sec li h4 {
    color: #44546A;
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
}

.climate-sec li h4 span {
    color: #44546A;
    font-size: 15px;
    font-weight: normal;
}

.climate-sec li h5 {
    color: #44546A;
    font-size: 15px;
    font-weight: bold;
}

.climate-sec li h5 span {
    display: block;
    font-size: 15px;
    color: #67AD49;
}

.climate-sec li h6 {
    color: #44546A;
    font-size: 15px;
}

.climate-sec li h6 span {
    font-weight: bold;
    font-size: 15px;
}

.climate-sec li p {
    font-size: 16px;
    color: #44546A;
}

.climate-sec li a.link {
    color: #67AD49;
    text-transform: uppercase;
    font-size: 15px;
}

.resource_main {
    background: url(../images/resource_main.jpg) no-repeat center top;
    background-size: cover;
    margin-bottom: 30px;
}

.resource_main .bg-white {
    max-width: 450px;
}

.resource_main h2 {
    color: #44546A;
    font-size: 24px;
    font-weight: bold;
}

.asia_resources .nav-pills .nav-item {
    margin-right: 20px;
}

.asia_resources .nav-pills .nav-link {
    color: #44546A;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 0;
    padding: 15px 55px;
}

.asia_resources .nav-pills .nav-link.active {
    background: #44546A;
    color: #fff;
}

.alp_form {
    max-width: 450px;
    margin: 30px auto 0;
}

.alp_form button {
    position: absolute;
    border: 0;
    background: none;
    right: 0;
    top: 0;
    padding: 11px 15px;
}

.events .global-new-content {
    margin-bottom: 40px;
}

.events .global-new-content figcaption {
    border-top: 4px solid #44546A;
    padding: 15px;
    background: #fff;
    margin: -42px 15px 0;
    z-index: 1;
    position: relative;
    box-shadow: 1px 1px 19px -1px rgba(0, 0, 0, 0.1);
}


.careers .climate-sec li h4 {
    font-size: 24px;
}

.careers .media-body .left_content {
    max-width: 760px;
}

.careers .btn-outline-primary {
    border-color: #5D9731;
    border-radius: 0;
    color: #5D9731;
    font-weight: bold;
    font-size: 16px;
}

.careers .btn-outline-primary span i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.careers .btn-outline-primary:hover {
    background: #5D9731;
    color: #fff;
}

.sub_heading h4 {
    color: #44546A;
    font-size: 30px;
    font-weight: bold;
}

.asia_resources .nav-pills .nav-link {
    padding: 18px 25px;
}

.staff .title h3 {
    font-size: 24px;
    color: #44546A;
    font-weight: bold
}

.staff .title h5 {
    font-size: 18px;
    color: #44546A;
    font-weight: normal;
}

.staff_bottom {
    background: url(../images/staff_Bottom.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
    padding: 130px 0 100px;
}

.staff_bottom h2 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

.staff_bottom .btn {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 8px 30px;
}

.back-btn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #f0f0f0;
    border: 0;
}

.back-btn img {
    max-width: 15px;
}

/* 10/2/22 */

.detail-list li figure {
    flex: 0 0 64px;
    max-width: 64px;
    border: 1px solid #dadada;
    padding: 2px;
}

.filter_left .detail-list li {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.filter_left .detail-list li a {
    text-decoration: none;
    color: #44546A;
}

.filter_left .detail-list li {
    margin-bottom: 10px;
}

.filter_left .detail-list li a:hover {
    color: #a0c549;
}

.filter_left .detail-list li:last-child {
    border: none;
    margin-bottom: 0px;
}

.detail-list figcaption {
    flex: 1;
    max-width: calc(100% - 64px);
    padding-left: 15px;
}

.detail-main-wrapper h2 {
    font-weight: bold;
}

.detail-list figcaption h4 {
    font-size: 15px;
    font-weight: 600;
}

.detail-list figcaption p {
    font-size: 14px;
}

/* 10/2/22 */


/* 18/2/22 */


.alp-global-news .alp-scroll {
    padding-bottom: 20px;
}

.alp-global-news .alp-scroll:hover::-webkit-scrollbar-thumb {
    background: #5D9731 !important;
}

.discussion-topic .nav-tabs:hover::-webkit-scrollbar-thumb {
    background: #5D9731 !important;
}

::-webkit-scrollbar {
    width: 4px;

}

/* Track */
::-webkit-scrollbar-track {
    background: #FBFBFB;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #FBFBFB;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #FBFBFB;
}

.discussion-topic .nav-tabs {
    max-height: 600px;
    overflow-y: auto;
}

.modal-btn-link {
    min-width: 180px;
}

/* 18/2/22 */
.country-sec {
    display: flex;
    flex-wrap: wrap;
    padding: 0 mar;
    padding: 0;
    /* margin: 0; */
}

.country-sec li {
    max-width: 8%;
    flex: 0 0 8%;
    list-style: none;
    margin-bottom: 22px;
}

.country-sec li h2 {
    font-size: 19px;
    margin-bottom: 3px;
}

.country-sec li img {
    border-radius: 7px;
    max-width: 83px;
    max-height: 56px;
    width: 83px;
    height: 83px;
    overflow: hidden;
}

/* owl-carousel */


.country-sec .item img {
    border-radius: 7px;
    max-width: 83px;
    max-height: 56px;
    width: 83px;
    height: 83px;
    overflow: hidden;
    margin: 7px auto;
    border: 1px solid #d9d0d0;
}

.country-sec .item a h4 {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center;
    color: black;
}

.country-sec .item a:hover {
    text-decoration: none;
}


.navbar-nav .nav-item a.active {
    background: #5d9731;
}






.steering_committee .title h5 {
    font-size: 15px;
    min-height: 64px;
}

.steering_committee .title h3 {
    font-size: 20px;
}

.steering_committee a:hover {
    color: #44546a;
    text-decoration: none;
}

.steering_committee a:hover i {
    margin-left: 10px !important;
}

.steering_committee a i {
    transition: all .3s;
    -webkit-transition: all .3s;
}


.steering-pic {
    height: 298px;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.steering-pic img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.steering-pic:hover img {
    transform: scale(1.1);
}

.steering_tabs_designing .nav-pills .nav-link {
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 3px;
    margin: 4px 0;
}

.steering_tabs_designing .nav-pills .nav-item {
    border: none;
}


.team_list figure.bg-image {
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    margin: 0 auto;
}

.team_list figure.bg-image img {
    width: 250px;
    margin: 0 auto;
    display: block;
    max-width: 250px;
    height: 250px;
}

.team_member_list {
    text-align: center;
    border: 1px solid #efefef;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.team_member_list figcaption {
    padding-top: 10px;
}

.team_member_list figcaption h3 {
    font-size: 22px;
    font-weight: 600;
}

.video_list li {
    list-style: none;
}

.row.video_list {
    padding: 0;
}



.flag-sec .card figure span img {
    display: block;
    border: 1px solid #00000036;
    max-height: 139px;
    width: 100%;
    box-shadow: 0 3px 7px rgb(0 0 0 / 16%);
}

.flag-sec a:hover {
    text-decoration: none;
}

.flag-sec .figure-caption a {
    color: #6c757d;
    font-size: 20px;
}

.about-us-banner {
    padding: 30px 0px;
}

.flag-sec .figure-caption {
    text-align: center;
}


.flag-sec figure span {
    overflow: hidden;
    display: block;
}

.flag-sec figure span img {
    transition: .3s;
}




#home-slider .owl-prev,
#home-slider .owl-next {
    background: #061b3885;
    width: 40px;
    height: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

#home-slider .owl-next {
    left: auto;
    right: 15px;
}

.publication ul {
    padding: 0 0 0 15px;
}

.publication ul li a {
    color: #007bff;
    display: block;
    margin-bottom: 13px;
}

/*21-3-2023*/

.tabOuter p {
    font-size: 18px;
}

.tabOuter .main_heading h1 {
    font-weight: 600;
    color: #000;
}

.green_subsec {
    background: #c3e1a3;
    padding: 25px;
}

.green_subsec h4 {
    color: #000;
    font-weight: 600
}

.tab_btn ul {
    display: flex;
    align-items: center
}

.tab_btn ul li {
    list-style: none;
    width: 20%;
    padding: 0 2px
}

.tab_btn ul li a {
    background: #57585a;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 10px;
    text-decoration: none;
}

.tab_btn ul li a.active,
.tab_btn ul li a:hover {
    background: #84c14b;
}

.tab_btn ul li a img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.tab_btn ul li a span {
    display: block;
    margin-top: 20px
}

.objective_text {
    margin-top: 30px;
}

.objective_text h4 {
    color: #000;
    font-weight: 600;
}

.objective_text h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.objective_text .icon {
    margin-right: 20px
}

.objective_text .icon p {
    margin: 0
}

.text-blue {
    color: #186485;
}

.text-green {
    color: #84c14b;
}

.blue_bg {
    background: #186485;
}

.green_bg {
    background: #84c14b;
}

.bg-yellow {
    background: #efb62f;
}

.text-purple {
    color: #424169;
}

.purple_bg {
    background: #424169;
}

.objective_text .icon img {
    max-width: 80px;
}

.key1:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #7dc456;
    bottom: -15px;
    z-index: 9;
    right: 20px;
}

.key2:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #186485;
    bottom: -15px;
    z-index: 9;
    left: 20px;
}

.figure h5 {
    color: #000;
    font-weight: 600
}

.figure h5 span {
    color: #186485;
}

.figure_member h2 {
    font-size: 34px;
    font-weight: 600;
}

.figure_member h2 span {
    display: block;
    font-weight: 300;
    font-size: 18px;
}

.figure_member h3 {
    font-weight: 600;
    font-size: 23px;
}


.map_heading {
    position: absolute;
    font-size: 35px;
    font-weight: 600;
    left: 90px;
    top: 20px;
}

.map_heading span {
    display: block;
    font-weight: 400;
    font-size: 18px;
}

.glipese {
    margin-top: 30px;
}

.tab_heading {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 30px;
    color: #186485;
}

.glipese h3 {
    font-size: 22px;
    font-weight: 600;
    color: #424169;
}

.fw-bold {
    font-weight: 600;
}

.speaker {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 80px;
    background: #fff;
    box-shadow: 0px 0px 26px 4px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
}

.speaker h2 {
    font-weight: 600;
    font-size: 32px;
    color: #000;
}

.speaker p {
    color: #000;
    max-width: 250px;
}

.bee_cop {
    margin-top: 40px;
}

.green_news {
    background: #84c14b;
    padding: 25px;
}

.green_news p {
    color: #fff;
}

.green_news h4 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}

.prioty_topic h6 {
    text-align: center;
    font-weight: 600;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    border-radius: 30px;
    margin-bottom: 40px;
    position: relative;
}

.prioty_topic .box {
    padding: 20px;
    border-radius: 10px;
}

.prioty_topic .box p {
    color: #fff;
    margin: 0;
}

.prioty_topic .box img {
    float: right;
}

.join {
    margin-top: 60px;
}

.join h2 img {
    max-width: 50px;
}

.join h2 {
    text-align: right;
    color: #186485;
    font-weight: 600;
    font-size: 26px;
}

.join span {
    display: block;
}

.text-orange {
    color: #efb62f;
}

.join h3 {
    font-size: 36px;
    text-align: right;
    font-weight: 600;
}

.join h3 img {
    max-width: 150px;
}

.border-right-dotted {
    border-right: 3px dashed #186485;
}

.join p {
    font-weight: 600;
    color: #000;
}

.tabOuter {
    padding: 50px 0;
}

.glipese .border-bottom {
    border-bottom: 2px solid #186485 !important;
}

.copCaption span {
    font-size: 22px;
    line-height: 24px;
    padding-top: 20px;
    display: block
}

.text-cyan {
    color: #00aaa0;
}

.bee_cop img {
    max-height: 410px;
}

.sniCop p,
.sniCop a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.bg-cyan {
    background: #00aaa0;
}

.mapMain span {
    display: block;
    color: #000;
    margin-top: 10px;
    font-size: 18px;
    text-align: center
}

.activity_num p {
    width: calc(100% - 80px);
    padding-left: 10px;
}

.activity_num li {
    padding: 20px;
}

.activity_num span {
    background: #fff;
    font-size: 60px;
    font-weight: 600;
    width: 70px;
    height: 70px;
    line-height: 83px;
    border-radius: 100%;
    text-align: center;
}

.activity_num .bg-yellow span {
    color: #efb62f
}

.activity_num .bg-cyan span {
    color: #00aaa0
}

.activity_num .green_bg span {
    color: #84c14b
}

.focusArea .icon {
    text-align: center;
    border-bottom: 5px dotted #a5a5a5;
    padding-bottom: 40px;
    margin-bottom: 60px;
    position: relative;
}


.focusArea .icon span {
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    outline: 2px solid #a5a5a5;
    border: 3px solid #fff;
}

.focusArea .box .circle {
    width: 56px;
    height: 56px;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -14px;
}

.focusArea .box {
    min-height: calc(100% - 210px);
}

.focusArea .box .circle:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.purple_bg.box .circle {
    background: #424169;
}

.blue_bg.box .circle {
    background: #186485;
}

.green_bg.box .circle {
    background: #84c14b;
}

.focusArea .icon:after {
    position: absolute;
    bottom: 0;
    content: "";
    border-right: 5px dotted #a5a5a5;
    height: 50px;
    left: 50%;
    margin-left: -2px;
    top: 100%;
    z-index: -1;
}

.num_box .box {
    max-width: 250px;
    border-radius: 20px;
}

.outerBox {
    border: 15px solid #fff;
    border-radius: 20px;
}

.num_box .box1 {
    border: 5px solid #186485;
}

.num_box .box2 {
    border: 5px solid #1b97bb;
}

.num_box .box3 {
    border: 5px solid #4aaf4f;
}

.num_box .outer p {
    margin: 0
}

.num_box .outer {
    background: #e7f3da;
    padding: 30px 20px;
    min-height: 220px;
}

.num_box span {
    font-size: 55px;
    font-weight: 900;
}


/* ms */

.bg-cyan{
    background-color: #00aaa0;
}
.case-study-text {
    transform: rotate(-90deg);
    /* height: 100%; */
    /* width: 100%; */
    margin: 0;
    position: absolute;
    left: 0;
    top: 76px;
    width: 100%;
}
.case-study-text h2 {
    color: #fff;
    font-size: 19px;
    margin: 0;
    width: 120px;
    display: block;
}
.green_news .col-md-1 {
    flex: 0 0 3%;
    max-width: 3%;
}
.tech-assistant-sec .row{
    background: #fbf2d1;
    padding: 17px;
    border-radius: 24px;
}
.tech-assistant-sec .col-md-6:first-child {
    border-right: 1px dashed #fff;
}
.tech-assistant-sec h3 {
    color: #186485;
    font-weight: 600;
}

.tech-assistant-sec .col-md-6:first-child {
    border-right: 1px dashed #186485;
}

.tech-assistant-sec strong {
    color: #186485;
    font-size: 20px;
    margin-bottom: 17px;
    display: block;
}
.tech-assistant-sec img {
    height: 81px;
}
.focusArea.focus_Area_sec .box {
    height: auto;
}
.figure_member_new img {
    margin-left: 164px;
    position: relative;
    top: 64px;
}
/* ms */