:root {
    --theme-color: #f7de01;
    --second-color: #10152a;
    --font-one: 'Poppins', sans-serif;
    --font-two: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
    width: 100% !important;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #252525;
    transition: all 0.7s ease-in-out;
}

p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.list-group-item {
    position: relative;
    padding: 0px;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}

ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
}


/* footer style start */

.webfooter {
    background-image: url('../images/footerbg.jpg');
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footerbgcolor {
    padding: 20px 0px;
    background-color: #162838;
}

.innerFooter {
    padding: 20px;
}

.innerFooter h3 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-family: var(--font-one);
    color: #fff;
    position: relative;
}

.innerFooter p {
    color: #d3d1d1;
    font-size: 16px;
    margin-bottom: 25px;
}

.innerFooter ul .list-group-item {
    margin-bottom: 10px;
}

.contact_footer h6 {
    font-size: 16px;
    color: #fff;
}

.contact_footer h4 a {
    font-size: 14px;
    transition: all 0.7s ease-in-out;
    text-transform: uppercase;
    font-weight: 800;
}

.socialIconList li {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: #efefef;
    transition: all 0.7s ease-in-out;
}

.socialIconList li a {
    font-size: 16px;
    color: #646464 !important;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition: all 0.7s ease-in-out;
}

.webfooter .row {
    border-bottom: 1px solid #393939;
}

.copyright {
    color: #d3d1d1;
    text-align: center;
    padding: 20px 20px 0px;
}

.innerFooter a {
    transition: all 0.7s ease-in-out;
    font-size: 16px;
}

.innerFooter a:hover {
    color: var(--theme-color);
}

.socialIconList li:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.socialIconList li:hover a {
    color: #fff;
}

.innerFooter h3:before {
    content: "";
    height: 4px;
    width: 15px;
    background-color: #ff5e17;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: none;
}

.innerFooter h3:after {
    content: "";
    height: 4px;
    width: 34px;
    background-color: #e6004c;
    position: absolute;
    bottom: 0;
    left: 21px;
    border-radius: 10px;
    border: none;
}

.imgFooterDiv {
    height: 100%;
}

.backImgContainerFooter {
    background-image: url('../images/footer-img01.png');
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
}

.textImgDivFo {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.71);
    padding: 10px 30px;
}

.textImgDivFo h4 {
    font-size: 22px;
    font-weight: 400;
}

.textImgDivFo h4 span {
    font-size: 22px !important;
    font-weight: 800 !important;
    border-top: 2px solid #000 !important;
    line-height: 55px !important;
}

.textImgDivFo p {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px !important;
}

.textImgDivFo span {
    font-size: 12px;
    font-weight: 800;
}


/* footer style end */

.upperheader {
    background-color: var(--second-color);
    color: #fff;
    padding: 10px 0px;
    font-size: 14px;
    color: var(--theme-color);
}

.upperheader .container {
    display: flex;
    justify-content: space-between;
}

.upperheader li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.upperheader li i {
    font-size: 8px;
}

.header {
    /* background-color: #f2f2f2; */
    padding: 5px 0px;
}

.header .navbar-nav {
    display: flex;
    justify-content: end;
    width: 100%;
}

.navbar-nav li a {
    font-size: 16px;
    font-weight: 600;
    color: var(--second-color);
}

.header .requestBtn {
    background-color: var(--theme-color);
    border-radius: 14px;
    color: #fff;
    margin-left: 25px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.8s ease-out;
}

.header .requestBtn:hover {
    background-color: var(--second-color);
}

.header .dropdown li a {
    color: #242528 !important;
}

.braud {
    background-image: url('./../images/braud.jpg');
    background-position: center;
    background-size: cover;
}

.innerBraud {
    background-color: rgba(0, 13, 22, 0.45);
    padding: 60px 20px;
    color: #fff;
}

.innerBraud h2 {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.innerBraud li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.innerBraud li a i {
    /* color: var(--theme-color); */
    margin-right: 5px;
}

.innerTeamDiv {
    text-align: center;
    position: relative;
    display: block;
    background-color: #f0f5fb;
    border: 1px solid #7a8a9e;
    border-radius: 8px;
    transition: all 0.7s ease-in;
}

.teamSectionPage {
    padding: 60px 20px;
}

.innerTeamDiv img {
    width: 100%;
    border-radius: 8px;
    height: 260px;
}

.innerTeamDiv h4 {
    font-size: 22px;
    font-weight: 800;
    margin: 15px 0px 5px;
}

.innerTeamDiv p {
    font-size: 16px;
    font-weight: 400;
}

.innerTeamDiv:hover {
    background-color: var(--second-color);
    color: #fff;
    cursor: pointer;
}

.innerTeamDiv {
    margin-bottom: 25px;
}

.textimoniaDivAbPage {
    padding: 60px 20px;
}

.textimoniaDivAbPage .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.textimoniaDivAbPage h6 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.textimoniaDivAbPage h2 {
    font-size: 38px;
    font-weight: 800;
    margin: 10px 0px 30px;
    text-align: center;
}

.textimoniaDivAbPage h2 span {
    font-family: var(--font-two);
    color: var(--theme-color);
}

.innerTestimonialDiv {
    background-color: #f0f5fb;
    padding: 20px 40px;
    margin: 0 15px;
    border: 1px solid #ced7e4;
    height: 100%;
}

.userTesti {
    display: flex;
}

.userTesti img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: 1px solid #f1f1f1;
}

.userTesti h5 {
    font-size: 18px;
    font-weight: 800;
    color: var(--second-color);
}

.userTesti p {
    font-size: 16px;
    font-weight: 600;
    color: #393939
}

.userText {
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testiText {
    font-size: 16px;
    margin-top: 20px;
}

.VisaNaviga .container ul {
    display: flex;
    justify-content: space-between;
}

.jobVisaMain h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--second-color);
}

.jobVisaMain p {
    font-size: 16px;
}

.innerJobUp {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.jobVisaMain {
    padding: 20px;
    background-color: #f0f5fb;
    margin: 40px 0px;
}

.innerJobUpimg img {
    width: 100%;
}

.innerJobUp p {
    margin-bottom: 10px;
}

.secDivImg img {
    width: 100%;
}

.secDivText {
    padding: 20px;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.iconWithTextJob {
    margin-bottom: 25px;
}

.iconWithTextJob h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.secDivText h2 {
    margin-bottom: 30px;
}

.iconWithTextJob {
    display: flex;
}

.iconDivJob {
    background-color: #fff;
    width: 150px;
    display: flex;
    justify-content: center;
    margin-right: 25px;
    align-content: center;
    border-left: 2px solid var(--theme-color);
}

.iconDivJob {
    text-align: center;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme-color);
}

.missionVisionDvi {
    background-color: var(--theme-color);
    padding: 60px 0px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.innerMisVisSec {
    padding: 20px;
    color: #fff;
    text-align: center;
}

.innerMisVisSec i {
    background-color: var(--second-color);
    padding: 20px;
    border-radius: 8px;
    font-size: 28px;
}

.innerMisVisSec h4 {
    margin: 10px 0px;
    font-weight: 800;
    font-size: 22px !important;
}

.businessvisaSections {
    padding: 40px 20px;
}

.businessvisaSections img {
    width: 100%;
    margin-bottom: 25px;
}

.businessvisaSections h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--second-color);
}

.businessvisaSections p {
    font-size: 16px;
    font-weight: 400;
    color: #393939;
    margin-bottom: 15px;
}

.processVisaBusi {
    margin-top: 50px;
}

.busininimg img {
    width: 100%;
    height: 250px;
    border-radius: 8px;
}

.businintext h4 {
    font-size: 22px;
    font-weight: 800;
    color: var(--second-color);
    margin-bottom: 35px;
}

.busininimg {
    background-image: url('../images/busi2.png');
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: top;
}

.processDiv {
    width: 45%;
    float: left;
    border: 1px solid var(--second-color);
    padding: 20px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.processDiv h6 {
    font-size: 16px;
    font-weight: 600;
}

.processDiv h6 span {
    color: var(--theme-color);
}

.businintext {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.countryImgDiv img {
    width: 100%;
    border-radius: 8px;
}

.countrySection {
    background-color: #f0f5fb;
    padding: 60px 0px;
}

.countryImgDiv,
.countrytextDiv {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.countrytextDiv h2 {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 15px;
    color: var(--second-color);
    border-bottom: 4px solid var(--theme-color);
    width: fit-content;
    margin-bottom: 25px;
}

.countrytextDiv p {
    margin-bottom: 50px;
}

.countrytextDiv ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #646464;
    border-radius: 0px;
}

.countrytextDiv ul {
    border-radius: 0px;
}

.countrytextDiv ul li h4 {
    font-size: 16px;
    font-weight: 600;
    color: #393939;
}

.countrytextDiv h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--second-color);
}

.ordernone {
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.otherCountrySection {
    padding: 60px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.otherCountrySection h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
}

.otherCountrySection span {
    color: var(--theme-color);
    font-family: var(--font-two);
}

.innercountryOther img {
    width: 100%;
    height: 250px;
}

.innercountryOther {
    position: relative;
}

.innercountryOther div {
    background-color: #0008;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.innercountryOther h4 {
    font-size: 18px;
    font-weight: 600;
}

.innerBlogShow img {
    width: 100%;
    height: 220px;
}

.innerBlogShow {
    background-color: #fff;
    border: 1px solid #393939;
}

.blogContainer {
    background-color: #f0f5fb;
    padding: 60px 0px;
}

.blogSomeText {
    padding: 20px 20px 30px;
}

.blogSomeText h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--second-color);
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.blogSomeText p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}

.blogSomeText ul li {
    font-size: 14px;
    font-weight: 400;
}

.blogSomeText ul {
    margin-bottom: 15px;
}

.blogSomeText a {
    font-size: 14px;
    background-color: var(--theme-color);
    padding: 5px 20px;
    border-radius: 4px;
    color: #fff;
}

.blogViewSec img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
}

.blogViewSec {
    padding: 60px 0px;
    background-color: #f0f5fb;
}

.blogViewSec .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.contentDivBlog p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.contentDivBlog p::first-letter {
    font-size: 32px;
    font-weight: 800;
    color: var(--theme-color)
}

.contentDivBlog ul {
    background-color: var(--second-color);
    padding: 15px 20px;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}

.quoteDiv {
    background-color: #fff;
    padding: 20px;
    margin-top: 25px;
}

.quoteDiv span {
    font-size: 48px;
    color: var(--theme-color);
}

.quoteDiv h6 {
    font-size: 14px;
    margin-top: 10px;
    color: var(--theme-color);
    font-weight: 600;
}

.blogHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 35px;
}

.blogHeader h2 {
    font-size: 34px;
    font-weight: 800;
    color: var(--second-color);
    margin-top: 5px;
}

.blogHeader h2 span {
    font-weight: 800;
    font-family: var(--font-two);
    color: var(--theme-color);
}

.blogHeader h6 {
    font-size: 16px;
    color: #393939;
    font-weight: 600;
}

.homeAbImg img {
    width: 100%;
}

.homeAbout {
    padding: 40px 0px;
}


/* carousel start here */


/* .carousel .carousel-item img{
  height: 500px;
} */

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 60px;
    border-radius: calc(0.25rem - 1px);
    flex-direction: column;
    color: #fff;
    height: 600px;
    background-color: #162838ad !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.card {
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}

.btn_area .btn {
    border: 2px solid #fff;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    margin: 0 10px;
    transition: 0.7s;
}

.btn_area .btn:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #152736;
    font-weight: 800;
}

#carouselExampleControls {
    height: 600px;
    overflow: hidden;
}

.overlay h1 {
    font-size: 62px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.overlay h1 span {
    color: var(--theme-color);
    font-weight: 900;
    font-family: var(--font-two);
}

.overlay p {
    font-size: 18;
    font-weight: 600;
}

.overlay p span {
    color: var(--theme-color);
    font-weight: 600;
    font-family: var(--font-two);
}


/* sign in page css */

.signInPage {
    background-color: var(--second-color);
    width: 100%;
    overflow: hidden;
    height: 100%;
    padding: 70px 0px;
}

.signInPage .container {
    display: flex;
    justify-content: center;
}

.innerContentSign {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}

.innerContentSign .headerSign {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.headerSign div i {
    font-size: 22px;
}

.backHome {
    display: flex;
}

.backHome a {
    font-size: 12px;
    text-align: center;
    color: var(--second-color);
}

.innerContentSign h4 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 2px;
    color: var(--second-color);
}

.innerContentSign p {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

.innerContentSign form {
    margin-top: 30px;
}

.innerContentSign form label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #222;
}

.innerContentSign form input {
    padding: 13px 18px;
    max-width: 100%;
    color: #999999;
    font-weight: normal;
    border: 1px solid #cdcccc;
    background: #f5f3f3;
    border-radius: 2px;
    font-size: 14px;
    margin-bottom: 20px;
}

.submitbtnAccess {
    padding: 13px 18px;
    width: 100%;
    color: #fff !important;
    border: none !important;
    background: var(--second-color) !important;
    border-radius: 2px;
    font-weight: 800 !important;
    font-size: 14px !important;
    transition: 0.7s all ease-in-out;
    margin-top: 20px;
}

.submitbtnAccess:hover {
    background-color: var(--second-color);
}

.logoDiv h5 {
    font-size: 22px;
    font-weight: 800;
    color: var(--second-color);
}


/* sign in page css end */

.innerTeamDiv h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.innerBlogShow {
    margin-bottom: 25px;
}

.navbar-brand img {
    width: 105px;
    border-radius: 8px;
}

.whatsappBtn {
    background-color: #29a71a;
    color: #fff;
    padding: 20px;
    font-size: 22px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    position: fixed;
    left: 0px;
    bottom: 30%;
    transition: 0.8s;
    z-index: 9999;
}

.whatsappBtn:hover {
    color: #fff;
}


/* footer css */

.footer {
    background-color: var(--second-color);
}

.mainFooter {
    padding: 40px 0px;
    /* box-shadow: 0px 5px 41.5px rgb(9 29 62 / 97%); */
}

.innerFooterDiv {
    padding: 20px;
}

.innerFooterDiv .list-group-horizontal li {
    margin: 5px 10px;
}

.innerFooterDiv h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.innerFooterDiv a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: 0.8s;
}

.innerFooterDiv li {
    margin-bottom: 15px !important;
}

.innerFooterDiv p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 12px;
}

.downfooter {
    text-align: center;
    border-top: 1px solid #fff;
    padding: 40px 20px;
}

.downfooter p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.innerFooterDiv li a:hover {
    color: var(--theme-color);
}

.topbtn {
    background-color: var(--theme-color);
    position: fixed;
    right: 20px;
    bottom: 20px;
    border: none;
    color: var(--second-color);
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 50px;
    transition: 0.8s;
}


/* footer css end */


/* contact us  */

.contactPage {
    padding: 40px 0px 20px;
}

.formContactDiv,
.contactInfoPageDiv {
    padding: 20px;
}

.formContactDiv h6,
.contacAboutDiv h6 {
    font-size: 18px;
    font-weight: 800;
    color: var(--second-color);
}

.formContactDiv h2,
.contacAboutDiv h2 {
    font-size: 32px;
    font-weight: 800;
    margin: 15px 0px;
    color: var(--second-color);
}

.formContactDiv p,
.contacAboutDiv p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}

.formContactDiv input,
.formContactDiv select,
.formContactDiv textarea {
    width: 100%;
    height: 47px;
    padding: 5px 20px;
    margin-bottom: 15px;
    background-color: #f5f5f56c;
    border-radius: 0px;
    color: #242628;
    font-size: 14px;
}

.formContactDiv textarea {
    height: 90px !important;
    margin-bottom: 30px !important;
}

.formContactDiv button {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 30px;
    background-color: var(--theme-color);
    border: none;
    border-radius: 4px;
    color: var(--second-color);
    text-transform: uppercase;
}

.formContactDiv label {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0px 5px;
}

.InfoInnerDiv {
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 25px;
    border-radius: 4px;
}

.InfoInnerDiv h2 {
    font-size: 22px;
    font-weight: 800;
}

.InfoInnerDiv h2 i {
    margin-right: 10px;
}

.InfoInnerDiv p {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0px;
}

.InfoInnerDiv h6 a {
    font-size: 14px;
    font-weight: 800;
    color: var(--second-color);
}

.InfoInnerDiv h6 {
    color: var(--second-color);
}

.flexDivCont {
    display: flex;
    justify-content: space-evenly;
}


/* contact us end */


/* about css */

.aboutUsPage {
    padding: 50px 0px;
    background-color: #f0f5fb;
}


/* .missionVision{
    margin-top:50px;
} */

.innerMissionVision {
    margin-bottom: 20px;
    padding: 20px;
}

.innerMissionVision img {
    width: 100%;
    border-radius: 4px;
    height: 240px;
}

.innerMissionVision h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 20px 0px 10px;
}

.staticsDiv {
    color: #fff;
    background-color: var(--second-color);
    padding: 40px 20px;
}

.innerStaticDiv {
    padding: 20px;
}

.innerStaticDiv h2 {
    font-size: 42px;
    font-weight: 800;
}

.innerStaticDiv h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
}

.innerStaticDiv p {
    font-size: 16px;
    font-weight: 400;
}

.about_page_team {
    background-color: #fff;
    padding: 40px 0px;
}

.about_page_team_text {
    padding: 20px;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}

.about_page_team h4 {
    font-size: 18px !important;
    font-weight: 300 !important;
    color: var(--second-color);
}

.about_page_team h4 i {
    margin-right: 8px;
}

.about_page_team h3 {
    font-size: 38px !important;
    font-weight: 900 !important;
    margin: 20px 0px;
    color: #111;
}

.about_page_team p {
    font-size: 16px !important;
    font-weight: 300;
    margin-top: 5px;
    color: #111;
}

.about_page_team button {
    border: 2px solid var(--second-color);
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    background-color: var(--second-color);
    transition: 0.8s;
    width: 30%;
    text-transform: uppercase;
    padding: 8px 25px;
    border-radius: 4px;
}

.about_page_team button:hover {
    background-color: var(--theme-color);
    color: var(--second-color);
    border: 2px solid var(--theme-color);
}

.about_page_team_img img {
    width: 80%;
}

.about_page_team_img {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* about css end */


/* enrollment */

.enquiry_page {
    padding: 60px 20px 80px;
    background-color: var(--grey);
}

.innerform label {
    font-size: 12px;
    margin: 20px 0px 10px;
}

.innerform input,
.innerform textarea {
    font-size: 12px;
    padding: 15px 30px;
}

.innerform input,
.innerform select {
    font-size: 12px;
    padding: 15px 30px;
}

.details_name {
    border-top: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 800;
    border-bottom: 1px solid #ddd;
}


/* enrollment end */

.extra_stuff {
    width: 100%;
    overflow: hidden;
}

.inner_stuff {
    padding: 50px 40px;
    color: #fff;
    text-align: center;
}

.inner_stuff p {
    color: #fff;
    margin-top: 20px !important;
}

.inner_stuff h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px !important;
}

.inner_stuff i {
    font-size: 44px;
}

.stuffone {
    background-color: #49b0c1;
}

.stufftwo {
    background-color: #081828;
}

.stuffthree {
    background-color: #88c250;
}

.course_section {
    padding: 40px 20px;
    background-color: #f0f5fb;
}

.header_div {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.header_div a {
    margin-left: auto;
    color: var(--red);
    font-size: 16px;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 4px;
    border: 2px solid var(--red);
}

.header_div h2 {
    color: var(--black);
    font-size: 28px;
    font-weight: 800;
}

.inner_extra_stuff {
    display: flex;
    padding: 18px 10px;
    background: #fff;
    margin: 20px 0px;
    border-radius: 8px;
}

.extra_stuff h3 {
    font-size: 16px;
    font-weight: 800;
    font-family: var(--fontfamily);
    text-transform: uppercase;
    margin-bottom: 4px;
}

.extra_stuff p {
    font-size: 13px;
}

.extra_stuff .stuff_icon i {
    background-color: var(--theme-color);
    color: var(--second-color);
    font-size: 18px;
    padding: 15px;
    border-radius: 4px;
}

.stuff_text {
    padding-left: 15px;
}

.extra_stuff .inner_stuff {
    height: 100%;
}

.course_section p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.course_section h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.coursebraud {
    padding: 20px;
    background-color: #ddd;
}

.coursebraud h4 {
    color: var(--second-color);
    font-size: 16px;
    font-weight: 800;
}

.innerCourseDetailsDiv {
    padding: 20px;
    font-size: 16px;
    margin-bottom: 25px;
}

.innerCourseDetailsDiv p {
    font-size: 16px;
    font-weight: 400;
}

.innerCourseDetailsDiv p::first-letter {
    font-size: 40px;
    font-weight: 800;
}

.otherCourse {
    border-radius: 4px;
    border: 1px solid #ddd;
}

.courseContainerDetails {
    padding: 60px 0px;
}

.otherCourse h6 {
    font-size: 16px;
    font-weight: 800;
    background-color: var(--second-color);
    color: var(--theme-color);
    padding: 15px 10px;
    border-radius: 4px;
    border: 0px;
    margin-bottom: 25px;
}

.otherCourse ul li {
    margin-bottom: 10px;
}

.innerCourseDetailsDiv img {
    border-radius: 8px;
    width: 100%;
    margin-bottom: 25px;
}

.innerCourseDetailsDiv {
    border: 1px solid #ddd;
    border-radius: 4px;
}


/* course braud css */

.courses_braud {
    padding: 20px;
    background-color: #ddd;
}

.courses_braud h3 {
    font-size: 18px;
    font-weight: 800;
    color: var(--black);
}

.courses_braud a {
    font-size: 14px;
    font-weight: 400;
    color: var(--red);
}

.courses_braud ul li:nth-child(2) {
    margin-left: auto;
}


/* course braud css end */


/* header css */

.header {
    background-color: var(--second-color);
    color: #fff;
}

.header li a {
    color: #fff;
}

.header li a:hover {
    color: var(--theme-color);
}

.navbar-brand h6 {
    font-size: 18px;
    font-weight: 800;
    color: var(--theme-color);
}

.header .iconspan {
    color: var(--theme-color);
}

.midHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    background-color: #fff;
}

.mainLogoDiv img {
    width: 140px;
}

.otherLogoDiv img {
    width: 240px;
}

.otherLogoDiv,
.mainLogoDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.centerText {
    text-align: center;
    padding: 0px 20px;
}

.centerText h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--second-color);
}

.centerText span {
    font-size: 14px !important;
}

.centerText h6 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}

.headerImage img {
    width: 100%;
}


/* header css end */

.formAddmissionDiv {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--grey);
}

.formAddmissionDiv label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.formAddmissionDiv input,
.formAddmissionDiv select {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    font-size: 12px;
    padding: 15px 30px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    margin-bottom: 20px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.onlineaddmisionBtn {
    background-color: #000 !important;
    color: #fff !important;
    border: 0px !important;
}


/*  */


/* center zone css start */

.innerCenterZoneDiv {
    padding: 20px;
    margin-bottom: 20px;
    border: 2px dashed #ddd;
    color: var(--second-color);
}

.centerzoneContainer {
    padding: 60px 10px 40px;
}

.innerCenterZoneDiv h2 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--second-color);
}

.innerCenterZoneDiv h4 {
    background-color: var(--second-color);
    padding: 10px;
    color: #fff;
    font-size: 15px;
    margin: 10px 0px 15px;
    font-weight: 500;
}

.innerCenterZoneDiv p {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    margin-bottom: 10px;
}

.innerCenterZoneDiv p:last-child {
    margin-bottom: 0px;
}

.innerCenterZoneDiv i {
    font-size: 12px;
    margin-right: 8px;
}