/*@font-face {
    font-family: 'Zawgyi-One';
    src: url('zawgyi.eot');
    src: local('Zawgyi-One'), url('zawgyi.ttf') format('truetype'), url('zawgyi.woff') format('woff'), url('zawgyi.svg') format('svg'), url("{{asset('assets/fonts/SmartZawgyiPro.ttf') }}");
    font-weight: normal;
    font-style: normal;
}
*/

.top-header-area {
   height:auto !important;
    z-index:999;

}

#roll-text {
    line-height: initial !important;
    font-size: 14px !important;
    height: 35px !important;
}

.header-area .vizew-main-menu .classy-navbar .classynav ul li a {
    font-weight: bold;
    font-size: 16px !important;
}


.top-header-area .breaking-news-area .news-title p {
    font-weight: initial !important;
}


.header-area .vizew-main-menu .classy-navbar .classynav ul li ul li a:hover, .header-area .vizew-main-menu .classy-navbar .classynav ul li ul li a:focus {
    background: #98bb3d !important;
    color: #ffffff;
    font-weight: bold;
}

/*============================================
		Logo Responsive
========================================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .vizew-main-menu .classy-navbar {
        height: 70px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .vizew-main-menu .classy-navbar {
        height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .vizew-main-menu .classy-navbar {
        height: 60px;
    }
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .header-area .vizew-main-menu .classy-navbar .nav-brand {
        max-width: 60px !important;
    }
    .navbar-expand .navbar-nav  .dropdown {
        min-width: 150px;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
    .header-area .vizew-main-menu .classy-navbar .nav-brand {
        max-width: 60px !important;
    }
   
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
    .header-area .vizew-main-menu .classy-navbar .nav-brand {
        max-width: 60px !important;
    }
    .navbar-expand .navbar-nav  .dropdown {
        min-width: 150px;
    }
}

/* iPads (portrait and landscape) ----------- */
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.header-area .vizew-main-menu .classy-navbar .nav-brand { max-width: 60px !important; }
}*/

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header-area .vizew-main-menu .classy-navbar .nav-brand {
        max-width: 70px !important;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .header-area .vizew-main-menu .classy-navbar .nav-brand {
        max-width: 60px !important;
    }

}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
    .header-area .vizew-main-menu .classy-navbar .nav-brand {
        max-width: 90px !important;
    }
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
    .header-area .vizew-main-menu .classy-navbar .nav-brand {
        max-width: 90px !important;
    }
}

/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .header-area .vizew-main-menu .classy-navbar .nav-brand {
        max-width: 60px !important;
    }
}

/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .header-area .vizew-main-menu .classy-navbar .nav-brand {
        max-width: 60px !important;
    }

}

/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    .header-area .vizew-main-menu .classy-navbar .nav-brand {
        max-width: 60px !important;
    }
}

.header-area .vizew-main-menu .classy-nav-container {
    background-color: #98bb3d !important;
}


body {
    
    background-image: url("../assets/img/core-img/logo_watermark2.png");
    background-color: #ffffff !important;
    color: #000 !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    /*background-position-y: 300px;*/
    background-size: 60% auto;
    font-size: 16px !important;
}

body .container .col-sm-12 {
    vertical-align: top !important;
    min-height: 400px !important;
  
}

/*------------ Sliding text color ------------------ */
.top-header-area .breaking-news-area .ticker ul li a {
    color: #087812;
}

.top-header-area .breaking-news-area .news-title p {
    color: #087812 !important;
    line-height: 30px !important;
}

p {
    color: #000 !important;
}

.section-heading h4 {
    color: #000;
}

.vizew-btn {
    background-color: #98bb3d;
}

.form-control {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.form-control:focus {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}


h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

.post-details-content .post-content .post-title {
    color: #3E7D1D;
    /*font-weight: bold;*/
}

.post-title {
    color: #3E7D1D;
    font-size: 15px;
}

.section-padding-20 {
    vertical-align: top;
    padding-top: 20px;
    min-height: 400px !important;
    width:100%;
}


p {
    font-size: 16px !important;
}

/* ==================================================
footer area css
======================================================*/
.footer-area {
    padding-top: 20px !important;
    position: absolute;       
    min-width: 100%;
}

#footer-logo {
    max-width: 120px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #footer-logo {
        max-width: 40px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #footer-logo {
        max-width: 60px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #footer-logo {
        max-width: 80px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #footer-logo {
        max-width: 120px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #footer-logo {
        max-width: 160px;
    }
}


.footer-area {
    background-color: #98bb3d !important;
}


.post-title h4 {
    color: #3E7D1D !important;
    /*font-weight: bold;*/
}


.dropdown {
    min-width: 255px;
}


.footer-area .footer-widget .widget-title {
    margin-bottom: 5px;
}

.footer-area .footer-widget .footer-nl-area {
    margin-top: 5px;
}

.footer-area .footer-widget .footer-social-area {
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-area .footer-widget .footer-nl-area form input {
    background: #ffffff;
}

/*=======================================================================
     Summer Note CSS
========================================================================*/

.panel-default > .panel-heading {
    color: #333;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

button.note-btn.btn.btn-default.btn-sm.dropdown-toggle {
    border: 1px solid gray;
    background: white;
}

button.note-btn.btn.btn-default.btn-sm {
    border: 1px solid gray;
    margin: 1px;
    background: white;
}


.single-post-area .post-content .post-title {
    color: #3E7D1D !important;
    font-size: 15px !important;

}


/*================================================================
    Drop Down List
==========================================================*/


select.form-control {
    -webkit-appearance: none !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    background-image: linear-gradient(45deg, transparent 50%, #98bb3d 60%),
    linear-gradient(135deg, #98bb3d 40%, transparent 50%) !important;
    background-position: calc(100% - 30px) 14px,
    calc(100% - 20px) 14px,
    100% 0;
    background-size: 10px 10px,
    10px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* ========================================
  Container (Menu)
=========================================================*/

@media (min-width: 576px) {
    .container {
        max-width: 575px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 767px !important;       
    }
}

@media screen and (min-width: 992px) {
    .container {
        max-width: 991px !important;       
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1199px !important;       
    }
    .body .container .col-sm-12 .row {
        min-height: 400px !important;
      }
}


/*======================= Post Tag =====================

================================================*/
.post-cata.cata-sm {
    font-size: 12px;
}

/*======================= button text wrap =====================

================================================*/
.btn-wrap-text {
    white-space: normal !important;
    word-wrap: break-word !important;
}

/*======================= footer copywirte text =====================

================================================*/
.footer-area .copywrite-area .copywrite-text {
    font-size: 12px !important;
    margin-bottom: 0;
    font-weight: 400;
    color: #ffffff !important;
}

/*======================= Top Notices =====================

================================================*/
.breaking-news-area .news-title {
    min-width: 180px !important;
}

@media only screen and (max-width: 767px) {
    .top-header-area .breaking-news-area {
        height: 30px !important;
        border-bottom: none !important;
    }

}

/*=======Home slider css ======*/

.vizew-nav-tab .nav-link.active {
    background-color: rgba(0,0,0,0);
    border-left-color: rgba(0,0,0,0);
}

/*====collapse and expand border ===*/
.card
{
    border: 1px solid rgba(0,0,0,.125) !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
