@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Mooli&family=Vina+Sans&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: white;
}

section {
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 3% 5%;
}
/* text align justify */
.txj{
    text-align: justify;
}
/* text align center */
.txc{
    text-align: center;
}
/* padding-top 10px */
.pdt-10{
    padding-top: 10px;
}

/* Scroll up button */
.scroll-up-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: opacity 0.3s ease-in-out;
}

.scroll-up-btn.show {
    display: block;
    opacity: 1;
}

/* Pop up styling  */

.popup-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    width: 40%;
    height: 80vh;
    /* background: #fff; */
    background: transparent;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.3); */
    border-radius: 10px;
    opacity: 0;
    transition: transform 0.9s ease-in-out, opacity 0.5s ease-in-out;
}

.popup-content {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}


.close-btn {
    position: absolute;
    top: 2px;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

.popup-form.show {
    display: block;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: +5;
}
.banner2,
.banner3,
.banner10{
    background-color: rgb(231, 231, 231);
}

.banner6 {
    background-color: rgb(247, 245, 245);
}

.banner-content h1,
.banner2 h1,
.banner3 h1,
.banner4 h1,
.banner5 h1,
.banner7 h1,
.banner8 h1,
.banner9 h1,
.banner10 h1,
.card-section h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    line-height: 1.5;
    padding-top: 2%;
}

.banner7 h1,
.banner8 h1,
.card-section h1 {
    text-align: center;
}

.navbar {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 10;
    padding: 0 5%;
}

.logo img {
    width: 70%;

}

.navbar ul {
    display: flex;
    list-style: none;
}

.navbar ul li {
    padding: 0 10px;
}

.navbar ul li a {
    color: rgb(59, 22, 161);
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding: 10px 5px;
}

.navbar ul li a::before,
.navbar ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: rgb(15, 61, 131);
    bottom: 0;
    left: 0;
    transition: width 0.4s ease, right 0.3s ease, left 0.3s ease;
}

.navbar ul li a::before {
    top: 0;
    right: 0;
    left: auto;
}

.navbar ul li a::after {
    bottom: 0;
    right: auto;
    left: 0;
}

.navbar ul li a:hover::before,
.navbar ul li a:hover::after {
    width: 100%;
    right: 0;
    left: 0;
}

.get-started a {
    background-color: rgb(59, 22, 161);
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    border: 2px solid rgb(59, 22, 161);
}

.get-started a:hover {
    background-color: white;
    color: rgb(59, 22, 161);
    border: 2px solid rgb(59, 22, 161);
}
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger div {
    width: 25px;
    height: 2px;
    background-color: rgb(59, 22, 161);
    margin: 4px 0;
    transition: 0.4s;
}

.hamburger.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.change .bar2 {
    opacity: 0;
}

.hamburger.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
    transform: rotate(45deg) translate(-5px, -6px);
}
/* New styles for dropdown */
.navbar ul li.dropdown {
    position: relative;
}

.navbar ul li .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown ul  {
    width: 200%;
}

.navbar ul li .dropdown-content li {
    padding: 20px;
}

.navbar ul li .dropdown-content li a {
    color: rgb(59, 22, 161);
    text-decoration: none;
}

.navbar ul li .dropdown-content li:hover {
    background-color: #ddd;
}

.navbar ul li.dropdown:hover .dropdown-content {
    display: block;
}

/* index page */

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    /* Adjust as needed */
    background-image: linear-gradient(150deg,
            rgba(24, 23, 23, 0.8)60%,
            rgb(59, 22, 161)50%), url('/image/vecteezy_teacher-with-a-group-of-students-in-classroom_12434990.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: start;
    align-items: center;
    color: white;
}

.banner-content {
    width: 50%;
}

.banner-content p {
    padding: 10% 0;
    font-size: 18px;
}

.banner-content span a {
    margin-right: 20px;
}

/* About us page  */

.banner2-box-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.banner2-box1,
.banner2-box2 {
    width: 50%;
}

.banner2-box1 p {
    padding: 2% 0;
    line-height: 1.3;
    word-spacing: 3px;
    font-size: 18px;
}

.banner2-box1 h2 {
    padding-top: 5%;
}

.banner2-box2 img {
    width: 70%;
    margin: 0 15%;
    margin-top: 20%;
}

/* our courses banner3 */
.banner3-box-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.banner3 h1 {
    text-align: center;
    font-size: 35px;
}

.banner3 p {
    padding: 10px 15%;
    font-size: 18px;
    text-align: center;
    color: rgb(97, 96, 96);
}

.course-card {
    width: 40%;
    /* Adjust width as per your design */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: white;
}

.course-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.course-card h2 {
    font-size: 2em;
    color: rgb(5, 5, 114);
    padding: 10px 0;
}

.course-card p {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: justify;
    padding: 0;
}

.course-card a,
.webinar1-box2 a {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    background-color: rgb(59, 22, 161);
    font-size: 18px;
    font-weight: 700;
    border: 3px solid white;
    border-bottom-color: white;
    border-right-color: white;
    box-shadow: 6px 5px 0px rgb(5, 5, 114);
    cursor: pointer;
}

.course-card a:hover,
.webinar1-box2 a:hover {
    background-color: white;
    color: rgb(59, 22, 161);
    border: 3px solid rgb(59, 22, 161);
    transform: scale(0.9);
}

/* banner 4 counter sec */
.banner4 {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 2%;
    flex-wrap: wrap;
}

.banner4 h1 {
    width: 100%;
    text-align: center;
    padding-bottom: 2%;
}

.banner4 div {
    width: 22%;
    background-color: rgb(59, 22, 161);
    color: white;
    text-align: center;
    padding: 20px 0;
}

.banner4 div p {
    font-size: 25px;
}

/* banner 5 webinar */
.banner5 h1 {
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 50px;
    font-weight: 900;
}

.webinar1 {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Ubuntu', sans-serif;
    margin: 5%;
}

.webinar1-box1 {
    width: 15%;
    color: rgb(59, 22, 161);
}

.webinar1-box1 h2 {
    font-weight: 900;
    font-size: 25px;
}

.webinar1-box2 {
    width: 55%;
}

.webinar1-box2,
.webinar1-box1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.webinar1-box2 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
}

.webinar1-box2 p {
    font-size: 18px;
    color: grey;
    padding-right: 10%;
}

.webinar1-box2 a {
    width: 25%;
}

.webinar1-box3 {
    width: 30%;
}

.webinar1-box3 img {
    width: 100%;
}

.webinar1-box3 h3 {
    font-size: 25px;
}

.webinar1-box3 p {
    font-size: 18px;
    /* color: rgb(107, 107, 107); */
    color: grey;
}

.banner5 marquee {
    font-size: 30px;
}

/* banner 6 why choose in */
.banner6-box-sec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner6-box {
    width: 50%;
}

.banner6-box img {
    width: 90%;
    /* margin-top: 5%;
    border-radius: 10px; */
}

.banner6-box h2 {
    font-size: 35px;
    color: rgb(34, 34, 34);
}

.banner6-box p {
    font-size: 18px;
    padding: 5% 0;
}

.banner6-box ul li {
    list-style: none;
    padding: 10px 0;
    font-size: 20px;
}

.banner6-box ul li i {
    color: rgb(59, 22, 161);
    font-size: 20px;
    font-weight: 800;
    padding-right: 10px;
}


/* banner 7 featured in */

.banner7 div {
    margin: 2% 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.banner7 img {
    width: 100px;
    margin: 2% 0;
}

/* <!-- our placement partners banner8 --> */

.image-scroller {
    position: relative;
    width: 100%;
    height: 150px;
    /* Adjust the height as per your images */
    overflow: hidden;
}

.scroller {
    display: flex;
    width: calc(200%);
    /* Double the width to handle the continuous scroll */
    animation: scroll 20s linear infinite;
    margin: 4% 0;
}

.scroller img {
    width: 8%;
    /* 10 images, each should take 10% width */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Certifcate */
.banner9{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner9 img{
    width: 50%;
    margin-top: 50px;
    border-radius: 10px;
}

/* student says  */

.card-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
}

.card-scroller {
    display: flex;
    width: calc(200%);
    /* Double the width to handle the continuous scroll */
    animation: scroll 30s linear infinite;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16.66%;
    padding:20px 10px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    margin: 2% 10px;
}

.card img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.card .content {
    font-family: Arial, sans-serif;
    text-align: center;
}
.content p{
    text-align: justify;
    padding-top: 20px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
/* Starting of footer */
.footer{
    width: 100%;
    display: flex;
    padding: 20px 5%;
    margin-top: 10px;
    background-color: rgb(59, 22, 161);
    color: white;
    font-family: "Ubuntu", sans-serif;
  	font-weight: 300;
  	font-style: normal;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
}
.footer-box{
    padding: 5px 20px;
}
.footer-box a{
    text-decoration: none;
    color:white;
    padding: 5px;
}
.footer-box i{
    padding: 0 5px;
    font-size: 20px;
}

/*-------------- Starting Of About_page---------- */

.about-page-sec1{
    width: 100%;
}
.about-page-sec1 img{
    width:100%;
    height: 300px;
}
.about-page-sec2{
    width:100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.about-page-sec2-card{
    width:45%;
    border-radius: 10px;
}
.about-page-sec2-card-img{
    background-image: url('/image/our-vision.png');
    height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-page-sec2-card h2,.about-page-sec2-card p,.about-page-sec3 h2, .about-page-sec3 h3,.about-page-sec4 h2{
    font-size: 40px;
    padding-top: 10px;
    color: rgb(83, 83, 83);
    line-height: 1.5;
}
.about-page-sec2-card p{
    font-size: 25px;
    text-align: justify;
}
.about-page-sec3{
    width: 80%;
    background-color: rgb(206, 236, 247);
    margin: 0 10%;
    padding: 2.5%;
}
.about-page-sec3 h3{
    font-size: 25px;
}
.about-page-sec3 p{
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.5;
}
.about-page-sec3-card-sec{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 30px 0;
}
.about-page-sec3-card{
    width: 24%;
    height: 200px;
    background-image: url('/image/about-page-bakground.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.about-page-sec3-card h2{
    color: white;
    font-size: 35px;
}
.about-page-sec4{
    display: flex;
    flex-wrap: wrap;
    padding: 2.5% 5%;
}
.about-page-sec4-card{
    width: 50%;
}
.about-page-sec4-card i{
    font-size: 25px;
    color: blue;
    padding: 5px 0;
}
.about-page-sec4-card p{
    display: flex;
    align-items: center;
    gap: 10px;
}
.about-page-sec4-card div{
    padding: 10px 35%;
    text-align: center;
}

/* Starting of founder section */
.founder{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    padding: 5%;
    justify-content: center;
	font-family: "Ubuntu", sans-serif;
  	font-weight: 300;
  	font-style: normal;
}
.founder h3{
    width: 100%;
    color:rgb(59, 22, 161);;
    font-size: 60px;
    font-weight: 900;
    text-align: center;
}
.founder h2{
    width: 100%;
    font-size: 50px;
    font-weight: 700;
    font-weight: 900;
    -webkit-text-stroke: 1.5px  black;
    color:transparent;
    text-align: center;
}
.founder-box{
    width: 50%;
    padding: 5%;
}
.founder-box img{
    width:90%;
    height: 600px;
    box-shadow: 10px 10px 0px rgb(59, 22, 161);;
}
.founder-box p{
    font-size: 18px ;
    font-family: "Ubuntu", sans-serif;
  	font-weight: 300;
  	font-style: normal;
    letter-spacing: 1px;
    line-height: 1.5;
}

/* Styling of term-and-condition */
.term-and-condition{
    margin: 0 5%;
    width: 90%;
    padding-top: 50px;
    padding-bottom: 10px;
    box-shadow: 0 0 10px 0 black;
    font-family: "Ubuntu", sans-serif;
  	font-weight: 300;
  	font-style: normal;
}
.term-and-condition h1{
    text-align: center;
    font-size: 40px;
}
.term-and-condition h2{
    padding: 10px;
    font-size: 16px;
}
.term-and-condition h3{
    padding-left: 30px;
    font-size: 18px;
}
.term-and-condition p{
    font-size: 14px;
    padding-left: 30px;
}

/* Thanks Page Styling */
.thanks1{
    width:100%;
    height: 120vh;
    background-image: linear-gradient(130deg,
    rgb(59, 22, 161)10%,rgb(225, 225, 228)10%);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 10px;
            font-size: 20px;
            font-weight: 600;
            color: #4d4b4b;
}
.thanks1 i{
    color: rgb(59, 22, 161);
}
.thanks-box-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.thanks1 div iframe{
	width:600px;
	height:350px;
}
.thanks-box{
    width: 30%;
    height: 120px;
    background-color: white;
    color: black;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.thanks-box i{
    font-size: 25px;
    padding:12px;
}
.thanks-box2 a,.thanks-box3 a{
    width: 50%;
    background-color: rgb(59, 22, 161);
    padding: 10px 40px;
}

/* Styling For banner10 who become a digital marketer */
.banner10{
    text-align: center;
}
.banner10 p{
    font-size: 20px;
}
.banner10-box-sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.banner10-boxes{
    width: 30%;
    padding-top: 5%;
}
.banner10-boxes i{
    background-color: aqua;
    color: white;
    padding: 5%;
    font-size: 40px;
    border-radius: 10px;
}
.banner10-boxes h3{
    padding: 20px 0;
    color: rgb(61, 61, 61);
    font-size: 25px;
}
.banner10-boxes p{
    font-size: 20px;
    color: rgb(107, 107, 107);

}
/* -------------------Styling For Contact Page----------------------------- */
.contact-page-section1{
    background-image: url('/image/contact-page.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding-top: 10%;
    padding-bottom: 4%;
    text-align: center;
	font-family: "Ubuntu", sans-serif;
  	font-weight: 300;
  	font-style: normal;
}
.contact-page-section1 h1{
    font-size: 55px;
}
.contact-page-section1 h3{
    font-size: 22px;
}
.contact-page-section2{
    text-align: center;
    padding: 40px 0;
    color: rgb(56, 56, 56);
    font-size: 14px;
    letter-spacing: 1px;
}
.contact-page-box-sec{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 5%;
}
.contact-page-box-sec-a,
.contact-page-box-sec-b{
    width: 50%;
}
.contact-page-box-sec-a img{
    width: 80%;
}

.contact-page-box-sec-b{
    background-color: white;
}
.contact-page-box-sec-b form{
    display: flex;
    flex-direction: column;
    padding: 0 5%;
}
.contact-page-box-sec-b form label{
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
}
.contact-page-box-sec-b form span{
    color: red;
}
.contact-page-box-sec-b form input{
    padding: 10px;
    font-size: 16px;
    border: 1px solid grey;
}
.contact-page-box-sec-b form textarea{
	font-size:16px;
}
.contact-page-box-sec-b form input[type='submit']{
    background-color: blue;
    width: 20%;
    border: none;
    margin-top: 20px;
    color: white;
}
/* Section 2 */
.contact-page-box1,.contact-page-box2{
    width: 49%;
    border-radius: 20px;
}
.contact-page-box2 iframe{
    height: 100%;
}
.contact-page-box1{
    padding:1% 5%;
    background-color: white;
    color: black;
    box-shadow: 0 0 10px 0 black;
    margin-right: 2%;
}
.contact-page-box1 p{
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: rgb(61, 61, 61);
    letter-spacing: 1px;
}
.contact-page-box1 h1{
    padding: 15px 0;
    font-size: 35px;
}
.contact-page-box1 h2{
    font-size: 25px;
}
.contact-page-box1 a{
    color: rgb(83, 83, 83);
    text-decoration: none;
}
.contact-page-box1 i{
    color: white;
    background-color: rgb(56, 56, 247);
    padding:10px;
    border-radius: 50%;
    margin-right: 10px;
}
/* Style for our courses page */
.our-courses-banner1{
    background-image: url('/image/WhatsApp\ Image\ 2024-04-09\ at\ 15.47.55.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
   	font-family: "Ubuntu", sans-serif;
  	font-weight: 300;
  	font-style: normal;
    padding: 5%;
}
.our-courses-banner1 h1,.our-courses-banner2 h3{
    padding-top: 100px;
    font-size: 40px;
    font-weight: 900;
	width:100%;
}
.our-courses-banner1 p{
    width: 60%;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 0;
    color: white;
}
.our-courses-banner2{
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
   
}
.our-courses-banner2 h3{
    width: 100%;
    text-align: center;
    padding: 50px 0;
    box-shadow: 0 0 10px 0 black;
    margin: 5px 0;
}
.our-courses-banner2-card{
    width:26%;
    box-shadow: 0 0 10px 0 blue;
    text-align: center;
    margin-top: 50px;
    overflow: hidden;
}
.our-courses-banner2-card h2{
    padding-top: 20px;
}
.our-courses-banner2-card img{
    width: 100%;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}
.our-courses-banner2-card img:hover{
    transform: scale(1.1);
}
.our-courses-banner2-card p{
    text-align: justify;
    padding:  10px;
	font-family: "Dancing Script", cursive;
    
    letter-spacing: 1px;
}
.our-courses-banner2-card button{
    margin: 20px 0;
    padding: 10px 20px;
    font-size: 20px;
    background-color: rgb(4, 44, 153);
    border: 1px solid rgb(4, 44, 153);
    color: white;
    cursor: pointer;
    border-radius: 10px;
}
.our-courses-banner2-card button:hover{
    background-color: white;
    border: 1px solid rgb(4, 44, 153);
    color: rgb(4, 44, 153);
}
/* Our-Full-Courses Styling */

.our-full-courses-image-overlay {
    position: relative;
    width: 100%;
    /* Adjust according to your requirement */
    height: 400px;
    /* Adjust according to your requirement */
    background-image: url('/image/Our-full-courses.jpg');
    /* Replace with your image path */
    background-size: cover;
    background-position: center;
    font-family: 'Montserrat', sans-serif;
}

.our-full-courses-image-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black color with 50% opacity */
    z-index: 1;
}

.our-full-courses-image-overlay h1,.our-full-courses-image-overlay p {
    position: relative;
    z-index: 2;
    /* Make sure text appears above the overlay */
    color: white;
    /* Set text color to white for better visibility */
    text-align: center;
    padding-top: 120px;
    /* Adjust as needed */
    font-size: 60px;
    font-weight: 900;
}
.our-full-courses-image-overlay p{
	font-size:20px;
	padding-top:0;
	padding:10px 10%;
	font-weight:600;
	letter-spacing:2px;
}

.our-full-courses-box-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 5%;
    gap: 2%;
    background-color: rgb(235, 235, 235);
}
.our-full-courses-box-section h5{
	width:100%;
	font-size:35px;
	font-family: "Poetsen One", sans-serif;
  	font-weight: 800;
  	font-style: normal;
	margin-top:50px;
	padding:15px 0;
	margin-bottom:20px;
}


.our-full-courses-card {
    width: 49%;
    border-radius: 20px;
    margin-top: 30px;
    border: 4px solid rgb(235, 235, 235);
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    transition: border 0.5s ease-in;
}

.our-full-courses-img {
    width: 45%;
    height: 100%;
    border-radius: 20px 0 0 20px;
}

.our-full-courses-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
}

.our-full-courses-card:hover {
    border: 4px solid blue;
}

.our-full-courses-card:hover h2 {
    text-decoration: underline;
}

.our-full-courses-con {
    width: 55%;
    padding:2% 5%;
   	padding-top:5%;
    font-family: "Ubuntu", sans-serif;
    font-style: normal;

}

.our-full-courses-con span {
    color: white;
    background-color: blue;
    padding: 10px 10px;
    font-weight: 600;
}

.our-full-courses-con p {
    padding-top: 20px;
    font-weight: 300;
    font-size: 18px;
}

.our-full-courses-con p i {
    color: blue;
}

.our-full-courses-con h2 {
    font-weight: 700;
    font-size: 35px;
    padding-top: 10px;
}


.our-full-courses-con h3 {
    font-weight: 600;
    padding-top: 5px;
}

.our-full-courses-con div {
    background-color: rgb(228, 225, 225);
    padding: 10px 5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}

.our-full-courses-con div h4 {
    font-size: 22px;
}

.our-full-courses-con div button {
    background-color: blue;
    border:3px solid rgb(228, 225, 225) ;
    transition: border 0.5s ease-in-out; 
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 10px;
	cursor:pointer;
}

.our-full-courses-con div button:hover {
    background-color: rgb(228, 225, 225);
    color: blue;
    border:3px solid blue;
    font-weight: 600;
}

/* --------------------Our Services Page----------------------------------- */


.our-services-banner {
    height: 100vh;
    background-image: linear-gradient(150deg,
            rgba(24, 23, 23, 0.9)60%,
            rgba(24, 23, 23, 0.9)50%), url('/image/business-people-shaking-hands-together.webp');
    padding: 3% 10%;
	color:white;
}

/* display flex */
.our-services-banner-boxsec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.our-services-banner-box1 h1 {
    font-size: 50px;
    padding-top: 15%;
}

/* banner 1 */
.our-services-banner-box1 {
    width: 60%;
}

.our-services-banner-box2 {
    width: 35%;
    background-color: rgb(15, 61, 131);
    margin-top: 10%;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
}

.our-services-banner-box1 p {
    font-size: 22px;
    padding: 5% 0;
}

.our-services-banner-box1 ul li {
    width: 50%;
    list-style: none;
    padding: 10px 0;
    font-size: 20px;
}

.our-services-banner-box1 ul i {
    padding-right: 5%;
    font-size: 27px;
    color: rgb(35, 82, 151);
}

.our-services-banner-box2 a {
    font-size: 25px;
}

.our-services-banner-box2 form {
    padding: 7% 0;
}

.our-services-banner-box2 form input,
.our-services-banner-box2 form textarea,
.our-services-banner-box2 form select,
.our-services-banner-box2 form option{
    width: 80%;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
}
.our-services-banner-box2 form select {
    width: 80%;
}

.our-services-banner-box2 form textarea {
    height: 100px;
}

/* Submit Buton */
.service-butt {
    cursor: pointer;
    border: 1px solid rgb(15, 61, 131);
    color: rgb(15, 61, 131);
    font-weight: 700;
}

.service-butt:hover {
    background-color: rgb(15, 61, 131);
    color: white;
    border: 1px solid white;

}

/* Our Services banner2 */
.our-services-banner2 {
    align-items: center;
    color: white;
}

.our-services-banner2-box1 {
    color: white;
    padding: 1% 0;
}

.our-services-banner2-box1 h2 {
    padding: 10px 0;
}

.our-services-banner2-box1 p {
    font-size: 20px;
    padding-top: 10px;
}

.our-services-banner2-boxes {
    width: 14%;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.our-services-banner2-boxes img {
    width: 70%;
}

/* banner3 */
.our-services-banner3,.our-services-banner5 {
    background-color: rgb(224, 223, 223);
}

.our-services-banner3 h1,
.our-services-banner4 h1,
.our-services-banner5-box1 h1 {
    font-size: 45px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: rgb(41, 40, 40);
}
.our-services-banner3 p{
    font-size: 20px;
    padding: 30px 10px;
    color: rgb(46, 46, 46);
}
.our-services-banner3-boxes{
    width: 30%;
    background-color: white;
    border-radius: 10px;
    margin-top: 40px;
    padding: 2%;
}
.our-services-banner3-boxes h2{
    font-size: 35px;
    display: flex;
    align-items: center;
}
.our-services-banner3-boxes h2 i{
    font-size: 90px;
    padding-right: 5%;
}
.our-services-banner3-boxes h2 i img{
    width: 80px;
    height: 80px;
}
.our-services-banner3-boxes  a{
    background-color: rgb(15, 61, 131);
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 50px;
    float: right;
    border: 1px solid rgb(15, 61, 131);

}
.our-services-banner3-boxes  a:hover{
    color: rgb(15, 61, 131);
    background-color: white;
    border: 1px solid rgb(15, 61, 131);
}
/* Banner 4 */
.our-services-banner4-boxsec{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: start;
    margin-top: 50px;
}
.our-services-banner4-boxsec img{
    width: 100px;
    height: 100px;
    background-color: rgb(15, 61, 131);
    border-radius: 50%;
}
.our-services-banner4-boxsec div{
    width: 80%;
    border: 1px solid grey;
}
.our-services-banner4-boxsec div h2,
.our-services-banner5-box1 h2{
    border-bottom: 1px solid grey;
    padding: 2%;
    background-color: rgb(228, 225, 225);
    color: rgb(15, 61, 131);
    font-size: 30px;
}
.our-services-banner4-boxsec div p{
    padding:  2%;
    font-size: 20px;
}
.our-services-banner4-boxsec div li{
    list-style-type: none;
    padding: 0 2%;
}
/* our-services-banner5 */

.our-services-banner5-box1{
    width: 60%;
    text-align: center;
}
.our-services-banner5-box2{
    width: 40%;
}
.our-services-banner5-box1 div,
.our-services-banner5-box2{
    display: flex;
    justify-content: space-evenly;
    align-items: center ;
    flex-wrap: wrap;
    padding: 2% 0;
}
.our-services-banner5-box1 div a{
    color: rgb(15, 61, 131);
    font-weight: 600;
    border: 1px solid rgb(15, 61, 131);
    padding: 20px 40px;
}
.our-services-banner5-box1 div a:hover{
    background-color: rgb(15, 61, 131);
    color: white;
}
.our-services-banner5-box1 p{
    font-size: 20px;
    line-height: 1.3;
    color: rgb(54, 54, 54);
    padding-top: 2%;
}
.our-services-banner5-box2 div{
    width: 40%;
    height: 150px;
    background-color: white;
    border-radius: 100%;
    margin-top: 2%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.our-services-banner5-box2 div h3{
    color: rgb(15, 61, 131);
    font-size:30px;
    font-weight: 800;
}
.our-services-banner5-box2 div p{
    font-size: 16px;
    font-weight: 600;
}
.our-services-banner5-box2 div:hover,.our-services-banner5-box2 div:hover h3{
    background-color: rgb(15, 61, 131);
    color: white;
}

/* International page styling */
.international-courses-banner1{
    width: 100%;
    height: 60vh;
    background-image: url('/image/international\ courses\ banner.jpeg');
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10vh;
    color: white;
}
.international-courses-banner1 h1{
    font-size:60px;
    font-weight: 700;
    padding-top: 2%;
}
.international-courses-banner1 p{
    width: 70%;
    font-size: 22px;
    padding: 3% 0;
}
/* /////// banner 2 / */
.international-courses-banner2 {
    overflow: hidden; /* Page scroll ko disable karta hai */
}
.international-courses-banner2-container {
    height: 70vh;
    width: 100%;
    display: flex;
	flex-wrap:wrap;
}
.international-courses-banner2-image-container {
    width: 40%;
    height: 70vh;
    margin: 0 5%;
    background-color: #f0f0f0;
    padding: 2%;
}
.international-courses-banner2-image-container h3{
    font-size: 30px;
    text-align: center;
}
.international-courses-banner2-cards-container {
    width: 50%;
    overflow-y: scroll;
    height: 70vh; /* Cards container ki height */
}
.international-courses-banner2-card {
    width: 95%;
    margin-bottom: 10px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 4px solid #ddd;
    border-radius: 20px;
    transition: border 0.5s ease-in;
}
.international-courses-banner2-card:hover {
    border: 4px solid blue;
}

.international-courses-banner2-card:hover h2 {
    text-decoration: underline;
}
.international-courses-banner2-card div{
    width: 60%;
}
.our-full-courses-img {
    width: 45%;
    height: 100%;
    border-radius: 20px 0 0 20px;
}

.our-full-courses-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
}
.our-full-courses-con {
    width: 55%;
    padding:2% 5%;
   	padding-top:5%;
    font-family: "Ubuntu", sans-serif;
    font-style: normal;

}

.our-full-courses-con span {
    color: white;
    background-color: blue;
    padding: 10px 10px;
    font-weight: 600;
}

.our-full-courses-con p {
    padding-top: 20px;
    font-weight: 300;
    font-size: 18px;
}

.our-full-courses-con p i {
    color: blue;
}

.our-full-courses-con h2 {
    font-weight: 700;
    font-size: 35px;
    padding-top: 10px;
}


.our-full-courses-con h3 {
    font-weight: 600;
    padding-top: 5px;
}

.our-full-courses-con div {
    background-color: rgb(228, 225, 225);
    padding: 10px 5px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}

.our-full-courses-con div h4 {
    font-size: 22px;
}
/* International cources section 3 */
.international-courses-banner3{
    background-color: rgb(228, 227, 227);
}
.international-courses-box-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.international-courses-boxes{
    width: 50%;
    text-align: center;
}
.international-courses-boxes img{
    width: 80%;
}
.international-courses-boxes-sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	 align-items: center;
}
.international-courses-boxes-card{
    width: 30%;
    margin-top: 5%;
    background-color: white;
    border-radius: 10px;
    transition: transform 0.2s ease-in;
    padding: 2%;
}
.international-courses-boxes-card:hover{
    transform: scale(1.1);
}
.international-courses-boxes-card i{
    font-size: 40px;
    color: rgb(15, 61, 131);
}
.international-courses-boxes-card p{
    font-size: 18px;
    padding: 10px 0;
}
/* popup form size*/
.popup-div{
    width: 100%;
    border-radius: 0;
}
/* Play Srtore and app dawnload */
.play-store a img{
    width:40%;
}
.dawnload-btn{
    position: fixed;
    top: 45%;
    left:0%;
}
.dawnload-btn a img{
    width: 25%;
}