@import url(https://fonts.googleapis.com/css?family=Nunito);

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

* {
    margin: 0;
    padding: 0;
    font-family: 'Nunito','Pyidaungsu' !important;
    font-weight: normal;
    font-style: normal;
}

.upper-header {
    background-color: #0d6efd;
    padding: 10px;
}

.upper-header img.img-fluid {width: 120px;}

.header-label h4 {
    padding: 10px 20px 0px 20px;
    line-height: 59px;
    font-weight: bold;
    color: #faea71;
    font-size: 27px;
    margin-bottom: 0px;
letter-spacing: 1px;}
.header-label h3 {
    font-size: 28px;
    color: #faea71;
    font-weight: 600;
letter-spacing: 1px;}

nav {
    background-color: #ffc71f;
    font-weight: bold;
    font-family: 'Pyidaungsu';
    font-weight: normal;
    font-style: normal;

}

a.nav-link {color: #083f9e !important;}

li.nav-item.me-3 {padding: 0px !important;}

a.nav-link.active {display: block;}

ul.navbar-nav {padding: 0px !important;}

nav.navbar.navbar-expand-lg {padding: 0px !important;}

a.nav-link {
    border-bottom: 3px solid #ffc71f;
    padding: 15px 20px 12px 20px !important;
}
a.nav-link.active {
    border-bottom: 3px solid #083f9e;
}

div#navbarNavDropdown {/* padding: 5px; */font-size: 15px;}

.nav-item {
    font-weight: bold;
}

.carousel-image {
    position: relative;
    height: 500px;
    /* background: rgba(0, 0, 0, 0.7) */
z-index: -1;}

.carousel-image img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 500px;
    /* opacity: 0.2; */
}

.causoral-label {
    position: absolute;
    top: 150px;
    left: 150px;
    color: #fff;
}

.causoral-label h3 {
    font-weight: bold;
    font-size: 20px;
    /* color: #0b4293; */
}

.causoral-label p {
    padding-top: 10px;
    font-weight: bold;
    font-size: 15px;
}

.causoral-label button {
    color: #efe8e8;
}

.aspect-label h3 {
    text-align: center;
    color: #000000;
    font-weight: bold;
}

.aspect-label p {
    color: #000000;
    text-align: center;
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    font-size: 2rem;
}

footer {
    background-color: #4e9bd6;
}

/* This pen */
body {
    font-family: "Baloo 2", cursive;
    font-size: 16px;
    /* color: #ffffff; */
    text-rendering: optimizeLegibility;
    font-weight: initial;
}

.dark {
    background: #ffffff;
}

.light {
    background: #f3f5f7;
}

a,
a:hover {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
    /* margin: 2rem 0; */
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
}

/* Cards */
.new-label {
    padding: 30px 0px 30px 0px;
    font-weight: bold;
color: #0d6efd;font-size: 25px;}

.postcard {
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: #000000;
}

.postcard.dark {
    background-color: #e7e0f6;
}

.postcard.light {
    background-color: #e1e5ea;
}

.postcard .t-dark {
    color: #18151f;
}

.postcard a {
    color: inherit;
}

.postcard h1,
.postcard .h1 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.postcard .small {
    font-size: 80%;
}

.postcard .postcard__title {
    font-size: 1.75rem;
}
.new_title{
    color: #0076bd;
    font-weight: bold;
}

.postcard .postcard__img {
    max-height: 300px;
    width: 200%;
    object-fit: cover;
    position: relative;
}

.postcard .postcard__img_link {
    display: contents;
}

.postcard .postcard__bar {
    width: 50px;
    height: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}

.postcard .postcard__text {
    /* padding: 1rem; */
    position: relative;
    display: flex;
    flex-direction: column;
}

.postcard .postcard__preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
}

.postcard .postcard__preview-txt p {
    font-size: 14px;
}

.postcard .postcard__tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    /* margin: 20px 0 0 0; */
    padding: 0;
    justify-content: center;
}

.postcard .postcard__tagbox .tag__item {
    display: inline-block;
    background: rgba(83, 83, 83, 0.4);
    border-radius: 3px;
    padding: 2.5px 10px;
    margin: 0 5px 5px 0;
    cursor: default;
    user-select: none;
    transition: background-color 0.3s;
}

.postcard .postcard__tagbox .tag__item:hover {
    background: rgba(83, 83, 83, 0.8);
}

.postcard:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 1;
    border-radius: 10px;
}

.postcard:hover .postcard__bar {
    width: 100px;
}

@media screen and (min-width: 769px) {
    .postcard {
        flex-wrap: inherit;
    }

    /* .postcard .postcard__title {
    font-size: 2rem;
  } */
    .postcard .postcard__tagbox {
        justify-content: start;
    }

    .postcard .postcard__img {
        max-width: 300px;
        max-height: 100%;
        transition: transform 0.3s ease;
    }

    .postcard .postcard__text {
        /* padding: 3rem; */
        width: 100%;
    }

    .postcard .media.postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        background: #18151f;
        top: -20%;
        height: 130%;
        width: 55px;
    }

    .postcard:hover .postcard__img {
        transform: scale(1.1);
    }

    .postcard:nth-child(2n+1) {
        flex-direction: row;
    }

    .postcard:nth-child(2n+0) {
        flex-direction: row-reverse;
    }

    .postcard:nth-child(2n+1) .postcard__text::before {
        left: -12px !important;
        transform: rotate(4deg);
    }

    .postcard:nth-child(2n+0) .postcard__text::before {
        right: -12px !important;
        transform: rotate(-4deg);
    }
}

@media screen and (min-width: 1024px) {
    .postcard__text {
        padding: 2rem 3.5rem;
    }

    .postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        top: -20%;
        height: 130%;
        width: 55px;
    }

    .postcard.dark .postcard__text:before {
        background: #18151f;
    }

    .postcard.light .postcard__text:before {
        background: #e1e5ea;
    }
}

/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
    background: #79dd09;
    color: black;
}

.green .postcard__title:hover {
    color: #79dd09;
}

.green .postcard__bar {
    background-color: #79dd09;
}

.green::before {
    background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.green:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
    background: #0076bd;
   
}

.blue .postcard__title:hover {
    color: #0076bd;
}

.blue .postcard__bar {
    background-color: #0076bd;
}

.blue::before {
    background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
    background: #bd150b;
}

.red .postcard__title:hover {
    color: #bd150b;
}

.red .postcard__bar {
    background-color: #bd150b;
}

.red::before {
    background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.red:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
    background: #bdbb49;
    color: black;
}

.yellow .postcard__title:hover {
    color: #bdbb49;
}

.yellow .postcard__bar {
    background-color: #bdbb49;
}

.yellow::before {
    background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

.yellow:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

@media screen and (min-width: 769px) {
    .green::before {
        background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
    }

    .green:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
    }

    .blue::before {
        background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }

    .blue:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }

    .red::before {
        background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
    }

    .red:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
    }

    .yellow::before {
        background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
    }

    .yellow:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
    }
}
.nav-center{
    justify-content:center;
}

.latest-new {
    font-weight: bold;
}

.form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}

.service-label {
    font-weight: bold;
    color: #41464b;
margin-bottom: 20px;}

footer {
    background-color: #0c5085;
    color: #ffffffc7;
    font-size: 12px;
}
.dropdown-bg-color{
    background-color: #ffc71f;
    color: #083f9e;

}
ul.dropdown-menu>li>a:hover{
    background: #b99014 !important;
    font-weight: bold;
}

a.btn.btn-outline-primary.btn-sm {
    padding: 8px 20px;
    color: #0d6efd;
}
a.btn.btn-outline-primary.btn-sm:hover {
    color: #fff !important;
}
input.form-control.me-2.search-text {
    border-radius: 5px;
    border: 1px solid #adb5bd;
    font-size: 14px;
}
button.btn.btn-outline-primary.search-button {
    font-size: 14px;font-weight: 600;border: 2px solid #0d6efd;
width: 100px;}
.latest-new {
    font-weight: bold;
    font-size: 18px;
}

.ln .card a{
    font-size: 15px;
}
.ln .card p{
    font-size: 14px;
}

label.label {margin-bottom: 10px;}

.contact-wrap {border: 1px solid #dee2e6;padding: 30px;}
/* .row.contact-item {padding: 40px 0px;} */
.contact-item p {font-size: 14px;padding-top: 20px;}
.carousel {
    position: relative;
    margin-top: 30px;
}
.image-wrap {background: #21252959;z-index: 1;}

img.d-block.w-100.carousel-image {z-index: -1;}

.causoral-label.col-md-6 {color: #fff;}

.p-30px {
    padding: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}
.pagination{
    background-color: white;
    margin-bottom: 0;
}
.dbox{
    background: #0d6efd59;
    padding: 30px;
    /* height: 200px; */
    /* border: 1px solid #6c757d; */
    margin-bottom: 30px;
}
.dbox img, .dbox svg {
    vertical-align: middle;
    width: 40px;
}
.dbox .text {
    padding-top: 20px;
}
.dbox h6 {
    font-size: 14px;
}

.dbox h5 {
    font-size: 16px;
}
.dbox-child {
    border: 1px solid #ececec;
    padding: 20px;
}