@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Jost:ital,wght@0,400;0,500;1,400;1,500&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600&family=Roboto:wght@100;300;400;500;700;900&family=Work+Sans:wght@300;400&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


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

:root{
    --pink-clr: #FF2359;
    --yellow-clr: #ED8722;
    --darkGreen-clr:#17989C;
    --lightBlue-clr: #1E90FF;
    --darkBlue-clr: #0063C4;
    --lightBlack-clr: #505050;
    --darkBlack-clr: #2F2F2F;
    --darkBlue-clr:#215376;
    --blueColor-clr:#215376;
    --darkBlack-clr:#3B3B3B;
    --white-clr:#ffff;
    --linearGradient1-clr: #FC6076;
    --linearGradient2-clr: #FF9944;
    --linearGradient3-clr: #010118;
    --linearGradient4-clr: #252555;
    --ff-roboto: 'Roboto', sans-serif;
    --ff-montserrat: 'Montserrat', sans-serif;
    --ff-jost: 'Jost', sans-serif;
    --ff-workSans: 'Work Sans', sans-serif;
    --ff-bebasNeue: 'Bebas Neue', cursive;

    --thin: 100;
    --extra-light: 200;
    --light: 300;
    --regular: 400;
    --medium: 500;
    --semi-bold: 600;
    --bold: 700;
    --extra-bold: 800;
    --black: 900;

    --letterSpacing: 1px;
}

main,header,footer{
    overflow: hidden;
}
.wrapper{
    width: 90%;
    max-width: 1740px;
    margin: 0px auto;
}

section{
    padding: 50px 0;
}

section .title h1{
    text-align: center;
    font-family: var(--ff-roboto);
    font-weight: var(--medium);
    font-size: 28px;
    color: var(--lightBlack-clr);
    margin-bottom: 30px;
    letter-spacing: var(--letterSpacing);
    line-height: 1.3;
}

section .title h1 span{
    font-size: 36px;
}

.btn a{
    display: inline-block;
    text-decoration: none;
    color: white;
    font-family: var(--ff-montserrat);
    font-weight: var(--bold);
    font-size: 18px;
    padding: 14px 28px;
    border-radius: 5px;
    background-color: var(--lightBlue-clr);
}


header{
    color: var(--lightBlack-clr);
}

header .navbar{
    justify-content: space-between;
    padding: 20px 50px;
}

header .navbar .logo img{
    width: 100px;
}

nav ul{
    list-style-type: none;
}

nav li{
    margin-left: 40px;
}

nav li:first-of-type{
    margin-left: 0px;
}

nav a{
    text-decoration: none;
    font-family: var(--ff-workSans);
    font-weight: var(--regular);
    font-size: 17px;
    color: inherit;
}

nav a.active{
    color: var(--lightBlue-clr);
    border-bottom: 3px solid var(--lightBlue-clr);
    font-weight: var(--medium);
}

nav a i{
    margin-left: 15px;
}

.banner {
    background: url(../img/digitalmaketingbp.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 850px;
}

.banner h2 {
    color: white;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    padding: 50px 0px;
    letter-spacing: 2px;
}
.hero-section .cards .card{
    display: flex;
    flex-direction: row;
    align-items: baseline; 
    justify-content: flex-start;
}

.hero-section .cards .card img{
    width: 20px;
}

header .mobile{
    display: none;
}

.section-1{
    padding-bottom: calc(20px + ((130px + 37px) - 125px));
}

.section-1 .bg{
    height: 135px;
    background-color: var(--lightBlue-clr);
}

main .section-1 .cards{
    padding-top: 60px;
}

 main .section-1 .cards .card{
    width: 235px;
    height: 110px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 10%);
    margin: 0px 35px;
}
main .section-1 .cards .card p span{
    font-weight: var(--bold);
}
main .section-1 .cards .card p {
    font-family: var(--ff-roboto);
    font-weight: var(--regular);
    font-size: 18px;
    letter-spacing: var(--letterSpacing);
    color: var(--lightBlack-clr);
}
main .section-1 .cards .card h1{
    color: var(--pink-clr);
    font-size: 30px;
    margin-right: 20px;
    font-family: var(--ff-roboto);
    font-weight: var(--medium);
}

.section-2 .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}
.section-2 .cards:last-child{
    margin-bottom: 0px;
}

.section-2 .cards .card {
    width: 260px;
    height: 140px;
    display: flex;
    margin: 10px 20px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    align-items: center;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 10%); 
}
.section-2 .cards .card .image img{
    width: 35px;
    height: 35px;
}

.section-2 .cards .card .content-3  h3{
    font-size: 18px;
    margin-top: 20px;
    font-family: var(--ff-roboto);
    font-weight: var(--regular);
    color: white;
}

.section-2 .cards .card-1{
    background-color: #1E90FF;
}
.section-2 .cards .card-2{
    background-color: #5562ad;
}
.section-2 .cards .card-3{
    background-color: #e26d5c;
}
.section-2 .cards .card-4{
    background-color: #932e92;
}
.section-2 .cards .card-5{
    background-color: #f68c57;
}
.section-2 .cards .card-11{
    background-color: #f68c57;
}
.section-2 .cards .card-6{
    background-color: #515151;
}
.section-2 .cards .card-12{
    background-color: #515151;
}
.section-2 .cards .card-7{
    background-color: #918450;
}
.section-2 .cards .card-8{
    background-color: #faaa52;
}

.section-2 .cards .card-5 .image img{
    width: 40px;
}
.section-2 .cards .card-6 .image img{
    width: 50px;
}
.section-2 .cards .card-7 .image img{
    width: 40px;
}


.section-3 .title h1 span{
    color: var(--darkBlack-clr);
}

.section-3 .cards{
    justify-content: space-evenly;
}

.section-3 .cards .card{
    display: flex;
    flex-direction: row;
    align-items: baseline; 
    justify-content: flex-start;
}

.section-3 .cards .card img{
    width: 20px;
}

.section-3 .cards .card p{
    font-size: 16px;
    margin-left: 30px;
    margin-bottom: 20px;
    font-family: var(--ff-roboto);
    font-weight: var(--regular);
}

.section-3 .cards .card:last-child p{
    margin-bottom: 30px;
    line-height: 1.7;
}
.section-3 .box-1{
    width: 60%;
    padding: 0 100px;
}

.section-3 p{
    color: var(--lightBlack-clr);
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 30px; 
}

.section-3 p:nth-child(2){
    margin-bottom: 23px;
}

.section-3 .box-2{
    width: 30%;
}

.section-3 .box-2 iframe{
    border-radius: 10px;
  
}

.section-7{
    padding-bottom: calc(60px + ((130px + 37px) - 125px));
}

.section-7 .title h1 span{
    color: #450d9e;
}

.section-7 .cards{
    margin-left: -75px;
}

.section-7 .cards .card{
    display: flex;
    flex-direction: row;
    align-items: baseline; 
    justify-content: flex-start;
}

.section-7 .cards .card img{
    width: 22px;
}

.section-7 .cards .card p{
    font-size: 17px;
    margin-left: 40px;
    margin-bottom: 20px;
    color: var(--lightBlack-clr);
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
}

.section-7 .cards .card:last-child p{
    margin-bottom: 30px;
    line-height: 1.7;
}
.netshell{
    background-color:#fbefff;
}
.section-7 .title h1{
    color:#4a11a1;
}
.overallcourse h3{
        font-family: var(--ff-montserrat);
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.overallcourse p{
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
    text-align: center;
}
.section-7 .courseduration{
    padding: 20px 20px;
    width: 200px;
    margin-right: 20px;
    background-color:white;
    border-radius: 15px;
    border:1px solid #decff9;
}
.section-7 .alternatedays{
    background-color: white;
    width: 300px;
    margin-right: 20px;
    padding: 20px 20px;
    border-radius: 15px;
    border:1px solid #decff9;
}
.section-7 .indepthtraining{
    background-color: white;
    width: 300px;
    padding: 20px 20px;
    border-radius: 15px;
    border:1px solid #decff9;
}

.section-7 .hundredplacement{
    padding: 20px 20px;
    width: 600px;
    margin-right: 20px;
    background-color:white;
    border:1px solid #decff9;
    border-radius: 15px;
}
.section-7 .exclusivebook{
    padding: 20px 20px;
    width: 500px;
    background-color:white;
    border:1px solid #decff9;
    border-radius: 15px;
}
.section-7 .labhoursunlime{
    padding: 20px 20px;
    width: 300px;
    margin-right: 20px;
    background-color:white;
    border:1px solid #decff9;
    border-radius: 15px;
}
.section-7 .certificationten{
    padding: 20px 20px;
    width: 200px;
    margin-right: 20px;
    border:1px solid #decff9;
    background-color:white;
    border-radius: 15px;
}
.section-7 .toolscoversthree{
        padding: 20px 20px;
    width: 450px;
    margin-right: 20px;
    background-color:white;
    border-radius: 15px;
    border:1px solid #decff9;
}
.section-7 .classroomtraining{
    padding: 20px 20px;
    width: 300px;
    margin-right: 20px;
    background-color:white;
    border:1px solid #decff9;
    border-radius: 15px;
}
.section-7 .moduleseighteen{
    padding: 20px 20px;
    width: 200px;
    margin-right: 20px;
    background-color:white;
    border:1px solid #decff9;
    border-radius: 15px;
}
.section-7 .hoursoflearning{
    padding: 20px 20px;
    width: 350px;
    margin-right: 20px;
    background-color:white;
    border:1px solid #decff9;
    border-radius: 15px;
}
.section-7 .flex{
    margin-bottom:20px;
}
.backgroundlearning{
    background-size: 100%;
    background-repeat: no-repeat;
}
.section-26 .bg{
    height: 135px;
    background-image: linear-gradient(to right, var(--lightBlue-clr), var(--lightBlue-clr));
}

.section-26 .bg h2{
    font-family: var(--ff-roboto);
    font-weight: var(--medium);
    font-size: 30px;
    color: white;
    letter-spacing: var(--letterSpacing);
    padding: 20px 0px;
}
.section-26 .btn a {
    box-shadow: 0px 0px 12px 0px #1E90FF;
}

.section-26 .bg form{
    background-color: white;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 10%);
    border-radius: 10px;
    height: 130px;
    justify-content: space-around;
}

.section-26 .bg form input{
    all: unset;
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
    color: var(--lightBlack-clr);
    font-size: 17px;
    border-bottom: 2px solid var(--lightBlack-clr);
    padding-bottom: 8px;
    padding-left: 8px;
    width: 265px;
    margin-left: 12px;
}

.section-26 .bg form span{
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
    font-size: 19px;
}

.section-33 .first-card .sub-card-1,.section-33 .second-card .sub-card-1{
    width: 350px;
    height: 650px;
    margin: auto;
     transition: transform ease 0.5ms;
}
.section-33 .first-card .sub-card-1 .firstcard-image,.section-33 .second-card .sub-card-1 .firstcard-image{
    margin: auto;
}
.section-33 .first-card .sub-card-1 .firstcard-image .subfirstcard-image,.section-33 .second-card .sub-card-1 .firstcard-image .subfirstcard-image{
    width: 100%;
    border-radius: 10px;
}
.section-33 .first-card,.section-33 .second-card{
    display: grid;
    grid-template-columns: repeat(3,auto);
    grid-gap: 3%;
    margin-bottom: 5%;
}
.section-33 .first-card .crd-colr1{
    background-color: #f5f5f5;
    color: black;
    border-radius: 10px;
}
.section-33 .sub-card-1:hover .firstcard-image{
    animation: moveToRight 2s ease-in-out;
    animation-delay: 100ms;
    animation-fill-mode: forwards;
}

.section-33 .first-card .crd-colr1:hover{
    background-image: linear-gradient(#3FCEE1, #009CB1);
    color: white;
    border-radius: 10px;
}
.section-33 .first-card .crd-colr2{
    background-color: #f5f5f5;
    color: black;
    border-radius: 10px;
}
.section-33 .first-card .crd-colr2:hover{
    background-image: linear-gradient(#FBA75B, #D87213);
    color: white;
    border-radius: 10px;
}
.section-33 .first-card .crd-colr3{
    background-color: #f5f5f5;
    color: black;
    border-radius: 10px;
}
.section-33 .first-card .crd-colr3:hover{
    background-image: linear-gradient(#7BE758, #48A529);
    color: white;
    border-radius: 10px;
}
.section-33 .second-card .crd-colr4{
    background-color: #f5f5f5;
    color: black;
}
.section-33 .second-card .crd-colr4:hover{
    background-image: linear-gradient(#5877E7, #2953A5);
    color: white;
    border-radius: 10px;
}
.section-33 .second-card .crd-colr5:hover{
    background-image: linear-gradient(#DB58E7, #77008A);
    color: white;
    border-radius: 10px;
}
.section-33 .second-card .crd-colr6:hover{
    background-image: linear-gradient(#E75858, #8A0000);
    color: white;
    border-radius: 10px;
}
.section-33 .second-card .crd-colr5{
    background-color: #f5f5f5;
}
.section-33 .second-card .crd-colr6{
    background-color: #f5f5f5;
}
.section-33 .first-card h2,.section-33 .second-card h2{
    font-family: var(--ff-montserrat);
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    padding-top: 30px;
    margin-left: 20px;
}
.section-33 .first-card p, .section-33 .second-card p{
    font-family: var(--ff-montserrat);
    font-weight: var(--medium);
    font-size: 15px;
    line-height: 1.7;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
}
.section-33 .contentssss{
    height: 350px;
    margin-bottom: 20px;
}
.section-33 .under{
    color: white;
}
.section-8{
    background-color:#562e66;
}
.section-8 .title h1 {
    color: white;
}
.section-8 .title h1 span{
    color: white;
}

.section-8 .cards{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.section-8 .cards:last-child{
    margin-bottom: 0;
}

.section-8 .card{
    width:350px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 10%); 
    margin: 0px 10px;
}

.section-8 .image{
    margin-bottom: 5px;
}

.section-8 .image img{
    width: 50px;
    height: 50px;
}

.section-8 .content h3{
    margin-bottom: 20px;
    font-size: 16px;
    font-family: var(--ff-roboto);
    font-weight: var(--medium);
    color: var(--lightBlack-clr);
}

.section-8 .content p{
    font-size: 14px;
    font-family: var(--ff-roboto);
    font-weight: var(--regular);
    color: var(--lightBlack-clr);
    line-height: 1.7;
}
.section-8 .title p {
    font-size: 17px;
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: center;
    color: white;
}
.section-8 .brandingdivision{
    width: 330px;
    background-color: white;
    height: 250px;
    margin-right:10px;
    padding: 25px;
    border-radius: 15px;
}
.section-8 .flex{
    margin-bottom:10px;
}
.section-8 .seodivision{
    width: 330px;
    background-color: white;
    height: 250px;
    margin-right:10px;
    padding: 25px;
    border-radius: 15px;
}
.section-8 .performancemarketingdivision{
    width: 330px;
    background-color: white;
    height: 250px;
    margin-right:10px;
    padding: 25px;
    border-radius: 15px;
}
.section-8 .contentwritingdivision{
    width: 330px;
    background-color: white;
    height: 250px;
    margin-right:10px;
    padding: 25px;
    border-radius: 15px;
}
.section-8 .designingdivision{
    width: 330px;
    background-color: white;
    height: 250px;
    margin-right:10px;
    padding: 25px;
    border-radius: 15px;
}
.section-8 .socialmediadivision{
    width: 330px;
    background-color: white;
    height: 250px;
    margin-right:10px;
    padding: 25px;
    border-radius: 15px;
}
.section-8 .leadinggenerationsandconversion{
    width: 330px;
    background-color: white;
    height: 250px;
    margin-right:10px;
    border-radius: 15px;
    padding: 25px;
}
.section-8 .growthmarketingdivision{
    width: 330px;
    background-color: white;
    height: 250px;
    margin-right:10px;
    padding: 25px;
    border-radius: 15px;
}
.section-8 .personalbrandingdivision{
    width: 330px;
    background-color: white;
    height: 250px;
    padding: 25px;
    margin-right:10px;
    border-radius: 15px;
}
.section-8  h3 {
    text-align: center;
    font-family: var(--ff-montserrat);
    font-weight: bold;
    font-size: 18px;
}
.section-8 .brandingdivision  h3 {
    margin-left:50px;
}
.fleximage{
    display:flex;
    align-items: center;
    margin-bottom:25px;
}
.section-8 .seodivision  h3 {
    margin-left: 90px;
}

.section-8 .contentwritingdivision  h3 {
    margin-left: 25px;
}
.section-8 .designingdivision  h3 {
    margin-left: 50px;
}
.section-8 .growthmarketingdivision  h3 {
    margin-left: 20px;
}
.section-8 .personalbrandingdivision  h3 {
    margin-left: 15px;
}


.section-8 .brandingdivision p {
    text-align: left;
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
    font-size: 15px;
    margin-bottom: 30px;

}
.section-8 .seodivision p {
    text-align: left;
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
    font-size: 15px;
    margin-bottom: 30px;

}
.section-8 .performancemarketingdivision p {
    text-align: left;
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
    font-size: 15px;
    margin-bottom: 30px;

}.section-8 .contentwritingdivision p {
    text-align: left;
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
    font-size: 15px;
    margin-bottom: 30px;

}.section-8 .designingdivision p {
    text-align: left;
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
    font-size: 15px;
    margin-bottom: 30px;

}.section-8 .socialmediadivision p {
    text-align: left;
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
    font-size: 15px;
    margin-bottom: 30px;

}.section-8 .leadinggenerationsandconversion p {
    text-align: left;
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
    font-size: 15px;
    margin-bottom: 30px;

}.section-8 .growthmarketingdivision p {
    text-align: left;
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
    font-size: 15px;
    margin-bottom: 30px;

}.section-8 .personalbrandingdivision p {
    text-align: left;
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
    font-size: 15px;
    margin-bottom: 30px;

}

.section-8 .content li {
        list-style-type: none;
    font-family: var(--ff-roboto);
    font-weight: var(--medium);
    font-size: 15px;
    color: #5f6160;
    line-height: 1.7;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}


.slidesoap .title h1 span{
    color: var(--darkBlack-clr);
}
.slidesoap .title h1 span{
    color: var(--darkBlack-clr);
}
.widthseparate{
    width:50%;
}
.widthseparateone{
    width: 400px;
}
.slidesoap .cards{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.slidesoap .title h1 {
    font-family: var(--ff-roboto);
    font-weight: var(--medium);
    font-size: 28px;
    color: var(--lightBlack-clr);
    margin-bottom: 30px;
    letter-spacing: var(--letterSpacing);
    line-height: 1.3;
    text-align: left;
}
.slidesoap .cards:last-child{
    margin-bottom: 0;
}

.slidesoap .card{
    width:350px;
    height: 265px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 10%); 
        margin-left: 170px;
        margin-bottom:20px;
}

.slidesoap .image{
    width: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-bottom: 25px;
}

.slidesoap .image img{
    width: 50px;
    height: 50px;
}
.coloroneslide{
    background-color:#1e90ff;
    color:white;
}
.colortwoslide{
    background-color:#c21f66;
    color:white;
}
.colorthreeslide{
    background-color:#8e1eff;
    color:white;
}

.slidesoap .image .imgs{
    height: 35px;
    margin-bottom: 15px;
}

.slideheadingde{
    padding: 20px;
    font-size: 16px;
    font-family: var(--ff-montserrat);
    font-weight: var(--medium);
}

.slidesoap .content p{
    font-size: 14px;
    font-family: var(--ff-roboto);
    font-weight: var(--regular);
    color: var(--lightBlack-clr);
    line-height: 1.7;
}
.slidesoap .title p {
    font-size: 17px;
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
    line-height: 1.7;
    margin-bottom: 30px;
}
.slidesoap .content li {
        list-style-type: none;
    font-family: var(--ff-roboto);
    font-weight: var(--medium);
    font-size: 15px;
    color: #5f6160;
    line-height: 1.7;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
 
.section-35{
    background-color: white;
}
.section-35 .playbtntext{
    padding: 2px;
}
.section-35 .backgroundcoloring{
    display: flex;
    justify-content: center;
}
.section-35 .headingcard{
    background-color: #F0F8F7;
    width: 600px;
    padding-top: 80px;
    padding-left: 70px;
    padding-right: 10px;
}
.section-35 .image{
    background-color: #F0F8F7;
}

.section-35 .ebook{
    color:#EE6002;
    font-weight: var(--bold);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}
.section-35 .ebookcourse{
    color: #000000;
    font-weight: var(--bold);
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    margin-bottom: 15px;
}

.section-35 .learningmoreebook{
    color:#5F6160;
    font-family: 'Roboto', sans-serif;
    font-weight: var(--bold);
    font-size: 16px;
    margin-bottom: 20px;
}

.section-35 .playyoutubebtn:hover{
    background-color: var(--lightBlue-clr);
    border-radius: 50px;
    padding-top: 7px;
    padding-left: 20px;
    width: 160px;
    height: 44px;
}
.section-35 .playyoutubebtn{
    background-color: var(--darkGreen-clr);
    color: white;
    border-radius: 50px;
    padding-top: 7px;
    padding-left: 20px;
    width: 160px;
    height: 44px;
}
.section-35 .youtubevideobook{
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(240,240,240);
    display: none;
}
.playsent{
    font-size: 18px;
    position: relative;
    left: 10px;
    top:2px;
}
.closessdd {
    color: #aaaaaa;
    float: right;
    font-size: 55px;
    font-weight: bold;
  }
  
  .closessdd:hover,
  .closessdd:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .youtube41{
    position: absolute;
    display: block;
    top: 20%;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
    height: 50%;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    background: #000;
  }
.section-36{

    background-color: #f1f1f1;
}
.section-36 .containerhight{
    margin: auto;
    margin-bottom: 30px;
}
.section-36 .academicpath{
    font-size: 44px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    margin-bottom: 8px;
    color: #000000;
}
.section-36 .cohightlight{
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    color: #EE6002;
    display: inline-block;
    margin-bottom: 6px;
}
.section-36 .journey{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #5F6160;
    margin-bottom: 5px;
    padding-right: 35px;
}
.section-36 .hightpart1{
    width: 400px;
}
.section-36 .hightpart2{
    width: 600px;
}
.section-36 .carding1{
    width: 250px;
    height: 250px;
    background-color: white;
    border-radius: 15px;
}
.section-36 .carding2{
    width: 250px;
    height: 250px;
    background-color: white;
    border-radius: 15px;
}
.section-36 .carding3{
    width: 250px;
    height: 250px;
    background-color: white;
    border-radius: 15px;
}
.section-36 .carding4{
    width: 250px;
    height: 250px;
    background-color: white;
    border-radius: 15px;
}
.section-36 .classes{
    background-color: #39607e;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    height: 80px;
}
.section-36 .activity{
    background-color: #a993c5;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    height: 80px;
}
.section-36 .assesment{
    background-color: #f8a270;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    height: 80px;
}
.section-36 .placement{
    background-color: #ef9fa8;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    height: 80px;
}
.section-36 .classlist{
    padding-top: 25px;
    padding-bottom: 5px;
}
.section-36 .headingclasses{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    padding: 30px 30px;
}
.section-36 .grid{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
}
.section-36 .grid > div {
    margin: 6px;
  }
  .section-36 ul {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 5%;
}
.section-36 ul li {
    list-style-type: none;
    font-family: var(--ff-roboto);
    font-weight: var(--medium);
   font-size: 15px;
    color: #5f6160;
    line-height: 1.7;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.section-36 ul li i {
    color: black;
    font-size: 6px;
    margin-right: 20px;
}

.section-9{
    padding-bottom: calc(60px + ((130px + 37px) - 125px));
}

.section-9 .title h1 span{
    color: var(--darkBlack-clr);
}

main .section-9 .content{
    width: 60%;
    max-width: 960px;
    margin: 0px auto;
    color: var(--lightBlack-clr);
    margin-bottom: 70px;
}

main .section-9 .content .bg-image img{
    width: 13.75em;
    position: absolute;
    top: 13em;
    right: -5.3125em;
}

main .section-9 .content .modules .topic{
    position: relative;
    border-bottom: 2px solid var(--lightBlack-clr);
}

main .section-9 .content .modules .topic h2{
    font-size: 19px;
    font-weight: var(--medium);
    font-family: var(--ff-roboto);
    width: 90%;
    letter-spacing: var(--letterSpacing);
    padding: 22px 0px;
    margin-bottom: 0px;
}

main .section-9 .content .modules .topic h2 span{
     color: #7f37ec;
     font-size: 22px;
}
main .section-9 .content .modules .topic img{
    width: 32px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

main .section-9 .content .modules .list{
    border-bottom: 2px solid var(--darkBlack-clr);
    padding: 18px 0px;
    padding-left: 2em;
}

main .section-9 .content .modules .list .title{
    position: relative;
}

main .section-9 .content .modules .list .title img{
    width: 18px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}

main .section-9 .content .modules .list .title p,
main .section-9 .content .modules .list .outer li{
    font-size: 16px;
    font-weight: var(--regular);
    font-family: var(--ff-montserrat);
    line-height: 1.7;
}

main .section-9 .content .modules .list .outer{
    padding-left: 3.5em;
}

main .section-9 .content .modules .list .outer li .inner li{
    list-style-type: none;
    padding-left: 3em;
}

.section-9 .bg{
    height: 135px;
    background-image: linear-gradient(to bottom, var(--lightBlue-clr), var(--lightBlue-clr));
}

.section-9 .bg h2{
    font-family: var(--ff-roboto);
    font-weight: var(--medium);
    font-size: 30px;
    color: white;
    letter-spacing: var(--letterSpacing);
    padding: 20px 0px;
}

.section-9 .bg .flex{
    background-color: white;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 10%);
    border-radius: 10px;
    height: 130px;
}

.section-9 .bg .flex .btn a{
    background-image: linear-gradient(to left, var(--lightBlue-clr), var(--lightBlue-clr));
    box-shadow: 0px 0px 12px 0px #1E90FF;
}

.section-9 .bg .flex .btn a img{
    width: 18px;
    margin-bottom: -2px;
    margin-left: 10px;
    display: inline-block;
}

.section-10 .title h1 span{
    color: var(--darkBlack-clr);
}

.section-10 .cards{
    margin-top: 60px;
}

.section-10 .cards .card{
    width: 240px;
    height: 140px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 10%);
    margin-right: 60px;
}

.section-10 .cards .card:last-child{
    margin-right: 0px;
}

.section-10 .cards .card h2{
    font-family: var(--ff-montserrat);
    font-weight: var(--medium);
    color: var(--lightBlack-clr);
    letter-spacing: var(--letterSpacing);
    font-size: 20px;
    text-align: center;
}

.section-10 .cards .card img{
    width: 55px;
    height: 55px;
    position: absolute;
    top: -26px;
    left: 95px;
}
.image-alignment{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-10 .cards .card-9 img{
    width: 50px;
}
.section-10 .cards .card-10 img{
    width: 50px;
}
.section-10 .cards .card-12 img{
    width: 60px;
}

.section-11 {
    font-family: var(--ff-montserrat);
     background-color: #f6f6f6; 
    color: var(--lightBlack-clr);
}

.section-11 .title h1 span {
    color: var(--yellow-clr);
}
.section-11 .title h1  {
    color: var(--lightBlack-clr1);
}

.section-11 .desc p {
    font-size: 17px;
    font-weight: var(--regular);
    color: var(--lightBlack-clr1);
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: center;
}

.section-11 .desc p:nth-child(2) {
    margin-bottom: 3%;
}

.section-11 .desc p span {
    font-size: 18px;
    font-weight: var(--bold);
}

.section-11 .desc {
    flex-direction: column;
}

.section-11 .desc .mobile {
    display: none;
}

.section-11 .card {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 25%);
    border-radius: 10px;
    flex-direction: column;
    background-color: white;
    color: black;
    justify-content: flex-start;
    padding: 30px 20px;
    margin-top: 1%;
    width: 350px !important;
    height: 500px; 
    transition: all;
    transition-duration: 300ms;
}

.section-11 .card+.card {
    margin-left: 40px;
}
.section-11 .card .image {
    margin-bottom: 30px;
}

.section-11 .card .image i {
    font-size: 30px;
    display: none;
}

.section-11 .card .image img {

    width: 260px;
    display: block;
    margin: 0 20px;
    margin-top: -200px;
}
    .section-11 .fa-circle {
            color: #ff2359;
            padding-right: 4%;
            font-size: 70%;
            margin-right: 25px;
            position: relative;
            left: 5%;
        }
.section-11 h3 {
    font-size: 26px;
    font-weight: var(--bold);
    padding: 20px;
    letter-spacing: var(--letterSpacing);
    text-align: center;
    margin-bottom: 5%;

}

.section-11  ul {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 5%;
}

.section-11  ul li {
    list-style-type: none;
    font-family: var(--ff-montserrat);
    font-weight: var(--medium);
    font-size: 16px;
    line-height: 1.7;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.section-11 ul li+li {
    margin-top: 10px;
}

.section-11  ul li i {
    color: var(--pink-clr);
    font-size: 8px;
    margin-right: 20px;
}

.flexing
{
    display: flex;
    justify-content: center;
    margin: auto;
}
.section-11 .card-1{
    width: 500px;
    border-style: solid;
    border-color: grey;
    height: 450px;
    background-color: black;

}

.section-11 .sub-main{  
    margin-top: 7%;
    margin-bottom: 10%;
}
.section-11 .card-2{
    width: 500px;
    border-style: solid;
    border-color: grey;
    height: 450px;
    background-color: black;
}
.heading{
    background-color: black;
    color: white;
    margin: auto;
    border-radius: 15px;
    width: 320px;
    height: 410px;
    padding: 30px 15px;
    margin-bottom: 10px;
}
.heading1{
    background-color: black;
    color: white;
    margin: auto;
    border-radius: 15px;
    width: 320px;
    height: 210px;
    padding: 30px 15px;
    margin-bottom: 10px;
}
.section-11 .imageup{
    display: flex;
    justify-content: center;
    margin-top: -100px;
    margin-bottom: 30px;
}
.section-11 .images{
    width: 44%;
    overflow: hidden;
}
.photoshop{
    width: 100%;
    height: -webkit-fill-available;
}
.section-11 .davanci{
    margin-bottom: 8%;
}
.flexing1
{
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.section-11 .soapsubdivisionone{
    width:30%;
}
.section-11 .soapsubdivisiontwo{
    width:30%;
}
.section-11 .soapsubdivisionthree{
    width:30%;
}
.section-11 .designingdivision{
    width:89%;
    height:200px;
    background-color:white;
    border-radius:20px;
    border: 1px solid #eec036;
    margin-bottom:20px;
}
.designingdivisionh3color{
    color:#eebf33;
}
.section-11 .seodivision{
    width:89%;
    height:370px;
    background-color:white;
    border-radius:20px;
    border: 1px solid #c0ecf1;
}
.seodivisionh3color{
    color:#0bd1df;
}

.section-11 .googleadsdivision{
    width:89%;
    height:300px;
    background-color:white;
    border-radius:20px;
        margin-bottom: 20px;
    border: 1px solid #d1a5ef;
}
.googleadsdivisionh3{
    color:#bf5eff;
}
.section-11 .socialmediadivision{
    width:89%;
    height:270px;
    background-color:white;
    border-radius:20px;
    border: 1px solid #24c969;
}
.socialmediadivisionh3{
    color:#1ec967;
}
.section-11 .socialmediaoptdivision{
    width:89%;
    height: 350px;
    margin-bottom: 20px;
    background-color:white;
    border-radius:20px;
    border: 1px solid #dd2f23;
}
.socialmediaoptdivisionh3{
    color:#dd2d21;
}
.section-11 .emaildivision{
    width:89%;
    height:220px;
    background-color:white;
    border-radius:20px;
    border: 1px solid #c6d1ef;
}
.emaildivisionh3{
    color:#0a6adf;
}

.section-12{
    padding-bottom: calc(90px + ((130px + 37px) - 125px));
}

.section-12 .bg{
    height: 135px;
    background-image: linear-gradient(to bottom, var(--lightBlue-clr), var(--lightBlue-clr));
}

.section-12 .bg h2{
    font-family: var(--ff-roboto);
    font-weight: var(--medium);
    font-size: 30px;
    color: white;
    letter-spacing: var(--letterSpacing);
    padding: 20px 0px;
}

.section-12 .cards{
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-12 .card{
    width: 200px;
    background-color: white;
    text-align: center;
    padding:22px 0px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,15%);
    margin: 0px 45px;
}

.section-12 .card h3,
.section-12 .card h1,
.section-12 .card p{
    margin: 10px 0;
}

.section-12 .card h3{
    color: var(--lightBlack-clr);
    font-family: var(--ff-roboto);
    font-weight: var(--medium);
    font-size: 17px;
}

.section-12 .card h1{
    font-family: var(--ff-workSans);
    font-weight: var(--regular);
    color: var(--pink-clr);
    font-size: 29px;
}

.section-12 .card p{
    color: var(--lightBlack-clr);
    font-family: var(--ff-roboto);
    font-weight: var(--regular);
    font-size: 14px;
}

.section-13 .title h1 span {
    color: var(--yellow-clr);
}

.section-13 .cards {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: var(--ff-montserrat);
        margin-left: 11%;
}

.section-13 .wrapper {
    width: 92%;
    max-width: 1740px;
    margin: 0px auto;
}

.section-13 .cards .card {
    margin: 0 34px;
    position: relative;
    margin-top: 50px;
}

.section-13 .cards .card .image {
    width: 100px;
    padding: 5px 0px 0px;
    text-align: center;
    border-radius: 50%;
    background-color: #FFC700;
    position: absolute;
    right: 20px;
    top: -50px;
}

.section-13 .cards .card .image img {
    width: 90px;
    height: initial;
}

.section-13 .cards .card .content {
    width: 360px;
    height: 200px;
    background-color: #FF2359;
    padding: 52px 30px 35px 45px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.section-13 .content p {
    color: white;
    font-weight: var(--regular);
    font-size: 20px;
}


.section-13 .content h2 {
    font-weight: var(--bold);
    margin-bottom: 15px;
    color: white;
    font-size: 22px;
}

.section-13 .cards .card .blues {
    background-color: #1E90FF;
}

.section-13 .cards .card .oranges {
    background-color: #ED8722;
}
.section-13 .mobile {
    display: none;
}
.section-11 .mobile{
    display: none;
}


.section-14 .title h1 span{
    color: var(--darkBlack-clr);
}

.section-14 .cards .card img{
    width: 100%;
}

.section-14 .count p{
    text-align: center;
    font-size: 26px;
    font-family: var(--ff-montserrat);
    font-weight: var(--semi-bold);
    color: var(--lightBlack-clr);
    letter-spacing: var(--letterSpacing);
}

.section-14 .count img{
    width: 20px;
    margin-left: 5px;
}

.section-15 .mobile {
    display: none;
}

.section-15 {
    background-image: linear-gradient(150deg, var(--linearGradient4-clr), var(--linearGradient3-clr));
    color: var(--lightBlack-clr);
}

.section-15 .title h1 {
    font-weight: var(--bold);
    font-size: 29px;
    color: white;
}

.section-15 .flex-box {
    justify-content: space-around;
}

.section-15 .content-1 {
    width: 100%;
}

.section-15 .box-1 {
    margin-bottom: 20px;
    justify-content: space-between;
    background-color:white;
    border-radius: 10px;
}

.section-15 .box-1 h2 {
    font-family: var(--ff-montserrat);
    font-weight: var(--medium);
    font-size: 18px;
    background-color: white;
    height: 65px;
    text-align:center;
    border-radius: 10px;
    flex: 1;
    color: black;
    cursor: pointer;
}

.section-15 .box-1 h2.active {
    color: white;
    background-color: var(--pink-clr);
    cursor: pointer;

}

.section-15 .box-4 {
    border-radius: 10px;
    position: relative;
    padding: 50px 0px;
    justify-content: space-between;
}

.section-15 .box-3 {
    border-radius: 10px;
    padding: 50px;
        position: relative;
    justify-content: space-between;
}

.section-15 .box-2 {
    border-radius: 10px;
    padding: 50px;
        position: relative;
    justify-content: space-between;
}

.section-15 .box-2 h2 {
    font-family: var(--ff-montserrat);
    font-weight: var(--medium);
    font-size: 18px;
    margin-bottom: 15px;
}

 .maindivisonflex{
            display: flex;
            overflow: hidden;
            width: 95%;
            margin: auto;
        }
        .flexpropsvideo{
            display: flex;
            justify-content: space-around;
            overflow: hidden;
            position: relative;
        }
        .firstvideo{
            width: 100%;
            height: 510px;
            overflow: hidden;
            position: relative;
        }
        .firstvideo .img,.secondvideo .img,.thirdvideo .img,.fourthvideo .img,.fifthvideo .img,.sixthvideo .img{
            border-radius:10px;
        }
        .secondvideo{
            width: 49.5%;
            height: 260px;
            overflow: hidden;
            margin-top: 20px;
            position: relative;
        }
        .thirdvideo{
            width: 49.5%;
            height: 260px;
            margin-top: 20px;
            overflow: hidden;
            position: relative;
        }
        .itemonevideo{
             margin-right: 10px; 
        }
        .fourthvideo{
            margin: auto;
            height: 250px;
            margin-bottom: 10px;
            overflow: hidden;
            position: relative;
        }
        .fifthvideo{
            margin: auto;
            height: 250px;
            margin-bottom: 10px;
            overflow: hidden;
            position: relative;
        }
        .sixthvideo{
            width: 80%;
            margin: auto;
            height: 220px;
            overflow: hidden;
            position: relative;
        }
       .video-play:hover {
            background-color:rgba(9, 96, 226, .8);
        }
        
        .video-play {
            width: 60px;
            height: 60px;
            background: #ec0707;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            font-size: 20px;
            line-height: 60px;
            color: #ffffff;
            cursor: pointer;
        }
        .fpbut{
            position: absolute;
            /*border-radius: 10px;*/
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .fpbutone{
            position: absolute;
            /*border-radius: 10px;*/
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .video-play1 {
            left: 50%;
            top: 25%;
            z-index: 3;
            position: absolute;
           
            }
             .video-play2 {
            left: 50%;
            top: 50%;
            z-index: 3;
            position: absolute;
            
            }
             .video-play3 {
            left: 50%;
            top: 50%;
            z-index: 3;
            position: absolute;
          
            }
             .video-play4 {
            left: 50%;
            top: 50%;
            z-index: 3;
            position: absolute;
           
            }
             .video-play5 {
            left: 50%;
            top: 50%;
            z-index: 3;
            position: absolute;
           
            }
            .section-15 .sec-19.btn {
    text-align: center;
    margin-top: 50px;
}
.section-15 .sec-19.btn a img {
    width: 19px;
    margin-left: 15px;
    height: fit-content;
}


.section-16 .title h1 span{
    color: var(--darkBlack-clr);
}

.section-16 .cards{ 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.section-16 .cards:nth-child(3){
    margin-bottom: 50px;
}

.section-16 .box .btn a{
    margin-left: 35px;
    font-size: 17px;
    font-family: var(--ff-montserrat);
    font-weight: var(--semi-bold);
    width: 300px;
    padding: 18px 0px 18px 22px;

}

.section-16 .card{
    width: 380px;
    height: 230px;
    padding: 40px 25px;
    border-radius:10px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 10%);
    margin: 0 35px;
}

.section-16 .card p{
    font-size: 16px;
    line-height: 1.7;
    color: var(--lightBlack-clr);
    font-family: var(--ff-montserrat);
    font-weight: var(--regular);
}

.section-16 .card-1{
    background-color: white;
}

.section-16 .card-2{
    background-color: white;
}
.section-16 .card-3{
    background-color: white;
}

.section-16 .card-4{
    background-color: white;
}

.section-16 .card-5{
    background-color: white;
}

.section-16 .card-6{
    background-color: white;
}

.section-16 .sec-16.btn{
    text-align: center;
}

.section-16 .sec-16.btn a{
    background-image: linear-gradient(150deg, var(--lightBlue-clr), var(--lightBlue-clr));
    box-shadow: 0px 0px 12px 0px #1E90FF;
}

.section-16 .sec-16.btn a img{
    width: 19px;
    margin-left: 15px; 
}


.section-17 .title h1 span{
    color: var(--yellow-clr);
}


.section-18{
    padding-bottom: 80px;
}

.section-18{
    background-image: linear-gradient(to bottom, var(--lightBlue-clr), var(--lightBlue-clr));
}

.section-18 .title h1{
    font-weight: var(--bold);
    font-size: 29px;
    color: white;
}

.section-18 .cards{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

.section-18 .cards .video{
    width: 60%;
}

.section-18 .cards .video iframe{
    display: block;
    width: 750px;
    height: 480px;
    margin: 0 auto;
}
.section-18 .cards .cont{
    width: 405px;
    height: 460px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
}
.section-18 .cards .content{
    width: 30.8%;
    text-align: center;
    justify-content: flex-start;
}
.section-18 .cards .content .star{
    width: 80px;
}
.section-18 .cards .content .img1{
    width: 90px;
}
.section-18 .cards .content img,
.section-18 .cards .content h3,
.section-18 .cards .content p{
margin-bottom: 10px;
font-family: var(--ff-montserrat);
font-weight: var(--regular);
font-size: 17px;
}
.section-18 .cards .content p{
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.7;
}

.section-18 .box{
    position: relative;
    color: var(--lightBlack-clr);
    width: auto;
}

.section-18 .move{
    position: absolute;
    bottom: -65px;
    right: -60px;
}
.section-18 .move img{
    margin: 0 12px;
    width: 20px;
}
.section-19 .title h1 span{
    color: var(--darkBlack-clr);
}

.section-19 .cards{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}


.section-19 .cards .card{
    width: 415px;
    height: 340px;
    border-radius: 10px;
    margin: 20px 25px;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,15%);
}

.section-19 .card .image img{
    width: 415px;
    height: 250px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.section-19 .card .content img{
    width: 80px;
}

.section-19 .card .content .imgs{
    margin-top: -30px;
}

.section-19 .card .content{
    display: flex;
}

.section-19 .card .content p{
    font-size: 17px;
    margin-left: 15px;
    margin-top: 7px;
    line-height: 1.2;
    font-family: var(--ff-montserrat);
    font-weight: var(--semi-bold);
    color: var(--lightBlack-clr);
}

.section-19 .card .content p:last-child{
    font-size: 14px;
    font-style: italic;
    font-weight: var(--regular);
}

.section-19 .card .content span{
    font-size: 16px;
    font-weight: var(--semi-bold);
}

.section-19 .sec-19.btn{
    text-align: center;
}

.section-19 .sec-19.btn a{
    background-image: linear-gradient(150deg, var(--lightBlue-clr), var(--lightBlue-clr));
    box-shadow: 0px 0px 12px 0px #1E90FF;
}

.section-19 .sec-19.btn a img{
    width: 19px;
    margin-left: 15px; 
}

.section-19 .mobile{
    display: none;
}

.section-20{
    overflow: hidden;
    padding-bottom: 70px;
}

.section-20 .title h1 span{
    color: var(--darkBlack-clr);
}

.section-20 .cards{
    justify-content: flex-start;
}

.section-20 .card{
    background-color: white;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 10%);
    padding: 30px 20px;
    padding-bottom: 55px;
    font-family: var(--ff-montserrat);
    color: var(--lightBlack-clr);
    width: 380px;
    flex-direction: column;
    position: relative;
    margin: 20px 30px;

}

.section-20 .card:first-child{
    margin-left: 100px;
}

.section-20 h2{
    font-weight: var(--semi-bold);
    font-size: 18px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.section-20 p{
    font-weight: var(--regular);
    font-size: 14px;
    line-height: 1.7;
}

.section-20 img{
    display: block;
    margin-bottom: 25px;
    border-radius:10px;
}

.section-20 .btn{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.section-20 .btn a{
    display: inline-block;
    text-decoration: none;
    color: white;
    font-family: var(--ff-montserrat);
    font-weight: var(--bold);
    font-size: 18px;
    padding: 14px 24px;
    border-radius: 5px;
    background-color: var(--lightBlue-clr);
}

.section-21 {
    background-image: linear-gradient(to bottom, var(--lightBlue-clr), var(--lightBlue-clr));
}

.section-21 .title h1 {
    font-weight: var(--bold);
    font-size: 29px;
   color: white;
}

.section-21 .flex {
    max-width: 1200px;
    justify-content: space-between;
}

.section-21 .flex .box-1 {
    width: 49.5%;
}

.section-21 .flex .box-1 .image-1 {
    width: 100%;
    height: 21.875em;
    margin-bottom: 1em;
}

.section-21 .flex .box-1 .image-2 {
    width: 100%;
    height: 21.875em;
}

.section-21 .flex .box-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 49.5%;
}

.section-21 .flex .box-2 .image-1,
.section-21 .flex .box-2 .image-2 {
    width: 49%;
    height: 28.25em;
    margin-bottom: 1em;
}

.section-21 .flex .box-2 .image-3 {
    width: 100%;
    height: 15.5em;
}

.section-21 .mobile {
    display: none;
}

.section-22 .title h1{
    font-weight: var(--bold);
    font-size: 29px;
    color: var(--yellow-clr);
}

.section-22 .cards .card img{
    width:40px;
}

.section-22 .car{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: var(--lightBlack-clr);
}

.section-22 .cards{
    display: flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content: flex-start;
    width: 35%;
    margin-right: 30px;
}

.section-22 .cards:last-child{
    margin-right: 0px;
}

.section-22 .card{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.section-22 .cards .card .image{
    align-self: flex-start;
    margin-right: 20px;
}

.section-22 .card:last-child{
    margin-bottom: 0px;
}

.section-22 .card .question p{
    font-family: var(--ff-roboto);
    font-weight: var(--medium);
    line-height: 1.5;
}

.section-22 .card .question p:first-child{
    font-size: 18px;
    margin-bottom: 15px;
}

.section-22 .card .question p:nth-child(2){
    font-size: 16px;
    line-height: 1.7;
    font-weight: var(--regular);
}

.section-23{
    padding-bottom: calc(60px + ((130px + 37px) - 125px));
    padding-top: 0px;
}

.section-23 .bg{
    height: 135px;
    background-image: linear-gradient(to bottom, var(--lightBlue-clr), var(--lightBlue-clr));
}

.section-23 .bg h2{
    font-family: var(--ff-roboto);
    font-weight: var(--medium);
    font-size: 30px;
    color: white;
    letter-spacing: var(--letterSpacing);
    padding: 20px 0px;
}

.section-23 .bg .box{
    background-color: white;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 10%);
    border-radius: 10px;
    height: 130px;
    justify-content: space-around;
}

.section-23 .bg .box img{
    margin-right: 20px;
    width: 30px;
}

.section-23 .bg .box p{
    font-family: var(--ff-montserrat);
    font-weight: var(--semi-bold);
    font-size: 18px;
    color: var(--lightBlack-clr);
}

.section-23 .bg .flex .btn a{
    background-image: linear-gradient(to left, var(--lightBlue-clr), var(--lightBlue-clr));
}
.removedlinemailbg, .removedlinnumberbg {
    text-decoration: none;
    color: #686868;
}

.section-24 .title h1{
    font-weight: var(--bold);
    font-size: 29px;
    color: var(--lightBlack-clr);
}

.section-27{
    background-color: var(--lightBlue-clr);
    margin-top: 50px;
}


.section-27 .title h1{
    font-weight: var(--bold);
    font-size: 29px;
    color: white;
}

.section-27 .flex-box{
    justify-content: space-around;
}

.section-27 .content-1{
    width: 50%;
}

.section-27 .box-1{
    margin-bottom: 20px;
    justify-content: space-between;
}

.section-27 .box-1 h2{
    font-family: var(--ff-montserrat);
    font-weight: var(--medium);
    font-size: 18px;
    background-color: white;
    height: 65px;
    border-radius: 10px;
    margin-right: 15px;
    text-align: center;
    flex: 1;
    color: black;
    padding: 1%;
}

.section-27 .box-1 h2.active{
    color:white;
    background-color: #2F2F2F;
   
}

.section-27 .box-1 h2:last-child{
    margin-right: 0px;
}

.section-27 .box-4{
    background-color: white;
    color: #4e4e4e;
    border-radius: 10px;
    height: 460px;
    padding: 50px;
    justify-content: space-between;
}

.section-27 .box-3{
    background-color: white;
    color: #4e4e4e;
    border-radius: 10px;
    padding: 50px;
    justify-content: space-between;
    height: 460px;
}


.section-27 .box-2{
    background-color: white;
    color: #4e4e4e;
    height: 460px;
    border-radius: 10px;
    padding: 50px;
    justify-content: space-between;
}

.section-27 .box-2 h2{
    font-family: var(--ff-montserrat);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    
}

.section-27 .box-2 p{
    font-family: var(--ff-montserrat);
    font-weight: var(--medium);
    font-size: 15px;
    line-height: 1.7;
    padding-left: 50px;
    margin-bottom: 15px;
}

.section-27 .content-2{
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
}

.section-27 img{
    display: block;
    width: 350px;
    height: initial;
    margin: 30px 0px; 
}

.section-27 .box-3 h2 {
    font-family: var(--ff-montserrat);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}
.section-27 .box-4 h2 {
    font-family: var(--ff-montserrat);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.section-27 .box-3 p {
    font-family: var(--ff-montserrat);
    font-weight: var(--medium);
    font-size: 15px;
    line-height: 1.7;
    padding-left: 50px;
    margin-bottom: 15px;
}

.section-27 .box-4 p {
    font-family: var(--ff-montserrat);
    font-weight: var(--medium);
    font-size: 15px;
    line-height: 1.7;
    padding-left: 50px;
    margin-bottom: 15px;
}

.section-24 .title h1 span{
    color: var(--yellow-clr);
    font-size: 29px;
}

.section-24 .cards{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    font-family: var(--ff-roboto);
}
.section-24 .cards .card{
    width: 410px;
    margin-left: 10;
    position:relative;
}
.section-24 .cards .card h3{
    font-size: 19px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: var(--medium);
    letter-spacing: var(--letterSpacing);
    line-height: 1.7;
}
.section-24 .card p{
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 1.7;
}

.section-25{
    background-image: linear-gradient(to left, var(--linearGradient1-clr), var(--linearGradient2-clr));
}

.section-25 .title h1{
    font-weight: var(--bold);
    font-size: 29px;
    color: white;
}

.section-25 .cards{
    display: flex;
    justify-content:center;
    align-items: center;
    font-family: var(--ff-roboto);
    color: var(--lightBlack-clr);
    margin-bottom: 80px;
}

.section-25 .cards h2{
    font-weight: var(--medium);
    font-size: 17px;
}

.section-25 .cards p{
    font-weight: var(--regular);
    font-size: 14px;
}

.section-25 .card{
    padding:10px 12px;
    background-color: white;
    position: relative;
    border-radius: 15px;
    margin: 0 10px;
    flex: 0 0 100%;
}
.section-25 .card .image img{
    width:100%;
    border-radius: 15px;
}
.section-25 .card h2{
    margin-top: 25px;
    margin-left: -6px;
}
.section-25 .card a{
    text-decoration: none;
    background-color: #ED8722;
    padding: 8px 4px;
    padding-left: 18px;
    width:150px;
    border-radius: 10px;
    color: white;
    font-size: 15px;
    position: absolute;
    top: 20px;
    left:25px;
}
.section-25 .card h2,
.section-25 .card p{
margin-bottom: 12px;
}
.section-25 .cards .card .stars{
    width: 100px;
    margin-right: 10px;
}
.section-25 .cards .card .str{
    text-align: right;
}
.section-25 .para{
    padding: 0 15px;
}

.section-25 .btn{
    text-align: center;
}

.section-25 .btn a{
    border: 2px solid white;
    text-transform: uppercase;
    background-color: transparent;
}

footer {
    background-color: var(--darkBlack-clr);
    color: #fff;
    font-family: var(--ff-roboto);
    font-weight: var(--regular);
    font-size: 15px;
    line-height: 1.7
}

footer .grid {
    display: grid;
    grid-template-columns: repeat(3,30%);
    justify-content: center;
    padding: 4.125em 0 2.125em
}

footer .grid .box-1 {
    padding-left: 80px;
    padding-right: 40px
}

footer .grid .box-1 .flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline
}

footer .grid .box-1 .flex .logo-1,footer .grid .box-1 .flex .logo-2 {
    margin-right: 1em
}

footer .grid .box-1 .flex .logo-3 {
    width: 30px;
    margin-right: 1em
}

.vadapalanibranch {
    margin-bottom: 15px;
    font-size: 22px
}

.removedlinfooter {
    color: #fff;
    text-decoration: none
}

footer .grid .box-1 .flex p {
    margin-bottom: .6em
}

footer .grid .box-2 {
    padding: 0 32px
}

footer .grid .box-3 {
    padding-right: 160px;
    padding-left: 70px
}

footer .grid .box-3 .logo img {
    width: 150px;
    height: initial;
    display: block;
    margin-bottom: 15px
}

footer .grid .box-3 p {
    margin-bottom: 1em
}

footer .grid .box-3 form input,footer .grid .box-3 form button {
    all: unset;
    font-size: 12px;
    padding: .7em;
    width: 100%;
    box-sizing: border-box
}

footer .grid .box-3 form input {
    background-color: #fff;
    color: var(--lightBlack-clr);
    border-radius: 5px;
    padding-left: .8em;
    margin-bottom: .7em
}

footer .grid .box-3 form button {
    background-color: var(--yellow-clr);
    border-radius: 5px;
    text-align: center;
    cursor: pointer
}

footer .flex img {
    width: 18px;
    height: initial
}

footer .flex:last-child img {
    width: 14px;
    height: initial
}

.to-top .fa-arrow-up{
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 1.5rem;
    background-color: var(--pink-clr);
    color: white;
    padding: 0.5em 0.8em;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    transition: all;
    transition-duration: 400ms;
    pointer-events: none;
    opacity: 0;
    z-index: 100000;
}

.to-top .fa-arrow-up.active{
    pointer-events: auto;
    opacity: 1;
}

.color{
    background-color: #1E90FF !important ;
}
.color1{
    background-color: #5562AD !important ;
}
.color2{
    background-color: #E26D5C !important ;
}
.color3{
    background-color: #932E92 !important ;
}
.color4{
    background-color: #F68C57 !important ;
}
.color5{
    background-color: #918450 !important ;
}


@media screen and (max-width: 375px) {
    header {
        overflow-x: hidden;
    }

    .section-13 .cards {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-family: var(--ff-montserrat);
    }
}

@media screen and (max-width: 500px){

    .section-15 .sec-19.btn {
            margin-top: 30px;
        }
    .section-35 .headingcard {
    padding-top: 35px;
    padding-left: 45px;
}
    .video-play1 {
    left: 50%;
    top: 20%;
    z-index: 3;
    position: absolute;
}
.video-play{
    width: 30px;
    height: 30px;
}
.slidesoap .content li{
    font-size:14px;
}
.top-contentcourse{
    margin-top: 20px;
}
.section-35 .playyoutubebtn {
        background-color: var(--darkGreen-clr);
        color: white;
        border-radius: 50px;
        padding-top: 7px;
        padding-left: 20px;
        width: 160px;
        height: 44px;
        margin-bottom: 30px;
    } 
    .section-35 .playyoutubebtn:hover{
        background-color: var(--lightBlue-clr);
        border-radius: 50px;
        padding-top: 7px;
        padding-left: 20px;
        width: 160px;
        height: 44px;
        margin-bottom: 30px;
    }

    /*.section-35 .image {*/
    /*    display: none;*/
    /*}*/
    .section-35 .ebookcourse{
        font-size: 23px;
    }
        .maindivisonflex {
            width: 100%;
        }
        .section-15 .box-4 {
            padding: 50px 0px;
        }
         .firstvideo {
                height: 167px;
            }
            .secondvideo,.sixthvideo,.fifthvideo,.fourthvideo,.thirdvideo{
                height: 78px;
            }
                .section-15 .desktop {
        display: none;
    }
        .section-15 .mobile {
        display: block;
    }

    .section-11 .flexing{
      display: block;
  }

  .section-11 .card-1{
      width: 100%;
      margin-bottom: 5%;
      height:280px;
  }
  .section-11 .card-2{
      width: 100%;
      margin-bottom: 5%;
      height:280px;
  }
  .section-11 ul li{
      font-size: 16px;
  }
  .section-35 .headingcard {
    padding-top: 40px;
    padding-left: 40px;
}
.fpbut{
    width:15px;
    height:15px;
}
  .section-11 .soapsubdivisionone,.section-11 .soapsubdivisiontwo,.section-11 .soapsubdivisionthree{
      width:100%;
  }
.section-11 .designingdivision,.section-11 .seodivision,.section-11 .googleadsdivision,.section-11 .socialmediadivision,.section-11 .socialmediaoptdivision,.section-11 .emaildivision{
    margin-left:15px;
}
.section-11 .seodivision,.section-11 .socialmediadivision{
    margin-bottom:20px;
}
    .section-11 .desktop {
        display: none;
    }

    .section-11  .mobile {
        display: block;
    }

    header .desktop{
        display: none;
    }

    header .mobile{
        display: block;
    }

    header{
        overflow-x: hidden;
    }
    
    header .navbar{
        padding: 12px 15px;
        width: 100vw;
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 20%);
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999;
        background-color: white;
    }
    
    header .navbar .logo img{
        width: 85px;
    }

    nav{
        min-height: 100vh;
        width: 100%;
        background-color: var(--pink-clr);
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 1000;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        transition: all;
        transition-duration: 400ms;
        opacity: 0;
    }

    nav.active{
        right: 0;
        opacity: 1;
    }
    
    nav li{
        margin-left: 0px;
        margin-bottom: 30px;
    }
    
    nav a{
        font-size: 35px;
        color: white;
        display: inline-block;
    }
    
    nav a.active{
        color: var(--darkBlack-clr);
        background-color: white;
        border-bottom: none;
        padding-bottom: 0px;
        padding: 10px 20px;
        border-radius: 5px;
    }
    
    nav a i{
        margin-left: 15px;
        font-size: 24px;
    }

    .navbar .hamburger{
        padding: 12px 10px;
        border-radius: 2px;
        background-color: var(--pink-clr);
        position: relative;
        z-index: 2000;
    }

    .navbar .hamburger p{
        background-color: white;
        width: 25px;
        height: 3px;
        border-radius: 2px;
        margin-bottom: 5px;
        transition: all;
        transition-duration: 300ms;
    }

    .navbar .hamburger.active p:nth-child(1){
        transform: translateY(4px) rotate(-48deg);
    }

    .navbar .hamburger.active p:nth-child(2){
        display: none;
    }

    .navbar .hamburger.active p:nth-child(3){
        transform: translateY(-4px) rotate(48deg);
    }
    .section-13 .cards {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-family: var(--ff-montserrat);
        margin-left: 0;
    }

    .navbar .hamburger p:last-child{
        margin-bottom: 0;
    }
    
    header .hero-section{
        padding: 0;
        display: block;
        margin-top: 80px;
    }
    
    .hero-section .box-2{
        width: 100%;
    }
    .banner {
    height: 230px;
    margin-top: 65px;
    }
    .banner h2 {
            color: white;
    text-align: center;
    font-size: 10px;
    padding: 10px 0px 10px 0px;
    }

    .hero-section .box-3{
        margin-top: 30px;
    }
    
    .hero-section .title{
        text-align: center;
    }
    
    .hero-section .title h1{
        font-size: 75px;
    }
    
    .hero-section .title h1 span{
        font-size: 22px;
        right: -45px;
    }

    .hero-section .cards{
        width: 85%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .hero-section .box-2 .card{
        margin-bottom: 0px;
    }
    
    .hero-section .box-2 h2{
        font-size: 15px;
        padding: 10px 12px;
    }
    
    .hero-section .box-2 img{
        width: 100%;
        margin-left: 20px;
    }
    
    .hero-section .box-2 .card:nth-child(2) img{
        margin-right: 20px;
    }

    .hero-section .box-3 .btn{
        text-align: center;
    }
    
    .hero-section .box-3 h1{
        font-size: 24px;
        text-align: center;
    }
    
    .hero-section .box-2 .card .image img:nth-child(2){
        width: 150px;
        left: -30px;
    }

    .section-1{
        padding-bottom: 10px;
    }

    main .section-1 .bg{
        height: 100%;
    }

    main .section-1 .cards {
        padding: 50px 0;
        flex-direction: column;
    }

    main .section-1 .cards .card{
        margin: 10px 0;
    }

    .section-2 .cards{
        justify-content: space-between;
        margin-bottom: 0px;
    }

    .section-2 .cards .card{
        width: 48%;
        padding: 15px 0;
        margin: 0px 0px;
        margin-bottom: 20px;
    }

    .section-2 .cards:last-child .card:nth-child(3),
    .section-2 .cards:last-child .card:nth-child(4){
        margin-bottom: 0px;
    }

    .section-2 .cards .card .content-3  h3{
        font-size: 14px;
    }

    .section-3 .cards{
        flex-direction: column;
    }

    .section-3 .box-1{
        width: 100%;
        padding: 0;
        order: 2;
    }

    .section-3 .box-2{
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }

    .section-3 .box-2 iframe{
        height: 200px;
    }

    .section-3 .sec-3.btn{
        text-align: center;
    }
    
    .section-7{
        padding-bottom: 50px;
    }
    .section-7 .flex{
        display:block;
    }
    .section-7 .courseduration,.section-7 .alternatedays,.section-7 .indepthtraining,.section-7 .hundredplacement,.section-7 .exclusivebook {
    width: 80%;
    margin-left: 35px;
    margin-bottom:10px;
}
.section-7 .labhoursunlime,.section-7 .certificationten,.section-7 .toolscoversthree,.section-7 .classroomtraining,.section-7 .moduleseighteen,.section-7 .hoursoflearning{
        width: 80%;
    margin-left: 35px;
    margin-bottom:10px;
}
    .section-7 .cards{
        margin-left: 0px;
    }



.section-8 .flex{
    display:block;
}
.section-8 .brandingdivision,.section-8 .seodivision,.section-8 .performancemarketingdivision,.section-8 .contentwritingdivision,.section-8 .designingdivision,.section-8 .socialmediadivision,.section-8 .leadinggenerationsandconversion,.section-8 .growthmarketingdivision,.section-8 .personalbrandingdivision {
    margin-left: 0px;
    margin: auto;
    margin-bottom: 10px;

}
    .section-26 .bg{
        height: 100%;
        padding-bottom: 20px; 
    }
    
    .section-26 .bg form{
        height: 100%;
        flex-direction: column;
        padding: 50px 0;
        padding-bottom: 30px;
    }

    .section-26 .bg form .box{
        position: relative;
    }
    
    .section-26 .bg form input{
        width: 265px;
        margin-left: 0px;
        margin-bottom: 40px;
    }
    
    .section-26 .bg form span{
        position: absolute;
        top: 0px;
        left: -30px;
    }
 .section-15 .flex-box .desktop {
        display: none;
    }

    .section-15 .flex-box .mobile {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .section-15 .flex-box {
        display: block;
    }

    .section-15 .content-1 {
        width: 100%;
    }
 .section-15 .box-2 {
        padding: 30px 20px;
        display: block;
    }
    .section-15 .content-2 {
        display: none;
    }

    .section-8 .cards{
        margin-bottom: 0px;
        flex-direction: column;
    }

    .section-8 .cards:last-child{
        margin-bottom: 0;
    }

    .section-8 .card{
        width: 300px;
        height: 330px;
        margin: 0px 0px;
        margin-bottom: 40px;
    }

    .section-8 .cards:last-child .card:last-child{
        margin-bottom: 0px;
    }
    
    
    
    
        .slidesoap .cards{
        margin-bottom: 0px;
        flex-direction: column;
    }

    .slidesoap .cards:last-child{
        margin-bottom: 0;
    }

    .slidesoap .card{
        width: 300px;
        margin: 0px 40px;
        margin-bottom: 0px;
    }
.widthseparate {
    width: 100%;
}

    .section-9{
        padding-bottom: 50px;
    }

    main .section-9 .content{
        width: 100%;
    }

    main .section-9 .content .modules .topic h2{
        font-size: 17px;
        line-height:25px;
    }
     main .section-9 .content .modules .topic h2 span{
        font-size: 17px;
    }
    main .section-9 .content .modules .topic img{
        width: 28px;
    }

    main .section-9 .content .modules .list{
        padding-left: 0;
    }

    main .section-9 .content .modules .list .title p,
    main .section-9 .content .modules .list .outer li{
        font-size: 14px;
    }

    main .section-9 .content .modules .list .outer{
        padding-left: 30px;
    }

    main .section-9 .content .modules .list .outer li .inner li{
        padding-left: 0;
    }

    .section-9 .bg{
        height: 100%;
        padding-bottom: 20px; 
    }

    .section-9 .bg .flex{
        height: 100%;
        padding: 15px;
    }

    .section-9 .bg .flex .btn a{
        padding: 14px 12px; 
    }


    .section-10 .cards{
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section-10 .cards .card{
        width: 48%;
        height: 100%;
        padding: 50px 0;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .section-10 .cards .card:nth-child(3),
    .section-10 .cards .card:nth-child(4){
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .section-10 .cards .card h2{
        font-size: 18px;
    }

    .section-10 .cards .card img{
        width: 40px;
        height: 40px;
        top: -23px;
        left: 20px;
    }

    .section-10 .cards .card-12 img{
        width: 45px;
    }

   .section-11 {
        overflow-x: hidden;
    }

    .section-11 .desc .desktop {
        display: none;
    }

    .section-11 .desc .mobile {
        display: block;
    }

    .section-11 .card {
        flex: 0 0 305px;
        background-color: var(--pink-clr);
        margin-top: 0.5%;
        color: white;
    }

    .section-11 .card:hover {
        transform: none;
    }

    .section-11 .card .image i {
        font-size: 30px;
        display: block;
    }

    .section-11 .card ul li i {
        color: white;
    }

    .section-12{
        padding-bottom: 50px;
    }

    .section-12 .bg{
        height: 100%;
        padding-bottom: 30px; 
    }

    .section-12 .cards{
        flex-direction: column;
    }

    .section-12 .card{
        margin: 0px 0px;
        margin-top: 20px;
    }

    .section-13 .desktop{
        display: none;
    }

    .section-13 .mobile{
        display: block;
    }

    .section-13 .cards {
        flex-direction: row;
        margin-bottom: 70px;
    }

    .section-13 .cards .card {
        margin-top: 70px;
        width: 100%;
    }

    .section-13 .cards .card .image {
        right: -5px;
        top: -50px;
    }
.responsive {
    width: 100%;
    height: auto;
}
    .section-13 .cards .card .content {
        width: 100%;
    }

    .section-15 .flex-box .desktop{
        display: none;
    }

    .section-15 .flex-box .mobile{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .section-15 .flex-box{
        display: block;
    }

    .section-15 .content-1{
        width: 100%;
    }
    
    .section-15 .box-1 h2{
        font-family: var(--ff-montserrat);
        font-weight: var(--medium);
        font-size: 18px;
        background-color: white;
        height: 80px;
        border-radius: 10px;
        margin-right: 15px;
        flex: 1;
        text-align: center;
        color: #969696;
    }
    .section-18 .cards .cont{
        width: 330px;
        height: 450px;
        background-color: white;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 30px;
    }
    .section-15 .box-1 h2:last-child{
        margin-right: 0px;
        justify-content: space-between;
    }

    .section-15 .box-2{
        padding: 30px 20px;
        display: block;
    }

    .section-15 .box-2 p{
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .section-15 .box-2 .bottom p{
        margin-bottom: 0px;
    }

    .section-15 .content-2{
        display: none;
    }
    
    .section-16 .cards{
        margin-bottom: 30px;
        display: block;
    }
    
    .section-16 .cards:nth-child(3){
        margin-bottom: 50px;
    }
    
    .section-16 .box .btn a{
        margin-left: 0px;
        width: 240px;
        padding: 18px 22px;
    }
    
    .section-16 .card{
        width: 100%;
        padding: 30px 25px;
        margin: 0;
        margin-bottom: 30px;
    }

    .section-18{
        padding-bottom: 100px;
    }

    .section-18 .cards{
        flex-direction: column;
    }

    .section-18 .cards .video{
        width: 100%;
        margin-bottom: 30px;
    }

    .section-18 .cards .video iframe{
        width: 100%;
        height: 250px;
    }

    .section-18 .cards .content{
        width: 100%;
        padding-left: 0px;
       
    }

    .section-18 .move{
        bottom: -75px;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-18 .move img{
        margin: 0 30px;
        width: 30px;
    }

    .section-19 .desktop{
        display: none;
    }

    .section-19 .mobile{
        display: block;
    }

    .section-19 .cards{
        flex-direction: column;
    }
    
    .section-19 .cards .card{
        width: 100%;
        height:auto;
        margin: 0;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .section-19 .cards .card:last-child{
        margin-bottom: 0px;
    }
    
    .section-19 .card .image img{
        width: 100%;
        height: 200px;
    }

    .section-20 .card{
        padding: 30px 20px;
        padding-bottom: 55px;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        margin-right: 15px; 
    }

    .section-20 .card:first-child{
        margin-left: 0px;
    }

    .section-20 img{
        width: 280px;
    }

    .section-21 .flex {
        flex-direction: column;
        justify-content: center;
    }

    .section-21 .flex .box-1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .section-21 .flex .box-1 .image-1 {
        width: 100%;
        height: 230px;
        margin-bottom: 10px;
    }

    .section-21 .flex .box-1 .image-2 {
        width: 100%;
        height: 230px;
    }

    .section-21 .flex .box-2 {
        width: 100%;
    }

    .section-21 .flex .box-2 .image-1,
    .section-21 .flex .box-2 .image-2 {
        width: 49%;
        height: 300px;
        margin-bottom: 10px;
    }

    .section-21 .flex .box-2 .image-3 {
        width: 100%;
        height: 10.5em;
    }

    .section-22 .car{
        flex-direction: column;
    }

    .section-22 .cards{
        width: 100%;
    }

    .section-22 .card:last-child{
        margin-bottom: 30px;
    }

    .section-22 .cards:last-child .card:last-child{
        margin-bottom: 0px;
    }
    .section-23{
        padding-bottom: 50px;
    }

    .section-23 .bg{
        height: 100%;
        padding-bottom: 20px; 
    }

    .section-23 .bg .box{
        height: 100%;
        padding: 40px 30px;
        display: block;
    }

    .section-23 .bg .box .flex{
        margin-bottom: 30px;
        justify-content: flex-start;
    }

    .section-23 .bg .box img{
        margin-right: 20px;
        width: 30px;
    }

    .section-23 .bg .btn a{
        display: block;
        text-align: center;
    }

    .section-24{
        overflow: hidden;
    }


    .section-24 .cards{
        justify-content: flex-start;
    }

    .section-24 .cards .card{
        width: 100%;
        margin-right: 15px;
    }

    .section-24 .cards .card:last-child{
        margin-right: 0px;
    }

    .section-24 .cards .card iframe{
        width: 330px;
    }

    .section-25{
        overflow: hidden;
    }

    .section-25 .cards{
        justify-content: flex-start;
    }

    .section-25 .card{
        margin: 0;
        margin-right: 20px;
    }

    .section-25 .card:last-child{
        margin-right: 0px;
    }


    .section-27 .flex-box .desktop{
        display: none;
    }

    .section-27 .flex-box .mobile{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .section-27 .flex-box{
        display: block;
    }

    .section-27 .content-1{
        width: 100%;
    }


    .section-27 .box-1 h2{
        font-family: var(--ff-montserrat);
        font-weight: var(--medium);
        font-size: 18px;
        background-color: white;
        height: 80px;
        border-radius: 10px;
        margin-right: 15px;
        flex: 1;
        text-align: center;
        color: #969696;
    }


    .section-27 .box-1 h2:last-child{
        margin-right: 0px;
    }

    .section-27 .box-2{
        padding: 30px 20px;
        display: block;
        height: auto;
    }

    .section-27 .box-2 p{
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .section-27 .box-3{
        padding: 30px 20px;
        height: auto;
    }

    .section-27 .box-3 p{
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .section-27 .box-4{
        padding: 30px 20px;
        height: auto;
   }

    .section-27 .box-4 p{
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .section-27 .box-2 .bottom p{
        margin-bottom: 0px;
    }
    
    footer .grid{
        grid-template-columns: 1fr;
        padding: 70px 0px;
    }
    
    footer .grid .box-1{
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    
    footer .grid .box-2{
        padding: 0px 0px;
        margin-bottom: 30px;
    }
    
    footer .grid .box-3{
        padding-right: 0px;
        padding-left: 0px;
    }
    
    footer .grid .box-3 form input{
        padding-left: 0.8em;
        margin-bottom: 10px;
        font-size: 15px;
    }
    
    footer .grid .box-3 form button{
        font-size: 15px;
    }
    .section-35 .image{
        display:none;
    }
} 
@media  (min-width: 700px) and (max-width: 900px){

    header .desktop{
        display: none;
    }

    header .mobile{
        display: block;
    }

    header{
        overflow-x: hidden;
    }
    .section-11 .designingdivision{
        height:240px;
    }
    .section-11 .socialmediadivision{
            height: 310px;
    }
    .section-11 .socialmediaoptdivision{
        width:375px;
    }
    .section-11 .emaildivision{
        height: 235px;
    }
    header .navbar{
        padding: 12px 15px;
        width: 100vw;
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 20%);
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999;
        background-color: white;
    }
    
    header .navbar .logo img{
        width: 85px;
    }
    .banner {
    height: 450px;
}
.section-11 .designingdivision, .section-11 .seodivision, .section-11 .googleadsdivision, .section-11 .socialmediadivision, .section-11 .socialmediaoptdivision, .section-11 .emaildivision{
    width:95%;
}
    nav{
        min-height: 100vh;
        width: 100%;
        background-color: var(--pink-clr);
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 1000;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        transition: all;
        transition-duration: 400ms;
        opacity: 0;
    }

    nav.active{
        right: 0;
        opacity: 1;
    }
    
    nav li{
        margin-left: 0px;
        margin-bottom: 30px;
    }
    
    nav a{
        font-size: 35px;
        color: white;
        display: inline-block;
    }
    
    nav a.active{
        color: var(--darkBlack-clr);
        background-color: white;
        border-bottom: none;
        padding-bottom: 0px;
        padding: 10px 20px;
        border-radius: 5px;
    }
    
    nav a i{
        margin-left: 15px;
        font-size: 24px;
    }

    .navbar .hamburger{
        padding: 12px 10px;
        border-radius: 2px;
        background-color: var(--pink-clr);
        position: relative;
        z-index: 2000;
    }

    .navbar .hamburger p{
        background-color: white;
        width: 25px;
        height: 3px;
        border-radius: 2px;
        margin-bottom: 5px;
        transition: all;
        transition-duration: 300ms;
    }

    .navbar .hamburger.active p:nth-child(1){
        transform: translateY(4px) rotate(-48deg);
    }

    .navbar .hamburger.active p:nth-child(2){
        display: none;
    }

    .navbar .hamburger.active p:nth-child(3){
        transform: translateY(-4px) rotate(48deg);
    }
    .section-13 .cards {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-family: var(--ff-montserrat);
        margin-left: 0;
    }

    .navbar .hamburger p:last-child{
        margin-bottom: 0;
    }
    
    .section-13 .cards .card .image {
    right: -55px;
}
  .section-11 h3{
      font-size:22px;
  }
.section-22 .car{
    display:block;
}
    .section-22 .cards{
        width:100%;
    }
.section-21 .flex .box-1 .image-1,.section-21 .flex .box-1 .image-2,.section-21 .flex .box-2 .image-1, .section-21 .flex .box-2 .image-2,.section-21 .flex .box-2 .image-3{
    height:100%;
}
.slidesoap .card{
    margin-left:15px;
    margin-bottom:40px;
}

    
footer .grid {
    display: block;

}
    
    footer .grid .box-1{
        padding-left: 0px;
    }
    
    footer .grid .box-2{
    padding: 0 32px 0px 0px;

    }
    
    footer .grid .box-3{
        padding-right: 0px;
        padding-left: 0px;
    }
    
    footer .grid .box-3 form input{
        padding-left: 0.8em;
        margin-bottom: 10px;
        font-size: 15px;
    }
    
    footer .grid .box-3 form button{
        font-size: 15px;
    }
}


@media screen and (max-width: 1500px) {
    .section-15 .box-1 {
        margin-bottom: 0px;
    }


    .section-27 .box-1 {
        margin-bottom: 20px;
    }

    .section-27 .box-1 h2 {
        font-family: var(--ff-montserrat);
        font-weight: var(--medium);
        font-size: 15px;
        background-color: white;
        width: 140px;
        height: 80px;
        text-align: center;
        border-radius: 10px;
        margin-right: 15px;
        flex: 1;
        text-align: center;
        color: #969696;
    }
    .movingh2 {
    margin-top: 10px;
}

}

@media screen and (max-width: 750px) {

    section .title h1 {
        margin-bottom: 18%;
    }
}


@media screen and (max-width: 375px) {
    .section-15 .box-3 {
        padding: 30px 20px;
    }

    .section-15 .box-4 {
        padding: 30px 20px;
    }

}
@media screen and (max-width: 412px) {

    
    .section-15 .box-3 {
        padding: 50px 0px 0px 0px;
    }

    .section-15 .box-4 {
        padding: 30px 0px 0px 0px;
    }
}
@media screen and (max-width:950px) {
    .fa-angle-left {
        position: absolute;
        left: 40% !important;
        bottom: 0px;
        font-size: 20px;
        font-weight: bold;
        color: lightgray;
    }

    .fa-angle-right {
        position: absolute;
        left: 46% !important;
        bottom: 0px;
        font-size: 20px;
        color: lightgray;
    }
    .slidesoap .fa-angle-left {
        position: absolute;
        left: 33% !important;
        bottom: 0px;
        font-size: 20px;
        font-weight: bold;
        color: lightgray;
    }

    .slidesoap .fa-angle-right {
        position: absolute;
        left: 52% !important;
        bottom: 0px;
        font-size: 20px;
        color: lightgray;
    }
       .section-10 .cards .card .afimage {
        width: 65px;
    height: auto;
    position: absolute;
    top: -12px;
    left: 50px;
    margin-top: -2%;
    }

}
@media only screen and (device-width: 1436px) and (device-height:1600px) {
    .movingh2 {
        margin-top:10px
    }
}
@media only screen and (device-width: 820px) and (device-height:1180px) {
    main .section-1 .cards .card {
        margin:0 10px
    }

    section {
        padding-top: 5%;
        padding-bottom: 5%
    }

    .section-18 .cards .video iframe {
        width: 100%!important;
        height: 250px!important;
    }

    .section-18 .cards .cont {
        padding: 0 30px!important
    }

    .section-13 .cards {
        margin: auto!important
    }

    .section-27 .content-2 {
        display: none!important
    }

    .section-15 .box-3 {
        padding: 30px 20px
    }

    .section-15 .box-4 {
        padding: 30px 20px
    }

    .section-15 .box-4 {
        padding: 30px 20px
    }
}

@media screen and (max-width: 412px) {
    section {
        padding-top: 5% ;
        padding-bottom: 5%;
    }
    .section-18 .cards .video iframe {
        width: 100% !important;
        height: 250px !important;
    }
    .section-18 .cards .cont {
        padding: 0px 30px !important;
    }
    .section-13 .cards {
        margin: auto !important;
    }
    .section-27 .content-2 {
        display: none !important;
    }
    
    .section-15 .box-3 {
        padding: 30px 20px;
    }

    .section-15 .box-4 {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 896px) {
    .section-15 .grid-container {
        display: block;
        gap: 10px;
        padding: 10px;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .section-15 .iframes {
        width: 100%;
        height: 218px;
    }

    .section-15 .iframess,
    .iframesvideo {
        width: 100%;
        height: 218px;
    }

    .iframesvideo {
        width: 100% !important;
        height: 218px !important;
    }

    .section-15 .box-3 {
        padding: 30px 20px;
    }

    .section-15 .box-4 {
        padding: 30px 20px;
    }
}


@media screen and (min-width: 914px) {

    .owl-nav{
        margin: auto;
        padding-top: 3%;
       }


}
@media screen and (min-width: 412px) {
    .grid-container {
        display: grid;
        grid-template-columns: auto;
        gap: 10px;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .section-15 .desktop .iframes {
        width: 100%;
        position: relative;
        right: 1%;
    }
    .iframes {
        width: 100%;
        height: auto;
        padding-top: 1% !important;
        padding-bottom: 0.5% !important;
    }
    .iframess {
        width: 100%;
        height: auto;
    }
}

.iframesvideo {
    height: 350px;
    width: 85%;
    border-radius: 20px;
    padding: 2%;
}

.section-15 .box-1 #lstbox2 h2 {
    font-family: var(--ff-montserrat);
    font-weight: var(--medium);
    font-size: 18px;
    background-color: white;
    height: 65px;
    border-radius: 10px;
    margin-right: 15px;
    flex: 1;
    color: #969696;
    cursor: pointer;
}

.section-15 .box-1 #lstbox2 h2.active {
    color: white;
    background-color: #2F2F2F;
    cursor: pointer;

}

.section-15 .box-1 #lstbox2 h2:last-child {
    margin-right: 0px;
}

.section-15 .box-1 #lstbox1 h2 {
    font-family: var(--ff-montserrat);
    font-weight: var(--medium);
    font-size: 18px;
    background-color: white;
    height: 65px;
    border-radius: 10px;
    margin-right: 15px;
    flex: 1;
    color: #969696;
    cursor: pointer;
}

.section-15 .box-1 #lstbox1 h2.active {
    color: white;
    background-color: #2F2F2F;
    cursor: pointer;

}

.section-15 .box-1 #lstbox1 h2:last-child {
    margin-right: 0px;
}


.alll {
    overflow: hidden;
    margin: auto;
    border-radius: 5px;
    width: 90%;
}


@media screen and (max-width: 414px) {
    .section-15 .box-1 h2 {
        width: 100%;
        margin-bottom: 5%;
    }

    .iframe-ali {
        border-radius: 15px;
        height: 200px !important;
        width: 355px !important;
    }
}

@media screen and (max-width: 360px) {
    .section-15 .box-1 h2 {
        width: 100%;
        margin-bottom: 5%;
    }
        .section-10 .cards .card h2 {
        font-size: 15.5px;
    }
    
}

@media screen and (max-width: 375px) {
    .section-15 .box-1 h2 {
        width: 100%;
        margin-bottom: 5%;
    }
    
    .hero-section .title h1 {

        font-size: 18px;
        letter-spacing: var(--letterSpacing);
    }

    .hero-section .title h3 {
        font-size: 18px;
        letter-spacing: var(--letterSpacing);
    }
    .hero-section .title h4 {
        font-size: 10px;
        letter-spacing: var(--letterSpacing2);
    } 
}

@media screen and (max-width: 390px) {
    section {
        padding-top: 5% ;
        padding-bottom: 5%;
    }
    .section-18 .cards .video iframe {
        width: 100% !important;
        height: 250px !important;
    }
    .section-18 .cards .cont {
        padding: 0px 30px !important;
    }
    .section-13 .cards {
        margin: auto !important;
    }
    .section-27 .content-2 {
        display: none !important;
    }
        .section-18 .owl-nav{
        display:none;
    }
    .owl-nav{
        margin-top: 5%;
    }
}



.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    padding: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.grid-container>div {
    text-align: center;
    font-size: 30px;
}

.item1 {
    grid-column-start: 1;
    grid-column-end: 3;
    overflow: hidden; 
} 
.desktop .item1 {
    grid-column-start: 1;
    grid-column-end: 3;
    overflow: hidden;
    width: 1075px; 
} 

.iframes {
    height: 615px;
    padding: 2%;
    border-radius: 30px;
}
.desktop .section-15 .iframes {
    height: 615px;
    padding: 2%;
    padding-top: 1%;
    padding-bottom: 0.5%;
    border-radius: 30px;
}
.iframess {
    padding: 2%;
    border-radius: 20px;
    height: 295px;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

.iframe-ali {
    border-radius: 15px;
    height: 289px;
    width: 510px;
}

.mainHome {
    max-width: 1170px;
    margin: auto;
    overflow: hidden;
    display: flex;
  }
  .folder {
    flex: 1 0 100%;
  }
  .folder1 {
    margin-right: -100%;
    animation: fade1 20s ease infinite;
  }
  @keyframes fade1 {
    0% {
      opacity: 1;
    }
    33% {
      opacity: 1;
    }
    40% {
      opacity: 0;
    }
    90% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .folder2,
  .folder3 {
    opacity: 0;
    animation: fade2 20s ease infinite;
  }
  .folder2 {
    margin-right: -100%;
  }
  .folder3 {
    animation-name: fade3;
  }
  
  @keyframes fade2 {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 0;
    }
    33% {
      opacity: 1;
    }
    60% {
      opacity: 1;
    }
    70% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes fade3 {
    0% {
      opacity: 0;
    }
    60% {
      opacity: 0;
    }
    66% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
.mySlidesss {
    display: flex;
    flex: 0 0 100%;
}

.section-15 .hide2 {
    display: none;
}

.section-15 .hide3 {
    display: none;
}

.section-15 .hide4 {
    display: none;
}

.section-15 .hide5 {
    display: none;
}

.section-15 .hide6 {
    display: none;
}

.section-15 .hide7 {
    display: none;
}

.section-15 .hide8 {
    display: none;
}

.bd {
    width: 90%;
    margin: auto;
    height: auto;
}

.homeslider {
    width: 100%;
    height: auto;
}

.responsive {
    width: 100%;
    height: auto;
}

.section-27 .wrapper .top-content h1 {
    text-align: center;
    font-family: var(--ff-roboto);
    font-weight: var(--medium);
    font-size: 28px;
    color: var(--white-clr);
    margin-bottom: 30px;
    letter-spacing: var(--letterSpacing);
    line-height: 1.3;
}

.section-27 .wrapper .top-content h1 span {
    color: var(--white-clr);
    font-size: 36px;
}

.flip,
.flip1,
.flip2,
.flip3,
.flip4,
.flip5,
.flip6,
#second,
#fl,
#cll {
    cursor: pointer;
}

#panel1, #panel2, #panel3, #panel4, #panel5, #panel6, #panel7, #panel8, #panel9, #panel10, #panel11, #panel12, #panel13 {
    display: none;
}
.flip, .flip1, .flip2, .flip3, .flip4, .flip5, .flip6, .flip7, .flip8, .flip9, .flip10, .flip11, .flip12, .flip13,#fl4,#fl1,#fl3 {
    cursor: pointer;
}
main .section-9 .content .modules .list .title{
    cursor: pointer;
}
.panel1,
.panel2,
.panel3,
#panel4,
#panel5,
#panel6 {
    display: none;
}

.owl-carousel {
    max-width: 100%;
    margin: auto;
}



.owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-dots {
  text-align: center;
}
.owl-dots span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}


.fa-angle-left {
    position: absolute;
    left: 50%;
    bottom: 0px;
    font-size: 20px;
    font-weight: bold;
    color: lightgray;
}

.fa-angle-right {
    position: absolute;
    left: 55%;
    bottom: 0px;
    font-size: 20px;
    color: lightgray;
}

.back-video {
    position: absolute;
    width: 100%;
    height: auto;
    right: 0%;
    bottom: 0%;
    top: 45px;
    z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
    .back-video {
        width: 100%;    
        height: auto;
    }

}
@media (max-aspect-ratio: 16/9) {
    .back-video {
        width: 100%;
        height: auto;
    }

}
.select-box{
    width: 100%;
    height: 40px;
    padding: 3%;
    font-size: 17px;
    border-radius: 5px;
    border: none;
    border-color: white;
}
.select-box::-ms-ticks-after{
    width: 100%;
    height: 40px;
    padding: 3%;
    border-radius: 5px;
    border: none;
    border-color: white;
}


@media screen and (max-width: 280px){
    main .section-9 .content .modules .topic h2 {
        font-size: 16px;
    }
.hero-section .title h3 {
    font-size: 60px;
}
header .navbar {
    width: 110vw;
}
.section-11 .card {
    width: 300px;
}
.section-11 .card ul li {
    font-size: 15px;
}
.section-10 .cards .card .afimage {
    width: 157px;
    height: auto;
    position: absolute;
    top: -16px;
    left: 0px;
    margin-top: -2%;
}
.section-18 .cards .cont {
    padding-left: 0px;
    padding-right: 20%;
}
.section-18 .cards .video iframe{
    height: 155px;
    border-radius:10px;
}
}


    .container {
    
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        
    }

    .placeholder {
        width: 500px;
        height: 250px;
        border-radius: 20px;
        position: relative;
        

    }

    .placeholder img {
        width: 90%;
        position: absolute;
        border-radius:10px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        
    }

    .placeholder .play {
        width: 60px;
        height: 60px;
        background: #ec0707;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 20px;
        line-height: 60px;
        color: #ffffff;
        cursor: pointer;
    }

    .placeholder .play:hover {
        background: rgba(9, 96, 226, .8);
    }
    .placeholder .play2 {
        width: 60px;
        height: 60px;
        background: #ec0707;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 20px;
        line-height: 60px;
        color: #ffffff;
        cursor: pointer;
    }

    .placeholder .play2:hover {
        background: rgba(9, 96, 226, .8);
    }

    .popup {
        width: 100vw;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .8);
        display: none;
        transition: .5s;
        z-index: 1;
    }

    .popup iframe {
        width: 80%;
        height: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

    }

    .popup2 {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: #080808;
        display: none;
        transition: .5s;
        z-index:1;
    }

    .popup2 iframe {
        width: 75%;
        height: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .popup3 iframe {
        width: 75%;
        height: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .close {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }

    .close span {
        display: block;
        width: 40px;
        height: 3px;
        background: #ffffff;
        margin-top: 7px;
    }

    .close span:first-child {
        margin-top: 0px;
    }

    .first {
        transform: translateY(10px) rotate(45deg);
    }

    .second {
        transform: translateY(0px) rotate(-45deg);
    }
    .popup3 {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: #080808;
        display: none;
        transition: .5s;
        z-index:1;
    }
    .placeholder .play3 {
        width: 60px;
        height: 60px;
        background: #ec0707;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 20px;
        line-height: 60px;
        color: #ffffff;
        cursor: pointer;
    }

    .placeholder .play3:hover {
        background: rgba(9, 96, 226, .8);
    }



@media screen and (max-width: 1600px){

.section-18 .cards .cont {
    padding-right: 7%;
    padding-left: 7%;
}
  
.section-18 .cards .video iframe {
    display: block;
    width: 730px;
    height: 425px;
    margin: 0 auto;
}
.section-13 .cards .card {
    margin: 0 20px; 
    position: relative;
    margin-top: 50px;
}
.section-13 .cards  {
    margin: auto;
}
}
.videomoving{
    margin-top:2%;
}
.paraalign {
    margin-left: 20%;
    margin-bottom: 3%;
}
.video-align {
    margin-top: 9% !important;
}

@media screen and (max-width: 1600px) {
        .hero-section .title h4{
        font-size: 30px;
    }
    
    .hero-section .title h3{
            font-size: 70px;
    }
    
    .hero-section .title h1{
            font-size: 65px;
    }
    .section-3 .cards .box-1 p {
        margin-top: 3%;
    }
    .iframe-ali {
        margin-top: -6%;
    }
    .video-align {
        margin-top: 0% !important;
    }
    .paraalign {
        margin-left: 8%;
        margin-bottom: 4%;
    }
    .section-18 .cards .cont {
        width: 380px;
        height: 425px;
    }
    .section-18 .cards {
       padding-top: 0px;
    }
    .desktop .item1 {	
    width: 700px;
    }
    .videomoving {
        margin-top: 0%;
    }
    .iframes { 
    height: 500px;
     }

    .iframess {
	padding: 1%;
    height: 250px;
    width: 88%;
    }

    .section-3 .wrapper {
        margin: auto;
    }
        .section-3 .box-1 {
        width: 53%;
        padding: 0px;
    }
    .section-3 .box-2 {
        width: 40%;
    }
  
    .section-15 .box-2 {
        padding: 30px;
    }

    .section-27 .box-4 {
        height: 570px;
    }
    .section-27 .box-2 {
        height: 570px;
    }
    .section-27 .box-3 {
        height: 570px;
    }
    .section-7 .cards {
         margin: auto; 
    }
    .section-28 .cards {
         margin: auto; 
    }

}


.tick-alignment{
    width: 4%;
        height: 20px;
    padding-right: 2%;
}
.spacing-text{
    position: relative;
    left: 5.5%; 
}

.title102{
    padding-top: 1.5% !important;
}
.title101{
    padding-top: 1.2% !important;
}
.phone-font{
    font-size: 18.5px;
}
@media screen and (max-width: 1260px) {
    
    .section-13 .cards {
        /*margin-left: 15%;*/
    }
    .section-3 .box-2 {
        width: 30%;
    }

    .section-15 .box-2 {
        padding: 50px;
    }

    .desktop .item1 {
        width: 1075px;
    }

    .iframes {
        height: 615px;
    }

    .videomoving {
        margin-top: 2%;
    }

    .iframess {
        padding: 2%;
        height: 295px;
        width: 100%;
    }

    .paraalign {
        margin-left: 20%;
        margin-bottom: 3%;
    }
}
.row{
    display: flex;
    justify-content: space-around;
}


@media screen and (max-width: 480px){
    .section-18 .box {
        width: 89%;
        margin: auto;
    }    
    .row{
        display: block;
    }
    .edugate-layout-3 {
        width: 100% !important;
    }
    
    .section-11 .desktop {
        display: none;
    }

    .section-11  .mobile {
        display: block;
    }
    .owl-nav{
    position: relative;
    margin-top: 5%;
       }
           .section-18 .owl-nav{
        display:none;
    }
.paraalign {
    margin-left: 0%;
    margin-bottom: 0%;
}

.wrapper {
    margin: 0px auto;
}
.slidesoap .flex{
    display:block;
}
.section-3 .box-1 {
    width: 100%;
    padding: 0;
    order: 2;
}
.section-3 .box-2 iframe {
    height: 200px;
}
.section-3 .box-2 {
    width: 100%;
}
.section-27 .box-1 h2 {
    height: 95px;
}
.section-27 .box-2 {
    height: auto;
}
.section-27 .box-3 {
    height: auto;
}
.section-27 .box-4 {
    height: auto;
}
.section-18 .cards .cont {
    width: 330px;
    height: 450px;
}

.tick-alignment{
    width: 8%;
    padding-right: 2%;
}
.section-15 .box-2 {
    padding: 5px 0px;
    display: block;
}
section .title h1 {
    margin-bottom: 7%;
    font-size: 24px;
}
.section-3 p {
    font-size: 15px;
}

section .title h1 span {
    font-size: 33px;
}
.section-9 .bg .flex .btn a img {
    display: none;
}
.section-9 .bg .flex {
    width: 58%;
    padding: 8px;
    height: 78px;
    margin: auto;
}

.section-9 .bg .flex .btn a {
    font-size: 14px;
    text-align: center;
}

.section-8 .content p {
    font-size: 15px;
}
.slidesoap .content p {
    font-size: 15px;
}
.section-11 .desc p {
    font-size: 15px;
}
.section-18 .cards .content p {
    font-size: 15px;
}
.section-16 .card p {
    font-size: 15px;
}

.section-7 .cards .card p {
    font-size: 15px;
    margin-left: 20px;
}
.section-28 .cards .card p {
    font-size: 15px;
    margin-left: 20px;
}
.section-22 .card .question p:nth-child(2) {
    font-size: 15px;
}
.section-23 .bg .box p {
    font-size: 15px;
}
}

@media screen and (max-width: 850px){
    .section-27 .box-1 h2 {
    height: 95px;
}
.section-27 .box-2 {
    height: auto;
}
.section-27 .box-3 {
    height: auto;
}
.section-27 .box-4 {
    height: auto;
}
.section-27 .content-2 {
    display: none !important;
}
.section-27 .content-1 {
    width: 100%;
}
}
.hide102,.hide103{
    display: none;
}
.hide101{
    display: block;
}
.flexingg{
    display: flex;
    justify-content: center;
}
.fullblack{
    background-color: #000000;
    color: white;
    border-radius: 5px;
}

@media screen and (max-width: 390px){
    .section-18 .box {
        width: 94%;
        margin: auto;
    }
    }


    .toggle,
    [id^=drop] {
        display: none;
    }
    
    nav { 
        margin: 0;
        padding: 0;
        line-height: 32px;
        z-index: 1;
    }
    
    nav:after {
        content:"";
        display:table;
        clear:both;
    }

    nav ul {
        float: right;
        padding:0;
        margin:0;
        list-style: none;
        position: relative;
        }
        
    nav ul li {
        margin: 0px;
        display:inline-block;
        float: left;
        }
    
    nav a {
        display:block;
        padding:14px 20px;	
        background-color: white;
        color:black;
        font-size:17px;
        text-decoration:none;
    }
    
    
    nav ul li ul li:hover { background: #000000; }
    
    nav a:hover { 
        background-color:  #212121; 
        color:white;
        border-radius: 5px;
    }

    nav ul ul {
        display: none;
        position: absolute; 
        top: 60px; 
    }
        
    nav ul li:hover > ul {
        display:inherit;
    }
        
    nav ul ul li {
        width:340px;
        float:none;
        display:list-item;
        position: relative;
    }

    nav ul ul ul li {
        position: relative;
        top:-60px;
        left:170px; 
    }
    
        
    li > a:after { content:  ''; }
    li > a:only-child:after { content: ''; }

    @media all and (max-width : 768px) {
        nav a {
            background-color:var(--pink-clr);
            color:black;
        }
        .close {
            top: 120px;
        }
        nav {
            margin: 0;
        }
    
        .toggle {
            display: block;
            padding:14px 20px;	
            color:#FFF;
            font-size:17px;
            text-decoration:none;
            border:none;
            width: 100%;
        }
    
        .toggle:hover {
            background-color: #000000;
        }
    
        [id^=drop]:checked + ul {
            display: block;
        }
    
        nav ul li {
            display: block;
            width: 100%;
            }
    
        nav ul ul .toggle,
        nav ul ul a {
            padding: 0 40px;
        }
    
        nav ul ul ul a {
            padding: 0 80px;
        }
    
        nav a:hover,
         nav ul ul ul a {
            background-color: #000000;
            color: white;
        }
      
        nav ul li ul li .toggle,
        nav ul ul a,
      nav ul ul ul a{
            padding:14px 20px;	
            color:#FFF;
            font-size:17px; 
        }
      
      
        nav ul li ul li .toggle,
        nav ul ul a {
            background-color: #212121; 
        }
    
        nav ul ul {
            float: left;
            position:static;
            color: #ffffff;
        }
        .fullblack{
            width: 100%;
        }
            
        nav ul ul li:hover > ul,
        nav ul li:hover > ul {
            display: none;
        }
            
        nav ul ul li {
            display: block;
            width: 100%;
        }
    
        nav ul ul ul li {
            position: static;
        }
    
    }
    
    @media all and (max-width :414px) {
        nav ul ul li:hover > ul,
        nav ul li:hover > ul {
            display: block !important;
        }
    
        nav ul li {
            display:block;
            width: 100%;
        }
    
    }
    .toggle + a,
    .menu {
        display: block;
    }

    .section-33 h1 {
        text-align: center;
        font-family: var(--ff-roboto);
        font-weight: var(--medium);
        font-size: 28px;
        color: var(--lightBlack-clr);
        margin-bottom: 5%;
        letter-spacing: var(--letterSpacing);
        line-height: 1.3;
    }
    .section-33 h1 span {
        color: var(--yellow-clr);
        font-size: 36px;
    }
    .section-34 h1 {
        text-align: center;
        font-family: var(--ff-roboto);
        font-weight: var(--medium);
        font-size: 28px;
        color: var(--lightBlack-clr);
        margin-bottom: 5%;
        letter-spacing: var(--letterSpacing);
        line-height: 1.3;
    }
    .section-34 h1 span {
        color: var(--yellow-clr);
        font-size: 36px;
    }

    @media screen and (max-width:1400px) {
                        .section-11 .card-1{
        height:440px;
    }
                    .section-11 .card-2{
        height:440px;
    }
        .section-15 .desktop .iframes{
            width:100%;
        }
        .movingh2{
            margin-top: 5%;
                padding: 0% 4%;
        }
    }
    @media screen and (min-width:1920px) {
        .movingh2{
            margin-top: 0%;
        }
        .edugate-layout-3{
            height: 600px;
        }
    }
    @media screen and (min-width: 2560px) {
        .section-13 .fa-angle-left {
            position: absolute;
            bottom: -27%;
            left: 42%;
        } 
        .section-13 .fa-angle-right {
            position: absolute;
            left: 44%;
            bottom: -27%;
        }    
        .section-33 .underline {
            font-weight: bold;
            font-size: 30px;
            padding-bottom: 5.5%;
            width: 80%;
            margin: auto;
            font-family: 'Montserrat', sans-serif;
            text-align: center;
        }    
        .section-33 .underline::after {
            width: 50px;
            height: 5px;
            background-color: #86bc42;
            content: "";
            display: block;
            position: absolute;
            right: 53.5%;
        }   
    }

    @media screen and (max-width:1280px) {
      
        .wrapper {
            width: 96.5%;
        
        }
        .section-13 .fa-angle-left {
            position: absolute;
            bottom: -27%;
            left: 48%;
        }  
        .section-13 .fa-angle-right {
            position: absolute;
            left: 50%;
            bottom: -27%;
        }
        .underline {
            font-weight: bold;
            font-size: 30px;
            padding-bottom: 5.5%;
            width: 80%;
            margin: auto;
            font-family: 'Montserrat', sans-serif;
            text-align: center;
        }
        .underline::after {
            width: 50px;
            height: 5px;
            background-color: #86bc42;
            content: "";
            display: block;
            position: absolute;
            right: 54.5%;
        }   
        .edugate-layout-3 {
            width: 92%;
            height: 575px;    
        }
        .section-13 .cards .card .image {   
            right: -19px;
        }   
        .section-18 .fa-angle-left {
            margin-left: -15%;
        }   
        .section-18 .fa-angle-right {
            margin-left: -10%;
        }   
    }

    
        @media screen and (max-width:914px) {
            .closessdd {
    float: right;
    margin-top: 100px;
    margin-right: 10px;
    font-size: 55px;
    font-weight: bold;
}
.youtube41 {
    position: absolute;
    display: block;
    top: 38%;
    left: 0;
    right: 0;
    width: 84%;
    margin: auto;
    height: 23%;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    background: #000;
}
             .section-35 .playyoutubebtn {

        margin-bottom: 30px;
    } 
    /*.section-35 .image {*/
    /*    display: none;*/
    /*}*/
    .section-35 .ebookcourse{
        font-size: 23px;
    }
    .section-36 .hightpart2 {
        width: 100%;
    }
    .section-36 .containerhight {
        display: block;
        width: 95%;
    }
    .section-36 .carding1,.section-36 .carding2,.section-36 .carding3,.section-36 .carding4{
        width: 100%;
    }
    .section-36 ul li {
        font-size: 20px;
    }
    .section-36 .headingclasses{
        font-size: 22px;
    }
            .section-11 ul{
                    margin-left: 0%;
            }
            .heading{
                    margin-top: 0%;
            }
            .course-change {
                font-size: 10px;
                position: relative;
                top: -5px;
            }
                         .section-33 .first-card,.section-33 .second-card{
                display: block;
             
         }
               .section-33 .first-card .sub-card-1 ,.section-33 .second-card .sub-card-1 {
                    margin-bottom:5%;
                }
                .section-11 .card-1{
        height:280px;
    }
                    .section-11 .card-2{
        height:280px;
    }
                .section-18 .owl-nav{
        display:none;
    }
            .hero-section .title h1 {
                font-size: 20px;
                 margin-bottom: 5px;
            }
            .hero-section .title h4 {
                font-size: 10px;
                margin-bottom: 5px;
            }

            .hero-section .title h3 {
                    font-size: 23px;
                    margin-bottom: 0px;
            }
                            
        }
        
        @media screen and (max-width: 375px){
            .hero-section .title h1 {
            font-size: 16px;
        }
                
        .hero-section .title h3 {
            font-size: 18px;
            letter-spacing: var(--letterSpacing);
        }}

    .section-18 .owl-nav{
        display:none;
    }
    
.accordionItem{
    float:left;
    display:block;
    width:100%;
    box-sizing: border-box;
    font-family:'Open-sans',Arial,sans-serif;
}
.accordionItemHeading{
    cursor:pointer;
    margin:0px 0px 10px 0px;
    width:100%;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
        box-sizing: border-box;
}
.closee .accordionItemContent{
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
    float:left;
    display:block;
    
    
}
.openn .accordionItemContent{
    border: 1px solid #ddd;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display:block;
    -webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
    -webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;

	-webkit-transition: -webkit-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
        box-sizing: border-box;
}

.openn .accordionItemHeading{
    margin:0px;
        -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.iconfa-alignment{
    position: relative;
    top: 3px;
}
.section-10  .boxshadow .flexicon1 img{
    width: 35px;
    height: 35px;
}
.section-10  .boxshadow .flexicon1 h2{
   font-size: 16px;
   font-family: var(--ff-montserrat);
   font-weight: var(--regular);
   margin-left: 10px;
}

.section-10  .boxshadow .flexicon1{
    width: 200px;
}

.flexicon{
    display: flex;
    padding: 10px;
    gap: 30px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 10%);
    border-radius: 10px;
    margin: 10px 0px;
}

.flexicon1 {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}

@media screen and (max-width:914px) {
    .heading, .heading1 {
    margin-top: 75px;
}
    .section-36 .grid > div {
    margin: 22px;
  }
    
    .section-36 .hightpart2 {
        width: 100%;
    }
    .section-36 .containerhight {
        display: block;
        width: 95%;
    }
    .section-36 .carding1,.section-36 .carding2,.section-36 .carding3,.section-36 .carding4{
        width: 300px;
        height:300px;
    }
    .section-36 ul li {
        font-size: 20px;
    }
    .section-36 .headingclasses{
        font-size: 22px;
    }
       .section-10 .boxshadow .flexicon1 {
        width: 25%;
    }
    .flexicon{
        flex-wrap: wrap;
    }
    .section-10  .boxshadow .flexicon1 img{
        width: 20px;
        height: 20px;
    }
    .section-10  .boxshadow .flexicon1 h2{
       font-size: 10px;

    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
}






























