a {
    text-decoration: none;
}

body {
    font-family: 'Raleway', sans-serif;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 525px;
}

.hero-banner-section img {
    width: 100%;
    object-fit: cover;
    height: 525px;
}

/*header*/
.header-logo p {
    color: #ec3323;
    margin: 0px;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
}

header.section-header a {
    color: #233a52;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

header.section-header a:hover {
    color: #0f591a;
}

header.section-header ul li {
    padding: 0px 10px;
}

header.section-header ul li:last-child a {
    background: #0f591a;
    color: #fff;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 3px;
    border: 2px solid #0f591a;
    background-image: linear-gradient(to right, #0f591a , #36d123);
}

.header-logo img {
    width: 170px;
}

a.navbar-brand.header-logo {
    padding: 0px;
}

.hero-banner-section {
    position: relative;
    width: 100%;
    float: left;
}

.main-header {
    position: fixed;
    width: 100%;
    float: left;
    z-index: 9;
    background: #fff;
    padding: 10px 0px;
    box-shadow: 1px 1px 10px #dddddd73;
}

.header-makeup-gap {
    width: 100%;
    height: 79px;
    background: #0f591a;
    float: left;
}

li.activeli {
    position: relative;
}

body {
    font-family: 'Montserrat', sans-serif;

}


.header-logo {
    position: absolute;
    top: -5px;
}

.header-logo img {
    width: 140px;
    background: #fff;
    height: 140px;
    object-fit: contain;
    border-radius: 50%;
}

header.section-header ul li:last-child a:hover {
    color: #fff;
    background-image: linear-gradient(to right, #36d123, #0f591a);
}

.carousel-item::after {
    content: "";
    position: absolute;
    background: #000000b3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slidercontent {
    position: absolute;
    z-index: 1;
    width: 1000px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
}

.slidercontent h3 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
}

.slidercontent p {
    color: #fff;
    font-size: 24px;
}

.slider-btn a {
    background: #0f591a;
    color: #fff;
    padding: 14px 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: 2px solid #0f591a;
    background-image: linear-gradient(to right, #0f591a , #36d123);
}

.slider-btn a:hover {
    color: #fff;
    background-image: linear-gradient(to right, #36d123, #0f591a);
}

/* Notice Board */
.noticeboard-sec {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.noticeboard-sec .container {
    max-width: 1100px;
}

.noticeboardform {
    background: #e7e7e791;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #0f591a;
}

.noticeboardform_heading {
    background: #0f591a;
    padding: 10px;
}

.noticeboardform_heading h3 {
    color: #fff;
    font-size: 22px;
    margin: 0px;
}

.noticeboard-content {
    height: 300px;
    overflow: hidden;
}

.noticeboard-content ul {
    list-style: none;
    position: relative;
    padding: 0px;
}

.noticeboard-content ul li {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #333;
    padding: 10px 20px;
}

.noticeboard-content ul li img {
    width: 40px;
}

.allstudentimportantlinks ul {
    padding: 0px;
    margin: 0px;
}

.allstudentimportantlinks ul li {
    list-style: none;
}

.allstudentimportantlinks {
    padding-left: 100px;
}

.allstudentimportantlinks ul li a {
    background: #0f591a;
    padding: 15px;
    display: inline-block;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #0f591a;
    border-radius: 5px;
    text-align: center;
    background-image: linear-gradient(to right, #0f591a , #36d123);
}

.allstudentimportantlinks ul li a:hover {
    color: #fff;
    background-image: linear-gradient(to right, #36d123, #0f591a);
}

.noticeboard-sec .row {
    align-items: center;
}

.noticeboard-content ul li a {
    color: #000;
}

.gptcc-about-us-sec {
    width: 100%;
    float: left;
    background: #f6f9fe;
    padding: 50px 0px;
}

.gptcc-about-us-sec-img img {
    width: 100%;
    border-radius: 10px;
}

.gptcc-about-us-seccontent {
    padding-left: 50px;
}

.gptcc-about-us-seccontent h3 {
    font-size: 40px;
    font-weight: 700;
    color: #0f591a;
}

.gptcc-about-us-seccontent p {
    color: #233a52;
    font-size: 18px;
    font-weight: 500;
}

.about-btn a {
    background: #0f591a;
    color: #fff;
    padding: 10px 30px !important;
    border-radius: 3px;
    border: 2px solid #0f591a;
    display: inline-block;
    background-image: linear-gradient(to right, #0f591a , #36d123);
}

.about-btn a:hover {
    color: #fff;
    background-image: linear-gradient(to right, #36d123, #0f591a);
}

.features-events-sec {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.features-events-sec h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #233a52;
    margin: 0px;
}


.features-events-sec-content {
    height: 420px;
    overflow: hidden;
}

.features-events-sec-content ul {
    list-style: none;
    position: relative;
    padding: 0px;
}

.features-events-sec-content ul li {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #333;
    padding: 10px 20px;
}

.features-events-sec-content {
    background: #cccccc24;
    width: 800px;
    margin: auto;
    box-shadow: 0px 0px 20px 5px #ddd;
    border-radius: 20px;
    margin-top: 50px;
}

.features-events-sec-content ul li img {
    width: 40px;
}

.features-events-sec-content ul li a {
    color: #000;
}

.take-a-membership-sec {
    width: 100%;
    float: left;
    padding: 80px 0px;
    background: url(../../assets/img/slider2.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    text-align: center;
}

.take-a-membership-sec::after {
    content: "";
    position: absolute;
    background: #000000a8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.take-a-membership-sec h3 {
    position: relative;
    color: #fff;
    z-index: 1;
    font-size: 40px;
    font-weight: 700;
}

.take-a-membership-sec p {
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 18px;
}

.take-a-membership-sec .about-btn {
    z-index: 1;
    position: relative;
}

/* Footer */
.fttop_svgnn {
    width: 100%;
    display: inline-block;
}
.fttop_svgnn img {
    width: 100%;
    display: inline-block;
    margin-bottom: -90px;
    background-size: 100% 100px;
    /* top: 0; */
    height: 100px;
    /* z-index: 1; */
    transform: scale(1,-1);
}
.footer-sec {
    background: #0f591a;
    width: 100%;
    float: left;
    padding: 120px 50px 50px 50px;
    background-image: linear-gradient(180deg, #0f591a , #36d123);
}

.f-content h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}

.f-content h3::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -10px;
}

.f-content ul {
    padding: 0px;
}

.f-content ul li {
    list-style: none;
    margin-bottom: 15px;
}

.f-content ul li a {
    color: #fff;
    font-size: 15px;
}

.f-contentpercnt h4 {
    color: #fff;
    font-size: 20px;
    margin: 0px 0px 5px;
}

.f-contentpercnt p a {
    color: #fff;
    font-size: 15px;
}

.fsocial-icon .fa {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.footer-sec .container {
    max-width: 1100px;
}


/* Membership */
.memership-header {
    width: 100%;
    float: left;

    padding: 100px 0px;
    position: relative;
}

.memership-header::before {
    content: "";
    position: absolute;
    background: #000000a3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.memership-header h3 {
    color: #fff;
    position: relative;
    font-size: 44px;
    text-align: center;
    margin: 0px;
}

.memership-header p {
    color: #fff;
    position: relative;
    font-size: 22px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0px;
}

.memership-header p a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;

}

.membership-form-sec {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.membership-form-sec-main {
    max-width: 600px;
    background: #eee;
    margin: auto;
    padding: 30px;
    border-radius: 5px;
}

.membership-form-sec-main label {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.membership-form-sec-main input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 10px;
}

.form-per-field {
    margin-bottom: 15px;
}

.membership-form-sec-main select {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 10px;
}

.membership-form-sec-main select:focus {
    outline: 0;
}

.membership-form-sec-main input:focus {
    outline: 0;
}

.formsubmit-btn input {
    background: #0f591a;
    color: #fff;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 3px;
    border: 2px solid #0f591a;
    width: auto;
    height: 44px;
    background-image: linear-gradient(to right, #0f591a , #36d123);
}

.formsubmit-btn {
    text-align: center;
}

.formsubmit-btn input:hover {
    color: #fff;
    background-image: linear-gradient(to right, #36d123, #0f591a);
}
.forgotpass p {
    margin: 0px;
    text-align: center;
}

.forgotpass {
    margin-top: 10px;
}

.forgotpass a {
    color: #333;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 500;
}
.footer-copyright {
    width: 100%;
    float: left;
    background: #0f591a;
    border-top: 1px solid #ffffff52;
}

.footer-copyright p {
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.privacy-content {
    width: 100%;
    float: left;
    padding: 50px;
}

.privacy-content p {
    color: #000;
    line-height: 28px;
}

.online-classes-sec {
    width: 100%;
    float: left;
    padding: 50px;
    background: #F2F8FC;
}

.online-classes-heading h3 {
    font-size: 23px;
    text-align: center;
    background: #0f591a;
    width: 350px;
    padding: 10px;
    color: #fff;
    margin: auto;
    z-index: 1;
    position: relative;
    background-image: linear-gradient(to right, #0f591a , #36d123);
}

.online-classes-heading {
    margin-bottom: 50px;
    position: relative;
}

.online-classes-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #0f591a;
    transform: translate(0% , -50%);
}

.onlineclass-img img {
    width: 100%;
}
.online-class-per-sec {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 24px;
}

.onlineclass-img {
    margin-bottom: 15px;
}

.online-class-per-sec h3 {
    font-size: 23px;
    font-weight: 600;
}

.online-class-per-sec p {
    font-size: 16px;
    margin: 0px;
}
.online-video-tutorials-sec {
    width: 100%;
    float: left;
    padding: 50px;
}

.video-tutorial-per-sec h3 {
    font-size: 22px;
    margin: 10px 0px 0px;
    text-align: center;
}

.video-tutorial-per-sec {
    margin-bottom: 24px;
}
.features-events-sec.suggestions-sec {
    background: #F2F8FC;
}
.social-activity-sec {
    width: 100%;
    float: left;
    padding: 50px;
}

.social-img-video img {
    width: 100%;
}
.social-activity-box {
    background: #F2F8FC;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 24px;
}

.social-img-video img {
    width: 100%;
    height: 175px;
    border-radius: 10px;
}

.social-activity-box h3 {
    font-size: 25px;
}

.social-img-video {
    margin-bottom: 10px;
}

.social-activity-box p {
    margin: 0px 0px 0px;
}
iframe {
    border-radius: 10px !important;
}

.social-activity-sec.cultural-activites {
    background: #F2F8FC;
}


.social-activity-sec.cultural-activites .social-activity-box {
    background: #fff;
}
.onlineclass-img img {
    width: 100%;
    height: 175px;
    border-radius: 10px;
    object-fit: cover;
}


.joinnowbtn {
    margin-top: 15px;
}

.joinnowbtn a {
    padding: 5px 15px;
    display: inline-block;
    background: #0f591a;
    color: #fff;
    border-radius: 3px;
    border: 2px solid #0f591a;
    background-image: linear-gradient(to right, #0f591a , #36d123);
}

.joinnowbtn a:hover {
    color: #fff;
    background-image: linear-gradient(to right, #36d123, #0f591a);
}


/*Dashboard*/
.dashboard-banner {
    width: 100%;
    float: left;
}

.dashboar-sidebar {

    padding: 100px 30px 30px 30px;
}

.dashboar-sidebar ul {
    padding: 0px;
    margin: 0px;
}

.dashboar-sidebar ul li {
    list-style: none;
}

.dashboar-sidebar ul li a {
    color: #fff;
    font-size: 19px;
    border-bottom: 1px dashed;
    display: block;
    padding: 15px 0px;
}

.dashboard-banner .col-md-3 {
    padding: 0px;
    background: #132442;
}


.dashboard-banner .col-md-9 {
    padding: 0px;
}

.dashboar-header {
    background: #132442;
    padding: 30px;
    border-left: 1px solid #fff;
}

.dashboar-header h3 {
    color: #fff;
    margin: 0px;
}
.dashboard-content {
    padding: 50px 30px 200px;
}

.dashboard-content-heading h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid;
    padding: 10px;
    background: #0f591a;
    margin: 0px;
}

.dashbcntdetailspersec {
    display: grid;
    grid-template-columns: 15% auto;
    margin-bottom: 15px;
    grid-gap: 20px;
    align-items: center;
}

.dashboard-content-heading {
    margin-bottom: 30px;
}

.dashbcntdetailsperseclabel {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.dashbcntdetailsperseclabel span {
    float: right;
}
.dashboard-content-heading span {
    float: right;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    top: 5px;
}
.dashboard-content-heading a {
    color: #fff;
}

.dashboard-content-heading .fa {
    padding-right: 10px;
}

.profile-upfate-from form {
    max-width: 500px;
    width: 100%;
}

.form-per-field label {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 5px;
}

.form-per-field input {
    width: 100%;
    height: 45px;
    border: 1px solid #333;
    border-radius: 5px;
}

.form-per-field textarea {
    width: 100%;
    height: 115px;
    border: 1px solid #333;
    border-radius: 5px;
}

input.savebtn {
    background: #0f591a;
    color: #fff;
    border-radius: 3px;
    border: 2px solid #0f591a;
    padding: 10px 45px;
    font-size: 18px;
    font-weight: 600;
}

input.savebtn:hover {
    background: #fff;
    color: #0f591a;
}
.online-class-table-dashboard {
    overflow: scroll;
}

table.table img {
    width: 60px;
}

table.table h3 {
    font-size: 15px;
    margin: 0px;
}

table.table p {
    font-size: 14px;
}

table.table a {
    font-size: 13px;
}

span.add {
    background: green;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    display: block;
    text-align: center;
    font-weight: 600;
    border-radius: 20px;
}

span.delete {
    background: red;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    display: block;
    text-align: center;
    font-weight: 600;
    border-radius: 20px;
    margin-top: 5px;
}
input[type="file"] {
    border: 0;
    height: auto;
}
.about-us-main-content {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.aboutimg img {
    width: 100%;
    border-radius: 100px 20px;
}
.aboutcnt h3 {
    font-size: 40px;
    font-weight: 700;
    color: #0f591a;
}


/*Contact US*/
.mypgquicklinksmainheading h3 {
    margin: 0px 0px 30px;
    font-size: 30px;
    color: #233a52;
    font-weight: 700;
}
.mypgquicklinkspersec {
    margin-bottom: 30px;
}
.mypgquicklinkspersec h3 {
    font-size: 20px;
    color: #233a52;
    margin-bottom: 0px;
    border-left: 5px solid #0f591a;
    padding-left: 10px;
}
.mypgquicklinkspersec p {
    font-size: 17px;
}

.mypgquicklinkspersec p {
    margin: 0px;
    padding-left: 15px;
}
.social-media-section h3 {
    margin: 45px 0px 30px;
    font-size: 30px;
    color: #233a52;
    font-weight: 700;
}
.social-media-section ul {
    padding: 0px;
    display: block;
    margin: 0px;
}
.social-media-section ul li {
    list-style: none;
    width: auto;
    float: left;
}
.social-media-section .fa {
    color: #333;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #333;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}
.contact-us-section {
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.mypgquicklinksmainheading h3 {
    margin: 0px 0px 30px;
    font-size: 30px;
    color: #233a52;
    font-weight: 700;
}
.mypgcontactform {
    background: #f6f9fe;
    padding: 35px;
}
.fromperfield {
    margin-bottom: 15px;
}
.fromperfield input {
    width: 100%;
    height: 45px;
    border: 0;
    border-bottom: 1px solid #ddd;
    background: transparent;
}
.fromperfield textarea {
    width: 100%;
    height: 105px;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #ddd;
    color: #233a52;
}
input.intmyfirnbtn {
    background: #0f591a;
    border: 2px solid #0f591a;
    color: #fff;
    padding: 10px 60px;
    border-radius: 5px;
}

.contact-us-section .container {
    max-width: 1100px;
    width: 100%;
}
.about-us-main-content .container {
    max-width: 900px;
    width:100%;
}

.faq-sec button.accordion-button {
    background: #0f591a;
    color: #fff;
}

/*Career*/
.reason-to-work-with-us-heading h3 {
    font-size: 34px;
    font-weight: 600;
    color: #233a52;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-align: center;
}

.reason-box {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.reason-box-img {
    width: 75px;
    float: left;
}
.reason-box-img img {
    width: 100%;
}
.reason-box-content {
    width: calc(100% - 75px);
    float: right;
    padding-left: 25px;
}
.reason-box-content h5 {
    color: #233a52;
    font-size: 20px;
    font-weight: 600;
}
.reason-box-content p {
    font-size: 14px;
    color: #233a52;
    margin: 0px;
}
.career-sec {
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.vacancy-section {
    width: 100%;
    float: left;
    background: #cccccc3d;
    padding: 50px 0px;
}

.vacancy-heading h3 {
    font-size: 34px;
    font-weight: 600;
    color: #233a52;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-align: center;
}
.job-all-sec {
    max-width: 700px;
    margin: auto;
}

.job-per-sec {
    background: #fff;
    padding: 20px;
    display: grid;
    grid-template-columns: 75% auto;
    grid-gap: 15px;
    align-items: center;
    border-radius: 10px;
}

.job-per-sec-content h3 {
    color: #333;
    font-size: 22px;
}

.job-per-sec-content h5 {
    color: #333;
    font-size: 15px;
}

.job-per-sec-content p {
    color: #333;
    font-size: 14px;
    margin: 0px;
    font-weight: 600;
}

.apply-btn a {
    background: #0f591a;
    padding: 10px;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid #0f591a;
}

.apply-btn a:hover {
    background: #fff;
    color: #0f591a;
}
.job-per-sec {
    margin-bottom: 15px;
}