body {
    padding: 0;
    margin: 0;
    /*  font-family: 'Montserrat', sans-serif;*/
    font-family: 'Proxima Nova Rg';
    font-size: 1rem;
    color: #000000;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    line-height: 1.8rem;
    font-weight: normal;
}
body.full-page {
    overflow: hidden !important;
}
html {
    font-size: 16px;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}
input:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1 {
    font-size: 3.75rem;
    font-weight: 700;
}
h2 {
    font-size: 3.5rem;
    font-weight: 700;
}
h3 {
    font-size: 1.675rem;
    font-weight: 700;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1rem;
}
h6 {
    font-size: 0.875rem;
}
p {
    font-size: 15px;
}
p.title {
    font-size: 1rem;
}
.block {
    display: block;
}
.italic {
    font-style: italic;
}
button {
    line-height: 1;
}
/*common font family*/
p, .heading-title > span, .process-wrapp li > .pro-step, .progress-bars .progress p, .progress-bars .progress .progress-bar span, .approach-table .ammount .dur, .pagination li > a, .counters .count_nums, .approach-table .ammount h2, .approach-table ul li, .webcats li a > span, .getin_form .form-control {
    font-family: 'Proxima Nova Rg';
}
/*fontAwesome*/
.zeus.tparrows.tp-rightarrow::before, .zeus.tparrows.tp-leftarrow::before, .approach-table ul li > span::before, .testimonial-quote h3::before, .testimonial-quote h3::after, blockquote.blockquote::before {
    font-family: 'FontAwesome';
}
/* Helper Classes & Shorcodes */
.padLeft {
    padding-left: 0px !important;
}
.padRight {
    padding-right: 0px !important;
}
.padding {
    padding: 7.5rem 0;
}
.padding_top {
    padding-top: 7.5rem;
}
.padding_bottom {
    padding-bottom: 7.5rem;
}
.margin_bottom {
    margin-bottom: 7.5rem;
}
.margin_top {
    margin-top: 7.5rem;
}
.padding_half {
    padding: 4.375rem 0;
}
.padding_bottom_half {
    padding-bottom: 4.375rem;
}
.margin_bottom_half {
    margin-bottom: 4.375rem;
}
.padding_top_half {
    padding-top: 4.375rem;
}
.heading_space {
    margin-bottom: 4.125rem;
}
.bottom5 {
    margin-bottom: 5px;
}
.bottom10 {
    margin-bottom: 10px;
}
.top10 {
    margin-top: 10px;
}
.bottom15 {
    margin-bottom: 15px;
}
.top15 {
    margin-top: 15px;
}
.top20 {
    margin-top: 20px;
}
.bottom20 {
    margin-bottom: 20px;
}
.bottom25 {
    margin-bottom: 25px;
}
.top25 {
    margin-top: 25px;
}
.bottom30 {
    margin-bottom: 30px;
}
.top30 {
    margin-top: 30px;
}
.bottom35 {
    margin-bottom: 35px;
}
.top40 {
    margin-top: 40px;
}
.bottom40 {
    margin-bottom: 40px;
}
.bottom45 {
    margin-bottom: 45px;
}
.top50 {
    margin-top: 50px;
}
.top60 {
    margin-top: 60px;
}
.bottom60 {
    margin-bottom: 60px;
}
.bottom0 {
    margin-bottom: 0;
}
.nomargin {
    margin: 0;
}
.nopadding {
    padding: 0;
}
.fontbold {
    font-weight: bold;
}
.fontmedium {
    font-weight: 500;
}
.font-light {
    font-weight: 300;
}
.font-xlight {
    font-weight: 200;
}
.bglight {
    background: #f5f7f7;
}
.bgdefault {
    background: #353584;
}
.whitecolor {
    color: #ffffff;
}
.darkcolor {
    color: #000000;
}
.skybluebg {
    background: #00afe5
}
.extradark-color {
    color: #212331;
}
.defaultcolor {
    color: #353584;
}
section {
    position: relative;
}
.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.container-padding {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
/*heading Titles */
.heading-title > span {
    font-size: 1.25rem;
    display: block;
    text-transform: capitalize;
    color: #353584;
}
.whitecolor.heading-title > span {
    color: #fff;
}
.heading-title h2 {
    font-weight: 400;
}
.heading-title h3 {
    font-weight: 700;
    font-size: 36px
}
.heading-title h3 span {
    color: #44c1e2;
    font-weight: 600;
    font-family: 'Proxima Nova Rg';
}
/*img wrap*/
.image {
    overflow: hidden;
}
a.image {
    display: block;
}
.image img {
    width: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/*hover on images*/
.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/*to align elements center*/
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*Back To Top*/
.back-top {
    color: #fff;
    right: 20px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 15px;
    background: #ffba00;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    border: 2px solid #ffffff;
    width: 40px;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.back-top::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    background: #db3236;
}
.back-top:hover::before, .back-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.back-top:hover, .back-top:focus {
    color: #fff;
}
/* transitions common*/
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
i::before, i::after {
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}
.navbar-brand {
    margin: 8px 0;
    padding: 0;
    position: relative;
}
.navbar-brand > img {
    max-width: 100% !important;
}
.navbar.fixedmenu .logo-default, .navbar .logo-scrolled {
    display: none;
}
.navbar.fixedmenu .logo-scrolled, .navbar .logo-default {
    display: inline-block;
}
/*-------------------------------*/
/*header*/
/*-------------------------------*/
#navbar {
    overflow: hidden;
    /*  background-color: #f1f1f1;*/
    padding: 0px 0px;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    margin: 0 auto;
}
#navbar .navwrap {
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
}
#navbar #logo {
    width: 100px;
}
#navbar .topdata {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0px;
}
#navbar .topdata .logo {
    margin-top: 25px;
    display: block;
}
#navbar .topdata .logo img {
    width: 400px;
    display: block;
}
#navbar .topdata a.applybtn {
    display: block;
    font-family: 'Gotham Ultra';
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 8px 10px 8px 10px;
    font-size: 1.3rem;
    line-height: 1.1;
    outline: none;
    text-decoration: none;
    color: #2b4e30;
    background: #ffcb05;
    border: 1px solid #ffcb05;
    transition: all 0.3s ease 0s;
    margin: 0px;
}
#navbar .topdata a.applybtn:hover {
    background: #2b4e30;
    border: 1px solid #2b4e30;
    color: #eeb832;
}
header {
    /*  z-index: 100;*/
    position: relative;
    background: #ffffff url("../images/banner1.jpeg") no-repeat;
    background-size: cover;
    background-position: 0% 60%;
    padding: 0px 0;
    min-height: 700px;
}
header .headwrap {
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
}
header .header-text {
    padding: 270px 0 5px 0px;
    position: relative;
}
header .header-text h3 {
    padding: 3px 0;
    position: relative;
    color: #2b4e30;
    font-weight: 900;
    line-height: 1;
    font-family: 'Gotham Ultra';
    font-size: 2.8rem;
    text-transform: uppercase;
    margin: 0px;
}
header .header-text h4 {
    position: relative;
    color: #000000;
    padding: 0px;
    font-size: 1.9rem;
    font-family: 'Gotham Ultra';
    font-weight: 900;
    margin-top: 15px;
    text-transform: uppercase;
    display: inline-block;
}
header .header-text h5 {
    position: relative;
    color: #021842;;
    padding: 0px;
    font-size: 1.3rem;
    font-family: 'Gotham';
    font-weight: 500;
    margin: 135px 0 0 0;
    display: inline-block;
}
header .header-text h5 span {
    font-family: 'Gotham Ultra';
    font-weight: 900;
    color: #ffcb05;
    display: inline;
}
header .header-text p {
    margin: 0px;
    padding: 3px 0px 0px 0px;
    color: #021842;;
    font-size: 1.5rem;
    font-family: 'Gotham Ultra';
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}
/*new npf & form css aded START */
.desktop-npf {
    position: absolute;
	right: 1%;
    top: 25%;
     
    max-width: 350px;
    display: block;
}
.query-form {
    max-width: 350px;
    float: right;
    padding: 10px;
    background: rgba(255, 255, 255, .40);
    border: 1px solid #151951;
}
.mobile-npf {
    display: none;
    text-align: center;
    background: #facd5d;
    padding: 0px;
    max-width: 100%;
    width: 100%;
}
.mobile-npf h3 {
    color: #000;
    font-size: 32px;
    margin-top: 20px;
}
.mobile-npf p {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px
}
.enqu-form {
    position: relative;
    margin: 0px 20px 0 20px;
    padding-top: 50px;
}
/*new npf & form css aded END */
/* old by form css
.query-form {
  position: absolute;
  right: 50px;
  top: 100px;
  max-width: 360px;
  width: 360px;
}
.thankyou-form {
  position: relative;
  background: rgba(0, 0, 0, .80);
  border-radius: 10px;
  padding: 30px;
  width: 380px;
}
.enqu-form {
  position: relative;
  margin: 20px
}
*/
#modyabout {
    position: relative;
    /*  z-index: 100;*/
    padding: 30px 0 40px 0;
    background: #fff url("../images/about_bg.jpg") center/cover no-repeat;
}
#modyabout .abtwrap {
    padding: 0px 0px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
#modyabout .abtwrap h2 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1;
    color: #2b4e30;
    text-align: center;
    font-family: 'Gotham Ultra';
    font-weight: 900;
    padding: 10px 0 12px 0px;
}
#modyabout .abtwrap h2::after {
    content: '';
    background: #ffcb05;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 10%;
    margin: 0px auto;
}
#modyabout .abtwrap p {
    color: #000000;
    font-size: 1rem;
    line-height: 1.4;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    margin: 0px;
    padding: 10px 0 0 0;
    text-align: justify;
}
#modyabout .abtwrap .whitebg {
    background: #ffff;
    -webkit-box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.15);
    padding: 25px 20px 0px 20px;
    border-radius: 12px;
    margin-top: 50px;
}
#modyabout .abtwrap .whitebg .boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}
#modyabout .abtwrap .whitebg .boxline::before {
    content: '';
    position: absolute;
    height: 210px;
    width: 2px;
    background: #dfdfdf;
    left: -12px;
    bottom: 0px;
    z-index: 2;
}
#modyabout .abtwrap .whitebg .boxline1::before {
    content: '';
    position: absolute;
    height: 210px;
    width: 2px;
    background: #dfdfdf;
    left: -12px;
    bottom: 0px;
    z-index: 2;
}
#modyabout .abtwrap .whitebg .boxes p {
    color: #000000;
    font-size: .8rem;
    line-height: 1.1;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    margin: 25px 0 0 0;
    display: block;
    padding: 5px 5px 2px 5px;
    text-align: center;
    background: #ffcb05;
    z-index: 11;
    position: relative;
}
#modyabout .abtwrap .whitebg::after {
    content: '';
    position: absolute;
    background: #ffcb05;
    bottom: 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 0;
    right: 0;
    padding: 0px 0;
    width: 100%;
    max-width: 1000px;
    height: 65px;
    z-index: 1;
    margin: auto auto;
}
#muprogram {
    position: relative;
    z-index: 0;
    padding: 100px 0 40px 0;
    background: #fff url("../images/program_bg.jpg") center/cover no-repeat;
    margin-top: -104px;
}
#muprogram .prowrap {
    padding: 0px 0px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
#muprogram .prowrap h2 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-family: 'Gotham Ultra';
    font-weight: 900;
    padding: 10px 0 12px 0px;
}
#muprogram .prowrap h2::after {
    content: '';
    background: #ffcb05;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 10%;
    margin: 0px auto;
}
#muprogram .prowrap .probox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 0px;
    min-height: 370px;
    height: 100%;
}
#muprogram .prowrap .probox img {
    width: 100%;
}
#muprogram .prowrap .probox h3 {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-align: left;
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    background: #2b4e30;
    padding: 14px 20px 14px 20px;
    width: 100%;
    border-radius: 7px 7px 0 0;
}
#muprogram .prowrap .probox .sublevl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px;
    width: 100%;
}
#muprogram .prowrap .probox .sublevl p {
    color: #000000;
    font-size: 1rem;
    line-height: 1.4;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    margin: 0px;
    padding: 2px 0 0 0;
    text-align: left;
}
#muprogram .prowrap .probox .sublevl p img.calicon {
    width: 20px;
    height: 20px;
}
#muprogram .prowrap .probox .sublevl p img.langicon {
    width: 35px;
    height: 18px;
}
#muprogram .prowrap .probox h4 {
    color: #000000;
    font-size: 1rem;
    line-height: 1.4;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    margin: 0 0 0 20px;
    padding: 2px;
    text-align: left;
    background: #ffcb05;
    position: relative;
    z-index: 1111;
    display: block;
}
#muprogram .prowrap .probox::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 95%;
    /* background: #28482d; */
    margin: auto auto;
    left: 0;
    right: 0;
    bottom: 156px;
    /*	z-index: 0;*/
}
#muprogram .prowrap .probox .redbox {
    display: flex;
    padding: 10px 20px;
    background: #fdf4d2;
    margin-top: -13px;
    position: relative;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
#muprogram .prowrap .probox .redbox p {
    color: #000000;
    font-size: .95rem;
    line-height: 1.4;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    margin: 0px;
    padding: 10px 0 0 0;
    text-align: left;
}
#muprogram .prowrap .probox .redbox a.knowmorebtn {
    display: block;
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 18px;
    font-size: 1rem;
    line-height: 1.1;
    outline: none;
    text-decoration: none;
    color: #000;
    background: #ffcb05;
    border: 1px solid #ffcb05;
    transition: all 0.3s ease 0s;
    margin: 8px auto 0 auto;
    border-radius: 5px;
}
#muprogram .prowrap .probox .redbox a.knowmorebtn:hover {
    background: #2b4e30;
    border: 1px solid #2b4e30;
    color: #eeb832;
}
#allmodaldata .modal-header {
    padding: 15px 20px 0px 10px;
    border: none;
}
#whycode {
    position: relative;
    z-index: 0;
    padding: 40px 0 40px 0;
    background: #fff;
}
#whycode .codwrap {
    padding: 0px 0px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
#whycode .codwrap h2 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1;
    color: #2b4e30;
    text-align: center;
    font-family: 'Gotham Ultra';
    font-weight: 900;
    padding: 0px 0 12px 0px;
}
#whycode .codwrap h2::after {
    content: '';
    background: #ffcb05;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 10%;
    margin: 0px auto;
}
#whycode .codwrap .list {
    position: relative;
    padding: 46px 60px 46px 40px;
    background: #ffcb05;
    border-radius: 5px;
    margin-top: 15px;
}
#whycode .codwrap .list h3 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1;
    color: #2b4e30;
    text-align: left;
    font-family: 'Gotham Ultra';
    font-weight: 900;
    padding: 0px 0 15px 0px;
}
#whycode .codwrap .list ul {
    display: block;
    padding: 0;
    margin: 0;
}
#whycode .codwrap .list ul li {
    color: #000000;
    font-family: 'Proxima Nova Rg';
    font-size: 1rem;
    text-align: left;
    line-height: 1.4;
    font-weight: normal;
    padding-left: 25px;
    position: relative;
    margin-bottom: 6px;
}
#whycode .codwrap .list ul li::before {
    background: #2b4e30;
    width: 10px;
    height: 10px;
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
}
#whycode .codwrap .list2 {
    position: relative;
    padding: 15px 40px;
    background: #ffcb05;
    border-radius: 5px;
    margin-top: 15px;
}
#whycode .codwrap .list2 h3 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1;
    color: #2b4e30;
    text-align: left;
    font-family: 'Gotham Ultra';
    font-weight: 900;
    padding: 0px 0 15px 0px;
}
#whycode .codwrap .list2 ul {
    display: block;
    padding: 0;
    margin: 0;
}
#whycode .codwrap .list2 ul li {
    color: #000000;
    font-family: 'Proxima Nova Rg';
    font-size: 1rem;
    text-align: left;
    line-height: 1.4;
    font-weight: normal;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}
#whycode .codwrap .list2 ul li::before {
    background: #2b4e30;
    width: 10px;
    height: 10px;
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
}
#glance {
    position: relative;
    z-index: 0;
    padding: 30px 0 40px 0;
    background: #fff url("../images/glance_bg.jpg") center/cover no-repeat;
}
#glance .glanwrap {
    padding: 0px 0px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
#glance .glanwrap h2 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1;
    color: #2b4e30;
    text-align: center;
    font-family: 'Gotham Ultra';
    font-weight: 900;
    padding: 10px 0 12px 0px;
}
#glance .glanwrap h2::after {
    content: '';
    background: #ffcb05;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 10%;
    margin: 0px auto;
}
#glance .glanwrap .whitebox {
    display: flex;
    justify-content: center;
    align-content: center;
    background: #fff;
    margin: 0px 20px 20px 20px;
    padding: 40px 0px;
    flex-direction: column;
    border-radius: 7px;
    z-index: 111;
    -webkit-box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.15);
    max-height: 140px;
    height: 100%;
}
#glance .glanwrap .whitebox::after {
    content: '';
    position: absolute;
    max-height: 110px;
    height: 100%;
    width: 95%;
    background: #efbe05;
    margin: 0px;
    z-index: -1;
    left: 8px;
    right: 0;
    bottom: 0;
}
#glance .glanwrap .whitebox::before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 25px;
    border-color: #efbe05 transparent transparent transparent;
    left: 42%;
    right: 50%;
    bottom: -45px;
    z-index: -1;
}
#glance .glanwrap .whitebox h4 {
    font-size: 2.5rem;
    margin: 0;
    line-height: 1;
    color: #2b4e30;
    text-align: center;
    font-family: 'Proxima Nova Bl';
    font-weight: 900;
    padding: 0px;
}
#glance .glanwrap .whitebox p {
    font-size: 1.1rem;
    margin: 0;
    line-height: 1;
    color: #000000;
    text-align: center;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    padding: 0px;
}
#fees {
    position: relative;
    z-index: 0;
    padding: 30px 0 30px 0;
    background: #fff;
}
#fees .feewrap {
    padding: 0px 0px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
#fees .feewrap h2 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1;
    color: #2b4e30;
    text-align: center;
    font-family: 'Gotham Ultra';
    font-weight: 900;
    padding: 10px 0 12px 0px;
}
#fees .feewrap h2::after {
    content: '';
    background: #ffcb05;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 10%;
    margin: 0px auto;
}
#fees .feewrap tbody, td, tfoot, th, thead, tr {
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    font-family: 'Proxima Nova Rg';
    font-size: 1rem;
}
#fees .feewrap .table > thead {
    vertical-align: bottom;
    font-weight: bold;
    background: #f7c505;
}
#fees .feewrap .table-bordered td, .table-bordered th {
    border: 1px solid #000;
}
#fees .feewrap .table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
    border-color: black;
}
/*-------------------------------*/
/* Footer*/
/*-------------------------------*/
.site-footer {
    background: #2b5f45;
    padding: 5px 0;
}
.site-footer .footer-wrap {
    padding: 0 80px;
    position: relative;
}
.site-footer .footer-wrap .footbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.site-footer .footer-wrap .footbox p.copyrights {
    text-align: center;
    font-size: 1rem;
    padding: 10px 0;
    margin-top: 10px;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Proxima Nova Rg';
}
.site-footer .footer-wrap .footbox a.downbrochuer {
    display: inline-block;
    font-family: 'Gotham Ultra';
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 8px 10px 8px 10px;
    font-size: 1rem;
    line-height: 1.1;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    color: #2b4e30;
    background: #ffcb05;
    border: 1px solid #ffcb05;
    transition: all .8s ease 0s;
    margin: 0px;
}
.site-footer .footer-wrap .footbox a.downbrochuer:hover {
    background: #2b4e30;
    border: 1px solid #2b4e30;
    color: #eeb832;
}
/*-------------------------------*/
/* Footer ends*/
/*-------------------------------*/
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {
    html {
        font-size: 15px;
    }
}
/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
    html {
        font-size: 14px;
    }
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    p {
        font-size: 14px;
    }
    .heading-title > span {
        font-size: 1rem;
    }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
    .logo img {
        width: 200px;
    }
    .desktop-npf {
        display: none
    }
    .mobile-npf {
        display: block;
        padding: 20px;
    }
    header {
        background: #ffffff url("../images/banner1.jpeg") no-repeat;
        padding: 10px 0;
        background-position: center;
        background-size: cover;
        min-height: 450px;
        /*    z-index: 10;*/
        /*    padding-bottom: 20px;*/
    }
    header .header-text {
        padding: 160px 0 5px 0px;
        position: relative;
    }
    header .header-text h5 {
        margin: 35px 0 0 0;
    }
    #modyabout .abtwrap .whitebg::after {
        display: none;
    }
    #muprogram {
        padding: 40px 0 40px 0;
        margin-top: 0px;
    }
    #modyabout .abtwrap .whitebg .boxes p {
        margin: 25px 0 0 0;
        width: 100%;
        border-radius: 0 0 10px 10px;
        padding: 5px 5px;
    }
    #modyabout .abtwrap .whitebg .boxline1::before {
        display: none;
    }
    #whycode .codwrap .list2 {
        margin-top: -15px;
    }
    .thankyou-form {
        position: relative;
        background: rgba(0, 0, 0, .80);
        border-radius: 10px;
        padding: 30px;
        width: 100%;
        left: 0;
        top: 0;
    }
}
@media (max-width: 576px) {
    html {
        font-size: 13px;
    }
    #navbar .navwrap {
        padding: 0 0px;
    }
    #navbar .topdata .logo img {
        width: 250px;
        display: block;
    }
    header .headwrap {
        padding: 0 0px;
    }
    header .header-text h3 {
        font-size: 2rem;
    }
    header .header-text h5 {
        display: block;
        margin: 55px 0 0 0;
    }
    header .header-text h5 span {
        display: block;
    }
    #muprogram .prowrap .probox .redbox {
        width: 100%;
        align-items: flex-start;
        min-height: 100px;
        height: 100%;
    }
    #muprogram .prowrap .probox::after {
        bottom: 100px;
        width: 98%;
    }
    .site-footer .footer-wrap .footbox {
        flex-direction: column;
        padding: 5px 0px;
    }
    .site-footer .footer-wrap .footbox p.copyrights {
        padding: 0px;
        margin: 0px 0 3px 0;
    }
    .site-footer .footer-wrap {
        padding: 0 0px;
    }
}
@media (max-width: 426px) {
    header {
        background: #ffffff url("../images/banner1.jpeg") no-repeat;
        padding: 10px 0;
        background-position: 60% 0%;
        background-size: cover;
        min-height: 450px;
        /*    z-index: 10;*/
        /*    padding-bottom: 20px;*/
    }
    #muprogram .prowrap .probox .redbox {
        width: 100%;
        align-items: flex-start;
        min-height: 119px;
        height: 100%;
    }
    #muprogram .prowrap .probox::after {
        bottom: 119px;
        width: 98%;
    }
    #glance .glanwrap .whitebox::after {
        content: '';
        position: absolute;
        max-height: 80px;
        height: 100%;
        width: 95%;
        background: #efbe05;
        margin: 0px;
        z-index: -1;
        left: 5px;
        right: 0;
        bottom: -16px;
    }
    #glance .glanwrap .whitebox::before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 25px;
        border-color: #efbe05 transparent transparent transparent;
        left: 42%;
        right: 50%;
        bottom: -53px;
        z-index: -1;
    }
    #glance .glanwrap .whitebox {
        margin: 0px 10px 10px 10px;
        padding: 20px 0px;
        max-height: 120px;
    }
    #glance .glanwrap .whitebox h4 {
        font-size: 2.1rem;
    }
    #glance .glanwrap .whitebox p {
        font-size: 1rem;
    }
}
@media (max-width: 376px) {
    header {
        background: #ffffff url("../images/banner1.jpeg") no-repeat;
        padding: 10px 0;
        background-position: 60% 0%;
        background-size: cover;
        min-height: 400px;
        /*    z-index: 10;*/
        /*    padding-bottom: 20px;*/
    }
    header .header-text h3 {
        font-size: 1.8rem;
    }
    header .header-text h4 {
        font-size: 1.5rem;
    }
    #navbar .topdata .logo img {
        width: 200px;
        display: block;
    }
    #navbar .topdata a.applybtn {
        padding: 5px 7px 5px 7px;
        font-size: 1rem;
    }
    #navbar .topdata .logo {
        margin-top: 15px;
    }
    header .header-text h5 {
        font-size: 1.1rem;
    }
}
/*@media (max-width: 360px) {}*/
/*@media (max-width: 321px) {}*/