﻿
.zujconfevents-section .zujconfcontainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 6.25em;
}

.zujconfevent-wrap {
    width: 48.7179%;
    position: relative;
}

    .zujconfevent-wrap .zujconfimg-wrap {
        width: 73.7%;
    }

    .zujconfevent-wrap .zujconfdetails {
        width: 47.368%;
        padding: 1.25em;
        position: absolute;
        right: 0;
        top: 6.78%;
        z-index: 999;
        background: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

.zujconfdetails h3 {
 /*   font-size: 1.8rem;
    font-family: 'Raleway:500', sans-serif;
    color: #1c3961;*/
}

.zujconfdetails p {
   /* font-size: 1.4rem;
    font-family: 'Raleway', sans-serif;
    color: #585858;
    margin-top: 1.7857em;*/
    margin-top: 1.4285em;
    margin-bottom: 1.4285em;
}


@media screen and (max-width: 1199px) {
    .zujconfcontainer {
        max-width: 1000px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*=====Popular Courses====*/

    .learn-desining-banner {
        left: 15%;
        top: 53% !important;
        /*background: #009450;*/
        padding: 0.9375em 2em 1em 2em;
    }

    /*===========Gallery=========*/
    .gallery-images-section {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    /*====UPcomming Event====*/
    .zujconfevent-wrap .zujconfdetails {
        width: 70%;
        padding: 1em;
        top: 3%;
    }

    /*===What Other Say*/
    .what-other-say .zujconfcontainer {
        padding: 4.375em 1em;
    }

    /*=====Lates New Section====*/
    .news-detail {
        top: 47%;
    }

    .latest-news .zujconfcontainer .owl-carousel .owl-nav {
        margin-top: 0;
    }


    /*==Footer Line Part=====*/
    .page-footer .footer-second-section .footer-line {
        width: 38%;
    }

    .page-footer .footer-second-section .social-list {
        width: 23%;
    }
    /*=====================================
		Blog Page
	======================================*/
    .page-content .zujconfcontainer {
        flex-flow: column wrap;
    }

        .page-content .zujconfcontainer .grid-container {
            margin-right: auto;
            margin-left: auto;
        }

        .page-content .zujconfcontainer aside {
            width: 371px;
            margin-left: auto;
            margin-right: auto;
        }

    .page-content .latest-course {
        margin-bottom: 4em;
    }

    /*=====================================
		Blog Edu Single
	======================================*/
    .page-content .page-article {
        margin-right: auto;
        margin-left: auto;
    }

    .page-content .comment-form {
        margin-right: auto;
        margin-left: auto;
    }

    /*=====================================
		About Page
	======================================*/

    .team-members .developer-grid {
        grid-template-columns: repeat(3, 1fr);
        width: 870px;
        margin-left: auto;
        margin-right: auto;
    }

    /*=====================================
		Course Listing Page
	======================================*/

    .course-listing-page .button-group::after,
    .gallery-section2 .button-group::after {
        left: 23%;
    }

    .course-listing-page .grid {
        justify-content: space-around;
    }

    /*=====================================
		Course Single Page
	======================================*/
    #course-page .course-detail, .testimonial-page .customer-review {
        width: 77%;
        margin-right: auto;
        margin-left: auto;
    }

    #course-page .zujconfcontainer {
        padding-bottom: 1.25em;
    }

    #course-page aside, .testimonial-page aside {
        margin-top: 4em;
    }

    .recent-course-single .grid {
        justify-content: space-around;
    }

    .testimonial-page aside, .testimonial-page .submit-testimonials {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 1024px) {
    .zujconfcontainer {
        max-width: 800px;
    }

    .top-header .top-header-left {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
    }

        .top-header .top-header-left .top-header-block:last-child {
            margin-right: 1em;
        }

    .top-header .top-header-right {
        margin-left: auto;
        margin-right: auto;
    }

    .top-header-right .social-block {
        margin-right: 3em;
    }


    /*====navigation=====*/
    .menu-list {
        flex-direction: column;
    }

    .nav-desktop {
        display: none;
        width: 250px;
    }

        .nav-desktop li, .nav-desktop li a {
            font-size: 1.4rem;
            font-family:
        }

        .nav-desktop ul ul {
            position: static;
        }

    #bar {
        display: inline-block;
        font-size: 40px;
        cursor: pointer;
    }

    #close {
        display: none;
        font-size: 40px;
        cursor: pointer;
    }

    .menu-list > li > .sub-menu::before {
        content: "";
        border: none;
    }

    .menu-parent .menu-parent::after {
        content: "";
        border: solid #3a3a3a;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        margin-left: 10px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .menu-parent:hover::after,
    .menu-parent .menu-parent:hover::after {
        content: "";
        border: none;
        display: none;
    }

    /*========Banner section====*/
    .banner .zujconfcontainer h1 {
        margin-top: 3em;
    }

    /*=====Popular Courses====*/

    .learn-desining-banner {
        left: 5%;
        top: 45% !important;
        padding: 0.9375em 3.5625em 1em 3.5625em;
    }

    /*=============Upcomming Event=============*/

    .zujconfevents-section .zujconfcontainer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .zujconfevent-wrap {
        margin-left: 10%;
        margin-bottom: 2em;
    }

        .zujconfevent-wrap:last-child {
            margin-bottom: 0;
        }

        .zujconfevent-wrap .zujconfimg-wrap {
            width: 420px;
        }

        .zujconfevent-wrap .zujconfdetails {
            width: 271px;
            left: 80%;
            top: 8%;
        }

    /*====What other say=============*/
    .what-other-say .zujconfcontainer .wrap-others-say {
        width: 600px;
        margin-right: auto;
        margin-left: auto;
    }

    /*=====Lates New Section====*/
    .news-detail {
        top: 35%;
    }

    /*==Footer Line Part=====*/
    .page-footer .footer-second-section .footer-line {
        width: 30%;
    }

    .footer-second-section .footer-line:first-child {
        margin-left: 0;
        margin-right: 2em;
    }

    .footer-second-section .footer-line:last-child {
        margin-right: 0;
        margin-left: 2em;
    }

    .page-footer .footer-second-section .social-list {
        width: 30%;
    }
    /*===================================
		Blog Page
	=====================================*/

    .page-content .zujconfcontainer .grid-container {
        grid-gap: 10px;
    }

    /*=====================================
		Contact Page
	======================================*/

    .contact-page-section .people-info-wrap {
        margin-right: auto;
        margin-left: auto;
    }

    .contact-page-section .contact-info {
        margin-top: 3em;
        margin-left: auto;
        margin-right: auto;
    }

    /*=====================================
		About Page
	======================================*/

    .about-upper-section .who-we-are {
        margin-left: auto;
        margin-right: auto;
    }

    .about-upper-section .our-story {
        margin-left: auto;
        margin-right: auto;
    }

    .team-members .developer-grid {
        grid-template-columns: repeat(2, 1fr);
        width: 570px;
    }

    /*=====================================
		Course Listing Page
	======================================*/

    .course-listing-page .button-group::after,
    .gallery-section2 .button-group::after {
        left: 16%;
    }

    .course-listing-page .grid {
        justify-content: space-between;
    }

    /*=====================================
		Course Single Page
	======================================*/

    #course-page .course-detail .course-box {
        margin-bottom: 2em;
    }

    #course-page .course-intro {
        padding-top: 3em;
    }
}

@media screen and (max-width: 767px) {
    .zujconfcontainer {
        max-width: 450px;
    }

    .site-header .top-header .zujconfcontainer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 1em;
        font-size: 20px;
    }

    .top-header .top-header-left {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 1em;
        margin-bottom: 0;
    }

    .top-header-left .top-header-block {
        margin: 0;
        margin-bottom: 1em;
    }

    .top-header-right {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 1em;
    }

        .top-header-right .social-block {
            margin-right: auto;
            margin-left: auto;
            margin-bottom: 1em;
        }

        .top-header-right .login-block {
            margin-right: auto;
            margin-left: auto;
        }
    /*====Banner=======================*/

    .banner .zujconfcontainer h1 {
        font-size: 3.5rem;
        margin-top: 2em;
    }

    .banner .zujconfcontainer h3 {
        font-size: 1.8rem;
    }

    /*====Popular Courses======*/
    .learn-desining-banner {
        top: 50% !important;
    }

    /*==Why Us Section========*/

    .whyUs-section .zujconfcontainer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

        .whyUs-section .zujconfcontainer .featured-points {
            width: 100%;
        }

        .whyUs-section .zujconfcontainer .whyus-wrap {
            width: 100%;
        }

    /*===Upcomming Events====*/
    .zujconfevents-section .zujconfevent-wrap {
        margin-left: 10px;
    }

    /*===What other say============*/
    .what-other-say .zujconfcontainer {
        padding-left: 0;
        padding-right: 0;
    }

        .what-other-say .zujconfcontainer .wrap-others-say {
            margin-right: 0;
            margin-left: 0;
            padding-right: 1em;
            padding-left: 1em;
            width: 100%;
        }

    /*===Footer Links Section============*/

    .page-footer .footer-first-section .zujconfcontainer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px;
    }

        .page-footer .footer-first-section .zujconfcontainer .box-wrap {
            width: 100%;
        }

    .footer-first-section .zujconfcontainer .box-wrap header h1 {
        font-size: 2.5em;
    }

    .footer-first-section .zujconfcontainer .box-wrap p,
    .footer-first-section .zujconfcontainer .box-wrap h4,
    .footer-first-section .zujconfcontainer .box-wrap ul li a {
        font-size: 1.7em;
    }

    .footer-first-section .zujconfcontainer .box-wrap ul li a {
        margin-left: 15px;
    }

    .footer-first-section .zujconfcontainer .box-wrap ul li {
        margin-bottom: 25px;
    }

    .footer-first-section .recent-course-wrap {
        justify-content: unset;
    }

        .footer-first-section .recent-course-wrap .course-name {
            margin-left: 15px;
        }

    .footer-first-section .zujconfcontainer .box-wrap .quick-contact textarea {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    /*==Footer Line Part=====*/
    .page-footer .footer-second-section .footer-line {
        display: none;
    }

    .page-footer .footer-second-section .social-list {
        width: 100%;
    }

        .page-footer .footer-second-section .social-list li {
            margin-right: 11%;
        }

            .page-footer .footer-second-section .social-list li a svg {
                font-size: 30px;
            }

    .page-footer .footer-last-section {
        margin-top: 20px;
    }

    /*===================================
		Blog Page
	=====================================*/

    .page-content .zujconfcontainer .grid-container {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 30px;
    }

    /*=====================================
		Contact Page
	======================================*/

    .contact-page-section .people-info-wrap form span {
        flex-flow: column wrap;
    }

        .contact-page-section .people-info-wrap form span .name,
        .contact-page-section .people-info-wrap form span .email {
            width: 100%;
        }

        .contact-page-section .people-info-wrap form span .name {
            margin-bottom: 0.9375em;
        }

    /*=====================================
		About Page
	======================================*/
    .team-members .developer-grid {
        grid-template-columns: repeat(1, 1fr);
        width: 270px;
    }

    /*=====================================
		Course Listing Page
	======================================*/

    .course-listing-page .button-group::after,
    .gallery-section2 .button-group::after {
        width: 370px;
        left: 5%;
    }

    .course-listing-page .grid {
        justify-content: space-between;
    }
    /*testimonial*/

    .testimonial-page aside {
        width: 270px !important;
    }
}

@media screen and (max-width: 550px) {
    .zujconfcontainer {
        max-width: 300px;
    }

    .top-header-right .social-list li {
        margin-right: 40px;
    }

        .top-header-right .social-list li:nth-last-child(n+3) {
            margin-bottom: 30px;
        }

        .top-header-right .social-list li svg {
            font-size: 25px;
        }
    /*Banner Container*/

    .banner .zujconfcontainer {
        left: 1rem;
        right: 1rem;
    }

        .banner .zujconfcontainer h1 {
            font-size: 2.5rem;
            margin-top: 0.5em;
        }

        .banner .zujconfcontainer h3 {
            font-size: 1.5rem;
        }

    #owl-four-nav button {
        padding: 0;
    }

    /*===Popular Courses==*/

    .learn-courses .learn-desining-banner,
    .course-listing-page .grid-item .learn-desining-banner-course,
    .recent-course-single .grid-item .learn-desining-banner-course {
        top: 37% !important;
        left: 3%;
        padding: 10px 20px;
    }

    .zujconfevents-section .zujconfevent-wrap,
    .upcomming .zujconfcontainer .zujconfevent-wrap {
        margin-bottom: 280px;
        margin-left: auto;
        margin-right: auto;
    }

        .zujconfevents-section .zujconfevent-wrap,
        .zujconfevents-section .zujconfevent-wrap .zujconfimg-wrap {
            width: 280px;
        }

            .zujconfevents-section .zujconfevent-wrap .zujconfdetails {
                left: 2%;
                top: 80%;
            }

    /*Query Section*/

    .query-section .zujconfcontainer p a {
        display: block;
        margin: 0;
    }

    /*==footere=============*/

    .page-footer .footer-second-section .social-list li {
        margin-right: 15%;
    }

        .page-footer .footer-second-section .social-list li:first-child {
            margin-left: 40px;
            margin-bottom: 30px;
        }

        .page-footer .footer-second-section .social-list li:nth-child(4) {
            margin-left: 26%;
        }

    /*=========================
		Blog Page
	===========================*/

    .page-content .zujconfcontainer {
        flex-flow: row wrap;
    }

    .grid-container .grid-box-wrap {
        width: 270px;
    }

    /*=========================
		Course Listing Page
	==========================*/

    .course-listing-page .button-group::after,
    .gallery-section2 .button-group::after {
        width: 240px;
    }

    .course-listing-page .grid-item,
    .recent-course-single .grid-item {
        width: 270px;
    }
}

