/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


body{overflow-x:hidden;}

.boldonse-regular, H1, H2, H3, H4, H5, H6, .elementor-counter-number {
  font-family: "Boldonse", system-ui !important;
  font-weight: 400 !important;
  font-style: normal;
}
.red span{color:#BE252A;}

/** BUTTON ==================**/
.elementor-widget-button .elementor-button {
    background: #BE252A;
}

/**HEADER DESIGN ==================**/
.h-list .elementor-icon-list-item {
    background: lch(100 0 0 / 0.20);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
}
.h-list a
 {
    display:block !important;
    text-align: center;
    margin: 0 auto;
    line-height: 0px;
}
.h-list a span{ display:block !important;}

/**BANNER DESIGN ==================**/
.banner-form button {
    margin-top: 10px;
}


/**02 ==================**/
.elementor-counter-title {
    text-align: center;
    padding-top: 15px !important;
}

.carousel-01 .swiper .elementor-swiper-button{
    background: #D9D9D9;
    border-radius: 50px;
    padding: 5px;
}

/**03 ==================**/
.f-box .elementor-flip-box {
    height: 210px;
    border-radius: 10px;
}

/**04 ==================**/
.c-box img {
    border-radius: 10px 10px 0 0 !important;
}
.c-box .elementor-image-box-content {
    padding: 25px;
    padding-top: 10px;
}
.c-box figure.elementor-image-box-img img {
    width: 100% !important;
}
/**05 ==================**/
.work-wrapper .elementor-flip-box__layer__inner {
    background: #3F3F3F;
    border-radius: 10px;
}

.work-wrapper .elementor-flip-box__layer__overlay {
    padding: 15px;
}
.work-wrapper .elementor-flip-box__layer__inner h4 {
    margin: 0;
    padding: 5px 15px;
}
.work-wrapper .elementor-flip-box__layer__description {
    padding: 0 15px 5px;
}

/**06 ==================**/
.c-box .elementor-image-box-content img {
    border-radius: 5px !important;
    border: 4px solid #d9d9d9;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: -85px;
    position: relative;
}

.c-box .elementor-image-box-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-box .elementor-image-box-description ul li {
    list-style: none;
    color: #fff !important;
}

.c-box .elementor-image-box-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 25px;
}

.c-box .elementor-image-box-content ul li {
    color: #fff;
}

.c-box .elementor-image-box-content ul li strong {
    font-weight: 600;
}

/**07 ==================**/
.c-box-02 .elementor-image-box-description strong {
    display: block;
    padding-bottom: 10px;
}

/**08 ==================**/
.reels-c figure.swiper-slide-inner {
    background: url(https://devsolutionsfinder.com/maac/wp-content/uploads/2025/12/Reel-1.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 45px 5px 40px;
    background-size: 100% 100% !important;
}
.reels-c figure.swiper-slide-inner img
 {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

/**POP-UP DESIGN (FIXED SIDEBAR) ==================*/
#elementor-popup-modal-1075 .dialog-message {
    width: 120px !important;
}
#elementor-popup-modal-1075 .dialog-widget-content {
    border-radius: 0 15px 15px 0 !important;
}
#elementor-popup-modal-1075 .dialog-close-button {
    top: -16px !important;
    right: -35px !important;
}
.elementor-popup-modal .dialog-close-button svg {
    fill: #FFC107 !important;
    height: 2em !important;
    width: 2em !important;
}
/**FOOTER ===============================================================================**/
.home .main-footer {
    margin-top: 0;
}
.center-class > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*----------------------------*/
.top_shap .elementor-shape-fill {
	fill: #2e4564 !important;
}
.alumni_box .elementor-custom-embed-image-overlay img {
	object-position: top center !important;
}
/*----------------------------*/
/**RESPONISVE CODE STARTS ===============================================================================**/

@media screen and (min-width: 1600px) {
.e-con-inner{max-width: 80% !important;}
	.student_popup .e-con-inner {max-width: 100% !important;}
}


/*///soumya-add///*/

.career-mainblock .career-imageblock{
    height: 100%;
}
.career-mainblock .career-imageblock .career-image-box img{
    min-height: 650px;
}
.career-mainblock .career-textblock{
    min-height: 650px;
}

.career-mainblock #sync2 .item{
    color: #000000;
}


.recently-placed-students-mainblock #sync2 .item{
    padding: 0 !important;
    transition: all 0.5s;
    position: absolute !important;
   /* opacity: 0;*/
}

.recently-placed-students-mainblock #sync2 .owl-item img {
    border: none !important;
    height: 200px;
    aspect-ratio: 1 / 1;
    clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
    padding: 0;
    margin: 0;
    clip-path: polygon(100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%, 25% 6.7%, 75% 6.7%);
    object-fit: cover;
    min-height: 32vh;
}


.recently-placed-students-mainblock .item.recently_main_blck img {
    width: 100%;
    height: 250px;
    border-radius: 0 !important;
    display: inline-block !important;
    border: none;
    object-fit: cover;
    transition: all 0.5s;
}
.recently-placed-students-mainblock .item.recently_main_blck h5 {
    left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #BE252A;
    color: #ffffff;
    font-size: 13px !important;
    padding: 8px 10px;
    border-radius: 10px;
    position: absolute;
    top: 130px;
    transition: all 0.5s;
    opacity: 0;
}
.recently-placed-students-mainblock .item.recently_main_blck p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #D9D9D9;
    color: #000000;
    font-size: 12px !important;
    padding: 5px 9px;
    border-radius: 10px;
    position: absolute;
    top: 171px;
    left: 50px;
    transition: all 0.5s;
    opacity: 0;
}
.recently-placed-students-mainblock #sync1 .recently_blck{
    color: var( --e-global-color-text );
}

.recently-placed-students-mainblock #sync1 .item {
    padding: 0;
}

.recently-placed-students-mainblock #sync2 .item:hover h5{
    text-decoration: none;
    opacity: 1 !important;
}

.recently-placed-students-mainblock #sync2 .item:hover p{
    text-decoration: none;
    opacity: 1 !important;
}
.recently-placed-students-mainblock .owl-carousel .owl-stage-outer{
    overflow: visible !important;
}

.re-srudents{
    position: relative;
}

.re-srudents::before{
    content: "";
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: linear-gradient(to right,  rgba(243,243,243,1) 0%,rgba(243,243,243,1) 1%,rgba(255,255,255,0.2) 67%,rgba(255,255,255,0) 83%);
}

.re-srudents::after{
    content: "";
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    right:0;
    z-index: 9;
    background: linear-gradient(to right,  rgba(255,255,255,0) 20%,rgba(255,255,255,0.72) 73%,rgba(245,245,245,1) 94%,rgba(243,243,243,1) 99%);
}



/*////recently-placed-students-slider////*/

/*
.recently-placed-students-mainblock #sync2 .owl-item.sudentItem1 .item {
    transform: rotate(-20deg) !important;
    margin-top: 100px !important;
    opacity: 1;
    margin: 122px 0 0 0 !important;
    position: static !important;
    opacity: 1;
}

.recently-placed-students-mainblock #sync2 .owl-item.sudentItem2 .item {
    transform: rotate(-20deg) !important;
    margin-top: 100px !important;
    opacity: 1;
    margin: 43px 0 0 0 !important;
    position: static !important;
    opacity: 1;
}

.recently-placed-students-mainblock #sync2 .owl-item.sudentItem3 .item {
    opacity: 1;
    position: static !important;
}

.recently-placed-students-mainblock #sync2 .owl-item.sudentItem4 .item {
    transform: rotate(20deg) !important;
    margin-top: 100px !important;
    opacity: 1;
    margin: 43px 0 0 0 !important;
    position: static !important;
    opacity: 1;
}

.recently-placed-students-mainblock #sync2 .owl-item.sudentItem5 .item {
    transform: rotate(20deg) !important;
    margin-top: 100px !important;
    opacity: 1;
    margin: 122px 0 0 0 !important;
    position: static !important;
    opacity: 1;
}

.recently-placed-students-mainblock #sync2 .owl-item.sudentItem3 .item{
    position: relative;
}
.recently-placed-students-mainblock #sync2 .owl-item.sudentItem3 .item::before{
    content: "";
    contain: "";
    border: none !important;
    height: 200px;
    aspect-ratio: 1 / 1;
    clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
    padding: 0;
    margin: -10px;
    clip-path: polygon(100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%, 25% 6.7%, 75% 6.7%);
    object-fit: cover;
    background-color: #f1f1f1;
    position: absolute;
    top: 0;
    left: 0;
}
*/

/*////recently-placed-students-slider//end//*/


div#sync2 {
    display: inline-block;
    width: 100%;
    min-height: 270px;
    position: static !important;
}

.recently-placed-students-mainblock #sync1.owl-theme {
    position: static !important;
    padding: 10px 0;
    top: 0;
    width: 100%;
}

.recently-placed-students-mainblock .student-placement-details .header{
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center;
}
.recently-placed-students-mainblock .student-placement-details .header h5{
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
}
.recently-placed-students-mainblock .student-placement-details .header p{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}

.re-srudents{
    position: relative;
}
.re-srudents::before{
    contain: "";
    content: "";
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cccccc;
}




/*///recruiters-mainblock///*/

.recruiters-mainblock .elementor-image-box-img{
    padding: 0 !important;
    margin: 0 !important;
}
.recruiters-mainblock .e-con-inner{
    padding: 0 !important;
    margin: 0 !important;
}

.re-srudents .student-placement-details {
    width: 100%;
    background-color: #f3f3f3;
}


/*////howitworks-image-boybox////*/

.howitworks-image-boybox {
    transition: all 0.1s !important;
    width: 100% !important;
    top: 50% !important;
    height: 30vh !important;
    margin-top: -13vh !important;
}

.how-it-works-mainblock .step-number-box {
    min-height: 50vh;
}

.how-it-works-mainblock .step-number-box {
    display: flex;
    min-width: 70px;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.how-it-work-active1 .howitworks-image-boybox, .how-it-work-active3 .howitworks-image-boybox, .how-it-work-active5 .howitworks-image-boybox{
    background-image: url(https://devsolutionsfinder.com/maac/wp-content/uploads/2025/12/work-boy-lefthand.png) !important;
    /*margin-left: -20px !important;*/
}

.how-it-work-active2 .howitworks-image-boybox, .how-it-work-active4 .howitworks-image-boybox,
.how-it-work-active6 .howitworks-image-boybox{
    background-image: url(https://devsolutionsfinder.com/maac/wp-content/uploads/2025/12/work-boy-righthand.png) !important;
    /*margin-left: 30px !important;*/
}

#howItWork1, #howItWork2, #howItWork3, #howItWork4, #howItWork5, #howItWork6{
    transition: all 0.5s ease-in-out;
    min-height: 50vh;
    display: flex;
    align-items: center !important;
}

#howItWork1 .howwork-box1, #howItWork2 .howwork-box2, #howItWork3 .howwork-box3,
#howItWork4 .howwork-box4, #howItWork5 .howwork-box5, #howItWork6 .howwork-box6{
    opacity: 0.2;
    transition: all 0.5s ease-in-out;
    transform: scale(0.5);
    max-width: 550px;
}

.how-it-work-active1 .howwork-box1{
    border: 1px solid #b0c0d1 !important;
    background-color: #eff4f7 !important;
    border-radius: 8px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
     transform: scale(1) !important;
    opacity: 1 !important;
}


.how-it-work-active2 .howwork-box2{
    border: 1px solid #b0c0d1 !important;
    background-color: #eff4f7 !important;
    border-radius: 8px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
     transform: scale(1) !important;
     opacity: 1 !important;
}

.how-it-work-active3 .howwork-box3{
    border: 1px solid #b0c0d1 !important;
    background-color: #eff4f7 !important;
    border-radius: 8px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
     transform: scale(1) !important;
     opacity: 1 !important;
}

.how-it-work-active4 .howwork-box4{
    border: 1px solid #b0c0d1 !important;
    background-color: #eff4f7 !important;
    border-radius: 8px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
     transform: scale(1) !important;
     opacity: 1 !important;
}

.how-it-work-active5 .howwork-box5{
    border: 1px solid #b0c0d1 !important;
    background-color: #eff4f7 !important;
    border-radius: 8px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transform: scale(1) !important;
     opacity: 1 !important;

}

.how-it-work-active6 .howwork-box6{
    border: 1px solid #b0c0d1 !important;
    background-color: #eff4f7 !important;
    border-radius: 8px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transform: scale(1) !important;
    opacity: 1 !important;
}

.header-callnow {
    max-width: 185px !important;
    padding: 0!important;
    min-width: 185px !important;
}

.header-callnow a .elementor-button-text {
    max-width: 135px;
    text-align: center;
    font-weight: 600;
}

.h-list a span {
    display: inline-block !important;
    width: 58px;
    height: 58px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-width: 58px;
}
.h-list a span.elementor-icon-list-text {
    display: none !important;
}

.header-callnow a {
    padding: 8px 10px !important;
}
.header-callnow a span.elementor-button-icon {
    font-size: 20px;
    margin-left: 5px;
}
.header-callnow .elementor-button-text span {
    width: 100%;
    display: inline-block;
    clear: revert;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 400;
}
.main-top-headersection .header-mailnow .elementor-icon-list-item a {
    background: var( --e-global-color-39014b5 ) !important;
    width: 58px;
    height: 58px;
    text-align: center;
    border-radius: 100%;
    min-width: 58px;
    min-height: 58px;
    font-size: 34px !important;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
}
.main-top-headersection .header-mailnow .elementor-icon-list-item a svg{
    margin: 0;
    padding: 0;
}
.main-top-headersection .elementor-widget-theme-site-logo {
    min-width: 150px !important;
}

.main-top-headersection {
    padding: 0 50px;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: space-between;
}
.main-top-headersection .main-header-menublock{
    width: 75%;
}

/*////////carousel-02///*/
.carousel-02 .e-con-inner{
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}
.carousel-02 .e-con-inner img{
    width: 100% !important;
}



/*////career////*/

 @keyframes imgRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}

.career-imageblock .career-image-box{
    position: relative;
}
.career-imageblock .career-image-box {
    background-image: url(https://devsolutionsfinder.com/maac/wp-content/uploads/2025/12/circle-bg.png);
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-maac-slider .swiper-backface-hidden {
    overflow: visible;
}
.about-maac-slider .elementor-image-box-content {
    width: 100%;
    min-height: 190px;
}

/*
.career-imageblock .career-image-box::before{
    content: "";
    position: absolute;
    background-image: url(https://devsolutionsfinder.com/maac/wp-content/uploads/2025/12/circle-bg.png);
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    animation: imgRotate 50s linear infinite;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-size: contain;
    animation: imgRotate 50s linear infinite;
}

*/

.course-content ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.course-content ul li {
    background-color: var( --e-global-color-text );
    background-position: top center;
    border: solid 2px #3f3f3f !important;
    height: 100%;
    border-radius: 16px !important;
    padding: 16px 24px !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    transition: all .4s ease;
    margin: 0 !important;
    color: #ffffff;
    min-height: 80px;
    max-width: calc(25% - 15px);
    min-width: calc(25% - 15px);
}
.course-content ul li:hover {
    border-color: #ff0000 !important;
    background: url(https://devsolutionsfinder.com/maac/wp-content/uploads/2026/01/animate-bg-1.webp);
    background-position: right center;
    color: #000000;
}
.course-content ul li::after{
    display: none !important;
}
.course-content ul li .elementor-icon-list-icon {
    width: 28px;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.course-content ul li .elementor-icon-list-icon svg{
    fill: #ffffff !important;
}

.course-content ul li:hover .elementor-icon-list-icon svg{
    fill: #000000 !important;
}

.course-content ul li .elementor-icon-list-text {
    color: inherit !important;
    font-size: 16px !important;
}

.e-n-tabs-content .e-n-accordion .e-n-accordion-item{
    margin-bottom: 15px !important;
}
.e-n-tabs-content .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title{
    background-color: #3F3F3F;
    border-radius: 8px;
}

.e-n-tabs-content .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title[aria-expanded="true"]{
    background-color: var(--e-global-color-secondary) !important;
    color: #ffffff !important;
}

.e-n-tabs-content .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text{
    color: var( --e-global-color-39014b5 );
    font-size: 18px;
}

.e-n-tabs-content .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon{
   color: var( --e-global-color-39014b5 );
   font-size: 18px; 
}

.e-n-tabs-content .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon svg{
    fill: #ffffff !important;
}

.e-n-tabs-content .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-text{
    color: #ffffff !important;
}
.carousel-02 .elementor-image-box-description img {
    max-width: 100px;
}
#elementor-popup-modal-5519 .dialog-widget-content {
    position: relative !important;
    max-width: 640px;
    margin: 20px auto ;
}
#elementor-popup-modal-5519 .dialog-close-button{
	z-index:999;
}
#elementor-popup-modal-1075 .dialog-widget-content {
    position: absolute !important;
}


/*////*/

.form-callAppBtn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #282828;
    padding: 15px 0 0 0 !important;
}
.form-callAppBtn .elementor-icon-list-items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
}
.form-callAppBtn .elementor-icon-list-items li{
    padding: 0 !important;
    margin: 0 !important;
}
.form-callAppBtn .elementor-icon-list-item a {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-size: var( --e-global-typography-accent-font-size );
    font-weight: var( --e-global-typography-accent-font-weight );
    line-height: var( --e-global-typography-accent-line-height );
    min-height: 40px;
    background-color: #BE252A;
    color: #ffffff;
    border-radius: 8px;
    padding: 15px 13px;
    font-weight: 500 !important;
    margin: 0 !important;
    transition: all 0.5s ease-in-out;
}
.form-callAppBtn .elementor-icon-list-item a span{
    color: #ffffff;
    font-weight: 500;
}

.form-callAppBtn .elementor-icon-list-item:nth-child(2) a{
    background-color: #24cc65;
}

.form-callAppBtn .elementor-icon-list-item a:hover{
    background-color: var(--e-global-color-39014b5);
    color: var(--e-global-color-primary);
}
.form-callAppBtn .elementor-icon-list-item a:hover span{
    color: var(--e-global-color-primary);
}

.our-recruiters-slider .swiper-slide {
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px !important;
	object-fit:content;
}
.our-recruiters-slider .swiper-slide img {
    max-height: 120px;
    max-width: 100%;
    object-fit: contain;
}


/*///responsive work///*/

.home-banner-form {
	padding: 0 !important;
}
.contactus-popupbox {
    padding: 0 !important;
    margin: 0 !important;
}
.contactus-popupbox .e-con-inner{
    padding: 0;
}
.re-srudents {
	max-width: 100%;
	overflow: hidden;
}
.contactus-popupbox .e-con-inner {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}
.contactus-popupbox {
	padding: 0 !important;
	margin: 0 !important;
}

/*////*/

.menu-item .sub-menu li, .menu-item .sub-menu li a{
    text-transform: uppercase;
}

/*///tab-version///*/
.elementor-widget-n-tabs {
    border: 1px solid #dfdfdf;
    width: 100%;
}
.elementor-widget-n-tabs .e-n-tabs {
    gap: 0 !important;
}

.elementor-widget-n-tabs #e-n-tab-content-1095358751{
    background-color: #ffe5d6 !important;
    padding: 10px 30px 30px 30px !important;
    max-width: 100% !important;
}
.elementor-widget-n-tabs #e-n-tab-content-1095358752{
    background-color: #e2fefb !important;
    padding: 10px 30px 30px 30px !important;
    max-width: 100% !important;
}
.elementor-widget-n-tabs #e-n-tab-content-1095358753{
    background-color: #ffc2e4 !important;
    padding: 10px 30px 30px 30px !important;
    max-width: 100% !important;
}

.elementor-widget-n-tabs #e-n-tab-content-1095358754{
    background-color: #d4e3c8 !important;
    padding: 10px 30px 30px 30px !important;
    max-width: 100% !important;
}

.elementor-widget-n-tabs #e-n-tab-content-1095358755{
    background-color: #d3d6ff !important;
    padding: 10px 30px 30px 30px !important;
    max-width: 100% !important;
}

.elementor-widget-n-tabs #e-n-tab-content-1095358756{
    background-color: #ffeabb !important;
    padding: 10px 30px 30px 30px !important;
    max-width: 100% !important;
}

.elementor-widget-n-tabs #e-n-tab-content-1095358757{
    background-color: #ffe1de !important;
    padding: 10px 30px 30px 30px !important;
    max-width: 100% !important;
}
.elementor-widget-n-tabs #e-n-tab-content-1095358752 .swiper-wrapper {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
}
.elementor-widget-n-tabs #e-n-tab-content-1095358752 .swiper-wrapper .swiper-slide {
    opacity: 1 !important;
    max-width: 14.9% !important;
}

.elementor-widget-n-tabs #e-n-tab-content-1095358752 .swiper-wrapper {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px !important;
}

/*///course////*/
.courses-itembox .elementor-widget-image{
    width: 100%;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #cccccc;
}
.courses-itembox .elementor-widget-image img{
    width: 100%;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*////*/

.maac-courses-mainblock .course_box {
    background-color: var( --e-global-color-secondary );
    border-radius: 10px;
}
.maac-courses-mainblock .course_box:hover {
    background: var( --e-global-color-39014b5 ) !important;
    transition: 0.5s;
}

.all-students-placement-block .students-placement .elementor-image-box-img img {
    height: 350px;
    object-fit: cover;
    object-position: top center;
    border-style: none;
    border-radius: 0;
    transition-duration: 0.3s;
}
.all-students-placement-block .students-placement .elementor-image-box-content {
    width: 100%;
    padding: 0 20px 20px 20px;
    max-width: 100%;
}



@media (max-width: 1200px) and (min-width: 1024px) {
    .e-con > .e-con-inner{
        max-width: 90% !important;
    }
    div#sync2{
        min-height: 200px;
    }
    .recently-placed-students-mainblock #sync2 .owl-item img{
        min-height: 150px;
    }
    .recently-placed-students-mainblock .item.recently_main_blck p{
        white-space: nowrap;
    }
    .elementor-element.elementor-element-57357c2{
        padding: 20px 15px;
    }
    .contactus-popupbox {
        padding: 0 !important;
        margin: 0 !important;
    }
    .contactus-popupbox .e-con-inner{
        padding: 0;
    }


}

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

    .main-top-headersection {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 5px 30px;
        max-width: 100% !important;
    }
    .main-top-headersection .main-header-menublock {
        width: 38px;
    }
    .main-top-headersection .main-header-menublock .elementor-menu-toggle{
        margin-left: 0;
    }
    .home-heilight-animation-section {
        margin-top: 0 !important;
    }
    .recently-placed-students-mainblock div#sync2{
        height: 160px;
    }
    .recently-placed-students-mainblock #sync2 .owl-item img{
        height: 120px;
        object-fit: cover;
        min-height: inherit;
    }
    .recently-placed-students-mainblock {
        overflow: hidden !important;
    }
    .header-mailnow .elementor-icon-list-items .elementor-icon-list-item{
        width: 60px;
        height: 60px;
    }
    .softwares-taught-mainblock img {
        max-width: 80px !important;
        margin: 0 auto;
    }
    #howItWork1 .howwork-box1, #howItWork2 .howwork-box2, #howItWork3 .howwork-box3, #howItWork4 .howwork-box4, #howItWork5 .howwork-box5, #howItWork6 .howwork-box6 {
        max-width: 70%;
        margin: 0 auto !important;
        height: auto;
        min-height: 150px !important;
    }

    .contactus-popupbox .elementor-icon-list-items li {
        display: flex !important;
        justify-content: flex-start !important;
        align-content: center;
        text-align: center;
    }
    .contactus-popupbox .elementor-icon-list-items li a {
        display: flex;
        justify-content: center;
        align-content: center;
    }
    div#sync2{
        min-height: 160px;
    }

    .ue_stacking_card_item .e-con-inner {
        height: 30vh !important;
        max-height: 30vh !important;
    }
    .course-content ul li {
        max-width: calc(50% - 15px);
        min-width: calc(50% - 15px);
    }
    .elementor-widget-n-tabs #e-n-tab-content-1095358752 .swiper-wrapper .swiper-slide {
        opacity: 1 !important;
        max-width: 31% !important;
    }

    /*///header-menu////*/

    .main-top-headersection {
        z-index: 9999 !important;
    }
    .main-top-headersection .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        position: fixed !important;
        z-index: 9997;
        top: 0 !important;
        left: 0 !important;
        max-width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        z-index: 99 !important;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5) !important;
    }
    .main-top-headersection .elementor-nav-menu--dropdown > .elementor-nav-menu {
        max-width: 82%;
        background-color: #ffffff;
        height: 100vh;
        max-height: 100vh;
        overflow: auto;
        padding: 25px 35px;
    }
    .main-top-headersection .elementor-nav-menu--dropdown .elementor-nav-menu > li{
        border-bottom: 1px solid #f1f1f1;
    }
    .main-top-headersection .elementor-nav-menu--dropdown .elementor-nav-menu > li ul{
        background-color: #f1f1f1;
    }
    .main-top-headersection .elementor-nav-menu--dropdown .elementor-nav-menu > li ul li ul{
        background-color: #d4d4d4;
    }

    .main-top-headersection .elementor-nav-menu--dropdown .elementor-nav-menu > li a{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .main-top-headersection .elementor-menu-toggle.elementor-active {
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 9999;
    }

    .about-maac-slider {
        max-width: 100% !important;
        overflow: hidden;
    }
    
    
   
}

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

    .header-mailnow {
        width: 48px !important;
        height: 48px;
        min-width: 48px !important;
        min-height: 48px;
    }
    .header-mailnow .elementor-icon-list-items .elementor-icon-list-item {
        width: 48px;
        height: 48px;
    }
    .main-top-headersection .header-mailnow .elementor-icon-list-item a{
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
    }
    
    .header-callnow {
        max-width: 48px !important;
        padding: 0 !important;
        min-width: 48px !important;
    }
    .header-callnow .elementor-button-text{
        display: none !important;
    }
    .header-callnow a {
        min-width: 48px;
        min-height: 48px;
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .main-top-headersection .e-con-inner {
        padding: 0 !important;
        margin: 0;
    }
    .home-heilight-animation-section .elementor-widget-counter {
        border: none !important;
    }

    .career-mainblock .career-image-box {
        display: none;
    }
    .home .career-mainblock .elementor-shape-top, .home .career-mainblock .elementor-shape-top{
        display: none;
    }
    .career-mainblock .career-textblock{
        min-height: inherit;
    }
    .home .career-textblock {
        height: auto !important;
        min-height: inherit !important;
        padding: 30px;
        background-color: #f1f1f1;
        margin-bottom: 30px;
        text-align: center;
    }
    .elementor-element.elementor-element-50e5afd.e-con-full.e-flex.e-con.e-child {
        padding-right: 20px;
    }
    .elementor-7898 .elementor-element.elementor-element-1b91352{
        border-radius: 0 !important;
    }
    .ue_stacking_card_item .e-parent{
        height: 50vh;
        padding: 10px !important;
        max-height: 50vh !important;
    }

    .course-content ul li {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .elementor-element.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper {
        width: 100%;
    }
    .home .career-mainblock {
        background-color: #ffffff !important;
    }
    .home .career-mainblock .areer-textbloc{
        background-color: #ffffff !important;
    }
    .home .career-textblock {
        background: #ffffff;
        padding-bottom: 30px;
    }
    .recently_blck p {
        text-align: center !important;
        font-family: "Poppins", Sans-serif;
        font-size: 14px !important;
        font-weight: 400;
        width: 100% !important;
        margin: 0 auto !important;
    }
    .reels-c figure.swiper-slide-inner img{
        height: 100px;
    }
    .home-gateway-toyour-dream{
        background: #ffffff !important;
    }
    .recently-placed-students-mainblock .item.recently_main_blck h5, 
    .recently-placed-students-mainblock .item.recently_main_blck p{
        display: none;
    }

    /*///mobile-call-nowbutton///*/

    .mobile-call-nowbutton{
        width: 100%;
        background-color: #000000 !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        padding: 10px !important;
        justify-content: space-between;
        align-content: center;
        z-index: 999;
        border-top: 2px solid #181818 !important;
    }

    .mobile-call-nowbutton .elementor-icon-list-items {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-wrap: nowrap !important;
    }
    .mobile-call-nowbutton .elementor-icon-list-items li{
        display: inline-block;
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
    }
    .mobile-call-nowbutton .elementor-icon-list-items li a {
        display: flex;
        width: 100%;
        padding: 12px;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: var( --e-global-color-secondary ) !important;
        color: var( --e-global-color-primary ) !important;
        font-size: 12px;
        border-radius: 10px;
        font-weight: 600 !important;
    }
    .mobile-call-nowbutton .elementor-icon-list-items li a .elementor-icon-list-icon{
        font-size: 14px;
    }
    .mobile-call-nowbutton .elementor-icon-list-items li:last-child a {
        background-color: #25d366 !important;
        color: #ffffff !important;
    }
    .elementor-479 .elementor-element.elementor-element-920cc91 {
        bottom: 80px !important;
    }

    .main-top-headersection .elementor-nav-menu--dropdown > .elementor-nav-menu {
        padding: 15px;
    }

    .call-explore-block .elementor-button{
        min-width: 250px;
        text-align: center;
    }

    .home-howitworks-block .e-con-inner{
        padding: 0 !important;
    }
    .home-howitworks-block .e-con-inner .elementor-element{
        padding: 5px 0 !important;
        margin: 0 !important;
        text-align: center !important;
    }
    .home .elementor-7898 .elementor-element.elementor-element-e700eff {
        padding: 0 !important;
        margin: 0 auto;
        background-color: transparent;
    }

    .contactus-popupbox .elementor-button[type="submit"]{
       width: 100% !important;
       text-align: center;
    }
    .elementor-popup-modal .dialog-lightbox-widget-content {
        max-width: 90% !important;
        margin: 0 auto !important;
    }
    #elementor-popup-modal-5519 .dialog-message {
        width: 100% !important;
        height: auto;
    }

    



}