@charset "utf-8";

/*--------------------------------------------- */
/*@font-face {*/
/*font-family: 'Poppins';*/
/*src: url('fonts/Poppins/Poppins-Regular.ttf') format('EOT')*/
/*}*/

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
        url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
        url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
        url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
        url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: ' OpenSans';
    src: url('fonts/Open_Sans/OpenSans-Regular.ttf');
}

body,
html {
    font-family: 'Poppins' !important;
    font-weight: 400;
    color: #58595b;
    top: 0;
    padding-bottom: 0px !important;
}

/*a {*/
/*color: #ac0707;*/
/*}*/

/*a:hover {*/
/*color: #666;*/
/*text-decoration: none;*/
/*}*/

a:focus {
    outline: 0;
    text-decoration: none;
}

body,
p,
ul,
li,
h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
}

.fltLeft {
    float: left;
}

.fltRight {
    float: right;
}

.imgLeft {
    float: left;
    margin: 7px 40px 20px 0;
}

.imgRight {
    float: right;
    margin: 7px 0 20px 40px;
}

/*a img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}*/



#notice-table tr td {
    padding: 0px;
}

#notice-table li a {
    padding: 0px;
}

.clear {
    clear: both;
}

table {
    background: #fff;
    color: #333;
    padding: 0px;
}

tr {
    border-bottom: 1px solid #ededed;
}

td {
    padding: 15px 0;
}

strong {
    font-family: 'Poppins', Georgia, serif;
    font-weight: 900;
}

.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

h1 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 33px;
    color: #323232;
    margin-bottom: 20px;
}

h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    color: #58595b;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    color: #58595b;
    margin-bottom: 20px;
}

header {
    /*position:fixed; */
    /*width:100%; */
    /*z-index:99; */
    top: 0;
}

.hdr-top {
    font-family: 'Poppins';
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
    background: #3c3c3c;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0;
}

.hdr-top .container {
    position: relative;
    padding: 7px 0;
}

.hdr-top .logo {
    position: absolute;
    top: 0;
    left: 0;
}

.hdr-top .fa {
    font-size: 14px;
    padding-left: 0;
    color: #fff;
    padding-top: 4px;
}

.hdr-top .fa:hover {
    color: #ccc !important;
}

.hdr-top a {
    color: #fff !important;
    font-size: 11px !important;
}

.hdr-top a:hover {
    color: #c7c7c7 !important;
}

.hdr-top .pho-num {
    font-size: 12px;
}

.hdr-top .fa-envelope {
    padding-right: 5px;
    font-size: 12px;
}

.hdr-top .col-sm-3 {
    padding-right: 0;
}

.hdr-btm {
    /*background-image: url(../images/himal-image.jpeg);*/
    padding: 13px 0;
    -webkit-box-shadow: 1px 6px 29px -7px rgba(0, 0, 0, 0.18);
    /*.hdr-btm{ background:rgba(255,255,255,0.9); padding:13px 0; -webkit-box-shadow: 1px 6px 29px -7px rgba(0,0,0,0.18);*/
    -moz-box-shadow: 1px 6px 29px -7px rgba(0, 0, 0, 0.18);
    box-shadow: 1px 6px 29px -7px rgba(0, 0, 0, 0.18);
    background-color: #ffffff !important;

    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
}

.hdr-btm .container {
    padding: 0;
}

.news {
    background: #0080ff;
}

.news .container {
    padding: 0;
}

.first-row .container {
    padding: 0;
}

.right-arrow {
    display: inline-block;
    position: relative;
    background: #d9d9d9;
    padding: 5px 20px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 10%;
    float: left;
}

.marquee-div {
    float: left;
    width: 90%;
}

.right-arrow:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 1px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #d9d9d9;
}

marquee {
    margin-left: 17px;
    padding-right: 30px;
    max-height: 26px;
    padding: 7px 0 0 0;
    /*color: #fff;*/
}

marquee a {
    /*color: #ffffff !important;*/
    margin-left: 20px;
    margin-right: 20px;
}

marquee a:hover {
    text-decoration: underline;
}

marquee.recent {
    margin: 20px 0 0 0;
    height: 300px;
    margin-bottom: 0px;
}

marquee.recent ul li {
    font-size: 13px;
    margin-bottom: 15px;
    list-style-image: url(../images/arrow.png);
    color: #000000;
}

.search {
    position: relative;
}

.search .form-group {
    margin-bottom: 0px !important;
}

#search {
    border: 1px solid #b3b3b3 !important;
}

.search .form .form-control {
    background-color: #fff;
    border-radius: 0;
    border-color: transparent 0.5px;
    height: 35px;
    font-size: 13px;
    color: #333;
    margin: 2px 0 2px 0 !important;
}

.search .form-control:focus {
    box-shadow: none;
}

.seaBut {
    position: absolute;
    top: 0;
    right: 0;
}

.seaBut .btn-more {
    background: #b3b3b3;
    padding: 0 15px;
    height: 35px;
    margin: 2px 0 0;
}

.mobi-logo {
    visibility: hidden;
    display: none;
}

.hdr-top .right-border {
    border-right: 1px solid #b8b9b9;
}

.hdr-top .col-sm-6.top-address {
    text-align: right;
}

.slider .carousel-caption {
    /*text-transform:uppercase;*/
    font-family: 'Poppins';
    /*font-weight:600;*/
    width: 100%;
    text-align: left;
    left: 0;
    right: 0;
    height: 5%;
    color: #fff;
    font-size: 16px;
    /*line-height:40px !important;*/
    background-color: #000000;
    opacity: 0.6;
    margin: 0px 0px -20px 0px;
    padding: 15px 30px 32px 30px;
    letter-spacing: 1px;
}

.slider .carousel {
    /*border: 5px solid #1a1a1a;*/
}

/*.slider .carousel-caption span {font-size:19px; line-height:16px !important;}*/
/*.slider .carousel-caption p {margin-bottom:45px; line-height: 22px;}*/

.goal-bar {
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: none;
    background: #eae9e9;
    color: #3c3c3c;
    font-size: 15px;
    letter-spacing: 0.1px;
    padding: 30px 0;
    text-align: center;
}

.goal-bar span {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 22px;
    color: #3c3c3c;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px !important;
}

.goal-bar .container {
    padding: 0 10px;
}

.goal-bar a {
    color: #fff;
}

.goal-bar a:hover {
    color: #a1caf2;
}

.navbar-default {
    font-size: 13px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    color: #f19800 !important;
}

.nav>li>a {
    font-family: 'Poppins';
    font-weight: 600;
    /*color: #e3e3e3 !important;*/
    font-size: 14px;
    padding: 9px 16px;
    /*border: 1px solid transparent;*/
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav>li.active {
    background-color: transparent;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: #272E9D;
    border-top: 2px solid #272E9D;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding: 0;
}

.dropdown-menu>li>a {
    padding: 10px 25px;
    text-transform: capitalize;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: #272E9D;
    color: #ffffff;
}

.dropdown-item {
    color: #ffffff;
}

.slider,
.inr-bnr {
    /*margin-top: 153px;*/
}

.mobi-inr-bnr {
    display: none;
    visibility: hidden;
}

.carousel-control {
    top: 45% !important;
    width: 3%;
}

.carousel-indicators {
    left: 0;
    right: 0;
    bottom: 45px;
    z-index: 15;
    /*background:rgba(0,0,0,0.5);*/
    width: 20%;
    padding: 17px 15px 10px;
    margin: 0 auto;
    /*border-radius: 80px;*/
}

.inr-bnr {
    /*margin-top: 155px;*/
}

.first-row {
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: none;
    color: #3c3c3c;
    font-size: 15px;
    padding: 20px 20px;
    letter-spacing: 0.2px;
    background-color: #ffffff;
}

.first-row h1 {
    text-transform: uppercase;
    color: #3c3c3c;
    font-size: 28px;
    letter-spacing: 1.5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    background: url(../images/h1bg01.jpg) left bottom no-repeat;
}

.first-row h2 {
    text-transform: uppercase;
    color: #3c3c3c;
    font-size: 20px;
    letter-spacing: 1.5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    background: url(../images/h1bg01.jpg) left bottom no-repeat;
}

.whiteBg p {
    padding: 10px 0 0 0 !important;
    line-height: 22px;
    font-family: 'Poppins';
}

.whiteBg h1 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    color: #3c3c3c;
}

.first-row .imgLeft {
    float: left;
    margin: 7px 30px 10px 0;
}

.first-row .whiteBg {
    background: #fff;
    padding: 50px 60px 0 0;
}

.first-row .redBg {
    background: #ffffff;
    padding: 30px;
    color: #ffffff;
    letter-spacing: 0.2px;
    -webkit-box-shadow: inset 0px 9px 98px 16px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: inset 0px 9px 98px 16px rgba(0, 0, 0, 0.19);
    box-shadow: inset 0px 9px 98px 16px rgba(0, 0, 0, 0.19);
}

.redBg p {
    padding: 10px 0 0 0 !important;
    line-height: 18px;
}

.redBg h2 {
    color: #ffffff;
}

.redBg ul {
    margin: 15px 0 0 18px;
}

.redBg ul li {
    font-size: 13px;
    margin-bottom: 15px;
    list-style-image: url(../images/arrow.png);
}

.redBg ul li a {
    color: #000000;
}

.redBg ul li a p {
    color: #000000;
}

.redBg ul li a:hover {
    color: #000000;
    text-decoration: underline;
}

.expand {
    margin: 35px 0;
}

.collapsible {
    background-color: #e3e3e3;
    color: white;
    cursor: pointer;
    padding: 16px 25px 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    color: #0080ff;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.active,
.collapsible:hover {
    /*background-color: #e3e3e3;*/
}

.active {

    /*background-color: #e3e3e3;*/
    /*color: #ff944d;*/

}

#myNavbar .nav .activeMenu {

    background-color: #272E9D;
    color: #f19800 !important;

}

.expand .content-exp {
    padding: 10px 28px 28px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.expand .content-exp ul li {
    margin-left: 18px;
    margin-bottom: 10px;
}

.collapsible:after {
    content: '\25BE';
    /* Unicode character for "plus" sign (+) */
    font-size: 20px;
    color: #222;
    float: right;
    margin-left: 5px;
}

.collapsible.active:after {
    content: "\25B4";
    /* Unicode character for "minus" sign (-) */
}

.all-tabs {
    background: #fff;
    color: #fff;
    padding: 15px 0 40px 0;
}

.all-tabs .container {
    padding: 0 !important;
}

.all-tabs p {
    background: #fff;
    color: #333;
    padding: 20px 0;
}

.all-tabs .fa {
    padding-right: 5px;
}

.regu-events {
    background: #f4f4f4;
    color: #fff;
    padding: 15px 0 40px 0;
}

.regu-events a {
    color: #fff;
}

.regu-events a:hover {
    color: #b3b5f2;
}

.regu-events .col-sm-3 h1 {
    text-align: center;
}

.regu-events img {
    padding-right: 0 !important;
    border: 1px solid #e0e0e0;
}

.regu-events a:hover img {
    opacity: 0.8;
}

.regu-events h1 {
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    color: #3c3c3c;
    font-size: 22px;
    letter-spacing: 1.5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 18px;
}

.regu-events h2 {
    width: 100%;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    color: #b10315;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-top: 20px;
    text-align: center;
    line-height: 18px;
}

.regu-events p {
    margin-bottom: 8px;
}

.int-map {
    background: #fff;
    color: #fff;
    padding: 70px 0 70px 0;
}

.int-map h1 {
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    color: #b10315;
    font-size: 28px;
    letter-spacing: 1.5px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 18px;
}

.int-map a:hover img {
    opacity: 0.8;
}

.rightPadding {
    padding-right: 100px;
}

.top-margin {
    margin-top: 40px;
}

.img-border {
    border: 8px solid #fff;
    -webkit-box-shadow: 0px -1px 40px 1px rgba(166, 166, 166, 1);
    -moz-box-shadow: 0px -1px 40px 1px rgba(166, 166, 166, 1);
    box-shadow: 0px -1px 40px 1px rgba(166, 166, 166, 1);
}

.leftBorder {
    border-left: 1px solid #ccc;
    padding-left: 50px;
}

.assocaites img {
    margin-top: 10px 0px;
}

.assocaites {
    margin: 30px 0;
}

.assocaites .col-md-3 {
    margin-bottom: 15px;
}

.clear {
    clear: both;
}

.sec5 {
    background: url(../images/prlx.jpg);
    padding: 7% 0 7%;
    line-height: 1.8;
}

.parallax {
    width: 100%;
    height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sec5 h1 {
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    letter-spacing: 1.5px;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.sec5 h1 span {
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    text-transform: none;
    font-size: 14px !important;
    letter-spacing: 0.3px;
}

.sec5 span {
    margin-bottom: 20px;
}

.sec5 strong {
    display: block;
}

.img {
    margin-top: -28%;
}

form .btn-more {
    letter-spacing: 3px;
}

.form .form-control {
    background-color: transparent;
    border-radius: 0;
    border-color: #5a5c65;
    height: 50px;
    font-size: 13px;
    color: #fff;
}

.form-control:focus {
    box-shadow: none;
}

.btn-more,
.btn-more:hover,
.sec5 {
    color: #fff;
}

.btn-more,
form .btn-more {
    background: #cd2122;
    border: 0;
}

.btn-more {
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-size: 13px;
    padding: 13px 18px;
}

.btn-more:hover {
    background: #666;
}

.inr-bnr img,
.inr-bnr {
    position: relative;
    opacity: 1;
}

.cap-small {
    /*position: absolute;
    top: 0;*/
    font-size: 20px;
    color: #fff;
    width: 100%;
    padding: 1.5% 0;
    height: 100%;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-shadow: 0 1px 0 #333;
    background: #343434;
}

.brdcrmb {
    background: #e6e6e6;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    background: #e6e6e6;
}

.breadcrumb>.active {
    font-family: 'Poppins';
    font-weight: 500;
    background-color: transparent;
}

.breadcrumb a {
    color: #58595b;
}

.breadcrumb a:hover {
    color: #ac0707;
    text-decoration: none;
}

.content {
    padding: 40px 0 70px;
    font-size: 16px;
    line-height: 1.5;
    min-height: 400px
}

.content p {
    margin-bottom: 20px;
}

.content h2 {
    margin-bottom: 10px;
    font-size: 18px;
}

.content h3 {
    font-family: 'Poppins' !important;
    margin-bottom: 10px;
    font-size: 30px;
    color: #1a1a1a;
}

.rightPadd {
    padding-right: 23px;
}

.content ul {
    margin: 0 0 0 18px;
}

.rightMargin {
    padding-right: 80px;
}

.leftMargin {
    padding-left: 60px;
}

.practDiv {
    margin: 0;
    padding: 20px 20px 10px 20px;
    background: #f0f0f0;
}

.practDiv h2 {
    text-transform: uppercase;
    font-size: 17px;
    background: #b10315;
    color: #fff;
    text-align: center;
    padding: 10px;
    letter-spacing: 2px;
}

.practDiv ul {
    margin: 0 0 0 18px;
}

.practDiv ul {
    width: 100%;
    margin: 0 0 0 18px;
}

.practDiv ul li {
    width: 90%;
    font-family: 'Poppins';
    font-weight: 700;
    color: #676767;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #dbdbdb;
    list-style-image: url(../images/li-arrow.png);
    letter-spacing: 1px;
}

.practDiv li a {
    color: #676767;
    font-size: 15px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: normal;
}

.practDiv li a:hover {
    color: #b10315;
    text-decoration: none;
}

.practDiv ul li:last-child {
    border-bottom: none;
}

.links {
    margin: 10px;
    text-align: right;
}

.links a:hover {
    background-color: #f19800;
    color: #ffffff;
}

.event-links {
    margin: 30px 0 0 0;
    text-align: center;
}

.links-bttn {
    margin: 0;
}

.bttn-solid {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
    background: #404141;
    border: 1px solid #a1a1a1;
    color: #fff;
    padding: 14px 35px;
    font-size: 13px;
    letter-spacing: 3.5px;
}

.bttn-solid:hover {
    background: #003466;
    color: #fff;
}

.bttn {
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    border: 1px solid #ac0707;
    color: #666;
    padding: 12px 20px;
    font-size: 14px;
    letter-spacing: 2px
}

.bttn:hover {
    background: #ac0707;
    color: #fff;
}

.nepal-flag {
    margin-bottom: 20px;
}

.event-viewmore {

    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    /*margin: 50px 20px; */
    background: #508795;
    color: #fff;
    padding: 9px 15px 8px;
    font-size: 10px;
    letter-spacing: 2px
}

.bttn-whBorder {
    display: inline-block;
    padding: 10px 12px;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    background: #272E9D;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    white-space: nowrap;
}

.bttn-whBorder:hover {
    text-decoration: none;
    background: #f19800;
    color: #fff !important;
}

.bttn-grBorder {
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    background: #232323;
    color: #fff;
    padding: 9px 15px 8px;
    font-size: 10px;
    letter-spacing: 2px
}

.bttn-grBorder:hover {
    color: #fff;
    background: #333;
}

.quote-links {
    margin: 0;
}

.bttn-quote {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
    background: #ac0707;
    color: #fff !important;
    padding: 8px 12px;
    font-size: 13px;
    letter-spacing: 1px;
}

.bttn-quote:hover {
    background: #666;
    color: #fff !important;
}

.book-links {
    margin: 0;
}

.bttn-book {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
    background: #ac0707;
    color: #fff !important;
    padding: 13px 20px 12px;
    letter-spacing: 2px;
}

.bttn-book:hover {
    background: #333;
    color: #fff !important;
}

.book-links a {
    font-size: 17px !important;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.galleryDiv h2 {
    text-transform: uppercase;
    font-size: 12px;
    background: #b10315;
    color: #fff;
    text-align: center;
    padding: 10px;
    letter-spacing: 2px;
}

.galleryDiv a img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.ftr-top {
    background: #343434;
    padding: 20px 0;
    color: #fff;
    letter-spacing: 0.5px;
}

.ftr-top a {
    color: #fff;
}

.ftr-top a:hover {
    color: #ccc;
}

.ftr-top h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    margin-bottom: 12px !important;
}

.ft-list li {
    background: url(../images/li-bg.png) no-repeat 0 5px;
    padding: 0 0 3px 15px;
}

.ftr-top hr {
    border-color: #5c5d5d;
}

.add {
    line-height: 1.8;
}

.add .fa {
    float: left;
    margin: 5px 10px 10px 0;
}

.add p {
    clear: both;
    line-height: 20px;
}

.fa-phone {
    transform: rotate(-90deg);
}

.fa-map-marker {
    font-size: 18px;
}

.add h4,
.ft-list h4 {
    margin-bottom: 20px;
}

.add {
    border-left: 1px solid #5c5d5d;
    padding: 0 22px;
    min-height: 304px;
}

.ft-list {
    min-height: 304px;
}

.cont {
    border-left: 1px solid #5c5d5d;
    min-height: 304px;
    padding-left: 21px;
    padding-right: 20px;
}

.cont .fa {
    float: left;
    margin: 3px 10px 10px 0;
    color: #e1e1e1;
}

.ftr-btm {
    background: #fff;
    padding: 30px 0;
    font-size: 13px;
    line-height: 1.8;
}

.cont p {
    clear: both;
    margin-bottom: 2px;
}

.cont p ul li {
    list-style: none;
}

.ftr-btm,
.ftr-btm a {
    color: #565656;
}

.ftr-btm .fa {
    font-size: 16px;
    padding-left: 0;
    color: #9a9a9a;
}

.ftr-btm .fa:hover {
    color: #ac0707;
}

.ftr-btm a:hover {
    color: #ac0707;
}

.affi-logo p {
    margin-bottom: 8px;
}

.affi-logo img {
    margin-right: 5px;
}

.affi-logo img:hover {
    opacity: 0.8;
}

.hdr-top,
.hdr-top a,
footer,
footer a {
    color: #5e5e5e;
}

.navbar-default,
.bttn,
footer a {
    font-family: 'Poppins';
    font-weight: 400;
}

.fancybox-buttons img {
    margin-bottom: 4px !important;
    margin-right: 2px;
}

input[type="text"] {
    width: 100%;
    margin: 0 0 6px 0;
    padding: 7px 25px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    color: #000;
}

input[type="text"].halfInput {
    width: 450px;
    margin: 0 0 6px 0;
    padding: 10px 25px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    color: #000;
}

textarea {
    width: 100%;
    margin: 0 0 6px 0;
    padding: 10px 25px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    color: #000;
}

input.captcha {
    width: 200px;
    margin: 0 0 6px 0;
    padding: 10px 25px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    color: #000;
}

select {
    width: 100%;
    margin: 0 0 6px 0;
    padding: 10px 25px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    color: #666;
}

input.submitBut {
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    width: auto;
    margin: 0;
    padding: 12px 25px;
    border: none;
    color: #fff;
    font-size: 12px;
    text-shadow: 0 1px 0 #444;
    text-align: center;
    background: #ac0707;
    letter-spacing: 2.5px;
}

input.submitBut:hover {
    background: #666;
}

input[type="radio"] {
    margin: 0;
    padding: 0;
}

#arw-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.navbar-toggle {
    margin-right: 22px !important;
}

@media (max-width: 320px){
    header {
        position: relative;
    }

    .hdr-btm .col-xs-6 {
        z-index: 99;
    }

    .nav-tabs>li>a {
        position: relative !important;
        display: block !important;
        padding: 10px 15px !important;
    }

    .hdr-top .col-sm-3 {
        width: 100%;
        text-align: center;
        padding: 0 10px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .hdr-top .col-sm-4 {
        width: 100%;
        text-align: center;
        padding: 0 10px;
        margin-top: 8px;
    }

    .hdr-top .col-sm-5 {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .office-info-list {
        float: left;
    }

    .top-social-icons {
        /*text-align: center !important;*/
        float: left;
        padding: 10px;
    }

    .university-logo {
        float: none !important;
        padding-left: 0px !important;
        text-align: center;
        /* align-content: center;
        margin-left: 135px !important; */
    }

    .university-name {
        margin-left: 58px !important;
    }

    .nepal-flag {
        text-align: center;
        /*margin-left: 163px;*/
    }

    .search {
        padding-left: 30px;
    }

    .seaBut {
        top: 2px;
    }

    .chairman-panel {
        text-align: center;
    }

    .secretery-panel {
        text-align: center;
    }

    .div-team,
    footer,
    footer .website-creator {
        text-align: center;
    }

    .right-arrow {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    marquee {
        height: 32px;
    }

    .seaBut .btn-more {
        margin-top: 0;
    }

    .mobi-logo {
        visibility: visible;
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .navbar-default {
        padding-top: 0;
    }

    .slider,
    .inr-bnr {
        margin-top: 0;
    }

    .carousel-control img {
        width: 100%;
    }

    .carousel-indicators {
        visibility: hidden;
        display: none;
        width: 50%;
        padding: 5px;
    }

    .div-team,
    footer,
    footer .text-right {
        text-align: center;
    }

    .brdcrmb {
        display: none;
        visibility: hidden;
    }

    .cap-small {
        font-size: 15px;
        padding-top: 3%;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    .logo img {
        width: auto;
        height: auto;
    }

    .hdr-topx {
        display: none;
        visibility: hidden;
    }

    .leftBorder {
        border-left: none;
        padding: 0 10px;
    }

    .rightPadding {
        padding-right: 0;
    }

    .first-row {
        font-size: 14px;
    }

    .first-row h1 {
        padding-bottom: 20px;
    }

    .whiteBg p {
        padding: 25px 0 5px 0 !important;
    }

    .first-row .whiteBg {
        padding: 30px;
    }

    .first-row .redBg {
        padding: 30px;
    }

    .redBg p {
        padding: 25px 0 5px 0 !important;
    }

    .tab-content {
        padding: 0 10px;
    }

    .up-events {
        padding: 30px 0;
    }

    .up-events .col-md-4 {
        padding: 0 10px 20px 10px !important;
    }

    .regu-events {
        padding: 30px 0;
    }

    .regu-events .col-md-2 {}

    .regu-events img {
        width: auto;
        height: auto;
    }

    .regu-events h1 {
        text-align: center;
    }

    .int-map img {
        width: 100%;
        height: auto;
    }

    .sec5 {
        padding: 30px 10px !important;
    }

    .join-img {
        visibility: hidden;
        display: none;
    }

    .add {
        border-left: none;
        padding: 0 10px;
        min-height: 0;
    }

    .top-margin {
        margin-top: 15px;
    }

    .leftMargin {
        padding-left: 10px;
        padding-top: 5px;
    }

    .cont {
        border-left: none;
        min-height: 0;
        padding: 25px 10px;
        margin-top: 55px;
    }

    input.submitBut {
        width: 100%;
    }

    .ftr-top {
        padding: 30px 0 0;
    }

    .ftr-btm {
        padding: 20px 10px;
    }

    .ft-list {
        min-height: 0;
        margin-bottom: 15px;
    }

    .ft-list li {
        background: none;
        padding: 0 0 10px;
    }

    .wc-txt h1 {
        font-size: 30px;
    }

    .wc-txt h2 {
        font-size: 16px;
    }

    .wc-txt h3 {
        font-size: 16px;
    }

    .content {
        padding: 0 0 20px;
        font-size: 14px;
        line-height: 1.5;
    }

    .content h1 {
        font-size: 30px;
    }

    .mobi-inr-bnr {
        width: 100%;
        padding: 10px 15px 10px;
        margin: 0 0 20px;
        display: block;
        visibility: visible;
        border-bottom: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1;
    }

    .inr-bnr {
        display: none;
        visibility: hidden;
    }

    .mobi-inr-bnr h1 {
        font-family: 'Poppins';
        font-weight: 700;
        margin: 0;
        font-size: 30px;
        text-transform: uppercase;
        color: #323232;
        text-align: center;
    }

    .rightPadd {
        padding: 0 10px;
    }

    .col-sm-8 {
        padding: 0;
    }

    .col-sm-12 {
        padding: 0 10px;
    }

    /* .slider .carousel-caption {
        display: none;
        visibility: hidden;
    } */

    .goal-bar .container {
        padding: 0 15px;
    }

    .goal-bar {
        font-size: 15px;
        padding: 20px 0;
    }

    .bttn-solid {
        width: auto;
        padding: 14px 35px;
        font-size: 13px;
        letter-spacing: .5px;
    }

    .links-bttn {
        margin: 20px 0 0 0;
    }

    .rightMargin {
        padding-right: 10px;
    }

    .conference-panel {
        margin: 0px;
        padding-bottom: 40px;
        padding-top: 40px;
        min-height: 250px;
    }

    .name {
        text-align: center;
    }

    .carousel-inner>.item>.slider-item {
        height: 500px !important;
    }

    .carousel-inner>.item>.gallery-carousel-img {
        height: 190px !important;
    }

    #image-marquee {
        min-height: 160px !important;
    }
    
    #image-marquee img {
    margin-bottom: 0px;
    width: 45% !important;
}

    .first-row>.container>.row>.col-md-4>.panel>.panel-body>iframe {
        width: 100% !important;
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    header {
        position: relative;
    }

    .hdr-btm .col-xs-6 {
        z-index: 99;
    }

    .nav-tabs>li>a {
        position: relative !important;
        display: block !important;
        padding: 10px 15px !important;
    }

    .hdr-top .col-sm-3 {
        width: 100%;
        text-align: center;
        padding: 0 10px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .hdr-top .col-sm-4 {
        width: 100%;
        text-align: center;
        padding: 0 10px;
        margin-top: 8px;
    }

    .hdr-top .col-sm-5 {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .office-info-list {
        float: left;
    }

    .top-social-icons {
        /*text-align: center !important;*/
        float: left;
        padding: 10px;
    }

    .university-logo {
        float: none !important;
    padding-left: 0px !important;
        text-align: center;
        /*align-content: center;*/
        /*margin-left: 135px !important;*/
    }

    .university-name {
        margin-left: 58px !important;
    }

    .nepal-flag {
        text-align: center;
        /*margin-left: 163px;*/
    }

    .search {
        padding-left: 30px;
    }

    .seaBut {
        top: 2px;
    }

    .chairman-panel {
        text-align: center;
    }

    .secretery-panel {
        text-align: center;
    }

    .div-team,
    footer,
    footer .website-creator {
        text-align: center;
    }

    .right-arrow {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    marquee {
        height: 32px;
    }

    .seaBut .btn-more {
        margin-top: 0;
    }

    .mobi-logo {
        visibility: visible;
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .navbar-default {
        padding-top: 0;
    }

    .slider,
    .inr-bnr {
        margin-top: 0;
    }

    .carousel-control img {
        width: 100%;
    }

    .carousel-indicators {
        visibility: hidden;
        display: none;
        width: 50%;
        padding: 5px;
    }

    .div-team,
    footer,
    footer .text-right {
        text-align: center;
    }

    .brdcrmb {
        display: none;
        visibility: hidden;
    }

    .cap-small {
        font-size: 15px;
        padding-top: 3%;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    .logo img {
        width: auto;
        height: auto;
    }

    .hdr-topx {
        display: none;
        visibility: hidden;
    }

    .leftBorder {
        border-left: none;
        padding: 0 10px;
    }

    .rightPadding {
        padding-right: 0;
    }

    .first-row {
        font-size: 14px;
    }

    .first-row h1 {
        padding-bottom: 20px;
    }

    .whiteBg p {
        padding: 25px 0 5px 0 !important;
    }

    .first-row .whiteBg {
        padding: 30px;
    }

    .first-row .redBg {
        padding: 30px;
    }

    .redBg p {
        padding: 25px 0 5px 0 !important;
    }

    .tab-content {
        padding: 0 10px;
    }

    .up-events {
        padding: 30px 0;
    }

    .up-events .col-md-4 {
        padding: 0 10px 20px 10px !important;
    }

    .regu-events {
        padding: 30px 0;
    }

    .regu-events .col-md-2 {}

    .regu-events img {
        width: auto;
        height: auto;
    }

    .regu-events h1 {
        text-align: center;
    }

    .int-map img {
        width: 100%;
        height: auto;
    }

    .sec5 {
        padding: 30px 10px !important;
    }

    .join-img {
        visibility: hidden;
        display: none;
    }

    .add {
        border-left: none;
        padding: 0 10px;
        min-height: 0;
    }

    .top-margin {
        margin-top: 15px;
    }

    .leftMargin {
        padding-left: 10px;
        padding-top: 5px;
    }

    .cont {
        border-left: none;
        min-height: 0;
        padding: 25px 10px;
        margin-top: 55px;
    }

    input.submitBut {
        width: 100%;
    }

    .ftr-top {
        padding: 30px 0 0;
    }

    .ftr-btm {
        padding: 20px 10px;
    }

    .ft-list {
        min-height: 0;
        margin-bottom: 15px;
    }

    .ft-list li {
        background: none;
        padding: 0 0 10px;
    }

    .wc-txt h1 {
        font-size: 30px;
    }

    .wc-txt h2 {
        font-size: 16px;
    }

    .wc-txt h3 {
        font-size: 16px;
    }

    .content {
        padding: 0 0 20px;
        font-size: 14px;
        line-height: 1.5;
    }

    .content h1 {
        font-size: 30px;
    }

    .mobi-inr-bnr {
        width: 100%;
        padding: 10px 15px 10px;
        margin: 0 0 20px;
        display: block;
        visibility: visible;
        border-bottom: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1;
    }

    .inr-bnr {
        display: none;
        visibility: hidden;
    }

    .mobi-inr-bnr h1 {
        font-family: 'Poppins';
        font-weight: 700;
        margin: 0;
        font-size: 30px;
        text-transform: uppercase;
        color: #323232;
        text-align: center;
    }

    .rightPadd {
        padding: 0 10px;
    }

    .col-sm-8 {
        padding: 0;
    }

    .col-sm-12 {
        padding: 0 10px;
    }

    /* .slider .carousel-caption {
        display: none;
        visibility: hidden;
    } */

    .goal-bar .container {
        padding: 0 15px;
    }

    .goal-bar {
        font-size: 15px;
        padding: 20px 0;
    }

    .bttn-solid {
        width: auto;
        padding: 14px 35px;
        font-size: 13px;
        letter-spacing: .5px;
    }

    .links-bttn {
        margin: 20px 0 0 0;
    }

    .rightMargin {
        padding-right: 10px;
    }

    .conference-panel {
        margin: 0px;
        padding-bottom: 40px;
        padding-top: 40px;
        min-height: 250px;
    }

    .name {
        text-align: center;
    }

    .carousel-inner>.item>.slider-item {
        height: 500px !important;
    }

    .carousel-inner>.item>.gallery-carousel-img {
        height: 190px !important;
    }

    #image-marquee {
        min-height: 160px !important;
    }
    
    #image-marquee img {
    margin-bottom: 0px;
    width: 40% !important;
}

    .first-row>.container>.row>.col-md-4>.panel>.panel-body>iframe {
        width: 100% !important;
    }


}

@media (min-width: 376px) and (max-width: 425px) {
    header {
        position: relative;
    }

    .hdr-btm .col-xs-6 {
        z-index: 99;
    }

    .nav-tabs>li>a {
        position: relative !important;
        display: block !important;
        padding: 10px 15px !important;
    }

    .hdr-top .col-sm-3 {
        width: 100%;
        text-align: center;
        padding: 0 10px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .hdr-top .col-sm-4 {
        width: 100%;
        text-align: center;
        padding: 0 10px;
        margin-top: 8px;
    }

    .hdr-top .col-sm-5 {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .office-info-list {
        float: left;
    }

    .top-social-icons {
        /*text-align: center !important;*/
        float: left;
        padding: 10px;
    }

    .university-logo {
        float: none !important;
    padding-left: 0px !important;
        text-align: center;
        /*align-content: center;*/
        /*margin-left: 135px !important;*/
    }

    .university-name {
        margin-left: 58px !important;
    }

    .nepal-flag {
        text-align: center;
        /*margin-left: 163px;*/
    }

    .search {
        padding-left: 30px;
    }

    .seaBut {
        top: 2px;
    }

    .chairman-panel {
        text-align: center;
    }

    .secretery-panel {
        text-align: center;
    }

    .div-team,
    footer,
    footer .website-creator {
        text-align: center;
    }

    .right-arrow {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    marquee {
        height: 32px;
    }

    .seaBut .btn-more {
        margin-top: 0;
    }

    .mobi-logo {
        visibility: visible;
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .navbar-default {
        padding-top: 0;
    }

    .slider,
    .inr-bnr {
        margin-top: 0;
    }

    .carousel-control img {
        width: 100%;
    }

    .carousel-indicators {
        visibility: hidden;
        display: none;
        width: 50%;
        padding: 5px;
    }

    .div-team,
    footer,
    footer .text-right {
        text-align: center;
    }

    .brdcrmb {
        display: none;
        visibility: hidden;
    }

    .cap-small {
        font-size: 15px;
        padding-top: 3%;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    .logo img {
        width: auto;
        height: auto;
    }

    .hdr-topx {
        display: none;
        visibility: hidden;
    }

    .leftBorder {
        border-left: none;
        padding: 0 10px;
    }

    .rightPadding {
        padding-right: 0;
    }

    .first-row {
        font-size: 14px;
    }

    .first-row h1 {
        padding-bottom: 20px;
    }

    .whiteBg p {
        padding: 25px 0 5px 0 !important;
    }

    .first-row .whiteBg {
        padding: 30px;
    }

    .first-row .redBg {
        padding: 30px;
    }

    .redBg p {
        padding: 25px 0 5px 0 !important;
    }

    .tab-content {
        padding: 0 10px;
    }

    .up-events {
        padding: 30px 0;
    }

    .up-events .col-md-4 {
        padding: 0 10px 20px 10px !important;
    }

    .regu-events {
        padding: 30px 0;
    }

    .regu-events .col-md-2 {}

    .regu-events img {
        width: auto;
        height: auto;
    }

    .regu-events h1 {
        text-align: center;
    }

    .int-map img {
        width: 100%;
        height: auto;
    }

    .sec5 {
        padding: 30px 10px !important;
    }

    .join-img {
        visibility: hidden;
        display: none;
    }

    .add {
        border-left: none;
        padding: 0 10px;
        min-height: 0;
    }

    .top-margin {
        margin-top: 15px;
    }

    .leftMargin {
        padding-left: 10px;
        padding-top: 5px;
    }

    .cont {
        border-left: none;
        min-height: 0;
        padding: 25px 10px;
        margin-top: 55px;
    }

    input.submitBut {
        width: 100%;
    }

    .ftr-top {
        padding: 30px 0 0;
    }

    .ftr-btm {
        padding: 20px 10px;
    }

    .ft-list {
        min-height: 0;
        margin-bottom: 15px;
    }

    .ft-list li {
        background: none;
        padding: 0 0 10px;
    }

    .wc-txt h1 {
        font-size: 30px;
    }

    .wc-txt h2 {
        font-size: 16px;
    }

    .wc-txt h3 {
        font-size: 16px;
    }

    .content {
        padding: 0 0 20px;
        font-size: 14px;
        line-height: 1.5;
    }

    .content h1 {
        font-size: 30px;
    }

    .mobi-inr-bnr {
        width: 100%;
        padding: 10px 15px 10px;
        margin: 0 0 20px;
        display: block;
        visibility: visible;
        border-bottom: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1;
    }

    .inr-bnr {
        display: none;
        visibility: hidden;
    }

    .mobi-inr-bnr h1 {
        font-family: 'Poppins';
        font-weight: 700;
        margin: 0;
        font-size: 30px;
        text-transform: uppercase;
        color: #323232;
        text-align: center;
    }

    .rightPadd {
        padding: 0 10px;
    }

    .col-sm-8 {
        padding: 0;
    }

    .col-sm-12 {
        padding: 0 10px;
    }

    /* .slider .carousel-caption {
        display: none;
        visibility: hidden;
    } */

    .goal-bar .container {
        padding: 0 15px;
    }

    .goal-bar {
        font-size: 15px;
        padding: 20px 0;
    }

    .bttn-solid {
        width: auto;
        padding: 14px 35px;
        font-size: 13px;
        letter-spacing: .5px;
    }

    .links-bttn {
        margin: 20px 0 0 0;
    }

    .rightMargin {
        padding-right: 10px;
    }

    .conference-panel {
        margin: 0px;
        padding-bottom: 40px;
        padding-top: 40px;
        min-height: 250px;
    }

    .name {
        text-align: center;
    }

    .carousel-inner>.item>.slider-item {
        height: 500px !important;
    }

    .carousel-inner>.item>.gallery-carousel-img {
        height: 190px !important;
    }

    #image-marquee {
        min-height: 160px !important;
    }
    
    #image-marquee img {
    margin-bottom: 0px;
    width: 30% !important;
}

    .first-row>.container>.row>.col-md-4>.panel>.panel-body>iframe {
        width: 100% !important;
    }


}

@media (min-width: 426px) and (max-width: 767px) {
    header {
        position: relative;
    }

    .hdr-btm .col-xs-6 {
        z-index: 99;
    }

    .nav-tabs>li>a {
        position: relative !important;
        display: block !important;
        padding: 10px 15px !important;
    }

    .hdr-top .col-sm-3 {
        width: 100%;
        text-align: center;
        padding: 0 10px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .hdr-top .col-sm-4 {
        width: 100%;
        text-align: center;
        padding: 0 10px;
        margin-top: 8px;
    }

    .hdr-top .col-sm-5 {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .office-info-list {
        float: left;
    }

    .top-social-icons {
        /*text-align: center !important;*/
        float: left;
        padding: 10px;
    }

    .university-logo {
        float: none !important;
    padding-left: 0px !important;
        text-align: center;
        /*align-content: center;*/
        /*margin-left: 135px !important;*/
    }

    .university-name {
        margin-left: 58px !important;
    }

    .nepal-flag {
        text-align: center;
        /*margin-left: 163px;*/
    }

    .search {
        padding-left: 30px;
    }

    .seaBut {
        top: 2px;
    }

    .chairman-panel {
        text-align: center;
    }

    .secretery-panel {
        text-align: center;
    }

    .div-team,
    footer,
    footer .website-creator {
        text-align: center;
    }

    .right-arrow {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    marquee {
        height: 32px;
    }

    .seaBut .btn-more {
        margin-top: 0;
    }

    .mobi-logo {
        visibility: visible;
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .navbar-default {
        padding-top: 0;
    }

    .slider,
    .inr-bnr {
        margin-top: 0;
    }

    .carousel-control img {
        width: 100%;
    }

    .carousel-indicators {
        visibility: hidden;
        display: none;
        width: 50%;
        padding: 5px;
    }

    .div-team,
    footer,
    footer .text-right {
        text-align: center;
    }

    .brdcrmb {
        display: none;
        visibility: hidden;
    }

    .cap-small {
        font-size: 15px;
        padding-top: 3%;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    .logo img {
        width: auto;
        height: auto;
    }

    .hdr-topx {
        display: none;
        visibility: hidden;
    }

    .leftBorder {
        border-left: none;
        padding: 0 10px;
    }

    .rightPadding {
        padding-right: 0;
    }

    .first-row {
        font-size: 14px;
    }

    .first-row h1 {
        padding-bottom: 20px;
    }

    .whiteBg p {
        padding: 25px 0 5px 0 !important;
    }

    .first-row .whiteBg {
        padding: 30px;
    }

    .first-row .redBg {
        padding: 30px;
    }

    .redBg p {
        padding: 25px 0 5px 0 !important;
    }

    .tab-content {
        padding: 0 10px;
    }

    .up-events {
        padding: 30px 0;
    }

    .up-events .col-md-4 {
        padding: 0 10px 20px 10px !important;
    }

    .regu-events {
        padding: 30px 0;
    }

    .regu-events .col-md-2 {}

    .regu-events img {
        width: auto;
        height: auto;
    }

    .regu-events h1 {
        text-align: center;
    }

    .int-map img {
        width: 100%;
        height: auto;
    }

    .sec5 {
        padding: 30px 10px !important;
    }

    .join-img {
        visibility: hidden;
        display: none;
    }

    .add {
        border-left: none;
        padding: 0 10px;
        min-height: 0;
    }

    .top-margin {
        margin-top: 15px;
    }

    .leftMargin {
        padding-left: 10px;
        padding-top: 5px;
    }

    .cont {
        border-left: none;
        min-height: 0;
        padding: 25px 10px;
        margin-top: 55px;
    }

    input.submitBut {
        width: 100%;
    }

    .ftr-top {
        padding: 30px 0 0;
    }

    .ftr-btm {
        padding: 20px 10px;
    }

    .ft-list {
        min-height: 0;
        margin-bottom: 15px;
    }

    .ft-list li {
        background: none;
        padding: 0 0 10px;
    }

    .wc-txt h1 {
        font-size: 30px;
    }

    .wc-txt h2 {
        font-size: 16px;
    }

    .wc-txt h3 {
        font-size: 16px;
    }

    .content {
        padding: 0 0 20px;
        font-size: 14px;
        line-height: 1.5;
    }

    .content h1 {
        font-size: 30px;
    }

    .mobi-inr-bnr {
        width: 100%;
        padding: 10px 15px 10px;
        margin: 0 0 20px;
        display: block;
        visibility: visible;
        border-bottom: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1;
    }

    .inr-bnr {
        display: none;
        visibility: hidden;
    }

    .mobi-inr-bnr h1 {
        font-family: 'Poppins';
        font-weight: 700;
        margin: 0;
        font-size: 30px;
        text-transform: uppercase;
        color: #323232;
        text-align: center;
    }

    .rightPadd {
        padding: 0 10px;
    }

    .col-sm-8 {
        padding: 0;
    }

    .col-sm-12 {
        padding: 0 10px;
    }

    /* .slider .carousel-caption {
        display: none;
        visibility: hidden;
    } */

    .goal-bar .container {
        padding: 0 15px;
    }

    .goal-bar {
        font-size: 15px;
        padding: 20px 0;
    }

    .bttn-solid {
        width: auto;
        padding: 14px 35px;
        font-size: 13px;
        letter-spacing: .5px;
    }

    .links-bttn {
        margin: 20px 0 0 0;
    }

    .rightMargin {
        padding-right: 10px;
    }

    .conference-panel {
        margin: 0px;
        padding-bottom: 40px;
        padding-top: 40px;
        min-height: 250px;
    }

    .name {
        text-align: center;
    }

    .carousel-inner>.item>.slider-item {
        height: 500px !important;
    }

    .carousel-inner>.item>.gallery-carousel-img {
        height: 190px !important;
    }

    #image-marquee {
        min-height: 160px !important;
    }
    
    #image-marquee img {
    margin-bottom: 0px;
    width: 16% !important;
}

    .first-row>.container>.row>.col-md-4>.panel>.panel-body>iframe {
        width: 100% !important;
    }


}

@media (min-width: 768px) and (max-width: 991px) {

    .conference-panel {
        margin: 0px;
        padding: 0px;
        min-height: 250px;
    }

    .university-logo {
        float: none !important;
    padding-left: 0px !important;
        text-align: center;
        /*align-content: center;*/
        /*margin-left: 190px !important;*/
    }

    .navbar-default {
        padding-top: 0;
    }

    /* .slider,
    .inr-bnr {
        margin-top: 125px;
    } */

    .carousel-indicators {
        width: 30%;
    }

    .cap-small {
        font-size: 30px;
        padding-top: 3%;
    }

    .nepal-flag {
        text-align: center;
        /*margin-left: 140px;*/
    }

    #image-marquee {
        min-height: 140px !important;
    }

    .carousel-inner>.item>.slider-item {
        height: 800px !important;
    }

    .carousel-inner>.item>.gallery-carousel-img {
        height: 190px !important;
    }

    .first-row>.container>.row>.col-md-4>.panel>.panel-body>iframe {
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .conference-panel {
        margin: 0px;
        padding: 0px;
        min-height: 250px;
    }

    .nav>li>a {
        padding: 5px 8px;
        letter-spacing: 0.5px;
        font-size: 12px;
    }

    .ft-menu a {
        padding-right: 6px;
    }

    .cap-small {
        padding-top: 2%;
    }

    .right-arrow {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .memberarea-content-div {
        min-width: 150px;
        min-height: 290px;

    }

    .member-login-img {
        width: 50% !important;
    }

    .audio-image {
        height: 187px;
        min-width: 100px !important;
    }

    #image-marquee {
        min-height: 160px !important;
    }

    .carousel-inner>.item>.slider-item {
        height: 800px !important;
    }

    .carousel-inner>.item>.gallery-carousel-img {
        height: 190px !important;
    }

    .first-row>.container>.row>.col-md-4>.panel>.panel-body>iframe {
        width: 100% !important;
    }
}

/* Included color classes..
    .red
	.blue
	.yellow
	.green
	.navy
*/

/*css for events*/
/*.services{*/
/*margin: 20px auto;*/
/*}*/
figure.snip1174 {
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: left;
    /*margin: 10px;*/
    width: 100%;
    border-radius: 0px;
}

figure.snip1174 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

figure.snip1174 img {
    max-width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    vertical-align: top;
    opacity: 0.7;
}

figure.snip1174 figcaption {
    position: absolute;
    padding: 40px 25px;
    top: 0;
    left: 0;
}

figure.snip1174 h2,
figure.snip1174 p {
    margin: 0;
    padding: 0;
}

figure.snip1174 h2 {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 100;
    font-size: 1.8em;
}

figure.snip1174 p {
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.4em;
}

figure.snip1174 a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.8em;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
}

figure.snip1174 a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

figure.snip1174.blue {
    background-color: #20638f;
}

figure.snip1174.yellow {
    background-color: #c87f0a;
}

figure.snip1174.green {
    background-color: #1e8449;
}

figure.snip1174.navy {
    background-color: #222f3d;
}

figure.snip1174.red {
    background-color: #962d22;
}

figure.snip1174:hover img,
figure.snip1174.hover img {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.snip1174:hover a,
figure.snip1174.hover a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#myNavbar ul li a {
    color: white;
}

#myNavbar ul li {
    /*padding:5px;*/
}

.university-logo {
    float: left;
    padding-left: 13px;
}

.university-name {

    text-transform: uppercase;
    font-family: 'Poppins';
    margin-left: 20px;
    padding: 10px;

}

.nepali-name {
    font-size: 30px;
    width: 30%;
    text-shadow: 2px 2px #bfbfbf;
    font-family: 'Poppins';
    color: #FFFFFF;
}

.eng-name {
    font-size: 17px;
    width: 30%;
    font-family: 'Poppins';
    color: #FFFFFF;
    text-shadow: 2px 2px #bfbfbf;
    font-weight: bold;
}

.mini-menu {
    margin-top: 10px;
}

.mini-menu a {
    color: #000000;
}

.mini-menu a:hover {
    color: #0080ff;
}

#social-list li a {}

.notice-item {
    color: #101010;
}

.notice-item a {
    color: #101010;
}

.notice-viewmore {
    margin-top: 22px;
}

.panel-title {
    color: #1a1a1a;
}

.link-list {
    list-style: none;
    color: #1a1a1a;
}

.notice-panel {

    /*height: 555px !important;*/
    /*border-radius: 0px;*/
    margin: 0px;
    padding: 0px;
    margin: 0px;
    /*font-family: 'Poppins' !important;*/
    /*border: 1px solid #999999;*/

}

.noticeData small {
    color: #0a0a0a;
}

.noticeData a:hover {
    color: Tomato;
}

.noticeData a {
    color: #0a0a0a;
}

small {
    color: #0a0a0a;
}

.noticeData {
    overflow-y: scroll;
    height: 400px;
    background-color: #f2f2f2;
    list-style-type: none;
}

#noticeUl li:before {
    content: '>';
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0px -2px 0px -10px;
    list-style-position: outside;

}

.notice-list {

    border: 1px solid #999999;

}

.news-panel {
    /*height: 350px !important;*/
    position: relative;
    /*border-radius: 0px;*/
    font-style: normal;
    font-family: 'Poppins';
    /*border: 1px solid #999999;*/
}

.news-list {
    border: 1px solid #999999;
}

#newsUl li:before {
    content: '>';
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0px -2px 0px -10px;
    list-style-position: outside;

}

.newsData {
    overflow-y: scroll;
    max-height: 350px;
    list-style-type: none;
    border-radius: 0px !important;
}

.list-group {
    margin-bottom: 0px;
    height: 350px !important;
    border-radius: 0px !important;
}

.newsData small {
    color: #0a0a0a;
}

.newsData a {
    color: #0a0a0a;
    ;
}

.newsData a:hover {
    color: tomato;
}

.event-panel {

    /*height: 350px !important;*/
    /*border-radius: 0px;*/
    margin: 0px;
    font-style: normal;
    font-family: 'Poppins';
    /*border: 1px solid #999999;*/

}

#eventUl li:before {
    content: '>';
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0px -2px 0px -10px;
    list-style-position: outside;

}

.event-list {
    border: 1px solid #999999;

}

.eventsData {

    overflow-y: scroll;
    max-height: 350px;

}

.eventsData small {
    color: #0a0a0a;
}

.eventsData a {
    color: #0a0a0a;
}

.eventsData a:hover {
    color: Tomato;
}

.panel-heading {
    border-radius: 0px;
    color: #ffffff;
}

.dropdown-submenu {
    position: relative;
    color: #ffffff;

}

.dropdown-submenu .dropdown-menu li a {
    color: #ffffff;
}

.dropdown-submenu .dropdown-menu li a:hover {
    color: #f19800 !important;
}

.dropdown-submenu>.dropdown-menu>.dropdown-submenu>.dropdown-menu li a {
    color: #ffffff;

}

.dropdown-submenu>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    color: #ffffff;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    color: #e0dfe3;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.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;
}

.fb-plugin>iframe {
    float: right;

}

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.org-link a {
    color: #0080ff;
}

.org-link a:hover {
    color: #0080ff !important;
}

.navbar-default .navbar-nav>.active>a {
    color: #f19800 !important;
}

.thumbnail {
    width: 100%;
    min-height: 205px;
    text-align: center;
    padding: 0px;
}

#headPhoto {
    width: 65%;
}

#headPhotoRow {
    text-align: center;
    justify-items: center;
    padding-left: 30%;

}

#member-panel {
    margin-top: 42px;
    margin-bottom: 20px;
}

.image-text {
    background-color: #1a1a1a;
    color: whitesmoke;
    padding: 10px 0px 10px 40px;
}

.social-icon {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    width: 100%;
    background-color: #e6e6e6;

}

.social-icon ul {
    padding: 2px 0px 2px 25px;
    font-size: 12px;
    list-style: none;
}

.chairman-panel {

    background-color: #c6d9eb;
    min-height: 250px;
    font-style: normal;

}

.secretery-panel {

    background-color: #c2d6d6;
    min-height: 250px;
    padding-bottom: 10px;
    font-style: normal;

}

.member-msg-div {

    padding: 13px 0px 40px 0px;
}

.member-msg {
    color: #0080ff !important;
    font-style: normal;
}

.member-msg-img {
    text-align: left;
    float: left;
}

.member-msg-head {

    font-size: 20px !important;
    padding: 10px 0;
    border-bottom: 1px solid #efeff6;
    font-family: 'Poppins' !important;

}

.message-title {
    text-transform: inherit !important;
    /*text-decoration: underline;*/
    font-style: normal;
}

.message {
    font-size: 14px;
    padding-top: 10px;
    font-style: normal;
}

.read-more {
    border-radius: 30px;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    text-align: center;
    font-size: 12px;
    padding: 3px;
    width: 95px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 20px 0px;
    background-color: #d6f5d6;
    font-style: normal;
}

.read-more span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.read-more span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.read-more:hover {
    background-color: #ffd9b3;

}

.read-more:hover span {
    padding-right: 25px;

}

.read-more:hover span:after {
    opacity: 1;
    right: 0;
}

#exampleModalLongTitle {

    font-size: 16px;
    font-weight: bold;
    font-style: normal;

}

.special-msg-section {
    padding: 0px 20px
}

.panel {
    font-family: 'Poppins' !important;
}

.table {
    font-family: 'Poppins' !important;
}

.table-bordered>thead>tr>th {

    border: 1px solid #7a7a79 !important;

}

.table-bordered>tbody>tr>td {

    border: 1px solid #7a7a79 !important;

}

.search-tbl>tbody>tr>td {

    /*border-bottom: 1px solid #7a7a79 !important;*/
}

.search-tbl .form-control {

    /*border: 1px solid #7a7a79 !important;*/
    border-radius: 0px;

}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0a0a0a !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #0a0a0a !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #0a0a0a !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #0a0a0a !important;
}

.row {

    font-family: 'Poppins' !important;

}

.title-head a:hover {
    color: #f19800;

}

/*css for carousel image**/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
    /*height: 500px;*/
}

.item:nth-child(1) {
    background: #74C390;

}

.item:nth-child(2) {
    background: #51BCE8;

}

.item:nth-child(3) {
    background: #E46653;

}

#editor-tbl tr td {
    padding: 10px !important;
    border: 1px solid #5a6268;
}

.top-bar {
    background-color: #efeff6;
    min-height: 35px;
    padding: 10px 32px;
    font-size: 15px;
}

#head-person-message {

    padding-top: 79px;
}

.navbar {
    margin-bottom: 0px;
}

.appDiv {
    border: 1px solid #ffffff;
    padding: 10px;
}


.welcome {}

.welcome-head {
    font-size: 30px !important;
    padding: 10px 0;
    border-bottom: 1px solid #efeff6;
    font-family: 'Poppins' !important;
}

.welcome-content {
    line-height: 24px;
}

.tab-panel {
    background-color: #e6e6e6;
}


.nav-tabs>li.active>a {

    border-top: 1px solid #ccccd4 !important;
    border-left: 1px solid #ccccd4 !important;
    border-right: 1px solid #ccccd4 !important;
    border-bottom: 0px;
}

.nav-tabs {
    border-bottom: 1px solid #ccccd4 !important;
}


.tbl {
    margin-bottom: 0px !important;
    border-bottom: 1px solid #ccccd4 !important;
}

.tab-pane {
    border-bottom: 1px solid #ccccd4 !important;
    border-right: 1px solid #ccccd4 !important;
    border-left: 1px solid #ccccd4 !important;
}

.quick-links {
    padding: 0px 16px;
}

.access-program {
    padding: 0px 16px;

}

#myCarousel {}

#innerCrousel {}

.carousel-control {
    margin-top: 0px;
}

.panel-title {
    padding: 10px;
}

.with-border {
    border-bottom: 1px solid #e6e6e6;
}

.a-link {
    text-decoration: none;
    font-family: 'Poppins';
}

.a-link:hover {
    text-decoration: none;
    color: #f19800 !important;

}

.p-text {
    color: #272E9D !important;
    font-size: 20px;
    padding-bottom: 5px;
    font-family: 'Poppins';
    text-align: center !important;
}

.p-content {
    font-family: 'Poppins';
    text-align: left !important;
}

.modal-title {
    font-family: 'Poppins';
    text-align: left !important;
}

.member-name {
    padding-top: 20px;
    font-family: 'Poppins';
    text-align: left !important;
}

.conference-div {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.conference-div img {
    vertical-align: middle;
}

.conference-div .content {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    /* Fallback color */
    background: rgba(0, 0, 0, 0.5);
    /* Black background with 0.5 opacity */
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

.name {
    padding-top: 8px;
}

.org-name {
    padding: 0px 10px;
    font-size: 19px;
}

.title {
    text-align: center;
    color: #ffffff !important;

}

.member-head {
    padding: 10px;
    background-color: #272E9D;

}

.memberarea-icon-div {
    float: left;
    min-width: 100px;
}

.memberarea-content-div {
    min-width: 150px;
    min-height: 190px;

}

.member-msg-content {
    float: left;
}

.login-btn {
    margin-top: 10px;
    border: none;
    border-radius: 0px;
}

.media-panel {
    min-height: 265px;
}

.media-panel-body {
    min-height: 220px;
}

.conference-panel {
    margin: 0;
    padding-bottom: 15px;
    padding-top: 3px;
    border-radius: 0px;
    min-height: 250px;
}

.conference-panel-head {
    background-color: #1f75bf;
    margin: 0px;
    padding: 1px;
    color: #ffffff !important;
}

.conference-panel-head h3 {
    color: #ffffff;
}

.conference-detail {
    min-height: 351px !important;
    font-family: 'Poppins' !important;
}

.conference-detail p {
    font-family: 'Poppins' !important;
}

.heading-title {
    padding: 0px 10px;
}

.conference-icon-img {
    width: 30%;
    margin: 20px 0px;
    border-radius: 5px;
    border: 10px solid #fafafd;
}

.img-rounded {
    border-radius: 150px !important;
    width: 30%;
    margin: 10px;
}

.img-rectangle {
    border-radius: 5px !important;
    width: 20%;
    float: left;
    margin: 10px;
}

.head-content {
    text-align: center;
    padding: 20px 0px;

}

.btn-message {
    border-radius: 0px;
    background-color: #1f75bf;
}

.reset-form {
    background-color: #ffffff;
    padding: 15px;
}

.activity-icon {
    width: 100%;
}

.blue-text {
    color: #272E9D;
    font-family: 'Poppins';
}

.top-social-icons {
    text-align: right;
}

.footer-list {
    padding: 6px 0px;
}

.audio-image {
    height: 187px;
    min-width: 100%;
}

.member-login-img {
    width: 80%;
}

.span-title {
    padding-left: 10px;
}

.text-link {
    background-color: #272E9D;
    border-radius: 0px;
    border: none;
    color: #ffffff;
}

.text-link:hover {
    background-color: #f19800;
}

.navbar-default .navbar-collapse {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.line-box {
    /*padding: 5px 0;*/
    width: 100%;
    background: #fff;
    color: #000000;
    position: relative;
    font-size: 14px;
    line-height: 1.71;
}

.android-img {
    padding-left: 15px;
}

.main-div {
    background-color: #ffffff;
    padding: 20px 25px;
}

.main-div-tbl {
    background-color: #ffffff;
    padding: 38px 25px 19px 25px;
}

.main-div-single {
    background-color: #ffffff;
    padding: 14px 25px 35px 25px;
}

.line-text {
    border-bottom: 1px solid #efeff6;
    width: 100%;
}

.conference-detail-head {
    text-align: center;
}

.search-div {
    padding: 15px;
}

.branch-content p,
span {

    font-family: 'Poppins' !important;
    font-weight: 400;
}

.branch-content table {
    margin: 0px !important;
    max-width: 1088px;
}

.branch-content table tbody td,
th {
    padding-left: 10px !important;
    border-bottom: 1px solid #000000;
}

.branch-content table thead th {
    height: 44px !important;
}

.page-content p,
span {

    font-family: 'Poppins' !important;
    font-weight: 400;
}

.page-content table {
    margin: 0px !important;
    max-width: 1088px;
}

.page-content table tbody td,
th {
    padding-left: 10px !important;
    border-bottom: 1px solid #000000;
}

.page-content table thead th {
    padding-top: 10px !important;
    height: 44px !important;
}


.address-p {
    padding-top: 2px;
}

.gallery-carousel-img {
    height: 191px !important;
    width: 100%;
}


.main-div-single p,
span {

    font-family: 'Poppins' !important;
    font-weight: 400;
}

.main-div-single table {
    margin: 0px !important;
    max-width: 716px;
}

.main-div-single table tbody td,
th {
    padding-left: 10px !important;
    border-bottom: 1px solid #000000;
}

.main-div-single table thead th {
    padding-top: 10px !important;
    height: 44px !important;
}

.main-div-single img {
    max-width: 718px;
}

#image-marquee {
    min-height: 195px;
}

#image-marquee img {
    margin-bottom: 0px;
    width: 12%;
}

#image-marquee a {
    padding: 0px 20px;
}

.conference-tab {
    padding-left: 10rem;
}

/* CSS specific to Firefox using a media query */
@-moz-document url-prefix() {
    #image-marquee {
        min-height: 200px !important;
    }

    #image-marquee img {
        margin-bottom: 0px;
        width: 2%;
    }

    #image-marquee a {
        padding: 0px 20px;
    }

    @media (max-width: 767px) {
        header {
            position: relative;
        }

        .hdr-btm .col-xs-6 {
            z-index: 99;
        }

        .nav-tabs>li>a {
            position: relative !important;
            display: block !important;
            padding: 10px 15px !important;
        }

        .hdr-top .col-sm-3 {
            width: 100%;
            text-align: center;
            padding: 0 10px;
            margin-top: 8px;
            margin-bottom: 8px;
        }

        .hdr-top .col-sm-4 {
            width: 100%;
            text-align: center;
            padding: 0 10px;
            margin-top: 8px;
        }

        .hdr-top .col-sm-5 {
            width: 100%;
            text-align: center;
            padding: 0 10px;
        }

        .office-info-list {
            float: left;
        }

        .top-social-icons {
            /*text-align: center !important;*/
            float: left;
            padding: 10px;
        }

        .university-logo {
            align-content: center;
            margin-left: 135px !important;
        }

        .university-name {
            margin-left: 58px !important;
        }

        .nepal-flag {
            text-align: center;
            /*margin-left: 163px;*/
        }

        .search {
            padding-left: 30px;
        }

        .seaBut {
            top: 2px;
        }

        .chairman-panel {
            text-align: center;
        }

        .secretery-panel {
            text-align: center;
        }

        .div-team,
        footer,
        footer .website-creator {
            text-align: center;
        }

        .right-arrow {
            width: 100%;
            text-align: center;
            padding: 10px;
        }

        marquee {
            height: 32px;
        }

        .seaBut .btn-more {
            margin-top: 0;
        }

        .mobi-logo {
            visibility: visible;
            display: block;
            width: 100%;
            padding: 0;
            text-align: center;
        }

        .navbar-default {
            padding-top: 0;
        }

        .slider,
        .inr-bnr {
            margin-top: 0;
        }

        .carousel-control img {
            width: 100%;
        }

        .carousel-indicators {
            visibility: hidden;
            display: none;
            width: 50%;
            padding: 5px;
        }

        .div-team,
        footer,
        footer .text-right {
            text-align: center;
        }

        .brdcrmb {
            display: none;
            visibility: hidden;
        }

        .cap-small {
            font-size: 15px;
            padding-top: 3%;
        }

        .logo {
            width: 100%;
            text-align: center;
        }

        .logo img {
            width: auto;
            height: auto;
        }

        .hdr-topx {
            display: none;
            visibility: hidden;
        }

        .leftBorder {
            border-left: none;
            padding: 0 10px;
        }

        .rightPadding {
            padding-right: 0;
        }

        .first-row {
            font-size: 14px;
        }

        .first-row h1 {
            padding-bottom: 20px;
        }

        .whiteBg p {
            padding: 25px 0 5px 0 !important;
        }

        .first-row .whiteBg {
            padding: 30px;
        }

        .first-row .redBg {
            padding: 30px;
        }

        .redBg p {
            padding: 25px 0 5px 0 !important;
        }

        .tab-content {
            padding: 0 10px;
        }

        .up-events {
            padding: 30px 0;
        }

        .up-events .col-md-4 {
            padding: 0 10px 20px 10px !important;
        }

        .regu-events {
            padding: 30px 0;
        }

        .regu-events .col-md-2 {}

        .regu-events img {
            width: auto;
            height: auto;
        }

        .regu-events h1 {
            text-align: center;
        }

        .int-map img {
            width: 100%;
            height: auto;
        }

        .sec5 {
            padding: 30px 10px !important;
        }

        .join-img {
            visibility: hidden;
            display: none;
        }

        .add {
            border-left: none;
            padding: 0 10px;
            min-height: 0;
        }

        .top-margin {
            margin-top: 15px;
        }

        .leftMargin {
            padding-left: 10px;
            padding-top: 5px;
        }

        .cont {
            border-left: none;
            min-height: 0;
            padding: 25px 10px;
            margin-top: 55px;
        }

        input.submitBut {
            width: 100%;
        }

        .ftr-top {
            padding: 30px 0 0;
        }

        .ftr-btm {
            padding: 20px 10px;
        }

        .ft-list {
            min-height: 0;
            margin-bottom: 15px;
        }

        .ft-list li {
            background: none;
            padding: 0 0 10px;
        }

        .wc-txt h1 {
            font-size: 30px;
        }

        .wc-txt h2 {
            font-size: 16px;
        }

        .wc-txt h3 {
            font-size: 16px;
        }

        .content {
            padding: 0 0 20px;
            font-size: 14px;
            line-height: 1.5;
        }

        .content h1 {
            font-size: 30px;
        }

        .mobi-inr-bnr {
            width: 100%;
            padding: 10px 15px 10px;
            margin: 0 0 20px;
            display: block;
            visibility: visible;
            border-bottom: 1px solid #f1f1f1;
            border-top: 1px solid #f1f1f1;
        }

        .inr-bnr {
            display: none;
            visibility: hidden;
        }

        .mobi-inr-bnr h1 {
            font-family: 'Poppins';
            font-weight: 700;
            margin: 0;
            font-size: 30px;
            text-transform: uppercase;
            color: #323232;
            text-align: center;
        }

        .rightPadd {
            padding: 0 10px;
        }

        .col-sm-8 {
            padding: 0;
        }

        .col-sm-12 {
            padding: 0 10px;
        }

        /* .slider .carousel-caption {
            display: none;
            visibility: hidden;
        } */

        .goal-bar .container {
            padding: 0 15px;
        }

        .goal-bar {
            font-size: 15px;
            padding: 20px 0;
        }

        .bttn-solid {
            width: auto;
            padding: 14px 35px;
            font-size: 13px;
            letter-spacing: .5px;
        }

        .links-bttn {
            margin: 20px 0 0 0;
        }

        .rightMargin {
            padding-right: 10px;
        }

        .conference-panel {
            margin: 0px;
            padding-bottom: 40px;
            padding-top: 40px;
            min-height: 250px;
        }

        .name {
            text-align: center;
        }

        .carousel-inner>.item>.slider-item {
            height: 300px !important;
        }

        .carousel-inner>.item>.gallery-carousel-img {
            height: 190px !important;
        }

        #image-marquee {
            min-height: 160px !important;
        }

        .first-row>.container>.row>.col-md-4>.panel>.panel-body>iframe {
            width: 100% !important;
        }

    }

    @media (min-width: 768px) and (max-width: 991px) {

        .conference-panel {
            margin: 0px;
            padding: 0px;
            min-height: 250px;
        }

        .university-logo {
            align-content: center;
            margin-left: 190px !important;
        }

        .navbar-default {
            padding-top: 0;
        }

        /* .slider,
        .inr-bnr {
            margin-top: 125px;
        } */

        .carousel-indicators {
            width: 30%;
        }

        .cap-small {
            font-size: 30px;
            padding-top: 3%;
        }

        .nepal-flag {
            text-align: center;
            /*margin-left: 140px;*/
        }

        .panel {
            margin-right: 20px;
        }

        .name {
            text-align: center;
        }

        .carousel-inner>.item>.slider-item {
            height: 800px !important;
        }

        .carousel-inner>.item>.gallery-carousel-img {
            height: 190px !important;
        }

        #image-marquee {
            min-height: 140px !important;
        }

        .first-row>.container>.row>.col-md-4>.panel>.panel-body>iframe {
            width: 100% !important;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .conference-panel {
            margin: 0px;
            padding: 0px;
            min-height: 250px;
        }

        .nav>li>a {
            padding: 5px 8px;
            letter-spacing: 0.5px;
            font-size: 12px;
        }

        .ft-menu a {
            padding-right: 6px;
        }

        .cap-small {
            padding-top: 2%;
        }

        .right-arrow {
            width: 100%;
            text-align: center;
            padding: 10px;
        }

        .memberarea-content-div {
            min-width: 150px;
            min-height: 290px;

        }

        .member-login-img {
            width: 50% !important;
        }

        .audio-image {
            height: 187px;
            min-width: 100px !important;
        }

        .carousel-inner>.item>.slider-item {
            height: 800px !important;
        }

        .carousel-inner>.item>.gallery-carousel-img {
            height: 190px !important;
        }

        #image-marquee {
            min-height: 160px !important;
        }

        .first-row>.container>.row>.col-md-4>.panel>.panel-body>iframe {
            width: 100% !important;
        }
    }
}