/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/


@font-face {
    font-family: 'square48';
    src: url('../fonts/tt0248m_.ttf') format('truetype');
}

@font-face {
    font-family: 'square49';
    src: url('../fonts/tt0249m_.ttf') format('truetype');
}

* {
    font-family: 'square48';
}

p {
    font-family: sans-serif;
    font-weight: 500;
}

.Useful_Links h3 {
    font-family: square48;
    font-weight: 500;
    font-size: 20px;
    margin-left: 35px;
    color: #fff;
}

.Related_Links {
}

    .Related_Links h3 {
        font-family: square48;
        font-weight: 500;
        font-size: 18px;
        margin-left: 35px;
        color: #fff;
    }

.Useful_Links h3 a span {
    color: #fff;
}

.Related_Links h3 a span {
    color: #fff;
}

.page-footer div {
    background-color: #3F464E;
    color: #fff;
}

.footer_menu {
    list-style: none;
}

    .footer_menu li {
        display: block;
        margin-bottom: 3px;
        border-bottom: 1px solid rgb(116, 116, 116);
    }

        .footer_menu li a {
            font-family: square48;
            font-weight: 500;
            font-size: 14px;
            color: #f5a300;
        }

            .footer_menu li a:hover {
                color: #fff;
            }

.panel-collapse {
    border: 1px solid rgb(116, 116, 116);
}

.my-panel {
    background-color: #fff;
}

    .my-panel .panel-heading {
        background: #3F464E !important;
    }

        .my-panel .panel-heading .panel-title {
            background: #3F464E;
            font-family: square48;
            color: #fff;
            font-size: 20px;
        }



.del_menu {
    list-style: none;
}

    .del_menu li {
        margin-bottom: 3px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        color: #3F464E;
        font-size: 16px;
        font-family: sans-serif;
    }


.sub_body {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

    .sub_body h4 {
        font-family: square48;
        font-size: 20px;
        font-weight: 600;
    }

    .sub_body ul {
        list-style: none;
    }

        .sub_body ul li {
            margin-bottom: 3px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            color: #3F464E;
            font-size: 16px;
            font-family: sans-serif;
        }


.cast {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
}

    .cast h4 {
        font-family: square48;
        font-size: 20px;
        font-weight: 600;
    }

    .cast ul {
        list-style: none;
    }

        .cast ul li {
            margin-bottom: 3px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            color: #3F464E;
            font-size: 16px;
            font-family: sans-serif;
        }


.web-footer {
    border-top: 2px solid rgb(204, 204, 204);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.font-memu {
    list-style: none;
    float: right;
}

    .font-memu li {
        display: inline-block;
        margin-left: 10px;
    }

        .font-memu li img {
        }

            .font-memu li img:hover {
                cursor: pointer;
            }

.title {
    font-size: 18px;
}


.sub-menu > li > a {
    font-size: 20px;
}



.about-body p {
    font-size: 16px;
    font-family: sans-serif;
}



.header_title h3 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}

.sub_dev h3 {
    font-size: 22px;
    font-weight: 500;
}

.sub_dev ul {
    list-style: none;
}

    .sub_dev ul li {
        font-size: 16px;
        font-family: sans-serif;
    }


.sub_dev span {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #f5a300;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user:hover {
    background-color: #0e946f !important;
}

.social-media {
    font-size: 22px;
    color: #fff;
    padding: 10px 0 0 10px;
    font-family: square48;
}

.nic_tab p {
    font-size: 14px;
    font-family: square48;
}

.sector-menu li {
    margin-bottom: 5px;
}


.sec-two {
}

    .sec-two ul {
        background-color: #f2f2f2;
        padding: 10px;
    }

        .sec-two ul li {
            font-family: sans-serif;
            font-size: 15px;
            margin-bottom: 5px;
            color: #808080;
        }

            .sec-two ul li i {
                color: #0e946f;
                margin-right: 10px;
            }


.ver_set {
    border-bottom: solid 1px rgb(204, 204, 204);
}

.ser_title {
    color: #ff6a00;
    font-weight: 500;
    font-size: 16px;
}


.ser_link {
    color: #0094ff;
    font-weight: 500;
    font-size: 15px;
}
