/* .elementor-tab-title.elementor-tab-desktop-title.elementor-active:after {

	position: absolute;

	top: 100%;

	left: 0;

	width: 100%;

	height: 3px;

	background: rgba(255, 255, 255, 0.2);

	content: '';

	opacity: 0;

	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;

	-moz-transition: opacity 0.3s, -moz-transform 0.3s;

	transition: opacity 0.3s, transform 0.3s;

	-webkit-transform: translateY(10px);

	-moz-transform: translateY(10px);

	transform: translateY(10px);

} */



 

/*  

 .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-tab-desktop-title.elementor-active:after {

    position: absolute; 

        top: 100%;

        left: 0;

        width: 100%;

        height: 3px;

        background: rgba(235, 0, 0, 0.2);

        content: '';

        opacity: 0;

        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;

        -moz-transition: opacity 0.3s, -moz-transform 0.3s;

        transition: opacity 0.3s, transform 0.3s;

        -webkit-transform: translateY(10px);

        -moz-transform: translateY(10px);

        transform: translateY(10px);

    }



.elementor-tab-title.elementor-tab-desktop-title.elementor-active:hover:after, .elementor-tab-title.elementor-tab-desktop-title.elementor-active:focus:after {

	opacity: 1;

	-webkit-transform: translateY(0px);

	-moz-transform: translateY(0px);

	transform: translateY(0px);

}

.elementor-12024 .elementor-element.elementor-element-afe6f06:not(.elementor-motion-effects-element-type-background), .elementor-12024 .elementor-element.elementor-element-afe6f06 > .elementor-motion-effects-container > .elementor-motion-effects-layer {

    background-color: transparent;

    background-image: linear-gradient(180deg, #2F0037 0%, #ffc6ec 100%);













    }  */



    .elementor-tab-title.elementor-tab-desktop-title {

        border-bottom: 2px solid lightgrey !important;

    }

    /* -----Hover */

    .elementor-tab-title.elementor-tab-desktop-title:hover {

        border-bottom: 2px solid #830056 !important;

    }



    /* --------------------------------- */

    /* .sidebar-courses {

 

        position: relative; 

        

        width: 20%;

        top: 16%;

    }

    

    .sidebar-courses.fixed {

        position: fixed;

        top: 0;

 

    } */

    .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active{

        background: #ffffff !important;

    color: #000000 !important ;

    }

.icon-point{

    line-height: 1.83 !important;

}

.course-container-container-container{

    margin-bottom: 20px;

    margin-top: 10px;

}

.course-container{

    margin-top: 10px;

}

.post-btn{

    justify-content: center;

    display: flex;

}

.course-container-container-container span{

    font-family: 'League Spartan'!important;

}

.elementor-tab-content.elementor-clearfix.elementor-active ul {

    font-size: 15px !important;

    line-height: 1.83 !important;

}

/* .overview-cont:before{

    content: "";

    background: url(https://staging3.vyvoxel.com/wp-content/uploads/2024/07/check.png) no-repeat;

    position: absolute;

    width: 17px;

    height: 17px;

    left: 0;

    margin: 0;

    top: 45%;

    background-size: cover;

} */



/* .overview-cont-last:before{

    content: "";

    background: url(https://staging3.vyvoxel.com/wp-content/uploads/2024/07/check.png) no-repeat;

    position: absolute;

    width: 17px;

    height: 17px;

    left: 0;

    margin: 0;

    top: 15%;

    background-size: cover;

} */



.overview-cont{

    font-size: 15px;

    padding-left: 30px  ;

    position: relative;

    line-height: 1.73;

    margin-top: 10px;

}

.overview-cont-first-cont{

    font-size: 15px;

    padding-left: 30px  ;

    position: relative;

    line-height: 1.73;

    margin-top: 10px;

}

.heading-overview-content {

    color: #181818;

    font-family: 'League Spartan'!important;

    font-size: 28px;

    font-weight: 500;

}

.extra-text{

    font-size: 15px;

}

/* ------------- Curriculum section -------- */

.curriculum-container {

    position: relative; /* Ensure the container is positioned relative for absolute positioning of bullets */

    line-height: 34px;

}



.curriculum-item {

    position: relative; /* Position relative for the bullet point */

    padding-left: 30px; /* Space for the bullet */

    font-size: 15px;

}



.curri-heading{

    color: #000000;

    font-family: 'League Spartan' !important;

    font-size: 28px;

    font-weight: 500;

    margin: 9px 0px;

}

.basic-curriculum {

    color: #000000;

    font-size: 20px;

    font-weight: 500;

    margin: 0px;

}

.curriculum-item:before {

    content: "";

    background: url(https://staging3.vyvoxel.com/wp-content/uploads/2024/07/check.png) no-repeat;

    position: absolute;

    width: 17px; /* Adjust the width as needed */

    height: 17px; /* Adjust the height as needed */

    left: 0;

    top: 50%; /* Center the bullet vertically */

    transform: translateY(-50%); /* Adjust for perfect vertical centering */

    background-size: cover; /* Ensure the image covers the space */

}



/* ------Instructor overlay--------- */



  /* .instructor-container {

    position: relative;

    display: inline-block; 

}



.instructor-container-img {

    position: relative; 

}



.instructor-container-overlay {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgb(0 0 0 / 85%); 

    display: flex;

    align-items: center;

    justify-content: center;

    opacity: 0; 

    transition: opacity 0.3s; 

    z-index: 1; 

}



.instructor-container:hover .instructor-container-overlay {

    opacity: 1; 

}



.instructor-container-details {

    text-align: center; 

} */

.instructors-wrapper {

    display: flex;

    flex-direction: column;

    justify-content: center; /* Center the instructor container */

}



.instructor-container {

    display: flex; /* Use flexbox for layout */

    align-items: center; /* Align items at the start */

    margin: 20px; /* Add spacing between containers */

    flex-direction: column;

    width: 100%; /* Set width as needed */

    position: relative; /* Needed for absolute positioning of overlay */

}



.instructor-container-img {

    margin-right: 20px; /* Space between image and text */

    position: relative; /* Needed for absolute positioning of overlay */

}



.instructor-container-img img {

    max-width: 250px !important; /* Increase image size */

    height: auto; /* Maintain aspect ratio */

    border-radius: 8px; /* Optional: add rounded corners */

}



.instructor-container-overlay {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(0, 0, 0, 0.75); /* Background with some transparency */

    display: flex;

    align-items: center;

    justify-content: center;

    opacity: 0; /* Initially hidden */

    transition: opacity 0.3s ease; /* Smooth transition */

    z-index: 1; /* Ensure overlay is above other elements */

}



.instructor-container:hover .instructor-container-overlay {

    opacity: 1; /* Show overlay on hover */

}



.instructor-details {

    flex-grow: 1; /* Allow details to take remaining space */

}



.instructor-container-details {

    text-align: center;

    color: #ffffff;

    font-family: 'League Spartan', sans-serif;

    font-size: 20px;

}



.instructor-bio {

    font-size: 15px; 

    background: transparent; 

    color: #000000; 

    line-height: 31px; 

    margin-top: 5px; 

    padding: 10px 0; 

}

.elementor-element-43870fa7.elementor-align-center.sidebar-button-enroll .elementor-button.elementor-button-link.elementor-size-sm {

    width: 90%;

}



@media screen and (min-device-width: 766px) and (max-device-width: 1000px) {

    .elementor-element-5cf5fb66.e-con-full.full-page-container{

        display: flex;

        flex-direction: column;

    }

    .elementor-element-44e28e66.e-con-full.page-full-container{

        width: 100% !important;

    }

    .elementor-element.elementor-element-500d70eb.e-con-full.side-bar-course{

        width: 100% !important;

        margin-top: 12%;

    }

}

@media screen and (min-device-width: 320px) and (max-device-width: 475px) {

    .elementor-element.elementor-element-5014d3f4.sidebar-courses.e-flex.e-con-boxed.e-con.e-child{

    margin-top: 1px;

}

}



.elementor-tabs-wrapper .elementor-tab-title.elementor-active {

    background-color: #9ca0a34a;; /* Set background color for active tab */

    color: white; /* Optional: Change text color for better contrast */

}



@media screen and (min-device-width: 1000px) and (max-device-width: 1050px) {

.elementor-element.elementor-element-69e5064b.e-flex.e-con-boxed.e-con.e-parent{

    padding-top: 62px;

}

 .elementor-widget-container .elementor-accordion{

    width: 60%;

}

.elementor-element.elementor-element-211dd154.e-flex.e-con-boxed.e-con.e-parent{

    padding: 60px;

}

.elementor-element.elementor-element-3e9b0d2.elementor-hidden-desktop.e-flex.e-con-boxed.e-con.e-parent .e-con-inner{

    margin-top: 100px;

}



}






/* Event page CSS */



.em.pixelbones a {

    color: #000000 !important;

    background-color: transparent !important;

    font-weight: 500;

    font-family: "Helvetica", Sans-serif;

}

.em-item-meta-line.em-event-prices{

    display: none;

}

.em-item-desc{

    display: none;

}

.em-icon.em-icon-ticket{

    display: none;

}



.em-item-meta-line.em-event-prices{

    display: none !important;

}

.em.em-list .em-item .em-item-info .em-item-meta {

    display: flex !important;

    flex-direction: column !important;

}

.em-item-meta-line.em-event-date.em-event-meta-datetime {

   

    font-weight: 400;

    color: black;

    font-family: "Helvetica", Sans-serif;

}

.em-item-meta-line.em-event-time.em-event-meta-datetime {

    font-family: "Helvetica", Sans-serif;

    font-weight: 400;

    color: black;

}

.em-item-meta-line.em-event-date.em-event-meta-datetime .em-icon-calendar.em-icon {

    content: url(https://staging3.vyvoxel.com/wp-content/uploads/2024/10/calendar-5-1.png);

}

.em-item-meta-line.em-event-time.em-event-meta-datetime .em-icon-clock.em-icon {

    content: url(https://staging3.vyvoxel.com/wp-content/uploads/2024/10/clock-1.png);

}

.em.pixelbones .input .button {

    text-align: center !important;

    border-radius: 5px !important;

    display: inline-block !important;

    height: 50px !important;

    line-height: 55px !important;

    color: #ffffff !important;

    /* background-color: #1ab69d !important; */

    background: linear-gradient(45deg, #984ddb, #4735bb, #984ddb, #4735bb);

    padding: 0 30px !important;

    font-size: 13 px !important;

    font-weight: 500 !important;

    -webkit-transition: 0.4s !important;

    transition: 0.4s !important;

    font-family: "Helvetica", Sans-serif !important;

    border: 0 none !important;

    overflow: hidden !important;

    position: relative !important;

    z-index: 1 !important;

    border: 1px solid #8A49D6 !important;

}

.em.pixelbones .input .button:hover {

    background-color: #FFF !important;

    color: #ffffff  !important;

    border: 1px solid #8A49D6  !important;

  

}



.em.pixelbones .input button.button-primary:hover {

    background: transparent !important;

    border: 1px solid #8A49D6  !important;

    color:  #8A49D6 !important;

}

.em.pixelbones .input button.button-primary {

    text-align: center !important;

    border-radius: 5px !important;

    display: inline-block !important;

    height: 50px !important;

    line-height: 55px !important;

    color: #ffffff  !important;

    background: linear-gradient(45deg, #984ddb, #4735bb, #984ddb, #4735bb);

    padding: 0 30px !important;

    font-size: 13 px !important;

    font-weight: 500 !important;

    -webkit-transition: 0.4s !important;

    transition: 0.4s !important;

    font-family: "Helvetica", Sans-serif !important;

    border: 0 none !important;

    overflow: hidden !important;

    position: relative !important;

    z-index: 1 !important;

    border: 1px solid #8A49D6 !important;

}



.em.em-view-container .em-event.em-event-single {

    display: flex;

    flex-direction: column;

    position: relative;

    padding: 60px 0 60px;

    height: 100%;

    justify-content: flex-end;

    max-height: 100%;

    min-height: 1050px;

}

.em-event-single {

    /* display: flex; */

    column-gap: 30px;

}

.em-event-single section.em-item-header {

    width: 60% !important;

    flex-direction: column-reverse;

}

.em.em-view-container .em-event.em-event-single .em-event-content {

    width: 50% !important;

}

.em.em-view-container .em-event.em-event-single .em-event-bookings {

    position: absolute;

    top: 55px;

    width: 40% !important;

    right: 0;

    padding-bottom: 0 !important;

    padding-top: 0 !important;

}

section.em-event-bookings {

    padding: 40px 0px 40px 0px !important;

}

.em-event-bookings {

    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);

}

.em.em-view-container {

    max-width: 1200px;

    padding: 0 40px;

}

.em.em-view-container {

    width: 100% !important;

    margin: 0 auto;

}

.single-event .common-outer div img {

    width: 100% !important;

}



.entry-meta{

    display: none;

}

.postid-13548 .em-item-image {

    display: none;

}

.entry-title{

    display: none !important;

}



.em-tickets-spaces{

    display: none !important;

}

.em-event-bookings h2 {

    display: none !important; 

}

.em.em-view-container .em-event.em-event-single .em-event-bookings section.em-booking-form-section-details {

    padding-top: 30px;

}

.em-booking-form-section-details .em-booking-section-title.em-booking-form-details-title {

    position: relative;

}

.em-booking-form-section-details .em-booking-section-title.em-booking-form-details-title {

    border: none !important;

    background-color: white !important;

    color: black !important;

    text-align: center !important;

}

.em-event-bookings-meta{

    display: none !important;

}

.em.pixelbones.em-list.em-events-list .em-item-image img {

    height: 100%;

    object-fit: cover;

    width: 100%;

}

.em.pixelbones p {

    font-weight: 500 !important;

}

.em.pixelbones p {

    line-height: 30px !important;

}

section.em-event-content p {

    font-family: "Helvetica", Sans-serif !important;

    font-size: 15px;

    font-weight: 500px !important;

    line-height: 30px !important;

}

.em.em-view-container .em-event.em-event-single .em-event-content h6 {

    font-size: 30px !important;

    font-weight: 600 !important;

}

.em.pixelbones p {

    font-weight: 500 !important;

}

.em.pixelbones p {

    line-height: 30px !important;

}



section.em-event-content ol {

    font-family: "Helvetica", Sans-serif !important;

    font-weight: 500 !important;

    line-height: 30px !important;

    font-size: 15px !important;

}



.return-top.default{

    bottom: 100px !important; 

}

/* .em.em-event-booking-form .em-booking-section.em-booking-form-buttons {

    padding-left: 0 !important;

    padding-top: 0 !important;

    display: flex;

    justify-content: center;

    margin-right: -30px;

} */

/* .em.em-event-booking-form .em-booking-section {

    width: 70% !important;

} */

.em-booking-form-section-confirm .em-booking-section.em-booking-form-buttons.em-booking-buttons .em-form-submit.em-booking-submit.em-button.em-button-1 {

    text-align: center !important;

    border-radius: 5px !important;

    display: inline-block !important;

    height: 50px !important;

    line-height: 55px !important;

    color: var(--edublink-color-white) !important;

    background-color: #1ab69d !important;

    padding: 0 30px !important;

    font-size: 13 px !important;

    font-weight: 500 !important;

    -webkit-transition: 0.4s !important;

    transition: 0.4s !important;

    font-family: var(--edublink-font-secondary) !important;

    border: 0 none !important;

    overflow: hidden !important;

    position: relative !important;

    z-index: 1 !important;

}

.em-booking-form-section-confirm {

    display: flex;

    justify-content: center;

    z-index: 0;

    position: relative;

}

.em.em-event-booking-form .em-button.em-booking-submit {

    width: 100% !important;

}

.em.em-event-booking-form .em-booking-section.em-booking-form-buttons {

    padding-left: 0 !important;

    padding-top: 0 !important;

    display: flex;

    justify-content: center;

    margin-right: -30px;

}



.button-3 {

    appearance: none;

    background-color: #2ea44f;

    border: 1px solid rgba(27, 31, 35, .15);

    border-radius: 6px;

    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;

    box-sizing: border-box;

    color: #fff;

    cursor: pointer;

    display: inline-block;

    font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";

    font-size: 14px;

    font-weight: 600;

    line-height: 20px;

    padding: 6px;

    position: relative;

    text-align: center;

    text-decoration: none;

    

  }

  

  .button-3:focus:not(:focus-visible):not(.focus-visible) {

    box-shadow: none;

    outline: none;

  }

  

  .button-3:hover {

    background-color: #2c974b;

  }

  

  .button-3:focus {

    box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;

    outline: none;

  }

  

  .button-3:disabled {

    background-color: #94d3a2;

    border-color: rgba(27, 31, 35, .1);

    color: rgba(255, 255, 255, .8);

    cursor: default;

  }

  

  .button-3:active {

    background-color: #298e46;

    box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;

  }

  



/* --------- Contact form css============ */

/* Container for the whole form */

.custom-form-container {

    background: #d7abff ;

    padding: 30px;

    border-radius: 8px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    font-family: Arial, sans-serif;

    max-width: 800px;

    margin: 0 auto;

}

.custom-form-container .text-left {
    text-align: center !important;
}



/* Row container to group columns */

.custom-form-row {

    margin-bottom: 20px; /* Space between rows */

    /* display: flex;

    flex-wrap: wrap; */

}



/* Columns for form elements */

.custom-form-col {

    width: 100%; /* Default 2 columns layout */

    
}



/* Full-width column (for subject, message, or button) */

.custom-form-col.full-width {

    width: 100%;

    margin-right: 0; /* Remove margin for full-width items */

}



/* Input and textarea fields */

/* input[type="text"],

input[type="email"],
input[type="tel"],

textarea {

    width: 100%;

    padding: 12px;

    height: 50px !important;

    border-bottom: 1px solid #000000 !important;

    background-color: white;

    border-radius: 4px;

    font-size: 14px;

    font-family: 'Poppins';

    box-sizing: border-box;

    transition: border-color 0.3s ease;

}
 */

.custom-text, .custom-mail, .custom-text, .custom-textarea{

width: 100%;

    padding: 12px;

    height: 50px !important;

    border-bottom: 1px solid #000000 !important;

    background-color: white;

    border-radius: 4px;

    font-size: 14px;

    font-family: 'Poppins';

    box-sizing: border-box;

    transition: border-color 0.3s ease;
}

.contact-form .custom-textarea {

}


.custom-edu-input, .custom-edu-mail, .custom-edu-text{
width: 100%;
     padding: 12px;
    height: 50px !important;
     border-bottom: 1px solid #000000 !important;
     background-color:white;
     border-radius: 4px;
    font-size: 14px;
    font-family: 'Poppins';
    box-sizing: border-box;
    }


    /* .wpcf7-form input[type*="email"], .wpcf7-form input[type*="text"] {
        width: 100%;
        height: 68px;
        padding: 0 15px;
        margin-bottom: 2px;
        font-size: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background:ffffff;
        border: none;
    } */

 .custom-edu-textarea{

    height: 150px !important;

}
 


/* Placeholder styling */

input::placeholder,

textarea::placeholder {

    color: #888;

}



/* Input/textarea focus effect */

input:focus,

textarea:focus {

    border-color: #007bff;

    outline: none; /* Remove default outline */

}



/* Button styles */

input[type="submit"] {

    background-color: #6c369c !important; /* Blue background */

    color: #ffffff !important;

    padding: 12px 25px;

    border: none;

    border-radius: 4px;

    font-size: 16px;

    cursor: pointer;

    transition: background-color 0.3s ease;

}



/* Hover effect for the submit button */

input[type="submit"]:hover {

    background-color: #0056b3; /* Darker blue */

}



/* Action text alignment */

/* .action {

    text-align: left;

} */



/* Responsive Design */

@media (max-width: 768px) {

    /* On small screens (e.g., tablets), make all columns stack */

    .custom-form-col {

        width: 100%;

        margin-right: 0;

    }

}



@media (max-width: 576px) {

    .custom-form-container {

        padding: 20px; /* Less padding on small screens */

    }

    /* input[type="text"],

    input[type="email"],

    textarea {

        padding: 10px; /* Slightly smaller padding on small screens */

    } 





/* Modal Styles */

.video-modal {

    display: none; /* Hidden by default */

    position: fixed;

    z-index: 999;

    left: 25%;

    top: 13%;

    width: 50%;

    height: 100%;

    padding-top: 60px;

}



.modal-content {

    background-color: #fff;

    margin: 5% auto;

    padding: 20px;

    width: 80%;

    position: relative;

}



.close {

    color: #ffffff !important;

    font-size: 28px;

    font-weight: bold;

    position: absolute;

    top: 6px;

    right: 3px;

    background-color: #a400b1;

    padding: 0px 6px;

    border-radius: 10px;

    opacity: 1 !important;

}



.close:hover,

.close:focus {

    color: black;

    text-decoration: none;

    cursor: pointer;

}



/* -------------------- */

.postid-13986 .slider-conatiner .page-banner{

    display: none;

}

.page-id-14254 .slider-conatiner .page-banner{

    display: none;

}

.tawk-message-preview-content{

    display: none;

}



/* --------------owl carousel------- */

      

          /* Style the navigation arrows */

 .owl-carousel .owl-nav button {
    border: 1px solid black;
    border-radius: 50% !important;
    padding: 10px !important;
    font-size: 20px;
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, #D372C8, #632A5B) !important;
}


        /* Change background color on hover */

        .owl-carousel .owl-nav button:hover {

            background-color: rgba(0, 0, 0, 0.8); /* darker background on hover */

            color: #ffcc00; /* yellow color on hover */

        }



        /* Custom position for left and right arrows */

        .owl-carousel .owl-prev {

            left: 20px; /* Move left arrow a little to the left */

        }



        .owl-carousel .owl-next {

            right: 20px; /* Move right arrow a little to the right */

        }



        /* Optional: Add spacing between images */

        /* .owl-carousel .owl-item {

            margin: 0 15px; /* space between carousel items 

        } */



        /* Optional: Adjust the size of the arrows */

        .owl-carousel .owl-nav button i {

            font-size: 23px; /* Adjust the size of arrows */

        }

        /* Style the navigation arrows when they're "disabled" */

        .owl-carousel .owl-nav .disabled {

            opacity: 0.5; /* Lower opacity to indicate the button is disabled */

            pointer-events: none; /* Disable mouse interaction */

        }



        /* Custom hover style when arrows are enabled */

        .owl-carousel .owl-nav button:hover {

            background-color: rgba(0, 0, 0, 0.8); /* Darker background on hover */

            color: #ffcc00; /* Yellow color on hover */

        }





        /* ----------------- students work css--------- */



        /* Dotted pagination */

        .owl-carousel .owl-dots {

            text-align: center;

            margin-top: 20px;

        }



        .owl-carousel .owl-dots .owl-dot {

            display: inline-block;

            margin: 0 5px;

            width: 12px;

            height: 12px;

            background: 

            #b30404;

            border-radius: 50%;

            /* transition: background 0.3s ease; */

        }



        .owl-carousel .owl-dots .owl-dot.active {

            background: #333;

        }



        .owl-carousel .owl-dots .owl-dot:hover {

            background: #007bff; /* Add hover color */

        }



        /* --------------------------------------- */





        /* Zoom Effect on Hover */

        .video-container-carousel {

            position: relative;

            overflow: hidden;

            cursor: pointer;

            border-radius: 15px;

            border: 2px solid #08080826;

            padding: 20px;

            background-color: #b7adad2b;

        }



        .video-thumbnail {

            transition: transform 0.3s ease;

        }



        .video-container-carousel:hover .video-thumbnail {

            transform: scale(1.1);

        }



        /* Education page Carousal -joe */

        .video-container-carousel {

        

            display: flex;

            height: 130px;

            width: 155px;

            justify-content: center; 

        } 



        /*  portfolio page - owl carousal */

        .portfolio-works-container {

            position: relative;

            width: 100% !important;

            max-width: 1200px;

            margin: 0 auto;

            /* overflow: hidden; */

        }



        .owl-carousel {

            display: flex;

            transition: transform 0.5s ease-in-out;

            /* height: 310px; */

        }



        .portfolio-works-video-slide {

            position: relative;

            /* width: 100%; Each item will take 100% width in Owl Carousel */

            /* padding: 10px; */

            box-sizing: border-box;

            transition: 0.5s;

            /* width: 280px; */

        }



        .video-container iframe {

            width: 100%;

            height: 100%;

            border: 1px solid black;

            border-radius: 10px;

        }



         .owl-carousel-portfolio .caption {

            position: absolute;

            top: 140px;

            background-color: #44d5ab;

            color: white;

            font-size: 18px;

            text-align: center;

            padding: 14px;

            opacity: 0;

            transition: opacity 0.3s ease;

            width: 353px !important;

            z-index: -1;

            border-radius: 0 0 10px 10px;

            /* height: 50px; */

           

        }



        .portfolio-works-video-slide:hover .caption {

            opacity: 1; /* Show caption on hover */

        }



        .owl-carousel-portfolio .owl-nav button {

            color: white !important;

        } 



        .owl-carousel-portfolio .owl-nav button:hover {

            background-color: rgba(0, 0, 0, 0.8);

        }



        .owl-carousel-portfolio .owl-prev {

            position: absolute;

            left: 10px;

        }



        .owl-carousel-portfolio .owl-next {

            position: absolute;

            right: 10px;

        }





        .owl-carousel-portfolio .owl-carousel .owl-stage-outer{

            margin-top: 70px;

            /* margin-bottom: -120px; */

        }



        .owl-carousel-portfolio .video-container-carousel{

            margin-top: 1px;

            margin-bottom: 31px;

        }



          .portfolio-works-video-slide:hover { 

        

            transition: 0.5s;

            transform: translateY(-25px);  

            transform: scale(1.08); 

        } 



        /* Navigation dots - portfolio carousel */



        .owl-carousel .owl-dots .owl-dot, .flex-control-nav .owl-dots .owl-dot {

            display: none !important;

            margin: 0 3px !important;

            position: relative !important;

            border: none !important;

            padding: 0 !important;

            width: 0px !important;

            height: 0px !important;

            opacity: 0.3 !important;

            /* filter: alpha(opacity=30); */

            border-top: 5px solid #000000 !important;

            border-bottom: 5px solid #000000 !important;

            border-left: 5px solid #000 !important;

            background: none !important;

            border-right: 5px solid black !important;

        }

        



        .owl-carousel-portfolio .owl-nav{

            position: absolute !important;

            top: 30% !important;

            width: 100% !important;

            display: flex !important;

            justify-content: space-between !important;

        }



        .owl-carousel-portfolio .owl-nav button{

            width: 30px !important;

            height: 30px !important;

        }

        .owl-carousel-portfolio .owl-nav button{

            /* opacity: 0 !important;  */

            border: none;

            padding: 0!important;

            font: inherit

        }



       .owl-carousel .owl-nav button i{

            display: flex;

            justify-content: center;

            align-items: center;

        }

        

        .owl-carousel-portfolio .owl-stage{

            margin-top: 22px; /* for affecting the animation (margin-top) in the carouselportfolio page*/

           height: 220px;

        }




        /*    Student work page - owl Carousal   */



        /*  --------------  */

        .portfolio-works-container {

            position: relative;

            width: 100% !important;

            max-width: 1200px;

            margin: 0 auto;

            /* overflow: hidden; */

        }

        .owl-carousel-students-work .video-container-carousel {

        

            display: flex;

            height: 130px;

            width: 220px; 

            justify-content: center; 

        }  



         .owl-carousel-students-work .owl-carousel {

            display: flex;

            transition: transform 0.5s ease-in-out;

            /* height: 310px; */

        }



        .video-container iframe {

            width: 100%;

            height: 100%;

            border: 1px solid black;

            border-radius: 10px;

        }





        .owl-carousel-students-work .owl-nav button {

            color: white !important;

        } 



        .owl-carousel-students-work .owl-nav button:hover {

            background-color: rgba(0, 0, 0, 0.8);

        }



        .owl-carousel-students-work .owl-prev {

            position: absolute;

            left: 5px;

        }



        .owl-carousel-students-work .owl-next {

            position: absolute;

            right: 2px;

        }





        .owl-carousel-students-work .owl-carousel .owl-stage-outer{

            /* margin-top: 70px; */

            /* margin-bottom: -120px; */

        }



        .owl-carousel-students-work .video-container-carousel{

            margin-top: 1px;

            margin-bottom: 31px;

        }

/* 

          .portfolio-works-video-slide:hover { 

        

            transition: 0.5s;

            transform: translateY(-25px);  

            transform: scale(1.08); 

        }  */



        /* Navigation dots - portfolio carousel */


        .owl-carousel .owl-dots .owl-dot, .flex-control-nav .owl-dots .owl-dot {

            display: none !important;

            margin: 0 3px !important;

            position: relative !important;

            border: none !important;

            padding: 0 !important;

            width: 0px !important;

            height: 0px !important;

            opacity: 0.3 !important;

            /* filter: alpha(opacity=30); */

            border-top: 5px solid #000000 !important;

            border-bottom: 5px solid #000000 !important;

            border-left: 5px solid #000 !important;

            background: none !important;

            border-right: 5px solid black !important;

        }

        



        .owl-carousel-students-work .owl-nav{

            position: absolute !important;

            top: 43% !important;

            width: 100% !important;

            display: flex !important;

            justify-content: space-between !important;

        }



        .owl-carousel-students-work .owl-nav button{

            width: 30px !important;

            height: 30px !important;

        }

        .owl-carousel-students-work .owl-nav button{

            /* opacity: 0 !important;  */

            border: none;

            padding: 0!important;

            font: inherit

        }



        .owl-carousel-students-work .owl-carousel .owl-nav button i{

            display: flex;

            justify-content: center;

            align-items: center;

        }

        

        .owl-carousel-students-work .owl-stage{

            margin-top: 22px; /* for affecting the animation (margin-top) in the carouselportfolio page*/

           height: 220px;

        }



        .owl-carousel.owl-carousel-students-work.owl-loaded.owl-drag{

            margin: 0  !important;

        }

.owl-carousel-students-work .video-container-carousel {

            position: relative;

            overflow: hidden;

            cursor: pointer;

            border-radius: 15px;

            border: 2px solid #ffffff00;

            padding: 6px;

            background-color: #000000;

            left: 2px;

            width: 300px !important;

            height: 200px !important;
            
            margin-right: 30px !important;  
        }

        .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{

            margin-top: 26px !important;

        }


        .owl-carousel-students-work .owl-carousel .owl-item img{

            width: 100% !important;

            border-radius: 15px !important;

        }



      

       .owl-carousel .owl-nav button{

            color: #ffffff !important;

        }

        

        .owl-carousel-students-work .video-container-carousel:hover { 

            transition: 0.5s;

            /* transform: translateY(-25px);   */

            transform: scale(1.15); 

        } 





        /* .elementor-widget-wrap.elementor-element-populated{

            transition: 0.5s;

            transform: translateY(-25px);  

        }

         */

         .elementor-14254 .elementor-element.elementor-element-3c19c0d .eael-contact-form-7 .wpcf7-form-control.wpcf7-text{
           
            height: 50px;

            width: 100%;

            border-radius: 4px;

            border-bottom: 1px solid black;

        }
        
        .elementor-14254 .elementor-element.elementor-element-3c19c0d .eael-contact-form-7 .wpcf7-form input[type="submit"] {
          
            padding: 5px 15px 5px 15px !important;
           
        }
        /*       ...................................         */

        



        /*......  Education page  ...... */

        .elementor-element.elementor-element-5512a4e.e-con-full.education-carousel-01.e-flex.e-con.e-parent{

            margin-top: 50px;

        }

        .education-carousel-12{

            /* margin-top: 20px; */

        }
        
        .elementor-element.elementor-element-f6c6dc0.education-online-course.e-flex.e-con-boxed.e-con.e-parent{

            margin-top: 50px;
        }

        .education-online-course .education-online-course-12{

            margin-top: 70px;
        }

        /* .sticky .deskmenu-outer.deskmenu-outer .menu-header-menu-new-container ul#menu-header-menu-new-1 {

            margin-top: -8px !important;

        } */

        header.menu-sticky-header.sticky a.inner-page-logo img{

            max-width: 160px !important;
        }

        header.sticky .header-section-desktop{

            height: 75px;

        }

         .our-student-work{

            margin-top: 30px !important;
        } 

        .education-carousel-02{

            margin-top: 20px !important;

        }
        
        .education-carousel-01{

            /* margin-top: 30px !important;  */

            height: 190px !important;

        }

        .elementor-element.elementor-element-ebdc32f.testimonial-slider.e-flex.e-con-boxed.e-con.e-parent{

            /* margin-top: 90px !important; */

        }

        .elementor-element.elementor-element-cd425ba.insta-feed.elementor-widget.elementor-widget-shortcode{

            margin-top: 70px !important;
        }

        .elementor-element.elementor-element-89e9149.e-flex.e-con-boxed.e-con.e-parent{

            margin-top: 90px !important;
            
        }

        .owl-carousel .owl-stage-outer{

            margin-top: 40px !important;

        }

        

        .education-carousel-11{

            margin-top: 5px !important;

        }

        .education-column{

            height: 550px;
            margin-top: 90px;
        }

        .education-column-01{

            margin-top: 30px !important;

        }

        .education-main{

            margin-top: 50px !important;
        }
        
        .education-main-12{

            margin-top: 0px !important;
        }

        /* .testimonial-content {

            cursor: pointer;

            border-radius: 25px !important;

            border: 3px solid #75189536 !important;
        } */
         
         .testimonial-item-item1, .testimonial-item-item3   {

            animation: updown 3s ease-in infinite;
        }

        /* .testimonial-item-item1:hover{

            animation-play-state: paused;

        }

        .testimonial-item-item3:hover{

            animation-play-state: paused;
            
        } */

           
        
        @keyframes updown{

            0%{
                transform:  translateY(0) 
                ;
            }

            33% {
                transform:  translateY(20px) 
                 ;
            }
            67% {
                transform:  translateY(-20px) 
                 ;
            }

            100% {
                transform:  translateY(0px) 
                 ;
            }

        } 

        .testimonial-item-item2, .testimonial-item-item4 {

            animation: updown2 3s ease-in infinite;
        }

        /* .testimonial-item-item2:hover{

            animation-play-state: paused;
            
        }

        .testimonial-item-item4:hover{

            animation-play-state: paused;
            
        } */

        @keyframes updown2 {

            0%{
                transform:  translateY(0) 
                ;
            }

            33% {
                transform:  translateY(-20px) 
                 ;
            }
            67% {
                transform:  translateY(20px) 
                 ;
            }

            100% {
                transform:  translateY(0px) 
                 ;
            }

        } 
    
       
        .demo-button a {

            animation: zoom 0.8s ease-in infinite;
        }

        .demo-button a:hover {

            animation-play-state: paused;

            background-color: #44d5ab !important;

        }       

        @keyframes zoom {

            from {
               
                transform: scale(1)
                
            }

            to {

                transform:scale(1.15)
            }

            
        }
          
        
        
             /* Button animation */

         a.elementor-button {

            position: relative !important;

            border-radius: 10px !important;

            background: #6C369C !important; 

            transition: 0.8s !important;

            overflow: hidden !important;

        }
        
         a.elementor-button::before {

            content: "" !important;

            position: absolute !important;

            left: 50% !important;

            top: 50% !important;

            width: 100% !important;

            /* border-radius: 50% 50% 0 0 !important; */

            height: 0 !important;

            background: #49C78D !important;

            z-index: -1 !important;

            transition:  all 0.5s ease !important;

            transform: translate( -50%, -50%) rotate(45deg) !important;

        }
        
        a.elementor-button:hover::before {

            height: 380% !important;

        }
        
        a.elementor-button span {

            z-index: 9 !important;

            position: relative !important;

        }
        
        a.elementor-button:hover span {

            color: #fff !important;

        }

        .buttonall a.elementor-button {

            position: relative !important;

            border-radius: 10px !important;

            background: #6C369C !important; 

            transition: 0.8s !important;

            overflow: hidden !important;

        }
        
        .buttonall a.elementor-button::before {

            content: "" !important;

            position: absolute !important;

            left: 50% !important;

            top: 50% !important;

            width: 100% !important;

            /* border-radius: 50% 50% 0 0 !important; */

            height: 0 !important;

            background: #49C78D !important;

            z-index: 1 !important;

            transition:  all 0.5s ease !important;

            transform: translate( -50%, -50%) rotate(45deg) !important;

        }
        
        .buttonall a.elementor-button:hover::before {

            height: 380% !important;

        }
        
        .buttonall a.elementor-button span {

            z-index: 9 !important;

            position: relative !important;

        }
        
        .buttonall a.elementor-button:hover span {

            color: #fff !important;

        }
            
        /*    .......................    */


        .buttonall a.eael-creative-button {

            position: relative !important;

            border-radius: 10px !important;

            background: #ffffff !important; 

            transition: 0.8s !important;

            overflow: hidden !important;

        }
        
        .buttonall a.eael-creative-button::before {

            content: "" !important;

            

            position: absolute !important;

            left: 50% !important;

            top: 50% !important;

            width: 100% !important;

            /* border-radius: 50% 50% 0 0 !important; */

            height: 0 !important;

            background: #49C78D !important;

            z-index: 1 !important;

            transition:  all 0.5s ease !important;

            transform: translate( -50%, -50%) rotate(45deg) !important;

        }
        
        .buttonall a.eael-creative-button:hover::before {

            height: 380% !important;

        }
        
        .buttonall a.eael-creative-button span {

            z-index: 9 !important;

            position: relative !important;

        }
        
        .buttonall a.eael-creative-button:hover span {

            color: #fff !important;

        }

        .buttonall .eael-creative-button {

            font-size: 16px !important;

            font-weight: 600 !important;

        }
            
        /*    .......................    */





        /*  ......   Portfolio-page  ......  */

        .portfolio-main{

            margin-top: 110px !important;
        }

        /* .AR-VR-MR-shop-video{

            margin-top: 80px !important;

        } */

        .portfolio-line-divider{

            margin-top: -50px;

        }

        .portfolio-icon i {

            animation: loading 2s ease-in infinite ;
            color: #44d5ab !important;
        }

        @keyframes loading {

            0%{
                transform: rotateX(0deg) rotateY(0deg) 
                rotateZ(0deg) ;
            }

            50% {
                transform: rotateX(0deg) rotateY(180deg) 
                rotateZ(0deg) ;
            }

            /* 100% {
                transform: rotateX(0deg) rotateY(180deg) 
                rotateZ(360deg) ;
            } */

        }
          
/* 
        .container-head-set img{ 

            max-width: 374px !important;

            margin-left: -3px !important;

            margin-top: -5px !important;

        } */

        img.attachment-large.size-large.wp-image-15166{

            max-width: 384px !important;

        }

        /* .box-porfolio-outer .box-porfolio{

            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            width: 80px;
            height: 80px;
            z-index: -2 !important;
            margin-top: -350px;

        }

        
        .box-porfolio{

            transform: translateX(70vw);
            animation: spinning 2s ease  6s 2 alternate-reverse ;
        }

        @keyframes spinning {

            to {

                transform: translateX(-72vw) rotate(360deg) scale(3.4);

            }
        } */

        /* .ar-vr-image {

            left: 20px !important;
        
            z-index: -3 !important;
        
            scale: 1.4 !important;
        
            margin-top: -320px !important;
        
        } */

        /* .ar-vr-image{

             transform: scale(); 

            animation: zoomin 2s ease-in  2s 1  ;

        }

        @keyframes zoomin {

            from {

                transform:  scale(0.6);

            }

            to {

                transform:  scale(1);

            }
        } 
 */


        .bg-image1{

            z-index: -2 !important;
            margin-top: -650px !important;
            height: 200px !important;
            width: 700px !important;
        }

        #contactPopup {
            display: none; /* Ensure this is set initially */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
            z-index: 9999;
        }

        #contactPopups {
            display: none; /* Ensure this is set initially */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
            z-index: 9999;
        }

        /* .wpcf7-form input[type*="tel"], .wpcf7-form input[type*="select"] {
            width: 100%;
            height: 50px;
            padding: 0 15px;
           
            font-size: 15px;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #F0F0F0;
            border: none;
        } */

    .select-course-select{
    padding: 0 15px;
    width: 100%;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #F0F0F0;
    border: none;
}

.select-course-selects{
    padding: 0 15px;
    width: 100%;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #F0F0F0;
    border: none;
}
        
        .popup-content {
            
            margin: 2% auto;
            padding: 25px;
            width: 90%;
            max-width: 500px;
            background: #cba3ef;
            border-radius: 27px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .popups-content {
            
            margin: 2% auto;
            padding: 20px;
            width: 90%;
            max-width: 500px;
            background:#cba3ef;
            border-radius: 27px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        
        
        .popup-close-home {
           
            top: 10px;
            right: 10px;
            font-size: 20px;
            font-weight: bold;
            color: #333;
            cursor: pointer;
        }

        .popups-close-home {
           
            top: 10px;
            right: 10px;
            font-size: 20px;
            font-weight: bold;
            color: #333;
            cursor: pointer;
        }
        
        
        .popup-close-home:hover {
            color: #f00;
        }
        .popups-close-home:hover {
            color: #f00;
        }
        
      
        .custom-form-container {
            display: flex;
            flex-direction: column;
           
        }
        
        .custom-form-row {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        
        
        .custom-form-col.full-width {
            flex: 100%;
        }
       
        
        
        .action.text-left {
            text-align: left;
        }
        
        .btn-theme {
            padding: 10px 20px;
            background-color: #007BFF;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .btn-theme:hover {
            background-color: #0056b3;
        }



        /* entroll form  */

        /* General Form Container Styling */
.custom-form-containers {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

/* Form Row Styling */
.custom-form-rows {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.custom-form-cols {
    flex: 1;
    padding: 0 10px;
}

.custom-form-cols.full-width {
    flex: 100%;
}

/* Input Field Styling */
/* .input-name-name,
.input-email-email,
.form-input-input,
.select-course-selects {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
} */




.input-name:focus,
.input-email:focus,
.form-input:focus,
.select-course-selects:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
    outline: none;
}

.input-name::placeholder,
.input-email::placeholder,
.form-input::placeholder {
    color: #aaa;
    font-size: 14px;
}

/* Select Dropdown Styling */
.select-course-selects {
    appearance: none;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="gray"%3E%3Cpath d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 12px;
}

/* Submit Button Styling */
.btn-themes {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-themes:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.btn-themes:active {
    background-color: #004080;
    transform: translateY(0);
}

/* Action Container Styling */
.action {
    margin-top: -10px;
    /* left: 35px !important; */
}
/* Responsive Design */
@media screen and (max-width: 768px) {
    .custom-form-row {
        flex-direction: column;
    }

    .custom-form-col {
        padding: 0;
    }
}


 .input-email {

    margin-top: -9px !important;

 }

 .input-ph{

    margin-top: -9px !important;

 }

 .select-course-select{

    margin-top: -9px !important;

 }

 .wpcf7-response-output{

    margin-top: 10px !important;
    font-size: 14px !important;
    color: black !important;

 }

 .wpcf7 form.invalid .wpcf7-response-output{

    border-color: red !important;
 }

 .owl-carousel .owl-nav button i {

    height: 25px !important;

    width: 25px !important;

    font-size: 15px !important;

    color: white !important;

 }

 .testimonial-item{

    border-radius: 30px !important;

    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important; */

 }

 .testimonial-content {
    padding: 15px 12px 14px 12px !important;
}
   
 
 



.input-name, .input-email, .input-ph, .select-course-selects {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    
    border-radius: 4px;
    box-sizing: border-box;
}

.action .btn-demo {
    display: inline-block;
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.action .btn-demo:hover {
    background-color: #0056b3;
}

.custom-form-rowss {
    display: flex;
    gap: 10px;
}
 
 .custom-form-colss{
    flex: 1;
 }
 
 .half-width {
    flex: 0 0 calc(50% - 5px); /* 50% width minus gap */
 }
 
 .full-width {
    flex: 0 0 100%; /* Full width */
 }
 
 .input-name,
 .input-email,
 .input-ph,
 .select-course-select
 {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
 }
 
 .head-set-img-2 img{

    max-width: 383px !important;
 }



 
 /*   portfolio page contact us animation   

 .ar-vr-right-1r{

    left: 245px !important;

 }

 .ar-vr-left-1l {

    right: 66px !important;

 }

 .ar-vr-left-middlel {

    left: 100px !important;

 }

 .ar-vr-left-2l {

    right: 60px !important;

 }

 .ar-vr-right-2r {

    left: 233px !important;

 }

 .ar-vr-left-1l ,  .ar-vr-left-2l {

    animation: leftslide 2s ease infinite ;

 }

 @keyframes leftslide {

    0%{

        transform: translateX( 0px );
    }

    50% {

        transform: translateX( 50px );
    }

    100% {

        transform: translateX( 0px);
    }

 }

 .ar-vr-right-1r ,.ar-vr-right-2r {

    animation: rightslide 2s ease infinite ;

 }

 @keyframes rightslide {

    0%{

        transform: translateX( 0px );
    }

    50% {

        transform: translateX( -50px );
    }

    100% {

        transform: translateX( 0px);
    }

 }

 .ar-vr-left-middlel{

    animation: leftmidslide 2s ease infinite ;

 }

 @keyframes leftmidslide {

    0%{

        transform: translateX( 0px );
    }

    50% {

        transform: translateX( -50px );
    }

    100% {

        transform: translateX( 0px);
    }

 }

 .ar-vr-right-middler{

    animation: rightmidslide 2s ease infinite ;   

 }

 
 @keyframes rightmidslide {

    0%{

        transform: translateX( 0px );
    }

    50% {

        transform: translateX( 50px );
    }

    100% {

        transform: translateX( 0px);
    }
} */



.fa-user:before {
    content: "\f007";
    color: red;
}

/* General form container */
.custom-form-edu {
    max-width: 900px;
    margin: 0 auto;
    padding: 23px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Row container for columns */
.custom-form-row-col {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Column styling for two-column layout */
.custom-form-colms.two-column {
    flex: 1 1 calc(80% - 20px);
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Full-width column styling */
.custom-form-colms.full-width {
    width: 100%;
    margin-bottom: 15px;
}

/* Styling for input fields */
/* .custom-form-colms input,
.custom-form-colms textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
} */

/* Placeholder text styling */
input::placeholder,
textarea::placeholder {
    color: #888;
}

/* Icon styling */
.custom-form-colms i {
    color: red;
    font-size: 20px;
    margin-right: 10px;
}

/* Input field focus styling */
input:focus,
textarea:focus {
    border-color: #007bff;
    outline: none;
}

/* Styling for phone input */
input[type="tel"] {
    max-width: 300px;
}

/* Styling for textarea */
textarea {
    height: 150px;
    resize: vertical;
}

/* Submit button styling */
.action .button-dem {
    background-color: #007bff;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Hover effect for the submit button */
.action .button-dem:hover {
    background-color: #0056b3;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .custom-form-colms.two-column {
        flex: 1 1 100%; /* Stack columns on smaller screens */
    }
    .action .button-dem {
        width: 100%; /* Make button full-width on smaller screens */
    }
}


.container-head-set-1 img {
    max-width: 102% !important;
    margin-top: -5px !important;
    margin-left: 0px !important;
}
   


/* @media (max-width:425px){

    .container-head-set-1 img {
        max-width: 100% !important;
        margin-top: -5px !important;
        margin-left: -1px !important;
    }
} */


/* .head-set-22 img {

    max-width: 100% !important;

} */


.design-commas {
    position: absolute;
    background-color: #c12dbe;
    padding: 4px;
    border-radius: 5px;
    left: 91%;
    bottom: 40%;
    width: 20px;
    height: 20px;
    z-index: 3;
}

.testimonial-container {

    max-width: 100%;

    margin: 0 auto;

}

/* .testimonial-item {
    height: 530px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #49C78D;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */

/* .testimonial-item .student-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
} */
/* .student-details {
    text-align: center;
} */
/* .student-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
} */
/* .ratings img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
} */
/* .testimonial-content {
    font-size: 15px;
    color: #555;
} */
.owl-carousel .owl-nav {
    position: absolute;
    top: 75%;
    width: 88%;
    display: flex;
    transform: translate(-50%, -26%);
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    left: 50%;
}

.education-our .owl-carousel .owl-nav {
    position: absolute;
    top: 100%;
    width: 88%;
    display: flex;
    transform: translate(-50%, -25%);
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    left: 50%;
    gap: 20px;
}

.owl-carousel .owl-nav i {
    font-size: 24px;
    color: #333;
}

.ratings {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}


.header-section-desktop{

    transition: 0.5s all !important;

}

/* .container-head-set-1 .head-set-1{

animation: scrolling linear;

animation-timeline: view() ;

animation-range: entry 0% cover 50% ; 

} */

@keyframes scrolling {

    from {

        opacity: 0;

        transform: translateX( -150px );

    }

    to{

        opacity: 1;

        transform: translateX(0px);
    }

}

.class-brochure-buttonall a.elementor-button {

    position: relative !important;

    border-radius: 10px !important;

    background: #6C369C !important; 

    transition: 0.8s !important;

    overflow: hidden !important;

}

.class-brochure-buttonall a.elementor-button::before {

    content: "" !important;

    position: absolute !important;

    left: 57% !important;

    top: 50% !important;

    width: 100% !important;

    /* border-radius: 50% 50% 0 0 !important; */

    height: 0 !important;

    background: #49C78D !important;

    z-index: 1 !important;

    transition:  all 0.45s ease !important;

    transform: translate( -50%, -50%) rotate(45deg) !important;

    scale: 1.19 !important;

}

.class-brochure-buttonall a.elementor-button:hover::before {

    height: 380% !important;

}

.class-brochure-buttonall a.elementor-button span {

    z-index: 9 !important;

    position: relative !important;

}

.class-brochure-buttonall a.elementor-button:hover span {

    color: #fff !important;

}


.roadmap1 img {

    width: 1150px !important;

}

/* .img-1-14{

    animation: zoomimg 5s ease infinite;   

 }

 
 @keyframes zoomimg {

    0%{

      transform: scale(1);

    }
    50%{
        transform: scale(2);

        
    }

 }  */

 .img-1-11 {

    margin-top: -220px !important;

    left: -435px !important;

 }


.img-1-12 {

    margin-top: -210px !important;

    left: -345px !important;

}

.img-1-13 {

    margin-top: -150px !important;

    left: -150px !important;

}

.img-1-14 { 

    margin-top: -135px !important;

    left: 80px !important;

}

.img-1-15 {

    left: 340px !important;

    margin-top: -100px !important;

}

.img-1-16 {

    margin-top: -70px !important;

    left: 530px !important;

}

.img-1-17 {

    margin-top: 415px !important;

    left: -555px !important;

}
 
.img-1-11{

    animation: zoom1 7s ease infinite;   

 }

 
 @keyframes zoom1 {

    0%{

      transform: scale(0);

    }

    14%{
        transform: scale(1.5);

        
    }

    28%{
        transform: scale(1.5);

        
    }

    42%{
        transform: scale(1.5);

        
    }

    56%{
        transform: scale(1.5);

        
    }

    70%{
        transform: scale(1.5);

        
    }

    84%{
        transform: scale(1.5);

        
    }

    100%{
        transform: scale(1.5);

        
    }


 }  

 .img-1-12{

    animation: zoom2 7s ease infinite;   

 }

 
 @keyframes zoom2 {

    0%{

      transform: scale(0);

    }
    14%{
        transform: scale(0);

        
    }

    28%{
        transform: scale(1.5);

        
    }

    42%{
        transform: scale(1.5);

        
    }

    56%{
        transform: scale(1.5);

        
    }

    70%{
        transform: scale(1.5);

        
    }
    
    84%{
        transform: scale(1.5);

        
    }

    100%{
        transform: scale(1.5);

        
    }

 }  


 .img-1-13{

    animation: zoom3 7s ease infinite;   

 }

 
 @keyframes zoom3 {

    0%{

      transform: scale(0);

    }
    14%{
        transform: scale(0);

        
    }

    28%{
        transform: scale(0);

        
    }

    42%{
        transform: scale(1.5);

        
    }

    56%{
        transform: scale(1.5);

        
    }

    70%{
        transform: scale(1.5);

        
    }
    
    84%{
        transform: scale(1.5);

        
    }

    100%{

        transform: scale(1.5);

    }
 }  


 
 .img-1-14{

    animation: zoom4 7s ease infinite;   

 }

 
 @keyframes zoom4 {

    0%{

      transform: scale(0);

    }

    14%{

        transform: scale(0);
 
    }

    28%{

        transform: scale(0);

    }

    42%{

        transform: scale(0);

    }

    56%{

        transform: scale(1.5);

    }

    70%{

        transform: scale(1.5);
 
    }
    
    84%{

        transform: scale(1.5);

    }

    100%{

        transform: scale(1.5);

    }

 }  
 
 .img-1-15{

    animation: zoom5 7s ease infinite;   

 }

 
 @keyframes zoom5 {

    0%{

      transform: scale(0);

    }

    14%{

        transform: scale(0);
 
    }

    28%{

        transform: scale(0);
 
    }

    42%{

        transform: scale(0);

    }

    56%{

        transform: scale(0);

    }

    70%{

        transform: scale(1.5);
        
    }
    
    84%{

        transform: scale(1.5);
  
    }

    100%{

        transform: scale(1.5);
  
    }

 }  

 .img-1-16{

    animation: zoom6 7s ease infinite;   

 }

 
 @keyframes zoom6 {

    0%{

      transform: scale(0);

    }

    14%{

        transform: scale(0);

    }

    28%{

        transform: scale(0);

    }

    42%{

        transform: scale(0);

    }

    56%{

        transform: scale(0);
  
    }

    70%{

        transform: scale(0);
  
    }
    
    84%{

        transform: scale(1.5);

    }

    100%{

        transform: scale(1.5);

    }
 }  











 .img-1-17{

    animation: zoom7 7s ease infinite;   

 }

 
 @keyframes zoom7 {

    0%{

      transform: scale(0);

    }

    14%{

        transform: scale(1);
  
    }

    28%{

        transform: translate(110px, -165px); 
    }

    42%{
        
        transform: translate(280px, -260px);
        
    }

    56%{

        transform:translate(495px, -345px);

    }

    70%{

        transform: translate(735px, -400px);

    }
    
    84%{

        transform:  translate(1075px, -425px);
 
    }

    100%{

        transform: scale(0);
 
    }

 }  

 @media screen and (min-device-width: 320px) and (max-device-width: 375px){

    .img-1-11 {

        margin-top: -110px !important;
    
        left: -100px !important;
    
     }

 }
 

 /* .counter {

    margin-top: 20px !important;

 }

 .outer-counter { 

    height: 500px !important;

 }

 .counter-all {

    left: 60px !important;

    width: 220px !important;

    height: 150px !important;

}

 .outer-counter {

    height: 470px !important;

 } */





.testimonial-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 20px 0 20px 0 !important;
    border-radius: 0px !important;
    width: 100% !important;
    margin: auto !important;
    background-image: linear-gradient(to right, #653997, #653997, #632A5B) !important;
}



.section_1 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 14px !important;
    margin-top: -20px;
    z-index: 2;
    color: black;
    /* background-image: linear-gradient(to right, #653997, #653997, #632A5B); */
    padding: 7px;
}

.section_1 .student-image {

    width: 80px !important;
     /* Adjust the size of the profile picture */
    height: 80px !important;

    

}


.section_1 .student-name {

    font-size: 18px !important;

    font-weight: bold !important;

    color: white !important;

    margin-top: 30px !important;

}

.section_1 .ratings img {

    display: flex !important;

    justify-content: center !important;

    margin-top: 10px !important;

}

.ratings {

    width: auto !important;


}



.section_2 {
    width: 97% !important;
    padding: 15px !important;
    /* border-radius: 10px !important; */
    height: 100px !important;
    margin-left: 1px !important;
    margin-top: 0px !important;
    /* background-image: linear-gradient(to right, #653997, #653997, #632A5B); */
}
   



.section_2 .testimonial-content {

    font-size: 14px !important;

    color: black !important;

    line-height: 1.5 !important;

    width: 850px !important;

    margin-left: -14px !important;

    margin-top: -14px !important;

}

 .course-services {

    margin-top: 40px !important; 

} 

.outer-counter {

    height: 300px !important;

    width: 1060px !important;

    left: 30px !important;

}

.counterr-2 {

    margin-top: -20px !important;

}




.testimonial-content {
    /* max-height: 100px; Adjust height as needed */
    overflow-y: auto;
    display: block;
    padding-right: 10px; /* Prevents content from hiding under scrollbar */
}

/* Custom scrollbar */
.testimonial-content::-webkit-scrollbar {
    width: 6px;
}

.testimonial-content::-webkit-scrollbar-thumb {
    background: #0073aa;
    border-radius: 3px;
}

.testimonial-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}



#category-posts-container {
    display: grid ;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 20px;
}

/* .post-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transition: transform 0.3s ease;
}

.post-item:hover {
    transform: translateY(-5px);
} */

.post-thumbnail img {
    width: 100%;
    border-radius: 8px;
}

.post-excerpt {
    font-size: 14px;
    color: #666;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
   color:000;
    text-decoration: none;
    border-radius: 5px;
}


.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 8px 12px;
    margin: 3px;
    background: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.pagination .current {

    background: #005f87;

}

.demo-btn22 {

    width: 250px !important;

    left: 104px !important;

}

.font-id {

    left: 30px !important;

}


@media screen and (min-device-width: 320px) and (max-device-width: 375px) {


.demo-btn22 {

    margin-left: -99px !important;

    height: 130px !important;

}

}

@media screen and (min-device-width: 375px) and (max-device-width: 425px) {


    .demo-btn22 {
    
        margin-left: -70px !important;
    
        height: 130px !important;
    
    }
    
    }

@media screen and (min-device-width: 425px) and (max-device-width: 425px) {


        .demo-btn22 {
        
            margin-left: -45px !important;
        
            height: 130px !important;
        
        }
        
        }

@media screen and (min-device-width: 320px) and (max-device-width: 375px) {
        
            .font-id img {

                margin-left: -55px !important;

                height: 150px !important;

        }
    }


@media screen and (min-device-width: 375px) and (max-device-width: 425px) {
        
        .font-id img {

            margin-left: -55px !important;

            height: 150px !important;

    }
}

@media screen and (min-device-width: 425px) and (max-device-width: 425px) {
        
    .font-id img {

        margin-left: -55px !important;

        height: 150px !important;

    }
}

.section_2 .student-name {

    display: flex !important;
;
    justify-content: center !important; 


}

.ratings img {

    height: 20px !important;

}

.student-image img {

   border-radius: 50% !important;

   margin-top: -25px !important;

}



/* Testimonials reponsive */



.student-image {

    z-index: 9;

    margin-top: -12px !important;

}

.testimonial-content::-webkit-scrollbar {

    width: 8px !important;

}

.testimonial-content::-webkit-scrollbar-thumb {

    background: #49C78D; 

    border-radius: 5px;

    cursor: pointer;

}
 



#custom-category-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .post-thumbnail {
            overflow: hidden;
            position: relative;
        }

        .post-thumbnail img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.3s ease;
            border-radius: 20px !important ;
        }

        .post-thumbnail:hover img {
            transform: scale(1.1);
        }

        .post-item h2 {
            margin: 20px 0 10px;
        }

        .post-item h2 a {
            text-decoration: none;
            color: #333;
        }

        .post-item h2 a:hover {
            color: #0073aa;
        }

        .post-excerpt {
            margin: 10px 0;
            color: #666;
        }

        /* .read-more {
            display: inline-block;
            margin-top: 10px;
            color: #0073aa;
            text-decoration: none;
        }

        .read-more:hover {
            text-decoration: underline;
        } */

      

        .post-date {
            font-size: 16px;
            color: #7d2a91;
            margin-top: 10px;
            font-weight: 900;
        }


        .pagination {
            margin-top: 20px;
            text-align: center;
        }

        .pagination a,
        .pagination span {
            margin: 0 5px;
            padding: 5px 10px;
            text-decoration: none;
            color: #0073aa;
            border: 1px solid #ddd;
        }

        .pagination a:hover {
            background: #0073aa;
            color: #fff;
        }

        .pagination .current {
            background: #0073aa;
            color: #fff;
            border-color: #0073aa;
        }


    /* Banner Styling */
    
.events-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* 1 event per row */
    gap: 20px;
    margin-bottom: 40px;
}

.event-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.event-item:hover {
    transform: translateY(-5px);
}

.event-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.event-content {
    padding: 20px;
    flex: 1;
}

.event-title {
    margin: 0 0 10px;
    font-size: 1.5em;
    color: #333;
}

.event-excerpt {
    margin-bottom: 15px;
    font-size: 0.9em;
    color: #666;
}


/*   course Enroll form */


.custom-form-col.two-column input {
    height: 40px !important;
}

.custom-form-row {
    display: flex !important;
    gap: 0px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.custom-form {
    margin-top: -25px !important;
}

.custom-form .action.text-center {
    display: flex !important;
    justify-content: center !important;
    position: relative !important;
    left: 0 !important;
}

.custom-form-container span.wpcf7-spinner {
    position: absolute !important;
    /* right: 2px !important; */
    top: 5px !important;
    /* left: 30px; */
}

.custom-form-row {
    margin-bottom: 6px !important;
}

.custom-form-row h2 {
    color: #6c369c;
}



element.style {

    gap: 10px !important;
    padding: 15px !important;
}

.carousel-slide {
    box-sizing: border-box !important;
    padding: 30px 50px 10px 10px !important;
    text-align: center !important;
}

.new-counter .e-con-inner {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    row-gap: 40px !important;
}

.counter-num .elementor-counter-title {
    line-height: 30px !important;
    padding-top: 0px !important;
    margin-top: -30px !important;
}

.counter-num .elementor-counter-number-wrapper {
    padding: 38px !important;
}
 


@media screen and ( max-device-width: 1100px) {
    
    .new-counter .e-con-inner {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        row-gap: 40px !important;
    }

    .counter-num .elementor-counter-number-wrapper {
        padding: 38px !important;
        min-height: 180px !important;
    }

    .elementor-counter .elementor-counter-number-wrapper {
        display: flex;
        text-align: center;
        align-items: center;
    }
    
    .counter-num .elementor-counter-title{
        font-size: 30px !important;
    }

    .counter-num .elementor-counter-number-wrapper{
        font-size: 30px !important;
    }
    
}

@media screen and ( max-device-width: 768px) {
    
    .new-counter .e-con-inner {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        row-gap: 40px !important;
    }

    .counter-num .elementor-counter-number-wrapper {
        padding: 38px !important;
        min-height: 130px !important;
    }

    .elementor-counter .elementor-counter-number-wrapper {
        display: flex;
        text-align: center;
        align-items: center;
    }
    
    .counter-num .elementor-counter-title{
        font-size: 24px !important;
    }

    .counter-num .elementor-counter-number-wrapper{
        font-size: 24px !important;
    }
    
}


@media screen and ( max-device-width: 425px){
    .new-counter .e-con-inner {
        display: grid !important;
        grid-template-columns: 1fr !important;
        row-gap: 40px !important;
    }
}


/* @media screen and ( max-device-width: 767px) {
    
    .new-counter .e-con-inner {
        display: grid !important;
        grid-template-columns: 1fr !important;
        row-gap: 40px !important;
    }

}    */

.counter-num .elementor-counter-number-wrapper {
    position: relative;
}
.counter-num .elementor-counter-number-wrapper:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background: url(../images/counternew.svg);
    top: 50%;
    left: 50%;
    border-radius: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    z-index: 0;
    background-size: contain;
}


.counter-num span.elementor-counter-number {
    z-index: 9;
} 

.counter-num span.elementor-counter-number-suffix {
    z-index: 9;
}

.new-counter {
    padding-top: 50px !important;
}

.arvr-shop .e-con-inner {
    row-gap: 25px !important;
}

.more-experiences {
    padding-top: 20px !important;
}

.video-sec-3 {
    padding-bottom: 20px !important;
}

.port-contact-head {
    margin-top: 25px !important;
}

.contactus-port span input {
    width: 100% !important;
}

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

    .custom-form-rowss {
        display: flex;
        flex-direction: column;
        gap: 0.5px !important;
    }
}


.contactus-port .custom-form-col{

    display: flex;
    justify-content: center;

}
      
       
.port-content {
     color: rgb(255, 255, 255) !important;
 }

 .portfolio-main {
    position: relative !important;
    padding: 50px !important;
}

.portfolio-main:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/portfolioarvr.svg);
    background-size: 100%;
    background-position: center;
    left: 20px;
    background-repeat: no-repeat;
    filter: blur(6px);
}

.port-logo {
    margin-top: 40px !important;
}


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

    .box-porfolio-outer {
        padding: 0 !important;
    }

    .portfolio-main {
        
         padding: 0px !important; 
    }

    .portfolio-main {
        margin-top: 100px !important; 
    }

    .portfolio-main .elementor-widget-wrap{
        padding: 0 !important;
    }

    .port-content .elementor-widget-container {
        padding: 0px !important;
    }

    .portfolio-main:before {
        
        background: url(../images/backgroungportfolio.jpg);
        background-size: cover;
        background-position: center;
        left: 0px !important;
        filter: blur(0px) !important;
        height: 105% !important;
    }

    .port-btn .elementor-container.elementor-column-gap-default {
        display: flex;
        gap: 20px !important;
        justify-content: center !important;
        align-items: center;
    }
    .port-btn .btn-left {
        width: fit-content !important;
    }
    
    .port-btn .btn-right {
        width: fit-content !important;
    }
}


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

    .portfolio-main {
        margin-top: 0px !important; 
    }
   
    .contactus-port .wpcf7 form.invalid .wpcf7-response-output{
        margin: 0px !important;
    }

    .port-contact-us {
        padding: 0px !important;
    }

}

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

    .port-btn .elementor-container.elementor-column-gap-default {
        display: flex;
        gap: 20px !important;
        justify-content: center !important;
        flex-direction: column-reverse;
        align-items: center;
    }
}


.contactus-port .wpcf7 form.invalid .wpcf7-response-output {
    border-color: red !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-bottom: 20px !important;

}

.socialmedia {
    display: flex !important;
}

.deskmenu-outer .menu-header-menu-new-container ul#menu-header-menu-new-1 li ul.sub-menu.menu-odd.menu-depth-1 li {
    margin-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.footer-location h6.locations {
    color: white !important;
}

.foriegn-address .locations h6 {
    color: white !important;
}

.locations {
    list-style-type: none !important;
}

.foriegn-address {
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
}

.footer-location h6.locations:before {
   
    padding: 2px;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 140px;
    content: "";
    z-index: 2;
    border-left: -5px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    rotate: 45deg;
}

.social-media-icons ul {
    display: flex !important;
    gap: 10px !important;
}

h6.locations.active {
    margin-bottom: 2px !important;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
    padding-bottom: 30px;
}

.gallery-section.container {
    display: flex;
    flex-direction: column;
}

section.gallery-section.container h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px !important;
    margin-top: -15px !important;
}

.deskmenu-outer .menu-header-menu-new-container ul#menu-header-menu-new-1 li {
    float: left;
    list-style: none;
    padding: 10px;
    position: relative;
}

.course_category-ar-vr-course .post-thumbnail img {
    width: 100%;
    /* height: auto; */
    display: none !important;
    transition: transform 0.3s ease;
    border-radius: 20px !important;
}
.advance-course {
    margin-top: 0 !IMPORTANT;
}

.button-clk a {
    background: #6c369c !important;
}

.step-into .button-clk a:hover {
    background: #ffffff !important;
    color: #000000 !important;
}

.step-into .button-clk a:hover:before {
    background: white !important;
}

.step-into .button-clk a:before {
    background: white !important;
}

.contact-form .custom-textarea {
    height: 123px !important;
}


.contact-form p {
    margin: 0 !important;
}

.wpcf7-form textarea {
  
    max-height: 180px !important    ;
   
}

.job-train-btn a {
    background: white !important;
    color: black !important;
}

.job-train-btn a:hover {
    background: #6c369c !important;
    color: white !important;
}

.job-training .elementor-widget-text-editor p {
    margin-top: 20px !important;
    margin-bottom: 2px !important;
}

.job-training .elementor-widget-text-editor h2 {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}

.job-train-btn {
    margin-bottom: 10px !important;
}

.job-training .elementor-widget-text-editor h2 span {
    font-size: 20px !important;
}

.job-training {
    border-radius: 15px !important;
}



.edu-contact .custom-form-container {
    background: #ffffff !important;
}

.edu-contact .custom-text, .edu-contact .custom-mail, .edu-contact .custom-text{
    border: 1px solid #40c9a2 !important;
    background-color: white;
    height: 40px !important;
}

.edu-contact  .custom-textarea {
    border: 1px solid #40c9a2 !important;
    background-color: white;
    height: 100px !important; 
    padding: 10px 0px 10px 15px !important;
}
   


.edu-contact .wpcf7-form input[type*="email"], .edu-contact .wpcf7-form input[type*="text"] {
    background: #ffffff !important;
}

.edu-contact .wpcf7-form textarea {
    background: #ffffff !important;
}

.edu-contact .action input[type="submit"] {
    background-color: #40c9a2 !important;
    color: #ffffff !important;
}

.edu-faq .htmega-items-hedding {
    background: #40c9a2 !important;
    color: white !important;
    border-radius: 10px 10px 0px 0px !important;
}

.edu-faq .accordion-content {
    border-radius: 0px 0px 10px 10px !important;
}

.edu-faq .htb-collapsed {
    border-radius: 10px !important;
}


.contact-us-form input.tel-phone {
    width: 100% !important;
    background: #f0f0f0 !important;
    border-radius: 5px !important;
    height: 50px;
    border-bottom: 1px solid black;
}

.contact-us-form h3 {
    font-size: 21px !important;
    font-family: Arial, sans-serif !important;
}

.book-a-fee-demo-section {
    background-image: linear-gradient(to right, #2E1E42, #412D62, #8853A5) !important;
}

.book-a-fee-demo-section .book-a-fee-demo-inner-section {
    margin-top: 120px !important;
    margin-bottom: 50px;
}

.book-a-fee-demo-section .book-a-fee-demo-inner-right-section {
    background: white !important;
    border-radius: 20px;
}

.book-a-fee-demo-section .book-a-fee-demo-inner-right-section li input {
    height: 40px !important;
}

.book-a-fee-demo-section .book-a-fee-demo-inner-right-section ul.custom-cf7-form {
    list-style-type: none;
    padding: 10px 30px !important;
}

.book-a-fee-demo-section .book-a-fee-demo-inner-right-section li.con-common-name input {
    width: 100%;
    border-radius: 10px;
}

.book-a-fee-demo-section .book-a-fee-demo-inner-right-section .wpcf7-form input[type*="email"], .book-a-fee-demo-section .book-a-fee-demo-inner-right-section .wpcf7-form input[type*="text"]  {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
}

.book-a-fee-demo-section .book-a-fee-demo-inner-right-section li.seats-left-text {
    color: red;
    letter-spacing: 1px;
}

.book-a-fee-demo-section .book-a-fee-demo-inner-right-section ul h4 {
    font-size: 26px;
    margin-bottom: 10px !important;
}

.book-a-fee-demo-section .book-a-fee-demo-inner-right-section li.seats-left-text {
    margin-bottom: 15px;
}

.book-a-fee-demo-section .book-a-fee-demo-inner-right-section li.submit input {
    background-image: linear-gradient(to right, #D372C8, #632A5B) !important;
}

.book-a-fee-demo-section .book-a-fee-demo-inner-right-section li.submit {
    margin-bottom: 15px !important;
}

.book-a-fee-demo-section .book-a-fee-demo-inner-right-section .wpcf7-spinner {
    position: absolute !important;
    right: 25% !important;
    top: 5px !important;
}

.book-a-fee-demo-section .book-a-fee-demo-inner-right-section li.consent-text {
    font-size: 11px;
}


.book-a-fee-demo-inner-text-1-section p {
    color: white;
    font-size: 30px;
    font-weight: 800;
    padding-top: 10px;
    margin-bottom: 0px !important;
}

.book-a-fee-demo-inner-text-by-section p {
    color: #000000;
    font-size: 30px;
    font-weight: 800;
    background: white;
    width: 11%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px !important;
}

.book-a-fee-demo-inner-text-title-section p {
    color: white;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0px !important;
}

.book-a-fee-demo-section .book-a-fee-demo-inner-left-img-section {
    background: white;
    width: 50%;
    padding: 0px;
    border-radius: 10px;
}

.content-page {
    padding: 0px !important;
}

.course-introduction-common-container .course-introduction-inner-container h2 {
    font-size: 36px ;
}

.keyword h6 {
    font-weight: 600 !important;
    color: #653997 !important;
    font-size: 18px;
}

.black-keyword h6 {
    font-weight: 600 !important;
    color: #C796FF !important;
    font-size: 18px;
}

.course-introduction-description-btn a {
    background-image: linear-gradient(to right, #D372C8, #632A5B) !important;
}

.container {
    padding: 0px !important;
}

.com-twentytwo-years-img .twentytwo-years-text h3 {
    margin: 10px 0px 10px 0px !important;
}

.com-twentytwo-years-img .twentytwo-years-text h2 {
    margin: 5px 0px !important;
}

.com-twentytwo-years-img .twentytwo-years-icon-common-cont {
    gap: 4px !important;
    padding: 20px !important;
}

.com-twentytwo-years-img .twentytwo-years-text-cont {
    padding: 15px !important;
}

.twentytwo-years-btn a {
    background-image: linear-gradient(to right, #D372C8, #632A5B) !important;
}

/* .book-a-fee-demo-section .book-a-fee-demo-inner-img-2 {
    position: relative;
}

.book-a-fee-demo-section .book-a-fee-demo-inner-img-2:before {
    position: absolute;
    left: -40px;
    cursor: pointer;
    content: "" !important;
    width: 53px;
    height: 50px;
    background-image: url(../images/deal.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
    top: -5px;
    z-index: 99;
} */

.edu-btn {
    
}


.our-learning-out h2 {
    margin-top: 30px;
}

.our-learning-out .carousal-image {
    margin-bottom: 30px !important;
    left: 25px;
}

.corp-out {
    background-image: linear-gradient(to right, #000000, #883fc6c4, #ffffff) !important;
    padding: 0px !important;
}

.corp-out .crop-div {
    padding: 0px !important;
}

.corp-out .corp-right {
    padding: 0px !important;
}

.corp-out .corp-left {
    padding: 0px 0px 0px 35px !important;
    margin-top: 15px !important;
}

.corp-left h4 {
 color: white !important;
}

.corp-left .edu-btn a {
    background-image: linear-gradient(to right, #D372C8, #632A5B) !important;
}

.certificate-out .black-keyword h6 {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}

.certificate-out .black-keyword p {
    margin: 0px  !important;
    padding-top: 15px !important;
}

.certificate-out .e-con-inner {
    gap: 25px !important;
}

.contact-mid input {
    background: white !important;
    height: 40px !important;
    border-radius: 10px;
    width: 100% !important;
    border: 1px solid #A5549C !important;
}

.contact-mid ul.custom-cf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} 

.contact-mid-out ul.custom-cf7-form {
    list-style-type: none !important;
}

/* .contact-mid-out input[type*="text"]  {
    width: 50% !important;
}

.contact-mid-out input[type="tel"] ,.contact-mid-out input[type*="email"] {
    width: 50% !important;
} */

.contact-mid-out .custom-cf7-form h4 {
    display: flex;
    justify-content: center;
}

.contact-mid-out li.email, .contact-mid-out li.subject{
    width: 49% !important;
}

.contact-mid-out li.name, .contact-mid-out li.phone-num {
    width: 50% !important;
}

.contact-mid-out li.message , .contact-mid-outli.submit {
    width: 100% !important;
}

.contact-mid-out li.message textarea {
    background: white !important;
    border-radius: 10px !important;
    resize: none;
    border: 1px solid #A5549C !important;
}

.contact-mid-out li.submit input{
    color: white !important;
    background-image: linear-gradient(to right, #D372C8, #632A5B) !important;
    width: fit-content  !important;
    border: 0px !important;

}

.contact-mid-out li.submit {
    width: 100% !important;
    display: flex;
    justify-content: center;
}

.contact-mid-out .wpcf7-spinner {
    position: absolute !important;
    right: 38%;
    top: 3px;
}

.contact-last-out .contact-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-last-out .contact-right ul.custom-cf7-form {
    list-style-type: none !important;
}

.contact-last-out .contact-right li.con-common-name input  {
    background: white !important;
    width: 100% !important;
    height: 40px !important;
    border: 1px solid #A5549C !important;
    border-radius: 10px !important;
}

.contact-last-out .contact-right li.con-common-name textarea  {
    background: white !important;
    border: 1px solid #A5549C !important;
    border-radius: 10px !important;
    resize: none !important;
}

.contact-last-out .contact-right li.con-common-name {
    width: 100% !important;
}

.contact-last-out .contact-right li.email{
    width: 49% !important;
}

.contact-last-out .contact-right  li.phone-num {
    width: 49% !important;
}

.contact-last-out .contact-right li.submit {
    background: #00000000 !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
}

.contact-last-out .contact-right li.submit input {
     color: white !important;
    background-image: linear-gradient(to right, #D372C8, #632A5B) !important;
    width: fit-content  !important;
    border: 0 !important;
}

.contact-last-out ul.custom-cf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} 

.contact-last-out .contact-last-mid {
    background: white !important;
    margin: 60px 0px !important;
    border-radius: 20px !important;
}

.contact-last-out .contact-right {
    padding: 0px 10px !important;
}

.contact-last-out .contact-left {
    padding: 0px 10px !important;
}

.contact-last-out .wpcf7-spinner {
    position: absolute !important;
    right: 25%;
    top: 3px;
}

.certificate-out .edu-btn a {
    background-image: linear-gradient(to right, #D372C8, #632A5B) !important;
}

.service-img-2 img {
    max-width: 49% !important;
}

.service-left-sec {
    gap: 0px !important;
}

.service-left-right .edu-btn a {
    background-image: linear-gradient(to right, #D372C8, #632A5B) !important;
}

.service-out-h {
    margin-top: 15px !important;
}

.contact-last-out .contact-text-1 h2 {
    font-size: 40px !important;
    color: #803b93 !important;
}

.contact-last-out .contact-text-1 h2 span {
    color: #803b93 !important;
}

.contact-left .text {
    padding-left: 40px !important;
}

.edu-faq {
    background: #e9e9e9 !important;
}

.edu-faq-acc {
    margin-bottom: 50px !important;
}

.edu-faq-acc .e-n-accordion-item {
    background: white !important;
}

.edu-faq-acc .e-n-accordion-item p {
    color: black !important;
}

.edu-blog .blog-archive {
    display: flex;
    flex-direction: row;
    gap: 20px !important;
}

.edu-blog-h .e-con-inner {
    padding-bottom: 0px !important;
}

.edu-blog-h .e-child {
    padding-bottom: 0px !important;
}

.edu-blog .pagination {
    display: none !important;
}

.your-roadmap .ar-vr-img {
    width: 100%;
    height: fit-content;
    /* cursor: pointer; */
    gap: 0px !important;
}

.your-roadmap .elementor-element-1d9deab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px !important;
}

.your-roadmap .ar-vr-img .heading-text h2 {
    padding: 10px 0px;
    color: white !important;
}

.heading-text {
    background: var(--goldcolor);
    width: 92%;
    padding: 50px 20px 6px 22px;
    margin: -44px 0 0 -20px;
    background-image: linear-gradient(to bottom, #A6549C, #4A3247);
}

.ar-vr-img .img-roadmap {
    z-index: 1 !important;
}

.ar-vr-img .content-before p {
    color: black !important;
}

/* .edu-blog .single-post h2.post-title {
    background: #000000c4 !important;
    padding: 13px 0px;
    position: absolute;
    top: 48%;
    width: 28%;
} */

.edu-blog .single-post h2.post-title a {
    color: white !important;
    font-size: 14px !important;
    padding-left: 0px !important;
    font-weight: 500;
}

.your-roadmap .ar-vr-img:nth-child(even) {
    margin-top: 150px !important;
}

.edu-blog .single-post .post-content {
    background: #000000c4 !important;
    padding: 0px 0px;
    position: absolute;
    bottom: 0;
    width: 325px;
}

.icon-img a.link-icon {
    position: absolute;
    top: 57px;
    width: 15px;
    right: 20px;
    display: flex;
}

.edu-blog-h a.elementor-button {
    background-image: linear-gradient(to right, #D372C8, #632A5B) !important;
}

.edu-blog .blog-rigth {
    display: flex;
    justify-content: flex-end;
}

.edu-blog {
    margin-bottom: 40px;
}

.certificate-out .e-con-inner {
    margin-bottom: 30px !important;
}

.edu-here-from .test-our {
    background: #45d6ac;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px;
    z-index: 2;
    border-radius: 20px;
}

.edu-here-from .test-our p {
    margin-bottom: 0px !important;
    color: white !important;
    font-size: 20px;
    font-weight: 600 !important;
}

.edu-here-from .student-edu-test {
    background: #6c369c;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px;
    position: absolute;
    left: 40%;
    top: 70%;
    border-radius: 20px;
}

.edu-here-from .student-edu-test p {
      margin-bottom: 0px !important;
    color: white !important;
    font-size: 20px;
    font-weight: 600 !important;
}

.global-left {
    border: 1px solid black;
}

.global-rigth {
    border: 1px solid black;
}

.edu-sector .e-con-inner {
    gap: 20px !important;
}

.student-image img {
    width: 100% !important;
    max-width: 30% !important;
    margin-top: 20px !important;
}

.student-image img {
    width: 100% !important;
    max-width: 70% !important;
    margin-top: 20px !important;
}

.student-image {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.student-name {
    margin-top: 0px;
}

.student-post {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section_2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.student-name p {
    margin-bottom: 0px !important;
}

.edu-sector {
    margin-bottom: 42px !important;
}

.blog-rigth {
    display: flex;
    justify-content: flex-end !important;
}

/* .testimonial-masonry-item  {
    float: left;
    width: 47.33%;
    padding: 10px;
    margin-bottom: 10px;
} */

.testimonial-masonry-item {
    float: left;
    width: 32%;
    margin-bottom: 20px;
    background: white;
    padding: 0px !important;
}



.testimonial-masonry-grid {
    gap: 20px !important;
}

.testimonial-masonry-item .edu-ar-vr-content h3 {
    margin: 0px !important;
}

.testimonial-masonry-item .edu-ar-vr-content a.elementor-button {
    margin-bottom: 20px !important;
    background-image: linear-gradient(to right, #D372C8, #632A5B) !important;
}


.video-container-carousel{
    position: relative;
}

.video-container-carousel:before {
    position: absolute;
    left: 0px;
    cursor: pointer;
    content: "" !important;
    width: 53px;
    height: 50px;
    background-image: url(../images/playbutton.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 46%;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
}

.e-n-accordion-item-title {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    padding: 12px 20px !important;
}

.corp-out .e-con-inner {
    padding: 40px 10px !important;
}

.education-our .testimonial-item {
    position: relative;
}

.education-our .testimonial-item:before {
    position: absolute;
    content: "" !important;
    width: 0px;
    height: 0px;
    border-bottom: 120px solid #f8f8f8;
    border-right: 70px solid transparent;
    border-left: 70px solid transparent;
    top: 75%;
    left: 85%;
    rotate: 15deg;
}


.book-a-fee-demo-inner-left-img-section{
    position: relative;
}

.book-a-fee-demo-inner-left-img-section:before {
    position: absolute;
    left: 50%;
    cursor: pointer;
    content: "" !important;
    width: 45px;
    height: 50px;
    background-image: url(../images/deal.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
    top: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
}

.ar-vr-demands-text {
    padding: 0px 20px;
}

.video-sec .video-in {
    margin-top: 80px;
}

.edu-blog .single-post h2.post-title {
    padding-left: 8px;
}

.edu-blog .single-post {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

.carousal-work .owl-stage-outer {
    margin-top: 15px  !important;
}

.blog-head {
    padding: 0px 32px 0px 10px !important;
}

.contact-last-out .contact-left {
    gap: 0px !important;
}

.our-students .keyword h2 {
    margin-bottom: 0px !important;
}

.contact-mid ul.custom-cf7-form {
    padding: 0px 20px;
}

.testimonial-masonry-item img {
    width: 100% !important;
    height: 100% !important;
}

/* .edu-ar-vr-content {
    display: block;
} */

.testimonial-masonry-grid {
    margin-top: 30px;
    margin-bottom: 15px;
}

.keyword h6 {
    position: relative;
}

.edu-map-h .keyword h6:before {
    position: absolute;
    left: 39%;
    cursor: pointer;
    content: "" !important;
    width: 50px;
    height: 3px;
    z-index: 99;
    background: #653997;
    top: 10px;
}

.ar-ar-demands .keyword h6:before {
    position: absolute;
    left: 39.9%;
    cursor: pointer;
    content: "" !important;
    width: 50px;
    height: 3px;
    z-index: 99;
    background: #653997;
    top: 10px;
}

.course-introduction-inner-container .keyword h6:before {
    position: absolute;
    left: 37%;
    cursor: pointer;
    content: "" !important;
    width: 50px;
    height: 2px;
    z-index: 99;
    background: #653997;
    top: 10px;
}

.course-h-out .keyword h6:before {
    position: absolute;
    left: 40%;
    cursor: pointer;
    content: "" !important;
    width: 50px;
    height: 2px;
    z-index: 99;
    background: #653997;
    top: 10px;
}

.service-out-h .keyword h6:before {
    position: absolute;
    left: 37%;
    cursor: pointer;
    content: "" !important;
    width: 56px;
    height: 2px;
    z-index: 99;
    background: #653997;
    top: 10px;
}

.edu-test-left .keyword h6:before {
    position: absolute;
    left: 0%;
    cursor: pointer;
    content: "" !important;
    width: 50px;
    height: 2px;
    z-index: 99;
    background: #653997;
    top: 10px;
}

.edu-test-left .keyword h6 span {
    padding-left: 59px !important;
}

.blog-head .keyword h6:before {
    position: absolute;
    left: 0;
    cursor: pointer;
    content: "" !important;
    width: 50px;
    height: 2px;
    z-index: 99;
    background: #653997;
    top: 10px;
}

.blog-head .keyword h6 span {
    padding-left: 59px !important;
}

.edu-faq .keyword h6:before {
    position: absolute;
    left: 37.5%;
    cursor: pointer;
    content: "" !important;
    width: 50px;
    height: 2px;
    z-index: 99;
    background: #653997;
    top: 10px;
}

.black-keyword h6 {
    position: relative;
}

.twentytwo-years-inner-container-3 .black-keyword h6:before {
    position: absolute;
    left: 0%;
    cursor: pointer;
    content: "" !important;
    width: 50px;
    height: 2px;
    z-index: 99;
    background: #C796FF;
    top: 10px;
}

.twentytwo-years-inner-container-3 .black-keyword h6 {
    padding-left: 58px;
}

.certificate-out  .black-keyword h6:before {
    position: absolute;
    left: 0%;
    cursor: pointer;
    content: "" !important;
    width: 50px;
    height: 2px;
    z-index: 99;
    background: #C796FF;
    top: 10px;
}

.certificate-out  .black-keyword h6 {
    padding-left: 58px;
}

