* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    border-radius: 30px;
    background-color: #f1f1f1;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #004080;
    border-radius: 30px
}

.container-fluid {
    overflow: hidden;
}

.nav {
    position: fixed;
    background-color: #0062c3 !important;
    z-index: 200;
}

.nav .logo {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav .logo img {
    width: 100px;
    height: 92px
}

.nav button {
    background: transparent !important;
    border: 1px solid transparent!important;
    outline: none!important;
}

.navitems>ul {
    height: 100%;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 600px;
    margin-right: 18%
}

.navitems>ul>li {
    height: 100%;
    display: block;
    align-items: center;
    transition: all 0.5s;
}

.navitems ul li:nth-child(1) a {
    font-weight: bold;
}

.navitems ul li:nth-child(1) a:hover {
    text-decoration-line: underline;
}

.navitems ul li a {
    font-size: 20px;
    color: white !important;
    text-decoration: none;
    transition: all 0.3s
}

.main {
    min-height: 925px;
    background-color: #0062c3;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    box-sizing: border-box;
    padding: 30px;
    background-image: url('waves.svg');
}

.navitems ul li a:hover {
    color: #33CEFF !important
}

.submeanu {
    position: fixed;
    width: 150px;
    list-style: none;
    display: none;
    transition: all 0.3s;
}

.sublist {
    height: 40px;
    border-bottom: 1px solid white;
    font-size: 20px;
    color: white;
    padding-left: 7px;
    background: #0054a8;
    cursor: pointer;
    transition: all 0.3s;
}

.navitems2:hover .submeanu {
    display: block;
}

.sublist:hover {
    background-color: #004080;
    color: #33CEFF
}

.sublist a {
    width: 100% !important;
    text-decoration: none !important;
    font-weight: normal !important;
}


/* nav bar  end*/


/*banner area*/

.modal-content {
    width: 100%;
    border-radius: 10px
}

.close {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: black;
}

.signup-card {
    margin: auto;
    /* height: 450px; */
    background: white;
    border-radius: 10px;
    padding: 30px;
    width: 100%
}

.signup-card h3 {
    font-size: 20px;
    color: black;
    font-family: Nexaslab-bold;
}

.signup-card label {
    color: black;
    font-size: 15px;
    margin: 0px !important;
}

.signup-card input[type="email"],
.signup-card input[type="password"],
.signup-card input[type="text"],
.signup-card select {
    display: block;
    width: 100%;
    border-radius: 8px;
    line-height: 18px;
    height: 50px;
    color: black;
    outline: none;
    border: 1px solid #e3e5e8;
    padding: 10px;
    margin-bottom: 10px
}

.signup-card .signup-btn {
    width: 100%;
    height: 50px;
    padding: 0;
    background: #004080;
    border-radius: 8px;
    color: #fff;
    border: none;
    font-family: Roboto-medium;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    transition: all 0.2s
}

.signup-card .signup-btn:active {
    transform: scale(0.8);
}

.txt-line {
    font-size: 14px;
    color: black;
    text-align: center;
    position: relative;
    margin: 10px 0px;
}

.txt-line:before,
.txt-line:after {
    content: " ";
    height: .5px;
    width: 156px;
    background-color: #ededed;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.txt-line:after {
    display: inline-block;
}

.btn-facebook,
.btn-google {
    font-family: Roboto-medium;
    width: 164px;
    max-width: 100%;
    padding: 0;
    height: 50px;
    line-height: 1;
    border-radius: 8px;
    font-size: 16px;
    color: #464c54;
    background-color: #fff;
    border: 1px solid #e3e5e8;
}

.signup-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    background: url(https://s.vipkidstatic.com/ter/assets/img/facebook-icon@2x.ae6ed0d.png) no-repeat 50%;
    background-size: cover;
}

.signup-icon2 {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://s.vipkidstatic.com/ter/assets/img/google-icon@2x.f3b0fa8.png) no-repeat 50%;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.main-content {
    margin-top: 100px
}


/* .main-content .content {
    margin-left: 8%
} */

.main-content h1 {
    text-transform: capitalize;
    color: white;
    font-weight: bolder;
    font-size: 3vw;
    text-align: left
}

.main-content p {
    font-size: 2vw;
    text-transform: capitalize;
    color: white;
    text-align: left;
}

.banner-buttons {
    margin: 10px auto 0px;
}

.banner-buttons button {
    width: 165px;
    min-height: 55px;
    background: transparent;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bolder;
    color: white;
    outline: none;
    transition: all 0.3s;
    box-shadow: -10px -10px 15px rgba(0, 87, 157, 0.5), 10px 10px 15px rgba(70, 70, 70, 0.12);
    border: 1px solid white;
    cursor: pointer;
}

.banner-buttons button:active {
    transform: scale(0.8);
}

.banner-buttons button:hover {
    background-color: white;
    color: #004080;
    border: 1px solid #004080
}

.banner-buttons button:nth-child(2) {
    width: 250px
}

.banner-image {
    width: 530px;
    height: 370px;
    margin: 12% auto;
}

.banner-image img {
    width: 100%;
    height: 100%
}

h1 {
    color: #818181;
    font-weight: bold;
}

.content1 p {
    font-size: 20px;
    color: #818181
}

hr {
    width: 60%;
    margin: 30px auto;
    background-color: #818181;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 350px);
    grid-gap: 15px;
    width: 80%;
    margin: auto;
    justify-content: center;
}

.card-area .card {
    border: 1px #FFFFFF solid;
    height: 450px;
    margin: 100px 0px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(0, 0, 0, 0.2);
    padding: 05px;
    border-radius: 10px;
    margin: 50px auto;
    transition: all 0.3s
}

.card-area .card:hover {
    transform: scale(1.1);
    z-index: 100;
}

.card-area .card .card-head {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;
    border: 1px #004080 solid;
    height: 30%;
    background-color: #004080
}

.card-head .profile {
    width: 110px;
    height: 110px;
    border: 3px solid white;
    border-radius: 50%;
    margin: -65px auto 0px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(0, 0, 0, 0.2);
}

.card-head .profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.card-head h4 {
    color: white;
    font-weight: bolder;
    height: 100%;
    margin-top: 10%;
}

.card-area .card .cardbody {
    height: 60%;
    overflow-y: auto;
}

.card-body ul {
    list-style-position: inside;
    color: #818181
}

.card-body ul li a {
    color: #818181
}

.card-body ul li a:hover {
    color: #293241
}

.card-area .card .card_footer {
    width: 100%;
    text-align: center;
}

.card-area .card .card_footer>button {
    width: 45%;
    height: 40px;
    display: inline-block;
    font-size: 18px !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2)
}

.card-area .card .card_footer>button>a {
    color: white;
    width: 100%;
    height: 100%;
    font-size: 18px !important;
}

.area-logo {
    margin: 50px 0px
}

.area-logo img {
    display: block;
    margin: 50px auto 0px auto;
}

.details {
    width: 80%;
    margin: 50px auto;
    position: relative;
    display: flex;
}

.details p {
    font-size: 22px;
    line-height: 35px;
    color: #818181;
    text-align: justify;
    margin: 0px 20px
}

.details h1 {
    margin: 0px 20px
}

.detailcard {
    height: 400px;
    transition: all 0.3s;
    padding: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: white
}

.detailcard:hover {
    transform: scale(1.1);
    z-index: 1;
}

.margin {
    margin-right: 35px
}

.innercard {
    border-radius: 05px;
    position: relative;
    height: 100%;
    border: 1px white solid;
    background-image: url('../images/onlinetuition.jpeg');
    background-repeat: no-repeat;
    background-position: 76%;
    background-size: cover
}


/*.innercard:nth-child(2){background-image: url('../images/students.jpeg') !important}*/


/* .innercard:nth-child(3){background-image: url('../images/quran.jpeg') !important}*/

.card-title {
    margin-top: 12px;
    width: fit-content;
    min-height: 38px;
    background: #004080;
    border-radius: 0px 20px 20px 0px;
    color: white;
    text-align: center;
    font-size: 15px !important;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
}

.cardbuttons {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 39px
}

.cardbuttons button {
    width: 49%;
    height: 39px;
    color: white;
    background: #004080;
    border: none;
    outline: none;
    border-bottom-left-radius: 05px;
    font-size: 20px;
    cursor: pointer;
}

.cardbuttons button:nth-child(2) {
    border-bottom-right-radius: 05px;
    background-color: white;
    color: #004080
}

.card_footer .btn {
    background-color: #004080!important;
    border: none;
}

.card-body p {
    margin-bottom: 0px !important;
    font-size: 14px
}

.accordion {
    width: 80%;
    margin: auto !important;
}

.accordion .card-header {
    width: 100% !important
}

.question {
    outline: none !important;
    border: none !important;
    font-size: 20px;
    transform: scale(1) !important;
    position: relative;
    height: 100%;
}

.accordian_question {
    font-size: 20px;
    text-align: center;
}

.accordian_question:after {
    content: " ";
    width: 100px;
    margin: auto;
    height: 2px;
    background-color: #004080;
    display: block;
    margin-top: 10px
}

.signup-area {
    width: 90%;
    margin: 50px auto;
    border-radius: 30px;
    height: 450px;
    background-image: linear-gradient(to right, #0062c3, #004283);
    display: flex;
    justify-content: space-between;
}

.get-started {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 57px;
    width: 50%
}

.get-started-imag {
    width: 46%;
}

.get-started h2 {
    display: inline-block;
    color: white;
    font-size: 32px
}

.get-started button {
    width: 150px;
    height: 50px;
    border: 2px solid white;
    color: wite;
    color: white;
    background: transparent;
    outline: none;
    border-radius: 25px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}


/*owl carosel */

.silder h3 {
    text-align: center;
    font-weight: 900;
    color: #004080;
    text-transform: capitalize;
}

.silder {
    width: 95%;
    margin: 50px auto;
}

.silder h2 {
    color: #004080;
    text-indent: 30px
}

.item {
    background-color: #005fbf;
    height: 450px;
    color: black;
    border-radius: 20px;
    width: 90%;
    margin: auto;
}

.video {
    width: 100%;
    height: 65%;
    border-radius: 20px;
    padding: 05px;
}

.video video {
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0px 0px;
    background-color: black
}

.teacher-details {
    width: 100%;
    height: 25%;
    overflow: auto;
    text-align: center
}

.teacher-details h4 {
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.teacher-details span {
    font-size: 17px;
    color: white;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0px 5px
}

.cardbutton {
    width: 40%;
    margin: 05px auto;
    height: 30px;
    border-radius: 20px;
    border: 1px solid white;
    background-color: transparent;
    display: block;
    outline: none !important;
    transition: all 0.3s;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    color: white
}

.item button:active {
    transform: scale(0.8);
}


/*owl carousel nav*/

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: white !important
}

.owl-carousel {
    position: relative;
}

.owl-nav>button.owl-prev {
    outline: none !important
}

.owl-nav>button.owl-next {
    outline: none !important
}

.owl-nav>button.owl-next>span {
    position: absolute;
    font-size: 90px;
    color: #004080 !important;
    top: 27%;
    z-index: 100;
    right: -30px;
}

.owl-nav>button.owl-prev>span {
    position: absolute;
    font-size: 90px;
    color: #004080 !important;
    top: 27%;
    z-index: 100;
    left: -30px;
}


/*owl carousel nav end*/

@media screen and (max-width:1200px) {
    .owl-nav {
        margin: 0px !important
    }
    .owl-nav>button.owl-next>span {
        position: relative;
        font-size: 50px;
        top: 0px !important;
        left: 0px !important;
        margin-left: 5px;
    }
    .owl-nav>button.owl-prev>span {
        position: relative;
        font-size: 50px;
        top: 0px !important;
        right: 0px !important;
        margin-right: 5px;
    }
}


/*owl carsoul end*/

@media screen and (max-width:1450px) {
    .cards {
        justify-content: space-around;
        padding: 0px 20px
    }
}

@media screen and (min-width: 1200px) {
    .card_footer .btn {
        padding: 5px !important;
        font-size: 12px !important;
        border: none !important;
        background-color: #004080 !important
    }
}

@media screen and (max-width: 1200px) {
    .cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px
    }
    .banner-image {
        width: 480px;
        height: 300px;
        margin: 23% auto;
    }
    /* .navitems ul {width:100% ; margin-left: 0px}*/
    .banner-buttons button {
        width: 30%;
        font-size: 15px
    }
    .banner-buttons button:nth-child(2) {
        width: 40%
    }
    .card-area .card {
        width: 80%
    }
    .footer-detail ul li a,
    label {
        font-size: 1.5vw
    }
    .detailcard {
        margin: 50px auto;
        width: 300px
    }
    .card-title {
        font-size: 18px
    }
}

@media screen and (max-width:992px) {
    .cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px
    }
    .navitems>ul>li {
        display: block;
        margin-top: 17px;
        width: 100%;
        border-bottom: 1px solid white
    }
    .navitems ul {
        justify-content: start;
        align-items: start;
        width: 100%;
        margin-right: 0px
    }
    .submeanu {
        position: fixed;
        width: 100%;
    }
    .sublist {
        border: none;
        border-bottom: 1px solid white;
        margin-bottom: 0px
    }
    .details {
        flex-direction: column;
    }
    .margin {
        margin: auto;
    }
    .logo i {
        display: block;
        font-size: 17px !important;
        color: white
    }
    .nav .logo {
        margin: 0px;
    }
    .navbar-toggler {
        background-color: white !important
    }
    .navbar-nav {
        margin-bottom: 30px
    }
    .main {
        min-height: 495px !important;
        background-image: linear-gradient(to right, #0062c3, #004283);
    }
    .main-content h1 {
        font-size: 30px
    }
    .main-content p {
        font-size: 20px
    }
    .main-content {
        margin-top: 0px
    }
    .get-started {
        width: 100%;
        align-items: center;
    }
    .get-started h2 {
        font-size: 35px
    }
    .get-started-imag {
        display: none !important;
    }
}

@media screen and (max-width:900px) {
    .banner-image {
        width: 370px;
        height: 230px;
        margin: 50% -80px;
    }
    .banner-image {
        margin: 40px 0px;
    }
    .cards {
        flex-direction: column;
    }
    .card-area .card {
        width: 350px
    }
    .footer-detail ul li a,
    label {
        font-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .nav .logo {
        margin: auto;
        justify-content: space-between;
    }
    .banner-buttons {
        margin-top: 50px
    }
    .banner-image {
        display: none
    }
    .footer .footer-detail {
        margin-top: 60px
    }
    .footer-detail ul li {
        margin-bottom: 20px !important
    }
    .footer-detail ul li a,
    label {
        font-size: 2vw
    }
    h1 {
        font-size: 3vw
    }
    .content1 p {
        font-size: 2vw
    }
    .card-area .card {
        width: 350px;
        margin: 50px auto;
    }
    .accordion {
        width: 90%;
        margin: auto;
    }
    .question {
        font-size: 15px
    }
    .detailcard {
        margin: 20px auto;
        width: 280px
    }
    .main {
        min-height: 320px !important
    }
}

@media screen and (max-width:576px) {
    .cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px
    }
    .question {
        font-size: 12px
    }
    .content h1 {
        font-size: 27px !important;
    }
    h1 {
        font-size: 5vw
    }
    .content1 {
        margin-top: 30px
    }
    .content1 p {
        font-size: 4vw
    }
    .banner-buttons button {
        display: block;
        margin-bottom: 20px!important;
        width: 95%;
        border-radius: 0px;
        font-size: 20px;
    }
    .banner-buttons {
        margin-left: 0%
    }
    .area-logo {
        margin: auto;
        width: 80%
    }
    .area-logo img {
        display: block;
        margin: auto;
        width: 100%;
        height: 100%
    }
    .detailcard {
        width: 250px;
    }
    .details {
        width: 100%;
    }
    .card-title {
        font-size: 16px;
        padding: 5px;
    }
    .card-area .card {
        width: 95%
    }
    .social-link i {
        font-size: 30px;
        margin: 0px 5px;
    }
    .footer-detail ul li a,
    label {
        font-size: 3vw
    }
    .col-sm-5 {
        margin-top: 30px
    }
    .footer-detail ul {
        list-style: none;
        margin-left: 20%
    }
    .accordion {
        width: 95%;
        margin: auto;
    }
    .signup-area {
        height: 300px
    }
    .get-started {
        padding: 0px
    }
    .get-started h2 {
        font-size: 25px;
    }
    .modal-content {
        width: 98%;
    }
    .btn-facebook,
    .btn-google {
        width: 45%;
    }
    .txt-line:before,
    .txt-line:after {
        width: 60px;
    }
    .main {
        min-height: 450px !important
    }
}

@media screen and (max-width:350px) {
    .card-area .card {
        width: 100%
    }
    .question {
        font-size: 10px
    }
}