/*Font Awesome Fonts*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../webfonts/fa-solid-900.ttf') format('truetype');
}

/* Common css */
@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
body{
	font-family: 'SolaimanLipi', sans-serif;  
    text-decoration: none;
}

.sn_txt_effect:hover {
    font-weight: bold;
}

.sn_fs {
    font-size: 14px;
}

.sn_background_color {
    padding: 8px;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(180deg, #088f6d, #25862585);
    background-repeat: no-repeat;
}

/* .................................................  */
/* /////////////////////////////////////////////////  */
/* .................................................  */

/* Main css */
.sn_body_bg {
    background: url("../images/bg.gif") repeat-y scroll center top rgba(0, 0, 0, 0);
}

.sn_container_bg {
    background: #fff;
}

/* social buttons  */
.social-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.social-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    width: 30px;
    height: 30px;
    text-decoration: none;
    border-radius: 100%;
    background: #fff;
    text-align: center;
}

.social-button::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: 0.3s;
}

.social-button:focus,
.social-button:hover {
    color: #fff;
}

.social-button:focus::after,
.social-button:hover::after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin-left: calc(-50% - 1px);
}

.social-button i,
.social-button svg {
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.social-button i {
    font-size: 20px;
}

.social-button svg {
    height: 40%;
    width: 40%;
}

.social-button--mail {
    color: #0072c6;
}

.social-button--mail::after {
    background: #0072c6;
}

.social-button--facebook {
    color: #3b5999;
}

.social-button--facebook::after {
    background: #3b5999;
}

.social-button--linkedin {
    color: #0077b5;
}

.social-button--linkedin::after {
    background: #0077b5;
}

.social-button--github {
    color: #6e5494;
}

.social-button--github::after {
    background: #6e5494;
}

.social-button--codepen {
    color: #212121;
}

.social-button--codepen::after {
    background: #212121;
}

.social-button--steam {
    color: #7da10e;
}

.social-button--steam::after {
    background: #7da10e;
}

.social-button--snapchat {
    color: #eec900;
}

.social-button--snapchat::after {
    background: #eec900;
}

.social-button--twitter {
    color: #55acee;
}

.social-button--twitter::after {
    background: #55acee;
}

.social-button--instagram {
    color: #e4405f;
}

.social-button--instagram::after {
    background: #e4405f;
}

.social-button--npmjs {
    color: #c12127;
}

.social-button--npmjs::after {
    background: #c12127;
}


/* <!-- top nav start --> */
.sn_info {
    padding: 4px 0 10px 0;
    display: inline-flex;
}

.sn_info_details a {
    color: #fff;
    font-weight: bold;
    background: #13c599;
    margin-left: 2px;
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.info_btn {
    float: left;
    margin-bottom: 8px;
}

.info_btn:hover {
    background: #03b964;
    transform: translate(0, 5px);
    color: #01240c;
}

.info_btn_corner {
    border-radius: 0 0 0 80px;
}

.sn_info_num {
    float: left;
    font-size: 20px;
    color: white;
    line-height: 33px;
    margin-left: 5px;
}

.sn_info_txt {
    font-size: 12px;
}

.orgname h5 {
    color: red;
    font-weight: bolder;
}

/* <!-- Menu --> */
.navbar .navbar-nav .sn_menu {
    color: #fff;
}

.navbar .navbar-nav .sn_menu:hover {
    background: #03b964;
    transform: translate(0, 5px);
    color: #014116;
}

.navbar .navbar-nav .sn_submenu {
    background: #fff;
    color: #036323;
}

.navbar .navbar-nav .sn_submenu:hover {
    background: #03b964;
    color: #fff;
}

.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
    pointer-events: none;
}

/* marquee */
.sn_marquee {
    background: #EBEFE6;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.scrolling-text {
    white-space: nowrap;
    overflow: hidden;
    animation: scroll 100s linear infinite;
}

/* SN links_button Button */
.sn_btn {
    color: #fff;
    margin: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px 2px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100px;
    width: 175px;
    border: none;
}

.perspective {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    display: inline-block;
}

.btn-1 {
    background: url('../images/Link_button/ntc_brd.jpg') center center no-repeat;
    background-size: cover;
    box-shadow: inset 8px 8px 8px 2000px rgba(176, 8, 31, 0.8);
    background-blend-mode: overlay;
}

.btn-1:hover {
    /* background: rgb(252, 0, 34); */
    background: url('../images/Link_button/ntc_brd.jpg') center center no-repeat;
    color: #000;
}

.btn-2 {
    background: url('../images/Link_button/rtn.jpg') center center no-repeat;
    background-size: cover;
    box-shadow: inset 8px 8px 8px 2000px rgba(104, 176, 8, 0.9);
    background-blend-mode: overlay;
}

.btn-2:hover {
    background: url('../images/Link_button/rtn.jpg') center center no-repeat;
    color: #000;
}

.btn-3 {
    background: url('../images/Link_button/rslt.jpg') center center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(247, 174, 2, 0.9);
    background-blend-mode: overlay;

}

.btn-3:hover {
    background: url('../images/Link_button/rslt.jpg') center center no-repeat;
    color: #000;
}

.btn-4 {
    background: url('../images/Link_button/thumbnail.jpg') center center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(8, 0, 255, 0.8);
    background-blend-mode: overlay;
}

.btn-4:hover {
    background: url('../images/Link_button/thumbnail.jpg') center center no-repeat;
    color: #000;
}

/* Button 8d */

.btn_hvr:hover {
    -webkit-transform: rotateY(-15deg);
    -moz-transform: rotateY(-15deg);
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg);
    border-radius: 2px 10px;
}

.sn_card {
    background: #f5f5f5;
    font-size: 14px;
}

.sn_card img {
    width: 100px;
    padding: 15px;
}

/* Quick Menu */
.sn_animate_bg1 {
    animation: gradient1 1s infinite alternate linear;
    background: hsl(130, 98%, 32%);
}

@keyframes gradient1 {
    100% {
        background: hsl(2, 100%, 51%);
        color: #fff;
    }
}

.sn_animate_bg2 {
    animation: gradient2 1s infinite alternate linear;
    background: hsl(2, 100%, 51%);
}

@keyframes gradient2 {
    100% {
        background: hsl(130, 98%, 32%);
        color: #fff;
    }
}

/* Presidents & Principle Message */
.principlespech {
    background-image: url(../images/side_image/principle_bani2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.principlespech img {
    margin: 1px 8px;
}

/* <!-- ////////////// SideBar Start ////////////////////////////--> */

/* Important Links css */
.implnk,
.dwn_lnk {
    background: rgba(247, 247, 247, 0.79);
}

.link_item ul li {
    border-bottom: 1px solid #d5bbb2;
    color: #717171;
    font-size: 12px;
    line-height: 30px;
}

.link_item ul li a {
    text-decoration: none;
    color: #717171;
    padding-left: 10px;
}

.link_item ul li :hover {
    color: #d16704;
}

.details {
    text-align: right;
}

.details a {
    text-decoration: none;
    color: #fff;
    background: #128971;
    line-height: 30px;
    padding: 6px;
    border-radius: 7px;
}

.details a:hover {
    background: #03b964;
    color: #01240c;
    text-decoration: none;
}

/* Accordion */

.sn_panelhead {
    width: 100%;
    box-shadow: inset 0 0 0 2000px rgba(1, 82, 32, 0.2);
    border-radius: 15px 25px;
    padding: 4px;
    border: none;
    font-size: 18px;
	color:#000000 !important;
}

.sn_panel_title {
    background: transparent !important;
    border: none;
}

.sn_panel_title::before {
    content: "\f02d";
    font-family: FontAwesome;
    padding: 10px !important;
    vertical-align: middle;
}

.sn_panel_title:not(.collapsed)::before {
    content: "\f08d";
    font-family: FontAwesome;
    padding: 10px !important;
    vertical-align: middle;
}

.sn_panelbg1 {
    background: linear-gradient(360deg, rgba(184, 247, 240, 0.9) 50%, rgba(39, 240, 173, 0.9) 100%);
}

.sn_panelbg2 {
    background: linear-gradient(360deg, rgba(231, 106, 95, 0.8) 50%, rgba(204, 26, 26, 0.81)100%);
}

.sn_panelbg3 {
    background: linear-gradient(360deg, rgba(175, 241, 123, 0.9) 50%, rgba(18, 236, 54, 0.9) 100%);
}

.sn_panelbg4 {
    background: linear-gradient(360deg, rgba(247, 235, 65, 0.9) 50%, rgba(236, 170, 14, 0.9) 100%);
}

.sn_panelbg5 {
    background: linear-gradient(360deg, rgba(10, 4, 214, 0.8) 50%, rgba(114, 110, 255, 0.8) 100%);
}

.sn_panelbg6 {
    background: linear-gradient(360deg, rgba(132, 149, 228, 0.639) 0%, rgb(12, 76, 161) 51%, rgba(247, 247, 247, 1) 100%);
}

.sn_nfeed ul li {
    width: 94%;
    padding: 0.3em 3% 0.3em;
    float: left;
    font-size: 0.9em;
    line-height: 1.218em;
    background: url(../images/line.png) no-repeat center bottom;
}

.sn_nfeed ul li a {
    color: #514F4F;
    width: 100%;
    text-decoration: none;
}

.sn_nfeed ul li a:hover p {
    color: #4447fd;
}

.sn_nfeed ul li a:hover .nfeed .nfd {
    background-color: #001608;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d8f1e5), to(#a3fa70));
    background-image: -moz-linear-gradient(top, #d8f1e5 0%, #707efa 100%);
    background-image: -o-linear-gradient(top, #d8f1e5 0%, #a3fa70 100%);
    background-image: -ms-linear-gradient(top, #d8f1e5 0%, #a3fa70 100%);
    background-image: linear-gradient(top, #d8f1e5 0%, #a3fa70 100%);
    background-repeat: no-repeat;
    color: #4447fd;
}

.nfeed {
    width: 80px;
    float: left;
    margin: 1px 10px 0 0;
    background: #E6CACA;
    font-size: 12px;
    line-height: 16px;
    color: #5E5B5B;
    text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.nfd {
    display: block;
    padding: 0 0 2px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #0c4da2;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}


/* Footer  */
/* clock  */
canvas {
    width: 200px;
}

.footer_bottom {
    background: #027c4d;
}

/* .................................................  */
/* /////////////////////////////////////////////////  */
/* .................................................  */

/* Media queries  */

/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    /* SN links_button Button */
    .sn_btn {
        height: 100px;
        width: 295px;
        font-size: 20px;
    }

    .btn-1:active {
        background: url('../images/Link_button/ntc_brd.jpg') center center no-repeat;
        color: #000;
    }

    .btn-2:hover {
        background: url('../images/Link_button/rtn.jpg') center center no-repeat;
        color: #000;
    }

    .btn-3:hover {
        background: url('../images/Link_button/rslt.jpg') center center no-repeat;
        color: #000;
    }

    .btn-4:hover {
        background: url('../images/Link_button/thumbnail.jpg') center center no-repeat;
        color: #000;
    }

    canvas {
        margin-left: 60px;
        padding-top: 30px;
    }
}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* @include media-breakpoint-only(md)  */
@media (min-width: 768px) and (max-width: 991.98px) {
    .sn_btn {
        width: 120px;
    }
}