/*

* Theme Name: NS - Grand Imperial

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/     



:root {

--color1: #0099A5;

--color2: rgba(93, 93, 93, 1);

--color3: rgba(0, 0, 0, 1);

--mm-font: 'Pyidaungsu';

}

@font-face {

    font-family: 'Pyidaungsu';

    src: url('/wp-content/themes/ns-msia/fonts/Pyidaungsu.eot');

    src: url('/wp-content/themes/ns-msia/fonts/Pyidaungsu.eot?#iefix') format('embedded-opentype'),

        url('/wp-content/themes/ns-msia/fonts/Pyidaungsu.woff2') format('woff2'),

        url('/wp-content/themes/ns-msia/fonts/Pyidaungsu.woff') format('woff'),

        url('/wp-content/themes/ns-msia/fonts/Pyidaungsu.ttf') format('truetype'),

        url('/wp-content/themes/ns-msia/fonts/Pyidaungsu.svg#Pyidaungsu') format('svg');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}

body{

	margin:0 auto;

    font-family: "Poppins", sans-serif;

}

h1,h2,h3,h4,h5,h6{

    font-family: "Poppins", sans-serif;

}



header {

    -webkit-transition: all 0.5s ease;

    -moz-transition: position 10s;

    -ms-transition: position 10s;

    -o-transition: position 10s;

    transition: all 0.5s ease;

}

header.fix .menu {

    background: #eef7fa;

}

header.fix {

    position: fixed; 

    top: 0;

    z-index: 999;

    width: 100%;

    left: 0;

    animation: smoothScroll 1s forwards;

    box-shadow: 1px -1px 7px #000;

    background: #eef7fa;

}

@keyframes smoothScroll {

    0% {



      transform: translateY(-40px);



    }



    100% {  



      transform: translateY(0px);



    }

}

/* Pagination */



ul.page-numbers{

	padding-left: 0px;

}	

ul.page-numbers li{

	float: left;

	height: 35px;

	width: 35px;

	list-style: none;

	line-height: 35px;

	text-align: center;

	padding: 0px;

	border-radius: 100px;

	margin-right: 3px;

	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);	

}

ul.page-numbers li span.current{

	color: #000;

	font-size: 16px;

}

.content-img img{

	width: 100%;

	height: auto;

}

/* 404 error */

.error img {

    position: relative;

    margin: 0 auto;

}

.back-home-wrap p {

    font-size: 21px;

	margin-top:50px;

}

.back-home-wrap {

    text-align: center;

    left: 0;

    right: 0;

}

.error {

    height: 400px;

}

.back-home {

    margin-top: 14px;

    border-radius: 0;

}



.mm-menu--offcanvas{

    position: absolute;

}



/* Breadcrumb */



#breadcrumbs {list-style-type: none; padding-left: 0;}

#breadcrumbs li{display: inline-block;}



/*********************** Widget ******************/

.mywidget h4 {

    font-size: 14px;

    font-family: 'Lato', sans-serif;

}

.widget-title{

    font-family: 'Lato', sans-serif;

    font-weight: 700;

    font-size: 21px;

}

.widget ul li a {

    color: #333;

    font-family: 'Raleway', sans-serif;

    border-bottom: 1px solid #ddd;

    display: block;

    padding-top: 12px;

    padding-bottom: 12px;

    position: relative;

}

.widget ul li a::before {

    content: '';

    position: absolute;

    border: 1px solid var(--color1);

    bottom: 0;

    width: 53px;

}

.widget ul li a:hover::before {

    content: '';

    position: absolute;

    border: 1px solid var(--color1);

    bottom: 0;

    left: 0;

    right: 0;

    width: 100%;

    transition: all .3s ease;

}

.widget ul li a:hover,

.widget ul li a:focus{

    color: var(--color1);

    text-decoration: none;

    outline: none;

}

.widget ul{

    padding-left:0;

    list-style-type: none;

}

.sidebar {

    margin-top: 30px;

}



/* Menu */



.header_menu {

    align-items: center;

}



.header_menu li.menu-item a.nav-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    padding: 1.2em;
    color: #000;
}

.contact-menu-btn a.nav-link {

    padding: .5em !important;

}

.header_menu li.menu-item.current-menu-item a.nav-link {

    color: var(--color1);

}

.header_menu li.menu-item a.nav-link:hover {

    color: var(--color1);

}

.header_menu li.menu-item a.nav-link.show {

    color: var(--color1);

}

.header_menu ul.dropdown-menu li.current_page_item a.active {

    background-color: transparent;

    color: var(--color1);

}

.header_menu ul.dropdown-menu {

    border-radius: 12px;

}

.header_menu li.menu-item.current-menu-parent a.nav-link.active {

    color: var(--color1);

}

/* Contact Us */



.contact-menu-btn a {

    color: #fff !important;

}

.contact-menu-btn {

    background: var(--color1);

    color: #fff !important;

    padding: .4em .2em;

}

.contact-menu-btn:hover{

    background: var(--color1);

    color: #fff !important;

}

.contact-menu-btn:hover a{

    color: #fff !important;

}

.contact-menu-btn a.nav-link:after {

    content: '\27F6';

    /* font-family: fontawesome; */

    margin-left: 7px;

}

.header_menu ul.dropdown-menu li.menu-item a.dropdown-item {

    padding: .5em 1em;

}

header {

    padding: .5em;

}

div#page {

    overflow: hidden;

}



.splide_home_slide {

    height: 719px;

    width: 100%;

    clip-path: polygon(0 0, 100% 0, 100% 85%, 30% 100%, 0 85%);

    background-repeat: no-repeat;

    background-size: cover;

    display:flex;

    align-items: center;

}

.slide-path {

    background: var(--color1);

    clip-path: polygon(0 0, 100% 0, 100% 85%, 30% 100%, 0 85%);

    height: 752px;

}

.slide_content h2.wp-block-heading {

    font-weight: 700;

    font-size: 2rem;

    line-height: 100%;

    color: #fff;

}

.slide_content p {

    color: #fff;

}

a.btn.btn-secondary.slide_btn {

    background-color: var(--color1);

    border-color: transparent;

}

.overlay-bg {

    position: absolute;

    height: 100%;

    width: 100%;

    background: rgba(0, 0, 0, 25%);

}

li.menu-item.dropdown:hover ul.dropdown-menu {

    display: block;

}

.header_menu ul.dropdown-menu li.menu-item a.dropdown-item:hover,

.header_menu ul.dropdown-menu li.menu-item a.dropdown-item:focus{

    background-color: transparent;

    color:var(--color1);

}



figure .figure-img{

    max-width: 100%;

    clip-path: url(#asymmetric-clip-top-right);

}

.figure .figure-img-two{

    max-width: 100%;

    clip-path: url(#rounded-diagonal-crop);

}







a.btn.btn-color1 {

    background-color: var(--color1);

    color: #fff;

}

.figure-img {

    margin-bottom: .5rem;

    line-height: 1;

    width: 100%; 

    height: 514px;

    object-fit: cover;

   position: relative;

    left: 17px;

    top: -21px;

    

}

.figure-img-two {

    margin-bottom: .5rem;

    line-height: 1;

    position: relative;

    left: -18px;

    top: -13px;

    width: 100%;

}



.right-side h2 {

    color: rgba(0, 153, 165, 1);

    font-weight: 600;

    font-size: 24px;

    text-transform: uppercase;

}

.right-side h3 {

    font-weight: 600;

    font-size: 2.25rem;

    line-height: 1.3em;

    letter-spacing: 0%;

    color: var(--color2);

    margin: 25px 0;

}

.right-side p,

.left-pg p {

    font-weight: 400;

    font-size: 16px;

    line-height: 36px;

    letter-spacing: 0%;

    text-align: justify;

    color: var(--color3);

}

.figure {

    position: relative;

}

.left-pg {

    margin-top: 80px;

}

.figure:after {

    content: '';

    background: var(--color1);

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    right: 0;

    clip-path: url(#rounded-diagonal-crop);

    z-index: -1;

}

.svg-bg-two {

    padding: 2em 1em;

}

.svg-bg-one figure{

     position: relative;

}

.svg-bg-one figure:after{

    content: '';

    background: var(--color1);

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    right: 0;

    clip-path: url(#asymmetric-clip-top-right);

    z-index: -1;

}

.right-side-wrap {

    padding-left: 80px;

}

section#about-section {

    padding: 100px;

}

section.sub-banner:after {

    content: '';

    position: absolute;

    background: rgba(0, 0, 0, 35%);

    width: 100%;

    height: 100%;

}



section.sub-banner {

    height: 300px;

    background-size: cover;

    background-repeat: no-repeat;

    display: flex;

    align-items: center;

    position: relative;

    clip-path: polygon(0 0, 100% 0, 100% 85%, 30% 100%, 0 85%);

}

a.home-breadcrumb {

    background: var(--color1);

    color: #ffff;

    padding: .3em 1rem;

    border-radius: 20px;

    text-decoration: none;

}

.breadcrumbs .seperator {

    padding: 0 .5rem;

    color: #fff;

}

span.current-breadcrumb {

    color: #fff;

}

.page-meta {

    position: relative;

    z-index: 99;

}

footer {

    background: var(--color1);

}

.footer-widget h3 {

    font-weight: 700;

    font-size: 18px;

    letter-spacing: 0%;

    text-transform: uppercase;

    color: #fff;

    margin: 50px 0 20px;

}

.address address {

    display: flex;

}



.address address div:nth-child(1) {

    width: 18%;

}

address i.fa-solid {

    font-family: fontawesome;

    color: #fff;

}

address i.fa {

    color: #fff;

}

.address address {

    color: #fff;

}

.address address p {

    color: #fff;

}

.address address div:nth-child(2) {

    width: 75%;

}

.address address div:nth-child(1) {

    width: 20%;

}

.address address p a:hover, .address address p a:focus {

    color: #fff;

    outline: none;

    text-decoration: none;

}

.address address p a {

    color: #fff;

    text-decoration: none;

}

.address address p {

    color: #fff;

}

.address address p {

    color: #fff;

    font-weight: 400;

    font-size: 16px;

    line-height: 1.5em;

    letter-spacing: 0%;

}



.quick-link ul#menu-menu-2 li.menu-item a.nav-link {

    color: #fff;

    font-weight: 400;

    font-size: 16px;

    line-height: 100%;

    letter-spacing: 0%;

    padding: .5em 0;

}

.quick-link ul#menu-menu-2 li::marker {

    color: #fff;

}

.header_menu li.menu-item.for-footer a.nav-link {

    display: none;

}

footer li.for-top-menu {

    display: none;

}

header .header_menu li.menu-item.for-footer a.nav-link {

    display: none;

}

.quick-link .header_menu li.menu-item.for-footer a.nav-link {

    display: block;

}

.office-hour p {

    color: #fff;

}

.copyright p {

    font-size: 14px;

    margin-bottom: 5px;

}

.copyright {

    border-top: 1px solid #fff;

    padding-top: 10px;

    color: #fff;

    text-align: center;

}

.copyright p a {

    color: #fff;

    text-decoration: none;

}

.copyright {

    border-top: 1px solid #fff;

    padding-top: 10px;

    color: #fff;

    text-align: center;

}

section#our-services {

    background-image: url(images/srv-bg.png);

    /* padding: 80px 0; */

    background-size: cover;

    background-repeat: no-repeat;

    padding: 67px 0;

}

.srv {

    margin: 0 auto;

    text-align: center;

}

.home-page-title {

    color: rgba(0, 153, 165, 1);

    font-weight: 600;

    font-size: 24px;

    text-transform: uppercase;

}

.home-sub-title {

    font-weight: 600;

    font-size: 2.25rem;

    line-height: 1.3em;

    letter-spacing: 0%;

    color: var(--color2);

    margin: 25px 0;

}

.srv-field-content ol li {

    font-weight: 400;

    font-size: 16px;

    line-height: 36px;

    letter-spacing: 0%;

    color: var(--color3);

}

.chairman-content p {

    font-weight: 400;

    font-size: 16px;

    line-height: 36px;

    letter-spacing: 0%;

    color: var(--color3);

}



.chairman-image img{

    max-width: 100%;

    clip-path: url(#chairman-image);

}



.chairman-figure img{

    max-width: 100%;

    clip-path: url(#chairman_figure);

    background: radial-gradient(57.67% 57.67% at 50% 42.33%, #0D70A6 0%, #014064 100%);

    width: 528px;

    height: 600px;

    object-fit: cover;

}



.chairman-figure{

    position: relative;

}



.chairman-figure:before {

    position: absolute;

    content: '';

    background: var(--color1);

    width: 528px;

    height: 600px;

    left: -20px;

    clip-path: url(#chairman_figure);

    bottom: 18px;

}



.chairman-image img {

    background: radial-gradient(57.67% 57.67% at 50% 42.33%, #0D70A6 0%, #014064 100%);

    width: 528px;

    height: 600px;

    object-fit: cover;

}

.chairman-image:after {

    position: absolute;

    content: '';

    background: var(--color1);

    width: 528px;

    height: 600px;

    left: 16px;

    z-index: -1;

    clip-path: url(#chairman-image);

    bottom: -13px;

}

.chairman-image {

    position: relative;

    float: right;

}

section#chairman {

    padding: 80px 0;

}

.blogs h2,.blogs h3 {

    text-align: center;

}



.blogs h3 {

    width: 700px;

    margin: 0 auto;

}

section#news-event {

    background-image: url(images/event-bg.png);

    background-repeat: no-repeat;

    background-size: cover;

    padding: 80px 0 50px;

}

.page-title {

    margin: 30px 0;

}

.page-template ul li,

.page-template ol li {

    font-weight: 400;

    font-size: 16px;

    line-height: 36px;

    letter-spacing: 0%;

    color: var(--color3);

}

.page-template p {

    font-weight: 400;

    font-size: 16px;

    line-height: 36px;

    letter-spacing: 0%;

    color: var(--color3);

}

.chairman-detail-img {

    background: var(--color1);

    border-radius: 30px;

}

.page-template .wp-block-columns {

    padding: 30px 0;

}

.sub-page-detail.sub-page-63 {

    display: none;

}

.sub-page.sub-page-9 .wp-block-image img {

    width: 433px;

    object-fit: cover;

}

.sub-page-feature-image {

    margin: 0 auto;

    text-align: center;

}

.sub-page-9 h3.home-sub-title {

    text-align: center;

}

.sub-page-9 .sub-col {

    background: #eceaea;

    padding: 2em;

    border-radius: 30px;

    margin: 30px 0;

}

.srv-and-future h2 {

    font-weight: 600;

    font-size: 25px;

    color: var(--color2);

    margin-bottom: 22px;

}

.srv-and-future h4 {

    font-weight: 400;

    background: var(--color1);

    padding: 1em;

    border-radius: 12px;

    font-size: 19px;

    color: #fff;

}

.services ol li::marker,.services ul li::marker {

    content: '\f14a';

    font-family: 'FontAwesome';

    color: var(--color1);

}



.services ol li {

    padding-left: 11px;

}

.future-plan-content ul li::marker {

    content: '\f14a';

    font-family: 'FontAwesome';

    color: var(--color1);

}

.future-plan-content ul li{

    padding-left: 11px;

}

.srv-and-future {

    padding-bottom: 50px;

    padding-top: 10px;

}

.page-id-81 .page-content h3.wp-block-heading {

    font-size: 20px;

    font-weight: 500;

    margin-bottom: 30px;

}

.csr__content h2 {

    font-size: 22px;

    margin-bottom: 0;

}

.csr-article .row {

    align-items: center;

}

.csr__wrap {

    border-radius: 20px;

    overflow: hidden;

}

.csr__content .post-date {

    font-size: 14px;

    font-weight: 300;

    color: #171515;

}

.except-link {

    display: none;

}

.post-excerpt a.btn {

    margin-bottom: 30px;

}

.single-title {

    margin: 30px 0;

}

.single-content figure img {

    margin-bottom: 19px;

    height: 450px;

    width: 100%;

    object-fit: cover;

    border-radius: 28px;

    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;

}

figcaption.wp-element-caption {text-align:center;}

.breadcrumbs span.parent_page a {

    color: #fff;

    text-decoration: none;

    font-weight: 500;

}

.single-content .wp-block-gallery figure img {

    margin-bottom: 0;

    border-radius: 15px;

}

.widget-info h3 a {

    text-decoration: none;

    color: #000;

    font-weight: 500;

}

.widget-info h3 {

    font-size: 16px;

}



.mywidget {

    align-items: center;

    padding: 10px 0;

}

.csr-article .row {

    margin-bottom: 30px;

}

.sidebar #ns_widget-4 {

    margin-top: 31px;

}

.widget h2 {

    color: var(--color2);

    font-size: 24px;

    font-weight: 600;

}

.office-hour p {

    color: #fff;

}

.copyright p {

    color: #fff;

    font-size: 14px;

}

.single-content {

    padding-bottom: 40px;

}

.csr-article .csr__wrap img {

    height: 277px;

    width: 100%;

    object-fit: cover;

}

.banner-shade{

    position: relative;

}



.banner-shade:before {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    background: var(--color1);

    clip-path: polygon(0 0, 100% 0, 100% 85%, 30% 100%, 0 85%);

    bottom: -24px;

}

.banner-shade {

    position: relative;

    margin-bottom: 50px;

}

.about-shade-imgs {

    display: flex;

    gap:20px;

    align-items: center;

    overflow: hidden;
    padding: 1rem;

}

.about-figure img{

    max-width: 100%;

    clip-path: url(#svg_section_one);

}

.about-two-figure img{

     max-width: 100%;

    clip-path: url(#svg_section_two);

}

.about-figure img {

    height: 424px;

    width: 279px;

    object-fit: cover;

}

.about-two-figure img {

    width: 279px;

    height: 539px;

    object-fit: cover;

}

.about-figure:before {

    content: '';

    position: absolute;

    background: var(--color1);

    width: 100%;

    height: 100%;

    clip-path: url(#svg_section_one);

    bottom: -15px;

    left: -15px;

}

.about-figure {

    position: relative;

}

.about-two-figure{

    position: relative;

}

.about-two-figure:after{

    content: '';

    position: absolute;

    background: var(--color1);

    width: 100%;

    height: 100%;

    clip-path: url(#svg_section_two);

    top: -15px;

    right: -15px;

    z-index: -1;

}

.section-three-content h2 {

    font-weight: 600;

    font-size: 36px;

    line-height: 1.3em;

    letter-spacing: 0%;

    color: var(--color2);

}

.aboutus-content {

    padding: 50px 0;

}

.vm-title h3 {

    font-weight: 600;

    font-size: 44px;

    line-height: 100%;

    letter-spacing: 0%;

    color: var(--color1);

}

.vm-title {

    display: flex;

}

.vm-title h3 {

    writing-mode: sideways-lr;

    text-orientation: mixed;

}

.vision_mission .row {

    align-items: center;

}

.vm-img img {

    width: 393px;

    height: 753px;

    object-fit: cover;

}

.vision_mission {

    background-image: url(images/srv-bg.png);

    background-repeat: no-repeat;

}

.vm-img:before {

    position: absolute;

    content: '';

    background: rgba(0, 153, 165, .7);

    width: 100%;

    height: 100%;

}

.vm-img {

    position: relative;

}

.vm-icon {

    position: relative;

    right: 101px;

}

.vm-content .row {

    align-items: flex-start;

}

.vm-icon img {

    width: 144px;

}

.vm-txt h3 {

    font-weight: 600;

    font-size: 36px;

    line-height: 100%;

    letter-spacing: 0%;

    color: var(--color1);

}

.vm-content {

    margin: 78px 0;

}

.objective-section-one h3 {

    font-weight: 600;

    font-size: 36px;

    line-height: 100%;

    color: var(--color1);

    margin-bottom: 40px;

}

.objective_section {

    padding: 100px 0;

    overflow: hidden;

}



.objective-section-one ul {

    list-style-type: none;

    position: relative;

}



.objective-section-one ul li:before {

    content: '\f05b';

    font-family: 'FontAwesome';

    position: absolute;

    left: 0;

    color: var(--color1);

    font-size: 23px;

}

.objective-section-two {

    margin: 0 auto;

    text-align: center;

}

.obj-bg-attach{

    position: relative;

}

.obj-bg-attach::before {

    content: '';

    position: absolute;

    height: 701px;

    width: 862px;

    border-top-left-radius: 50px;

    border-bottom-left-radius: 50px;

    z-index: -1;

    top: 55px;

    left: 78px;

    background-image: url(images/obj-bg.jpg);

    background-size: cover;

    background-position: top right;

}

.chairmen-message {

    background-image: url(images/srv-bg.png);

    padding: 100px 0;

}



.u-kyaw-kyaw-oo h3 {

    font-weight: 700;

    font-size: 20px;

    line-height: 100%;

    letter-spacing: 0%;

    text-align: justify;

}



.u-kyaw-kyaw-oo p {

    font-weight: 500;

    font-size: 16px;

    line-height: 100%;

    letter-spacing: 0%;

    color:#fff;

    margin-bottom: 0;

}

.u-kyaw-kyaw-oo {

    background: var(--color1);

    padding: 1.5rem;

    display: inline-block;

    border-radius: 30px;

    color: #fff;

}

.chairman-info {

    float: right;

    margin-top: -63px;

    position: relative;

    left: -61px;

}

.growth_section {

    padding-top: 80px;

}

.growth_section ul li{

    line-height: 36px;

}

.growth_section ul {

    list-style-type: none;

    position: relative;

}



.growth_section ul li:before {

    content: '\f05b';

    font-family: 'FontAwesome';

    position: absolute;

    left: 0;

    color: var(--color1);

    font-size: 23px;

}

.certiimg img {

    height: 437px;

    width: 100%;

}

.certiimg {

    padding: 1rem;

}

.chart-img {

    padding: 100px 0 0px;

    margin: 0 auto;

    text-align: center;

}

.chart-img h3 {

    text-align: center;

}

.chart-img h2 {

    text-align: center;

}

.certi-heading h2 {

    text-align: center;

}

.certificate{

    background-image: url(images/srv-bg.png);

    padding: 100px 0;

}

.certificate .splide__pagination {

    position: relative;

}

.certificate .splide__pagination__page {

    width: 10px;

    height: 10px;

}

.certificate button.splide__pagination__page.is-active {

    background-color: var(--color1);

}

.srvv-and-future h2 {

    color: var(--color2);

    font-weight: 600;

    font-size: 23px;

    margin-bottom: 30px;

}

.servicess ol li {

    position: relative;

}

.servicess ol li:before {

    position: absolute;

    content: '\f058';

    font-family: 'fontawesome';

    left: -30px;

    font-size: 23px;

    color: var(--color1);

}

.servicess ol {

    list-style-type: none;

}

.srvv-and-future {

    padding-bottom: 80px;

}

.srv-figure:after {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    background: var(--color1);

    clip-path: url(#srv__img);

    left: -19px;

    z-index: -1;

}

.srv-figure {

    position: relative;

}

.srv-image {

    padding-left: 30px;

}

.servicess {

    padding-right: 30px;

}

.future-plan-content ol li {

    position: relative;

}

.future-plan-content ol li:before {

    position: absolute;

    content: '\f058';

    font-family: 'fontawesome';

    left: -30px;

    font-size: 23px;

    color: var(--color1);

}

.future-plan-content ol{

    list-style-type: none;

}

.future_plan {

    position: relative;

    background-image: url(images/srv-bg.png);

    background-repeat: no-repeat;

    padding: 100px 0;

    background-size: cover;

}

.plan_img img {

    position: absolute;

    left: 0;

    bottom: 0;

    width: 738px;

}

.future-plan-content h4 {

    font-weight: 600;

    font-size: 36px;

    line-height: 100%;

    letter-spacing: 0%;

    color: var(--color1);

    margin-bottom: 30px;

}

h3.home-sub-title.member-h3 {

    font-family: Pyidaungsu;

    font-weight: 700;

    font-size: 24px;

    line-height: 36px;

    letter-spacing: 0%;

    text-align: center;

    color: var(--color1);

}

td.td-number {

    font-weight: 600;

    font-size: 36px;

    line-height: 100%;

    letter-spacing: 0%;

    color: var(--color1);

    /* width: 9%; */

    text-align: center;

}

table.has-fixed-layout.table.member-table tr td {

    border-color: transparent;

    /* border-bottom-color: #ddd; */

    padding: 25px 0;

    vertical-align: middle;

}

table.has-fixed-layout.table.member-table {

    width: 80%;

    margin: 0px auto 50px;

}

table.has-fixed-layout.table.member-table tr:nth-child(2) td {

    background: #f2f0f0;

}

.payment-info {

    background: var(--color1);

    padding: 2rem;

    border-radius: 30px;

    text-align: center;

    margin-bottom: 50px;

}

.payment-contact-number {

    border-bottom: 1px solid #fff;

    margin-bottom: 20px;

}

.payment-info p {

    color: #fff;

    font-weight: 400;

    font-size: 18px;

}

.member_feature_img img {

    width: 526px;

    height: 635px;

    object-fit: cover;

}

.member_feature_img{

    position:relative;

}

.member_feature_img:after {

    content: '';

    position: absolute;

    clip-path: url(#member__img);

    background: var(--color1);

    width: 100%;

    height: 100%;

    right: -15px;

    z-index: -1;

    top: -15px;

}



.member_company_content ul li,.member_company_content ol li,.member_company_content p {

    font-size: 18px;

    line-height: 40px;

}



.member_company_content {

    padding-left: 50px;

}



.member_company_content blockquote {

    background: var(--color1);

    width: 60%;

    border-radius: 30px;

    padding: 1rem;

}



.member_company_content blockquote p {

    color: #fff;

    margin-bottom: 0;

}



.member-company .row {

    align-items: center;

}



.member-company {

    padding: 40px 0 80px;

}



.eligibility_for_membership-title h3 {

    background: var(--color1);

    padding: 1rem;

    display: inline-block;

    color: #fff;

    border-radius: 30px;

    font-family: Pyidaungsu;

    font-weight: 700;

    font-size: 20px;

    line-height: 36px;

    margin-bottom: 30px;

}

.eligibility_for_membership-title {

    text-align: center;

    max-width: 72%;

    margin: 0 auto;

}

.eligibility_for_membership-title p {

    font-weight: 400;

    font-size: 18px;

    line-height: 36px;

    letter-spacing: 0%;

    text-align: center;

}

.eligibility_for_membership-title h4 {

    margin-top: 30px;

    margin-bottom: 30px;

    font-weight: 700;

    font-size: 22px;

    line-height: 36px;

    color: var(--color1);

}

.member-form a.btn {

    background-color: var(--color1);

    border-color: transparent;

    padding: 14px 20px;

    border-radius: 30px;

}

.member-form {

    padding: 30px 0;

    margin: 0 auto;

    text-align: center;

}

.member-form a.btn i.fa-solid {

    font-family: 'FontAwesome';

    font-style: normal;

}

.csr__wrap {

    margin-bottom: 50px;

}

.csr__wrap img {

    height: 269px;

    width: 100%;

    object-fit: cover;

}

ul.page-numbers li a

{

    color: #fff;

}



ul.page-numbers li {

    background: var(--color1);

}

ul.page-numbers {

    display: inline-block;

}



ul.page-numbers li a i.fa-solid {

    font-family: 'FontAwesome';

}

ul.page-numbers li a {

    color: #fff;

    text-decoration: none;

}

form#contact-form .form-control::placeholder {

    font-size: 14px;

    color: var(--color2) !important;

}

form#contact-form {

    margin-top: 35px;

}

div#contact_us h5 {

    color: var(--color2);

    font-size: 17px;

}

div#contact_us h3 {

    font-size: 23px;

}

button.btn.btn-success.mt-4.g-recaptcha {

    background-color: var(--color1);

    border-color: transparent;

}

.form__wrap {

    background: #cfcfcf;

    padding: 2.5rem 2.5rem;

    clip-path: url(#member__img);

    position: relative;

}

.form_svg:before {

    position: absolute;

    content: '';

    background: #0099a5;

    width: 100%;

    height: 100%;

    clip-path: url(#member__img);

    left: 16px;

    top: -12px;

}

.google-map {

    margin-top: 55px;

    border-radius: 30px;

    overflow: hidden;

}

.home_blog_img img {

    height: 265px;

    width: 100%;

    object-fit: cover;

}

h3.txt-green {

    font-weight: 600;

    font-size: 22px;

    line-height: 35px;
    margin-top: 11px;

}

img.img-fluid.home-blog-svg {

    clip-path: url(#blog__img);

    max-width: 100%;

    object-fit: cover;

}

.home_blog_wrap {

    background: var(--color1);

    padding: 1rem;

    margin: 40px 0;

    clip-path: url(#member__img);

}

p.blog-date {

    font-weight: 400;

    font-size: 16px;

    line-height: 100%;

    color: #fff;

    margin-top: 21px;

    text-decoration: none;

}

.home_blog_content a {

    text-decoration: none;

    color: #fff;

}

.contact-address span.address:before {

    content: '\f015';

    font-family: 'FontAwesome';

}

.contact-address span.email:before {

    content: '\f0e0';

    font-family: 'FontAwesome';

}

.contact-address span.phone:before{

    content:'\f095';

    font-family: 'FontAwesome';

}

.contact-address address{

    display: flex;

    flex-flow: column;

}

/* .address-icon {

    flex: 0 0 20%;

    max-width: 20%;

} */



.address-icon {

    margin-bottom: 19px;

    font-size: 17px;

}



.contact-address address {

    padding-right: 50px;

    margin-bottom: 0;

    padding-top: 30px;

    padding-bottom: 30px;

}



.contact-address span.address-icon:before {

    color: var(--color1);

    margin-right: 10px;

}

.contact-address {

    padding-left: 50px;

}



.contact-address address span a {

    text-decoration: none;

    color: #333;

}



.contact-address address span a:hover {

    color: var(--color1);

}

.address__info .row {

    align-items: center;

}



@media (max-width:575px){

    .csr__wrap {

        margin-bottom: 0;

    }
    .address address div:nth-child(1) {
        width: 100%;
    }

    .address address div {
        width: 100%;
    }

}



@media (min-width:575px) and (max-width:768px){

     .sm-view .row.article_row {

        align-items: center;

    }

}



@media (max-width:768px){

    .xs-view table.has-fixed-layout.table.member-table{
        width:100%;
    }

    .xs-view .eligibility_for_membership-title{
        max-width: 100%;
    }

    .xs-view .member-form a.btn {
        margin-bottom: 20px;
    }

    .xs-view figure .figure-img {
        height: auto;
    }

    .xs-view img.weblogo {

        width: 100%;

    }

    .xs-view .splide_home_slide {

        height: 319px;

    }

    .xs-view table.has-fixed-layout.table.member-table tr:nth-child(even) {
        background: #f2f0f0;
    }
    .xs-view table.has-fixed-layout.table.member-table tr:nth-child(odd) {
        background: #fff;
    }
    .xs-view table.has-fixed-layout.table.member-table tr {
        display: flex;
        flex-flow: column;
        justify-content: center;
        padding: 1rem;
    }

    .xs-view .member_company_content blockquote{
        width: 100%;
    }

    .xs-view .member_company_content {
        padding-left: 0;
    }
    .xs-view .member_feature_img img {
        height: 355px;
    }

    .xs-view .slide-path {

        height: 352px;

    }

    .xs-view .slide_content h2.wp-block-heading {

        font-size: 1.3rem;

    }

    .xs-view .slide_content p {

        font-size: 15px;

    }

    .xs-view .right-side-wrap {

        padding-left: 0;

        margin-top: 50px;

    }

    .xs-view .right-side p, .xs-view .left-pg p{

        text-align: left;

    }

    .xs-view .home_blog_img img {

        height: 215px;

        object-fit: cover;

    }

    .xs-view .vm-img {

        display: none;

    }

    .xs-view .vm-title h3 {

        writing-mode: horizontal-tb;

        text-orientation: initial;

        margin-top: 30px;

        font-size: 40px;

    }

    .xs-view .vm-content {

        margin: 29px 0;

    }

    .xs-view .vision_mission {

        background-size: cover;

        padding: 30px 0;

    }

    .xs-view .vm-txt h3 {

        font-size: 25px;

    }

   

    .xs-view .section-three-content h2 {

        font-size: 30px;

    }

    .xs-view .about-shade-imgs .image {

        margin-bottom: 74px;

    }

    .xs-view .about-shade-imgs {

        padding: 1rem;

        display: inline-block;

    }

    .xs-view .about-figure img{

        width: 100%;

        height: 350px;

    }

    .xs-view .about-two-figure img{

        width: 100%;

        height: 350px;

    }

    .xs-view img.mm-map {

        height: 587px;

    }

    .xs-view .obj-bg-attach::before{

        display: none;

    }

    .xs-view .chairman-figure img {
        height: 349px;
    }

    .xs-view .chairman-figure:before {

        width: 100%;
        height: 348px;

    }

    .xs-view .chairman-img {

        padding: 1.5rem;

    }

    .xs-view .chairman-content {

        margin-top: 38px;

    }

    .xs-view .certiimg img {

        width: 100%;

        height: 300px;

    }

    .xs-view .quick-link {

        display: none;

    }

    .page-template ul li, .page-template ol li {

        font-size: 15px;

    }

    section.sub-banner {

        background-position: center;

    }
    .xs-view section#about-section {
        padding: 80px 15px;
    }

    .xs-view .right-side h3 {
        font-size: 2rem;
    }

}



@media (max-width:991.99px){

    .md-view .srv-figure img{
        height: auto !important;
    }

    .md-view .srv img {
        height: 369px;
    }

    .md-view .single-content figure img {
        height: auto;
    }

    .md-view .widget-img img {
        height: 100px;
        width: 100%;
        object-fit: cover;
    }

    .md-view h3.home-sub-title {
        font-size: 1.5rem;
    }

    .md-view .chairman-image img {
        height: 450px;
        width: 100%;
    }

    .md-view .chairman-image:after {
        height: 450px;
        width: 100%;
    }

    .md-view .chairman-image {
        float: left;
    }

    .md-view .home_blog_img img {
        height: 100%;
        width: 100%;
    }

    .md-view .blogs h3{
        width: 100%;
    }

    .md-view .left-pg {
        margin-top: 30px;
    }

    .md-view h5.offcanvas-title {
        font-size: 16px;
        font-weight: 700;
        color: var(--color1);
    }

    .md-view .header_menu {
        align-items: baseline;
    }

    .md-view .header_menu li.menu-item a.nav-link {
        display: inline-block;
        max-width: 100%;
        color: #fff;
    }

    .md-view .header_menu li.menu-item {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #6c8284;
    }

    .md-view .header_menu li:last-child {

        border-color: transparent;

    }

    .md-view #menu .offcanvas-header {

        background: #fff;

    }

    .md-view button.btn-close.btn-close-white {

        filter: none;

    }

    .md-view .contact-menu-btn {

        background-color: transparent;

        text-align: left;

        padding: 9px 0 !important;

    }

    .md-view .header_menu li.menu-item a.nav-link{

        padding:15px 0;

    }

    .md-view .contact-menu-btn a.nav-link:after{

        display: none;

    }

    .md-view .contact-menu-btn a.nav-link{

        padding: 9px 0 !important;

    }

    .md-view .contact-menu-btn:hover,

    .md-view .contact-menu-btn:focus{

        text-decoration: none;

        outline: none;

    }

    .md-view .vm-icon img {

        width: 100%;

    }

    .md-view .vm-icon {

        right: 0;

    }

    .md-view .plan_img img {

        position: static;

        width: 100%;

        border-radius: 30px;

        box-shadow: 0px 4px 7px 1px #777;

    }



    .md-view .plan_img {

        padding: 1rem;

        margin-bottom: 30px;

    }



    .md-view .future_plan {

        background-size: cover;

    }



    .md-view .srv-figure {

        margin-top: 40px;

    }

    .md-view .contact-address {

        padding-left: 0;

    }

    .md-view .footer-widget h3 {
        margin: 30px 0 20px;
    }
    .md-view .chairman_bg-img {
        background-image: none !important;
    }
    .md-view .chairman_bg-img {
        height: auto;
    }
    .md-view .chairman_message_txt {
        margin-top: 30px;
        margin-bottom: 50px;
    }

   .xs-img img {
        width: 60%;
        height: auto;
        margin: 0 auto;
    }

    .xs-img {
        padding: 100px 0 30px;
        margin: 0 auto;
        text-align: center;
    }
    

}



@media (min-width:768px) and (max-width:991.99px){

    .sm-view .splide_home_slide {

        height: 419px;

    }



    .sm-view .slide-path {

        height: 452px;

    }



    .sm-view .figure-img {

        height: 363px;

    }



    .sm-view section#about-section .left-content {

        display: flex;

        gap: 50px;

    }



    .sm-view section#about-section .left-content div {

        flex-grow: 1;

        flex-basis: 0;

    }

    .sm-view .right-side-wrap {

        padding-left: 15px;

        margin-top: 50px;

    }

    .sm-view .right-side p, .sm-view .left-pg p{

        font-size: 14px;

        text-align: left;

    }

    .sm-view .right-side h3 {

        font-size: 1.5rem;

    }

    .sm-view h3.home-sub-title {

        font-size: 1.5rem;

    }

   

}



@media (min-width:991px) and (max-width:1400.99px){

    img.weblogo {

        width: 100%;

    }

}

@media (min-width:991.99px) and (max-width:1200px){

    .md-view .xs-img img {
        width: 100%;
    }
    .md-view .xs-img {
        display: block !important;
    }

    .md-view .chairman_bg-img .row {
        align-items: center;
    }

    .md-view .chairman_bg-img {
        background-image: none !important;
    }

    .md-view .header_menu li.menu-item a.nav-link {

        font-size: 0.9rem;

        padding: .8rem;

    }

    .md-view .splide_home_slide {

        height: 419px;

    }



    .md-view .slide-path {

        height: 452px;

    }



    .md-view .plan_img img{

        width:500px;

    }

}

@media (min-width:1200px) and (max-width:1400px){

    .md-view .header_menu li.menu-item a.nav-link{

        padding:1.22em;

    }

    .md-view .plan_img img{

        width:600px

    }


}

@media (min-width:1200px) and (max-width:1700px){


    .md-view .chairman_bg-img {
        background-position: -220px 0px;
    }

}

@media (max-width:1200px){

    .address address {

        flex-flow: column;

        margin-bottom: 0;

    }

    .address address div:nth-child(2) {

        width: 100%;

    }

    section#about-section {

        padding: 80px 30px;

    }

}

.slide_content {

    max-width: 400px;

}

div#go-top {
    position: fixed;
    right: 40px;
    bottom: 100px;
    background: #000;
    color: var(--color1);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}

h2.home-sub-title a {
    color: #333;
    text-decoration: none;
    line-height: 1.7;
}

.post-excerpt a {
    text-decoration: none;
}
.quick-link li.footer-menu {
    display: none;
}

@media (max-width:992px){

    .chart-img {
    padding: 40px 0 0px;
    margin: 0 auto;
    text-align: center;
}

}

.md-view .header_menu li.menu-item a.nav-link.active {
    color: var(--color1);
}

.bg {
    background-color: #f5f5f5;
    padding-top: 80px;
}

.member-payment {
    padding-top: 100px;
}

.margin-top{
    margin-top: 100px;
}
/* section#our-services {
    position: relative;
}
section#our-services .srv img {
    position: absolute;
    left: -25px;
    top: 0;
} */

.srv img {
    height: 635px;
}
section.chairman__txt.position-relative {
    background-image: url(images/srv-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.chairman_bg-img {
    height: 700px;
    background: no-repeat;
    background-size: contain;
}
.chairman_message_txt h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
}
.chairman_message_txt ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0%;
}
.chairman_message_txt {
    margin-top: 100px;
}