* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

body {
    font-family: "Karla", sans-serif !important;
    color: #525252 !important;
}


.space-y-12>*+* {
    margin-top: 3rem;
}

.space-y-6>*+* {
    margin-top: 1.5rem;
}

.space-y-4>*+* {
    margin-top: 1rem;
}

.text-center {
    text-align: center;
}

.text-blue-800 {
    color: #1e40af;
}

.text-blue-600 {
    color: #2563eb;
}

.text-gray-700 {
    color: #374151;
}

.text-gray-600 {
    color: #4b5563;
}

.text-xl {
    font-size: 1.25rem;
    font-weight: 600;
}

.text-2xl {
    font-size: 1.5rem;
    font-weight: 700;
}

.text-4xl {
    font-size: 2.25rem;
    font-weight: 700;
}

.text-sm {
    font-size: 0.875rem;
}

.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.grid {
    display: grid;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
    grid-template-columns: repeat(3, 2fr);
}
.grid-cols-4 {
    grid-template-columns: repeat(4, 2fr);
}

.gap-4 {
    gap: 1rem;
}

.gap-8 {
    gap: 2rem;
}

.items-center {
    align-items: center;
}

.list-disc {
    list-style-type: disc;
}

.list-inside {
    padding-left: 1rem;
}

.rounded-xl {
    border-radius: 1rem;
}

.shadow-md {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.bg-white {
    background-color: white;
}

.bg-blue-50 {
    background-color: #eff6ff;
}

.border {
    border-width: 1px;
}

.border-blue-600 {
    border-color: #2563eb;
}

.rounded-full {
    border-radius: 9999px;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.space-x-4>*+* {
    margin-left: 1rem;
}

.btn {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    /*border-radius: 9999px;*/
    cursor: pointer;
}

.btn-primary {
    background-color: #2563eb;
    color: white;
    border: none;
}

.btn-secondary {
    background-color: #f3f4f6;
    color: #2563eb;
    border: 1px solid #2563eb;
}

.card {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1rem;
    text-align: center;
}
.font-cos{
    font-size: 17px;
    font-weight: 500;
}
.font-key{
    font-size: 14px;
    font-weight: 600;
}
.glance-div{
    transition: 0.3ms;
}
.glance-div:hover{
    background-color: #1e40af;
    color: #fff;
    cursor: pointer;
}

/* contact us css start */

/* .form_div{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
} */
 /* .contact-form {
      background: #fff;
      padding: 40px;
      border-radius: 10px;
      max-width: 700px;
      width: 100%;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }

    .form-control::placeholder {
      color: #aaa;
    }

    .btn-submit {
      background: linear-gradient(to right, #616dfd 0%, #393185 51%, #616dfd 100%);
      border: none;
      color: white !important;
      padding: 10px 30px;
      font-weight: bold;
      text-transform: uppercase;
      transition: background 1s ease-out;
      background-size: 200% auto;
      padding: 8px 18px !important;
    }
     .btn-submit:hover{
        color: #fff;
        background: linear-gradient(to right, #393185 0%, #616dfd 51%, #393185 100%);
     } */

 .contact-container {
      /* min-height: 100vh; */
       display: flex;
        max-width: 900px;
        width: 100%;
        margin: 2rem auto 0rem;
        box-shadow: 0px 4px 41px -13px rgba(0, 0, 0, 0.18);
    }

    .form-section {
      background-color: #fff;
      padding: 30px;
      flex: 1;
    }

    .info-section {
      background-color: #293C92;
      color: white;
      padding: 50px;
      flex: 1;
    }

    .form-section .form-control {
      border-radius: 0;
      box-shadow: none;
    }

    .form-section .btn-custom {
      background: #293C92;
      border: 1px solid #293C92;
      color: #fff;
      padding: 10px 25px;
      border-radius: 5px;
    }
    .form-section .btn-custom:hover{
      background: transparent;
      color: #293C92;
      border: 1px solid #293C92;
    }

    .contact-info-icon {
      width: 45px;
      height: 45px;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
    }

    .contact-info-item {
      display: flex;
      align-items: center;
      margin-bottom: 30px;
    }

    .contact-info-item i {
      font-size: 20px;
    }


/* mobile start */


@media screen and (max-width: 920px) {
    .grid-cols-2{
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-cols-4 {
        grid-template-columns: repeat(1, 2fr);
    }
    .contact-container{
        display: inherit;
    }
}
.captcha-box {
    background-color: #f0f0f0;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
    user-select: none;
    display: inline-block;
    margin-bottom: 10px;
}
::-webkit-scrollbar {
    display: none;
}


/* aboutus-start */

.inner-banner {
    background-position: center;
    overflow: auto;
    padding: 2rem 0;
    background: #eaeaea;
    background-size: cover;
    background-repeat: no-repeat;
}

.relative-position {
    position: relative;
}

.inner-banner-content {
    color: #fff;
}

.inner-banner-title h1 {
    color: #fff;
    line-height: 2.5rem;
    font-size: 39px;
}

.inner-banner-description {
    margin: 1.2rem 0;
    font-size: 20px;
    overflow: hidden;
    font-size: 15px;
}

    .inner-banner-description p {
        color: #fff;
    }

    .inner-banner-description li {
        width: 50%;
        float: left;
    }

.about-page-section {
    padding: 60px 0px;
}

section {
    overflow: hidden;
}

.about-text-item p {
    font-weight: 300;
    font-size: 20px;
    color: #333333;
    margin-bottom: 25px;
}

.secound-teacher-section {
    background-color: #f7f7f7;
    padding: 40px 0px;
}

.owl-dots .owl-dot span {
    height: 5px;
    width: 20px;
    display: inline-block;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    margin: 0 7px;
    border-radius: 10px;
    background-color: #4175a4;
}

.owl-dots .owl-dot.active span {
    width: 40px;
    background-color: #646363;
}

.best-course-section {
    background-color: #f7f7f7;
    padding: 50px 0px 50px 0px;
}

.mt10 {
    margin-top: 10px;
}

.best-course-section p {
    color: #333;
}

.best-course-section img {
    max-width: 100%;
    height: auto;
}

.secound-teacher-section .teacher-img-text {
    background-color: #fff;
    padding: 20px 22px 22px 30px;
    border-radius: 4px;
}

.teacher-img-social:after {
    content: '';
    position: absolute;
    width: 230px;
    height: 230px;
    background: #dcdcdc;
    background-size: 200% auto;
    top: -10px;
    left: -10px;
    border-radius: 100%;
    z-index: -0;
    right: 0;
}

.mt15 {
    margin-top: 15px;
}

.secound-teacher-section .teacher-img-text .teacher-name {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #333333;
}

.secound-teacher-section .teacher-img-text .teacher-designation {
    font-size: 13px;
    color: #393185;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.teacher-img-social img {
    border: 5px solid #fff;
    border-radius: 100%;
    z-index: 1;
    position: relative;
}

.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    /* -webkit-transform-style: preserve-3d; */
}

img {
    max-width: 100%;
    height: auto;
}



@media screen and (max-width: 920px) {
    .about-page-section {
        padding: 30px 0px;
    }

    .secound-teacher-section {
        padding: 35px 0px;
    }

    .best-course-section {
        padding: 25px 0px 25px 0px;
    }

    .teacher-img-social:after {
        content: '';
        position: absolute;
        width: 315px;
        height: 315px;
        background: #dcdcdc;
        background-size: 200% auto;
        top: -8px;
        left: -8px;
        border-radius: 100%;
        z-index: -0;
        right: 0;
    }

    .secound-teacher-section .teacher-img-text .teacher-name {
        font-size: 22px;
    }

    .secound-teacher-section .teacher-img-text .teacher-designation {
        font-size: 20px;
    }
}