@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Bold.woff2") format("woff2"),
    url("../fonts/GoogleSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Italic.woff2") format("woff2"),
    url("../fonts/GoogleSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-BoldItalic.woff2") format("woff2"),
    url("../fonts/GoogleSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Medium.woff2") format("woff2"),
    url("../fonts/GoogleSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Regular.woff2") format("woff2"),
    url("../fonts/GoogleSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-MediumItalic.woff2") format("woff2"),
    url("../fonts/GoogleSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
body {
 font-family: 'Poppins';
  font-weight: normal;
  color: var(--txtClr);
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
figure,
label {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
textarea {
  resize: none;
}
a:hover{text-decoration: none;}
input:focus,
textarea:focus {
  border-bottom-width: 1px;
  border-color: #c6321b;
}
/* UTILITIES */
.owl-next::focus-visible {
    outline: 0px!important;
}

/* END UTILITIES */

/* COMPONENTS */
.button {
  font-size: 13px;
  display: inline-block;
  font-weight: 600;
  padding: 12px 25px;
  border: 1px solid rgb(239, 239, 239);
  background-color: rgb(239, 239, 239);
  border-radius: 5px;
}
.button:focus {
  outline: none;
}
.button:hover {
  text-decoration: none;
}
.button-white {
  background-color: #fff;
  border-color: #fff;
  color: var(--primaryClr);
}
.button-white:hover {
  background-color: transparent;
  color: #fff;
}
.button-white-outline {
  background-color: transparent;
  color: #fff;
}
.button-white-outline:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--primaryClr);
}
.button-green {
  background-color: var(--greenClr);
  border-color: var(--greenClr);
  color: #fff;
   font-size: 16px;
}
.button-green:hover {
  background-color: transparent;
  border-color:#fcd53b;
  color:#fcd53b;

}
.section-header {
  font-size: 40px;
  font-family: "Google Sans";
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
}
/* END COMPONENTS */

/* LAYOUT */
.main {
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}
/* END LAYOUT */

/* NAVBAR */


.mainNav.navbar {
  transition: all ease-in-out 0.3s;
  padding: 0.6rem 1rem;
}
.mainNav.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.mainNav.not-fixed {
  background-color: #fff;
}
.mainNav.navbar.sticky {
  width: 100%;
  background-color:#043f60;
  padding: 0.4rem 1rem;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.mainNav.navbar .nav-item {
  margin-right: 15px;
}
.mainNav.navbar .nav-item:last-child {
  margin-right: 0;
}
.mainNav.navbar .nav-item .nav-link {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.mainNav.navbar .nav-item .nav-link.active,
.mainNav.navbar .nav-item .nav-link:hover {
  color:#fcd53b;
}
.mainNav.navbar .nav-item .nav-link.active {
  font-weight: 600;
}
.mainNav.navbar .navbar-toggler {
  padding: 0.15rem 0.5rem;
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-action-button {
  display: flex;
  align-items: center;
  padding-left: 80px;
}
.navbar-action-item {
  margin-right: 8px;
}
.navbar-action-item:last-child {
  margin-right: 0;
}
/* END NAVBAR */

/* END BANNER */



/* BANNER */
.banner {
  width: 100%;
  float: left;
  height:700px;
  background: url(../images/banner_bg.jpg) 0 0 / cover no-repeat; */
  position: relative;
}
.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.banner-image img {
  width: 100%;
}
.banner-content-header {
  text-align: center;
}
.banner-content {
  padding-top: 230px;
  position: relative;
  z-index: 2;
}
.banner-content-header h1 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.banner-content-header p {
  font-size: 20px;
  color: #56a7d6;
}
.banner-newsletter {
  max-width: 765px;
  margin: 0 auto;
  display: flex;
    border: 6px solid #5d8ca6;
  border-radius: 35px;
  align-items: center;
  margin-top: 30px;
  box-shadow:0px 0px 33px 0px rgba(0, 118, 99, 0.15);
}
.banner-newsletter-input {
  flex-grow: 1;
  border: 0px;
  border-radius:35px 0px 0px 35px;
  background-color: #fff;
  color: #222;
  font-size: 18px;
  padding: 15px 29px;
  height: 58px;
}
.banner-newsletter-input::placeholder {
  color: #ccc;
}
.banner-newsletter-submit {
    text-transform: uppercase;
    font-size: 23px;
    color: #000;
    background-color: #fff;
    border: 1px solid var(--deepblueClr);
    padding: 15px 34px;
    height: 58px;
    border-radius: 0px 35px 35px 0px;
}
.banner-content-image {
  padding-top: 70px;
  text-align: center;
}
.banner-content-image img {
  max-width: 100%;
  box-shadow: 0px 0px 103px 0px rgba(90, 134, 99, 0.32);
}
.next-section-wheel {
  margin-top: 65px;
  text-align: center;
}

.courses-section{width: 100%; height: auto; float: left; padding: 50px 0px 50px; background: #fff}


.courses-section .owl-prev {
    position: absolute;
    left: -43px;
    top: 19%;
    font-size: 61px !important;
}

.courses-section .owl-dots{display: none;}

.courses-section .owl-next {
    position: absolute;
    right: -43px;
    top: 19%;
    font-size: 61px !important;
}

.courses-box{width: 100%; height: 180px;padding: 25px 18px;border-right: 8px solid #054c75; border-radius: 6px; background: #fff;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; float: left;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}

.courses-box span.icon-box{width:6rem; height:auto; float: left;}
.owl-carousel .item {
    padding: 1rem; float: left;
}
.right-contain {
    float: left;
    width: 13rem;
    margin-left: 15px;
}

.right-contain h2 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
    font-family: "Nunito", sans-serif;
}
.right-contain p{font-size:14px;line-height: 21px; margin-bottom:8px; font-family: "Poppins", sans-serif; margin-bottom: 0px}


/*  FEATURES */
.features {width: 100%; height: auto; float: left;
  position: relative;
  padding-top:80px; padding-bottom: 80px; background: #003a5b;
}

.feature-content {
  padding-bottom:0px;
  position: relative;
  z-index: 2;
}

.feature-content-text {
  padding-top:0px;
  padding-left: 40px;
  padding-right:0px;
}
.feature-content-text p{font-size: 16px; color: #fff; margin-bottom: 25px;}
.feature-content-image{overflow: hidden; border-radius: 25px;}

.feature-content-image img {
  max-width: 100%;
}

.feature-art-image {
  position: absolute;
  z-index: 1;
}
.feature-art-image-top-right-art {
  top: -250px;
  right: 0;
}
.feature-art-image-left-art {
  left: 0;
  top: 100px;
}
.feature-art-image-bottom {
  right: 0;
  bottom: 110px;
}
/*  END FEATURES */
.sales-count-image {
  position: absolute;
  z-index: 1;
}
.sales-left-count-image {
  left: 0;
  bottom: 0px;width: 18%;
}
.sales-left-count-image img{width: 100%; height: auto;}


.sales-right-count-image {
  right: 0;
  top: 0px;
}

.sectnhdngallsectnstop {
    width: 100%;
    text-align: center;
    float: left;
    width: 100%;
    padding-bottom: 25px;
}
.sectnhdngallsectnstop p {
    font-size: 17px;
    line-height: normal;
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'Poppins';
}


.sectnhdngallsectnstop-two {
    width: 100%;
    text-align: center;
    float: left;
    width: 100%;
    padding-bottom: 25px;
}
.sectnhdngallsectnstop-two h2 {
    color: #000;
    font-weight: 600;
    font-size: 40px;
    width: 100%;
    font-family: "Google Sans";
}
.sectnhdngallsectnstop-two p {
    font-size: 17px;
    line-height: normal;
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'Poppins';
}


.textwithindarkbg h2 {
    color: #fff; margin-bottom: 15px; font-size: 35px;
}

.about-line-point{position: relative;}

.about-line-point:before{width: 540px;
    height: 425px;
    background: url(../images/ab-line.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -25px;
    right: -9px;
    content: '';
    z-index: -1;}

.about-dynamic{ margin-top: 80px; float: left; border-top:1px solid #fff; padding-top: 80px}

.vmvboxall {
    float: left;
    width: 100%;
    min-height:130px;
    padding: 15px; border: 2px solid #012940; background: #fff;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; border-radius: 15px;
}

.vmvboxall .vmvboxall-leftpix {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    text-align: center;
}
.vmvboxall .vmvboxall-leftpix img{width: 100%; height: auto;}
.vmvboxall .vmvboxall-righttext {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 7px;
}

.vmvboxall .vmvboxall-righttext h3 {
   font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 5px;
    color: #012940;
}
.vmvboxall .vmvboxall-righttext p {
    font-size: 15px;
    line-height: normal;
}
.our-misson-section{width: 100%; height: auto; float: left; padding: 80px 0px; background: #f3f3f3}

.iapply-advantage-sectn {
    float: left;
    width: 100%;
    padding: 50px 0;
}
.iapply-advantage-sectn .row.advntgall-boxwrapper .col-lg-4 {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.iapply-advantage-sectn .col-lg-4.noborder-right {
    border-right: 0px !important;
}

.advantcontentboxes {
    padding: 15px 0;
    float: left;
    width: 100%;
}
.advantcontentboxes .advant-icopixleft {
    background: #004974;
    border-radius: 50%;
    width: 73px;
    height: 73px;
    padding: 22px;
    margin: auto;
}

.advant-text-line {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    border: 2px solid #004974;
    margin: 0px auto;
    padding: 6px;
}
.advantcontentboxes .advant-textrights {
    float: left;
    width: 100%;
    padding-left: 10px;
    text-align: center;
}
.advantcontentboxes .advant-textrights h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    text-transform: capitalize;
    padding-top: 17px;
    padding-bottom: 10px;
}

.advantcontentboxes .advant-textrights p {
    font-size: 15px;
    padding-top: 5px;
}


.faq-section{width: 100%; height: auto; padding: 80px 0px; background: #c1e8ff; float: left;}



.faq-section .wavy-area {
  margin: unset;
}
.accordion-item{border-bottom: 0px !important; }
.faq-section .accordion-flush .accordion-item .accordion-button.award-btn {
  background: #01446c !important;
  color: #fff;
  font-weight: 600;
}
.faq-section
  .accordion-flush
  .accordion-item.placement-item
  .accordion-button.placement-btn {
  background: #55a0cc !important;
  color: #fff;
  font-weight: 600;
}
.faq-section .accordion-flush .accordion-item.industry .accordion-button {
  background: #01446c !important;
  color: #fff;
  font-weight: 600;
}
.faq-section .accordion-flush .accordion-item.project .accordion-button {
  background: #55a0cc !important;
  color: #fff;
  font-weight: 600;
}
.faq-section .accordion-flush .accordion-item.modules .accordion-button {
  background: #01446c !important;
  color: #fff;
  font-weight: 600;
}
.faq-section .accordion-flush .accordion-item {
  margin-bottom: 15px !important;
  border-radius: 10px !important;
  overflow: hidden;
  border: none !important;
}

.faq-section .accordion-flush .accordion-item.modules-two .accordion-button {
  background: #55a0cc !important;
  color: #fff;
  font-weight: 600;
}
.faq-section .accordion-flush .accordion-item {
  margin-bottom: 15px !important;
  border-radius: 10px !important;
  overflow: hidden;
  border: none !important;
}



.faq-section .accordion-flush .accordion-item .accordion-body {
  background:#015486;
  padding: 30px 30px;
}
.faq-section .accordion-flush .accordion-item.placement-item .accordion-body {
  background:#3d88b4;
  padding: 30px 30px;
}
.faq-section .accordion-flush .accordion-item.industry .accordion-body {
  background:#015486;
  padding: 30px 30px;
}
.faq-section .accordion-flush .accordion-item.project .accordion-body {
  background:#3d88b4;
  padding: 30px 30px;
}
.faq-section .accordion-flush .accordion-item.modules .accordion-body {
  background:#015486;
  padding: 30px 30px;
}
.faq-section .accordion-flush .accordion-item .accordion-body p {
  color: #fff;
}
.faq-section .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(77deg) brightness(105%) contrast(103%);
}
.faq-section .accordion-button:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0px auto -webkit-focus-ring-color;
}
.faq-section .accordion-flush .accordion-item .accordion-body .award-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  padding: 16px;
  position: relative;
  z-index: 1;
}
.faq-section .accordion-flush .accordion-item .accordion-body .award-icon::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  top: -4px;
  right: -20px;
  z-index: -1;
  opacity: 0.2;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background: url('data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}


.contact-section-two{width: 100%; height: auto; float: left; padding:40px 0px; background: #d3efff}

.contact-section-two .contact-boxallact-boxall {
    text-align: center;
    line-height: normal;
}
.contact-section-two .contact-boxallact-boxall .contact-info-text {
    float: left;
    width: 100%;
}
.contact-section-two .contact-boxallact-boxall .contactboxallicon {
    color: #01446c;
    width: 62px;
        padding: 5px;
    height: 62px;
    line-height: 60px;
    border: 1px solid #01446c;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    margin-bottom: 5px;
}
.contact-section-two .contact-boxallact-boxall .contactboxallicon i{font-size: 25px;}
.contact-section-two .continfo-right-divider {
    border-right: 1px dotted #aaa;
}
.contact-section-two .contact-boxallact-boxall h3 {
    font-size: 15px;
    font-weight: 500;
    color: #0046af;
    cursor: pointer;
}
.contact-section-two .contact-boxallact-boxall h3 a {
    color: #0046af;
    cursor: pointer;
}


.contact-section-three{width: 100%; height: auto; float: left; padding:50px 0px; background: #fff}

.contact-section-three .application-form {
    float: left;
    width: 100%;
}
.application-form .caf-fieldleft input {
    float: left;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #ccc;
    height: 60px;
    min-height: 50px;
}
.application-form .caf-fieldright input {
    float: left;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #ccc;
    height: 60px;
    min-height: 50px;
}
.application-form .caf-fieldleft {
    float: left;
    width: 48%;
    margin-bottom: 10px;
    height: 82px;
    position: relative;
}
.application-form .caf-fieldright {
    float: left;
    width: 48%;
    margin-bottom: 10px;
    height: 82px;
    margin-left: 45px;
    position: relative;
}
.application-form .actionsubmitfull {
    float: left;
    width: 100%;
    text-align: center;
}


.actionsubmitfull .contactinfo-textareafull {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 14px;
    padding: 0px;
}



.button-experts-two {
    background-color: #024c77;
    border: 2px solid #003351;
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
}


.map-o{width: 100%; height: auto; float: left;}

.banner-slider{ width:100%; height:600px; background:url(https://sehammunshi.creatorsenclose.in/wp-content/uploads/2024/03/slider1.png);
 background-size:cover; background-position:center top; }



@media (max-width: 1467px) {
  .banner-slider{width:100%; height:420px !important;}
  .bt-text-5{margin-top:400px !important}
}


@media (max-width: 1280px) {
  .banner-slider{width:100%; height:370px !important}
  .bt-text-5{margin-top:380px !important; font-size:15px !important}
}

.banner-slider {
    width: 100% !important;
    height: 320px !important;
    background: url(https://sehammunshi.creatorsenclose.in/wp-content/uploads/2024/03/mobile-bg1.png);
    background-size:100% 100%;
    background-repeat: no-repeat;
}





































































































.unqueadvntglisting {
    width:100%;
    padding: 0;
   margin:20px auto;
    display: table;
        text-align: center;
}

.unqueadvntglisting li {
      width: 16%;
  display: inline-block;
    text-align: center;
    list-style: none;
    margin: 0 15px;
}
.unqueadvntglisting li .unqueadvncriclicon {
    border: 2px solid #fff;
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin:0px auto 15px;
}
.unqueadvntglisting li .unqueadvncriclicon img{margin-top: 25px;}


.unqueadvntglisting li p{color: #fff}
.allcategory-sectionall {
    float: left;
    width: 100%;
    background: #fff;
    padding: 50px 0 20px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    min-height: 150px;
}

.how-it-works-header {
    padding-bottom: 20px;
    text-align: center;
}

.section-header-two{
    font-size: 35px;
      font-family: "Google Sans";
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}

.section-header-three{
    font-size: 35px;
    font-family: "Google Sans";
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}
.section-header-four{
    font-size: 35px;
    font-family: "Google Sans";
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}

.allcategory-sectionall .catgoryboxall {
    text-align: center;
    background: #fff;
    padding: 15px 10px;
    border-radius: 20px;
    border: 1px solid #eee;
    margin-bottom: 30px;
    cursor: pointer;
    float: left;
    width: 100%;
    height: 160px;
     transition: 0.5s;
}


.allcategory-sectionall .catgoryboxall:hover{background: #054c75; transform: translateY(-10px);}
.allcategory-sectionall .catgoryboxall:hover i{color: #fff}
.allcategory-sectionall .catgoryboxall:hover h5{color: #fff}

.categorypixsingle{margin-bottom: 25px;}
.allcategory-sectionall .catgoryboxall i {
    color: #054c75;
    font-size: 40px;
}
.allcategory-sectionall .catgoryboxall h5 {
    font-size: 14px;
    font-family: 'Poppins';
    margin-top: 10px;
    float: left;
    color: #054c75;
    width: 100%;
    font-weight: normal;
    line-height: 20px;
}



.tradingexam{float: left;
    width: 100%;
    padding: 50px 0; background: #f5f5f5}

.tradingexamboxall-box{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.tradingexamboxall-box ul{display: block;}
.tradingexamboxall-box ul li{width: 23rem;
    min-height: 465px;
    float: left;
    background: #fff;
    margin-right: 12px;
    margin-left: 12px;
    padding: 25px 15px;
    margin-bottom: 18px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}

.trdex-box{width: 100%; height: auto; float: left; padding: 5px; border: 1px solid #000; margin-bottom: 15px}
.trdex-box img{width: 100%; height: auto;}

.trdexmhdingall{width: 100%; height: auto; float: left; }
.trdexmhdingall a{transition: 0.5s;}
.trdexmhdingall a:hover;{transform: translateY(-10px);}

.trdexmhdingall h3{font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    float: left;
    font-weight: 600;}

.trdexmhdingall p{font-size: 16px; color: #000; float: left;}

.how-it-work-st{width: 100%; height: auto; float: left;}
.how-it-work-st ul{display: block;}
.how-it-work-st ul li{width:30%; height: 250px; float: left; margin: 0px 15px 25px;}
.button-experts{
  background-color: #fff;
  border:2px solid #003351;
  color: #003351;
  font-size: 16px;
  border-radius: 6px;
}
.button-experts:hover {
    background-color: #003351;
  border:2px solid #fcd53b;
  color:#fcd53b;
   border-radius: 6px;
}
/* HOW IT WORKS */
.how-it-works {
  width: 100%; height: auto; float: left; padding: 80px 0px; background: #013c5e; position: relative;
}

.how-it-works-header p {
  color: #222;
  font-size: 16px; margin-bottom: 25px;
}

.wavy-area {
    width: 120px;
    height:auto;
    margin: 0px auto 20px;
}

.img-fluid {
    max-width: 100%;
    height:100% ;
}
.how-it-work-card {
  height: 100%;
  border-radius: 10px;
  text-align: center;
  background: #fff url(../images/how-it-works-card-bg.png) 0 0 / cover;
  padding: 25px 35px;
  box-shadow: 0px 10px 16px 0px rgba(123, 137, 150, 0.16);
   transition: 0.5s;
}

.how-it-work-card:hover{  transform: translateY(-10px);}

.how-it-work-card-icon {
  height: 87px;
}
.how-it-work-card-text {
  margin-top: 22px;
}
.how-it-work-card-text p {
  color: #66769b;
}
.prominent-schools-section {
    float: left;
    width: 100%;
    padding: 50px 0 50px 0;
    border-bottom: 1px solid #eee;
}

.sectnhdngallsectnstop h2 {
  color: #000 ;
    font-weight: 600;
    font-size: 35px;
    width: 100%;
    font-family: "Google Sans";
}
.sectnhdngallsectnstop p {
    color: #222;
    font-size: 17px;
    line-height: normal;
    float: left;
    width: 100%;
}
.psallthumbwrap{width: 100%; height: auto; float: left;}

.psallthumbwrap .proschpix {
    float: left;
    width: 100%;
    border: 2px solid #000;
    padding: 5px;
    cursor: pointer;
}

.prominent-schools-section .psallthumbwrap .proschtextcnt {
    background: #fff;
    float: left;
    width: 100%;
    padding: 12px 0 0 0;
}

.prominent-schools-section .psallthumbwrap .proschtextcnt h3 {
    font-size: 19px; text-align: center;
}

.prominent-schools-section .owl-carousel .item {
    padding: 1rem;
    float: left;
    width: 100%;
}
.prominent-schools-section .psallthumbwrap .proschpix img {
    float: left;
    width: 100%;    opacity: 0.75;
}


.contact-section {
  width: 100%; float: left; padding: 80px 0px;
     background-image: url(../images/MTR-background_4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-section .header h2 {
    position: relative;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
     color: #fff;
    font-size: 1.875rem;
    font-family: "Google Sans";
    line-height: 2.25rem;
    font-weight: 600;
}

.contact-section .header p {
    position: relative;
    margin-bottom: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    line-height: 2.25rem;
    font-weight:400;
}
.contact-section .contact-btns {
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    --tw-text-opacity: 1;
    color:rgb(5 76 117);
}

.contact-section .contact-btns a {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.contact-section .contact-btns span {
    font-size: 2.25rem;
    line-height: 2.5rem; color:rgb(5 76 117);
}

.teu-point p{color:#00304b; font-weight: 700; font-family: "Nunito", sans-serif;}

.teu-point h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;color:rgb(5 76 117)
}

.contact-section .contact-btns a {
    gap: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}


.contact-section .form-two{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    display: grid;
    max-width: 1190px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}
.contact-section .form-two {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.control-form label {
  font-size: 1rem;
  line-height: 1.25rem;
   color: #fff;
}

.control-form .input {
  display: block;
  width: 100%;
  color: #fff;
  border-right: 0px;
  border-bottom-width: 1px;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.control-form .input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.control-form select[type='text']{border-left: 0px; border-right: 0px; border-top: 0px;}
.submit {
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgb(39 39 42 / var(--tw-text-opacity));
}



.affiliations-section{width: 100%; height: auto; float: left; padding: 80px 0px; }
.about-banner {
    width: 100%;
    height: 350px;
    display: flex;
    float: left;
    margin-top: 0px;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.about-banner::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
}
.about-banner .overlay-sec {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 3;
    margin: 0 auto;
}

.about-banner .overlay-sec h2 {
    color: #fff;
    font-weight: 500;
    font-family: "Google Sans";
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    position: relative;
    margin-bottom: 30px;
}

.about-banner .overlay-sec h2::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: #fff;
    display: flex;
}

.about-section{width: 100%; height: auto; padding: 80px 0px; float: left; background:#146797}

.submit-top{background-color: #fff;
    border: 2px solid #003351;
    color: #003351;
    font-size: 16px;
    border-radius: 6px; padding: 10px 35px;}
.submit-top:hover{
    background-color: #003351;
  border:2px solid #fcd53b;
  color:#fcd53b;
   border-radius: 6px; padding: 10px 35px;
}
.vmvboxall .vmvboxall-righttext ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.vmvboxall .vmvboxall-righttext ul li {
    float: left;
    width: 50%;
    font-family: 'Poppins';
    text-align: left;
    background: no-repeat;
    text-align: center;
}























































/* FOOTER */
.footer {
  width: 100%; height: auto; float: left;
  background:url('../images/footer-bg.jpg'); background-size:cover; background-repeat: no-repeat;
  position: relative;
}

.footer-top-header {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-header {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}
.footer-address {
  color: #fff;
  font-size: 14px;
}
.footer-ul li {
  margin-bottom: 7px;
}
.footer-ul li a {
  color: #fff;
  font-size: 16px;
}
.footer-ul li a:hover {
  color:#0283ce;
}
.footer-bottom-header {
  padding-bottom:0px;
}
.footer-bottom-text {
 font-size: 13px;
    color: #ccc;
    width: 100%;
    text-align: center;
}
.footer_social_icons {
  float: right;
  align-items: center;
  height: 100%; margin-top: 15px;
}
.footer_social_icons li {
  margin-right: 25px; float: left;
}
.footer_social_icons li:last-child {
  margin-right: 0;
}
.footer_social_icons li a {
  color: #fff; font-size: 20px;
}






/* END FOOTER */

/* MEDIA QUERIES */
@media (max-width: 1440.98px) {
  .notification-platform-email {
    left: 26%;
  }
  .notification-platform-slack {
    bottom: 10px;
  }
  .notification-platform-sms {
    right: 20%;
  }
}
@media (max-width: 1367px) {
}

@media (max-width: 1199.98px) {
  .navbar-action-button {
    padding-left: 10px;
  }
  .navbar-action-button {
    margin-left: auto;
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (max-width: 991.98px) {
  .banner-content-header h1 {
    font-size: 40px;
  }
  .section-header {
    font-size: 40px;
  }
  .feature-content-text {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
  }
  .feature-content-image {
    text-align: center;
    margin-top: 40px;
  }
  .feature-content {
    padding-bottom: 80px;
  }
  .how-it-works {
    padding-bottom: 100px;
  }
  .notification-platform-email {
    left: 21%;
  }
  .notification-platform-slack {
    bottom: 67px;
  }
  .notification-platform-sms {
    right: 15%;
  }
  .notification {
    margin-bottom: 80px;
  }
  .banner-content-header p {
    font-size: 18px;
  }
  .navbar-action-button .navbar-action-item:first-child {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .downtime-ranges {
    flex-direction: column;
  }
  .downtime-range-box {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sales-right-count-image {
    top: 32px;
  }
  .sales-count-box {
    padding: 50px 30px;
  }
  .notification-platform-email {
    left: 17%;
  }
  .notification-platform-slack {
    left: 46%;
  }
  .notification-platform-sms {
    right: 10%;
  }
  .how-it-work-card-icon {
    height: 60px;
  }
  .how-it-work-card-icon img {
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .banner-content-header h1 {
    font-size: 35px;
  }
  .sales-count-image,
  .video-section-image {
    display: none;
  }
  .banner-content-header p {
    font-size: 15px;
  }
  .banner-newsletter {
/*    flex-wrap: wrap;
*/    box-shadow: none;
    justify-content: center;
  }
  .banner-newsletter-input {
    padding: 10px;
    height: 48px;
    width: 100%;
    flex-basis: 100%;
  }
  .banner-newsletter-submit {
    padding: 10px;
    height: 48px;
    white-space: nowrap;
    margin-top: 0px;
  }
  .notification-platform-icon {
    position: static;
  }
  .notification-platform {
    height: auto;
    padding-bottom: 40px;
  }
  .notification-platform-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .notification-platform-image {
    display: none;
  }
  .banner-image {
    height: 500px;
  }
  .banner-image img {
    height: 100%;
  }

  .section-header {
    font-size: 35px;
  }
  .daily-revenue-quantity {
    padding: 8px 25px;
    font-size: 18px;
  }
  .notification-platform-icon img {
    width: 40px;
  }
  .notification-platform-slack {
    bottom: 125px;
  }
  .notification-platform-sms {
    right: 23%;
  }
  .notification {
    margin-bottom: 0;
  }
  .downtime-range-box {
    flex-wrap: wrap;
  }
  .downtime-range-box {
    min-width: auto;
    max-width: 100%;
  }
  .downtime-range-slider {
    flex-shrink: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
  .feature-art-image {
    display: none;
  }
  .feature-art-image {
    display: none;
  }

  .footer-bottom-header,
  .footer-top-header {
    text-align: center;
  }

  .footer-bottom-text {
    width: 100%;
    text-align: center;
  }
  .footer_social_icons {
    justify-content: center;
  }
}
@media (max-width: 400.98px) {
}

/* END MEDIA QUERIES */


.contact-set{width: 100%; height: auto; float: left;}
.left-contact{width: 30%; height: auto; float: left; margin-right: 15px;}
.left-contact h2{font-size: 35px; font-weight: 400; color: #000; float:left; margin-bottom:25px; }
.left-contact p{font-size: 15px; color: #ccc; float:left}


.affiliations-48 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.affiliations-48 h5 {
    font-size: 1.25rem;
    position: relative;
    line-height: 1.75rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}
.affiliations-48 p{font-size: 16px; color: #000}

.affiliations-48 h5::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    height: 0.25rem;
    width: 3rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 58);
}


.testimonial-area {
  background: var(--blue);
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
.testimonial-area .owl-carousel {
  overflow: hidden;
  padding: 0 20px;
  margin: 0px -40px;
  padding-right: 40px;
}
.testimonial-area .owl-stage-outer {
  padding: 30px 50px;
  margin-left: -34px;
  width: calc(100% + 100px);
}
.single-testimonial {
  border: 7px solid #0177bb;
  text-align: center;
  border-radius: 45px;
  position: relative;
  z-index: 2;
}
.single-testimonial p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  padding: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
  text-align: left;
}
.single-testimonial::before {
  content: "";
  position: absolute;
  left: -35px;
  top: -35px;
  background:#003c5f url(../images/quote.png) no-repeat;
  background-size: 60%;
  width:90px;
  height:80px;
  transform: rotate(180deg);
  background-position:6px 17px;
}
.single-testimonial::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -34px;
  background:#003c5f url(../images/quote.png) no-repeat ;
  background-size: 60%;
    width: 90px;
    height: 80px;
background-position:11px 19px;
}
.round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.round-1::before {
  content: "";
  position: absolute;
  left: 51px;
  top: -7px;
  width: 50px;
  height: 7px;
  background: #0177bb;
  border-radius: 30px;
}
.round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 42px;
  width: 7px;
  height: 50px;
  background: #0177bb;
  border-radius: 30px;
}
.round-2::before {
  content: "";
  position: absolute;
  right: 50px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  background: #0177bb;
  border-radius: 30px;
  z-index: 1;
}
.round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 42px;
  width: 7px;
  height: 50px;
  background: #0177bb;
  border-radius: 30px;
  z-index: 1;
}
.client-video {
  padding-right: 15px; float: left;
}
.client-info {
  position: relative;
  z-index: 3;
}
.client-info a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}
.client-info {
  display: block;
  padding: 15px 45px 30px;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-bottom: 50px;
}
.client-info h6 {
  color: #fff !important;
  font-weight:400;
  font-size: 18px;
  color: #fff;
}
.client-info span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.sec-title.white-title h2 {
  color: #fff;
}
.owl-dots button {
  background: #fff !important;
  width: 10px;
  height: 10px;
  border-radius: 26px;
  margin: 0 5px;
  transition: 0.3s;
}
.owl-dots {
  text-align: center;
  margin-top: 50px;
}
.owl-dots button.active {
  width: 30px;
}

.features-logo {
width: 100%;
    height: auto;
    float: left;
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
           
        }


.partner-logos .owl-nav {width: 100%;}

.our-partner-section .prtnr-logo img {filter: grayscale(100%);}
.our-partner-section .prtnr-logo:hover img{filter: grayscale(0%);}
.our-partner-section{padding-top: 0;}
.partner-logos .owl-dots{display: none;}

.logo-small {
    margin-bottom: 20px;
}


.features-testimonial {
    width: 100%;
    height: auto;
    float: left;
    padding: 80px 0px;
    background:#003c5f;
    background-size: 50%;
    background-position: center -63px;
}

.search-section-two{width: 100%; height: auto; float: left; background: #3581ad; padding: 80px 0px;}



.collegeprog-listingboxall .colunvitighttext {
    width: 100%;
    float: left;
}

.collegelistingboxall {
    border: 1px solid #b8eaa6;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    border-bottom: 1px solid #b8eaa6;
    padding: 10px;
    background: #013552;
}
.colunvitighttopstripright {
    width: 10%;
    max-width: 100px;
}

.colunvitighttopstripright img{width: 100%; height: auto;}
.colunvitighttopstripleft {
    padding-left: 10px;
}

.colunvitighttopstripleft h3{font-size: 20px; display:block;}
.colunvitighttopstripleft h3 a{ font-size: 20px; color: #fff}
.colunvitighttopstripleft p{color: #fff; font-size: 14px}
.colunvitighttopstripleft h5{font-size: 16px; color:#2d598a; margin-top:5px; display:block; }

.colunivi-progname h3 a { color:#000; font-size:16px; }
    
.colunivi-progname h3 span {
    color: #757575;font-size:16px;
}

.colunvitightbotmstrip {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.colunvitightbotmstrip ul {
    float: right;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.colunvitightbotmstrip ul li {
    float: left;
    list-style: none;
    padding-left: 0px;
    width: 33%;
    padding-bottom: 10px;
    min-height: 60px;
}
.colunvitightbotmstrip ul li .unvicoldtlpixall {
    padding-bottom: 5px;
    float: left;
}

.unvicoldtlpixall i {
    border: 1px solid #fcd53b;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    cursor: pointer;
    font-size: 15px;
    color: #505050;
}
.colunvitightbotmstrip ul li p {
    font-size: 13px;
    line-height: normal;
    color: #757575;
    float: left;
    padding-left: 10px;
    text-align: left;
}
.colunvitightbotmstrip ul li p span {
    font-weight: 500;
    font-size: 14px;
    color: #252525;
}

.colunvitightafbottomstrip {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}


.rightaction {
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0;
    margin-right: 10px;
}


.rightaction li {
    float: left;
    padding-top: 5px;
    padding-left: 5px;
}

.rightaction li.viewdtlbtn a {
    background: #01446c ;
    border-radius: 50px;
    padding: 0 15px;
    color: #fff;
    font-weight: 500;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
.rightaction li.viewdtlbtn a span {
    float: left;
    padding-left: 5px;
}
.rightaction li a i {
    float: left;
    padding: 0;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}

.checkelgiblitybtn {
    background: #55a0cc;
    border-radius: 50px;
    padding: 0px 21px !important;
    height: 35px;
    line-height: 35px;
    float: left;
    line-height: 32px;
    margin-top: 5px;
    margin-left: 10px;
}


.checkelgiblitybtn a i{ margin-right:8px }
.checkelgiblitybtn a{ color: #fff;
    font-weight: 500;  font-size: 14px;}


.shortlistedbtn {
    background:#01446c;
    border-radius: 50px;
    padding: 0px 21px !important;
    height: 35px;
    line-height: 35px;
    float: left;
    line-height: 32px;
    margin-top: 5px;
    margin-left: 10px;
}


.shortlistedbtn a i{ margin-right:8px }
.shortlistedbtn a{ color: #fff;
    font-weight: 500;  font-size: 14px;}



.enquirybtn {
    background:#fcd53b;
    border-radius: 50px;
    padding: 0px 21px !important;
    height: 35px;
    line-height: 35px;
    float: left;
    line-height: 32px;
    margin-top: 5px;
    margin-left: 10px;
}


.enquirybtn a i{ margin-right:8px }
.enquirybtn a{ color: #fff;
    font-weight: 500;  font-size: 14px;}



.accrdion-box{min-height: 260px;
    padding:5px; float: left;
    border: none;
    margin-bottom:5px;
    margin-top: 5px;
    background: #fafafa;
    border-radius: 18px; border: 1px solid #ccc;}





.search-page{width: 100%; height: auto; background: #fff; margin-top: 25px; padding: 12px; border-radius: 12px}

.search-page .filter {
    margin-bottom: 1.5rem;
    height: -moz-fit-content;
    height: fit-content;
     overflow: hidden;
}

.search-page .filter .checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0;
    padding-right:0;
}
.checkbox label{font-size: 14px;}

.search-page .filter h4 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 20px;
}

.search-page .filter>div {
    margin-bottom: 0.25rem;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 384px;
    overflow-y: auto;
}
.search-page .filter>div {
    height: 300px;
    overflow: auto;
}

.aply-sect-form-two{width: 100%;  height: auto; float: left; padding: 80px 0px; background:#c1e8ff}

.applycation-text{background: #144576; text-transform: uppercase; width: auto; 
  height: auto; display: inline-block; margin-bottom:25px; padding: 8px 25px; font-size: 16px; font-weight: 600; color: #fff}
.text-name{font-size: 16px; color: #000; margin-top: 5px;}


.form-row{margin-bottom: 20px}

.table-ageints{width: 100%; height: auto; float: left;}
.table-ageints tr th{border: 1px solid #144576; padding: 4px; text-align: center; font-weight: 600; font-size: 15px;}
.table-ageints tr td{border: 1px solid #144576; padding: 4px; text-align: center; font-weight: 400; font-size: 14px;}

.admissino-ft input[type="text"]{ border:1px solid #90c1f1; border-radius:6px; padding:8px;height: 41px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}

.application input[type="text"]{ border:1px solid #90c1f1; border-radius:6px; padding:8px;height: 41px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}



.qualification-from .table{width: 100%; height: auto; float: left;}

.qualification-from .table tr th{border: 1px solid #144576; padding: 4px; text-align: center; font-weight: 600; font-size: 15px;}
.qualification-from .table tr td{border: 1px solid #144576; padding: 4px; text-align: center; font-weight: 400; font-size: 14px;}

.qualification-from p{font-size: 14px; color: #000}


.pic-upload{width: 100%; height: auto; float: right; position: relative;}


.icon-p{
    width: 43px;
    height: 43px;
    background: #000;
    position: absolute;
    bottom: 5px;
    padding: 11px;
    cursor: pointer;
    text-align: center;
    right: 39px;
    z-index: 999;
    color: #fff;
    content: '';
    border-radius: 50%;
}

.pic-upload input {
  opacity: 0;
  width: 0px;
}

.pic-upload img {  
  max-width: 250px;
  outline: 2px solid var(--primary);
  cursor: pointer;
  transition: 200ms ease-in-out;
  
/* prevents uploaded image from distortion: */
  aspect-ratio: 1;
  object-fit: cover;
}

.pic-upload img:hover {
  outline: 8px solid var(--primary);
}

#toast {
  visibility: hidden; 
  min-width: 100px; 
  margin-left: -125px; 
  background-color: var(--primary); 
  color: whitesmoke; 
  text-align: center; 
  border-radius: 8px;
  padding: 12px;
  position: fixed; 
  z-index: 1; 
  right: 5%;
  top: 30px;
}

#toast.show {
  visibility: visible; 
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

.discation-point{margin-top: 25px;}


.discation-point .text-pop{width: 50%; float: right;  border:1px solid #90c1f1; border-radius:6px; padding:8px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}

.admissino-ft input[type="text"]{margin-bottom: 20px;}
.text-name{margin-bottom: 10px; margin-top: 0px;}



.WA_Chat_Widget *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
.WA_Chat_Widget .WA_FloatingButton{
    position: fixed;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.185);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    z-index: 1000;
}
.WA_Chat_Widget .WA_FloatingButton svg{
    width: 40px;
    height: 40px;
    fill: #4fce5d;
}
.WA_Chat_Widget[data-position^="top-"] .WA_FloatingButton{
    top: 20px;
}
.WA_Chat_Widget[data-position^="bottom-"] .WA_FloatingButton{
    bottom: 20px;
}
.WA_Chat_Widget[data-position$="-left"] .WA_FloatingButton{
    left: 20px;
}
.WA_Chat_Widget[data-position$="-right"] .WA_FloatingButton{
    right: 20px;
}
.WA_Chat_Widget[data-position$="-center"] .WA_FloatingButton{
    left: 50%;
    transform: translateX(-50%);
}
.WA_Chat_Widget[data-position^="top-"] .WA_ChatBox{
    top: 110px;
}
.WA_Chat_Widget[data-position^="bottom-"] .WA_ChatBox{
    bottom: 110px;
}
.WA_Chat_Widget[data-position$="-left"] .WA_ChatBox{
    left: 30px;
}
.WA_Chat_Widget[data-position$="-right"] .WA_ChatBox{
    right: 30px;
}
.WA_Chat_Widget[data-position$="-center"] .WA_ChatBox{
    left: 50%;
    transform: translateX(-50%);
}
.WA_Chat_Widget .WA_ChatBox{
    position: fixed;
    width: 360px;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.1);
    display: none;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header{
    width: auto;
    background: #095e54;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .avatarBox{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .avatarBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .infoBox .name{
    color: #fff;
    font-weight: 600;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .infoBox .answer_time{
    color: #e4e4e4;
    font-size: 14px;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .WA_Close{
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .WA_Close svg{
    fill: #ffff;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body{
    padding: 20px;
    background: #e6ddd4;
    position: relative;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(./bg-pattern.png);
    opacity: 0.1;
    z-index: 0;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message{
    max-width: 280px;
    background: #fff;
    padding: 20px;
    padding-top: 10px;
    border-radius: 8px;
    z-index: 1;
    position: relative;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    left: -10px;
    top: 0px;
    border-radius: 3px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message .username{
    color: darkgray;
    font-weight: 500;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message .message_content{
    font-size: 14px;
    color: #000;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer{
    padding: 20px;
    background-color: #fff;
    width: 100%;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn{
    width: 100%;
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 1000px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn.btn-whatsapp{
    background: #095e54;
    color: #fff;
    display: block;
    text-align: center;
}

/*AC PAGE*/
 .nextlife {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 20px;
    }

    .nextlife img {
      width: 120px;
      height: auto;
      margin: 15px;
      border-radius: 10px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease-in-out;
    }

    .nextlife img:hover {
      transform: scale(1.1);
    }

    @media screen and (max-width: 768px) {
      .nextlife img {
        width: 100px;
        margin: 10px;
      }
    }

    @media screen and (max-width: 480px) {
      .nextlife img {
        width: 80px;
        margin: 5px;
      }
    }



