@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
/*--------------------------------------------------------------------------------------*/
/*Genral-Css-Here
/*--------------------------------------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    font-family: "Heebo", sans-serif;
    font-family: "Open Sans", sans-serif;
}
a {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
figure {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}
/*--------------------------------------------------------------------------------------*/
/*Header-Css-Here
/*--------------------------------------------------------------------------------------*/
section.banner-section {
    position: relative;
}
section.banner-section .img_top img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
header {
    position: absolute;
    padding: 20px 0px;
    z-index: 9;
    left: 0;
    right: 0;
}
.banner_warp_fx {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.banner-left strong {
    color: #fea500;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}
.banner-left h1 {
    font-size: 52px;
    line-height: 70px;
    color: #fff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 20px;
    font-family: "Heebo", sans-serif;
}
.banner-left p {
    color: #fff;
    margin: 0;
    padding-bottom: 0;
}
.btn.btn-info {
    background: #fea500;
    border-color: #fea500;
    color: #fff;
    border-radius: 50px;
    padding: 17px 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease 0s;
}
.more-btn {
    display: flex;
    align-items: center;
}
li.number {
    padding-left: 50px;
}
.btn.btn-link {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.btn.btn-link span {
    display: inline-block;
    padding-right: 15px;
}
.banner-left ul {
    padding-top: 30px;
}
.banner-box {
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px 10px 10px 10px;
    background: #fea500;
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
}
.banner_warp_fx .row {
    align-items: center;
}
.banner-box .form_content {
    padding-bottom: 15px;
    text-align: center;
}
.banner-box .form_content h2 {
    font-size: 28px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 600;
}
.banner-box .form_content p {
    margin: 0;
    color: #fff;
}
.form-control {
    color: #000000;
    width: 100%;
    padding: 12px 12px;
    border: 1px solid #ebebeb;
    font-size: 13px;
    font-weight: 500;
    box-shadow: none;
    outline: none;
}


.form-control:focus {
    color: #212529;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}
section.banner-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
}
.counter .stat {
    padding: 15px 0px;
    text-align: center;
    border-radius: 15px;
}
.form-group {
    margin-bottom: 20px;
}
.btn-submit {
    border-radius: 3px;
    padding: 15px 28px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease 0s;
    width: 100%;
    background: #fea500;
    color: #fff;
    border: none;
    font-size: 16px;
}
.counter .stat h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}
.stat.bg-first {
    background-color: #fff7ef;
}
.counter .stat p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #6e6f6f;
}
.stat.bg-second {
    background-color: #eefaf8;
}
.stat.bg-first h3 {
    color: #ee4a62;
}
.stat.bg-second h3 {
    color: #3bbc9b;
}
.stat.bg-three {
    background-color: #f7f3ff;
}
.stat.bg-four {
    background-color: #fffaef;
}
.stat.bg-three h3 {
    color: #9b51e0;
}
.stat.bg-four h3 {
    color: #fea500;
}
.counter {
    margin-top: -60px;
    position: relative;
}
section.category_section {
    padding: 50px 0px;
}
section.teacher-section img {
    object-fit: cover;
}
.banner-video video {
    width: 100%;  display: flex;
}
.banner-video {
  position: relative;
}
.banner-video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}
section.category_section .row {
    align-items: center;
}
section.category_section .view-btn {
    text-align: right;
}
.heading_content p {
    margin: 0;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.heading_content p span {
    margin-right: 10px;
    color: #fea500;
}
.heading_content h2 {
    font-size: 44px;
    font-weight: 700;
    font-family: "Heebo", sans-serif;
}
.banner-box input[type="datetime-local"] {
    color: #7d7d7d;
}
.category-list {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    border: 1px solid #d0dbe9;
    background: #fff;
    border-radius: 10px;
    margin-left: 30px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2;
}
.category-list_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    min-width: 60px;
    background-color: #b1b1b1;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-right: 15px;
    border: 1px solid #d0dbe9;
    margin-left: -30px;
}
.category-list_icon img {
    filter: brightness(99);
}
.category-list:hover .category-list_icon {
    background: #fea500;
}
.category-list:hover .category-list_title a {
    color: #fff;
}
.category-list:hover:before {
    width: 100%;
    height: 100%;
}
.category-list:hover .category-list_text {
    color: #fff;
}
.category-list:before {
    content: "";
    background-color: #fea500;
    width: 0;
    height: 0;
    border-radius: inherit;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
    z-index: -1;
}
.category-list_content {
    position: relative;
    overflow: hidden;
    padding: 26px 26px 26px 0;
    width: 100%;
    border-radius: 10px;
}
.courese-content {
    padding-bottom: 50px;
}
h3.category-list_title.e-title {
    font-size: 22px;
    font-weight: 500;
    margin-top: -0.23em;
    margin-bottom: 2px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
a.icon-btn {
    margin-left: auto;
    min-width: 50px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    position: absolute;
    bottom: -12px;
    right: -12px;
    opacity: 0;
    line-height: 44px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
p.category-list_text.e-desc {
    margin: 0;
}
h3.category-list_title.e-title a {
    color: #0f2239;
    font-size: 19px;
    font-weight: 700;
}
section.teacher-section {
    position: relative;
}
.teacher-warp {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}
.teacher-warp p {
    color: #fff;
}
.teacher-warp h2 {
    color: #fff;
    padding-bottom: 12px;
}
.heading_content a.btn.btn-info {
    margin-top: 20px;
}
section.tutoring_section {
    padding: 50px 0px;
}
section.tutoring_section .heading_content {
    text-align: center;
    padding-bottom: 80px;
}
.process-card {
    text-align: center;
    max-width: 338px;
    margin: 0 auto 0 auto;
    position: relative;
}
.process-card_img {
    margin-bottom: 37px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    border-radius: 20px;
    display: inline-block;
    overflow: hidden;
    width: 170px;
    height: 170px;
}
.process-card_img img {
    -webkit-transform: rotate(30deg) scale(1.3);
    -ms-transform: rotate(30deg) scale(1.3);
    transform: rotate(30deg) scale(1.3);
}
.process-card_icon {
    width: 80px;
    height: 80px;
    line-height: 72px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #fea500;
    position: absolute;
    top: -30px;
    left: 80px;
}
.process-card_icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.box-title {
    font-size: 24px;
    line-height: 1.417;
}
.process-card_text {
    margin-bottom: -0.5em;
}
.process-card-wrap .process-arrow {
    position: absolute;
    right: 0;
    top: 24px;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
}
.process-card-wrap {
    margin-bottom: 0px;
    position: relative;
}
footer {
    background-image: url(../images/footer-bg-2.png);
    background-size: cover;
    padding: 30px 0px;
    height: 100%;
}
.footer-first p {
    color: #fff;
    margin: 0;
    padding: 12px 0px;
}
footer .footer-content li {
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
}
footer .footer-content ul {
    list-style: disc;
    list-style-position: inside;
}
.footer-social h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px;
}
.footer-social ul li a {
    width: 45px;
    height: 45px;
    display: block;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #1e2c46;
    color: #b3c1d3;
}
.banner-box label {
    width: 100%;
    margin-bottom: 10px;
    /* vertical-align: middle; */
}
.banner-box select {
    color: #8a8a8a;
    width: 100%;
    height: 40px;
    padding: 9px 12px;
    border: 1px solid #ebebeb;
    font-size: 13px;
    font-weight: 500;
    box-shadow: none;
    outline: none;
}
.banner-box label span {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    display: block;
    padding-bottom: 10px;
    color: #000000;
}
button.btn.btn-info.submit-warp {
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    background: #2260bb;
}

button.btn.btn-info.submit-warp:hover {
    background-color: #fff;
    color: #000;
}

.banner-right.form-box {
    max-width: 500px;
    margin: 0 auto;
}

.warp-form-hh {
	display: none;
}

.banner-box select {
	width: 100% !important;
	float: right !important;
	appearance: auto;
}

.banner-box .form-control {
	width: 100%;
	float: right !important;
}


.footer-list {
    width: 100%;
    background: #ffffff;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    display: none !important;
    padding: 1px 0px;
    border-top: 1px solid #f5f5f5;
    display: none;
}



  .footer-list ul {
	display: flex;
	justify-content: center;
	justify-content: space-between;
	padding: 6px 60px;
}


.footer-list ul li a {
  color: #fea500;
  font-size: 18px;
}

.footer-list ul li a i {
	padding-right: 8px;
	font-size: 18px;
}

  .footer-list ul li a i {
    padding-right: 8px;
    font-size: 18px;
  }
  .footer-list ul:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    background: #fea500;
    width: 2px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
  }


@media (max-width: 1199px) {
    .banner-box .form_content {
        padding-bottom: 20px;
    }
    .banner-box .form_content h2 {
        font-size: 28px;
        padding-bottom: 10px;
    }
    .banner-box {
        padding: 20px;
    }
    .counter {
        margin-top: -30px;
    }
    .banner-left h1 {
        font-size: 30px;
        line-height: 38px;
        padding-top: 12px;
        padding-bottom: 15px;
    }
    li.number {
        padding-left: 25px;
    }
    .banner-left ul {
        padding-top: 20px;
    }
    .btn.btn-info {
        border-radius: 50px;
        padding: 12px 25px;
        font-size: 14px;
    }
    .btn.btn-link {
        font-size: 16px;
    }
    li.number {
        padding-left: 25px;
    }
    .counter .stat h3 {
        font-size: 25px;
    }
    .counter .stat p {
        font-size: 14px;
    }
    .heading_content h2 {
        font-size: 34px;
    }
    .process-arrow {
        display: none;
    }
    .box-title {
        font-size: 20px;
        line-height: 1.417;
        padding-bottom: 10px;
        font-weight: 600;
    }
    .process-card_text {
        margin-bottom: -0.5em;
        font-size: 14px;
    }
    .footer-first p {
        font-size: 13px;
    }
    .footer-social h2 {
        font-size: 14px;
    }
    .footer-social ul {
        flex-wrap: wrap;
    }
    .footer-social ul li {
        margin: 1px;
    }
}
@media (max-width: 991px) {

    button.btn.btn-info.submit-warp {
        width: 60%;
        margin-top: 15px;
       
    }

    .footer-list {

        display: block !important;
    
    }

    header {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .banner-left ul {
        padding-top: 0px;
        justify-content: center;
    }
    .counter {
        margin-top: 550px;
    }
    .banner-left strong {
       
        display: none;
    }
    .banner-left {
        text-align: center;
        padding-bottom: 10px;
    }
    .banner_warp_fx {
        top: 130%;
    }
    .counter .col-md-3 {
        padding: 12px;
    }
    .heading_content h2 {
        font-size: 26px;
    }
    .heading_content {
        text-align: center;
        padding-bottom: 30px;
    }
    section.category_section .view-btn {
        text-align: center;
        padding-top: 20px;
    }
    .teacher-warp {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        transform: translateY(-50%);
    }
    section.teacher-section img {
        height: 350px;
    }
    .heading_content {
        text-align: center;
        padding-bottom: 0;
    }
    .process-card-wrap {
        margin-bottom: 60px;
        position: relative;
    }
    section.tutoring_section {
        padding: 30px 0px;
    }
    .footer-first {
        text-align: center;
    }
    .footer-social ul {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 20px;
    }
    .footer-content {
        text-align: center;
    }
    section.banner-section .img_top img {
        width: 100%;
        height: 370px;
        object-fit: cover;
    }

    .col-md-6.warp-b {
        display: none;
    }
    
    .col-md-6.d-none.warp-d {
        display: block !important;
        justify-content: space-between;
    }
    
    .col-md-6.d-none.warp-d label {
        display: flex;
       
    }
    
    .col-md-6.d-none.warp-d label span {
        margin-right: 20px;
        padding: 0;
    }

    .form-control::placeholder {
        color: #8a8a8e;
    }

    .col-md-6.d-none.warp-d label input[type="radio"] {
        margin: 0px 10px !important;
    }

    .warp-form-ff {
        display: none;
    }

    .warp-form-hh {
        display: block;
    }

    .banner-box select {
        width: 60% !important;
        float: right !important;
        appearance: auto;
    }

    .banner-box .form-control {
        width: 60%;
        float: right !important;
    }
}



.submit-message .success {
    color: green;
    text-align: center;
    font-size: 20px;
}

select {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    appearance: auto; /* Hides default arrow for consistent styling */
  }
  
  select option {
    color: #333; /* Default option text color */
  }
  
  /* Highlight the selected option */
  select option:checked {
    background-color: #007bff; /* Highlight background color */
    color: #fff; /* Highlight text color */
    font-weight: bold; /* Make it bold for emphasis */
  }
  
  /* Optional: Add a hover effect for options */
  select option:hover {
    background-color: #f0f0f0;
    color: #007bff;
  }
  

  @media(max-width:480px){

    .banner-box label {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.selectradio {
    padding-left: 65px !important;
    max-width: 240px;
    margin-right: auto;
}
*/
.col-md-6.d-none.warp-d label input[type="radio"] {
    margin: 0px 6px !important;
}
.banner-box .form-control {
    width: 100%;
    float: right !important;
    max-width: 153px;
}
.col-md-6.d-none.warp-d label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-video video {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: flex;
}
    .footer-list ul {
        padding: 0px 25px;
    }
    .banner_warp_fx {
    top: 120%;
}

    .banner-left h1 {
        font-size: 26px;
        line-height: 30px;
        padding-top: 12px;
        padding-bottom: 15px;
    }
    .counter {
    margin-top: 500px;
}

    ul.d-flex.more-btn {
        display: none !important;
    }

.banner-box select {
    width: 100% !important;
    float: right !important;
    appearance: auto;
    max-width: 153px;
}

  }


  /* Initial select text color for placeholder */
select {
    color: #8a8a8a !important;
}

/* Change color to black when an option with value is selected */
select:valid {
    color: #000 !important;
}

@media(max-width:330px){
    .banner_warp_fx {
        top: 116%;
    }

.counter {
    margin-top: 480px;
} 

    .banner-box .form_content h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }

  }

.selectradio {
    padding-left: 77px;
    margin: 1px 60px 0 0;
}

.selectradio input[type="radio"] {
    margin-left: 12px;
}

input.form-control {
    height: 40px;
}