body{
    margin:0;
    padding:0;
    color:white;
    scroll-behavior: smooth;
}
html{
    scroll-behavior: smooth;
    /* overflow-x:hidden; */
}
img{
    max-width: 100%;
}
.block1{
    background-color: #00353B;
}
#logo{
    height:110px;
    transition:300ms;
 }
.logo h2{
    transition:100ms;
    font-size:25px;
}
header{
    z-index:999;
    display:flex;
    justify-content: space-between;
    align-items:center;
    top:0;
    left:0;
    background-color: #00353B;
    position: fixed;
    width: 100%;
    /* border-bottom: 1px solid #FCD8CA; */
}
li{
    list-style: none;
    font-size:20px;
    width:100%;
    padding:5px 20px;
}
li a{
    color:#fff;
    width:100%;
}
.change{
    color:#000;
}
a{
    text-decoration:none; 
}
a:hover {
    color:#6ac587;
}
.head{
    /* margin-left:10em; */
    display: flex;
    align-items: center;
}
.main-a:hover,.main-b:hover,.main-c:hover,.main-d:hover{
    color:rgb(153, 210, 190);
}
.head a{
    transition:0.3s;
}
.main-a:after{
    content:"";
    position:absolute;
    background:#148457;
    height:3px;
    width:0;
    left:10;
    bottom:-5;
    transition:0.3s;
}
.main-a:hover:after {
    width:70%;
}
.main-b:after{
    content:"";
    position:absolute;
    background:#148457;
    height:3px;
    width:0;
    left:12;
    bottom:-5;
    transition:0.3s;
}
.main-b:hover:after {
    width: 84%;
}
.main-c:after{
    content:"";
    position:absolute;
    background:#148457;
    height:3px;
    width:0;
    left:12;
    bottom:-5;
    transition:0.3s;
}
.main-c:hover:after {
    width:84%;
}
.main-d:after{
    content:"";
    position:absolute;
    background:#148457;
    height:3px;
    width:0;
    left:12;
    bottom:-5;
    transition:0.3s;
}
.main-d:hover:after {
    width: 72%;
}
.graded {
    position:relative;
}
.gra{
    cursor: pointer;
}
.down1{
    transition: 200ms ease;
}
.graded:hover .gra {
    color: rgb(153, 210, 190);
}
.graded ul{
    position:absolute;
    left:17;
    z-index:999;
    top:26;
    height:0;
    overflow:hidden;
    width:160px;
    background:#fff;
    text-align: left;
    color:#111827;
    font-style:arial;
    transition:300ms ease;
    align-items: center;
}
.graded:hover ul{
    height:109px;
}   
/* Above block is for : Default On-Hover Dropdown_size for all tabs in navbar */

.dropdownsize1:hover ul{
    height:145px;
}
/* Above block is for : Specific On-Hover Dropdown_size for Specific tab in navbar */

.dropdownsize2:hover ul{
    height:40px;
}
/* Above block is for : Specific On-Hover Dropdown_size for Specific tab in navbar */

.graded:hover .down1{
    transform:rotate(180deg);
}
.graded ul li{
    color:#000;
    font-style:arial;
    width:100%;
    overflow:visible;
    margin-left:20;
    font-weight:0;
}
.graded li{
    width:fit-content;
}
.graded ul li:hover{
    background:#43B366;
    color:white;
    /* width:100%; */
}
.bar{
    width:fill;
    height:4px;
    margin-left:-40px;
    background:#158E5E;
}
.graded ul li{
    text-decoration:none;
    margin-left:-32px;
    font-size: medium;
    width:220px;
}
.about:hover ul{
    height:75px;
}
.services ul li{
    width:140px;
}
.services ul{width:140px;}
.services:hover ul{
    height:130px;
}
#menu{
    cursor:pointer;
    font-size:x-large;
    display:none;
    padding-right:5vw;
    margin-left:20px;
}
#head{
    position:fixed;
    right:0;
    top:0;
    transition:400ms ease-in-out;
    width:0;
    overflow: hidden;
    background: #156930;
    height:100%;
    z-index:1000;
}
.menu_a1 a li:hover{
    background:#148457;
}
#menudrop{
    cursor:default;
    /* font-size:20px; */
}
#menudrop:hover .menu_drop{
    display:block;
}
.menu_drop {
    display:none;
    overflow: hidden;
    position:absolute;
    background: #6b7179;
}
.menu_drop li:hover{
    background-color:#4B5563;
} 
.logo_img{
    /* width:10%; */
    display:flex;
    align-items: center;
    padding-left:5vw;
}
.head_main{
    text-align: center;
}
.logo {
    font-family: 'Nunito', sans-serif;
    display:inline-block;
}
h2{
    padding:0;
    margin:0;
}
a{
    margin:0 1vw;
    color: white;
    font-family: 'Baloo 2', cursive;
    z-index:999;
    /* font-weight: bold; */
}
.search{
    cursor:pointer;
    font-family: 'Baloo 2', cursive;
}
.signin,.explore {
    padding:15px 25px;
    background-color: white;
    color:black;
    border:none;
    font-size:15px;
    font-weight: 300;
    border-radius:10px;
    cursor:pointer;
    transition:400ms;
}
.explore{
    color:white;
    background-color: #43B366;
}
.signin:hover {
    margin-top:7px;
}
.explore:hover{
    background-color: #158E5E;
}
.watch{
    color:white;
    border:none;
    background: none;
    font-size:15px;
    cursor:pointer;
}
.yt2{
    padding-right:5vw;
}   
.yt{
    border:none;
    border-radius: 50px;
    display:flex;
    align-items: center;
    padding:9px 26px 9px 8px;
    font-size:larger;
    transition:300ms ease-in-out;
    cursor:pointer;
    position:relative;
    z-index:0;
}
.yt a{
    color:#111827;
    font-weight: 700;
    z-index:99;
    transition:200ms ease;
}
.yt i{
    transition:400ms ease-in-out;
}
.yt:hover .ext{
    padding-left:180px;
}
.yt:hover{
    color:white;
}
.yt:hover i{
    transform:rotate(-45deg);
}
.yt:hover a{
    color:white;
}
.ext{
    background: #158E5E;
    color:white;
    border-radius: 50px;
    padding:10px;
    position:absolute;
    transition:400ms ease;
    right:4px;
    z-index:1;
}
.block2{
    background: #00353B;
    padding: 0 5vw;
    font-family: 'Poppins', sans-serif;
    font-size:40px;
    position:relative;
}
.block2 p{
    margin:0;
    padding:170px 0 120px 0;
    width:60%;
}
.b1{
    position:absolute;
    top:300;
    right:200;
}
.block3{
    background:#FCD8CA;
    padding:25px 5vw;
}
.block3 a{
    color:#111827;
}
.block4{
    display:flex;
    justify-content: space-between;
    padding:80px 5vw;
}
.b2 li{
    font-size:15px;
}
.b2{
    width:30%;
    height:400px;
}
.b3{
    padding:0 25px;
    width:65%;
    transition:400ms ease;
}
.b3 h1, .b3 h2{
    color:#111827;
}
.b3 p{
    color:#4B5563;
}
#graded{
    overflow:auto;
    height:150px;
    padding:15px 10px;
}
#graded a{
    color:#111827;
    font-size:large;
    margin-bottom:-100px;
    transition:200ms ease;
}
#graded a:hover{
    text-decoration: underline;
    font-size:19px;
}
#graded li{
    list-style: none;
}
.btn{
    background:#00353B;
    color:white;
}
#button_2{
    margin-left:-20px;
    display:none;
}
#button_3{
    margin-left:-20px;
    display:none;
}
.btn:hover{
    background:#214448;
    color:white;
}
.accordion-button:not(.collapsed)::after{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    font-size:large;
}
.accordion-button:not(.collapsed){
    color:black;
}
.accordian-button:focus{
    border:none;
    box-shadow:0 0 0 0 black;
    outline:none;
    background:white;
    border-color:white;
}
.accordian-button{
    background:white;
    outline:none;
    box-shadow:none;
}
.accordian-header{
    color:white;
}
button:focus{
    border:none;
    outline:none;
}
#button {
    border-radius: 0px;
    box-shadow:none;
    outline:none;   
    background:none;
    border-bottom:1px solid rgb(248, 248, 248);
}
.block8{
    background-color: #00353B;
    font-family: 'Poppins', sans-serif;
    padding:30px 5vw 0 5vw;
}
.b10{
    text-align:center;
    padding-top:70px;
    margin-bottom: 60px;
}
.block8 h1{
    font-size: 45px;
}
.logo2{
    display:flex;
    align-items: center;
}
footer{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
#logo4{
    height:110px;
}
.f1{
    text-align: left;
    width:60%;
    margin-bottom: 30px;

}
.f2{
    width:60%;
    margin-top: 30px;
    justify-content: center;
    
}

.f2 p{
    font-size:25px;
    padding-left:15px;
}
#playlist{
    text-decoration:underline;
    color:black;
    display:none;
}
#playlist:hover{
    color:#148457;
}
hr{
    border:none;
    border-top:1px solid rgb(199, 204, 202);
}
@media screen and (max-width:1457px){
    .logo_img {
        padding-left:2vw;
    }.yt2 {
        padding-right:2vw;
    }
}
@media screen and (max-width:1417px){
    .logo_img {
        padding-left:1vw;
    }.yt2 {
        padding-right:1vw;
    }
}
@media screen and (max-width:1380px){
    .logo_img {
        padding-left:2vw;
    }
    .yt2{
        padding-right:2vw;
    }
}
@media screen and (max-width:1352px){
    .logo_img {
        padding-left:1vw;
    }
    .yt2{
        padding-right:1vw;
    }
}
@media screen and (max-width:1300px){
    .logo_img {
        padding-left:0.1vw;
    }
    #logo {
        height:100px;
    }
    .logo h2{
        font-size:20px;
    }
    .yt2 {
        padding-right:0.1vw;
        width:fit-content;
    }
}
@media screen and (max-width:1255px){
    .logo_img {
        padding-left:0;
    }
    #logo {
        height:100px;
    }
    .yt2 {
        padding-right:3px;
    }
}
@media screen and (max-width: 1213px) {  
    .head{
        display:none;
    }
    #menu{
        display:block;
    }
    .block4_coaching{
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .b1{
        right:100;
    }
    .yt2{
        display: none;
    }
    #body{
        margin:0 3vw;
        height:550px;
    }.body1{
        margin-right:20px;
    }.b2{
        margin-left:20px;
    }
    .block4{
        margin:120px 3vw;
    }.b3{
        margin-right:20px;
    }.block5{
        margin:120px 3vw 150px 3vw;
    }.b6{
        margin-left:20px;
    }.block6{
        margin:0 3vw 100px 3vw;
    }.b8 img{
        height:400px;
        width:600px;
    }.b7{
        margin-left:50px;
    }
    .block7{
        margin:0 3vw 100px 3vw;
    }.txt1{
        margin:0 200px 20px 200px; 
    }#img1{
        width:550px;
    }
}
@media screen and (max-width:1078px){
    .block8{
        padding:0 2vw 0 2vw;
    }
    .block4{
        padding:0;
    }
}
@media screen and (max-width:963px) {
    .row {
        display: block;
    }
    #b1 img, #b4 img, #b5 img {
        width:100%;
    }
    .block4,.block5{
        padding:0 5vw;
    }
    .body2 img{
        /* height:100%; */
        max-width:100%;
    }
    .block2 p{
        width:100%;
    }
    #show{display:none;}
    .hide{
        display:grid;
    }
    .ch2{
        width:100px;
        position:relative;
    }
    .block6{
        display:block;
        margin:0 10vw 50px 10vw;  
    }
    .block7 {
        display:block;
        padding:0 10vw;
    }
    .b7 {
        width:fit-content;
        padding:50px 0;
    }
    .b7 h1{
        font-size:3vw;
    }
    .b7 p {
        font-size:15px;
    }
    .b8 img{
        width:100%;
    }
    .hide img{
        width:100%;
    }
    .body1 {
        width:100%;
        margin-bottom:50px;
    }
    footer {
        display:block;
    }
    .f2 a{
        display:block;
    }
    .f2 i{
        display:none;
    }
    #body{display:block;}
    #heading{font-size:5vw;}
    footer {
        display:block;
        margin:0 auto;
        margin:0 10vw;
    }.block4_coaching{
        display:block;
    }
    .ch2 img{
        width:380px;
    }
    .block4_coaching{
        padding-left:15vw;
        padding-right: 15vw;
    }
    .ch1 {
        width:100%;
        margin-top:50px;
    }
    .block4{
        display:block;
    }
    #top_text {
        padding-top:100px;
    }
    .b2 {
        width:100%;
        margin:0;padding:0;
    }
    .b3{
        width:100%;
    }
}
@media screen and (max-width:870px){
    .txt1 {
        margin:0 8vw 20px 8vw;
    }
    .b1 {right:20;}
}
@media screen and (max-width:690px){
    .b8 {
        display:none;
    }
    .b1{display:none;}
    .f1 {
        width:100%;
    }
}
@media screen and (max-width:563px){
    footer {
        margin:0 5vw;
    }
    .block4_coaching{
        padding-left:5vw;
        padding-right:5vw;
    }
    #logo4{
        height:80px !important;
    }
    .f2 p{
        font-size:20px;
    }
    .logo2 h2{
        font-size:20px;
    }
}
@media screen and (max-width:500px){
    footer {
        margin:0 1vw;
    }
}
@media screen and (max-width:437px){
    .hide img{
        width:340px;
    }
    #inside {
        width:300px;
        left:20;
    }
}