
@font-face {
	font-family: 'InterUI';
	src: url('fonts/interui-regular.eot');
	src: url('fonts/interui-regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/interui-regular.ttf') format('truetype'),
		url('fonts/interui-regular.woff') format('woff'),
		url('fonts/interui-regular.svg#InterUI-Regular') format('svg');
  	font-weight: 400;
	font-style:  normal;
}
@font-face {
	font-family: 'InterUI-Bold';
	src: url('fonts/interui-bold.eot');
	src: url('fonts/interui-bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/interui-bold.ttf') format('truetype'),
		url('fonts/interui-bold.woff') format('woff'),
		url('fonts/interui-bold.svg#InterUI-Bold') format('svg');
  	font-weight: 700;
	font-style:  normal;
}

@font-face {
	font-family: 'InterUI-Medium';
	src: url('fonts/interui-medium.eot');
	src: url('fonts/interui-medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/interui-medium.ttf') format('truetype'),
		url('fonts/interui-medium.woff') format('woff'),
		url('fonts/interui-medium.svg#InterUI-Bold') format('svg');
  	font-weight: 500;
	font-style:  normal;
}
html, body {
  scroll-behavior: smooth;
}
body {
    font-family: 'InterUI', sans-serif;
}
.container {
    max-width: 1180px;
}
nav {
    padding: 20px 0px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background:#FFF;
    width:100%;
    z-index:9;
}

.navbar .nav-link {
    font-size: 18px;
    color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.navbar .btn:hover {
    background: transparent;
    color: #000;
}

.navbar .btn {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    border-radius: 7px;
    border: 0.5px solid #132649;
}
.navbar .dropdown-item {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.navbar .btn.show {
    background: transparent;
}

.navbar .dropdown-menu {
    border-radius: 7px;
    border: 0.5px solid #132649;
}

.topbanner .row.h-100 {
    min-height: 430px; /* Adjust to match your design */
}

.topbanner {
    background: #EEE9E0;
    margin-top: 84px;
    padding-top: 20px;
}


.topbanner h1 {
    font-size: 32px;
    font-family: "Helvetica", "InterUI", Arial, sans-serif;
    color: #005EA5;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
}
.topbanner p {
    font-size: 18px;
    color: #000;
}
.topbanner a.bttn {
    background: #005EA5;
    border-radius: 7px;
    padding: 10px 30px;
    color: #FFF;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
}
.topbanner a.bttn:hover {
    text-decoration: underline;
}
.bread {
    padding-bottom: 20px;
}
.bread a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.qualification {
    padding: 50px 0px;
}
.qualification h2 {
    font-family: "Helvetica", "InterUI", Arial, sans-serif;
    color: #005EA5;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}
.qualification p {
    font-family: "Helvetica", "InterUI", Arial, sans-serif;
    color: #000000;
    font-size: 18px;
}
.whoneed {
    padding-bottom: 50px;
}
.whoneed h2 {
    font-family: "Helvetica", "InterUI", Arial, sans-serif;
    color: #005EA5;
    font-weight: bold;
    font-size: 28px;
}
.whoneed p {
    font-family: "Helvetica", "InterUI", Arial, sans-serif;
    color: #000000;
    font-size: 18px;
}

.whoneed .greybg {
    padding: 10px 10px 0px 20px;
    border-radius: 10px;
    background-image: linear-gradient(293deg, #fff, #e0e0e0);
    font-family: "Helvetica", "InterUI", Arial, sans-serif;
    font-size: 18px;
    color: #000;
    height: 150px; /* or any height */
}
.whoneed .slick-slide {
    margin: 0 5px;   /* 10px gap left & right */
}
.whoneed .slick-list {
    margin: 0 -5px;  /* negative margin must match slide margin */
}
.whoneed .slick-dots li button:before {
    color: #D9D9D9;
    font-size: 10px;
    opacity: 1;
}
.whoneed .slick-dots li.slick-active button:before {
    color: #005EA5;
}
.whoneed .slick-dots {
    bottom: -40px;
}
.whoneed .slick-prev:before, .slick-next:before {
    color: #000;
    opacity: 1;
    content: '';
}
.whoneed .slick-prev, .slick-next {
    top: -70px;
}
.whoneed .slick-next{
    right: 40px;
}
.whoneed .slick-prev{
    left: auto;
    right: 100px;
}
.steps {
    padding: 50px 0px;
}
.steps h2 {
    font-family: "Helvetica", "InterUI", Arial, sans-serif;
    color: #005EA5;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}
.steps .infobox {
    border: 0.5px solid #005EA5;
    padding: 10px 20px;
    font-size: 22px;
    font-family: "Helvetica", "InterUI", Arial, sans-serif;
    color: #000;
    border-radius: 10px;
}
.steps .infobox a {
    color: #005EA5;

}
.steps .infobox a:hover {
    text-decoration: none;
}
.steps .stepsin p{
    font-size: 16px;
    color: #000000;
    font-family: "Helvetica", "InterUI", Arial, sans-serif;
}
.steps .stepsin p span {
    font-size: 18px;
    color: #005EA5;
    display: block;
}
.steps .stepshold {
    margin-left: 100px;
    position: relative;
}
.steps .stepshold .stepsline {
    position: absolute;
    top:30px;
    z-index: -1;
}
.steps h3 {
    font-size: 24px;
    font-weight: bold;
    color: #005EA5;
    font-family: "Helvetica", "InterUI", Arial, sans-serif;
}
.video {
    padding-bottom: 50px;
}
.video p {
    font-family: "Helvetica", "InterUI", Arial, sans-serif;
    font-size: 16px;
    color: #000;
}
.whychoose h4 {
    font-family: "Helvetica", "InterUI", Arial, sans-serif;
    font-size: 20px;
    color: #005EA5;
    font-weight: bold;
}
.whychoose p {
    font-family: "Helvetica", "InterUI", Arial, sans-serif;
    font-size: 18px;
    color: #000;
}
.whychoose .gap10 {
    gap: 10px;
}
.whychoose {
    padding-bottom: 50px;
}
.faqs {
    padding-bottom: 50px;
}
.faqs h3 {
    font-family: "Helvetica", "InterUI", Arial, sans-serif;
    color: #005EA5;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}
.faqs a.bttn {
    background: #005EA5;
    border-radius: 7px;
    padding: 10px 30px;
    color: #FFF;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
}
.faqs a.bttn:hover {
    text-decoration: underline;
}
.faqs .accordion-button {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.faqs .accordion-button:not(.collapsed) {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  box-shadow: none;
  font-family: "Helvetica", "InterUI", Arial, sans-serif;
}
.faqs .accordion-body {
  font-size: 16px;
  color: #929292;
}
.faqs .accordion-item {
  border-left: 0px;
  border-right: 0px;
  border-top: none;
}
.faqs .accordion-button {
  padding-left: 0px;
  padding-right: 0px;
}
.faqs .accordion-body {
  padding-left: 0px;
  padding-right: 0px; 
  padding-top: 0px;
  font-family: "Helvetica", "InterUI", Arial, sans-serif;
}
.faqsdetail {
    margin-top: 84px;
    padding-top: 20px;
    background: url(../images/faq-banner.jpg); height: 220px; background-size: cover; background-position: center;
}
.faqsdetail h2 {
    font-size: 40px;
    color: #FFF;
    font-family: "Helvetica", "InterUI", Arial, sans-serif;
    padding-top: 30px;
}
.faqsdetail a {
    color: #FFF;
    font-size: 14px;
    font-family: "Helvetica", "InterUI", Arial, sans-serif;
}
.faqsdetail a:hover {
    text-decoration: underline;
}
.faqsdetail a.active {
    font-weight: bold;
}
.faqs .accordion-body a {
    color: #EB0000;
    text-decoration: underline;
}
.faqs .accordion-body a:hover {
    text-decoration: none;
}
footer {
    background-color: #f8f9fa;
    padding: 50px 0px;
}

ul.firstfoot {
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

ul.firstfoot li {
    list-style: none;
    display: inline-block;
    padding-right: 30px;
}

ul.firstfoot li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    color: #031b30;
}

ul.firstfoot li a:hover {
    text-decoration: none;
}

ul.scdfoot {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

ul.scdfoot li {
    list-style: none;
    display: inline-block;
    padding-right: 30px;
}

ul.scdfoot li a {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    color: #62707c;
}

ul.scdfoot li a:hover {
    text-decoration: none;
}

.footer-bottom {
    color: #62707c;
    font-size: 14px;
    line-height: 20px;
}
.scroll-offset {
    scroll-margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
    .topbanner h1 {
        font-size: 28px;
    }
    .container {
        max-width: 100%;
    }
    .topbanner p {
        font-size: 16px;
    }
    .qualification h2 {
        font-size: 24px;
    }
    .qualification p {
        font-size: 16px;
    }
    .whoneed h2 {
        font-size: 24px;
    }
    .whoneed p {
        font-size: 16px;
    }
    .steps h2 {
        font-size: 24px;
    }
    .steps .infobox {
        font-size: 18px;
    }
    .steps .stepshold {
        margin-left: 50px;
    }
    .steps .stepshold .stepsline {
        width: 80%;
    }
    .steps h3 {
        font-size: 20px;
    }
    .whychoose h4 {
        font-size: 18px;
    }
    .whychoose p {
        font-size: 16px;
    }
    .faqs h3 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 150px;
    }
    .container {
        max-width: 100%;
    }
    .topbanner {
        margin-top: 76px;
    }
    .topbanner a.bttn {
        margin-bottom: 50px;
    }
    .steps .stepsin {
        text-align: center;
    }
    .steps .stepshold .stepsline {
        width: 100%;
    }
    .steps .stepshold {
        margin-left: 0px;
    }
    .steps .stepsin p {
        margin-bottom: 50px;
    }
    .whychoose {
        text-align: center;
    }
    .whychoose h4 {
        margin-top: 10px;
    }
    .whychoose p {
        margin-bottom: 30px;
    }
    .whychoose .d-flex {
        display: block !important;
        text-align: center;
    }
    ul.firstfoot li {
        display: block;
        padding-bottom: 20px;
    }
    ul.firstfoot li:last-child{
        padding-bottom: 0px;
    }
    ul.scdfoot li {
        display: block;
        padding-bottom: 20px;
    }

    .footer-bottom {
        text-align: center;
    }
    .topbanner .row.h-100 {
        min-height: auto;
    }
    .dropdown-menu-end[data-bs-popper] {
        left: 0;
        right: auto;
    }
}