                @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
                @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Quicksand:wght@700&family=Roboto:wght@400;500&display=swap');
                * {
                    margin: 0;
                    padding: 0;
                    box-sizing: border-box;
                }
                
                img {
                    cursor: pointer;
                }
                
                .navbar-nav {
                    padding: 0rem 1rem;
                }
                
                .navbar-nav li {
                    padding: 0 0.5rem;
                    margin: 0.5rem 0;
                }
                
                .navbar a.nav-link {
                    padding-left: 0.5rem;
                }
                
                .navbar-nav li:last-child {
                    padding-right: 0;
                }
                
                .nav-link {
                    width: 100%;
                    height: 100%;
                }
                
                .padding {
                    padding: 3rem 1rem 0 1rem;
                }
                
                hr {
                    width: 60%;
                    margin: 0 auto 1rem auto;
                }
                
                .navbar img {
                    height: 5rem;
                }
                
                .top .caption .btn:hover {
                    background-color: #fa7d09;
                    border: none;
                }
                
                .welcome {
                    width: 75%;
                    margin: 0 auto;
                    margin-top: 2rem;
                }
                
                .top {
                    position: relative;
                }
                
                .top img {
                    width: 100%;
                    height: 100vh;
                }
                
                .top .caption {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }
                
                .top .caption h1 {
                    font-family: 'Quicksand';
                    color: #fff;
                    font-size: 380%;
                    text-transform: uppercase;
                    text-shadow: 1px 1px 10px #000;
                }
                
                .top .caption h2 {
                    font-family: 'Quicksand';
                    color: #fff;
                    font-size: 280%;
                    text-transform: uppercase;
                    text-shadow: 1px 1px 10px #000;
                }
                
                .top .btn {
                    padding: 0.5rem 0.7rem;
                    margin-top: 2rem;
                    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                }
                
                .navbar .nav-item a {
                    color: #fff !important;
                    font-family: 'Roboto', sans-serif;
                }
                
                .navbar .active,
                .navbar .nav-item a.nav-link:hover {
                    background-color: #fa7d09;
                    border-radius: 5px;
                }
                
                .bg-light {
                    background-color: rgba(0, 0, 0, 0) !important;
                }
                
                nav.scrolled {
                    background-color: rgba(0, 0, 0, 0.8) !important;
                    color: white !important;
                    height: 80px !important;
                }
                
                .navbar img {
                    transform: scale(0.9);
                    transition: 0.3s linear;
                }
                
                .navbar-toggler {
                    border-color: #fff;
                }
                
                .bg-light.scrolled img {
                    transform: scale(0.6);
                    transition: 0.4s linear;
                }
                
                .btn.btn-dark:hover {
                    background-color: #fa7d09!important;
                }
                
                .services-img img {
                    height: 10rem;
                    border-radius: 50%;
                    cursor: pointer;
                }
                
                .career-img img {
                    width: 100%;
                    height: auto;
                    cursor: pointer;
                    margin-bottom: 1rem;
                }
                
                #fixed h1 {
                    font-size: 400%;
                }
                
                #fixed p {
                    font-size: 150%;
                }
                
                #info {
                    margin-top: 1rem;
                }
                
                .display-4 {
                    color: #fa7d09;
                }
                
                #career {
                    background-color: #f1efef;
                }
                
                #director p {
                    font-size: 150%;
                }
                
                #director img {
                    height: 18.5rem;
                }
                
                .job img {
                    height: 25rem;
                }
                
                .job .text p {
                    font-size: 160%;
                }
                
                .job .text h1 {
                    font-size: 210%;
                }
                
                #footer {
                    background-color: rgba(0, 0, 0, 0.8);
                    color: #fff;
                    padding: 2rem 0 1rem 0;
                    line-height: 1.5rem;
                }
                
                #footer li {
                    margin: auto;
                    width: 10rem;
                    list-style-type: none;
                    display: block;
                    text-align: left;
                    margin-bottom: 0.5rem;
                    ;
                }
                
                #footer li a {
                    text-decoration: none;
                    color: #fff;
                }
                
                #footer li a:hover {
                    color: #fa7d09;
                    margin-left: 1rem;
                    transition: 0.3s linear;
                }
                
                .privacy a {
                    text-decoration: none;
                    color: #fff;
                }
                
                .fixed-wrap h1 {
                    font-family: 'Montserrat', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
                    position: absolute;
                    font-size: 300%;
                    text-transform: uppercase;
                    text-shadow: 1px 1px 15px #000;
                    margin-bottom: 1rem;
                    color: #fff;
                    z-index: 10;
                    padding-top: 1.5rem;
                    left: 34.5%;
                }
                
                .text-orange {
                    color: #fa7d09;
                }
                
                .buttons button {
                    margin-right: 2rem;
                }
                
                .dropdown-menu {
                    background-color: rgba(0, 0, 0, 0.8);
                }
                
                .dropdown-menu .dropdown-item:hover {
                    background-color: #fa7d09;
                    border-radius: 5px;
                    ;
                }
                
                #career p {
                    font-size: 1.2rem;
                }
                
                .gallery img {
                    height: 12rem;
                    width: auto;
                }
                
                .video video {
                    border-radius: 10px;
                    padding: 0 1rem;
                    width: 50%;
                    height: auto;
                }
                
                .video {
                    display: flex;
                    width: 100px;
                    justify-content: space-evenly;
                    align-items: center;
                    flex-wrap: wrap;
                }
                
                .video img {
                    height: 5rem;
                }
                
                .carousel-control-prev-icon {
                    background-color: #000;
                }
                
                .carousel-control-next-icon {
                    background-color: #000;
                }
                
                .btn-outline-secondary .fa-arrow-right {
                    margin-left: 10px;
                }
                
                .btn-outline-secondary:hover .fa-arrow-right {
                    margin-left: 20px;
                    transition: 0.3s linear;
                }
                
                .box {
                    width: 100%;
                    height: 600px;
                }
                
                .section1 {
                    width: 100%;
                    height: 40vh;
                    background-image: url("../assets/about2.jpg");
                    background-attachment: fixed;
                    background-size: 35rem;
                    background-position: 50% 10%;
                }
                
                .section3 {
                    width: 100%;
                    height: 35vh;
                    background-color: #1d1d1d !important;
                    color: #fff;
                    text-align: center;
                    position: relative;
                }
                
                .page-top h1 {
                    font-family: 'Roboto';
                }
                
                .section3 h1 {
                    font-family: Arial;
                    font-size: 200%;
                    position: absolute;
                    top: 40%;
                    left: 50%;
                    transform: translate(-50%, 50%);
                }
                
                .about {
                    margin-top: 2rem;
                    background-color: rgba(250, 246, 246, 0.952);
                    padding-bottom: 2rem;
                    ;
                }
                
                .about h1 {
                    font-size: 400%;
                    margin-bottom: 2rem;
                }
                
                .about h3 {
                    background-color: rgb(1, 219, 248) !important;
                    color: #000;
                    padding: 0.5rem 1rem;
                }
                
                .about p {
                    padding: 0 1rem;
                    font-family: 'Montserrat';
                    margin-bottom: 3rem;
                    margin-top: 1rem;
                }
                
                .about ul {
                    margin-left: 3rem;
                    font-size: 1.2rem;
                    margin-top: 1rem;
                }
                
                .inner-ul li {
                    list-style-type: none;
                }
                
                .inner-ul li::before {
                    content: "➤";
                    padding-right: 5px;
                }
                
                #demo {
                    height: 100%;
                    position: relative;
                    overflow: hidden;
                }
                
                .green {
                    background-color: #6fb936;
                }
                
                .thumb {
                    margin-bottom: 30px;
                }
                
                .page-top {
                    margin-top: 35px;
                }
                
                img.zoom {
                    width: 100%;
                    height: 200px;
                    border-radius: 5px;
                    object-fit: cover;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    -ms-transition: all .3s ease-in-out;
                }
                
                .transition {
                    -webkit-transform: scale(1.2);
                    -moz-transform: scale(1.2);
                    -o-transform: scale(1.2);
                    transform: scale(1.2);
                }
                /*owl*/


                .modal-header {
                    border-bottom: none;
                }
                
                .modal-title {
                    color: #000;
                }
                
                .modal-footer {
                    display: none;
                }
                
                .video-gallery h1 {
                    color: #fff;
                    background-color: rgba(0, 0, 0, 0.8);
                    padding: 0.5rem;
                    border-radius: 7px;
                }
                
                .video-gallery iframe {
                    border-radius: 10px;
                    height: 200px;
                    width: 350px;
                }
                
                
                .whats-app {
                    position: fixed;
                    width: 60px;
                    height: 60px;
                    bottom: 40px;
                    right: 15px;
                    background-color: #25d366;
                    color: #FFF;
                    border-radius: 50px;
                    text-align: center;
                    font-size: 30px;
                    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6);
                    z-index: 100;
                }
                
                section#contact {
                    background-color: #212529;
                    background-image: url("../assets/img/map-image.png");
                    background-repeat: no-repeat;
                    background-position: center;
                }
                
                section#contact h3 {
                    color: #fed136 !important;
                }
                
                section#contact .section-heading {
                    color: #fff;
                }
                
                section#contact form#contactForm .form-group {
                    margin-bottom: 1.5rem;
                }
                
                section#contact form#contactForm .form-group input,
                section#contact form#contactForm .form-group textarea {
                    padding: 1.25rem;
                }
                
                section#contact form#contactForm .form-group input.form-control {
                    height: auto;
                }
                
                section#contact form#contactForm .form-group-textarea {
                    height: 100%;
                }
                
                section#contact form#contactForm .form-group-textarea textarea {
                    height: 100%;
                    min-height: 10rem;
                }
                
                section#contact form#contactForm p.help-block {
                    margin: 0;
                }
                
                section#contact form#contactForm .form-control:focus {
                    border-color: #fed136;
                    box-shadow: none;
                }
                
                section#contact form#contactForm ::-webkit-input-placeholder {
                    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
                    font-weight: 700;
                    color: #ced4da;
                }
                
                section#contact form#contactForm :-moz-placeholder {
                    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
                    font-weight: 700;
                    color: #ced4da;
                }
                
                section#contact form#contactForm ::-moz-placeholder {
                    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
                    font-weight: 700;
                    color: #ced4da;
                }
                
                section#contact form#contactForm :-ms-input-placeholder {
                    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
                    font-weight: 700;
                    color: #ced4da;
                }
                
                .my-float {
                    margin-top: 16px;
                }
                
                .page-top h1 {
                    color: #fff;
                    background-color: rgba(0, 0, 0, 0.8);
                    padding: 0.5rem;
                    border-radius: 7px;
                }
                
                #contact {
                    padding: 2rem;
                }
                
                .wrapper {
                    display: flex;
                    justify-content: space-evenly;
                    margin-top: 2rem;
                }
                
                .wrapper iframe {
                    width: 500px;
                    height: 250px;
                }
                
                #fixed a {
                    text-decoration: none;
                }
                
                .contact img {
                    height: 26rem;
                }
                
                .contact .text {
                    padding-top: 2rem;
                }
                
                .contact .text ul li {
                    margin-left: 1rem;
                }
                
                .contact .text a {
                    text-decoration: none;
                    color: #000;
                }
                
                .contact .text h2 {
                    color: #fa7d09;
                }
                
                .contact .text p {
                    font-size: 110%;
                }
                
                .contact .text ul li {
                    font-size: 100%;
                }
                
                .course th,
                td {
                    font-size: 140%;
                }
                
                .note h1,
                marquee {
                    color: red;
                }
                
                .note p {
                    font-size: 120%;
                }
                
                .workshop img {
                    height: 20rem;
                }
                
                .workshop ul li {
                    font-size: 150%;
                    margin-left: 1rem;
                }
                /*---Media Queries --*/
                
                @media (max-width: 990px) {
                    .job .text p {
                        font-size: 140%;
                    }
                    .job .text h1 {
                        font-size: 170%;
                    }
                    .job .text {
                        margin-top: 2rem;
                    }
                    #navbarResponsive {
                        background-color: rgba(0, 0, 0, 0.8)!important;
                    }
                    .top .caption h1 {
                        font-family: 'Quicksand';
                        color: #fff;
                        font-size: 330%;
                        text-transform: uppercase;
                        text-shadow: 1px 1px 10px #000;
                    }
                    .top .caption h2 {
                        font-family: 'Quicksand';
                        color: #fff;
                        font-size: 230%;
                        text-transform: uppercase;
                        text-shadow: 1px 1px 10px #000;
                    }
                    .top .btn {
                        padding: 0.5rem 0.8rem;
                        margin-top: 1rem;
                    }
                    .navbar img {
                        height: 4.5rem;
                    }
                    .fixed-wrap h1 {
                        font-family: 'Montserrat', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
                        position: absolute;
                        font-size: 300%;
                        text-transform: uppercase;
                        text-shadow: 1px 1px 15px #000;
                        margin-bottom: 1rem;
                        color: #fff;
                        z-index: 10;
                        padding-top: 1.5rem;
                        left: 30.5%;
                    }
                    .video-gallery h1 {
                        color: #fff;
                        background-color: rgba(0, 0, 0, 0.8);
                        padding: 0.5rem;
                        border-radius: 7px;
                    }
                    .video-gallery iframe {
                        border-radius: 10px;
                        height: 150px;
                        width: 200px;
                    }
                }
                
                @media (max-width: 768px) {
                    .contact img {
                        height: 18rem;
                    }
                    .contact .text {
                        text-align: center;
                    }
                    .contact .text p {
                        font-size: 160%;
                    }
                    .job {
                        text-align: center;
                    }
                    .video-gallery iframe {
                        border-radius: 10px;
                        height: 285.75px;
                        width: 508px;
                    }
                    .top .caption h1 {
                        font-family: 'Quicksand';
                        color: #fff;
                        font-size: 270%;
                        text-transform: uppercase;
                        text-shadow: 1px 1px 10px #000;
                    }
                    .top .caption h2 {
                        font-family: 'Quicksand';
                        color: #fff;
                        font-size: 170%;
                        text-transform: uppercase;
                        text-shadow: 1px 1px 10px #000;
                    }
                    .top .btn {
                        padding: 0.5rem 0.8rem;
                        margin-top: 1rem;
                    }
                    .fixed-wrap h1 {
                        position: absolute;
                        font-size: 250%;
                        text-transform: uppercase;
                        text-shadow: 1px 1px 15px #000;
                        margin-bottom: 1rem;
                        color: #fff;
                        z-index: 10;
                        padding-top: 1.5rem;
                        left: 35%;
                    }
                    .buttons {
                        width: 100%;
                        position: absolute;
                        z-index: 11;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                    }
                    #director img {
                        height: 20rem;
                    }
                    .top img {
                        width: 100%;
                        height: 75vh;
                    }
                    .fixed-wrap h1 {
                        font-family: 'Montserrat', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
                        position: absolute;
                        font-size: 250%;
                        text-transform: uppercase;
                        text-shadow: 1px 1px 15px #000;
                        margin-bottom: 1rem;
                        color: #fff;
                        z-index: 10;
                        padding-top: 2.5rem;
                        left: 30%;
                    }
                    .section3 h1 {
                        font-family: 'Roboto';
                        font-size: 200%;
                        position: absolute;
                        top: 30%;
                        left: 50%;
                        transform: translate(-50%, 50%);
                    }
                    .video-gallery iframe {
                        border-radius: 10px;
                        height: 193.125px;
                        width: 343.333px;
                    }
                    .video-gallery h1 {
                        font-size: 110%;
                        color: #fff;
                        background-color: rgba(0, 0, 0, 0.8);
                        padding: 0.5rem;
                        border-radius: 7px;
                    }
                    .page-top h1 {
                        font-size: 110%;
                        color: #fff;
                        background-color: rgba(0, 0, 0, 0.8);
                        padding: 0.5rem;
                        border-radius: 7px;
                    }
                    .wrapper {
                        display: flex;
                        justify-content: center;
                        flex-direction: column;
                        align-items: center;
                    }
                    .wrapper iframe {
                        width: 500px;
                        height: 200px;
                    }
                }
                
                @media (max-width: 576px) {
                    .video-gallery iframe {
                        border-radius: 10px;
                        height: 193.125px;
                        width: 343.333px;
                    }
                    .video-gallery h1 {
                        font-size: 110%;
                        color: #fff;
                        background-color: rgba(0, 0, 0, 0.8);
                        padding: 0.5rem;
                        border-radius: 7px;
                    }
                    .top .caption {
                        margin-top: 2rem;
                        margin-left: 0.5rem;
                    }
                    .top .caption h1 {
                        font-family: 'Quicksand';
                        color: #fff;
                        font-size: 180%;
                        text-transform: uppercase;
                        text-shadow: 1px 1px 10px #000;
                    }
                    .top .caption h2 {
                        font-family: 'Quicksand';
                        color: #fff;
                        font-size: 90%;
                        margin-left: 1.1rem;
                        text-transform: uppercase;
                        text-shadow: 1px 1px 10px #000;
                    }
                    .top .btn {
                        padding: 0.5rem 0.8rem;
                    }
                    .page-top h1 {
                        font-size: 110%;
                        color: #fff;
                        background-color: rgba(0, 0, 0, 0.8);
                        padding: 0.5rem;
                        border-radius: 7px;
                    }
                    .buttons {
                        width: 100%;
                        position: absolute;
                        z-index: 11;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                    }
                    .buttons button {
                        margin-bottom: 1rem;
                    }
                    .top img {
                        width: 100%;
                        height: 50vh;
                    }
                    .gallery img {
                        height: 18rem;
                        width: auto;
                    }
                    .video {
                        display: flex;
                        width: 500px;
                        justify-content: space-evenly;
                        align-items: center;
                        flex-wrap: wrap;
                    }
                    .navbar img {
                        height: 3rem;
                    }
                    .video-section img {
                        height: 18rem;
                    }
                    #director img {
                        height: 18rem;
                    }
                    .section3 {
                        width: 100%;
                        height: 25vh;
                        background-color: #1d1d1d !important;
                        color: #fff;
                        text-align: center;
                        position: relative;
                    }
                    .section3 h1 {
                        width: 100%;
                        font-family: 'Roboto';
                        position: absolute;
                        top: 40%;
                        left: 50%;
                        transform: translate(-50%, 50%);
                    }
                    .parallax img {
                        width: 100%;
                        height: 75vh;
                        position: fixed;
                        z-index: -1;
                    }
                    .wrapper {
                        display: flex;
                        justify-content: center;
                        flex-direction: column;
                        align-items: center;
                    }
                    .wrapper iframe {
                        width: 350px;
                        height: 200px;
                    }
                    .fixed-wrap h1 {
                        font-family: 'Montserrat', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
                        position: absolute;
                        font-size: 200%;
                        text-transform: uppercase;
                        text-shadow: 1px 1px 15px #000;
                        margin-bottom: 1rem;
                        color: #fff;
                        z-index: 10;
                        padding-top: 1.5rem;
                        left: 20%;
                    }
                    #director p,
                    h1 {
                        font-size: 100%;
                        padding: 0 1rem;
                    }
                    #fixed p {
                        font-size: 100%;
                        padding: 0 1rem;
                    }
                    #fixed h1 {
                        font-size: 190%;
                    }
                    .top button {
                        font-size: 0.8rem;
                    }
                    .top .first {
                        margin-left: 1.1rem;
                    }
                    .course th,
                    td {
                        font-size: 0.8rem;
                        text-align: center;
                    }
                    .course button {
                        font-size: 0.5rem;
                        font-weight: bold;
                    }
                }
                
                .counter {
                    background: #f6755e;
                    color: #fcdcd6;
                    height: 60px;
                    text-align: center;
                }
                
                .counter li {
                    font-size: 20px;
                    font-weight: 700;
                    list-style: none;
                    display: inline-block;
                    font-family: Verdana, Geneva, Tahoma, sans-serif;
                    margin-left: 1%;
                    line-height: 3;
                }
                
                .counter li a {
                    color: #fcdcd6;
                    vertical-align: middle;
                }
                
                .visitor p {
                    text-align: center;
                    font-weight: 800;
                    font-family: arial;
                    font-size: 30px;
                    color: #f6755e;
                    padding-bottom: 1rem;
                }
                
                .swal-wide {
                    width: 400px !important;
                    height: 400px !important;
                }
                
                .paypal img {
                    height: 20rem;
                }
                
                .center {
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                    width: 50%;
                }
                
                .center1 {
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                    width: 80%;
                }
                
                .top .caption h3 {
                    font-family: 'Quicksand';
                    color: #fff;
                    font-size: 200%;
                    text-transform: uppercase;
                    text-shadow: 1px 1px 10px #000;
                }
                .top .caption .mov{
                        font-family: 'Roboto';
                        color: #0bde43;
                        font-size: 280%;
                        text-transform: uppercase;
                        text-shadow: 1px 1px 10px #000;
                }





.slider {
    position: relative;
}
.slider .owl-nav button.owl-prev span {
    font-size: 57px;
    /* width: 46px; */
    /* display: inline-block; */
    line-height: 0;
    position: absolute;
    top: 12px;
    left: 10px;
}
.slider .owl-nav button.owl-next span {
    font-size: 57px;
    /* width: 46px; */
    /* display: inline-block; */
    line-height: 0;
    position: absolute;
    top: 12px;
    right: 10px;
}
.slider .owl-nav button.owl-prev {
    position: absolute;
    top: 39%;
    left: 0;
    background: #fff!important;
    width: 40px;
    height: 40px;
}
.slider .owl-nav button.owl-next{
      position: absolute;
    top: 39%;
    right: 0;
    background: #fff!important;
    width: 40px;
    height: 40px;
}

form #website{ display:none; }