.mt-100{
	margin-top: 120px;  /* 103px;   */
}
.gray_bg {
    background: #fff;
    /* padding-bottom: 40px;*/
    padding-top: 130px;
}
.menu_mn > ul > li > a {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #dfbf48;
    transition: 0.5s all ease;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0 15px;
}
.menu_mn > ul > li > a:hover {
    color: #ffffff;
    transition: 0.5s all ease;
}
.click_menu_i:before {
    position: absolute;
    top: 8px;
    right: -15px;
    border-top: 5px solid #dfbf48;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    transition: 0.5s all ease;
}
.Fixed_header .menu_mn > ul > li > a {
    color: #dfbf48;
    transition: 0.5s all ease;
    padding: 29px 0;
}
/*@media (max-width: 1024px) {
    .Fixed_header .menu_mn > ul > li > a {
        color: #000;
        transition: 0.5s all ease;
        padding: 8px 10px 8px 10px;
    }
}*/
.Fixed_header .click_menu_i:before {
    top: 36px;
    border-top: 5px solid #dfbf48;
    transition: 0.5s all ease;
}
.menu_mn ul ul {
    position: absolute;
    width: 260px;
    left: 0;
    top: 32px;
    background: #242544;
    z-index: 99;
    display: none;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
}
/*.menu_mn ul ul li a:hover {
    background: #fff;
}*/
.menu_mn ul ul li a {
    padding: 8px 8px 8px;
    display: block;
    color: #dfbf48;
    font-size: 14px;
    transition: 0.5s all ease;
    /* text-transform: uppercase; */
}
.menu_mn ul ul li {
    display: block;
    border-bottom: 1px solid #dfbf48;
    margin: 0;
}
@media (min-width: 1024px) {
    .menu_mn > ul ul li:hover > a {
        background: #dfbf48;
        color: #242544;
        transition: 0.5s all ease;
    }
    .mt-100 {
	    margin-top: 100px;
		}
}
.sub_btn {
    /*padding: 17px 45px 16px 45px;
    display: inline-block;
    align-items: center;
    font-size: 16px;*/
    color: #dfbf48;
    /*line-height: 21px;
    border-radius: 30px;
    position: relative;
    transition: 0.5s all ease;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;*/
    background: #242544;
   /* font-weight: 400;
    letter-spacing: 0;*/
}
.sub_btn:hover {
    color: #242544;
    transition: 0.5s all ease;
}
.slider_hd {
    font-size: 16px;
    line-height: 20px;
    /* line-height: 27px; */
    color: #dfbf48;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
    background: #242544;
    padding: 5px;
}
.ftr_add {
    background: #dfbf48;
    padding: 60px 15px 0px 55px; /*padding: 60px 15px 35px 55px;*/
}
.ftr_lt {
    width: 24%;
    background: #dfbf48;
}
.ftr_lt h5 {
    font-size: 22px;
    line-height: 27px;
    color: #242544;
    font-weight: 500;
    margin-bottom: 12px;
}
.ftr_lt p {
    font-size: 14px;
    color: #242544;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 24px;
    display: block;
}
.ftr_lt .sub_btn {
    color: #dfbf48;
    background: #242544;
    font-weight: 500;
    border:1px solid #242544;
}
.social_bx ul li a {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #dfbf48;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #dfbf48;
    border-radius: 50%;
    position: relative;
}
.social_bx ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dfbf48;
    content: "";
    border-radius: 50%;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    transition: 0.5s;
}
.faculty-border{
    border: 5px solid #dfbf48;
}
.help_icon {
    position: fixed;
    bottom: 45px;
    right: 40px;
    z-index: 9;
    display: block;
}
.g-heading{
	color:#dfbf48;
}
.ftr_lt p {
    font-size: 18px;
    color: #242544;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 24px;
    display: block;
}
.faculty_div {
    background: url(../images/faculty_bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 20px; 
}
.leadership_bx {
    border: 2px solid #27284e;
    padding: 50px 0;
    margin-bottom: 55px;
}
.programs_bx ul li a {
    display: block;
    padding: 28px 10px 45px 10px;
    height: 100%;
    background: #27284e;
    border-radius: 50px;
    transition: 0.5s all ease;
}
.programs_bx ul li:hover a {
    background: #dfbf48;
    transition: 0.5s all ease;
    color:#27284e;
}
.programs_bx .form_btn {
    font-size: 14px;
    height: 45px;
    width: 140px;
    border-radius: 40px;
    color: #27284e;
    border: 2px solid #27284e;
    background: #dfbf48;
    margin-top: 20px;
    transition: 0.5s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 auto 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
}
.programs_bx .form_btn:hover {
    background: #27284e;
    transition: 0.5s all ease;
    color: #fff;
}
.tab button.active {
    background-color: #dfbf48 !important;
    color: #27284e !important;
}
.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 40px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 40px;
    color: #dfbf48;
    border: 0;
    background: #27284e;
}
.tab button:hover {
    background-color: #dfbf48 !important;
    color: #27284e !important;
}
.family_bx {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0px;
    background: #ffffff;
    border-radius: 10px;
    transition: 0.5s all ease;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    /*height: 100%;*/
    padding-bottom: 10px;
}
.Faculty_img img {
    height: 100%;
    width: 100%;
}
.bg-odd{
	background: #27284e;
}
.bg_bx .bg-odd p {
    margin-bottom: 3px;
    font-size: 14px;
    color: #dfbf48;
    font-weight: 600;
    display: block;
    /*width: 58%;*/
    line-height: 20px;
    text-align: center;
}	
.bg-odd h4{
	color:#dfbf48;
	margin-bottom: 2px;
	font-weight: 600;
}
.bg-even{
	background: #dfbf48;
}
.bg_bx .bg-even p {
    margin-bottom: 3px;
    font-size: 14px;
    color: #27284e;
    font-weight: 600;
    display: block;
    line-height: 20px;
    text-align: center;
}	
.bg-even h4{
	color:#27284e;
	margin-bottom: 2px;
	font-weight: 600;
}
.Doc_req_bx {
    opacity: 0.9;
}
.Doc_req_bx a {
    font-size: 18px;
    color: #dfbf48;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 15px;
}
a:not([href]):hover {
    color: #dfbf48;
    text-decoration: none;
}
.table_bb tr th {
    background: #27284e;
    color: #dfbf48;
}
.abt_pro_UL li a {
    padding: 15px 50px 14px 50px;
    display: inline-block;
    align-items: center;
    font-size: 18px;
    color: #dfbf48;
    line-height: 21px;
    border-radius: 30px;
    transition: 0.5s all ease;
    text-align: center;
    position: relative;
    transition-duration: 0.3s;
    background: #27284e;
    font-weight: 500;
    letter-spacing: 0;
}
.abt_pro_UL li a:hover, .abt_pro_UL li.active a {
    background: #dfbf48;
    transition: 0.5s all ease;
    color: #27284e;
}
.course_lt ul li a {
    color: #dfbf48;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    border-bottom: 0px solid #d6d6d6;
    padding: 13px 10px 12px 10px;
    line-height: 20px;
    transition: 0.5s all ease;
    font-weight: 500;
    background: #27284e;
}
.course_lt ul li.active a {
    background: #dfbf48;
    color: #27284e;
    transition: 0.5s all ease;
}
.pay_bx {
    background-size: 100% 100%;
    padding: 25px 20px;
    width: 48%;
    background: #27284e;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}
.other_pay li {
    color: #dfbf48;
    font-weight: 400;
    background: #27284e;
    padding: 10px 15px 10px 15px;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 14px;
    position: relative;
    width: 49%;
}
.btn-submit {
    padding: 10px 30px !important;
    color: #dfbf48;
    background: #27284e !important;
}
.btn-submit:hover {
    background: #dfbf48 !important;
    color: #27284e;
    border: 1px solid #27284e;
}
.resig_bxr h3 {
    font-size: 24px;
    line-height: 30px;
    color: #27284e;
}
.inp_contact h5 {
    margin-bottom: 12px;
    color: #27284e;
    font-size: 17px;
    font-weight: 700;
}
.inp_contact a {
    color: #27284e;
}
.inp_contact i {
    color: #27284e;
    margin: 0 10px;
}
.dtbx ul li h5 {
    color: #27284e;
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 25px;
    padding-left: 20px;
}
.dtbx .bg1 {
    background: #27284e;
}
.dtbx .bord {
    border-left: 2px solid #27284e;
    position: absolute;
    height: 70%;
    left: 42px;
    top: 15px;
}
.inp_contact {
    margin: 15px 0;
    color: #27284e;
}
.btn.active {
    background-color: #27284e;
    color: #dfbf48;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    background: #27284e;
    color:#dfbf48;
}
.btn:hover {
    background-color: #dfbf48;
}
.test_in .test_scn_bg {
    width: 32%;
    height: auto;
    background: #27284e;
    background-size: cover;
    float: none;
    position: relative;
    padding: 20px 20px 20px;
    margin-bottom: 25px;
    border-radius: 20px;
    margin-right: 2%;
    overflow: hidden;
}
.news_tx .OpdAlbxIn:nth-child(3n+1), .cntrExcelbx:nth-child(3n+1) {
    background: #242544;
}
.company_tx{
    display: inline-block;
}
@media (max-width: 768px) {
    .ftr_lt {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .ftr_add {
        padding: 25px 0px 0px 0px;
    }
}
@media (max-width: 992px) {
    .help_icon img {
        max-width: 90px;
    }
}
@media (max-width: 1024px) {
    .menu_icon {
        position: relative;
        width: 30px;
        height: 22px;
        top: -7px;
        right: 10px;
        cursor: pointer;
        transition: 0.5s all ease;
    }
}
.wdth{
	width: 180px !important;
}
@media (max-width: 768px) {
    .wdth{
		width: 100% !important;
	}
}
