@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(css/bootstrap.min.css);

@import url(css/owl.carousel.min.css);
@import url(css/animate.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
/*--one--*/
.tm-section-aaa {
    background: #187039;
    padding-top: 25px;
    position: relative;
    color: white;
}

a,
button {
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.tm-position-relative {
    position: relative;
}

.tm-flex-align-center {
    align-items: center;
}

.tm-fa-6x {
    font-size: 6em;
}

.tm-margin-b-0 {
    margin-bottom: 0;
}

.tm-margin-b-20 {
    margin-bottom: 20px;
}

.tm-p-4 {
    padding: 2rem !important;
}

.tm-color-white {
    color: white;
}

.tm-color-primary {
    color: #ee5057;
}

.tm-bg-primary {
    background: #ee5057;
}

.tm-bg-gray {
    background: #F4F4F4;
}

.tm-bg-white {
    background: white;
}

.tm-bg-dark-blue {
    background: #1f3646;
}

.tm-bg-white-shadow {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
}

.tm-section-down-arrow {
    position: absolute;
    top: -1px;
    width: 100%;
    height: 100px;
}

.tm-section-2 {
    background: #ee5057;
    padding-top: 50px;
    position: relative;
}

.tm-section-aaa h2 {
    color: white;
    font-size: 3rem;
}

.tm-section-aaa p {
    font-size: 1.2rem;
    font-weight: 300;

}

/*--end of one--*/

/*--two--*/
.tm-position-relative {
    position: relative;
}

.tm-flex-align-center {
    align-items: center;
}

.tm-fa-6x {
    font-size: 6em;
}

.tm-margin-b-0 {
    margin-bottom: 0;
}

.tm-margin-b-20 {
    margin-bottom: 20px;
}

.tm-p-4 {
    padding: 2rem !important;
}

.tm-color-white {
    color: white;
}

.tm-color-primary {
    color: #ee5057;
}

.tm-bg-primary {
    background: #ee5057;
}

.tm-bg-white-shadow {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
}

.tm-section-pad {
    padding: 30px 50px;
}

.tm-section-pad-2 {
    padding: 30px 40px;
}

.tm-article-pad {
    padding: 28px;
}

.tm-sidebar-pad {
    padding: 15px 20px;
}

.tm-sidebar-pad-2 {
    padding: 21px 20px;
}

.tm-pad {
    padding: 20px;
}

a.tm-color-primary:hover,
a.tm-color-primary:active {
    color: #d53239;
}

.tm-pt-5 {
    padding-top: 150px;
}

.tm-pb-4 {
    padding-bottom: 100px;
}

.tm-article {
    padding: 40px;
    transition: all 0.3s ease;
}

.tm-article:hover {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    transform: scale(1.1);
}

.tm-article-title-1 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.tm-article-title-2 {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.tm-article-title-3 {
    font-size: 1.1rem;
}

/*--end of two--*/


/*--------------------*/
/* COUNTER */
/*--------------------*/

#mu-counter {
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

.mu-counter-area {
    display: inline;
    float: left;
    padding: 70px 0 50px;
    width: 100%;
}

.mu-counter-area h2 {
    color: #fff;
    text-align: center;
}

.mu-counter-block {
    display: inline;
    float: left;
    width: 100%;
}

.mu-single-counter {
    display: inline;
    float: left;
    text-align: center;
    width: 80%;
    border: 3px solid #187039;
    padding-bottom: 20px;
    margin: 0 10%;
}

.mu-single-counter i {
    font-size: 40px;
    padding: 15px 40px;
    margin-bottom: 0px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: -60px;
    background: #fff;
}

.counter-value {
    font-size: 35px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mu-counter-name {
    color: #333;
}

.mu-header-dot {
    border-radius: 0;
    height: 3px;
    width: 300px;
    display: inline-block;
    margin-bottom: 20px;
}

.mu-heading-title {
    color: #1c1b1b;
    margin-bottom: 15px;
    position: relative;
}



/*---end of counter-----*/


.one {
    background: yellow;
    height: 100px;
}


.three {

    font-family: "Roboto", sans-serif;
    margin-top: -70px;
    height: 90vh;
    background: linear-gradient(45deg, #dd605e 50%, #8d1934 100%);
    padding-left: 70px;
}

.three-1 {
    width: 30%;
    float: left;
    margin-top: 40px;

}

.three-2 {
    width: 60%;
    float: right;
    height: 500px;
    background-color: rgba(0, 0, 0, .5);
    margin-right: 120px;
    margin-top: 50px;
    padding-left: 80px;
    padding-right: 10px;
    color: #fff;
    z-index: -0.75;
    /* hide shadow behind image */
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.4);


}

.four {

    height: 280px;
}

.four h2 {
    margin-top: 10px;

}


.five {
    height: 600px;
}

.five-1 {
    padding-left: 100px;
    width: 60%;
    float: left;

}

.five-2 {

    width: 30%;
    float: right;
    margin-right: 100px;

}

.footer1 {
    background: #31794d;
    padding: 0px;


}

a {
    color: #181a18;
}

a:hover {
    color: #ed1c24;
}

.loader_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 100000;
}

.load .loader_wrapper {
    display: none;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    /*margin: -37px 0 0 0px;*/
    margin: -44px 0 0 -50px;
    z-index: 10;
}

.loader img {
    width: 100%;
}

.img-responsive {
    margin-bottom: 20px;
}

.main-logo {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}

.menu-top {
    content: '';
    border: 50px solid#187039;
    position: absolute;
    top: 0;
    background: #ed1c24;
    left: 0;
    width: 80%;
    border-right: 35px solid transparent;
    border-bottom: 0px solid transparent;
    margin-right: 5px;
}

.menu-top::after {
    border-right: 3px solid #fff;
}

.top {

    background: #187039;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#menu_area {
    border-bottom: 3px solid white;
}

.top .nav-link {
    padding: 2px 8px !important;
    font-size: 14px;
    line-height: 25px;
}

.iconbox-top .iconbox-icon {
    float: left;
    margin-right: 15px;
    font-size: 30px;
    line-height: 90px;
}

.iconbox-content {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}

.iconbox-content h4 {
    font-size: 15px;
    margin-bottom: 3px !important;
}

.iconbox-content p.text-danger {
    font-size: 14px;
}

.menu-wrapper {
    background: #ed1c24;
    height: 50px;
}

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

.apps-menu .navbar-nav li {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.apps-menu .navbar-nav li:first-child {
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler span {
    color: #ffffff !important;
    line-height: 50px;
    margin: 0 10px;
    ;
    padding: 0;
}

/*//Copy this css*/

/*=-====Bootstrapthemes.co apps-menu=====*/
div.main-menu {
    position: relative;
}

.apps-menu a,
.navbar>li>a {
    text-transform: capitalize;
    padding: 0 15px;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
}

.apps-menu .active a,
.apps-menu .active a:focus,
.apps-menu .active a:hover,
.apps-menu li a:hover,
.apps-menu li a:focus,
.navbar>.show>a,
.navbar>.show>a:focus,
.navbar>.show>a:hover {
    color: #ffffff;
    outline: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: all .5s ease-in;
}

/*submenu style start from here*/


.dropdown-menu {
    padding: 0px 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: 45px !important;

}

.collapse.show li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.menu-right {
    line-height: 50px;
}

/*first level*/
.apps-menu .collapse {
    z-index: 5;
    background: #187039;

}

.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: #187039;
}

/*third level*/
.apps-menu .collapse ul ul,
.apps-menu .collapse ul ul.dropdown-menu {
    background: #187039;
    transition: all .5s ease-in;
}

.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
}

@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 */
.carousel-caption {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
}

.cd-hero__slide {
    max-width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumb {
    margin-bottom: 0 !important;
    font-style: italic;
}

section.breadcrumb {
    padding: 0;
}

/* 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 solid #efefef;
    padding: 10px 25px;
    margin: 0;
}

.notice-list ul li::before {

    font-family: "Font Awesome 5 Free" !important;
    height: 100%;
    margin-right: 15px;
    color: #4ea441;
    font-weight: 600;
}

.notice-list ul li a,
.product-list ul li a {
    color: #187039;
    text-decoration: none;
}

.notice-list ul li a:hover {
    color: #4ea441;
}

.notice-list ul li a:hover,
.product-list ul li a:hover {
    color: #4ea441;
}

.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;
    margin-top: 50px;
    padding-top: 70px !important;
    border-radius: 5px !important;
    background: url(../kalika/images/branch-back.png) center;
    min-height: 240px;
    margin-bottom: 30px;
}

.branch-details P {
    font-size: 15PX;
}

.branch-details .branch-mail {
    font-style: italic;
}

.branch-manager {
    position: absolute;
    top: -35px;
    left: 20px;
    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: 5px !important;
}

.branch-manager-name {
    left: 130px;
    top: 16px;
    font-weight: 600;
    font-style: italic;
    margin-top: -50px;
    margin-left: 110px;
    border-bottom: 1px solid #ed1c24
}

.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: #187039;
    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: #f1f1f1;
    height: 2px;
    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;
}

.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: 17px;
    vertical-align: middle !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: 600px !important;
    margin: 0;
    padding: 0;
}

.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: #187039;
}

.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 {
    background-color: #187039;
    padding: 45px 0 0px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #fff;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.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
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.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: #3b5998
}

.social-icons a.twitter:hover {
    background-color: #00aced
}

.social-icons a.linkedin:hover {
    background-color: #007bb6
}

.social-icons a.dribbble:hover {
    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 {

    border-left: 7px solid rgb(78, 156, 78);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.media .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);
}

.media .bg-white:hover {
    margin: 10px;
    background: #df464b !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);
}

.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;
}
