@charset "UTF-8"; 
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a, a:hover {
    text-decoration: none;
}
body
{
    font-family: "PT Sans", sans-serif;
}
.contact {
    margin-top: 30px;
    width: auto;
}

.icon {
    background: transparent none no-repeat scroll center center;
    border-right: 1px solid #ebeef0;
    float: left;
    margin-right: 5px;
    text-align: center;
    padding: 4px 10px;
    
}

.contact_bx {
    border: 1px solid #ebeef0;
    border-radius: 50px;
    color: #777;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    padding: 5px 0px 5px 18px;
    background-color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-item {
    margin-left: 0px;
    border-right: solid 1px #082550;
}
.navbar-expand-lg
{
    padding: 0px;
}

.nav-link
{
    padding: 15px 20px !important;
}

.yellow_btn:hover {
    color: #000;
    border: 1px solid #dc9105;
    background-color: #fcaf1e;
}
.yellow_btn {
	border: 1px solid #dc9105;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 5px;
	text-decoration: none;
	display: inline-block;
	color: #242424;
	background-color: #fcaf1e;
	width: 100%;
	min-height: 50px;
	text-align: center;
    margin: 8px 0px;
}

.important_btn{
background-color: #004785;
border: 0px;
padding: 13px 14px;
color: #fff;
font-size: 20px;
text-transform: uppercase;
}


.department_course
{
    border: 1px solid #ddd;
    height: 275px;
    padding: 20px;
}


.department_course h4
{
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}
.department_course ul
{
    padding: 0px;
}

.department_course ul li
{
    list-style:none;
    font-size: 14px;
    padding-bottom: 5px;
}

/** footer **/

#footer {
    background-color: #0C203B;
    padding-top:80px ;
    padding-bottom:80px ;
}

.footer-logo.footer-sec-1 p {
    font-family: 'rubik', sans-serif;
}

.footer-logo img {
    max-width: 50%;
    margin-bottom: 30px;
}

.footer-sec-1 {
    color: #8f8f8f;
}

.footer-logo.footer-sec-1 ul {
    margin-top: 24px;
}

.footer-logo.footer-sec-1 ul li {
    padding-bottom: 4px;
    margin-right: 14px;
}

.footer-logo.footer-sec-1 ul li:last-child {
    margin-right: 0px;
}

.footer-menu h6 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
}

.footer-logo.footer-sec-1 ul li a {
    position: relative;
    display: block;
    color: #999b9f;
    font-size: 16px;
    width: 44px;
    height: 44px;
    line-height: 34px;
    background: #1c1e22;
    text-align: center;
    border-radius: 50%;
    transition: all 300ms ease;
}

.footer-logo.footer-sec-1 ul li a:hover {
    color: #fff;
    background: #ffaa17;
}

.footer-menu {
    margin-top: 20px;
}

.footer-menu h6 {
    margin-bottom: 30px;
}

.footer-menu ul li {
    padding-bottom: 20px;
}

.footer-menu ul li a {
    color: #8f8f8f;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 16px;
    font-family: 'rubik', sans-serif;
}

.footer-menu ul li a:hover {
    color: #fff !important;
}

.footer-menu ul li P {
    color: #8f8f8f;
    font-family: 'rubik', sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.footer-navbar ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    border-bottom: 2px solid #ffaa17;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer-navbar ul li a:hover::before {
    transform: scaleX(1);
}

.call-menu li a {
    background: transparent !important;
    display: inline-block !important;
}

.call-menu li {
    font-family: 'rubik', sans-serif;
}

.footer-form {
    margin-top: 40px;
}

.footer-search {
    height: 60px;
    position: relative;
}

.bottom-footer {
    background: #111111;
    padding: 25px 0px;
    border-top: 1px solid #4d4c4c;
}

.footer-social-icon ul li {
    display: inline-block;
}

.footer-social-icon p {
    color: #555;
    font-family: 'rubik', sans-serif;
}

.footer-navbar ul li {
    width: 100%;
    /* float: left; */
}

.footer-search {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #1c1e22;
    border: 1px solid #1c1e22;
    border-radius: .25rem;
    font-family: 'rubik', sans-serif;
}

.footer-search:focus {
    background-color: #1c1e22;
    border: 1px solid #ffaa17;
    box-shadow: none;
    color: #fff;
}

.footer-submit-btn {
    border: none;
    text-align: center;
    text-transform: uppercase;
    background: #ffaa17;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 15px 50px;
    z-index: 1;
    letter-spacing: 0.1em;
    color: #222429;
}

.footer-submit-btn:hover {
    border-radius: 8px;
    color: #fff;
}

.footer-submit-btn .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: #222429;
    opacity: 0.2;
    z-index: 0;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.footer-submit-btn:hover .btn-curve {
    opacity: 1;
    right: -1px;
    width: 101%;
    transform: skewX(0deg);
    z-index: -1;
}

/** End-footer **/


.social-floating {
    position: fixed;
    top: 255px;
    z-index: 989;
    width: 0;
}
.social-floating ul {
	padding: 15px;
	-webkit-transform: translate(-270px, 0);
	-moz-transform: translate(-270px, 0);
	-ms-transform: translate(-270px, 0);
	-o-transform: translate(-270px, 0);
	transform: translate(-270px, 0);
}
.social-floating ul li {
	display: block;
	margin: 5px;
	background: rgba(158, 158, 158, 1);
	width: 300px;
	text-align: right;
	padding: 10px;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.social-floating ul span {
	color: #fff;
}
.social-floating ul li:nth-child(1) i {
	background: #3e599c;
}
.social-floating ul li i {
	margin-left: 10px;
	color: #fff;
	/* background: #fff; */
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 20px;
	/* background: #3a5697; */
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.social-floating ul li:hover a {
    color: #000;
}
.social-floating ul li:hover {
	-webkit-transform: translate(110px, 0);
	-moz-transform: translate(110px, 0);
	-ms-transform: translate(110px, 0);
	-o-transform: translate(110px, 0);
	transform: translate(110px, 0);
	/* background: rgba(255, 255, 255, 0.4); */
}
.social-floating ul li:hover i {
	color: #fff;
	background: red;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.top-stories .card { 
    padding: 10px;
}


.top-stories .card h2
{
    font-size: 28px;
    font-weight: bold;
}
.top-stories .card img
{
	height: 200px;
	overflow: hidden;
    border: 3px solid #000;
}

.font-white
{
    color: #fff;
}

.page-breadcrumb {
    background-image: url('../images/bread.jpg');
    padding: 40px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.widget-padding {
    padding-top: 80px;
    padding-bottom: 90px;
}

.contact_heading {
    margin-bottom: 40px;
    position: relative;
}


.contact-from input[type="text"], .contact-from input[type="email"], .contact-from textarea {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: 50px;
	padding: 10px 15px;
	box-shadow: none;
	line-height: normal;
	border: 2px solid #d8d8d8;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	font-size: 18px;
	-webkit-transition: all 0.18s ease;
	transition: all 0.18s ease;
}


.contact-from label
{
    margin-top: 20px;
}
.contact-from textarea
{
    height: 200px;
}
.about-btn,
.contact-form-btn
{
    background-color: #0C203B;
    border-color: #0C203B;
    margin-top: 15px;
    padding: 10px 30px;
}

.breadcrumb-item a
{
    color: #000;
}

.about-list  li
{
    padding-bottom: 20px;
}

#myTabContent li
{
    padding-bottom: 20px;
}




@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/poppins/Poppins-Regular.ttf)
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/poppins/Poppins-Medium.ttf)
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/poppins/Poppins-Bold.ttf)
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/poppins/Poppins-SemiBold.ttf)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif
}

a {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

a:focus {
    outline: none!important
}

a:hover {
    text-decoration: none;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

ul,
li {
    margin: 0;
    list-style-type: none
}

input {
    outline: none;
    border: none
}

textarea {
    outline: none;
    border: none
}

textarea:focus,
input:focus {
    border-color: transparent!important
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

input::-webkit-input-placeholder {
    color: #fff
}

input:-moz-placeholder {
    color: #fff
}

input::-moz-placeholder {
    color: #fff
}

input:-ms-input-placeholder {
    color: #fff
}

textarea::-webkit-input-placeholder {
    color: #fff
}

textarea:-moz-placeholder {
    color: #fff
}

textarea::-moz-placeholder {
    color: #fff
}

textarea:-ms-input-placeholder {
    color: #fff
}

label {
    margin: 0;
    display: block
}

button {
    outline: none!important;
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

iframe {
    border: none!important
}

.txt1 {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #e5e5e5;
    line-height: 1.5
}

.limiter {
    width: 100%;
    margin: 0 auto
}

.container-login100 {
    width: 100%;
    min-height: 90vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .9)
}

.wrap-login100 {
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px 55px 37px;
    background: #9152f8;
    background: -webkit-linear-gradient(top, #7579ff, #b224ef);
    background: -o-linear-gradient(top, #7579ff, #b224ef);
    background: -moz-linear-gradient(top, #7579ff, #b224ef);
    background: linear-gradient(top, #7579ff, #b224ef)
}

.login100-form {
    width: 100%
}

.login100-form-logo {
    font-size: 60px;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto
}

.login100-form-title {
    font-family: Poppins-Medium;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, .24);
    margin-bottom: 30px
}

.input100 {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: 0 0;
    padding: 0 5px 0 38px
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background: #fff
}

.focus-input100::after {
    font-family: Material-Design-Iconic-Font;
    font-size: 22px;
    color: #fff;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 6px;
    left: -185px;
    padding-left: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.input100:focus {
    padding-left: 5px
}

.input100:focus+.focus-input100::after {
    top: -22px;
    font-size: 18px
}

.input100:focus+.focus-input100::before {
    width: 100%
}

.has-val.input100+.focus-input100::after {
    top: -22px;
    font-size: 18px
}

.has-val.input100+.focus-input100::before {
    width: 100%
}

.has-val.input100 {
    padding-left: 5px
}

.contact100-form-checkbox {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 35px
}

.input-checkbox100 {
    display: none
}

.label-checkbox100 {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer
}

.label-checkbox100::before {
    content: "\f26b";
    font-family: Material-Design-Iconic-Font;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-checkbox100:checked+.label-checkbox100::before {
    color: #555
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.login100-form-btn {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #555;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 120px;
    height: 50px;
    border-radius: 25px;
    background: #9152f8;
    background: -webkit-linear-gradient(bottom, #7579ff, #b224ef);
    background: -o-linear-gradient(bottom, #7579ff, #b224ef);
    background: -moz-linear-gradient(bottom, #7579ff, #b224ef);
    background: linear-gradient(bottom, #7579ff, #b224ef);
    position: relative;
    z-index: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.login100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #fff;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.login100-form-btn:hover {
    color: #fff
}

.login100-form-btn:hover:before {
    opacity: 0
}

@media(max-width:576px) {
    .wrap-login100 {
        padding: 55px 15px 37px
    }
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    font-size: 16px;
    color: #c80000;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

@media(max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}

.wrap-login100 {
    background: -moz-linear-gradient(top, #0e0e0e, #2446ef) !important;
    background: -webkit-linear-gradient(top, #0e0e0e, #2446ef) !important;
}

.login100-form-btn {
    background: none !important;
}

.login100-form-btn:hover {
    background-color: #fff !important;
    color: #000;
    border-radius: 20px !important;
}




.student-profile .card {
  border-radius: 10px;
}

.student-profile .card .card-header .profile_img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: 10px auto;
  border: 10px solid #ccc;
  border-radius: 50%;
}

.student-profile .card h3 {
  font-size: 20px;
  font-weight: 700;
}

.student-profile .card p {
  font-size: 16px;
  color: #000;
}

.student-profile .table th,
.student-profile .table td {
  font-size: 14px;
  padding: 5px 10px;
  color: #000;
}


.three-tabs .nav-tabs .nav-link.active {
  color: #fff !important;
  border-color: #dee2e6 #dee2e6 #fff;
  background-color: #AC1D16 !important;
}


.three-tabs .tab-pane
{
    padding-top:20px;
}