* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

header,
section,
article,
aside,
nav,
footer,
address {
    display: block;
}

body {
    font-family: 'product_sansregular';
    font-family: 'Roboto Slab', serif;
    font-size: 17px;
    color: #333;
    overflow-x: hidden;
    min-width: 320px;
    margin: 0;
}

input,
textarea,
select {
    font-family: 'product_sansregular';
    font-family: 'Roboto Slab', serif;
}

p {
    line-height: 1.6em;
}

.thumb {
    display: block;
}

.thumb img {
    display: block;
    width: 100%;
}

@font-face {
    /*font-family: 'product_sansregular';*/
    src: url('../fonts/product_sans/product_sans_regular-webfont.woff2') format('woff2'), url('../fonts/product_sans/product_sans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

::placeholder {
    color: #4d9c7c;
}

a:hover,
[type="submit"]:hover {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

.wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1800px;
}

div.container h1.head-a {
    letter-spacing: 7px;
    /*font-family: 'pridi', serif;*/
}


/* mishkath-home-style */

#mishkath-head {
    position: relative;
    bottom: 270px;
    text-align: left;
    right: 300px;
}

.buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.download {
    display: inline-block;
    border: 1px solid;
    padding: 7px 17px;
    color: green;
    margin: 8px 0;
}

.clickbale {
    border: 1px solid;
    padding: 5px 20px;
    background: linear-gradient(#2f9172, #205c9d) !important;
    border-color: #00983f !important;
    color: #fff;
    border-radius: 5px;
}

.gender {
    border: 1px solid #eaeaec;
    border-radius: 5px;
    padding: 0.525rem 0;
}

.clickbale:hover {
    color: #fff;
}

div.hm {
    text-align: left;
}

.ngm {
    margin-top: 20px;
}

.bgm {
    margin-bottom: 16px;
}

.paid {
    background: #d4d418;
    padding: 0 10px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 8px;
}

.free {
    background: #40a120;
    padding: 0 10px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 8px;
}

div.bank-details {
    width: 90%;
    background: #fff;
    padding: 30px 15px;
    margin-top: 30px;
    margin: 0 auto;
}


/*div.bank-details div.details { 
    text-align: center;
}

div.bank-details div.details h3 { 

}
div.bank-details .details-cards{
    margin-top: 17px;
}
div.bank-details div.detail-card { 
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

div.bank-details div.detail-card h6 { 
    width: 50%;
    font-size: 15px;
}

div.bank-details div.detail-card p { 
    font-size: 15px;
    margin-bottom: 8px;
}*/

.table1 {
    background: #fff;
    padding: 20px 15px 35px;
    width: 60%;
    margin: 0 auto;
    display: none;
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
}
.align-items-center a {
    margin-left: 7px;
}
.list-unstyled>li a {
    margin-left: 7px;
}
.table1 table {
    width: 100%;
}

.table1 table tr:first-child th {
    text-align: center;
    position: relative;
}

.table1 table tr:first-child th span {
    position: absolute;
    right: 10px;
    top: -10px;
}

.table1 .table3 {
    padding-top: 20px;
}

.container {
    text-align: center;
}

.table1 th,
.table1 td {
    font-size: 15px;
    padding-top: 11px;
}

.clr {
    clear: both;
}

.container>header {
    padding: 30px 30px 10px 20px;
    margin: 0px 20px 10px 20px;
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.container>header h1 {
    font-family: "helvetica neue", helvetica;
    font-size: 35px;
    line-height: 35px;
    position: relative;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    padding: 0px 0px 5px 0px;
}

.container>header h1 span {}

.container>header h2,
p.info {
    font-size: 16px;
    font-style: italic;
    color: #f8f8f8;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

div.top-box {
    margin-top: -140px;
    ;
}

.slideshow,
.slideshow:after {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}

.slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}

.slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}

.slideshow li div h3 {
    /*font-family: "helvetica neue", helvetica;*/
    text-transform: uppercase;
    font-size: 80px;
    padding: 0;
    line-height: 200px;
    color: rgba(255, 255, 255, 0.8);
}

.slideshow li:nth-child(1) span {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/slide-1.jpeg) no-repeat
}

.slideshow li:nth-child(2) span {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/main-bg.jpg) no-repeat;
    background-size: 100% 100%;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/slide-1.jpeg) no-repeat;
    background-size: 100% 100%;
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/main-bg.jpg) no-repeat;
    background-size: 100% 100%;
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.slideshow li:nth-child(5) span {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/slide-1.jpeg) no-repeat;
    background-size: 100% 100%;
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.slideshow li:nth-child(6) span {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/main-bg.jpg) no-repeat;
    background-size: 100% 100%;
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}


/* Animation for the slideshow images */

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }

    25% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }

    25% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -o-transform: scale(1.05);
        -o-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -o-transform: scale(1.1);
    }

    25% {
        opacity: 0;
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -ms-transform: scale(1.05);
        -ms-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -ms-transform: scale(1.1);
    }

    25% {
        opacity: 0;
        -ms-transform: scale(1.1);
    }

    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        transform: scale(1.1);
    }

    25% {
        opacity: 0;
        transform: scale(1.1);
    }

    100% {
        opacity: 0
    }
}


/* Animation for the title */

@-webkit-keyframes titleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px);
    }

    8% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    19% {
        opacity: 0
    }

    25% {
        opacity: 0;
        -webkit-transform: scale(10);
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes titleAnimation {
    0% {
        opacity: 0;
        -moz-transform: translateY(200px);
    }

    8% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    19% {
        opacity: 0
    }

    25% {
        opacity: 0;
        -moz-transform: scale(10);
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes titleAnimation {
    0% {
        opacity: 0;
        -o-transform: translateY(200px);
    }

    8% {
        opacity: 1;
        -o-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -o-transform: scale(1);
    }

    19% {
        opacity: 0
    }

    25% {
        opacity: 0;
        -o-transform: scale(10);
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes titleAnimation {
    0% {
        opacity: 0;
        -ms-transform: translateY(200px);
    }

    8% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -ms-transform: scale(1);
    }

    19% {
        opacity: 0
    }

    25% {
        opacity: 0;
        -webkit-transform: scale(10);
    }

    100% {
        opacity: 0
    }
}

@keyframes titleAnimation {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }

    8% {
        opacity: 1;
        transform: translateY(0px);
    }

    17% {
        opacity: 1;
        transform: scale(1);
    }

    19% {
        opacity: 0
    }

    25% {
        opacity: 0;
        transform: scale(10);
    }

    100% {
        opacity: 0
    }
}


/* Show at least something when animations not supported */

.no-cssanimations .slideshow li span {
    opacity: 1;
}

@media screen and (max-width: 1140px) {
    .slideshow li div h3 {
        font-size: 100px
    }
}

@media screen and (max-width: 600px) {
    .slideshow li div h3 {
        font-size: 50px
    }
}


/* mishkath-home-end-here */

div.notice-mar {
    margin-top: -210px;
}

#course {
    background: #f1f1f1;
    padding: 6.25rem 0;
}

#course {}

#course div.course-container {}

#course div.course-container div.tittle {
    margin-bottom: 60px;
}

#course div.course-container div.tittle h4 {
    text-align: center;
    font-size: 1.875rem;
}

#course div.course-container div.course-cards {}

#course div.course-container div.course-cards {}

#course div.course-container div.course-cards ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -2%;
    max-width: 1200PX;
    margin: 0 auto;
}

#course div.course-container div.course-cards ul li {
    width: 23%;
    margin-bottom: 3%;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
}

#course div.course-container div.course-cards ul li a {
    display: inline-block;
    width: 100%;
}

#course div.course-container div.course-cards ul li a div.top-card {
    width: 100%;
    height: 175px;
    background: #f1f1f1;
}

#course div.course-container div.course-cards ul li a div.top-card img {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

#course div.course-container div.course-cards ul li a div.bottom-card {
    background-color: #fff;
    border-radius: 0 0 15px 15px !important;
}

#course div.course-container div.course-cards ul li a div.bottom-card h5 {
    text-align: center;
    padding: 18px 15px 5px;
    border-radius: 0 0 15px 15px;
}

#course div.play {
    background: #fff;
    border-radius: 0 0 15px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

#course div.play div.play-a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

#course div.play span {
    margin-right: 5px;
}

#course div.play h6 {
    margin-bottom: 0;
    font-size: 14px;
}

#course div.play div.play-b {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

#topics {
    background: #f9f8f8;
    padding: 6.25rem 0;
}

#topics div.wrapper {
    max-width: 1400px;
}

#topics div.wrapper div.course-container {}

#topics div.wrapper div.course-container div.tittle {
    margin-bottom: 50px;
}

#topics div.wrapper div.course-container div.tittle h4 {
    text-align: center;
    font-size: 1.875rem;
}

#topics div.wrapper div.course-container div.course-cards {}

#topics div.wrapper div.course-container div.course-cards div.course-card {}

#topics div.wrapper div.course-container div.course-cards div.course-card ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}

#topics div.wrapper div.course-container div.course-cards div.course-card ul li {
    width: 20%;
    border: 1px solid #c4bdbd;
    border-radius: 15px;
}

#topics div.wrapper div.course-container div.course-cards div.course-card ul li:nth-child(n+5) {
    margin-top: 25px;
}

#topics div.wrapper div.course-container div.course-cards div.course-card ul li a {
    width: 100%;
}

#topics div.wrapper div.course-container div.course-cards div.course-card ul li a div.top-card {
    position: relative;
}

#topics div.wrapper div.course-container div.course-cards div.course-card ul li a div.top-card img {
    width: 100%;
    display: inline-block;
    height: 170px;
    border-radius: 15px 15px 0 0;
    opacity: .7;
}

#topics div.wrapper div.course-container div.course-cards div.course-card ul li a div.top-card i {
    position: absolute;
    right: 50%;
    bottom: 50%;
    font-size: 44px;
    top: 41%;
    left: 43%;
    color: #fff;
}

a.hovering:hover {
    color: #3e9273;
}

.dwnd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dwnd a {
    border: 1px solid #449b69;
    padding: 3px 20px;
    display: inline-block;
}

#topics div.wrapper div.course-container div.course-cards div.course-card ul li a div.bottom-card {}

#topics div.wrapper div.course-container div.course-cards div.course-card ul li a div.bottom-card h5 {
    text-align: center;
    padding: 8px 15px;
    margin-bottom: 0;
    background: #ffff;
    border-bottom: 1px solid #0000001f;
    border-radius: 0 0 15px 15px;
}

.enquire-form {
    padding-top: 40px;
}

.enquire-form h4 {}

.enquire-form form {
    margin-top: 22px;
}

.enquire-form form p {}

.enquire-form form p input {
    border: 1px solid #3e9272;
    padding: 6px 13px;
    border-radius: 5px;
}

.enquire-form form button {
    width: max-content;
    padding: 6px 13px;
}

#topics div.play {
    background: #fff;
    border-radius: 0 0 15px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

#topics div.play div.play-a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

#topics div.play span {
    margin-right: 5px;
}

#topics div.play h6 {
    margin-bottom: 0;
    font-size: 14px;
}

.main-vd {
    padding: 70px 0;
}

#topics div.play div.play-b {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.sub-section {}

#Videos {
    margin: 0 auto;
    padding: 3.25rem 0 4.25rem;
    max-width: 1200px;
}

.Videos-bar {
    height: 210px;
}

#Videos .tittle h4 {
    text-align: center;
    font-size: 1.875rem;
}

#Videos .tittle {
    margin-bottom: 30px;
}

#Videos main {
    display: flex;
    justify-content: space-around;
}

#Videos main #container {
    width: 70%;
    height: 50%;
}

#Videos main #container #player {
    width: 100%;
}

#Videos main #container #player source {}

#Videos main #container #player track {}

#Videos main #container #player a {}

#Videos main #container div.vedio-contents {
    padding-top: 15px;
}

#Videos h4 {
    margin-top: 10px;
}

#Videos main #container div.vedio-contents h4 {}

#Videos main #container div.vedio-contents p {}

#Videos main div.sub-Videos {
    width: 25%;
}

#Videos main div.aside-container #player {
    width: 100%;
}

#Videos main div.aside-container {
    width: 100%
}

#Videos main div.aside-container:not(:first-child) {
    margin-top: 30px;
}

#Videos main div.aside-container video {
    width: 100%;
    height: 100%;
}

#Videos main div.aside-container div video {
    width: 100%
}

#Videos main div.aside-container #player source {}

#Videos main div.aside-container #player track {}

#Videos main div.aside-container #player a {}

.pl-lg-4,
.px-lg-4 {
    padding-bottom: 40px;
}

.age-card {
    position: absolute;
    top: 9px;
    bottom: 0;
    right: 9px;
}

.age-card h5 {
    background: #31976b;
    padding: 3px 8px;
    border-radius: 7px;
    color: #fff;
    font-size: 15px;
}

#mission {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

#mission div.mission-box {
    width: 50%;
    background: #e9e9e900;
    box-shadow: 2px 0 #77777714;
}

#mission div.title {
    padding: 12% 35px;
}

#mission div.mission-box div.title h2 {
    color: #3e9273;
}

#mission div.mission-box div.title p {}

#mission div.visio-box {
    width: 50%;
    background: #e9e9e900;
}

#mission div.title {
    text-align: center;
}

#mission div.visio-box div.title h2 {
    color: #1b6599;
}

#mission div.title p {
    font-size: 19px;
    margin-top: 25px;
}

a.bttn {
    padding: 15px 15px 0px;
    border: 1px solid;
    border-radius: 8px;
}

#about-us {
    padding: 8% 0;
    background-image: linear-gradient(#2f9172, #205c9d);
    text-align: center;
}

#about-us section.wrapper {}

#about-us section.wrapper div.tittle {}

#about-us section.wrapper div.tittle h4 {
    color: #fff;
    font-size: 1.875rem;
}

#about-us section.wrapper div.tittle h6 {
    margin: 30px 0 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 26px;
}

#about-us section.wrapper div.tittle p {
    color: #fff;
}

#about-us section.wrapper div.tittle p br {}

@media all and (max-width: 1280px) {}

@media all and (max-width: 980px) {
    #course div.course-container div.course-cards ul li {
        width: 31%;
    }

    div.notice-mar {
        margin-top: 0;
    }

    div.top-box {
        margin-top: -3px;
        ;
    }

    #Videos {
        padding: 3.25rem 0;
    }

    .footer-bottom {
        padding-top: 15px !important;
        ;
        padding-bottom: 12px !important;
        <div class="col-lg-9 text-white"><h1 class="head-a display-lg-3 font-weight-bold text-white wow slideInUp">MISHKATH </h1><p class="lead wow slideInUp">“What is learned in youth is carved in stone.” </p><a href="#academy"class="btn btn-primary btn-lg mt-3 wow slideInUp">Read More</a></div>;
    }

    #course {
        padding: 4.25rem 0;
    }

    #course div.wrapper div.course-container div.course-cards div.course-card ul li {
        width: 32%;
    }

    #course div.wrapper div.course-container div.course-cards div.course-card ul li:nth-child(n+4) {
        margin-top: 15px;
    }

    .padding-y-100,
    .paddingTop-100 {
        padding-top: 4.25rem !important;
    }

    .padding-y-100,
    .paddingBottom-100 {
        padding-bottom: 4.25rem !important;
    }

    .mt-5,
    .my-5 {
        margin-top: 2rem !important;
    }

    #topics div.wrapper div.course-container div.course-cards div.course-card ul li {
        width: 32%;
    }

    #topics div.wrapper div.course-container div.course-cards div.course-card ul li:nth-child(n+4) {
        margin-top: 15px;
    }

    #topics {
        padding: 4.25rem 0;
    }
}

@media all and (max-width: 768px) {

    .padding-y-80,
    .paddingTop-80 {
        padding-top: 4rem !important;
    }

    #course div.course-container div.tittle {
        margin-bottom: 40px;
    }

    #course div.course-container div.tittle h4 {
        font-size: 1.475rem;
    }

    #about-us section.wrapper div.tittle h4 {
        font-size: 1.375rem;
    }

    #about-us section.wrapper div.tittle h6 {
        font-size: 20px;
    }

    .h2,
    h2 {
        font-size: 1.375rem;
    }

    .vision {
        padding-bottom: 0 !important;
    }

    .mission {
        padding-top: 25px !important;
    }

    #mission div.visio-box {
        width: 90%;
        margin: 0 auto;
    }

    #mission div.mission-box {
        width: 90%;
        box-shadow: 0;
        margin: 0 auto;
    }

    #mission {
        display: block;
    }

    #course div.course-container div.course-cards ul li {
        width: 47%;
    }

    .hamburger {
        padding: 6px;
        width: 37px;
        height: 35px;
        position: relative;
        left: 40px;
    }
}

@media all and (max-width: 640px) {
    .table1 {
        top: 16%;
    }

    .table1 h3 {
        font-size: 19px;
    }

    .table1 {
        width: 100%;
        z-index: 2;
    }

    div.bank-details {
        width: 100%;
    }

    #mission div.title p {
        margin-top: 15px;
    }

    #mission div.title {
        padding: 0;
    }

    #mission {
        display: block;
        padding: 35px 0;
    }

    #mission div.visio-box {
        width: 100%;
    }

    #mission div.mission-box {
        width: 100%;
    }

    #course div.course-container div.course-cards ul li {
        width: 48%;
    }

    #course div.course-container div.course-cards ul li:nth-child(n+3) {
        margin-top: 15px;
    }

    #course {
        padding: 3.25rem 0;
    }

    .padding-y-100,
    .paddingTop-100 {
        padding-top: 2.25rem !important;
    }

    .h2,
    h2 {
        font-size: 1.675rem;
        margin-bottom: 0px;
    }

    .mb-4,
    .my-4 {
        margin-bottom: 1.1rem !important;
    }

    #topics div.wrapper div.course-container div.course-cards div.course-card ul li {
        width: 48%;
    }

    #topics div.wrapper div.course-container div.course-cards div.course-card ul li:nth-child(n+3) {
        margin-top: 15px;
    }

    #topics {
        padding: 3.25rem 0;
    }
}

@media all and (max-width: 480px) {
    #Videos main div.aside-container:first-child {
        margin-top: 30px;
    }

    .Videos-bar {
        height: 100px;
    }

    .ec-nav .nav-link {
        color: #ffffff;
    }

    .collapse.show {
        background: #000;
    }

    #Videos main div.sub-Videos {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .margin-y-40,
    .marginBottom-40 {
        margin-bottom: 1.5rem !important;
    }

    .Videos-bar {
        width: 92%;
        margin: 0 auto;
    }

    #Videos main div.aside-container {
        width: 32%;
        margin: 0 auto;
        justify-content: space-between;
    }

    .container .Investig {
        margin-top: 7px !important;
    }

    .h4,
    h4 {
        font-size: 1.075rem;
    }

    #Videos main #container {
        width: 90%;
        margin: 0 auto;
    }

    #Videos .tittle h4 {
        font-size: 22px;
    }

    #Videos {
        padding: 25px 0;
    }

    #Videos main {
        display: block;
    }

    .mt-5,
    .my-5 {
        margin-top: 2rem !important;
    }

    .margin-y-40,
    .marginTop-40 {
        margin-top: 1.5rem !important;
    }

    .padding-y-100,
    .paddingBottom-100 {
        padding-bottom: 45px !important;
    }

    .pt-5,
    .py-5 {
        padding-top: 15px !important;
    }

    #topics div.wrapper div.course-container div.tittle h4 {
        font-size: 22px;
    }

    #topics {
        padding: 35px 0;
    }

    #mission div.title p {
        margin-top: 2px;
    }

    #course div.course-container div.tittle h4 {
        font-size: 22px;
    }

    #course {
        padding: 35px 0;
    }

    #about-us section.wrapper div.tittle h4 {
        font-size: 21px;
    }

    #about-us section.wrapper div.tittle h6 {
        margin: 15px 0 10px;
        font-size: 23px;
    }

    .Investig {
        margin-top: 10px;
    }

    .btn-lg {
        padding: 7px 25px;
    }

    .mt-5,
    .my-5 {
        margin-bottom: 0 !important;
    }

    .buttons {
        margin-top: 24px;
    }

    #course div.course-container div.course-cards ul li {
        width: 100%;
    }

    #course div.course-container div.course-cards ul li:nth-child(n+2) {
        margin-top: 15px;
    }

    #course div.course-container div.course-cards ul li a div.bottom-card h5 {
        padding: 18px 15px;
    }
}

@media all and (max-width: 400px) {
    #course div.course-container div.tittle {
        margin-bottom: 30px;
    }

    #topics div.wrapper div.course-container div.tittle {
        margin-bottom: 30px;
    }

    #topics div.wrapper div.course-container div.course-cards div.course-card ul li {
        width: 100%;
    }

    #topics div.wrapper div.course-container div.course-cards div.course-card ul li:nth-child(n+2) {
        margin-top: 15px;
    }
}

@media all and (max-width: 380px) {}