:root {
    /* Colors: */
    --primary-color: #023047;
    --secondary-color: #FB8500;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
    color: #001219;
}

* {
    box-sizing: border-box;
}

* {
    min-height: 0;
    min-width: 0;
}

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

html,
body {
    height: calc(100% - 0px);
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}
button:focus, a:focus {
  box-shadow: none !important;
}
a {
    transition: 0.3s;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

img {
    max-width: 100%;
}

* {
    min-height: 0;
    min-width: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(126, 126, 126);
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(126, 126, 126);
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(126, 126, 126);
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgb(126, 126, 126);
}

.form-control {
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px;
    padding: 10px;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
p {
    line-height: normal;
    font-size: 14px;
}

.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    font-size: 20px;
    padding: 0;
    background: var(--primary-color);
    color: #fff;
    border: none;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 100%;
}

h5 {
    line-height: 30px;
}
/* CUSTOM CSS START */

.hidden {
    display: none!important;
    visibility: hidden!important;
}



.btn-default {
    background: var(--primary-color);
    color: #fff;
    font-weight: 400;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 10px;
}
.btn-default:hover {
    background: var(--secondary-color);
    color: #fff;
}
.btn-border {
    background: #fff;
    border: solid 1px var(--secondary-color);
    color: #000;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 10px;
}
.btn-border:hover {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.btn-radius
{
    border-radius: 50px;
}

.navbar-nav .btn {
    padding: 5px 15px;
    margin: 0px 0px 0px 20px;
}

/* Footer CSS Start */

footer {
    margin-top: 50px;
}

footer .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 25px;
}

footer h4, footer .accordion-button {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    background: transparent !important;
    padding: 0px;
}

footer .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none !important;
    color: #000;
}
footer .accordion-button:focus {
    box-shadow: none;
    background: transparent;
}

ul.footer-link li a {
    padding: 3px 0px;
    display: block;
    color: #6c757d;
}
ul.footer-link li {
    list-style: none;
}

ul.footer-link li a:hover {
    font-weight: 500;
    transform: translateX(8px);
}

.footer-social img {
    height: 50px;
    width: 27px;
}

.footer-social img:hover {
    opacity: 0.7;
}

.footer-app img {
    max-width: 175px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.footer-app img:hover {
    opacity: 1;
}

section.footer-copyright {
    padding: 6px;
}
section.footer-copyright p {
    font-size: 90%;
}
section.footer-copyright p a {
    color: #000;
    font-weight: 600;
}
section.footer-copyright img {
    position: relative;
    top: -2px;
}
.footer-contact ul {
    list-style: none;
}

.footer-contact ul li a {
    display: flex;
    margin-bottom: 10px;
    text-align: left;
    color: #6c757d;
}

.footer-contact ul li a svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    flex: 0 0 18px;
}

footer ul.footer-social {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer ul.footer-social li a {
    font-size: 30px;
    margin: 0px 8px;
    color: #000;
}
footer ul.footer-social li a i  {
    transition: 0.3s;
}
footer ul.footer-social li a:hover i {
    transform: translatey(-8px);
    opacity: 0.8;
}
.footer-logo img {
    max-width: 180px;
    width: 100%;
}
.footer-logo a {
    display: inline-block;
}
/* Footer End */

header {
    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 9;
    background: #fff;
    transition: all .5s ease-in-out;
    /* transform: translatey(-80px); */
    box-shadow: 0px 0px 10px #dbe0f3;
}
header.header-fix {
    /* transform: translateY(0px);
    background: var(--primary-color); */
    box-shadow: 0 0 20px #dfdfdf;
}

.header-logo-items-logo img {
    max-width: 200px;
}

section.header-logo {
    padding: 6px;
}

input:focus-visible {
    outline: none;
}
.page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.page-link
{
  color: var(--primary-color);
}
.mobile-nav-close {
  color: #adadad;
  font-size: 30px;
  text-align: right;
  padding: 5px 20px 0px 20px;
}
.mobile-nav-close:hover {
    color: #adadad;
}

.modal-backdrop.show {
  opacity: .7;
}

/* Slick Slider Start */
.slick-slide {
    margin: 0px 10px;
}
.slick-slide {
    opacity: 10 !important;
}
.slick-dots li button:before
{
    font-size: 15px !important;
}
.slick-dots {
    bottom: -40px !important;
}
.slick-dots li.slick-active button:before
{
    opacity: 0.9 !important;
}
.slick-prev, .slick-next {
    background: #ffffff;
    height: 40px !important;
    width: 40px !important;
    border-radius: 100%;
    box-shadow: 0px 4px 10px #e5e5e5;
}
.slick-prev:focus, .slick-next:focus {
    box-shadow: 0px 4px 10px #e5e5e5 !important;
}
.slick-prev:before, .slick-next:before
{
    display: inline-block;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 25px !important;
}
.slick-prev::before {
    content: "" !important;
    
}
.slick-next:before {
    content: "" !important;
}
/* Slick Slider End */


.navbar-nav>li>a {
    color: #6c757d;
    padding: 0px 15px;
    font-weight: 500;
    font-size: 16px;
}
.navbar-nav>li>a.active
{
    color: var(--primary-color);
}
.dropdown-menu {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}
.dropdown-menu a {
    color: #303030;
    font-size: 14px;
    padding: 4px 10px;
    display: block;
    width: auto;
    min-width: max-content;
}
.dropdown-menu a:hover {
    background: #f1f1f1;
}
.dropdown-toggle::after
{
display: none;
}
.navbar-nav>li>a.dropdown-toggle.show i {
    transform: rotate(180deg);
}


.footer-chat {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    z-index: 999;
}
.footer-chat-msg {
    background: #fff;
    color: #000;
    font-size: 13px;
    padding: 8px 10px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    margin-right: 12px;
    position: relative;
}
.footer-chat-msg:hover {
    color: #000;
}
.footer-chat-msg:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 12px;
    width: 12px;
    right: -7px;
    top: 13px;
    transform: rotate(45deg);
    border-top: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
}
.footer-chat-whatsapp {
    background: #3ebd4e;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 25px;
    color: #fff;
}
.footer-chat-whatsapp:hover {
    background: #148b23;
    color: #fff;
}

.whatsapp-icon {
    background: #3ebd4e;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
}
.whatsapp-icon:hover {
    background: #148b23;
    color: #fff;
}

.contact-info {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 95px 0 hsla(0,0%,69%,.25);
}
.contact-info .contact-info-list:last-child {
    margin-bottom: 0px;
}
.contact-info .contact-info-list:first-child {
    margin-top: 0px;
}
.contact-info-list {
    display: flex;
    margin: 20px 0px;
    color: #000;
    align-items: center;
}
.contact-info-list:hover
{
    color: #000;
}
.contact-info-list-icon {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--primary-color);
    color: var(--primary-color);
    border-radius: 100px;
    font-size: 25px;
    flex-shrink: 0;
    margin-right: 15px;
    box-shadow: 0 0 20px #efefef;
}
.contact-info-list-info {
    font-size: 18px;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: 46px;
}

.form-floating>label {
  top: -5px;
}

.form-floating-ngx-dropdown label {
    top: 10px;
  }
  
  .form-floating-title {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 13px;
    width: 100%;
  }
  .form-floating-ngx-dropdown label {
    top: 33px;
    padding: 0px;
    height: auto;
    left: 10px;
  }
  .form-control,
.form-select {
  border-radius: 6px;
  font-size: 14px;
  padding: 10px 15px;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  border-color: #000;
}
.contact-form .form-floating>label {
    font-size: 18px;
    top: -8px;
}
section.page-contact {
    padding: 80px 0px;
}
.location-map {
    border-radius: 20px;
    overflow: hidden;
}
/* CUSTOM CSS END */


#HomeSlider {
    margin-bottom: 50px;
}
section.banner
{
    background: linear-gradient(283.16deg, rgba(251, 133, 0, 0.12) 7.52%, rgba(255, 255, 255, 0) 96.01%);
    padding: 130px 0px 150px 0px;
}
section.banner .banner-info h1 {
    color: #001219;
    font-size: 35px;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}
section.banner .banner-info p {
    font-size: 20px;
    line-height: 28px;
    margin: 22px 0px;
}
.banner-info-action {
    position: relative;
}
.banner-info-action input {
    width: 100%;
    border: solid 1px #A1A1AA;
    padding: 20px 15px;
    border-radius: 15px;
    font-size: 16px;
    padding-right: 170px;
}
.banner-info-action .banner-info-action-btn {
    background: var(--primary-color);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 11px 20px;
    position: absolute;
    border-radius: 10px;
    top: 9px;
    right: 10px;
    cursor: pointer;
}
.banner-info-action .banner-info-action-btn:hover {
    background: var(--secondary-color);
}
section.home-about {
    margin-top: -70px;
}
.home-about-items {
    text-align: center;
    box-shadow: 0px 10px 12px #dbe0f3;
    background: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    height: 100%;
}
.home-about-items h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 14px 0px 5px 0px;
}
.home-about-items img {
    max-width: 50px;
}
.home-about-items p {
    font-size: 16px;
    margin: 0px;
    max-width: 350px;
    margin: auto;
}
section.home-course-about {
    margin-top: -100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-course-about-items {
    box-shadow: 0px 10px 12px #dbe0f3;
    background: #fff;
    border-radius: 10px;
    height: 100%;
}
/* .home-course-about-items h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 14px 0px 5px 0px;
} */
.home-course-about-items img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* .home-course-about-items p {
    font-size: 16px;
    margin: 0px;
    max-width: 350px;
    margin: auto;
} */
section.exam-list {
    padding: 100px 0px;
}
.video-container {
    padding: 100px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.section-header {
    text-align: center;
    padding-bottom: 42px;
}
.section-header h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
}
.section-header p {
    font-size: 20px;
    line-height: normal;
    max-width: 900px;
    margin: auto;
    margin-top: 15px;
}
.exam-list .slick-track
{
    padding: 20px 0px;
}
.exam-items {
    box-shadow: 0px 5px 12px #dbe0f3;
    padding: 14px;
    border-radius: 15px;
    position: relative;
}

.exam-items .exam-items-price {
    position: absolute;
    background: #FFB703;
    right: 0;
    color: #000;
    padding: 5px 10px 5px 20px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px 0px 0px 0px;
    box-shadow: 0px 5px 8px #d9d9d9;
}
.exam-items .exam-items-img {
    background: #D9D9D9;
    height: 100px;
    width: 100px;
    border-radius: 100%;
}
.exam-items .exam-items-body {
    padding-top: 15px;
}
.exam-items .exam-items-body h3 {
    font-size: 18px;
    font-weight: 600;
}
.exam-items .exam-items-body ul {
    list-style: disc;
    padding: 0px 0px 0px 20px;
    margin-bottom: 12px;
}
.exam-items .exam-items-body ul li {
    padding: 2px 0px;
    line-height: 18px;
}
.exam-items .exam-items-body .exam-items-info {
    display: flex;
    margin-bottom: 15px;
}
.exam-items .exam-items-body .exam-items-info label {
    background: #FFE9E1;
    flex: 1;
    padding: 5px;
    text-align: center;
}

.exam-items .exam-items-body .exam-items-action {
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.exam-items .exam-items-body .exam-items-action .btn {
    flex: 1;
    padding: 8px;
}
.exam-items .exam-items-body .exam-items-raiting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}
.exam-items .exam-items-body .exam-items-raiting .exam-items-raiting-star i {
    margin-right: 2px;
    color: #FFB703;
}
.exam-items .exam-items-body .exam-items-raiting .exam-items-review {
    color: #37373780;
}

.btn-theme-light {
    background: #FFE3C3;
    color: #000;
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 8px;
}
.btn-theme-light:hover {
    background: #ffe9e1;
    color: #000;
}

section.data-count .section-header h2 {
    font-size: 36px;
}
.data-count-icon {
    text-align: center;
    margin-bottom: 20px;
}
.data-count-icon i {
    height: 50px;
    width: 50px;
    background: #FFF7EE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: var(--secondary-color);
    font-size: 24px;
}
.data-count-card {
    display: flex;
    align-items: center;
    justify-content: center;
}
.data-count-card .data-count-card-items {
    padding: 0px 50px;
    border-right: solid 2px #62A9CC;
}
.data-count-card .data-count-card-items h1 {
    font-size: 60px;
    font-weight: 600;
    color: var(--secondary-color);
    margin: 0px;
    line-height: normal;
}
.data-count-card .data-count-card-items p {
    margin: 10px 0px 0px 0px;
    font-size: 18px;
    font-weight: 500;
}
.data-count-card .data-count-card-items:last-child {
    border: none;
}
section.data-count {
    position: relative;
    padding: 120px 0px;
    background: url(../images/dot-bg-right.svg);
    background-repeat: no-repeat;
    background-position: right center;
}
section.data-count::before {
    content: "";
    background: url(../images/bg-1.svg);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.top-exm-slider-items p {
    margin: 0px;
    color: #001219B2;
    font-size: 13px;
}
.top-exm-slider-items .top-exm-slider-items-img {
    height: 45px;
    width: 45px;
    background: #BFBFBF80;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.top-exm-slider-items .top-exm-slider-items-img i {
    font-size: 28px;
    color: #023047;
}
.top-exm-slider-items {
    text-align: center;
}
.top-exm-slider-items:hover .top-exm-slider-items-img {
    background: var(--primary-color);
}
.top-exm-slider-items:hover .top-exm-slider-items-img i {
    color: var(--secondary-color);
}
.top-exm-card {
    display: block;
    text-align: center;
    color: #001219;
    box-shadow: 0px 5px 10px #fff1e0;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.top-exm-card:hover {
    color: var(--secondary-color);
}
.top-exm-card-img {
    background: #D9D9D9;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin: auto;
}
.top-exm-card {
    display: block;
    text-align: center;
    color: #001219;
}
.top-exm-card p {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px 0px 0px;
}
section.banner-add {
    padding-top: 80px;
}
section.banner-add .row {
    background: linear-gradient(92.33deg, rgba(251, 133, 0, 0.05) 15.21%, #FFFFFF 97.92%);
    margin: 0px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 5px 10px #fff1e0;
}
section.banner-add .banner-add-info p {
    font-size: 14px;
    margin: 0px;
}
section.banner-add .banner-add-info h1 {
    font-size: 32px;
    line-height: normal;
    margin: 20px 0px;
}
section.banner-add .banner-add-info .btn {
    font-size: 18px;
    font-weight: 500;
}
section.top-choice {
    padding: 80px 0px;
}
.top-choice-items {
    box-shadow: 0px 10px 12px #dbe0f3;
    padding: 15px;
    border-radius: 15px;
}
.top-choice-items .top-choice-items-img img {
    max-width: 65px;
}
.top-choice-items .top-choice-items-info {
    margin-top: 15px;
}
.top-choice-items .top-choice-items-info h3 {
    font-size: 20px;
    font-weight: 600;
}
.top-choice-items .top-choice-items-info p {
    text-align: justify;
    margin: 0px;
}
section.faq .accordion {
    max-width: 780px;
    margin: auto;
}
.accordion-item {
    border: none;
    border-radius: 0px;
}
.accordion-item .accordion-header .accordion-button {
    background-color: unset;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
    border: none;
}
.accordion-button, .accordion-button:not(.collapsed)
{
    color: #001219;
}
.accordion-button {
    font-size: 20px;
    font-weight: 500;
    padding: 12px 0px;
}
.accordion-body {
    padding: 15px 0px 20px 0px;
    color: #667085;
    font-size: 16px;
}
.accordion-button::after {
    background: transparent;
    content: "";
    font-family: "Font Awesome 6 Pro";
}
.accordion-button:not(.collapsed)::after {
    background: transparent;
    content: "";
    font-family: "Font Awesome 6 Pro";
}
section.have-questions {
    padding: 70px 0px;
}
section.have-questions .row {
    margin: 0px;
    background: #FFF4E8;
    padding: 40px 15px;
    border-radius: 20px;
}
section.have-questions .have-questions-info {
    text-align: center;
}
section.have-questions .have-questions-info .have-questions-info-img {
    margin-bottom: 20px;
}
section.have-questions .have-questions-info h1 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 12px;
}
section.have-questions .have-questions-info p {
    margin-bottom: 25px;
    color: #667085;
    font-size: 18px;
}
section.have-questions .have-questions-info .btn {
    font-size: 20px;
}