@import 'css/bootstrap.min.css';
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,400i|IBM+Plex+Sans+Condensed:400,400i|IBM+Plex+Sans:100,100i,400,400i,700,700i|IBM+Plex+Serif:400,400i');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
@import url('https://fonts.googleapis.com/css?family=Mukta');
/* [Master Stylesheet - v1.0] */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800,900");
/* :: 2.0 Import All CSS */
/* @import url(/theme/mirmire/css/bootstrap.min.css);
@import url(/theme/mirmire/css/classy-nav.css);
@import url(/theme/mirmire/css/owl.carousel.min.css);
@import url(/theme/mirmire/css/animate.css);
@import url(/theme/mirmire/css/magnific-popup.css);
@import url(/theme/mirmire/css/font-awesome.min.css); */

/*
font-family: 'IBM Plex Sans', sans-serif;
font-family: 'IBM Plex Sans Condensed', sans-serif;
font-family: 'IBM Plex Serif', serif;
font-family: 'IBM Plex Mono', monospace;z*/



.tm-section-aaa h2 {
  
    font-size: 3rem;
}

.tm-section-aaa p {
    font-size: 1.2rem;
    font-weight: 300; 
}


.two{
 background: white;
 
}

.three {
    height: auto;
    margin-top: -5px;
}


.loader_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    z-index: 100000;
}

.load .loader_wrapper {
    display: none;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;


}

.loader img {
    width: 100%;
}

.img-responsive {
    margin-bottom: 20px;
}

.main-logo {
    padding: 10px;
    margin-bottom: 20px;
    background: #fff;
}



.menu-top::after {
    border-right: 3px solid #fff;
}


#menu_area {
    border-bottom: 3px solid white;
}



.iconbox-top .iconbox-icon {
    float: left;
    margin-right: 15px;
    font-size: 30px;
    line-height: 90px;
}

.iconbox-content {
    font-size: 12px!important;
    font-weight: 600;
    /* font-style: italic; */
    font-family: 'Andika', Helvetica, Arial, sans-serif;
    color:#eceaea;
}

.iconbox-content h4 {
    font-size: 12px;
    margin-bottom: 3px !important;
}

.iconbox-content p.text-danger {
    font-size: 14px;
}

.menu-wrapper {
    background: #ffa800;
     box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}

.dropdown-menu {

    padding: 15px 0;
    margin: 0 0 0;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

/* .dropdown-menu li a {
    line-height: 30px !important;

} */
.dropdown-item{
color:grey;
    line-height:1.2rem!important;
    font-size: .875em!important;
}
.collapse.show li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}




.menu-right {
    line-height: 50px;
}

/*first level*/


.apps-menu .collapse ul li:last-child {
    border-bottom: none;
}

.apps-menu .collapse ul>li:hover>a {
    background: rgba(255, 255, 255, 0.2);
}

/*second level*/
.apps-menu .collapse ul ul ul>li:hover>a {
    background: rgba(255, 255, 255, 0.2);
}

/*third level*/
.apps-menu .collapse ul ul,
.apps-menu .collapse ul ul.dropdown-menu {
background: #fdfdf8;
padding:10px;
    transition: all .5s ease-in;
    border-bottom:2px solid #00a651;
/*--    border-left:2px solid rgb(207, 205, 205);
    border-right:2px solid rgb(207, 205, 205);---*/
}

/* .apps-menu .collapse ul ul ul,
.apps-menu .collapse ul ul ul.dropdown-menu {
    background: #187039
} */

.apps-menu .collapse ul ul ul ul,
.apps-menu .collapse ul ul ul ul.dropdown-menu {
    background: #187039
}

/*Drop-down menu work on hover*/
.apps-menu {
    background: none;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width:100%
}

@media only screen and (max-width: 991px) {
    .apps-menu .show>.dropdown-toggle::after {
        transform: rotate(-90deg);
    }
}

@media only screen and (min-width: 991px) {

    .apps-menu .collapse ul li {
        position: relative;
    }

    .apps-menu .collapse ul li:hover>ul {
        display: block
    }

    .apps-menu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        display: none
    }

    /*******/
    .apps-menu .collapse ul ul li {
        position: relative
    }

    .apps-menu .collapse ul ul li:hover>ul {
        display: block
    }

    .apps-menu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 200px;
        display: none
    }

    /*******/
    .apps-menu .collapse ul ul ul li {
        position: relative
    }

    .apps-menu .collapse ul ul ul li:hover ul {
        display: block
    }

    .apps-menu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 200px;
        display: none;
        z-index: 1
    }

}

/* Slider */

.one .carousel-caption {
    height:20%;

}
.carousel-caption {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
height:18%;
text-align: left;
padding: 10px;
padding-bottom: 5px!important;
width:98%;
margin: 0px auto 20px auto;
}

.cd-hero__slide {
    max-width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.carousel-inner p{
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #ffa800;

    word-spacing: normal;
     font-weight: 800;

}
.carousel-inner .btn{
float: right;
color:#fff;
background:none!important;
border:2px solid #fff;

}
.carousel-inner .btn a{
text-decoration: none;
color: #fff;
}

/* breadcrumb */
.breadcrumb { 
width: 100%;
height:300px;
   background: url("../mirmire/images/breadcrumb.png")no-repeat  center center!important;
   background-size: cover;
   
}
.breadcrumb-1 {
    padding: 50px;
    background: url("../mirmire/images/breadcrumb.png") no-repeat center center;
    background-size: cover;
     font-family: 'Montserrat', sans-serif;
   
  }
  
  .breadcrumb-1  .container{
    background: rgba(7, 7, 7, 0.5);
    width:25%;
    height:90px!important;
    border-radius:5px;
    margin:10px;
    
  }
.banner-box-inner{
    background:#3b995f;
    height:100px;
    width:350px;
    border-radius:15px;
    padding:10px;
    box-shadow:2px 2px 6px 0 rgb(168, 167, 167);
    text-align: center;
    color: white;
    font-weight:500;
    font-size:1.3rem;
}
/*---.breadcrumb { 
    margin-bottom: 0 !important;
    font-style: italic;
height: 100px;
    background: url("../mirmire/images/breadcrumb.jpg")!important;
text-align: center;
    border-radius:0px!important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px; 
    align-content: center;
   
}---*/
.breadcrumb ol {
width: 30%;
margin: auto;
}

.breadcrumb a{
    text-decoration: none;
    color: #ffffff;
}
section.breadcrumb {
    padding: 0;
}
.breadcrumb-right-arrow .breadcrumb-item+.breadcrumb-item::before {
    content: "››";
    color:#fff;
  vertical-align:top;
  font-size:40px;
  line-height:15px;
  margin-top: 3px;
}
.breadcrumb-item.active {
    color: #ffffff!important;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "››";
    color:#fff;
  vertical-align:top;
  font-size:40px;
  line-height:15px;
  margin-top: 3px;
}
/* Latest News */
.latest-news-widget .post-heading {
    font-size: 18px;
    line-height: 30px;
    max-height: 70px;
    overflow: hidden;
}

.latest-news-widget .post-heading a {
    color: #187039;
}

.latest-news-widget .post-heading a:hover {
    color: #ed1c24;
    text-decoration: none;
}

.sidebar-news-widget .post-heading {
    font-size: 16px;
    line-height: 25px;
}

.post-date {
    font-size: 13px;
    font-style: italic;
    color: #ccc;
    margin-top: -20px;
}

.main-list {
    padding: 0 15px;
}

.image-cover {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    padding-top: 100%;
    overflow: hidden;
}

.image-cover img {

    border: 3px solid grey;
    position: absolute;
    width: 100%;
    max-width: none !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.report-counter {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.report-counter .col-md-3,
.report-counter .col-md-2 {
    padding: 0 !important;
}

.report-counter span.counter {
    font-size: 35px;
    font-family: 'Fjalla One', sans-serif;
}

.report-counter p {
    font-family: 'Fjalla One', sans-serif;
}

.section-intro .card {
    font-size: 16px;
}

.ceo_img {
    border: 10px solid #fff;
}

.section-intro h2,
.section-project h2 {
    position: relative;
    padding-bottom: 20px;
}

.bg-light-green {
    background: rgba(216, 241, 203, .3);
}

.section-project h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 6px;
    border-radius: 3px;
    background-color: #187039;
}

.section-project h2:before {
    left: 50%;
    margin-left: -25px;
}

.section-project {
    margin-top: -40px;
}

.home-tab-group ul.nav {
    border-bottom: 1px solid rgba(0, 0, 0, .10);
}

.home-tab-group ul li {
    border-right: 1px solid rgba(0, 0, 0, .10);
    background: #fff !important;
}

.home-tab-group ul.nav li a {
    padding: 9px 25px !important;
    background: #fff;
}

.home-tab-group ul.nav li a {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    border-radius: 0 !important;
}

.home-tab-group ul.nav li a.active {
    background: none;
}

.home-tab-group .nav-pills .nav-item:first-child .nav-link.active {

    border-bottom: 4px solid #ed1c24 !important;
    color: #ed1c24;
}

.home-tab-group .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: none !important;
    border-bottom: 4px solid #ed1c24 !important;
    color: #ed1c24;
}

.home-tab-group .nav-pills .nav-item:last-child .nav-link.active,
.nav-pills .nav-item:last-child .show>.nav-link {

    border-bottom: 4px solid #187039 !important;
    color: #187039 !important;
}

.home-tab-group .tab-content ul {
    padding: 0;
    list-style: none;
}

.home-tab-group .tab-content {
    min-height: 328px;
    overflow: hidden;
    border-width: 4px !important;
}

.home-tab-group .tab-content ul li {
    border-bottom: 1px solid #efefef;
    padding: 10px 25px;
    ;
    font-weight: 600;
    margin: 0;
}

.notice-list ul,
.product-list ul {
    padding: 0;
    list-style: none;
}

.notice-list ul li,
.product-list ul li {
    border-bottom: 1px dotted #ffa800;
    padding: 5px 15px;
    margin: 0;
 
}
/* .product-list ul li a{
    color:white!important;
} */
.notice-list ul li::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free" !important;
    height: 100%;
    margin-right: 15px;
    color: #ed1c24;
    font-weight: 600;
}

.notice-list ul li a,
.product-list ul li a {
    color: #ffffff;
    text-decoration: none;
}

.notice-list ul li a:hover {
    color: #ed1c24;
}

.notice-list ul li a:hover,
.product-list ul li a:hover {
    color: #ffffff;
}

.notice-list ul p {
    position: relative;
}

.slick-content {
    position: relative;
}

.gallery-section {
    position: relative;
    overflow: hidden;
}

.slik-details {
    position: absolute;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(24, 112, 57, .3));
}

.slik-details:hover {
    transition: all .5s ease-out;
    background: rgba(24, 112, 57, .5);
}

.slik-details h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
}

.slik-details h3 a {
    color: #fff;
}

.slik-details h3 a:hover {
    text-decoration: none;
}

.team {
    position: relative;
}

.team-photo {
    margin-left: -70px !important;
}

.team-photo img {
    max-width: 200px;
    border: 8px solid #fff;
}

.branch-list {
    border: 1px solid #ccc;
    border-bottom: none;
}

.branch-list a {
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
}

.branch-details {
    position: relative;
    border-radius: 5px !important;
  margin-top: 50px;
    /*--  padding-top: 70px !important;
    
    background: url(../mirmire/images/branch-back.png) center;
    min-height: 240px;
    margin-bottom: 30px;--*/
    background: #00a651;
}

.branch-details p {
    font-size: 15px;
}

.branch-details .branch-mail {
    font-style: italic;
}

.branch-manager {
    position: absolute;
    top: -35px;
    left: 190px;
    width: 100px;
    background: #fff;
    height: 100px;
    overflow: hidden;
    border-width: 5px !important;
    box-shadow: 0 0 5px #333 !important;
    border-radius: 50% !important;
    -webkit-box-shadow: 0 0 5px #333 !important;
}

.branch-manager img {
    width: 100%;
    border-width: 3px !important;
}

.branch-manager-name {
 
    font-weight: 600;
    font-style: italic;


}

.branch-manager-name span {
    font-size: 13px;
    font-style: italic;
    color: #333;
    font-weight: normal;
}

.branch-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffa800;
    height: 25px;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    overflow: hidden;
}
/*--
.branch-footer-red {
    content: '';
    border: 25px solid#ed1c24;
    position: absolute;
    top: 0;
    background: #187039;
    left: 0;
    width: 35%;
    border-right: 25px solid transparent;
    border-bottom: 0px solid transparent;
    margin-right: 5px;
}
--*/
.page-content img,
.page-content .img-responsive {
    float: left !important;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 100% !important;
}

.section-intro .card {
    border-color: rgba(24, 112, 57, .5);
    background: rgba(216, 241, 203, .3);
}

.section-intro .card:hover {
    border-color: rgba(24, 112, 57, 1);
    background: #fff;
    transition: all .5s ease-in-out;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    cursor: default;
}

.card-title {
    padding: 8px 15px;
    padding-bottom: 13px;
}

h1.page-title {
    font-size: 1.75rem;
}

.page-title-box {
    position: relative;
}

.page-title-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #187039;
    height: 4px;
    overflow: hidden;
}

.page-title-footer-red {
    content: '';
    border: 4px solid#ed1c24;
    position: absolute;
    top: 0;
    background: #187039;
    left: 0;
    width: 35%;
    border-right: 10px solid transparent;
    border-bottom: 0px solid transparent;
    margin-right: 5px;
}

.widget-title-box,
.card-icon {
    position: relative;
}

.widget-title-footer,
.card-title-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #187039;
    height: 4px;
    overflow: hidden;
}

.widget-title-footer-red,
.card-title-footer-red {
    content: '';
    border: 4px solid#ed1c24;
    position: absolute;
    top: 0;
    background: #187039;
    left: 0;
    width: 35%;
    border-right: 10px solid transparent;
    border-bottom: 0px solid transparent;
    margin-right: 5px;
}

.team-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #187039;
    height: 25px;
    overflow: hidden;
}

.team-footer-red {
    content: '';
    border: 25px solid#ed1c24;
    position: absolute;
    top: 0;
    background: #187039;
    left: 0;
    width: 35%;
    border-right: 25px solid transparent;
    border-bottom: 0px solid transparent;
    margin-right: 5px;
}

.team .media-body h5.card-text {
    border-bottom: 1px solid #ed1c24;
}

.team .media-body h5,
.team .media-body h3 {
    font-style: italic;
}
/*********************************
10. fixed right menu
*********************************/
.fixed-right-menu {
    position: fixed;
    /*top: 230px;*/
    right: 0;
    z-index: 5;
}

.fixed-right-menu .left a {
    text-decoration: none;
}

.fixed-right-menu .left a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.fixed-right-menu .left,
.fixed-right-menu .right {
    top: 50%;
    float: left;
}

.fixed-right-menu .left {
    display: inline-block;
    white-space: nowrap;
    width: 50px;
    transition: width .5s;
}

.fixed-right-menu .right {
    background: #fff;
    width: 350px;
    transition: width 1s;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
}

.fixed-right-menu .left:hover {
    width: 250px;
}


.fixed-right-menu .left .fas {
    margin: 15px;
    width: 20px;
    color: #fff;
}

i.fas {
    font-size: 15px;
    vertical-align: middle !important;
}
.fa, .fas {
    font-weight: 550!important;
}
.fixed-right-menu .item {

    background-color: #ed1c24;
    height: 50px;
    overflow: hidden;
    color: #fff; 
    margin-bottom: 5px;
}

.fixed-right-menu .item:hover {
    background-color: #e26d72;
}

.section-footer {
    background: url(../kalika/images/footer.png) center bottom no-repeat;
}

.section-footer,
.section-footer a {
    color: #fff;
}

.section-footer a:hover {
    color: #fff;
}

.footer-address {
    position: relative;
    z-index: 4;
    margin-top: -50px;
    margin-right: 30px;
    background: #ed1c24;
    width: 130px;
}

.years_img {
    position: absolute;
    min-width: 200px !important;
    max-width: 200px;
    left: -40px;
    right: -35px;
    top: 50px;

}

.footer-address:before,
.footer-address:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 25px 15px;
    border-left-color: #ccc;
    border-bottom-color: #ccc;
    top: 0;
    right: 0px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    z-index: -4;
}

.footer-bottom a {
    color: #fff !important;
}

.consolPopup {
    display: none;
    max-width: 800px !important;
    margin: 0;
    padding: 0;
    border-radius:20px;

}

.consolPopup img {
    display: block;
    margin: auto;
}

.consolPopup h5 {
    text-align: center;
    margin: 0;
    padding: 10px;
    color: #fff !important;
    margin-bottom: 0;
    font-weight: normal;
background-color: #3bb78f;
background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);

}

.consolPopup p {
    padding: 10px;
}

.fancybox-content {
    padding: 0 !important;
}

.fancybox-button svg {
    color: #fff !important;
}

.fancybox-skin {
    padding: 0 !important;
}

.footer-social a i {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
}



/*----footer------*/

/* 

.site-footer hr{

    height: 1px;
    background: #ffa800;
}



.site-footer a{
    text-decoration: none;
    
    
    }
    .site-footer a:hover{
    color:white;
      
      
      }
    .site-footer .row{
      padding-bottom: 20px;
    }

.site-footer {
    background-color: #00a651;
    padding: 45px 0 0px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {

    font-size: 20px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom:5px;
    letter-spacing: 2px
} */
/* .footer-links li{
margin:8px;
} */
/* .site-footer a {
    color: #fff!important;
    font-size: 16px;

}

.site-footer a:hover {
    color: #ffffff;
    text-decoration: none;
} */

.footer-links {
    padding-left: 0;
    list-style: none;
    color: #ffa800!important;
}



.footer-links a {
    color: #fff;

}
/* 
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: center;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: rgb(185, 147, 147);
}

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0;
        text-align: center;
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: left;
    }
}
.footer-bottom{
    background: rgba(0,0,0,0.8);
    border-top: 2px solid #fdb813;
padding:10px;
}
.footer-top{
    background: #00a651;
    border-top: 10px solid #fdb813;


}
.social-icon li  {
opacity:0.4!important;
}
.social-icon li img:hover {
opacity:1;
}



.social-icons {
 
    list-style: none
}

.social-icons li {
    display: inline-block;

}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #ffa800;
}

.social-icons a.twitter:hover {
    background-color: #ffa800;
}

.social-icons a.linkedin:hover {
    background-color: #ffa800;
}

.social-icons a.dribbble:hover {
    background-color: #ffa800;
}
.social-icons a.facebook {
    background-color: #3b5998;
}

.social-icons a.twitter {
    background-color: #00aced;
}

.social-icons a.linkedin {
    background-color: #007bb6;
}

.social-icons a.dribbble {
    background-color: #ea4c89;
}
@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
} */

.mdl-cell .bg-white {
    margin: 10px;
    background: #ed1c24 !important;
    color: white !important;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.mdl-cell h5 {
    color: #fff !important;
}

.mdl-cell {
    background: #187039;

    padding-left: 10px;
    -webkit-box-shadow: 5px 5px 2.5px 0px rgba(133, 130, 130, 0.75);
    -moz-box-shadow: 5px 5px 2.5px 0px rgba(133, 130, 130, 0.75);
    box-shadow: 5px 5px 2.5px 0px rgba(133, 130, 130, 0.75);
}


.col-3 {
    float: left;

}

.image-cover {
    padding-top: 90%;
}

.mdl-cell .btn {
    padding: .150rem .75rem;
}

.media {
    background: #fafcff;
width: 100%;
    border-left: 7px solid #ffa800;
    border-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.media .bg-white {
    margin: 10px;
    background: #ffa800 !important;
    color: white !important;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.media .bg-white:hover {
    margin: 10px;

    color: white !important;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.danger {
    color: rgb(255, 255, 255) !important;

}

.text-success {
    /*margin-top: -12px;*/
    /*color: white !important;*/
}

.text-success1 {
    color: white;
}

.iconbox-icon {
    margin-top: 25px;
}

/* [Master Stylesheet - v1.0] */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400i,500,500i,600,600i,700,700i");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/audioplayer.css);
@import url(css/one-music-icon.css);
/* :: 3.0 Base CSS */

/* :: 9.0 Album Catagory Area CSS */
.featured-artist-area {
    position: relative;
    z-index: 1;
}

.featured-artist-content {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .featured-artist-content {
        margin-top: 50px;
    }
}

.featured-artist-content p {
    color: #fff;
}

.browse-by-catagories {
    position: relative;
    z-index: 1;
}

.browse-by-catagories a {
    display: inline-block;
    background-color: #f4f4f4;
    border: 2px solid transparent;
    padding: 6px 9px;
    font-size: 15px;
    margin-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .browse-by-catagories a {
        padding: 4px 7px;
        font-size: 14px;
        margin-right: 4px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .browse-by-catagories a {
        padding: 4px 7px;
        font-size: 14px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .browse-by-catagories a {
        padding: 2px 5px;
        font-size: 13px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
}

.browse-by-catagories a:hover,
.browse-by-catagories a:focus,
.browse-by-catagories a.active {
    border: 2px solid #000000;
}

.browse-by-catagories a:first-child {
    border-color: transparent;
    background-color: transparent;
}

.single-album {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 30px;
}

.single-album img {
    width: 100%;
}

.single-album .album-info {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.single-album .album-info h5 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-album .album-info p {
    margin-bottom: 0;
}

.single-album:hover,
.single-album:focus {
    box-shadow: 0 5px 70px 0 rgba(0, 0, 0, 0.15);
}

.single-album-area {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 30px;
}

.single-album-area .album-thumb {
    position: relative;
    z-index: 1;
}

.single-album-area .album-thumb .album-price p {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #fff;
    margin-bottom: 0;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 15px;
    z-index: 20;
}

.single-album-area .album-thumb .play-icon a {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-album-area img {
    width: 100%;
}

.single-album-area .album-info {
    display: block;
    position: relative;
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 15px;
}

.single-album-area .album-info h5 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-album-area .album-info p {
    margin-bottom: 0;
}

.albums-slideshow {
    position: relative;
    z-index: 1;
}

.albums-slideshow .single-album {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.albums-slideshow .single-album:hover,
.albums-slideshow .single-album:focus {
    border: 1px solid #b9b6b6;
    box-shadow: none;
    background-color: #f5f9fa;
}

.albums-slideshow .owl-prev,
.albums-slideshow .owl-next {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #dfdcdc;
    top: 50%;
    left: -25px;
    margin-top: -50px;
    z-index: 50;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 767px) {

    .albums-slideshow .owl-prev,
    .albums-slideshow .owl-next {
        left: 0;
    }
}

.albums-slideshow .owl-prev:hover,
.albums-slideshow .owl-prev:focus,
.albums-slideshow .owl-next:hover,
.albums-slideshow .owl-next:focus {
    background-color: #c4bfbf;
    color: #fff;
}

.albums-slideshow .owl-next {
    left: auto;
    right: -25px;
}

@media only screen and (max-width: 767px) {
    .albums-slideshow .owl-next {
        right: 0;
    }
}

.albums-slideshow:hover .owl-prev,
.albums-slideshow:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.activity {
    height: 100%;
    background: rgb(255, 255, 255);
    padding: 10px;
    margin-bottom: -40px;
}

.album-info h5 {
    font-family: "Archivo Narrow", sans-serif;
}
/**



.rwd-table {
    background: #ed1c24;

    color: #fff;
    border-radius: .4em;
    overflow: hidden;

    tr {
        border-color: lighten(#34495E, 10%);
    }

    .rwd-table th,
    td {
        margin: .5em 1em;
        @media (min-width: $breakpoint-alpha) 
            padding: 1em !important;
        
    }



.fa-dwonload:hover {
    background: azure;
}
**/

/*----product design page------*/
.five {
    padding: 0px!important;
    background: rgb(255, 255, 255);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border-bottom: 5px solid #ffa800;
    
    }
    .five .product-detail .col-md-4{
    padding: 20px;
    }
    .five .product-detail .col-md-8{
padding: 15px;
        }
    .five .product-detail .col-md-4 img{
border-radius: 20px;
width: 300px;
height: 250px;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
        }
        @media (min-width: 1200px){
.container {
    max-width: 1200px;
}}


/*----product design page------*/
.five {
    padding: 0px!important;
    background: rgb(255, 255, 255);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border-bottom: 5px solid #ffa800;
    
    }
    .five .product-detail .col-md-4{
    padding: 20px;
    }
    .five .product-detail .col-md-8{
padding: 15px;
        }
    .five .product-detail .col-md-4 img{
border-radius: 20px;
width: 300px;
height: 250px;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
        }
        @media (min-width: 1200px){
.container {
    max-width: 1200px;
}}

/*---counter design-------*/

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */
.counter1 { background-color: #ffffff; padding: 20px 0; border-radius: 5px;}
.count-title { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center;color: grey; }
.count-text { font-size: 1rem; font-weight: 600;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #ffa800; }




.btn__badge {
    background: #FF5D5D;
    color: white;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0px;
    padding:  3px 10px;
    border-radius: 50%;
  }
  
  .pulse-button {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
    -webkit-animation: pulse 1.5s infinite;
  }
  
  .pulse-button:hover {
    -webkit-animation: none;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
    70% {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      box-shadow: 0 0 0 50px rgba(255, 0, 0, 0);
    }
    100% {
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
  }
  
  .notification-text{
    font-size: 14px;
    font-weight: bold;
  }
  
  .notification-text span{
    float: right;
  }
  .row {
 --bs-gutter-x: 0rem!important; 
 margin-right: 0px!important;
 margin-left: 0px!important;
}