/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body {
    font-size: 100%;
   font-family: 'Poppins', sans-serif;
    background: #ffffff;
    margin: 0;
}

p, ul li, ol li {
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

ul, label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

input[type="submit"], input[type="reset"], a {
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}
/*-- banner --*/
.banner {
    /*    background: #F4D58D url(../images/bg_pic.png) no-repeat 342px 77px; */
    background: #F4D58D url(../images/bg_pic.png) no-repeat 342px 77px;
    min-height: 805px;
    position: relative;
}
/* added by harmeet singh gill
.banner img {
    width: 50%;
    height: 50%;
    position: absolute;
    left: 1px;
}
 Hamreet gill finished */
.w3_agile_header {
    padding: 2em 0 0;
}

.w3_agile_header_left {
    float: left;
    margin: 1.6em 0 0;
}

    .w3_agile_header_left h2 {
        font-size: 0.9em;
        color: #fff;
        line-height: 1.5em;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 2px;
    }

        .w3_agile_header_left h2 span {
            padding: .3em 1em;
            background: #f33f1d;
            color: #fff;
            font-weight: bold;
        }

.agile_logo {
    /*    float: left; */
    margin-left: 20em;
}

    .agile_logo h1 a {
        font-size: 1.3em;
        color: #212121;
        text-decoration: none;
        position: relative;
        display: inline-block;
        font-weight: 700;
        letter-spacing: 4px;
    }

        .agile_logo h1 a span {
            display: block;
            font-size: .5em;
            border-bottom: 1px solid;
            text-align: center;
            color: #fff;
        }

    .agile_logo h1 {
        position: relative;
    }

        .agile_logo h1 i.fa.fa-wheelchair-alt {
            position: absolute;
            left: 30px;
            font-size: 21px;
            color: #f33f1d;
        }

.agileits_w3layouts_mail {
    /*	float: right;
    margin: 1.8em 0 0; */
}

    .agileits_w3layouts_mail p {
        color: #fff;
    }

        .agileits_w3layouts_mail p i {
            padding-right: .5em;
            color: #f33f1d;
        }

        .agileits_w3layouts_mail p a {
            color: #212121;
        }

            .agileits_w3layouts_mail p a:hover {
                color: #f33f1d;
            }
/*-- menu --*/
.wthree_nav_menu {
    position: fixed;
    top: 7%;
    right: 0;
    z-index: 999;
}

    .wthree_nav_menu ul, #sideNav ul, #sideNav ul ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .wthree_nav_menu li {
        margin: 0;
        float: right;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .wthree_nav_menu, .wthree_nav_menu a {
        height: 40px;
    }

        .wthree_nav_menu a, #sideNav a {
            color: #5b6064;
            text-decoration: none;
            display: block;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            text-transform: uppercase;
        }

#sideNav a {
    padding: 20px 30px;
    font-weight: 600;
    color: #fff;
}

.wthree_nav_menu a {
    font-size: 1em;
    color: #fff;
    border: 1px solid #f33f1d;
    font-weight: bold;
    background-color: #f33f1d;
    padding: 10px 30px;
}

    .wthree_nav_menu a:hover, .wthree_nav_menu a:focus, #sideNav.showFullMenu .wthree_nav_menu a {
        color: #fff;
        border: 1px solid rgba(23, 25, 23, 0.51);
        background-color: rgba(23, 25, 23, 0.51);
    }

#sideNav a:hover {
    background-color: #f33f1d;
}

#sideNav, #sideNav.showHalfMenu, #sideNav.showFullMenu, #sideNav ul ul li, #sideNav.showFullMenu ul ul li {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
}

#sideNav {
    position: fixed;
    right: -108px;
    top: 12.2%;
    width: 108px;
    height: 100%;
    background-color: rgba(23, 25, 23, 0.51);
    overflow-y: auto;
    z-index: 9999;
}

    #sideNav.showHalfMenu {
        right: 0;
    }

    #sideNav.showFullMenu {
        right: 0;
        width: 250px;
        z-index: 9999;
    }

        #sideNav.showFullMenu ul ul li {
            height: 59px;
        }

    #sideNav > ul {
        width: 100%;
        padding-bottom: 60px;
    }

    #sideNav ul li {
        width: 100%;
        margin: 0;
        font-weight: 300;
    }

        #sideNav ul li a {
            border-bottom: 1px solid #3c613d;
            position: relative;
            text-align: center;
        }

            #sideNav ul li a:before {
                position: absolute;
                top: 25%;
                left: 35%;
                font-size: 1.5em;
                color: #fff;
                font-family: FontAwesome;
            }

        #sideNav ul li span {
            position: relative;
            text-align: center;
        }

    #sideNav ul ul li {
        overflow: hidden;
        height: 0;
    }

    #sideNav input.search {
        border: 0;
        outline: 0;
        font-weight: 300;
        background: transparent;
        color: #5b6064;
    }

/*-- responsive --*/

/*-- //menu --*/
.agileinfo_banner_info {
    margin: 12em auto 5em;
    width: 46%;
    position: absolute;
    left: 45%;
    top: 18%;
    padding: 0em 2em;
}

h3.w3ls_agile {
    /*    font-size: 3.3em; Harmeet Singh Gill*/
    line-height: 1.5em;
    letter-spacing: 2px;
    color: #222b22;
    text-shadow: 2px 2px 2px rgb(87, 150, 89);
    font-weight: 700;
}

.agileinfo_banner_info p {
    padding: .5em 1em;
    background: #f33f1d;
    width: 27%;
    color: #fff;
    letter-spacing: 3px;
}
/*-- //banner --*/

#typed {
    font-size: 1.5em;
    color: #ef476f;
    text-transform: capitalize;
    line-height: 1.5em;
    letter-spacing: 7px;
}

    #typed i {
        font-style: normal;
        color: #000;
    }

.typed-cursor {
    opacity: 1;
    font-weight: 300;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #fff;
    font-size: 2.5em;
}
/*-- //banner --*/
.agileits_w3layouts_features_grids, .w3l_features_bottom_grids {
    margin: 3em 0 0;
}

.agileits_w3layouts_features_gridr img {
    margin: 0 auto;
}

.agile-why-text h4 {
    font-size: 1.5em;
    color: #f33f1d;
    letter-spacing: 2px;
    font-weight: 600;
}

.agile-why-text p {
    margin: 1em 0 0;
    color: #555;
    line-height: 2em;
}

.agile-why-text {
    padding-left: 0;
    text-align: right;
}

.wthree_agile_us i {
    width: 70px;
    height: 70px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.wthree_agile_us i {
    font-size: 1.5em;
    color: #fff;
    line-height: 2.8em;
}

.agile-why-text.two {
    text-align: left;
}

.wthree_agile_us {
    margin-top: 3em;
}

.why-choose-agile {
    text-align: center;
}
/* Rectangle Out */
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    /*-- agileits --*/
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #111;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

    .hvr-rectangle-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #F4D58D;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
    }

    .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
        color: white;
    }

        .hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before, .agile_banner_bottom_grid:hover .hvr-rectangle-out:before {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
/*-- banner-bottom --*/
.banner-bottom, .services, .events, .gallery, .why-choose-agile {
    padding: 5em 0;
}

#about {
    background: #F4D58D;
}

.banner-bottom h3 {
    text-align: center;
    font-size: 2.3em;
    color: #212121;
    text-transform: capitalize;
    font-weight: bold;
}

    .banner-bottom h3 span, .agileinfo_header span {
        color: #F4D58D;
    }

.banner-bottom p.para_w3ls {
    color: #555;
    line-height: 2em;
    margin: 2em auto;
    /*    width: 65%; Harmeet Singh Gill*/
    text-align: center;
}

.banner-bottom span.two {
    color: #f33f1d;
}
/*-- plugin --*/
.film_roll_wrapper img {
    border: 10px solid white;
    box-shadow: 7px 7px 10px #77bf7a;
    margin-left: 5px;
    margin-right: 5px;
    transition: all 1s ease;
}

.film_roll_wrapper .active img {
    border: 10px solid #f33f1d;
}

.film_roll_container {
    position: relative;
}

#film_roll_2 .film_roll_shuttle {
    top: 10px;
}

#film_roll_2 .film_roll_child {
    transition: all 1s ease;
}

    #film_roll_2 .film_roll_child.active {
        top: -10px;
    }

#film_roll_2_left {
    position: absolute;
    left: 15px;
    top: 38%;
}

#film_roll_2_right {
    position: absolute;
    right: 15px;
    top: 38%;
}

.w3l_btn {
    background-color: #212121;
    border-color: #fff;
}

    .w3l_btn:hover, .w3l_btn:focus {
        background-color: #d28a13;
        border-color: #fff;
    }
/*-- //plugin --*/
.w3layouts_banner_bottom_servicel {
    text-align: center;
}

.w3layouts_banner_bottom_servicer h4 {
    font-size: 1.4em;
    color: #212121;
    font-weight: 600;
    margin: .3em 0 0.5em;
    letter-spacing: 1px;
    text-align: left;
}

.w3_banner_bottom_service, .w3_agile_services_grids, .why-choose-agile-grids-top, .agile_banner_bottom_grids {
    margin: 3em 0 0;
}

.w3layouts_banner_bottom_servicer p {
    color: #555;
    line-height: 2em;
    text-align: left;
}

.agile-hvr-icon-pulse-shrink {
    position: relative;
}

    .agile-hvr-icon-pulse-shrink:before {
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        font-size: 2em;
        color: #f33f1d;
    }

    .agile-hvr-icon-pulse-shrink:hover:before, .w3_banner_bottom_service1:hover .agile-hvr-icon-pulse-shrink:before {
        -webkit-animation-name: hvr-icon-pulse-shrink;
        animation-name: hvr-icon-pulse-shrink;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        color: #F4D58D;
    }

@-webkit-keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.agileits_w3layouts_thumb:before {
    content: "\f164";
}

.agileits_w3layouts_gift:before {
    content: "\f06b";
}

.agileits_w3layouts_heart:before {
    content: "\f004";
}
/*-- //banner-bottom --*/
/*-- wthree_progress --*/
.w3_agileits_progress_left {
    padding: 0;
}

#work {
    background: #d7f5d8;
}

.agileinfo_header {
    font-size: 2.5em;
    color: #212121;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 1px;
}

.w3_agileits_progress_right {
    padding: 3.5em 13em 2em 4em;
}

    .w3_agileits_progress_right p {
        margin: 1em 0 0;
        color: #999;
        line-height: 2em;
    }

.agileits_progress_left_grid {
    position: relative;
}

.agileits_progress_left_grid_pos {
    position: absolute;
    padding: 3em;
    background: #f33f1d;
    width: 100%;
    top: 40%;
    right: -100%;
}

.w3ls_progress_left1_grid {
    text-align: center;
}

    .w3ls_progress_left1_grid i {
        font-size: 1.5em;
        color: #fff;
        width: 65px;
        height: 65px;
        text-align: center;
        line-height: 2.7em;
        background: #3b5998;
        border-radius: 50px;
    }

    .w3ls_progress_left1_grid p {
        margin: .5em 0;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
    }

    .w3ls_progress_left1_grid h4 {
        font-size: 2.3em;
        color: #fff;
        font-weight: bold;
    }

.w3_twitter {
    background: #1da1f2 !important;
}

.w3_google {
    background: #f76957 !important;
}

.w3_linkedin {
    background: #00a0dc !important;
}

.why-choose-agile span.w3 {
    position: relative;
    text-align: center;
    color: #656262;
    padding-bottom: 1.5em;
    letter-spacing: 10px;
}
/*-- //wthree_progress --*/
/*-- services --*/
.w3layouts_header {
    text-align: center;
}

.w3_services_para {
    position: relative;
    text-align: center;
    color: #656262;
    padding-bottom: 1.5em;
    letter-spacing: 10px;
}

.agile_services_grid img {
    margin: 0 auto;
}

.w3_agile_services_grid {
    text-align: center;
}

fieldset {
    padding: 1.5em 1.5em 2em;
    position: relative;
    margin: 2em auto 0;
    border: 2px solid #d5d2d2;
    line-height: 2em;
    color: #999;
    font-size: 14px;
}

.w3_agile_services_grid legend {
    text-transform: capitalize;
    font-size: 1.3em;
    color: #212121;
    line-height: 1.5em;
    margin: 0;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    border-bottom: none;
}
/*-- circle-effect --*/
.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .ih-item,
    .ih-item * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .ih-item img {
            width: 100%;
            height: 100%;
        }

        .ih-item.circle, .ih-item.circle .img {
            position: relative;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
        }

            .ih-item.circle, .ih-item.circle .img, .ih-item.circle.effect1 .spinner {
                width: 200px;
                height: 200px;
                margin: 0 auto;
            }

                .ih-item.circle .img:before {
                    position: absolute;
                    display: block;
                    content: '';
                    width: 100%;
                    height: 100%;
                    border-radius: 50%;
                    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                }

                .ih-item.circle .img img {
                   border-radius: 50%;
                    object-fit: contain;
                    background: #f6f1e4;
                }

                .ih-item.circle.effect1 .spinner {
                    border: 5px solid #f33f1d;
                    border-right-color: #DFDFDF;
                    border-bottom-color: #DFDFDF;
                    border-radius: 50%;
                    -webkit-transition: all 0.8s ease-in-out;
                    -moz-transition: all 0.8s ease-in-out;
                    transition: all 0.8s ease-in-out;
                }

                .ih-item.circle.effect1 .img {
                    position: absolute;
                    top: 5px;
                    bottom: 5px;
                    left: 5px;
                    right: 5px;
                    width: auto;
                    height: auto;
                }

                    .ih-item.circle.effect1 .img:before {
                        display: none;
                    }

                .ih-item.circle.effect1:hover .spinner, .w3_agile_services_grid:hover .ih-item.circle.effect1 .spinner {
                    -webkit-transform: rotate(180deg);
                    -moz-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    transform: rotate(180deg);
                }
/*-- //circle-effect --*/
/*-- //services --*/
/*-- about --*/
.w3_agileits_about_left, .w3ls_subscribe_left {
    padding: 4em 4em 4em 13em;
}

.w3_agileits_about_left {
    background: url(../images/12.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 442px;
}

.w3_agileits_about_right, .w3ls_subscribe_right {
    padding: 4em 13em 4em 4em;
}

.w3_agileits_about_right {
    background: #f33f1d;
    box-shadow: 0px 0px 25px #4a4a4a;
}

.agileits_w3layouts_about_right {
    text-align: center;
}

    .agileits_w3layouts_about_right img {
        margin: 0 auto;
        border: 5px solid #F4D58D;
        border-radius: 70px;
    }

    .agileits_w3layouts_about_right h4 {
        font-weight: bold;
        color: #fff;
        margin: 1em 0 .5em;
        font-size: 1.3em;
    }

    .agileits_w3layouts_about_right h5 {
        text-transform: uppercase;
        font-size: .8em;
        color: #e3e3e3;
        letter-spacing: 3px;
    }

    .agileits_w3layouts_about_right p {
        color: #590e00;
        line-height: 2em;
        margin: 2em 0 0;
    }
/*-- //about --*/
/*-- events --*/
.wthree_events_grid {
    /*border-top: 5px solid #F4D58D;*/
    background: #F4D58D;
}

.agileinfo_events_grid1 {
    padding: 1.5em;
}

    .agileinfo_events_grid1 h5 a {
        font-size: 1.6em;
        color: #212121;
        font-weight: bold;
        text-transform: capitalize;
        line-height: 1.5em;
        text-decoration: none;
    }

        .agileinfo_events_grid1 h5 a:hover {
            color: #f33f1d;
        }

    .agileinfo_events_grid1 p {
        margin: 1em 0;
        /*    color: #fff;  */
        color: #555;
        line-height: 2em;
    }

.agileits_event_grid_date {
    width: 150px;
    height: 100px;
    background: rgba(68, 68, 68, 0.85);
    padding: 1em;
    position: absolute;
    top: -2%;
    left: 0%;
}

    .agileits_event_grid_date p {
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
    }

        .agileits_event_grid_date p span {
            display: block;
            font-size: 3em;
            line-height: 1;
            font-weight: bold;
            color: #f33f1d;
        }

.wthree_events_grid1 {
    position: relative;
}
/*-- //events --*/
/*-- bootstrap-pop-up --*/
.modal-header {
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    background: #f33f1d;
    font-family: 'Playfair Display', serif;
}

.close {
    opacity: 1;
}

.modal-body p {
    color: #999;
    text-align: left;
    padding: 2em 2em 1em;
    margin: 0 !important;
    line-height: 2em;
}

    .modal-body p i {
        display: block;
        margin: 2em 0 0;
        color: #212121;
    }

.modal-body {
    padding: 0;
}

.modal-content {
    border-radius: 0;
}

button.close {
    font-size: 1.5em;
    color: #a0260f;
    outline: none;
}
/*-- //bootstrap-pop-up --*/
/*-- subscribe --*/
.w3ls_subscribe_left {
    background: #f33f1d;
    box-shadow: 5px 5px 25px #909090;
}

.w3l_more a {
    padding: 10px 50px;
    background: #fff;
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.w3ls_subscribe_right {
    background: #212121;
    padding: 6.5em 3em;
    text-align: center;
}

.w3ls_subscribe_left h3 {
    text-align: right;
    font-size: 2em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.w3ls_subscribe_left form {
    padding: 1em;
    border: 1px solid #fff;
}

.w3ls_subscribe_left input[type="email"] {
    outline: none;
    padding: 0;
    color: #fff;
    font-size: 1.5em;
    width: 89%;
    background: none;
    border: none;
}

.w3ls_subscribe_left input[type="submit"] {
    outline: none;
    padding: 0;
    width: 10%;
    background: url(../images/8.png) no-repeat 8px 4px;
    height: 32px;
    border: none;
}

.w3ls_subscribe_left input[type="email"]::-webkit-input-placeholder {
    color: #fff !important;
}

.link {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

    .link:hover {
        background: #F4D58D;
    }
/* Yaku */
.link--yaku {
    overflow: hidden;
}

    .link--yaku::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        -webkit-transform: translate3d(-101%,0,0);
        transform: translate3d(-101%,0,0);
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }

    .link--yaku:hover::before {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .link--yaku span {
        display: inline-block;
        position: relative;
        -webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
        transform: perspective(1000px) rotate3d(0,1,0,0deg);
        -webkit-transition: -webkit-transform 0.5s, color 0.5s;
        transition: transform 0.5s, color 0.5s;
    }

    .link--yaku:hover span {
        color: #212121;
        -webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
        transform: perspective(1000px) rotate3d(0,1,0,360deg);
    }

        .link--yaku span:nth-child(4),
        .link--yaku:hover span:first-child {
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }

        .link--yaku span:nth-child(3),
        .link--yaku:hover span:nth-child(2) {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .link--yaku span:nth-child(2),
        .link--yaku:hover span:nth-child(3) {
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        .link--yaku span:first-child,
        .link--yaku:hover span:nth-child(4) {
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }
/*-- //subscribe --*/
/*-- gallery --*/
.w3_gallery_grid {
    padding: 0;
}

.hovereffect {
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.6);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(460px, -100px) rotate(180deg);
        -ms-transform: translate(460px, -100px) rotate(180deg);
        transform: translate(460px, -100px) rotate(180deg);
        -webkit-transition: all 0.2s 0.4s ease-in-out;
        transition: all 0.2s 0.4s ease-in-out;
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .hovereffect p {
        display: inline-block;
        text-decoration: none;
        font-size: 1.5em;
        text-transform: uppercase;
        color: #fff;
        margin: 7.5em 0 0;
        background-color: #f33f1d;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -o- border-radius: 50%;
        -moz- border-radius: 50%;
        -ms-border-radius: 50%;
        width: 55px;
        height: 55px;
        line-height: 52px;
    }

    .hovereffect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .hovereffect:hover p {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

.w3l_gallery_grid li {
    display: inline-block;
    width: 33.1%;
    padding: 0;
}
/*-- //gallery --*/
/*-- mail --*/
.mail {
    padding-bottom: 5em;
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    width: calc(100% - 0em);
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    = -webkit-appearance: none; /* for box shadows to show on iOS */
}

    .input__field:focus {
        outline: none;
    }

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.3em 0;
    width: 100%;
}
/* Ichiro */
.input--ichiro {
    margin-top: 2em;
}

.input__field--ichiro {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 100;
    display: block;
    padding: 0 1em;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #fff;
    color: #212121;
    opacity: 0;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.input__label--ichiro {
    width: 100%;
    text-align: left;
    cursor: text;
}

    .input__label--ichiro::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f5f5f5;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        border: 1px solid #e4e4e4;
    }

.input__label-content--ichiro {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__field--ichiro:focus,
.input--filled .input__field--ichiro {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

    .input__field--ichiro:focus + .input__label--ichiro,
    .input--filled .input__label--ichiro {
        cursor: default;
        pointer-events: none;
    }

        .input__field--ichiro:focus + .input__label--ichiro::before,
        .input--filled .input__label--ichiro::before {
            -webkit-transform: scale3d(1, 1.5, 1);
            transform: scale3d(1, 1.5, 1);
            border: none;
        }

        .input__field--ichiro:focus + .input__label--ichiro .input__label-content--ichiro,
        .input--filled .input__label-content--ichiro {
            -webkit-transform: translate3d(0, -2.9em, 0) scale3d(0.8, 0.8, 1);
            transform: translate3d(0, -2.9em, 0) scale3d(0.8, 0.8, 1) translateZ(1px);
        }

.w3_agile_mail_grid textarea {
    outline: none;
    width: 100%;
    background: #f5f5f5;
    color: #212121;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    min-height: 321px;
    font-weight: bold;
    margin: 2em 0 0;
    padding: 16px;
}

    .w3_agile_mail_grid textarea::-webkit-input-placeholder {
        color: #333 !important;
    }

.w3_agile_mail_grid input[type="submit"] {
    outline: none;
    width: 100%;
    background: #f33f1d;
    color: #fff;
    padding: 1em 0;
    font-size: 1em;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    margin: 2em 0 0;
    letter-spacing: 5px;
}

    .w3_agile_mail_grid input[type="submit"]:hover {
        background: #F4D58D;
    }

.agile_map iframe {
    width: 100%;
    min-height: 300px;
    margin-bottom: -6px;
}

.w3_agile_contact_grid {
    background: #f5f5f5;
    width: 32%;
    padding: 1em 0 2em;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
    text-align: center;
}

    .w3_agile_contact_grid:nth-child(2) {
        margin: 0 1em;
    }

    .w3_agile_contact_grid p {
        color: #555;
        line-height: 1.9em;
    }

.agile_contact_grid_left i {
    font-size: 3em;
    color: #f33f1d;
    line-height: 2em;
}

.agile_contact_grid_right h4 {
    font-size: 1.5em;
    color: #000;
    font-weight: 600;
    margin-bottom: .5em;
    letter-spacing: 1px;
}

.agile_contact_grid_right p a {
    color: #555;
    text-decoration: none;
}

.agile_contact_grid_right p span {
    display: block;
}

/*-- //mail --*/
.w3_agile_middle {
    background: url(../images/middle.jpg)no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 482px;
    padding: 3em 3em;
    text-align: center;
}

    .w3_agile_middle h4 {
        font-style: italic;
        font-size: 3em;
        font-weight: 400;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 1em;
    }

        .w3_agile_middle h4 p {
            display: block;
            font-style: italic;
            font-size: 18px;
            font-weight: 600;
            letter-spacing: 12px;
            color: #47cf73;
        }

.middle_agile_info {
    margin-top: 7em;
}
/*-- login form --*/
.agileits-login h6 {
    text-align: left;
    color: #F4D58D;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 15px 0 13px;
    font-weight: bold;
}

label.anim span {
    font-size: 14px;
    color: #555;
}

.wthree-text ul li {
    list-style: none;
    text-align: left;
    margin-bottom: 8px;
}

.agileits-login {
    padding: 1em;
}

    .agileits-login input[type="text"], .agileits-login input[type="password"], .agileits-login input[type="email"], .agileits-login textarea {
        outline: none;
        font-size: 14px;
        color: #fff;
        padding: 10px;
        letter-spacing: 1px;
        margin: 0;
        width: 100%;
        border: 1px solid #ddd;
        -webkit-appearance: none;
        margin-bottom: .7em;
        background: rgba(0, 0, 0, 0.78);
    }

    .agileits-login textarea {
        resize: none;
        height: 55px;
        margin-bottom: 0 !important;
    }

    .agileits-login ::-webkit-input-placeholder {
        color: #fff;
    }

    .agileits-login :-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

    .agileits-login ::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }

    .agileits-login :-ms-input-placeholder {
        color: #fff;
    }
    /*-- checkbox --*/
    .agileits-login label {
        font-size: 1em;
        color: #fff;
        letter-spacing: 0.5px;
        font-weight: 400;
        cursor: pointer;
        position: relative;
    }

input.checkbox {
    background: #000;
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
}

    input.checkbox:before {
        content: "";
        position: absolute;
        width: 1.2em;
        height: 1.2em;
        background: inherit;
        cursor: pointer;
    }

    input.checkbox:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 1;
        width: 1.2em;
        height: 1.2em;
        border: 1px solid #fff;
        -webkit-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
    }

    input.checkbox:checked:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: 1.2em;
        border-color: #fff;
        border-top-color: transparent;
        border-right-color: transparent;
    }

.anim input.checkbox:checked:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .6em;
    border-color: transparent;
    border-right-color: transparent;
    animation: .4s rippling .4s ease;
    animation-fill-mode: forwards;
}

@keyframes rippling {
    50% {
        border-left-color: #fff;
    }

    100% {
        border-bottom-color: #fff;
        border-left-color: #fff;
    }
}
/*-- //checkbox --*/
.wthree-text {
    margin-top: 0.5em;
}

    .wthree-text ul li {
        display: inline-block;
        float: left;
        width: 100%;
    }

        .wthree-text ul li:nth-child(2) {
            float: right;
        }

        .wthree-text ul li a {
            font-size: 1em;
            color: #fff;
            letter-spacing: 0.5px;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }

            .wthree-text ul li a:hover {
                text-decoration: underline;
            }

.w3ls-submit {
    text-align: center;
    margin-top: 1.3em;
}

.agileits-login input[type="submit"] {
    font-size: 1em;
    color: #fff;
    border: none;
    outline: none;
    padding: .7em 3em;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-appearance: none;
    text-transform: uppercase;
    transition: .5s all;
    background: #F4D58D;
    border: 2px solid #F4D58D;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
}

    .agileits-login input[type="submit"]:hover {
        background: #f33f1d;
        border: 2px solid #f33f1d;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

.modal-header {
    border-bottom: none;
}
/*-- //animate popup --*/
/*-- //checkbox --*/
/*-- membership --*/
.plan {
    background: url(../images/member.jpg)no-repeat 0px 0px;
    background-size: cover;
    text-align: center;
    min-height: 16em;
    padding-top: 2em;
}

    .plan h5 {
        font-size: 28px;
        letter-spacing: 2px;
        color: #fff;
        text-transform: uppercase;
    }

    .plan h2 {
        font-size: 24px;
        color: #dce1e4;
        letter-spacing: 2px;
        text-transform: capitalize;
        margin: 25px 0px 25px;
    }

        .plan h2 span {
            color: #1dcb8b;
        }

.member-btn-agileits {
    padding: 8px 20px;
    background: #1dcb8b;
    border: 2px solid #1dcb8b;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    margin-top: .7em;
}

    .member-btn-agileits:hover {
        background: transparent;
        border-color: #fff;
        color: #fff !important;
        text-decoration: none;
    }
/*-- //membership --*/
/*-- footer --*/
ul.social li {
    display: inline-block;
    margin: 0 0.1em;
}

.social a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    z-index: 2;
    /*-- agileits --*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .social a:hover {
        color: #fff;
    }

        .social a:hover .tooltip {
            display: block;
            visibility: visible;
            opacity: 1;
            -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
        }

    .social a:active {
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    }

.social .tooltip {
    opacity: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    z-index: 1;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .social .tooltip span {
        position: relative;
        left: -50%;
        padding: 6px 8px 5px 8px;
        border-radius: 3px;
        color: #fff;
        font-size: .7rem;
        line-height: 1;
        z-index: 1;
        background: #F4D58D;
        color: #fff;
    }

        .social .tooltip span:after {
            position: absolute;
            content: " ";
            width: 0;
            height: 0;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            border: 8px solid transparent;
            border-top-color: #F4D58D;
        }

.social i {
    position: relative;
    top: 1px;
    font-size: 1.2em;
    border-radius: 65%;
    -webkit-border-radius: 65%;
    -moz-border-radius: 65%;
    -o-border-radius: 65%;
    -ms-border-radius: 65%;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 2.4em;
}

.social li a.social-twitter i {
    background: #1da1f2;
}

.social li a.social-google i {
    background: #dd4b39;
}

.social li a.social-facebook i {
    background: #3b5998;
}

.social li a.social-pinterest i {
    background: #bd081c;
}

.social li a.social-instagram i {
    background: #833ab4;
}

.footer {
    background: #212121;
    padding: 3em 0;
    text-align: center;
}

ul.main-nav {
    padding: 1em 0 0;
}

    ul.main-nav li {
        display: inline-block;
        font-size: 14px;
    }

        ul.main-nav li i {
            padding: 0 1.5em;
            color: #fff;
        }

        ul.main-nav li a {
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            letter-spacing: 2px;
        }

            ul.main-nav li a:hover {
                color: #999;
            }

.copy-right {
    margin: 2em 0;
}

    .copy-right p {
        color: #999;
        line-height: 1.8em;
    }

        .copy-right p a {
            color: #fff;
            text-decoration: none;
        }

            .copy-right p a:hover {
                color: #999;
            }
/*-- //footer --*/
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //to-top --*/
/* Harmeet Gill Added below all main CSS*/
.upcoming_classes {
    width: 100%;
    background: transparent;
    margin: 0em 0em 0em 0em;
    text-align: left;
    font-size: 1em;
    color: red;
    position: absolute;
    z-index: 97;
    top: 5em;
    left: 50%;
    text-shadow: 1px 1px 2px black, 0 0 1em gray, 0 0 0.2em white;
}

    .upcoming_classes a {
        padding: 0em 0em 0em 0em;
        color: black;
        font-size: .1em;
    }
/* Horizontal Nav bar css  brand width ="150em" padding-top="2em"*/
.navbar-brand {
    z-index: 101;
}

    .navbar-brand img {
        box-shadow: 5px 5px 25px #909090;
        margin-top: 0em;
    }

.navbar {
    background: white;
    margin-top: 0em;
    padding: 0em;
    z-index: 99;
    position: fixed;
    width: 100%;
}
/* //Horizontal Nav bar css */

.logo_bar {
    width: 100%;
    position: fixed;
    background: white;
    padding: .5em 0em 1em 5em;
    /*  text-align: left; */
    color: #212121;
    z-index: 101;
}

.logo {
    float: left;
}

.nav {
    float: right;
    padding-left: 5em;
    padding-top: 1em;
    margin-right: 10px;
    margin-left: 30px;
    color: #f33f1d;
}

    .nav ul li {
        list-style: none;
        float: left;
        padding-left: 3em;
        font-size: .7em;
        font-weight: normal;
        color: black;
    }

    .nav a:hover {
        text-decoration: none;
        color: orange;
    }

    .nav a::selection {
        color: green;
        font-size: .10;
        class: active;
    }


.teacher {
    padding: 1em 0em 0em 0em;
}


.w3ls_teacher_right {
    padding: 4em 13em 4em 4em;
}
/*Harmeet added below */
.agile_logo img {
    box-shadow: 5px 5px 25px #909090;
}
/*-- Teacher --*/
.w3ls_teacher_left {
    padding: 4em 4em 4em 13em;
    background: #f33f1d;
    box-shadow: 5px 5px 25px #909090;
    text-align: justify;
}

.w3l_more a {
    padding: 10px 50px;
    background: #fff;
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.w3ls_teacher_right {
    background: #212121;
    padding: 4em 4em;
    text-align: justify;
    color: #eaeaea;
}

.w3ls_teacher_left h3 {
    text-align: right;
    font-size: 2em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.w3ls_teacher_right h3 {
    text-align: right;
    font-size: 2em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.w3ls_teacher_left form {
    padding: 1em;
    border: 1px solid #fff;
}

.w3ls_teacher_left input[type="email"] {
    outline: none;
    padding: 0;
    color: #fff;
    font-size: 1.5em;
    width: 89%;
    background: none;
    border: none;
}

.w3ls_teacher_left input[type="submit"] {
    outline: none;
    padding: 0;
    width: 10%;
    background: url(../images/8.png) no-repeat 8px 4px;
    height: 32px;
    border: none;
}

.w3ls_teacher_left input[type="email"]::-webkit-input-placeholder {
    color: #fff !important;
}

.link {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

    .link:hover {
        background: #F4D58D;
    }

.w3_agile_services_grids {
    display: flex;
    flex-wrap: wrap;
    padding-bottom:72px;
}

/*fieldset {
    height: calc(100vh - 356px);
    padding: 1.5em 1.5em 2em;
    position: relative;
    margin: 2em auto 0;
    border: 2px solid #d5d2d2;
    line-height: 2em;
    color: #999;
    font-size: 14px;
}*/

.margin-top25 {
    margin-top: 25px;
}



.loader {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #fff;
    text-align: center;
}

    .loader .preview {
        padding: 120px 0;
        width: 100%;
        height: 600px;
    }
.image-width-testimonial {
    width:30%
}
.wthree_events_grid1 .image-events {
    width: 100%;
    height: 200px;
}
/* Yaku */
/*.link--yaku {
	overflow: hidden;
}

.link--yaku::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	-webkit-transform: translate3d(-101%,0,0);
	transform: translate3d(-101%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.link--yaku:hover::before {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.link--yaku span {
	display: inline-block;
	position: relative;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform 0.5s, color 0.5s;
	transition: transform 0.5s, color 0.5s;
}

.link--yaku:hover span {
	color:#212121;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	transform: perspective(1000px) rotate3d(0,1,0,360deg);
}

.link--yaku span:nth-child(4),
.link--yaku:hover span:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.link--yaku span:nth-child(3),
.link--yaku:hover span:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.link--yaku span:nth-child(2),
.link--yaku:hover span:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.link--yaku span:first-child,
.link--yaku:hover span:nth-child(4) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}*/
/*-- //teacher --*/
/* //Harmeet Gill Added below all main CSS*/

/*-- start-responsive-design --*/
@media (max-width:1440px) {
    .box, .box .overbox {
        height: 316px;
    }

    .w3_agileits_about_left, .w3ls_subscribe_left {
        padding: 4em 4em 4em 12em;
    }

    .w3_agileits_about_left {
        min-height: 469px;
    }

    .hovereffect p {
        margin: 6em 0 0;
    }

    .w3_agileits_progress_right {
        padding: 2.5em 4em 2em 4em;
    }

    .banner {
        background: #F4D58D url(../images/bg_pic.png) no-repeat 10px 7px;
        min-height: 505px;
        position: relative;
    }

    .agileinfo_banner_info p {
        padding: .5em 1em;
        width: 32%;
    }

    .agileinfo_banner_info {
        margin: 7em auto 0em;
        width: 46%;
        position: absolute;
        left: 55%;
        top: 18%;
        padding: 0em 1em;
    }
    /* Harmeet Gill Added below all*/
    .w3ls_teacher_left {
        padding: 4em 4em 4em 4em;
    }

    .nav ul li {
        font-size: 1em;
    }

    .upcoming_classes {
        padding: 0em 3em .5em 3em;
    }

        .upcoming_classes a {
            padding: 0em 3em 0em 3em;
            font-size: 1em;
            /* //Harmeet Gill Added below all*/
        }

    @media (max-width:1366px) {
        .agileits_w3layouts_mail {
            float: left;
            margin: 1.8em 0 0 15em;
        }

        .w3_agileits_progress_right {
            padding: 1em 4em 0em 4em;
        }

        .box, .box .overbox {
            height: 300px;
        }

        .w3_agileits_about_left, .w3ls_subscribe_left {
            padding: 4em 4em 4em 10em;
        }
    }

    @media (max-width:1280px) {
        h3.w3ls_agile {
            font-size: 3em;
            line-height: 1.5em;
            letter-spacing: 2px;
        }

        .w3_agileits_progress_right {
            padding: 0em 4em 0em 4em;
        }

        .agileits_progress_left_grid_pos {
            top: 37%;
            right: -85%;
        }

        .box, .box .overbox {
            height: 280px;
        }

            .box .title {
                font-size: 2.3em;
            }

            .box .overbox {
                padding: 11.5em 2em 3em;
            }
        /* Harmeet added start */

        /* //Harmeet added finish */
    }

    @media (max-width:1080px) {
        .agileits_w3layouts_mail {
            margin: 1.8em 0 0 5em;
        }

        .banner {
            background: #F4D58D url(../images/bg_pic.png) no-repeat 55px 27px;
            min-height: 742px;
            position: relative;
        }

        .banner-bottom h3 {
            font-size: 2em;
        }

        .w3layouts_banner_bottom_servicer {
            padding: 0;
        }

            .w3layouts_banner_bottom_servicer h4 {
                font-size: 1.16em;
            }

        .banner-bottom p.para_w3ls {
            width: 80%;
        }

        .agileits_progress_left_grid_pos {
            top: 0;
            right: 0;
            position: inherit;
            width: 100%;
        }

        .w3_agileits_progress_right {
            padding: 7em 3em 0em 3em;
        }

        .box, .box .overbox {
            height: 235px;
        }

            .box .overbox {
                padding: 9.5em 1em 3em;
            }

        .w3_agileits_about_left, .w3ls_subscribe_left {
            padding: 4em 3em 4em 2em;
        }

        .w3l_gallery_grid li {
            width: 33%;
        }

        .hovereffect p {
            margin: 4em 0 0;
        }

        .agile_logo {
            float: left;
            margin-left: 4em;
        }

        .agileinfo_banner_info p {
            padding: .5em 1em;
            width: 38%;
        }

        h3.w3ls_agile {
            font-size: 2.5em;
            line-height: 1.5em;
            letter-spacing: 2px;
        }

        .agileinfo_banner_info {
            margin: 12em auto 0em;
            width: 46%;
            position: absolute;
            left: 45%;
            top: 18%;
            padding: 0em 0em;
        }

        .w3_agileits_about_right {
            padding: 2.75em 13em 0em 4em;
        }

        .w3_agileits_about_left {
            min-height: 441px;
        }

        .agileinfo_header {
            font-size: 2.2em;
        }

        .modal-header {
            font-size: 1.3em;
        }
        /* Harmeet Gill Added below all*/
        .nav ul li {
            font-size: .7em;
        }

        .upcoming_classes {
            padding: 0em 3em .5em 3em;
        }

            .upcoming_classes a {
                font-size: .7em;
            }

        /* //Harmeet Gill Added below all*/
    }

    @media (max-width: 1050px) {
        .w3ls_subscribe_left input[type="email"] {
            width: 88%;
        }

        .w3_agile_services_grid legend {
            font-size: 1.4em;
        }

        .w3_agileits_about_left {
            min-height: 469px;
        }

        .agile_contact_grid_left i {
            font-size: 2em;
        }

        .agile-why-text h4 {
            font-size: 1.3em;
        }
    }

    @media (max-width: 1024px) {
        .agileits_w3layouts_mail {
            margin: 1.8em 0 0 4em;
        }

        .w3_agileits_progress_right {
            padding: 5em 3em 0em 3em;
        }

        .box, .box .overbox {
            height: 223px;
        }

            .box .overbox {
                padding: 8.5em 1em 3em;
            }

            .box .title {
                font-size: 2em;
            }

        .w3ls_subscribe_left input[type="email"] {
            width: 88%;
        }

        .banner {
            background: #F4D58D url(../images/bg_pic.png) no-repeat 93px 88px;
            min-height: 700px;
            position: relative;
            background-size: 76%;
        }

        .banner-bottom, .services, .events, .gallery, .why-choose-agile {
            padding: 4em 0;
        }

        .w3_banner_bottom_service, .w3_agile_services_grids, .why-choose-agile-grids-top, .agile_banner_bottom_grids {
            margin: 2em 0 0;
        }
    }

    @media (max-width: 991px) {
        .w3_agile_header_left h2 {
            font-size: 14px;
        }

        .agileits_w3layouts_mail {
            margin: 0.5em 0 0 0em;
        }

        .agileits_grid_format ul li.active:before {
            left: 30%;
        }

        .banner-bottom h3 {
            font-size: 1.8em;
            line-height: 1.5em;
        }

        .banner-bottom p.para_w3ls {
            width: 100%;
        }

        .w3_banner_bottom_service1 {
            float: left;
            width: 33.33%;
        }

        .w3layouts_banner_bottom_servicer h4 {
            font-size: 1.1em;
            line-height: 1.5em;
        }

        .w3_agileits_progress_left, .w3_agileits_progress_right {
            float: left;
            width: 50%;
        }

        .box, .box .overbox {
            height: 216px;
        }

            .box .overbox {
                padding: 7.5em 1em 3em;
            }

        .w3_agile_services_grid {
            float: left;
            width: 50%;
        }

            .w3_agile_services_grid:nth-child(2) {
                margin-bottom: 2em;
            }

            .w3_agile_services_grid legend {
                font-size: 1.4em;
            }

        .w3_agileits_about_left {
            margin: 0;
        }

        .w3_agileits_about_left, .w3ls_subscribe_left {
            padding: 4em 3em 4em 3em;
        }

        .w3_agileits_about_right, .w3ls_subscribe_right {
            padding: 3em 2em;
        }

        .agileits_w3layouts_about_right p {
            margin: 2em auto 0;
            width: 75%;
        }

        .banner {
            background: #F4D58D url(../images/bg_pic.png) no-repeat 93px 88px;
            min-height: 635px;
            background-size: 71%;
        }

        .w3_agileits_events_grid {
            float: left;
            width: 33.33%;
        }

        .agileits_event_grid_date p span {
            font-size: 2.5em;
        }

        .agileits_event_grid_date p {
            font-size: 13px;
        }

        .agileits_event_grid_date {
            width: 140px;
            height: 85px;
            top: -3%;
        }

        .agileinfo_events_grid1 h5 a {
            font-size: 1.4em;
        }

        .w3ls_subscribe_left form {
            width: 70%;
            margin: 0 auto;
        }

        .w3ls_subscribe_left h3 {
            text-align: center;
        }

        .w3ls_subscribe_right {
            margin: 0;
            text-align: center;
        }

        .mail {
            padding-bottom: 4em;
        }

        .agile_logo {
            float: left;
            margin-left: 6em;
        }

        .agileinfo_banner_info p {
            padding: .5em 1em;
            width: 39%;
        }

        .agileinfo_banner_info {
            margin: 10em auto 0em;
            width: 46%;
            position: absolute;
            left: 45%;
            top: 18%;
            padding: 0em 0em;
        }

        .w3_agile_contact_grid {
            width: 100%;
            padding: 1em 0 1em;
        }

            .w3_agile_contact_grid:nth-child(2) {
                margin: 1em 0em;
            }

        .w3_agile_mail_grid {
            padding: 0;
        }

        .agileits-w3layouts-grid.img {
            margin-top: 1.5em;
        }

        .w3ls_progress_left1_grid h4 {
            font-size: 2em;
        }
        /*Harmeet added till end
  .agileits_progress_left_grid_pos {

		width: 100%;
	}*/
    }

    @media (max-width: 979px) {
        .navbar-fixed-top {
            margin-bottom: 0;
        }
    }

    @media (max-width: 800px) {
        .agileits_grid_format ul li {
            font-size: 13px;
        }

        .agileinfo_header {
            font-size: 1.8em;
        }

        .w3_agileits_progress_right {
            padding: 3em 2em 0em;
        }

        .box, .box .overbox {
            height: 168px;
        }

            .box .title {
                font-size: 1.8em;
            }

            .box .overbox {
                padding: 4.5em 1em 0em;
            }

        .w3l_gallery_grid li {
            width: 32.8%;
        }

        .hovereffect p {
            font-size: 1.2em;
            line-height: 54px;
        }

        .agile_logo h1 a {
            font-size: 1.2em;
        }

        .banner {
            background: #F4D58D url(../images/bg_pic.png) no-repeat 93px 88px;
            min-height: 532px;
            background-size: 71%;
        }

        .agileinfo_banner_info {
            margin: 6em auto 0em;
            width: 48%;
            position: absolute;
            left: 45%;
            top: 25%;
            padding: 0em 0em;
        }

            .agileinfo_banner_info p {
                padding: .5em 1em;
                width: 48%;
            }

        h3.w3ls_agile {
            font-size: 2em;
            line-height: 1.5em;
            letter-spacing: 2px;
        }

        .w3_agile_middle {
            min-height: 432px;
            padding: 2em 2em;
            text-align: center;
        }

            .w3_agile_middle h4 {
                font-size: 2.5em;
            }

                .w3_agile_middle h4 p {
                    font-size: 16px;
                    letter-spacing: 10px;
                }

        .hovereffect p {
            margin: 3.5em 0 0;
        }
    }

    @media (max-width: 768px) {
        .wthree_nav_menu {
            top: 5.5%;
        }

        #sideNav {
            top: 9.8%;
        }

        .w3_agileits_progress_right {
            padding: 2em 2em 0em;
        }

        .agileits_progress_left_grid_pos {
            padding: 2em;
        }

        .agileits_event_grid_date {
            top: -4%;
        }

        .w3ls_subscribe_left form {
            width: 80%;
        }

        .hovereffect p {
            margin: 3.5em 0 0;
        }

        .w3_agile_mail_grid textarea {
            min-height: 250px;
        }

        h3.w3ls_agile {
            font-size: 1.9em;
            line-height: 1.5em;
            letter-spacing: 2px;
        }

        .banner-bottom, .services, .events, .gallery, .why-choose-agile {
            padding: 3em 0;
        }

            .why-choose-agile span.w3 {
                letter-spacing: 6px;
                font-size: 0.9em;
            }
    }

    @media (max-width: 736px) {
        .agileits_w3layouts_mail p {
            font-size: 13px;
        }

        .w3_agile_header_left {
            margin: 1.2em 0 0;
        }

        .wthree_nav_menu {
            top: 11%;
        }

        #sideNav {
            top: 19.8%;
        }

            #sideNav ul li a:before {
                left: 32%;
            }

            #sideNav.showFullMenu {
                width: 225px;
            }

            #sideNav ul li span {
                padding-left: 0.5em;
            }

        .w3_agileits_progress_right {
            padding: 1.5em 2em 0em;
        }

        .w3ls_progress_left1_grid h4 {
            font-size: 2em;
        }

        .box, .box .overbox {
            height: 160px;
        }

            .box .title {
                font-size: 1.7em;
            }

        .w3_services_para span:before {
            bottom: -14%;
            left: 48.9%;
            width: 16px;
            height: 16px;
        }

        .w3_agileits_about_left, .w3ls_subscribe_left {
            padding: 3em 2em;
        }

        .agileits_w3layouts_about_right p {
            width: 100%;
        }

        .agileinfo_banner_info h3 {
            font-size: 1.8em;
        }

        .agileinfo_banner_info p {
            padding: .5em 1em;
            width: 51%;
        }

        .agile_logo {
            float: left;
            margin-left: 4em;
        }

            .agile_logo h1 a {
                font-size: 1em;
            }

        .agileits_w3layouts_mail {
            margin: 0.5em 0 0 0em;
            width: 100%;
        }

        .banner {
            background: #F4D58D url(../images/bg_pic.png) no-repeat 50% 50%;
            min-height: 513px;
            background-size: 71%;
        }

        .agile_logo h1 i.fa.fa-wheelchair-alt {
            position: absolute;
            left: 22px;
            font-size: 16px;
        }

        .w3_banner_bottom_service1 {
            float: left;
            width: 100%;
            padding: 0;
        }
    }

    /* Harmeet CSS need to be adjusted */
    @media (max-width: 667px) {
        .w3_agile_header_left {
            margin: 0 0 0 10em;
            float: none;
            text-align: center;
        }

        .agile_logo {
            float: left;
            margin-left: 0em;
        }

        .agileits_w3layouts_mail {
            margin: 1.2em 0 0 0;
            float: right;
        }

        #sideNav {
            top: 19.8%;
        }

        .mail {
            padding-bottom: 3em;
        }

        .w3layouts_banner_bottom_servicel {
            float: none;
            text-align: center;
            width: 100%;
        }

        .w3layouts_banner_bottom_servicer {
            padding: 3em 0 0;
            float: none;
            text-align: center;
            width: 100%;
        }

        .agile-hvr-icon-pulse-shrink:before {
            right: 1.8em;
        }

        .w3layouts_banner_bottom_servicer h4 {
            font-size: 1.08em;
        }

        .w3_agileits_progress_right {
            padding: 0.5em 1em 0em;
        }

        .box, .box .overbox {
            height: 144px;
        }

            .box .title {
                font-size: 1.5em;
            }

            .box .overbox {
                padding: 3.5em 1em 0em;
            }

        .hovereffect p {
            margin: 3em 0 0;
        }

        .w3_agile_header_left {
            margin: 0 0 0 0em;
            float: right;
            text-align: center;
        }

        .agileits_w3layouts_mail {
            margin: 1em 0 0 0em;
            float: left;
        }

        .agileinfo_banner_info p {
            padding: .5em 1em;
            width: 56%;
        }

        .banner {
            background: #F4D58D url(../images/bg_pic.png) no-repeat 93px 88px;
            min-height: 465px;
            background-size: 71%;
        }

        .agileinfo_banner_info {
            margin: 6em auto 0em;
            width: 48%;
            position: absolute;
            left: 45%;
            top: 14%;
            padding: 0em 0em;
        }

        .w3_agileits_events_grid {
            float: left;
            width: 100%;
        }

            .w3_agileits_events_grid:nth-child(2) {
                margin: 2em 0;
            }

        .w3_agile_middle h4 {
            font-size: 2em;
        }

        .w3_agile_middle {
            min-height: 357px;
            padding: 1em 0em;
            text-align: center;
        }

        .w3ls_subscribe_left {
            padding: 3em 3em;
        }
    }

    @media (max-width: 640px) {
        #sideNav ul li a:before {
            left: 33.5%;
        }

        .w3layouts_banner_bottom_servicer h4 {
            font-size: 1.2em;
        }

        .w3_agileits_progress_right {
            padding: 0em 1em 0em;
        }

        .box, .box .overbox {
            height: 208px;
        }

            .box .title {
                font-size: 1.7em;
            }

            .box .overbox {
                padding: 5.5em 1em 0em;
            }

        .w3_services_para span:before {
            left: 48.5%;
        }

        .w3_agileits_events_grid {
            float: none;
            margin: 0 auto;
        }

            .w3_agileits_events_grid:nth-child(2) {
                margin: 2em auto;
            }

        .w3ls_subscribe_left form {
            width: 100%;
        }

        .agileits_event_grid_date {
            top: -2%;
        }

        .w3_agile_mailwe_grids {
            margin: 1em 0 0 !important;
        }

        .agileinfo_banner_info p {
            padding: .5em 1em;
            width: 58%;
        }

        .agileinfo_banner_info {
            margin: 6em auto 0em;
            width: 50%;
            position: absolute;
            left: 37%;
            top: 16%;
            padding: 0em 0em;
        }

            .agileinfo_banner_info h3 {
                font-size: 1.6em;
            }

        .w3ls_subscribe_left {
            padding: 3em 3em;
        }
    }

    @media (max-width: 600px) {
        .w3layouts_banner_bottom_servicer h4 {
            font-size: .94em;
            margin-bottom: .5em;
        }

        .w3_agileits_progress_left, .w3_agileits_progress_right {
            float: none;
            width: 100%;
        }

        .agileits_progress_left_grid_pos {
            width: 100%;
        }

        .w3ls_progress_left1_grid i {
            font-size: 1.2em;
            width: 50px;
            height: 50px;
            line-height: 2.8em;
        }

        .w3_agileits_progress_right {
            padding: 2em 1em;
        }

        .box, .box .overbox {
            height: 194px;
        }

        .w3_agile_services_grid legend {
            font-size: 1.2em;
        }

        .hovereffect p {
            margin: 2.5em 0 0;
        }

        ul.main-nav li i {
            padding: 0 1em;
        }

        .copy-right {
            margin: 1em 0;
        }

        .w3_agile_middle h4 {
            font-size: 1.8em;
        }

        .w3_agile_middle {
            min-height: 357px;
            padding: 1em 0em;
            text-align: center;
        }

        .w3_agileits_about_left {
            min-height: 386px;
        }

        .agileinfo_banner_info p {
            padding: .5em 1em;
            width: 55%;
            font-size: 0.8em;
        }

        .banner {
            background: #F4D58D url(../images/bg_pic.png) no-repeat 89px 131px;
            min-height: 438px;
            background-size: 65%;
        }
    }

    @media (max-width: 568px) {
        .agileinfo_banner_info {
            width: 55%;
        }

        .agile-hvr-icon-pulse-shrink:before {
            font-size: 1.6em;
        }

        .w3layouts_banner_bottom_servicer h4 {
            font-size: 1em;
        }

        #sideNav {
            top: 23.3%;
        }

        .box, .box .overbox {
            height: 183px;
        }

        .w3_agile_services_grid legend {
            font-size: 1.21em;
        }

        .w3_agileits_events_grid {
            width: 85%;
        }

        .w3_agile_middle {
            min-height: 311px;
            padding: 0.1em 0em;
            text-align: center;
        }

        .w3_services_para {
            padding-bottom: 1em;
            letter-spacing: 4px;
            font-size: 14px;
        }
    }

    @media (max-width: 480px) {
        .w3_agile_header_left {
            margin: 0;
        }

        .agileits_grid_format ul li.active:before {
            left: 42%;
        }

        .mail {
            padding-bottom: 2em;
        }

        .banner-bottom h3 {
            font-size: 1.5em;
        }

        .banner-bottom p.para_w3ls {
            margin: 1em 0 2em;
        }

        .w3_banner_bottom_service1 {
            float: none;
            width: 100%;
        }

        .agile-hvr-icon-pulse-shrink:before {
            font-size: 1.8em;
            right: 6em;
        }

        .w3layouts_banner_bottom_servicer h4 {
            font-size: 1.2em;
        }

        .w3_banner_bottom_service1:nth-child(2) {
            margin: 2em 0;
        }

        .w3ls_progress_left1 {
            float: left;
            width: 50%;
        }

            .w3ls_progress_left1:nth-child(2) {
                margin-bottom: 2em;
            }

        .box, .box .overbox {
            height: 308px;
        }

            .box .title {
                font-size: 1.9em;
            }

            .box .overbox {
                padding: 12.5em 1em 0em;
            }

        .w3_agileits_about_left, .w3ls_subscribe_left, .w3_agileits_about_right, .w3ls_subscribe_right {
            padding: 2em;
        }

            .w3ls_subscribe_left input[type="submit"] {
                background: url(../images/8.png) no-repeat 2px 4px;
            }

        .w3l_gallery_grid li {
            width: 100%;
        }

        .hovereffect p {
            margin: 7.5em 0 0;
        }

        .agileits_w3layouts_about_right p {
            margin: 1em 0 0;
        }

        .w3_services_para:before, .w3_services_para:after {
            width: 25%;
        }

        .w3_services_para:before {
            left: 21%;
        }

        .w3_services_para:after {
            right: 20%;
        }

        .w3_agile_services_grid {
            float: none;
            width: 100%;
        }

            .w3_agile_services_grid legend {
                font-size: 1.4em;
            }

        fieldset {
            padding: 1em 5em 2em;
        }

        .w3_agile_services_grid:nth-child(2) {
            margin: 2em 0;
        }

        .w3_agile_services_grid:nth-child(3) {
            margin-bottom: 2em;
        }

        .w3_agileits_events_grid {
            width: 100%;
        }

        ul.main-nav li a {
            letter-spacing: 0px;
        }

        ul.main-nav li i {
            padding: 0 0.9em;
        }

        .footer {
            padding: 2em 0;
        }

        .agile_logo h1 a {
            font-size: 1em;
            letter-spacing: 1px;
        }

        .w3_agile_header {
            padding: 1em 0 0;
        }

        .agileinfo_banner_info p {
            padding: .5em 1em;
            width: 65%;
            font-size: 0.8em;
        }

        .agileinfo_banner_info h3 {
            font-size: 1.4em;
        }

        .banner {
            background: #F4D58D url(../images/bg_pic.png) no-repeat 44px 131px;
            min-height: 391px;
            background-size: 65%;
        }

        .w3_agile_middle h4 {
            font-size: 1.5em;
        }

        .w3_agile_header_left h2 {
            font-size: 13px;
            letter-spacing: 1px;
            line-height: 1em;
            padding-top: 11px;
        }

        .w3_agile_mail_grid textarea {
            min-height: 180px;
        }

        .w3_banner_bottom_service, .w3_agile_services_grids, .why-choose-agile-grids-top, .agile_banner_bottom_grids {
            margin: 1em 0 0;
        }

        .w3ls_progress_left1_grid h4 {
            font-size: 1.6em;
        }

        .w3layouts_banner_bottom_servicer h4 {
            text-align: center;
        }

        .w3layouts_banner_bottom_servicer p {
            text-align: center;
        }
    }

    @media (max-width:440px) {
        .w3_agile_header_left h2 {
            font-size: 12px;
            letter-spacing: 1px;
            line-height: 1em;
            padding-top: 11px;
        }

        .agileinfo_banner_info {
            width: 59%;
            top: 10%;
        }

            .agileinfo_banner_info h3 {
                font-size: 1.3em;
                letter-spacing: 1px;
            }

        .banner {
            background: #F4D58D url(../images/bg_pic.png) no-repeat 44px 103px;
            min-height: 337px;
            background-size: 65%;
        }

        .agileinfo_header {
            font-size: 1.4em;
        }

        .why-choose-agile span.w3 {
            letter-spacing: 4px;
            font-size: 0.8em;
        }

        .agile-why-text h4 {
            font-size: 1.2em;
        }

        .w3_agileits_about_left {
            min-height: 275px;
        }

        .w3_agile_middle h4 p {
            font-size: 13px;
            letter-spacing: 8px;
        }

        .w3_agile_middle h4 {
            font-size: 1.3em;
        }

        .w3_agile_middle {
            min-height: 268px;
            padding: 0.1em 0em;
            text-align: center;
        }

        .middle_agile_info {
            margin-top: 5em;
        }

        .banner-bottom, .services, .events, .gallery, .why-choose-agile {
            padding: 2em 0;
        }
    }

    @media (max-width: 414px) {
        .w3_agile_header_left {
            text-align: left;
        }

        .agileits_grid_format ul li {
            font-size: 12px;
        }

        .banner-bottom h3 {
            font-size: 1.4em;
        }

        .w3l_btn {
            padding: 4px 8px;
        }

        #film_roll_2_right {
            right: 5px;
        }

        #film_roll_2_left {
            left: 5px;
        }

        .agile-hvr-icon-pulse-shrink:before {
            right: 5em;
        }

        .box, .box .overbox {
            height: 264px;
        }

        fieldset {
            padding: 1em 4em 2em;
        }

        .modal-header {
            font-size: 1em;
        }

        .w3_agileits_about_left, .w3ls_subscribe_left, .w3_agileits_about_right, .w3ls_subscribe_right {
            padding: 2em 1em;
        }

        .box .overbox {
            padding: 10.5em 1em 0em;
        }

        .hovereffect p {
            margin: 6.5em 0 0;
        }

        .w3_agile_mail_grid {
            padding: 0;
        }

        .agile_map iframe {
            min-height: 250px;
        }

        .w3_agile_header_left {
            text-align: center;
            float: none;
        }

            .w3_agile_header_left h2 {
                font-size: 12px;
                letter-spacing: 1px;
                line-height: 1em;
                padding-top: 5px;
                margin-bottom: 1em;
            }

        .agileits_w3layouts_mail {
            margin: 0.6em 0 0 0em;
            float: right;
            width: 44%;
        }

        .agileinfo_banner_info p {
            padding: .5em 1em;
            width: 63%;
            font-size: 0.7em;
        }

        .banner {
            background: #F4D58D url(../images/bg_pic.png) no-repeat 44px 103px;
            min-height: 318px;
            background-size: 65%;
        }

        .wthree_agile_us {
            margin-top: 1.5em;
        }

        .agileinfo_banner_info {
            width: 59%;
            top: 14%;
        }
    }

    @media (max-width: 384px) {
        #sideNav {
            top: 10.5%;
        }

        ul.main-nav li a {
            font-size: 13px;
        }

        .wthree_nav_menu a#btn-menu {
            padding: 8px 20px;
        }

        .wthree_nav_menu, .wthree_nav_menu a {
            height: 35px;
        }

        .wthree_nav_menu {
            top: 4.5%;
        }

        #sideNav.showFullMenu {
            width: 170px;
        }

        #sideNav {
            width: 89px;
        }

        .agileits_grid_format ul li.active:before {
            left: 50%;
            width: 40%;
        }

        .banner-bottom h3 {
            font-size: 1.3em;
        }

        .agile-hvr-icon-pulse-shrink:before {
            right: 4.4em;
        }

        .box, .box .overbox {
            height: 244px;
        }

            .box .overbox {
                padding: 9.5em 1em 0em;
            }

        .agileinfo_header {
            font-size: 1.5em;
        }

        .w3_services_para:before, .w3_services_para:after {
            width: 30%;
        }

        .w3_services_para:before {
            left: 15%;
        }

        .w3_services_para:after {
            right: 13.5%;
        }

        .w3_services_para span:before {
            bottom: -17%;
        }

        fieldset {
            padding: 1em 2em 2em;
        }

        .agileits_event_grid_date {
            top: -3%;
        }

        .w3ls_subscribe_left input[type="email"] {
            width: 86%;
            font-size: 1.2em;
        }

        .w3ls_subscribe_left input[type="submit"] {
            width: 12%;
        }

        .hovereffect p {
            margin: 6em 0 0;
        }

        .agileits-w3layouts-grid {
            padding: 0;
        }
    }

    @media (max-width: 375px) {
        .film_roll_wrapper .active img {
            border: 5px solid #f33f1d;
        }

        .film_roll_wrapper img {
            border: 5px solid white;
        }

        .banner {
            background: #F4D58D url(../images/bg_pic.png) no-repeat 15px 103px;
            min-height: 302px;
            background-size: 65%;
        }

        .agileinfo_banner_info p {
            padding: .5em 1em;
            width: 69%;
            font-size: 0.7em;
        }

        .w3_agile_header_left {
            text-align: left;
            float: left;
        }

        .agileits_w3layouts_mail {
            margin: 1em 0 0 0em;
            float: right;
            width: 51%;
        }

        .agileinfo_banner_info {
            width: 61%;
            top: 11%;
        }

            .agileinfo_banner_info h3 {
                font-size: 1.2em;
                letter-spacing: 1px;
            }
    }

    @media (max-width: 320px) {
        .w3_agile_header_left h2 span {
            padding: .3em 0.5em;
        }

        .w3_agile_header_left h2 {
            font-size: 10px;
            line-height: 1em;
            letter-spacing: 1px;
        }

        .w3_agile_header {
            padding: 1em 0 0;
        }

        .agileits_w3layouts_mail p {
            font-size: 12px;
        }

        #sideNav ul li a:before {
            font-size: 1.3em;
        }

        .agileits_grid_format ul li {
            font-size: 10px;
        }

        .banner-bottom h3 {
            font-size: 1.2em;
        }

        p, ul li, ol li, .box .tagline, fieldset, p.b_label, .input__label {
            font-size: 13px;
        }

        .w3_banner_bottom_service, .w3_agile_services_grids {
            margin: 2em 0 0;
        }

        .agile-hvr-icon-pulse-shrink:before {
            right: 3.4em;
        }

        .w3layouts_banner_bottom_servicer h4 {
            font-size: 1.1em;
            margin: 0 0 .5em;
        }

        .w3_banner_bottom_service1:nth-child(2) {
            margin: 1em 0;
        }

        .box, .box .overbox {
            height: 200px;
        }

            .box .overbox {
                padding: 7.5em 1em 0em;
            }

        .agileinfo_header {
            font-size: 1.4em;
        }

        .w3_services_para span:before {
            width: 13px;
            height: 13px;
        }

        .w3_agile_services_grid legend {
            font-size: 1.3em;
        }

        fieldset {
            padding: 1em 1em 2em;
        }

        .agileinfo_events_grid1 p {
            margin: 1em 0 0;
        }

        .w3_agileits_events_grid:nth-child(2) {
            margin: 1em auto;
        }

        .modal-body p {
            padding: 1em;
        }

        .modal-header {
            font-size: 0.9em;
        }

        .w3ls_subscribe_left h3 {
            font-size: 1.6em;
        }

        .w3ls_subscribe_left input[type="submit"] {
            background: url(../images/8.png) no-repeat 0px 4px;
            background-size: 100%;
        }

        .w3ls_subscribe_left input[type="email"] {
            font-size: 1em;
        }

        .hovereffect p {
            margin: 5em 0 0;
        }

        .w3ls_subscribe_left, .w3_agileits_about_right {
            box-shadow: none;
        }

        .w3_agile_mail_grid textarea {
            min-height: 200px;
            font-size: 13px;
        }

        .w3_agile_mail_grid input[type="submit"] {
            padding: .8em 0;
        }

        .agile_map iframe {
            min-height: 200px;
        }

        .social i {
            line-height: 2.7em;
        }

        .social .tooltip {
            left: 10%;
        }

            .social .tooltip span {
                left: -40%;
            }

        #sideNav {
            width: 86px;
            top: 10%;
        }

        .modal-body p i {
            margin: 0;
        }

        .wthree_agile_us i {
            width: 50px;
            height: 50px;
        }

        .wthree_agile_us i {
            font-size: 1em;
            line-height: 3em;
        }

        .agile-why-text h4 {
            font-size: 1.1em;
        }

        .w3_agileits_about_left {
            min-height: 193px;
        }

        .agile_logo h1 a {
            font-size: 0.75em;
            letter-spacing: 1px;
        }

        .agileits_w3layouts_mail {
            margin: 1em 0 0 0em;
            float: right;
            width: 54%;
        }

        .agileinfo_banner_info p {
            padding: .5em 1em;
            width: 80%;
            font-size: 0.7em;
        }

        .agileinfo_banner_info h3 {
            font-size: 1em;
            letter-spacing: 1px;
        }

        .banner {
            background: #F4D58D url(../images/bg_pic.png) no-repeat 9px 103px;
            min-height: 268px;
            background-size: 65%;
        }

        .agileinfo_banner_info {
            width: 61%;
            top: 10%;
            left: 32%;
        }

        .w3_agile_middle h4 {
            font-size: 1em;
        }

            .w3_agile_middle h4 p {
                font-size: 13px;
                letter-spacing: 3px;
            }

        .w3_agile_middle {
            min-height: 211px;
            padding: 0.1em 0em;
            text-align: center;
        }

        .middle_agile_info {
            margin-top: 4em;
        }

        .agile_logo h1 i.fa.fa-wheelchair-alt {
            position: absolute;
            left: 17px;
            font-size: 12px;
        }
    }

    /*	2) Note: Design for a width of 480 px
/*------------------------------------------------------------------*/
    @media only screen and (min-width: 200px) and (max-width: 480px) {

        .wthree_nav_menu a, #sideNav a {
            padding: 10px 15px;
        }

        .wthree_nav_menu a {
            font-size: 0.9em;
        }

            .wthree_nav_menu a#btn-menu {
                padding: 10px 30px;
            }

        #sideNav.showFullMenu, #sideNav.showFullMenu li, #sideNav.showFullMenu a {
            width: 100%;
        }
    }
