body {
    font-size: 15px;
    font-family: 'Mukta', sans-serif;
    color: #434343;
    background: #edf4f8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

*:focus {
    box-shadow: none !important;
    outline: 0;
}

.form-control:focus {
    border-color: #2cacda !important;
}

.pr {
    position: relative;
}

.pad0 {
    padding: 0 !important;
}

.margin0 {
    margin: 0;
}

.spacer {
    height: 3em;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
    font-weight: 800;
}

a {
    color: #623d87;
}

    a:hover {
        color: #4d4d4d;
    }

.heading {
    position: relative;
    font-size: 21px;
    color: #4f3b38;
    min-width: 200px;
    padding: 9px 20px;
    line-height: 1;
    margin: 0 -20px 25px;
    text-align: center;
    background: #f1f2f0;
}

label {
    font-weight: 700;
    margin-bottom: 3px;
}

a,
.btn {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    a:hover {
        text-decoration: none;
    }

.clearfix {
    clear: both;
}

.mt40 {
    margin-top: 40px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}


/*new*/

.main {
    display: flex;
    display: -ms-flexbox;
    min-height: 100vh;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.main-content {
    flex: 1 1 auto;
}


/*header*/

#topnav {
    background: rgb(239, 242, 248);
    border-bottom: 1px solid rgb(222, 227, 240);
}

    #topnav .nav-item a {
        color: #2b2b2b;
    }

        #topnav .nav-item a .mdi {
            font-size: 18px;
            color: #67a63a;
            line-height: 1;
            position: relative;
            top: 2px;
            right: 2px
        }

        #topnav .nav-item a:hover {
            opacity: .85;
        }

    #topnav .nav-item.font-selection a {
        display: inline-block;
        height: 26px;
        width: 26px;
        line-height: 26px !important;
        text-align: center;
        font-size: 15px !important;
        border-radius: 0;
        position: relative;
        top: 0px;
        padding: 0 !important;
    }

.palette {
    height: 26px;
    min-width: 26px;
    background: #fefeff !important;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 12px;
    border-radius: 50%;
}

.theme-black {
    background: #3e3e3e !important;
    color: #ffe10b !important;
}

#topnav.navbar-light .navbar-nav > li > a,
#topnav.navbar-light .navbar-nav li p {
    padding: 8px 6px;
    font-size: .84rem;
    text-transform: uppercase;
}

    #topnav.navbar-light .navbar-nav > li > a:hover {
        color: #41265a;
    }

.btn-login {
    background: linear-gradient(45deg, #515b8c, #131c4a);
    font-weight: 600;
    color: #fff !important;
    height: 36px;
    display: inline-block;
    padding: 7px 19px;
    border-radius: 2px;
    margin-top: 20px;
    box-shadow: 0 4px 24px 0 rgba(103, 151, 255, .1), 0 12px 64px 0 rgba(103, 151, 255, .1);
}

    .btn-login:hover {
        opacity: .7;
    }

.logo-wrapper {
    position: relative;
    background: #665754;
    color:white;
}

    .logo-wrapper:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: none;
        top: 0;
        left: 0;
        opacity: .5;
    }

#navigation {
    background: linear-gradient(45deg, #473e8f, #723d83);
    box-shadow: 0 4px 24px 0 rgba(103, 151, 255, .1), 0 12px 64px 0 rgba(103, 151, 255, .1);
    position: relative;
}

    #navigation .navbar-nav > li > a {
        padding: 10px 8px;
        display: block;
        font-weight: 500;
        color: #ffffff;
        text-transform: capitalize;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        position: relative;
        overflow: hidden;
    }

    #navigation .navbar-nav > li:first-child > a:first-child {
        position: relative;
        padding-left: 37px;
    }

        #navigation .navbar-nav > li:first-child > a:first-child:before {
            content: '\f7d1';
            font-family: 'Material Design Icons';
            font-size: 32px;
            vertical-align: middle;
            position: absolute;
            left: 0;
            top: -4px;
        }

    #navigation .navbar-nav > li > a:hover {
        color: #ffffff;
        background: #ffffff14;
    }

    #navigation .navbar-nav > li > a .mdi {
        font-size: 16px;
    }

    #navigation .navbar-nav > li:last-child > ul {
        right: 0;
        left: auto;
    }

    #navigation .navbar-nav .dropdown-menu li a {
        display: block;
        color: rgb(255, 255, 255);
        padding: 8px 15px;
        min-width: 220px;
        border-bottom: 1px solid rgb(53, 53, 53);
    }

    #navigation .navbar-nav > .dropdown-menu > li:last-child a {
        border-bottom: 0;
    }

    #navigation .dropdown-menu li a:hover,
    #navigation .dropdown-menu li a:focus {
        /*background: rgb(242, 242, 242);*/
    }

.logo-holder {
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding: 8px 0;
}

.searchbox {
    position: relative;
    top: 3px;
}

    .searchbox .form-control {
        border-radius: 30px !important;
        font-size: 15px;
        padding-left: 15px;
        padding-right: 35px;
        background: #fff;
        border-color: #c5c5c5;
    }

    .searchbox .btn {
        border-radius: 50% !important;
        height: 32px;
        background: #ff7d3f;
        color: #fff;
        width: 32px;
        position: absolute;
        right: 3px;
        top: 2px;
        z-index: 10;
    }

.logo-title {
    margin-left: 10px;
    position: relative;
    z-index: 1;
}

    .logo-title h1 {
        line-height: 1.4;
        font-size: 26px;
        font-weight: 600;
    }

    .logo-title p {
        font-size: 15px;
        margin-top: 2px;
    }

.navbar-light .navbar-toggler {
    outline: 0 none;
    color: #ffffff;
    border: 0;
    padding: 0;
}

#topnav ul li {
    padding: 0 5px;
    border-right: 1px solid rgb(213, 213, 213);
}


/*partners*/

.partners {
    background: #ffffff;
}

.img-box {
    position: relative;
    height: 75px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    padding: 10px;
    margin: 8px 8px;
    background: #fff;
    border: 1px solid #ddd;
}

    .img-box img {
        max-width: 130px;
        max-height: 100%;
    }

.banner-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.639);
    padding: 5px 10px;
    max-width: 370px;
    left: 10px;
    bottom: 10px;
    border-left: 3px solid #e89e30;
}


/*banner*/

.slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

    .slider.slick-initialized {
        visibility: visible;
        opacity: 1;
    }

#homeSlider .slideshow {
    position: relative;
    padding: 0;
}

    #homeSlider .slideshow * {
        outline: none;
        margin: 0;
    }

    #homeSlider .slideshow .item {
        height: 100%;
        position: relative;
        z-index: 1;
        background: #333;
        position: relative;
    }

        #homeSlider .slideshow .item img {
            width: 100%;
            height: 350px;
            object-fit: cover;
        }

#homeSlider .btn-control {
    background: url(../img/play.png) rgba(0, 0, 0, 0.22);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 50% 45%;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    color: #ffffff00;
    padding: 6px 2px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0;
}

    #homeSlider .btn-control.paused {
        background: url('../img/pause.png') rgba(0, 0, 0, 0.22);
        background-repeat: no-repeat;
        background-size: 70%;
        background-position: 50% 45%;
        cursor: pointer;
        border: none;
        border-radius: 50%;
        color: #ffffff00;
        padding: 6px 2px;
        display: inline-block;
        position: absolute;
        bottom: 0px;
        right: 0;
    }

#homeSlider .slick-dots {
    bottom: 0px;
    background: #00000036;
    width: 150px;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px -7px 13px -12px;
    left: calc(50% - 75px);
}

.sec-pad {
    padding: 35px 0;
}

.control {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 50;
    color: #ddd;
    line-height: 1.8;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.376);
    border: 0;
    font-size: 14px;
    outline: none !important;
}


/* about */

.title {
    font-weight: 600;
    font-size: 26px;
    padding-bottom: 17px;
    position: relative;
    line-height: 1.4;
    display: table;
    text-transform: uppercase;
    margin: 0 auto 15px;
}

    .title:before {
        content: '';
        position: absolute;
        background: transparent url(../img/ico.png) no-repeat center;
        height: 44px;
        width: 44px;
        top: 100%;
        left: calc(50% - 22px);
        margin-top: -42px;
        z-index: 1;
    }

    .title:after {
        content: ' ';
        position: relative;
        height: 1px;
        width: 208px;
        display: block;
        border-bottom: 4px double #dfac3a;
        padding-top: 18px;
        left: 50%;
        transform: translateX(-50%);
    }

.about {
    background: #665754;
    color: #fff;
    text-align: center;
    padding: 25px 0 45px;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
}

    .about:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        /*background: #0000 url(../img/arabesque.png) repeat;*/
        background: none;
        top: 0;
        left: 0;
    }

.footer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
   /* background: #0000 url(../img/black-twill.png) repeat;*/
    top: 0;
    left: 0;
}

.link-list li {
    width: 20%;
    position: relative;
}

.link-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #333;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: -1px;
    margin-right: -1px;
}

    .link-box em {
        font-size: 23px;
        height: 50px;
        width: 50px;
        margin: 0 auto 10px;
        display: inline-block;
        color: #5d5d5d;
        background: #ebebeb;
        line-height: 50px;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0 0 7px #c1bfbf;
    }

    .link-box span {
        font-weight: 600;
        text-transform: uppercase;
    }

.date {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: rgb(26, 75, 107);
}

.bg1 .panel-heading,
.bg1 .btn-more {
    background: #e45e2b;
}

.bg2 .panel-heading,
.bg2 .btn-more {
    background: #473e8f;
}

.bg3 .panel-heading,
.bg3 .btn-more {
    background: #ba0000;
}

.bg4 .panel-heading,
.bg4 .btn-more {
    background: #3b9304;
}

.panel {
    background: #edf4f8;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.panel-heading {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    z-index: 11;
    text-align: center;
    border-bottom: 2px solid;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.listing ul > li:nth-child(odd) {
    background: #e0e4f0;
}

.panel-footer {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #cadde8;
}

.panel-heading .mdi {
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    background: rgba(255, 255, 255, 0.239);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.129);
    margin-right: 10px;
    vertical-align: middle;
}


/* footer */

#txtCulture {
    border: 1px solid rgb(210, 177, 231);
    background: rgb(247, 225, 255);
    padding: 3px 8px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    color: rgb(99, 61, 135);
    position: relative;
    top: 4px;
    border-radius: 2px;
}

    #txtCulture:hover {
        background: rgb(252, 243, 255);
    }

.last-update,
.visit-counter {
    padding: 5px 10px;
    background: #333333;
    display: table;
    margin: 9px 0;
    font-weight: 500;
    color: #ddd;
}

.footer h4 {
    font-size: 16px;
    color: #f4bc40;
    border-bottom: 1px solid #5e4b48;
    padding-bottom: 6px;
    margin-bottom: 8px;
}

.social-buttons {
}

    .social-buttons .social-margin {
        margin-right: 8px;
    }

    .social-buttons a,
    .social-buttons a:hover,
    .social-buttons a:focus,
    .social-buttons a:active {
        text-decoration: none;
    }

    .social-buttons .social-icon {
        margin-bottom: 8px;
        box-sizing: border-box;
        border-radius: 50%;
        font-size: 16px;
        border: 3px solid;
        text-align: center;
        width: 35px;
        height: 35px;
        display: inline-block;
        line-height: 30px;
        transition: all 0.5s;
    }

        .social-buttons .social-icon:hover {
            /* transform: rotate(360deg) scale(1.3); */
        }

        .social-buttons .social-icon.facebook {
            border-color: #3b5998;
            background-color: #3b5998;
            color: #ffffff;
        }

            .social-buttons .social-icon.facebook:hover {
                background-color: #ffffff;
                color: #3b5998;
            }

        .social-buttons .social-icon.twitter {
            border-color: #55acee;
            background-color: #55acee;
            color: #ffffff;
        }

            .social-buttons .social-icon.twitter:hover {
                background-color: #ffffff;
                color: #55acee;
            }

        .social-buttons .social-icon.flickr {
            border-color: #aa1754;
            background-color: #aa1754;
            color: #ffffff;
        }

            .social-buttons .social-icon.flickr:hover {
                background-color: #ffffff;
                color: #aa1754;
            }

        .social-buttons .social-icon.google-plus {
            background-color: #dd4b39;
            color: #ffffff;
            border-color: #dd4b39;
        }

            .social-buttons .social-icon.google-plus:hover {
                background-color: #ffffff;
                color: #dd4b39;
            }

        .social-buttons .social-icon.linkedin {
            background-color: #0976b4;
            color: #ffffff;
            border-color: #0976b4;
        }

            .social-buttons .social-icon.linkedin:hover {
                background-color: #ffffff;
                color: #0976b4;
            }

        .social-buttons .social-icon.pinterest {
            background-color: #cb2027;
            color: #ffffff;
            border-color: #cb2027;
        }

            .social-buttons .social-icon.pinterest:hover {
                background-color: #ffffff;
                color: #cb2027;
            }

        .social-buttons .social-icon.behance {
            background-color: #1769ff;
            color: #ffffff;
            border-color: #1769ff;
        }

            .social-buttons .social-icon.behance:hover {
                background-color: #ffffff;
                color: #1769ff;
            }

        .social-buttons .social-icon.github {
            background-color: #4183c4;
            color: #ffffff;
            border-color: #4183c4;
        }

            .social-buttons .social-icon.github:hover {
                background-color: #ffffff;
                color: #4183c4;
            }

        .social-buttons .social-icon.youtube {
            background-color: #bb0000;
            color: #ffffff;
            border-color: #bb0000;
        }

            .social-buttons .social-icon.youtube:hover {
                background-color: #ffffff;
                color: #bb0000;
            }

        .social-buttons .social-icon.soundcloud {
            background-color: #ff3a00;
            color: #ffffff;
            border-color: #ff3a00;
        }

            .social-buttons .social-icon.soundcloud:hover {
                background-color: #ffffff;
                color: #ff3a00;
            }

.breadcrumb-box ul {
    display: flex;
    justify-content: flex-end;
}

.breadcrumb-box li a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: inline-block;
}

.breadcrumb-box li + li a {
    margin-left: 28px;
    position: relative;
}

    .breadcrumb-box li + li a:before {
        color: #673e87;
        content: "\F30D";
        font-family: "Material Design Icons";
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        display: inline-block;
        position: absolute;
        left: -21px;
    }

.inner-banner {
    background: #fff;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

    .inner-banner h3 {
        font-size: 26px;
        color: #000;
    }

.footer {
    padding: 20px 0 0;
    position: relative;
    /*background: #333 url(../img/footerbg.jpg) no-repeat center;*/
    background: #333 no-repeat center;
    background-size: cover;
    border-top: 1px solid #dde9ff;
}

.flinks ul {
    display: grid;
    grid-column-gap: 50px;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    margin-bottom: 20px;
}

    .flinks ul li a {
        padding: 1px 15px;
        position: relative;
        display: inline-block;
        color: #f2f2f2;
    }

        .flinks ul li a:hover,
        .quicklinks ul li a:hover {
            text-decoration: underline;
        }

        .flinks ul li a:after {
            content: '\f134';
            font-family: Material Design Icons;
            color: #e89e31;
            position: absolute;
            left: -6px;
        }

.footer-bottom {
    padding: 6px 0;
    line-height: 2;
    background: #332c67;
    color: #fff;
}

.back-top {
    position: absolute;
    display: inline-block;
    bottom: 60px;
    right: 8px;
    height: 32px;
    width: 32px;
    z-index: 2;
    background: #e83333;
    color: #fff !important;
    text-align: center;
    box-shadow: beige;
    line-height: 30px;
    font-size: 24px;
    border-radius: 50%;
}

    .back-top:hover {
        background: #111;
        color: #f9f9fa !important;
    }

.validation img {
    max-height: 25px;
    vertical-align: middle;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

    .dropdown-submenu .dropdown-toggle::after {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        position: absolute;
        right: 10px;
        top: 16px;
    }


/*count*/

.counters {
    background: #f3f3f3 url(../img/darkbg.html) no-repeat center;
    position: relative;
    border-bottom: 1px solid #eee;
    background-size: cover;
}

.borderd:before {
    height: 2px;
    content: '';
    width: 90%;
    top: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top: 2px dotted #d7d7d7;
}

.icon-trsp {
    text-align: center;
    padding: 15px 0 35px;
    color: #fff;
}

    .icon-trsp h4 {
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .icon-trsp a {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
        padding-bottom: 15px;
    }

        .icon-trsp a::after {
            content: '';
            position: absolute;
            height: 4px;
            width: 30px;
            background: #dc3545;
            left: calc(50% - 15px);
            top: 100%;
            transition: all .4s ease-in-out;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
        }

        .icon-trsp a:hover::after {
            transform: scaleX(2);
            -webkit-transform: scaleX(2);
            -moz-transform: scaleX(2);
            -ms-transform: scaleX(2);
            -o-transform: scaleX(2);
        }

.topicon {
    height: 80px;
    width: 80px;
    position: relative;
    z-index: 1;
    line-height: 80px;
    margin: 25px auto 40px;
    text-align: center;
    font-size: 2rem;
    border: 2px solid #fff;
    background: #fff;
    color: #ffffff;
    transform: rotate(45deg);
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.06);
}

.bg-red {
    background: #3174b6;
}

.bg-yellow {
    background: #749f3e;
}

.bg-green {
    background: #3ba9ba;
}

.bg-orange {
    background: #c6883b;
}


/*news*/

.listing ul {
    position: relative;
}

.breakingNews-title:before {
    border-top: 7px solid #cdf9e1;
    border-left: 7px solid #0000;
    border-right: 7px solid #0000;
    content: "";
    display: inline-block;
    position: absolute;
    left: 18px;
    top: 100%;
}

.breakingNews-title em {
    animation: animate 3s linear infinite;
    position: absolute;
    left: 10px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    background: #338d4e;
    height: 35px;
    width: 35px;
    line-height: 35px;
    top: 4px;
    z-index: 500;
}

.listing ul > li > a {
    display: block;
    font-weight: 500;
    padding: 10px 6px 10px 24px;
    color: #333333;
    position: relative;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    margin-left: 10px;
}

.listing ul > li {
    text-transform: none;
    display: block;
    background: #f0f3fa;
}

    .listing ul > li > a:before {
        left: 0;
        position: absolute;
        content: '\f135';
        font-family: 'Material Design Icons';
        text-align: center;
        line-height: 18px;
        top: 12px;
        color: #473e8f;
        font-size: 16px;
    }

.breakingNews-title {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background: #d2fee0;
    height: 44px;
    line-height: 44px;
    color: #338d4e;
    font-size: 15px;
}

.navbar-toggler span > span {
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    padding-left: 6px;
    padding-top: 3px;
}

.eventlist {
    height: 245px;
    padding: 15px 15px 35px;
}

.card {
    border-radius: 5px;
    background: #f7faff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 0;
}

.card-header {
    font-size: 18px;
    font-weight: 600;
    background: #f4813e;
    padding: 5px 15px;
    color: #fff;
}

    .card-header .mdi {
        height: 35px;
        width: 35px;
        border-radius: 50%;
        background: #a87429;
        display: inline-block;
        line-height: 34px;
        text-align: center;
        margin-right: 8px;
        transition: all .3s ease;
        color: #fff;
    }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active {
    background-color: #1d8a88;
    color: #fff;
}

.btn-main {
    background-color: #247a82;
    color: #fbfbfb;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 18px;
    letter-spacing: 1px;
}

.btn-more {
    padding: 8px 32px 8px 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.349);
    line-height: 1;
    min-width: 100px;
}

    .btn-more:hover {
        color: #fff;
        opacity: .8;
    }

    .btn-more:after {
        content: '\f138';
        font-family: fontawesome;
        font-size: 18px;
        position: absolute;
        top: 7px;
        right: 13px;
    }

.btn-outline-secondary {
    color: #6e8d9b;
    background-color: #edf5fa;
    border: 2px solid #86a5b3;
}

.btn-outline-primary {
    color: #f18e53;
    background-color: #fff5ef;
    border: 2px solid #f18e53;
}

.btn-outline-secondary:hover {
    background-color: #86a5b3;
    border-color: #708d9b;
}

.btn-outline-primary:hover {
    background-color: #f18e53;
    border-color: #df7e47;
}

.btn-primary {
    color: #fff;
    border-radius: 30px;
    padding: 5px 20px;
}

.btn-info {
    color: #fff;
    background-color: #6d3d85;
    border-color: #6d3d84;
}

    .btn-info:hover,
    .btn-info:focus {
        color: #fff;
        background-color: #6d3d85;
        border-color: #6d3d84;
    }

.rightbox .btn {
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    font-size: 14px;
    max-width: 200px;
}

.abttxt {
    line-height: 2.2;
    padding: 30px 0;
}

.abt-slider-item {
    border: 1px solid #ddd;
    height: 255px;
    padding: 0 18px;
    background: #fff url(../img/texture.png) repeat center;
    position: relative;
    margin: 35px 0 0;
    border-top: 3px solid #e84722;
}

.abt-title {
    font-size: 20px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 28px;
}

    .abt-title .mdi {
        display: block;
        height: 50px;
        width: 50px;
        border: 2px solid #fff;
        line-height: 45px;
        background: #e84722;
        position: absolute;
        left: calc(50% - 25px);
        top: -28px;
        z-index: 1;
        border-radius: 50%;
        color: #fff;
        font-size: 28px;
        box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.051);
    }

.abt-desp {
    padding: 5px;
    line-height: 1.6;
    height: 180px;
}

    .abt-desp ul li,
    .footer-links ul li {
        position: relative;
        padding-left: 20px;
        font-size: 14px;
    }

        .abt-desp ul li:before,
        .footer-links ul li:before {
            font-family: 'Material design icons';
            content: '\f13e';
            color: #e84722;
            font-size: 20px;
            position: absolute;
            left: -4px;
            top: -4px;
        }

.footer-links li a:hover,
.listing ul > li > a:hover {
    text-decoration: underline;
}

.implinks:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #665754;
    top: 0;
    left: 0;
    opacity: .5;
}

.detail ul {
    display: flex;
    flex-wrap: wrap;
}

    .detail ul li {
        width: calc(25% - 10px);
        margin: 5px;
            flex-grow: 1;
    }

        .detail ul li a {
            position: relative;
            color: #333;
            /*font-size: 16px;*/
            text-align: center;
            box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.061);
            background: #fff;
            padding: 15px 6px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            height: 100%;
            font-weight: 600;
            border-radius: 5px;
            text-transform: capitalize;
        }

            .detail ul li a:before {
                content: "";
                position: absolute;
                left: 51%;
                right: 51%;
                bottom: 0;
                background: rgb(228, 94, 43);
                height: 4px;
                -webkit-transition-property: left, right;
                transition-property: left, right;
                -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
                -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
            }

            .detail ul li a:hover:before,
            .detail ul li a:focus:before,
            .detail ul li a:active:before {
                left: 0;
                right: 0;
            }

        .detail ul li .mdi {
            height: 50px;
            width: 50px;
            display: inline-block;
            text-align: center;
            line-height: 50px;
            font-size: 28px;
            background: #f0f0ff;
            box-shadow: 0 0 0 6px #f0f0ff;
            margin-bottom: 8px;
            border-radius: 50%;
            border: 2px solid;
        }

        .detail ul li:first-child .mdi,
        .detail ul li:nth-child(8) .mdi {
            color: #5f4df0;
        }

        .detail ul li:nth-child(2) .mdi,
        .detail ul li:nth-child(6) .mdi {
            color: #d78915;
        }

        .detail ul li:nth-child(3) .mdi,
        .detail ul li:nth-child(10) .mdi {
            color: #6eb243;
        }

        .detail ul li:nth-child(4) .mdi,
        .detail ul li:nth-child(7) .mdi {
            color: #247ad7;
        }

        .detail ul li:nth-child(5) .mdi,
        .detail ul li:nth-child(9) .mdi {
            color: #ff672d;
        }


/*inner page css*/

.pagination {
    padding-left: 0;
    border-radius: 4px;
    margin: 0 !important;
}

    .pagination ul {
        margin: 0;
    }

    .pagination > li {
        display: inline-block;
        margin: 0 !important;
    }

        .pagination > li:before {
            display: none;
        }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 3px 9px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #618933;
            background-color: #f3ffe5;
            border: 1px solid #618933;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #618933;
            background-color: #d3edb5;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #618933;
        border-color: #618933;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.wrap {
    background: #fff;
    padding: 15px;
    margin-bottom: 25px;
    min-height: 300px;
    text-align: justify;
}

    .wrap img {
        max-width: 100%;
    }

.quicklinks {
    background: #edf4f8;
}

    .quicklinks h4 {
        font-size: 18px;
        color: #fefeff;
        background: #633d87;
        padding: 7px 15px;
    }

    .quicklinks ul {
        margin-left: 10px !important;
        padding-bottom: 10px;
    }

.wrap ul {
    margin: 1em 0;
}

    .wrap ul li {
        margin: 1em;
        margin-left: 2em;
    }

    .wrap ul > li:before {
        content: '\f2b9';
        font-family: 'Material Design Icons';
        float: left;
        margin-left: -1.8em;
        color: #ff7d3f;
        font-size: 15px;
    }

.btn-view {
    height: 30px;
    width: 30px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.149);
    color: #2763a0;
}

.title2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #553e8b;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dae3e8;
}

    .title2:after {
        content: '';
        position: absolute;
        height: 3px;
        width: 116px;
        background: #653e87;
        top: 100%;
        left: 0;
    }

.table tr th,
.table tr td {
    padding: 7px;
    vertical-align: top;
}
.table tr td .table td {
   
    background: #f9f9f9;
}
.table tbody + tbody {
     border-top: 0; 
}
.table tr th {
    background: #618933;
    color: #fff;
    border-color: #516c2f;
}

.table tr + tr th {
    background: #4a798f;
    border-color: #37687e;
}

.table tr td a .mdi:before {
    line-height: 1;
}

.content-tbl th,
.content-tbl td {
    text-align: center;
}

.content-tbl th {
    font-size: 14px;
    font-weight: 500;
}

.note {
    background: #ffede2;
    border-left: 2px solid #f58442;
    padding: 3px 10px;
    display: inline-block;
    color: #d05029;
    margin-bottom: 5px;
}

.content-tbl img {
    height: 80px;
}
.mdi-asterisk {
    font-size: 8px;
    position: relative;
    top: -6px;
}
address {
    text-align: left;
}
select.form-control {
    background: url(../img/custom-select.png) right 0.75rem center no-repeat;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 5px;
}

.name {
    font-weight: 700;
    position: absolute;
    bottom: 0;
    width: 220px;
    line-height: 1.9;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

.ribbon {
    background-color: #c34733;
    border: 3px solid #fff;
    display: inline-block;
    position: relative;
    width: 200px;
    color: #fff;
    border-radius: 2px;
    height: 67px;
    font-size: 18px;
}

    .ribbon:before,
    .ribbon:after {
        content: '.';
        text-indent: -9999em;
        height: 0;
        width: 0;
        border-style: solid;
        border-width: 18px;
        position: absolute;
        left: -30px;
        top: -12px;
        display: block;
        z-index: -1;
        border-radius: 4px;
    }

    .ribbon:before {
        border-color: #c34733 #c34733 #c34733 transparent;
    }

    .ribbon:after {
        border-color: #c34733 transparent #c34733 #c34733;
        right: -30px;
        left: auto;
    }

.name small {
    font-size: 16px;
    font-weight: 600;
    background: #f4cab0;
    color: #630;
    display: block;
}

.img-holder {
    height: 230px;
}

    .img-holder img {
        height: 200px;
        width: 200px;
        border-radius: 50%;
        border: 2px solid #ee8170;
        background: #ffebdf;
        display: inline-block;
    }

.filter .btn {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.breadcrumbs-wrap {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.breadcrumb {
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 10px;
}

    .breadcrumb a {
        color: #000;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: #868e96;
    content: "\F30D";
    font-family: "Material Design Icons";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.btn-print {
    border: 2px solid #960;
    padding: 3px 6px;
    font-weight: 700;
    font-size: 13px;
    color: #960;
    margin-bottom: 8px;
    background: #fff;
}

.email::before {
    content: '\f5ef';
    font-family: 'Material Design Icons';
    margin-right: 10px;
}

.phone::before {
    content: '\f602';
    font-family: 'Material Design Icons';
    margin-right: 10px;
}

.fax::before {
    content: "\f212";
    font-family: 'Material Design Icons';
    margin-right: 10px;
}

.address::before {
    content: "\f34e";
    font-family: 'Material Design Icons';
    margin-right: 10px;
}

.company {
    font-size: 18px;
    color: #132e49;
    padding: 7px 0;
}

    .company + h6 {
        color: #406d81;
        margin-bottom: 10px;
        font-size: 15px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

.address-box p:before {
    height: 30px;
    width: 30px;
    background: #ffe7da;
    display: inline-block;
    color: #f1762e;
    text-align: center;
    line-height: 30px;
    margin: 7px 4px 7px 0;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid;
}

.media img {
    border-radius: 12px;
    margin-right: 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.designation {
    color: #002147;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px dashed #c19781;
    box-shadow: 0 2px 1px 1px #fff;
    padding-bottom: 4px;
    margin-bottom: 4px;
    margin-right: 10px;
    display: block;
}

.social a {
    height: 28px;
    width: 28px;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    line-height: 1;
    border-radius: 50%;
    margin-top: 2px;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
}

.btn-youtube {
    color: #fff;
    background-color: #bb0000;
}

.slider-playback {
    position: absolute;
    bottom: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.502);
    right: 10px;
    border-radius: 50%;
    color: #fff;
    z-index: 10;
}


/*events*/

.gallery-item .gallery-img img {
    height: 160px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
    transition: all .2s;
}

.gallery-item:hover .gallery-img:after {
    opacity: 1;
}

.gallery-item:hover .gallery-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.gallery-item .gallery-img:after {
    content: '\f34b';
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Material Design Icons';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.46);
    color: #fff;
    font-size: 40px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.video-gallery .gallery-item .gallery-img:after {
    content: '\f40d';
}

.gallery-item {
    margin: 4px;
    position: relative;
    overflow: hidden;
}

    .gallery-item .gallery-img {
        position: relative;
        overflow: hidden;
    }

    .gallery-item .desp, .video-footer, .product-footer .desp {
        padding: 8px 15px;
        color: rgb(0, 0, 0);
        background: rgb(237, 244, 248);
        text-align: center;
        font-size: 17px;
        border-bottom: 2px solid rgb(117, 165, 61);
    }

        .gallery-item .desp h5 {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 13px;
            position: relative;
        }
.video-item {
    background: #edf4f8;
    margin-bottom:5px;
}

.marq-txt {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    line-height: 1;
}

    .marq-txt:after,
    .marq-txt:before {
        content: "\F4CF";
        font-family: "Material Design Icons";
        position: absolute;
        top: 0;
        color: #fcad39;
        font-size: 23px;
    }

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(57, 255, 123, 0.705), 0 0 0 0 rgba(57, 255, 123, 0.705);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(57, 255, 123, 0), 0 0 0 0 rgba(57, 255, 123, 0.705);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(57, 255, 123, 0), 0 0 0 30px rgba(57, 255, 123, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(57, 255, 123, 0), 0 0 0 30px rgba(57, 255, 123, 0);
    }
}

.marq-txt:before {
    left: -35px
}

.marq-txt:after {
    right: -35px
}

.headertxt {
    background: #fefeff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    box-shadow: 0 4px 24px 0 rgba(103, 151, 255, .1), 0 12px 64px 0 rgba(103, 151, 255, .1);
    z-index: 2;
}


/* .headertxt:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #0000 url(../img/pattern.png) repeat center;
	top: 0;
	opacity: .4;
	left: 0;
} */

.contentbox {
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 24px 0 rgba(103, 151, 255, .1), 0 12px 64px 0 rgba(103, 151, 255, .1);
    border-radius: 5px;
    position: relative;
    top: -20px;
    border-bottom: 2px solid #473e8f;
}

    .contentbox .btn-success {
        border-radius: 30px;
        font-size: 14px;
        text-transform: capitalize;
        margin-top: 10px;
    }

.listing {
    height: 215px;
}

.home-banner .col-xl-3 .listing {
    background: transparent url(../img/abstract.jpg) no-repeat center;
    background-size: cover;
}

.extmenu > a {
    color: #fff;
    background: #212121 !important;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: block;
    line-height: 30px;
    padding: 0 !important;
    box-shadow: 0 4px 24px 0 rgb(45, 45, 45), 0 12px 64px 0 rgb(115, 115, 115);
    text-align: center;
    margin-top: 2px;
}

.extmenu .dropdown-toggle::after {
    display: none;
}


/* width */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #e8edf2;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #aab4bd;
}


    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.workbook .effect-lily {
    width: calc(16.66% - 12px);
}


/*responsive*/

@media (min-width: 1200px) {
    .container {
        max-width: 92%;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 75%;
    }
}

@media (max-width: 1280px) {
    #navigation .navbar-nav > li > a {
        padding: 10px 7px;
        height: 100%;
        text-align: center;
        border-right: 1px solid #492e68;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 95% !important;
    }

    .logo-title h1 {
        font-size: 21px;
    }
}

@media (max-width: 991px) {
    #navigation .navbar-nav li a {
        padding: 6px 0;
        margin: 0;
        text-align: left;
        border: 0;
        height: auto;
    }

    #navigation .navbar-nav .dropdown-menu li a {
        color: #673d86;
        padding: 4px 15px;
        border-bottom: 0;
        font-size: 15px;
    }

    .navbar-light .navbar-toggler {
        height: 35px;
    }

    .searchbox .form-control {
        height: 28px;
    }

    .searchbox .btn {
        height: 26px;
        width: 26px;
        position: absolute;
        right: 2px;
        top: 1px;
        z-index: 10;
        padding: 2px;
    }

    .searchbox {
        position: absolute;
        top: 3px;
        max-width: 180px;
        right: 30px;
    }

    .breadcrumb-box li a {
        font-size: 13px;
    }

    .abs_xs {
        position: absolute;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #topnav.navbar-light .navbar-nav .font-slection a {
        margin-top: 5px;
    }

    .card-header {
        padding: 8px 10px;
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    #navigation .dropdown > .dropdown-menu {
        top: 100%;
        margin-top: 0;
    }

    #navigation .dropdown-menu {
        display: block;
        padding: 0;
        opacity: 0;
        border: 0;
        border-radius: 0;
        box-shadow: 0 5px 11px rgba(0, 0, 0, 0.09);
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform 0.5s, opacity 0.4s;
        -ms-transition: -ms-transform 0.5s, opacity 0.4s;
        -moz-transition: -moz-transform 0.5s, opacity 0.4s;
        -webkit-transition: -webkit-transform 0.5s, opacity 0.4s;
        transform-style: preserve-3d;
        -o-transform: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -webkit-transform: rotateX(-90deg);
        background: rgb(38, 38, 38);
    }

    #navigation .dropdown:hover > .dropdown-menu,
    #navigation .dropdown-submenu:hover > .dropdown-menu {
        opacity: 1;
        z-index: 10;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    #navigation #menu2 .dropdown-menu {
        border-bottom: 3px solid #434343;
    }

    #navigation .dropdown-menu li a {
        position: relative;
    }

        #navigation .dropdown-menu li a::before {
            top: 0;
            left: 0;
            width: 3px;
            height: 0;
            content: '';
            position: absolute;
            background: rgb(106, 193, 37);
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
        }

        #navigation .dropdown-menu li a:hover::before {
            height: 100%;
        }

        #navigation .dropdown-menu li a:hover {
            background: rgb(57, 57, 57);
        }

    #menu2 > ul > li > a {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .rightbox {
        padding: 20px;
    }

    .navbar-toggler {
        height: 32px;
    }

    #topnav .navbar-collapse {
        z-index: 1000;
        padding: 10px 15px;
        border-top: 1px solid #ddd;
    }

    #topnav .nav-item {
        border: 0;
    }

    .logo-holder {
        top: 0;
    }

    #topnav.navbar-light .navbar-nav li a {
        padding: 7px 0 0;
    }

    .important img {
        margin: 0 auto 10px;
    }

    .logo-title h1 {
        font-size: 16px;
    }

    .logo-title {
        margin-top: 0;
    }

    .pdxs0 {
        padding: 0;
    }

    .logo img {
        width: 65px;
    }

    .listheading::after {
        display: none;
    }

    .footer-bottom .float-left,
    .footer-bottom .float-right {
        float: none !important;
    }

    .banner-title {
        display: none;
    }

    .card {
        margin-bottom: 15px;
    }

    .panel {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .detail ul li {
        width: 100%;
    }

    .flinks ul {
        display: block;
    }

    .logo-title {
        margin-left: 4px;
    }

        .logo-title h1 {
            font-size: 17px;
        }

        .logo-title p {
            font-size: 13px;
        }

    .logo-right img {
        max-width: 30px;
    }

    .logo-slider .slick-next {
        right: 0;
    }

    .logo-slider .slick-prev {
        left: 0;
    }

    .back-top {
        right: 0;
        bottom: 0;
    }

    .listheading {
        font-size: 16px;
        height: auto;
        padding: 15px;
    }

        .listheading .mdi {
            height: 40px;
            width: 40px;
            line-height: 36px;
            font-size: 23px;
            right: 12px;
            top: 5px;
        }

    .workbook .effect-lily {
        width: 100%;
    }

    #homeSlider .slideshow .item img {
        max-height: 150px;
    }

    .marq-txt:after,
    .marq-txt:before {
        display: none;
    }

    .btn-login {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .footer-links li a,
    .footer {
        font-size: 13px;
    }

    .validation img {
        max-height: 20px;
    }

    .mplogo img {
        height: 60px;
    }

    .media {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 10px;
        border: 1px solid #ddd;
    }
}

@media screen and (min-width:0\0) and (min-resolution:+72dpi) {
    .footer .col-lg-9 ul {
        display: flex;
        flex-wrap: wrap;
    }

        .footer .col-lg-9 ul li {
            width: 33%;
        }
}



.socialbox {
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(103, 151, 255, .1), 0 12px 64px 0 rgba(103, 151, 255, .1);
    margin: 10px 0 25px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

.s_title {
    padding: 10px 10px 0px;
    font-size: 16px;
    background: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
}

.socialbox.fb-post .s_title {
    color: rgb(74, 83, 183);
}

.socialbox.tw-post .s_title {
    color: rgb(69, 140, 193);
}


.socialbox.yt-post .s_title {
    color: rgb(158, 0, 0);
}

.s_title em {
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    background: rgb(240, 240, 255);
    border-radius: 50%;
    border: 2px solid;
    vertical-align: middle;
    margin-right: 4px;
}
.table1 {
    background: lavender none repeat-x top;
    padding: 0 10px 0 10px;
    /*border-bottom: 1px solid #8d8d8d;*/
    text-align: right;
}

.table2 {
    background: #fff none repeat-x top;
}

.table3 {
    /*border-bottom: 1px solid #369;*/
}

.table4 {
    /*border-bottom: 1px solid #369;*/
}








