@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

@font-face {
    font-family: 'Russo One';
    src: url('../fonts/RussoOne-Regular.eot');
    src: url('../fonts/RussoOne-Regular.eot?#iefix') format('embedded-opentype'), url('RussoOne-Regular.woff2') format('woff2'), url('RussoOne-Regular.woff') format('woff'), url('../fonts/RussoOne-Regular.ttf') format('truetype'), url('../fonts/RussoOne-Regular.svg#RussoOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: #000000;
}

a,
button {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

label {
    margin-bottom: 0;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.scrolltotop {
    width: 60px;
    height: 60px;
    line-height: 42px;
    border-radius: 50%;
    background: linear-gradient(102.47deg, #3EDC81 9.06%, #114FEE 83.5%);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 30px;
    bottom: 20px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

/* .scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
} */

/*==== nev area start===== */

header {
    width: 100%;
    padding: 20px 0;
    background: transparent;
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-contact-info ul li {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 14.6073px;
    color: #11367F;
    text-align: right;
}

.header-contact-info ul li a {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 14.6073px;
    color: #11367F;
}

.header-contact-info ul li a img {
    margin-right: 5px;
}

.header-contact-icon ul {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 10px;
}

.header-contact-icon ul li a {
    font-size: 14px;
    color: #fff;
    width: 24px;
    height: 24px;
    display: block;
    background-color: #11367F;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    margin-left: 10px;
    transition: .2s;
}

.header-contact-icon ul li a:hover {
    transform: scale(1.3);
}
.menu-item ul li {
    padding: 40px 30px;
}
.menu-item ul li a{
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #01052D;
    display: inline-block;
    text-transform: capitalize;
    transition: .3s;
    position: relative;
    transition: .5s;
}

.menu-item ul li a::before{
    content: '';
    width: 0%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -7px;
    background: linear-gradient(102.47deg, #3EDC81 9.06%, #114FEE 83.5%);
    transition: .5s;
}

.menu-item ul li a:hover::before{
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -7px;
    background: linear-gradient(102.47deg, #3EDC81 9.06%, #114FEE 83.5%);
    transition: .5s;
}

#active::before{
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -7px;
    background: linear-gradient(102.47deg, #3EDC81 9.06%, #114FEE 83.5%);
} 


.menu-bar {
    display: none;
}
.menu-bar a{
    font-size: 30px;
    color: #7F7F7F;
    cursor: pointer;
}
.menu-btn a {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    padding: 12px 17px;
    color:#fff;
    text-transform: capitalize;
    transition: .2s;
    background: #165EE4;
    border-radius: 8px;
}

.menu-btn a:hover{
    background: #205bc9;
}

/*==== nev area end===== */


/*==== nev area end===== */

/*==== sticky-nev start=== */

/* 
.fixed-menu {
    background:transparent;
	position: fixed;
	top:0;
	animation:slide-down 0.5s !important;
	left:0;
	right:0;
    box-shadow:4px -86px 103px rgba(0,0,0,0.9);
	z-index:250;
    transition: .10s;

}

.fixed-menu .menu-bar a {
    color: #7F7F7F !important;
} */

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*==== sticky-nev end=== */

/* =====hero-area-start===== */

.hero-area {
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 35px;
}

.hero-left-item {
    margin-top: 231px;
}

.hero-left-item small {
    font-weight: 500;
    font-size: 16px;
    color: #006B11 !important;
    background: rgba(0, 107, 17, 0.05);
    border-radius: 32px;
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 20px;
}

.hero-left-item h6 {
    font-weight: 300;
    font-size: 60px;
    color: #01052D;
    margin-bottom: 20px;
}

.hero-left-item h6 span {
    font-weight: 700;
    font-size: 60px;
    background: linear-gradient(102.47deg, #30AFA4 9.06%, #207CCB 83.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.hero-left-item p {
    font-weight: 400;
    font-size: 18px;
    color: #676767;
    margin-bottom: 24px;
}

.hero-left-item ul {
    display: flex;
    align-items: center;
}

.hero-left-item ul li:first-of-type a {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    padding: 15px 32px 15px 70px;
    background-color: #11367F;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: 20% 50%;
    transition: .2s;
}

.hero-left-item ul li:last-of-type a {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    padding: 15px 32px 15px 30px;
    background-color: #11367F;
    border-radius: 8px;
    margin-left: 28px;
    transition: .2s;
    text-transform: uppercase;
}

.hero-left-item ul li a:hover {
    background-color: #112c63;
}

.hero-right-item {
    margin-top: 160px;
}

/* Get Ready To Start area start  */

.get-ready-area {
    padding: 60px 0;
    background-image: url(../images/get-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden !important;
}

.get-title h2 {
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    color: #01052D;
    margin-bottom: 48px;
}

.get-title h2 span {
    font-weight: 700;
    text-align: center;
    color: #01052D;
}

.get-ready-item ul {
    display: flex;
    align-items: center;
}

.get-ready-item ul li h2 {
    font-weight: 700;
    font-size: 40px;
    color: rgba(1, 5, 45, 0.9);
    margin-left: 12px;
}

.get-ready-item ul li p {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.03em;
    color: #969696;
    margin-left: 12px;
}

/* .==Admission Process area start== */

.admission-process-area {
    padding: 45px 0;
    background-color: #fff;
}

.admission-title {
    margin-bottom: 60px;
}

.admission-title h2 {
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    color: #01052D;
    line-height: 30px;
}

.admission-title h2 span {
    font-weight: 700;
}

.ads-border {
    width: 136px;
    height: 2px !important;
    background: linear-gradient(102.47deg, #3EDC81 9.06%, #114FEE 83.5%);
    display: inline-block;
    text-align: center;
}

.ziehharmonika .active .arrowDown {
    display: none;
}

.admission-process-right .ziehharmonika {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 30px;
}

.admission-process-right .ziehharmonika h3 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #000000;
    background: #fff;
    color: #000;
    text-align: left;
    border-radius: 4px;
    padding: 14px 12px;
    padding-right: 12px;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 2px;
    padding-right: 40px;
    transition: 0.25s all;
    position: relative;
    padding: 12px 0px;
}

.admission-process-right .ziehharmonika p {
    color: #666666;
}

.admission-process-right .ziehharmonika>div {
    display: none;
    background: #fff;
    border-radius: 4px;
    border: none;
    text-align: left;
    padding: 0 0 12px 4px;
    margin-bottom: 0px;
}

.admission-process-right .ziehharmonika .collapseIcon {
    position: absolute;
    right: 8px;
}

/* ===What We Offer area start == */

.what-we-offer-area {
    padding: 40px 0;
    background-image: url(../images/we-offer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.we-offer-left ul li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.we-offer-left ul li p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-left: 20px;
}

/* Know More About Us area start  */

.about-area {
    padding: 40px 0;
    background: linear-gradient(309.15deg, #3EDC81 -32.75%, #114FEE 82.37%);
}

.about-title {
    text-align: center;
    margin-bottom: 35px;
}

.about-title h2 {
    font-weight: 400;
    font-size: 40px;
    color: #FFF;
    text-align: center;
    line-height: 35px;
}

.about-title h2 span {
    font-weight: 700;
}

.about-title small {
    width: 136px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    text-align: center;
}

.about-left h5 {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.about-left p {
    font-size: 16px;
    color: #FFFFFF;
    text-align: justify;
    margin-bottom: 20px;
}

.about-left h3 {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    font-style: italic;
}

.about-right {
    text-align: center;
}

.about-right img {
    display: inline-block;
    margin-top: 55px;
}

/* Student Testimonials area start */

.testimonials-area {
    background-image: url(../images/we-offer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 50px 0 40px 0;
}

.testimonial-title p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #676767;
    margin-bottom: 40px;
    margin-top: 10px;
}

.student-tes-item p {
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    font-style: italic;
    margin-bottom: 25px;
}

.student-photo {
    text-align: center;
}

.student-photo span {
    width: 86px;
    height: 86px;
    border-radius: 50% !important;
    display: block;
    margin: auto;
}

.student-photo span img {
    border-radius: 50%;
}

.student-photo h5 {
    font-weight: 500;
    font-size: 20px;
    align-items: center;
    color: #11367F;
    margin-bottom: 18px;
    margin-top: 10px;
}

.testimonials-area .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}

.testimonials-area .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #11367F;
}

/*== Download Our App area start=== */

.download-app-area {
    padding-top: 40px;
    background-image: url(../images/download-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.download-right h2 {
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 100px;
}

.download-right h2 span {
    font-weight: 600;
}

.download-right p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.don-btm-bdr {
    margin-bottom: 30px;
}

.don-btm-bdr small {
    width: 100px;
    height: 2px;
    background-color: #00E3BB;
    display: inline-block;
    margin-left: 144px;
}

.download-btn {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    padding: 15px 32px;
    background: #FFFFFF;
    border-radius: 8px;
}

.download-right ul {
    display: flex;
    align-items: center;
}

.download-right ul li:last-of-type {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 100;
    color: #fff;
    margin-left: 24px;
}

.download-right ul li:last-of-type span {
    margin-right: 25px;
    transition: .2s;
}

.down-span {
    position: relative;
}

.down-span::before {
    content: '';
    width: 1px;
    height: 27px;
    background-color: #A8CAE0;
    display: block;
    position: absolute;
    bottom: 5px;
    left: -13px;
}

.down-span::after {
    content: '';
    width: 1px;
    height: 27px;
    background-color: #A8CAE0;
    display: block;
    position: absolute;
    bottom: 5px;
    right: -13px;
}

/* ===Our Alumni Network area start == */

.network-area {
    padding: 45px 0 20px;
}

.network-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.network-wrapper>div {
    padding-right: 15px;
    padding-left: 15px;
}

.network-item {
    width: 20%;
    margin-bottom: 30px;
}

/* Associate College’s area start  */

.assciate-area {
    background-image: url(../images/we-offer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 45px 0;
}
.assciate-item {
    text-align: center;
}
.assciate-item img {
    width: 160px !important;
}

.assciate-item img {
    /* margin-left: 53px !important; */
}

.assciate-item:first-of-type img {
    margin-left: 0px !important;
}

.main-content2 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 80px;
}

.main-content2 .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}

.main-content2 .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #11367F;
}

/*===== faq-area-start ==== */

.faq-area {
    padding: 45px 0;
}

.faq-title p {
    font-weight: 400;
    font-size: 16px !important;
    text-align: center;
    color: #676767;
    margin-bottom: 32px;
    margin-top: 8px;
}

.faq-title p small {
    font-weight: 700;
    color: #676767;
}

.faq-item {
    padding: 20px 20px 20px 20px;
    background: #FEFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.11);
    border-radius: 8px;
    min-height: 83px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 24px;
}

.faq-item .ziehharmonika h3 {
    background: none;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    padding: 0px 0;
}

.faq-item .ziehharmonika>div {
    display: none;
    background: #fff;
    border-radius: 4px;
    border: none;
    text-align: left;
    padding: 0px;
    margin-bottom: 9px;
}

.faq-item .ziehharmonika>div p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
}

.faq-item .ziehharmonika>div p:last-of-type {
    margin-bottom: 0px !important;
}

.faq-item .ziehharmonika .collapseIcon {
    position: absolute;
    right: -4px;
}

.more-faq-btn button {
    background: none;
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    border: none;
    background-color: none;
    padding: 10px 40px;
    margin-top: 15px;
    position: relative;
}

.more-faq-btn button img {
    margin-left: 5px;

}

.more-faq-btn {
    text-align: center;
}

.more-faq-inner {
    display: none;
}

.l-icon-top img {
    transform: rotate(180deg);
}

.show-span2 {
    display: none;
}





/* ===footer-area=== */

footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 58px 0 20px;
    overflow: hidden;
}

.footer-logo ul {
    display: flex;
    align-items: center;
}

.footer-logo img {
    margin-right: 15px;
}

.footer-logo ul li select {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    /* #01052D */
    color: #00E0BF;
    background: none;
    border: none;
    display: block;
    padding: 5px 0 0 15px;
    position: relative;
}

.footer-logo ul li {
    position: relative;
}

.footer-logo ul li:last-of-type:before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: #00E0BF;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-logo ul li select option {
    font-family: 'Roboto' !important;
    background-color: #fff !important;
    cursor: pointer;
    color: #000 !important;
}

.footer-left p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 16px 0;
}

.footer-icon ul {
    display: flex;
    align-items: center;
}

.footer-icon ul li a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #265888;
    margin-right: 10px;
    transition: .2s;
}

.footer-icon ul li a:hover {
    transform: scale(1.2);
}

.copyright {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.025em;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 20px;
    display: block;
}

.footer-right h2 {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #FFFFFF;
    line-height: 15px;
}

.footer-right h2 span {
    font-weight: 700;
}

.footer-right small {
    width: 137px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
}

.ft-menu-link {
    margin-top: 14px;
}

.ft-menu-link li a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 7px;
    transition: .2s;
}

.ft-menu-link li a:hover {
    color: #ddd;
}

.f-con-b {
    width: 100px !important;
}

.ft-cont-link {
    margin-top: 18px;
}

.ft-cont-link li a {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    display: inline-block;
    margin-bottom: 16px;
    transition: .2s;
}

.ft-cont-link li a img {
    margin-right: 8px;
}

.ft-cont-link li a:hover {
    color: #ddd;
}

/*========= privacy-page start===== */

.privacy-hero-area {
    padding: 175px 0 40px 0 !important;
    background-image: none !important;
}

.privacy-titel {
    max-width: 300px;
}

.privacy-titel {
    margin-bottom: 36px;
    margin-top: -9px;
    margin-left: 4px;
}

.privacy-titel h2 {
    font-weight: 400;
    font-size: 40px;
    color: #01052D;
    line-height: 30px;


}

.privacy-titel h2 span {
    font-weight: 700;
}

.ads-border {
    width: 90px;
    height: 2px;
    background: linear-gradient(102.47deg, #3EDC81 9.06%, #114FEE 83.5%);
    display: inline-block;
    text-align: center;
}

.privacy-content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #01052D;
    margin-bottom: 15px;
}

.privacy-content ul {
    list-style-type: disc;
    padding: 0;
    margin: -13px 0 0 20px;
}

.privacy-content ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #01052D;
}

/* ====offcanvas manu start===== */

.offcanvas-header {
    background-color: #FFF;
    border: #000 !important;
  
    z-index: 11;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.offcanvas-header h5 img {
    max-width: 100px;
}
.offcanvas-body {
    background-color: #FFF;
    padding: 0px !important;
  }
.clloss-x {
    font-size: 25px;
    cursor: pointer;
    color: #000;
}
.menu-bar a{
    font-size: 30px;
    color: #000;
    cursor: pointer;
}
.clloss-x:hover {
    color: #000 !important;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width:270PX;
    z-index: 11111111111111;
}

.mobile-menu-item ul li a {
    font-size: 16px;
    font-weight: 600; 
    color: #000;
    transition: .2s;
    padding: 15px  20px;
    display:block;
    transition: .2s;
    margin-bottom: 3PX;
    
}
.mobile-menu-item ul li a:hover {
    background-color: #205bc9;
    color: #E8E8E8;
}
.m-active {
    background-color: #205bc9 !important;
    color: #FFF !important;
}
.mobile-menu-item ul li a i {
    font-size: 20px;
    margin-right: 15px;
}

.mobile-btnss a{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    padding: 12px 17px;
    color:#fff !important;
    text-transform: capitalize;
    transition: .2s;
    background: #165EE4;
    border-radius: 8px;
    display: block;
    text-align: center;
    margin: 10px 10px;
}
/* ====offcanvas manu end===== */


/* ====career-header===start=== */

.career-header{
    position: inherit;
    padding: 18px 0 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.11);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
.career-header::before{
    content: '';
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #3EDC81 0%, #114FEE 100%);
    position: absolute;
    top: 0px;
    left: 0;
}

.careersss {
    background: linear-gradient(102.47deg, #3EDC81 0%, #114FEE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;   
}

.carer-hero{ 
background-size: 100% 137% !important;
background-position: top;
}
.career-hero-left {
    margin-top: 250px !important;
}
.career-hero-right {
    margin-top: 165px !important;
}

/* Personal Details-area-start */

.personal-details-area {
    padding: 40px 0;
    background: #fff;
}

.personal-det-titel {
    margin-bottom: 50px;
}
.personal-det-titel h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    color: #01052D;

}


.personal-det-titel small{
    width: 88px;
    height: 2px;
    display: block;
    background: linear-gradient(102.47deg, #3EDC81 9.06%, #114FEE 83.5%);
    transition: .5s;
    margin-left: 30px;
}

.personal-details-form form span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;  
    color: #293241;
    display: block;
    margin-bottom: 10px;
}

.personal-details-form form input {
    max-width: 327px;
    width: 100%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #79869F;
    color: #293241;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    display: inline-block;
    padding: 14px 14px 14px 40px;
    margin-bottom: 40px;
    outline: none;
}
.personal-details-form form input::placeholder {
    color: #79869F;
    opacity: 1;
}
.personal-details-form form select {
    max-width: 327px;
    width: 100%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #79869F;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    display: inline-block;
    padding: 14px 14px 14px 40px;
    appearance: none;
    margin-bottom: 40px;
    cursor: pointer;
}

#address {
    width: 100% !important;
    max-width: 717px;
}

  #names {
    background-image: url(../images/n1.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
  }

  #names:focus {

    background-image: url(../images/f-n1.png);
  } 

#datess{
    background-image: url(../images/n2.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#datess:focus{
    background-image: url(../images/f-n2.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}


#geander{
    background-image: url(../images/n3.png), url(../images/b-arrow.png);
    background-position:  5% 50%, 96% 50%;
    background-repeat: no-repeat, no-repeat;


}
#geander:focus{
    background-image: url(../images/f-n3.png), url(../images/b-arrow.png);
    background-position:  5% 50%, 96% 50%;
    background-repeat: no-repeat, no-repeat;


}
#email{
    background-image: url(../images/n4.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#email:focus{
    background-image: url(../images/f-n4.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#whatsapp{
    background-image: url(../images/whats.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    padding: 14px 14px 14px 70px;
    position: relative;
}
#whatsapp:focus{
    background-image: url(../images/whats-2.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    padding: 14px 14px 14px 70px;
    position: relative;
}

#opts{
    background-image: url(../images/n6.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
.opts{
    background-image: url(../images/n6.png) !important;
    background-repeat: no-repeat !important;
    background-position: 5% 50% !important;
}
.opts:focus{
    background-image: url(../images/f-n6.png) !important;
    background-repeat: no-repeat !important;
    background-position: 5% 50% !important;
}
#Religion{
    background-image: url(../images/n7.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#Religion:focus{
    background-image: url(../images/f-n7.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#castes{

    background-image: url(../images/n8.png), url(../images/b-arrow.png);
    background-position:  5% 50%, 96% 50%;
    background-repeat: no-repeat, no-repeat;
}
#castes:focus{

    background-image: url(../images/f-n8.png), url(../images/b-arrow.png);
    background-position:  5% 50%, 96% 50%;
    background-repeat: no-repeat, no-repeat;
}

.pincode{
    background-image: url(../images/n9.png) !important;
    background-repeat: no-repeat !important;
    background-position: 5% 50% !important;
}
.pincode:focus{
    background-image: url(../images/f-n9.png) !important;
    background-repeat: no-repeat !important;
    background-position: 5% 50% !important;
}
#address{
    background-image: url(../images/n10.png);
    background-repeat: no-repeat;
    background-position: 2% 50%;
}
#address:focus{
    background-image: url(../images/f-n10.png);
    background-repeat: no-repeat;
    background-position: 2% 50%;
}
#district{
    background-image: url(../images/n11.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#district:focus{
    background-image: url(../images/f-n11.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#state{
    background-image: url(../images/n12.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#state:focus{
    background-image: url(../images/f-n12.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#n13{
    background-image: url(../images/n13.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#n13:focus{
    background-image: url(../images/f-n13.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#n14{
    background-image: url(../images/n14.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#n14:focus{
    background-image: url(../images/f-n14.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#n15{
    background-image: url(../images/n15.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#n15:focus{
    background-image: url(../images/f-n15.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#n16{
    background-image: url(../images/n11.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#n16:focus{
    background-image: url(../images/f-n11.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#n17{
    background-image: url(../images/n16.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
#n17:focus{
    background-image: url(../images/f-n16.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}



.checkbox-area {
    max-width: 250px;
    margin: auto;
    padding-bottom: 30px;
}

.check-box {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #79869F !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
}

.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1.18066px solid #B2BCCA;
    border-radius: 2.36133px;
    }

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-box input:checked~.checkmark:after {
    display: block;
}

.check-box .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.ac-submit-btn {
    text-align: center;
}
.ac-submit-btn button{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF; 
    padding: 16px 120px;
    background: #165EE4;
    border-radius: 8px;
    border: none;
    transition: .2s;
}
.ac-submit-btn button:hover {
    background-color: #1e53bd;
}

.personal-det-titel2 {
    margin-top: 40px;
}




.pes-span{
    font-weight: 700 !important;
    display: inline !important;
    background: none !important;
    margin-left: 0px !important;

}

.newsletter-wrapper {
    margin-top: 40px;
}

.newsletter-inner {
    max-width: 735px;
    margin: auto;
    position: relative;
}

.newsletter-inner form input{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #CCCCCC;
    display: inline-block;
    padding: 22px 36px;  
    background: #F9F9F9;
    border-radius: 9px;
    width: 100%;
    border: none;
    outline: none;

}
.newsletter-inner button{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #FFFFFF;
    background: linear-gradient(109.55deg, #00A5FE 0%, #00E3BC 78.31%);
    padding:20.5px 32px;
    border: none;
    border-radius: 0 9px 9px 0;
    position: absolute;
    top: 0;
    right: 0;
}

.newsletter-inner form input::placeholder{
    color: #CCCCCC;
    opacity: 1;
}
/* ============= end page ======== */
/* Registration Page  */
.reg-home {
    background-Position: inherit;
}
.reg-home .hero-left-item h6 {
    font-weight: 400;
    font-size: 50px;
    color: #01052D;
    margin-bottom: 20px;
    line-height: 1.4;
}
.reg-home .hero-left-item h6 span {
    font-weight: 700;
    font-size: 50px;
    background: linear-gradient(102.47deg, #3EDC81 9.06%, #114FEE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* Reg Form 
================== */
.reg-form {
    padding-top: 32px;
    padding-bottom: 80px;
    font-family: "Nunito Sans", serif !important;
}
.reg-form h2{
    font-family: "Nunito Sans", serif;
    font-weight: 800;
    font-size: 32px;
    color: #01052D;
    margin-bottom: 28px;
}
.reg-form .input_wrap {
	margin-bottom: 32px;
}
.reg-form .input_wrap label{
	font-size: 16px;
	font-weight: 600;
    color: #171D28;
	margin-bottom: 8px;
}
.reg-form .input_wrap input, .reg-form .input_wrap select{
	height: 60px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #9D9D9D;
	padding-left: 16px;
    padding-right: 16px;
	color: #000000;
    background-color: transparent ;
    font-size: 16px;

}
.reg-form .input_wrap input#full_name{
    text-transform: capitalize !important;
}
.reg-form .input_wrap select{
    background-color: #FFFFFFF;
}
.reg-form .input_wrap input:focus, .reg-form .input_wrap select:focus{
    outline: 1px solid #00509D;
}
.reg-form .checkbox_wrapper label{
    display: inline-flex;
    align-items: center;
    column-gap: 14px;
}
.checkbox_wrapper{
    text-align: center;
}
.reg-form .checkbox_wrapper label .form-check-input{
    height: 28px;
    width: 28px;
}
.reg-form .checkbox_wrapper label .form-check-input:focus{
    box-shadow: none;
}
.reg-form .checkbox_wrapper label span {
    font-size: 18px;
    color: #01052D;
    font-weight: 400;
}
.reg-form .checkbox_wrapper label span a{
    color: #165EE4;
}
.reg-form .ac-submit-btn button{
    background-color: #00509D;
    margin-top: 32px;
}
.sel_wrap{
    position: relative;
}
.sel_wrap::after {
    content: "";
    position: absolute;
    right: 24px;
    height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/arrow.svg');
    top: 22px;
}
.sel_wrap select{
    appearance: none;
}
.phncall_wrap{
    position: relative;
}
.phncall_wrap input{
    padding-left: 65px !important;
}
.phncall_wrap span{
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: #171D28;
    left: 16px;
    top: 18px;
}
/* Otp Popup 
================= */
/* ========== Contact Form Popup section Start here======== */
.otp-modal{
    font-family: "Nunito Sans", serif !important;
    background: rgba(0, 60, 195, 0.08);
    backdrop-filter: blur(5px);
}
.otp-modal .modal-dialog {
    max-width: 600px;
}
.otp-modal .modal-dialog .modal-content {
    background-color: #fff;
    border-radius: 12px;
    padding: 32px 80px;
    border: 1px solid #E0E0E0;
    
}
.otp-modal .modal-body{
    max-width: 400px;
    margin: auto;
}
.popup-logo{
    text-align: center;
}
.otp-modal .modal-content img{
    width: 132px;
}
.otp-modal .modal-dialog .modal-content .modal-header{
	padding: 0 16px;
	justify-content: end;
}
.otp-modal .modal-header .btn-close{
	background-color: transparent;
	border: none;
	font-size: 20px;
}
.otp-modal .modal-dialog .modal-content .modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #171D28;
    margin: 20px 0 12px 0;
    text-align: center;
}
.otp-modal .modal-dialog .modal-content p {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 12px;
}
.otp-modal form label {
    display: block;
    font-size:16px;
    font-weight: 600;
    color: #171D28;
    margin-bottom: 10px;
}
.otp-modal form input{
	height: 60px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #171D28;
	padding-left: 16px;
    padding-right: 16px;
	color: #9D9D9D;
    background-color: transparent ;
    font-size: 16px;
}
.otp-modal form input{
    outline: none !important;
}
.otp-modal form input:focus{
    box-shadow: none;
    border-color: #171D28;
}
.otp-modal form .form-control::placeholder{
   color: #171D28;
   font-weight: 400;
}
.otp-modal form p{
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    margin:6px 0 !important;
}
.otp-modal form span{
    font-size: 14px;
    font-weight: 700;
    color: #D86807;
}
.otp-modal form .wrong-otp{
    color: #C8102E;
}
.otp-modal form .wrong-otp a{
    font-size: 14px;
    font-weight: 700;
    color: #C8102E;
}
.submit-button {
    padding: 14px 40px !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    border-radius: 5px;
    margin-top: 10px;
}
.reg-sub-btn button{
    width: 100%;
    text-align: center;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Nunito Sans";
    border: 1px solid #545F71;
}
.reg-sub-btn.btn-1 button{
    background-color: #00509D;
    color: white;
    margin-bottom: 14px;
}
.reg-sub-btn.btn-2 button{
    background-color: transparent;
    color: #00509D;

}

/* ========== Thank you page Start here======== */
.thank-you-area{
    padding-top: 40px;
    padding-bottom: 70px;
}
.thank-you-content{
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.submitted-img{
    width: 100px;
    margin-bottom: 42px;
}
.thank-you-content h2{
    font-size: 28px;
    font-family: 'Russo One';
    font-weight: 400;
    margin-bottom: 42px;
    line-height: 1.4;
}
.thank-you-content p{
    font-family: "Nunito Sans";
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
}
.thank-you-content ul p{
    margin-bottom: 10px;
}
.thank-you-content ul{
    margin-bottom: 20px;
    list-style: disc;
}
.thank-you-content ul li{
  
    margin-bottom: 4px;
}
.thank-btn-group{
    margin: 10px 0 34px 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    
    
}
.thank-btn-group a{
    border: 1px solid #545F71;
    border-radius: 4px;
    display: flex;
    width: 170px;
    height: 52px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #171D28;
    font-size: 12px;
    font-family: "Nunito Sans";
    font-weight: 600;

}
.thank-btn-group a img{}
.parsley-custom-error-message {
    opacity: 1;
    color: red;
    font-weight: 500;
}
.required-asterisk {
    color: red;
}