/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- Reset Code --*/

body {
    padding: 0;
    margin: 0;
    background: url(../images/bg-level1.png);
    font-family: 'cairo', sans-serif;
    overflow-x: hidden;
    direction: ltr;
}

    body a {
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
        text-decoration: none;
    }

        body a:hover {
            text-decoration: none;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
            transition: 0.5s all;
        }

        body a:focus,
        a:hover {
            text-decoration: none;
        }

input[type="button"],
input[type="submit"] {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

    input[type="button"]:hover,
    input[type="submit"]:hover {
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #999;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

/*-- //Reset Code --*/

/*-- bottom-to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 38px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.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);
}

/*-- //bottom-to-top --*/

/* header */

/* hear top */

.top-head-w3ls .mr {
    margin-right: 10px;
    display: inline-block;
    float: left;
}

.top-head-w3ls h1 {
    font-size: 15px;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 6px;
    display: inline-block;
    float: left;
    width: 90%;
}

.btttn {
    background: transparent;
    padding: 0 10px;
    border-radius: 20px;
    position: relative;
    top: 5px;
    border: 1px solid #ffffff;
}

.btttn:hover {
    background: #fff;
    color:#555 !important
}

.agile-addresmk p a {
	color: #ececec;
}

.agile-addresmk p {
	color: #ececec;
}

.nav-middle i {
	color: #fff;
}

/*-- social-icons --*/
.social-icons {
	text-align: right;
}

    .social-icons ul li {
        display: inline-block;
        float: right;
    }

        .social-icons ul li a {
            font-size: 12px;
            color: #fff;
            line-height: 2.5;
            text-align: center;
            vertical-align: top;
            overflow: hidden;
            width: 30px;
            height: 30px;
            box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.76);
            color: #fff !important;
        }

.icon-border {
    position: relative;
}

    .icon-border::before,
    .icon-border::after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .icon-border::before {
        z-index: 1;
        -webkit-transition: box-shadow 0.3s;
        -moz-transition: box-shadow 0.3s;
        -o-transition: box-shadow 0.3s;
        -ms-transition: box-shadow 0.3s;
        transition: box-shadow 0.3s;
    }

    /* facebook */

    .icon-border.facebook:hover::before {
        -webkit-box-shadow: inset 0 0 0 48px #3b5998;
        -moz-box-shadow: inset 0 0 0 48px #3b5998;
        -o-box-shadow: inset 0 0 0 48px #3b5998;
        -ms-box-shadow: inset 0 0 0 48px #3b5998;
        box-shadow: inset 0 0 0 48px #3b5998;
    }

    /* twitter */

    .icon-border.twitter:hover::before {
        -webkit-box-shadow: inset 0 0 0 48px #4099ff;
        -moz-box-shadow: inset 0 0 0 48px #4099ff;
        -o-box-shadow: inset 0 0 0 48px #4099ff;
        -ms-box-shadow: inset 0 0 0 48px #4099ff;
        box-shadow: inset 0 0 0 48px #4099ff;
    }

    /* google plus */

    .icon-border.googleplus:hover::before {
        -webkit-box-shadow: inset 0 0 0 48px #d34836;
        -moz-box-shadow: inset 0 0 0 48px #d34836;
        -o-box-shadow: inset 0 0 0 48px #d34836;
        -ms-box-shadow: inset 0 0 0 48px #d34836;
        box-shadow: inset 0 0 0 48px #d34836;
    }

    /* rss */

    .icon-border.rss:hover::before {
        -webkit-box-shadow: inset 0 0 0 48px #ee802f;
        -moz-box-shadow: inset 0 0 0 48px #ee802f;
        -o-box-shadow: inset 0 0 0 48px #ee802f;
        -ms-box-shadow: inset 0 0 0 48px #ee802f;
        box-shadow: inset 0 0 0 48px #ee802f;
    }

/*-- //social-icons --*/

/* //header top */

/* middle header */

a.logo {
    font-size: 48px;
    color: #42a5f5;
    line-height: 1;
    text-align: left;
}

.nav-middle i {
	font-size: 28px;
	line-height: 1.8;
	color: #ffffff;
	margin-right: 15px;
}

.nav-middle {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.agile-addresmk span {
    display: block;
}

a.button-head-mow3 {
	background: #42a5f5;
	padding: 9px 25px;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 0;
	color: #fff;
}

/* middle header */

/* navigation */

.bg-light {
    background: linear-gradient(to bottom, #42a5f5, #86c9ff);
}

li.nav-item a {
    font-size: 18px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    text-align: left;
    color: #fff !important;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.nav-item a:hover {
}

.dropdown-item:hover,
.dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    color: #ffffff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    transition: none !important;
}

/*-- Sticky Navigation --*/

.sticky-nav.fixed-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 67% !important;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
    z-index: 999;
    -webkit-box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.75);
    margin: 0 auto;
}

.brands-w3ls {
    background: linear-gradient(to top, #42a5f5, #86c9ff);
}

    .brands-w3ls ul li i {
        color: #efefef;
    }

/*-- //Sticky Navigation --*/

/* //navigation */

/* //header */



/*-- about --*/

/* heading title */

h3.title {
    font-size: 42px;
    position: relative;
    padding-bottom: 10px;
}

    h3.title:before,
    h3.title:after {
        position: absolute;
        background: #42a5f5;
        width: 10%;
        height: 2px;
        content: " ";
        bottom: -3%;
    }

    h3.title:before {
        left: 43%;
    }

    h3.title:after {
        bottom: -20%;
        right: 43%;
    }

/* //heading title */

.about_right h3 {
    font-size: 38px;
    line-height: 1.3;
    letter-spacing: 1px;
}

    .about_right h3 span {
        display: block;
        color: #42a5f5;
        text-shadow: 3px 1px 4px rgba(0, 0, 0, 0.22);
        font-size: 48px;
    }

.about_right p {
    font-size: 14px;
    border-right: 2px solid #42a5f5 !important;
}

.about_left-list h6 {
    letter-spacing: 1px;
    font-size: 28px;
}

.about_left-list ul li i {
    color: #42a5f5;
}

.about_left-list ul li {
    color: #999;
    font-size: 15px;
    line-height: 1.9em;
    letter-spacing: 1px;
}

.left-img-agikes {
    position: relative;
}

.about-bottom {
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.21);
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: absolute;
    bottom: -2%;
    width: 100%;
    right: 28%;
}

    .about-bottom ul li {
        display: inline-block;
    }

        .about-bottom ul li:nth-child(2) {
            margin: 0 5em;
        }

        .about-bottom ul li h5 {
            font-size: 40px;
            color: #42a5f5;
        }

/*-- //about --*/

/*-- footer --*/

footer {
    background: url(../images/bg13.jpg);
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    clear: both;
}

p.para-agileits-w3layouts a:hover {
    color: #a5a3a3 !important;
}

h4.contact-title,
h2.contact-title {
    letter-spacing: 1px;
    font-size: 36px;
}

p.conta-para-style {
    border-left: 2px solid #42a5f5 !important;
    color: #dcdcdc;
}

/* subscribe */

.subscribe-w3ls h6 {
    font-size: 22px;
    letter-spacing: 1px;
}

.subscribe-w3ls input[type="email"] {
    width: 70%;
    float: left;
    padding: 14px;
    font-size: 15px;
    color: #fff;
    outline: none;
    background: rgba(255, 255, 255, 0.26);
    border: none;
    letter-spacing: 1px;
    border-radius: 0;
}

.subscribe-w3ls button[type="submit"] {
    font-size: 15px;
    outline: none;
    letter-spacing: 2px;
    padding: 14px 40px;
    border: none;
    background: #4baaf6;
    border-radius: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

    .subscribe-w3ls button[type="submit"]:hover {
        background: #000;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }

/* //subscribe */

p.para-agileits-w3layouts i {
    color: #42a5f5;
    padding-left: 10px;
    transform: rotateY(180deg);
}

.map iframe {
    outline: none;
    border: none;
    width: 100%;
    height: 280px;
}

.map {
    position: relative;
}

.conta-posi-w3ls {
    background: linear-gradient(to left, #42a5f5, #86c9ff);
    width: 42%;
    position: absolute;
    top: 18%;
    right: 10%;
    text-align: right;
}

    .conta-posi-w3ls h5 {
        letter-spacing: 1px;
    }

    .conta-posi-w3ls p {
        color: #efefef;
    }

/* copyright */

.copyright-agiles {
    background: rgba(0, 0, 0, 0.57);
    box-shadow: 2px 1px 2px 1px #f9f5f5;
}

p.copy-right-grids a {
    color: #4baaf6;
}

    p.copy-right-grids a:hover {
        color: #fff;
    }

/* //copyright */

/*-- //footer --*/

/* what we do */

.why-choose-agile {
    background: url(../images/bg4.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: 706px;
    border-bottom: 5px dashed #fff;
}

.why-choose-agile,
.wthree_features_grid,
.wthree_features_grid i {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

    .wthree_features_grid i {
        font-size: 28px;
        color: #45a6f5;
    }

.agile-why-text h4 {
    font-size: 27px;
    letter-spacing: 1px;
}

.agile-why-text p {
    color: #c5c5c5;
}

a.service-button {
    color: #45a6f5;
}

    a.service-button:hover {
        color: #fff;
    }

.wthree_agile_us:hover .wthree_features_grid {
    background: #45a6f5;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

    .wthree_agile_us:hover .wthree_features_grid i {
        color: #fff;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }

/* //what we do */

/* course section */

.ih-item.circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

    .ih-item.circle.effect16.left_to_right .img {
        -webkit-transform-origin: 95% 40%;
        -moz-transform-origin: 95% 40%;
        -ms-transform-origin: 95% 40%;
        -o-transform-origin: 95% 40%;
        transform-origin: 95% 40%;
    }

    .ih-item.circle.effect16 .img {
        z-index: 11;
        -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 {
        position: relative;
        width: 220px;
        height: 220px;
        border-radius: 50%;
    }

    .ih-item.circle.effect16 .info {
        background: #333333;
        -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 .info {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        border-radius: 50%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .ih-item.circle.effect16 .info h3 {
        color: #fff;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 2px;
        font-size: 22px;
        margin: 0 30px;
        padding: 55px 0 0 0;
        height: 110px;
        text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .ih-item.circle.effect16 .info p {
        color: #bbb;
        padding: 10px 5px;
        font-style: italic;
        margin: 0 30px;
        font-size: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        -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.effect16.left_to_right a:hover .img {
        -webkit-transform: rotate(-120deg);
        -moz-transform: rotate(-120deg);
        -ms-transform: rotate(-120deg);
        -o-transform: rotate(-120deg);
        transform: rotate(-120deg);
    }

    .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.effect16.left_to_right .img:after {
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        border-radius: 50%;
        top: 40%;
        left: 95%;
        margin: -4px 0 0 -4px;
        background: rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
    }

h6.small-heading {
    font-size: 26px;
}

/* //course section */

/* stats */

.stats-w3layouts {
    background: url(../images/bg5.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.numscroller {
    font-size: 54px;
    color: #fff;
    text-shadow: 2px 4px 6px rgb(8, 8, 8);
    position: relative;
}

    .numscroller:before {
        content: " ";
        background: #45a6f5;
        width: 30%;
        height: 8px;
        position: absolute;
        bottom: -25%;
        left: 35%;
    }

/* //stats */

/* video and event section */

.video-choose-agile {
    direction: ltr;
    margin-top: 0;
}

.video iframe {
    width: 100%;
    height: 357px;
    border: none;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.12);
}

.video-choose-agile .fra iframe {
    float: right;
    width: 100%;
}

/* .events {
  direction: rtl;
  text-align: right;
}

.events-up h5 {
    font-size: 23px;
}

.events-up h5 span {
    display: block;
}

.events-up {
    background: #46a7f5;
}

.events-right ul li i {
    color: #46a7f5;
    margin-right: 0 !important;
margin-left: 8px;
}

.events-right ul li {
    font-size: 15px;
} */

/* video and event section */

/* testimonials */

.testimonials {
    background: url(../images/bg6.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    direction: initial;
}

/* //testimonials */

/* brnads */

.brands-w3ls ul li {
    display: inline-block;
    margin: 0 2em;
}

    .brands-w3ls ul li i {
        font-size: 70px;
    }

/* //brnads */

/*-- news --*/

.news-events-agile {
    background: #FFC107;
}

.post-img ul li {
    display: inline-block;
}

.news-grid h5 a {
    font-size: 25px;
}

.detail-bottom h6 a {
    letter-spacing: 1px;
    font-size: 23px;
    line-height: 1.5;
}

.news-grid p {
    font-size: 15px;
}

.news-events-agile.event-colo1 {
    background: #13e094;
}

.news-events-agile.event-colo3 {
    background: #f54a3e;
}

/*-- //news --*/

/* inner pages */

/* course page */

.banner-agile-2 {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    min-height: 360px;
}

.banner-2-w3ls {
    padding-top: 7em;
}

.breadcrumb {
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.12);
    margin: 0;
}

li.breadcrumb-item a {
    color: #42a5f5;
}

.w3ls-cource-first {
    background: #F9F9F9;
    box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.15);
}

    .w3ls-cource-first ul li i {
        color: #42a5f5;
    }

.w3ls-cource-first {
    border-top: 5px solid #f76565;
}

.agile-course-main-2 {
    margin-left: -5em;
}

.cource-list-agile {
    position: relative;
}

.buttons-w3ls {
    left: 26%;
}

.buttons-w3ls,
.buttons-w3ls-2 {
    position: absolute;
    bottom: -6%;
}

    .buttons-w3ls a,
    .buttons-w3ls-2 a {
        font-size: 15px;
        border-radius: 0;
        letter-spacing: 1px;
        padding: 10px 20px;
    }

        .buttons-w3ls a.button-cour-w3ls,
        .buttons-w3ls-2 a.button-cour-w3ls {
            background: #42a5f5;
        }

.agile-course-main-3 {
    margin-right: -5em;
    z-index: 99;
}

.buttons-w3ls-2 {
    right: 32%;
}

.cource-list-agile:nth-child(3) .w3ls-cource-first {
    border-top: 5px solid #42a5f5;
}

    .cource-list-agile:nth-child(3) .w3ls-cource-first ul li i {
        color: #f76565;
    }

.cource-list-agile-2 {
    margin: 5em 0;
}

/* //course page */

/*-- blog single page --*/

.single-left1 p i {
    color: #42a5f5;
    display: block;
}

.admin {
    background: #424040;
}

    .admin p {
        color: #f5f5f5;
        font-size: 14px;
        line-height: 2.4;
    }

        .admin p i {
            font-size: 28px;
            vertical-align: middle;
        }

    .admin a {
        display: inline-block;
        color: #fff;
        font-size: 18px;
        letter-spacing: 1px;
    }

        .admin a:hover {
            color: #fff;
        }

/* comments */

.comments-grid-right ul li {
    display: inline-block;
    color: #888;
    font-size: 14px;
    letter-spacing: 1px;
}

    .comments-grid-right ul li a {
        color: #42a5f5;
    }

        .comments-grid-right ul li a:hover {
            color: #555;
        }

.comments-grid-right p {
    font-size: 14px;
}

/* //comments */

.leave-coment-form input[type="text"],
.leave-coment-form input[type="email"],
.leave-coment-form textarea {
    outline: none;
    border: 1px solid #000;
    background: none;
    padding: 12px;
    font-size: 15px;
    color: #212121;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
}

.leave-coment-form textarea {
    min-height: 200px;
    resize: none;
    width: 100%;
}

.mm_single_submit {
    text-align: right;
}

.leave-coment-form input[type="submit"] {
    outline: none;
    border: none;
    background: #42a5f5;
    padding: 14px 36px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.14);
}

    .leave-coment-form input[type="submit"]:hover {
        background: #212121;
    }

/*-- //blog single page --*/

/* blog page */

/* left side */

h6.blog-first {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
}

    h6.blog-first i {
        color: #42a5f5;
    }

ul.blog_list li {
    display: inline-block;
    color: #777;
}

ul.blog_list.my-3 li a:hover,
h5.card-title a:hover {
    color: #000 !important;
}

ul.blog_list.my-3 li {
    font-size: 15px;
}

h5.card-title a {
    font-size: 24px;
    letter-spacing: 1px;
}

a.blog-button {
    background: #353535;
    border: none;
    font-size: 14px;
    padding: 11px 22px;
    letter-spacing: 1px;
}

    a.blog-button:hover {
        background: #42a5f5;
    }
/* //left side */

/* right side */

/* search */

.event-right input[type="search"] {
    padding: 12px;
    width: 100%;
    letter-spacing: 1px;
    margin-right: 0 !important;
}

.event-right button {
    width: 100%;
    padding: 10px;
}

/* //search */

/* blog right title */

h3.blog-title {
    font-size: 25px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
}

/*// blog right title */

/* Categories */

.categories ul li,
.single-left2-left ul li {
    list-style-type: none;
    font-size: 14px;
}

    .categories ul li i,
    .single-left2-left ul li i {
        color: #42a5f5;
    }

    .categories ul li a,
    .single-left2-left ul li a {
        color: #555;
    }

        .categories ul li a:hover,
        .single-left2-left ul li a:hover,
        .posts-grid-right h4 a:hover,
        .wthree_blog_events_list li a:hover {
            color: #4caf50 !important;
        }

/* //Categories */

/* event */

.posts-grid-right h4 a {
    font-size: 15px;
    letter-spacing: 1px;
}

    .posts-grid-right h4 a:hover {
        color: #999;
    }

.wthree_blog_events_list li {
    display: inline-block;
    font-size: 14px;
}

ul.wthree_blog_events_list li i {
    color: #42a5f5;
}

/* //event */

/* tags */

.tags ul li {
    display: inline-block;
}

    .tags ul li a {
        padding: 10px 10px;
        margin: 0 10px 10px 0;
        display: block;
        letter-spacing: 1px;
        font-size: 15px;
    }

        .tags ul li a:hover {
            background: #42a5f5;
            border: 1px solid #42a5f5;
            color: #fff !important;
        }

/* //tags */

/* //right side */

/* //blog page */

/* course details */

h6.details-heading {
    font-size: 32px;
    color: #42a5f5;
}

h6.reque-title {
    font-size: 30px;
}

.social-details-icons li {
    display: inline-block;
}

    .social-details-icons li a {
        width: 35px;
        height: 35px;
        font-size: 15px;
        line-height: 2.3;
    }

/* //course details */

/*-- contact page  --*/

.con-ic i {
    font-size: 22px;
    color: #42a5f5;
    width: 80px;
    height: 80px;
    line-height: 3.5;
    box-shadow: 2px 1px 4px rgba(58, 58, 58, 0.66);
}

.contact-grid1 h4 {
    font-size: 24px;
    color: #000;
    letter-spacing: 1px;
}

.contact-grid1 p {
    color: #555;
}

    .contact-grid1 p a {
        color: #555;
        text-decoration: none;
    }

        .contact-grid1 p a:hover {
            color: #000;
        }

.contact-grid1 p label {
    display: block;
    font-weight: normal;
}

.contact-form1 h4,
.contact-me h4 {
    font-size: 1.2em;
    color: #3e3a3a;
    margin: 0 0 .5em;
}

.contact-form1 input[type="text"],
.contact-form1 input[type="email"],
.contact-me textarea {
    outline: none;
    padding: 10px;
    border: 1px solid #d6d6d6;
    background: #f5f5f5;
    font-size: 14px;
    color: #000;
    width: 100%;
}

.contact-me textarea {
    min-height: 18em;
    resize: none;
}

    .contact-me textarea:focus {
        background: #f5f5f5;
    }

.contact-grids1 input[type="submit"] {
    outline: none;
    padding: 13px 0;
    border: none;
    background: #000;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    width: 100%;
    margin-top: 1em;
    cursor: pointer;
}

    .contact-grids1 input[type="submit"]:hover {
        background: #42a5f5;
        letter-spacing: 6px;
    }

/*-- //contact page --*/

/*-- gallery --*/

.section_1_gallery_grid1 {
    position: relative;
}

.proj_gallery_grid1_pos {
    background: rgba(14, 15, 16, 0.59);
    bottom: 23px;
    left: 30px;
    opacity: 0;
    padding: 1em;
    position: absolute;
    right: 30px;
    text-align: center;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

    .proj_gallery_grid1_pos h3 {
        font-size: 1.3em;
        letter-spacing: 2px;
        font-weight: 600;
        position: relative;
        color: #42a5f5;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    }

    .proj_gallery_grid1_pos p {
        color: #fff;
        letter-spacing: 1px;
        font-size: 14px;
    }

.section_1_gallery_grid:hover .proj_gallery_grid1_pos {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
}

p.quia {
    font-size: 1.2em;
    color: #140b05;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.proj_gallery_grid img {
    width: 100%;
}

/*-- //gallery --*/

/*-- form styling (login) --*/

.sub-main-w3 form {
    background: url(../images/loginbg.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.sub-main-w3 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .sub-main-w3 form {
        max-width: 700px;
        padding: 3.5vw;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .sub-main-w3 label {
        font-size: 14px;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 10px;
        direction: rtl;
        float: left;
    }

        .sub-main-w3 label i {
            font-size: 15px;
            margin-right: 5px;
            color: #03A9F4;
            border-radius: 50%;
            line-height: 1.9;
            text-align: center;
        }

.form-style-agile input[type="text"],
.form-style-agile input[type="email"],
.form-style-agile input[type="password"] {
    width: 100%;
    color: #000;
    outline: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 15px;
    box-sizing: border-box;
    border: none;
    border: 1px solid #000;
    background: #fff;
}

.sub-main-w3 input[type="submit"],
.register-form input[type="submit"] {
    color: #fff;
    background: #03A9F4;
    border: none;
    padding: 13px 0;
    margin-top: 30px;
    outline: none;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
}

    .sub-main-w3 input[type="submit"]:hover,
    .register-form input[type="submit"]:hover {
        background: #000;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }

/*--placeholder-color--*/

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

/*-- //placeholder-color --*/

/* switch */

ul.list-unstyled.list-login {
    width: 100%;
}

label.switch {
    position: relative;
    display: inline-block;
    height: 23px;
    padding-left: 5em;
    cursor: pointer;
}

.list-login li:nth-child(2) a,
label.switch {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.switch input {
    display: none;
}

.slider-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 26%;
    background-color: #777;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider-switch:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider-switch {
    background-color: #42a5f5;
}

input:focus + .slider-switch {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-switch:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider-switch.round {
    border-radius: 34px;
}

    .slider-switch.round:before {
        border-radius: 50%;
    }

.slider-switch-2 {
    width: 17%;
}

/* //switch */

/*-- //form styling (login) --*/

/* about page */

.right-abw3ls h4 {
    font-size: 21px !important;
    color: #42a5f5 !important;
    letter-spacing: 1px !important;
    font-style: unset !important;
}

.about-page-2 {
    background: #f5f5f5;
}

/*-- team --*/

.blog-gd-w3ls {
    position: relative;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    padding: 0;
}

.date-w3 {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(14, 14, 14, 0.46);
    width: 100%;
    padding: 25px;
    text-align: center;
}

    .date-w3 h4 {
        font-size: 24px;
        color: #3095fd;
        letter-spacing: 1px;
    }

.blog-gd-w3ls:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    z-index: 1;
    border: none;
}

    .blog-gd-w3ls:hover .date-w3 {
        display: block;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }

.date-w3 p {
    color: #eaeaea;
    font-size: 14px;
    margin: 6px 0 12px;
}

/*-- team social icons --*/

.agileinfo-social-grids ul {
    padding: 0;
    margin: 0;
}

    .agileinfo-social-grids ul li {
        display: inline-block;
        margin: 0 .5em 0 0;
    }

        .agileinfo-social-grids ul li a {
            color: #FFFFFF;
            text-align: center;
        }

            .agileinfo-social-grids ul li a i {
                height: 30px;
                width: 30px;
                border: solid 1px #FFFFFF;
                line-height: 29px;
                color: #FFFFFF;
                -webkit-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -o-transition: 0.5s all;
                -ms-transition: 0.5s all;
                transition: 0.5s all;
            }

                .agileinfo-social-grids ul li a i.fa-facebook-f {
                    background: #3b5998;
                }

                .agileinfo-social-grids ul li a i.fa-twitter {
                    background: #55acee;
                }

                .agileinfo-social-grids ul li a i.fa-rss {
                    background: #f26522;
                }

                .agileinfo-social-grids ul li a i,
                .agileinfo-social-grids ul li a i:hover {
                    background: transparent;
                    -webkit-transition: 0.5s all;
                    -moz-transition: 0.5s all;
                    -o-transition: 0.5s all;
                    -ms-transition: 0.5s all;
                    transition: 0.5s all;
                }

/*-- //team social icons --*/

/*-- //team --*/

/* 404 error page */

.w3-main-error {
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.agile-info h3 {
    font-size: 14em;
    line-height: 1;
    letter-spacing: 1px;
    color: #42a5f5;
    text-shadow: 11px 8px 10px rgba(0, 0, 0, 0.18);
}

.agile-info h4 {
    font-size: 3em;
    letter-spacing: 2px;
}

.agile-info p {
    letter-spacing: 6px;
}

button.w3ls-button2 {
    background: linear-gradient(to left, #42a5f5, #86c9ff);
    border: none;
    padding: 14px 30px;
    letter-spacing: 3px;
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.28);
}

/* //404 error page */

/* coming soon page */

.w3-main-coming {
    background: url(../images/bg7.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

/* forms style (coming-soon) */

.sub-main-w3-2 form {
    max-width: 700px;
    margin: 2.5vw auto;
}

.w3l-agile-coming h3 {
    font-size: 50px;
    letter-spacing: 10px;
}

.form-style-agile {
    flex-basis: 100%;
}

.sub-main-w3-2 p {
    font-size: 20px;
}

/* forms style (coming-soon) */

.form-style-agile-2 {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .form-style-agile-2 input[type="email"] {
        outline: none;
        font-size: 14px;
        border: none;
        color: #000;
        letter-spacing: 1px;
        padding: 12px;
        background: #fff;
        flex-basis: 75%;
        -webkit-flex-basis: 75%;
        box-sizing: border-box;
    }

.sub-main-w3-2 input[type="submit"] {
    color: #fff;
    background: #000;
    border: none;
    padding: 15px 0;
    outline: none;
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

/* counter */

.examples {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

div#simply-countdown-losange {
    max-width: 800px;
    margin: 2vw 5vw;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.simply-section {
    flex-basis: 24%;
    -webkit-flex-basis: 24%;
    box-sizing: border-box;
    text-align: center;
    padding: 2vw;
}

span.simply-amount {
    color: #42a5f5;
    font-size: 60px;
    font-weight: bold;
}

span.simply-word {
    font-size: 16px;
    letter-spacing: 2px;
    color: #999;
    display: block;
    text-transform: capitalize;
}

/*-- //Countdown-Timer --*/

/* //forms style (coming-soon) */

/* admission form page */

.form-w3l {
    background: url(../images/bg9.jpg) no-repeat center;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.register-form {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .register-form form {
        max-width: 700px;
        padding: 3.5vw;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.3);
        background: rgba(249, 246, 246, 0.3);
    }

.styled-input {
    flex-basis: 100%;
}

.register-form input[type="text"],
.register-form input[type="email"],
.register-form input[type="date"]
select.category2 {
    font-size: 16px;
    color: #5a5656;
    padding: 6px;
    border: none;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.45);
    background: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 0;
}

label.header-admin-form {
    font-size: 18px;
    letter-spacing: 1px;
}

/* //admission form page */

/*-- faq-page --*/

h3.w3-head {
    font-size: 35px;
}

.faq-w3agile .faq li {
    list-style-type: decimal;
}

.faq-w3agile .faq > li > a {
    color: #025061;
    font-size: 17px;
    letter-spacing: 0.5px;
}

li.subitem1 p {
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #656565;
}

.faq-w3agile .faq li li.subitem1 {
    display: block;
}

/*-- //faq-page --*/

/*--responsive--*/

@media(max-width: 1680px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
        width: 100%;
    }
}

@media(max-width: 1600px) {
}

@media(max-width: 1440px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
        width: 80%;
    }

    .banner-agile-2 {
        min-height: 320px;
    }
}

@media(max-width: 1366px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
        width: 84%;
    }
}

@media(max-width: 1280px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
        width: 88%;
    }

    .banner-agile-2 {
        min-height: 300px;
    }

    .banner-w3ls-1,
    .banner-w3ls-2,
    .banner-w3ls-3,
    .banner-w3ls-4,
    .banner-w3ls-5,
    .banner-agile {
        min-height: 600px;
    }

    .banner-text-whtree h3 {
        font-size: 52px;
    }

    .banner-text-whtree {
        padding-top: 10em;
    }
}

@media(max-width: 1080px) {
    .brands-w3ls ul li {
        margin: 0 1.3em;
    }

    .subscribe-w3ls button[type="submit"] {
        padding: 14px 30px;
    }

    .map iframe {
        height: 390px;
    }

    .conta-posi-w3ls {
        top: 37%;
    }

    h3.w3-head {
        font-size: 30px;
    }

    .agile-info h3 {
        font-size: 13em;
    }

    .event-right {
        padding: 0;
    }

    .w3ls-cource-first h3 {
        font-size: 25px;
    }

    .agile-course-main-2,
    .agile-course-main-3 {
        margin-top: 3em !important;
    }

    .agile-why-text {
        padding-right: 0;
    }

    .left-abw3ls {
        
    }

    .about_right h3 {
        font-size: 36px;
    }

    .about-bottom ul li:nth-child(2) {
        margin: 0 4em;
    }

    .about-bottom {
        bottom: 8%;
        right: 22%;
    }

    .numscroller {
        font-size: 48px;
    }

    .stats-grid-w3-agile p {
        font-size: 14px;
    }

    .numscroller:before {
        bottom: -28%;
    }

    .ih-item.circle,
    .ih-item.circle .img {
        width: 180px;
        height: 180px;
    }

        .ih-item.circle.effect16 .info h3 {
            font-size: 20px;
            margin: 0 17px;
            padding: 48px 0 0 0;
            height: 90px;
            letter-spacing: 1px;
        }



    .pager {
        left: 48%;
    }
}

@media(max-width: 1050px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
        width: 90%;
    }

    .proj_gallery_grid1_pos p {
        font-size: 13px;
    }
}

@media(max-width: 1024px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
        width: 93%;
    }

    a.logo {
        font-size: 45px;
    }

    .nav-middle i {
        font-size: 26px;
    }

    .banner-agile-2 {
        min-height: 260px;
    }
}

@media(max-width: 991px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
        width: 86%;
    }

    .navbar-light .navbar-toggler {
        border-color: #fff;
        border-radius: 0;
        padding: 0.25rem 0.65rem;
    }

    .dropdown-menu {
        text-align: center;
    }

    a.logo {
        font-size: 42px;
    }

    .brands-w3ls ul li {
        margin: 0 .8em;
    }

        .brands-w3ls ul li i {
            font-size: 56px;
        }

    .subscribe-w3ls button[type="submit"] {
        padding: 14px 40px;
    }

    .conta-posi-w3ls {
        top: 38%;
        width: 42%;
    }

    span.simply-amount {
        font-size: 50px;
    }

    .w3l-agile-coming h3 {
        font-size: 44px;
        letter-spacing: 8px;
    }

    span.simply-word {
        font-size: 14px;
    }

    .agile-info h3 {
        font-size: 12em;
    }

    .section_1_gallery_grid {
        padding: 0 .5em;
    }

    .proj_gallery_grid1_pos {
        padding: 1em .5em;
    }

    .contact-grid {
        padding: 0 .2em;
    }

    .contact-me textarea {
        min-height: 14em;
    }

    .event-right {
        padding: 0 1em;
    }

    .buttons-w3ls,
    .buttons-w3ls-2 {
        position: initial;
        margin-top: 2em;
        padding: 0 1em;
    }

    .agile-course-main-2 {
        margin-left: 0;
        text-align: center;
    }

    .agile-course-main-3 {
        margin-right: 0;
        text-align: center;
    }

    .agile-course-main-2,
    .agile-course-main-3 {
        margin-top: 0em !important;
    }

    .cource-list-agile-2 {
        margin: 3em 0;
    }

    .left-abw3ls {
        margin-top: 0;
    }

    .date-w3 p {
        font-size: 12px;
        margin: 4px 0 10px;
    }

    .date-w3 h4 {
        font-size: 20px;
        letter-spacing: 0px;
    }

    .date-w3 {
        padding: 10px;
    }

    .agile-why-text {
        padding-right: 1em;
    }

    .news-grid {
        padding: 0 .5em;
    }

        .news-grid h5 a,
        .detail-bottom h6 a {
            font-size: 20px;
        }

        .news-grid p {
            font-size: 14px;
        }

    .left-img-agikes {
        margin-bottom: 10em;
    }

    .about-bottom {
        bottom: -32%;
        right: 10%;
    }

        .about-bottom ul li:nth-child(2) {
            margin: 0 5em;
        }

    .stats-grid-w3-agile p {
        font-size: 12px;
    }

    .ih-item.circle,
    .ih-item.circle .img {
        width: 220px;
        height: 220px;
    }

        .ih-item.circle.effect16 .info h3 {
            padding: 66px 0 0 0;
            height: 118px;
        }

    .banner-text-whtree h3 {
        font-size: 48px;
    }

    .banner-text-whtree p {
        font-size: 14px;
    }

    .banner-w3ls-1,
    .banner-w3ls-2,
    .banner-w3ls-3,
    .banner-w3ls-4,
    .banner-w3ls-5,
    .banner-agile {
        min-height: 550px;
    }

    .banner-text-whtree {
        padding-top: 8em;
    }

    a.button-agiles {
        padding: 14px 32px;
        font-size: 14px;
    }

}

@media(max-width: 900px) {
    .about-bottom {
        right: 5%;
    }
}

@media(max-width: 800px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
        width: 90%;
    }

    .proj_gallery_grid1_pos h3 {
        letter-spacing: 1px;
    }

    .about-bottom {
        right: 12%;
        width: 86%;
        bottom: -24%;
    }

    .left-img-agikes {
        margin-bottom: 8em;
    }

    .banner-w3ls-1,
    .banner-w3ls-2,
    .banner-w3ls-3,
    .banner-w3ls-4,
    .banner-w3ls-5,
    .banner-agile {
        min-height: 500px;
    }

    .banner-text-whtree h3 {
        font-size: 44px;
    }

    .banner-text-whtree p {
        font-size: 13px;
    }

    .pager {
        bottom: 24px;
    }
}

@media(max-width: 768px) {
    .about-page {
        padding-top: 0 !important;
    }

        .about-page .right-abw3ls {
            margin-bottom: 30px;
        }
}

@media(max-width: 736px) {
    .agile-addresmk p {
        font-size: 14px;
    }

    .right-info-agiles {
        padding: 0 .5em;
    }

    a.logo {
        font-size: 39px;
    }

    .banner-agile-2 {
        min-height: 220px;
    }

    h3.title {
        font-size: 37px;
    }

    .form-style-agile input[type="text"],
    .form-style-agile input[type="email"],
    .form-style-agile input[type="password"] {
        font-size: 13px;
        padding: 13px 15px;
    }

    .sub-main-w3 input[type="submit"],
    .register-form input[type="submit"] {
        padding: 11px 0;
        font-size: 15px;
    }

    .brands-w3ls ul li i {
        font-size: 46px;
    }

    .brands-w3ls ul li {
        margin: 0 .4em;
    }

    .register-form input[type="text"],
    .register-form input[type="email"],
    select.category2 {
        font-size: 15px;
    }

    span.simply-amount {
        font-size: 40px;
    }

    .w3l-agile-coming h3 {
        font-size: 37px;
    }

    .sub-main-w3-2 p {
        font-size: 18px;
    }

    .agile-info h3 {
        font-size: 11em;
    }

    .proj_gallery_grid1_pos {
        padding: .8em .2em;
        left: 10%;
        width: 80%;
    }

        .proj_gallery_grid1_pos h3 {
            font-size: 1.2em;
        }

        .proj_gallery_grid1_pos p {
            font-size: 11px;
        }

    .contact-me textarea {
        min-height: 12em;
    }

    h5.card-title a {
        font-size: 23px;
        line-height: 1.4;
        letter-spacing: 0px;
    }

    .about-bottom ul li:nth-child(2) {
        margin: 0 3.5em;
    }

    .about-bottom {
        right: 10%;
        width: 100%;
    }

    .left-img-agikes {
        margin-bottom: 6em;
    }

    .stats-grid-w3-agile p {
        font-size: 13px;
    }

    .video iframe {
        width: 100%;
        height: 287px;
        margin-bottom: 20px;
    }
}

@media(max-width: 667px) {
    .faq-w3agile .faq > li > a {
        font-size: 16px;
    }

    .about-bottom {
        right: 14%;
        width: 90%;
    }
}

@media(max-width: 640px) {
    .banner-agile-2 {
        min-height: 200px;
    }

    h4.contact-title,
    h2.contact-title {
        font-size: 34px;
    }

    .about_right h3 span {
        font-size: 44px;
    }

    .about-bottom {
        right: 10%;
    }

    .pager {
        left: 45%;
    }
}

@media(max-width: 600px) {
}

@media(max-width: 568px) {
    .right-info-agiles {
        padding: 0 1em;
    }

    .nav-middle i {
        font-size: 24px;
    }

    h3.title {
        font-size: 35px;
    }

    li.subitem1 p {
        font-size: 13px;
    }

    h3.w3-head {
        font-size: 28px;
    }

    .section_1_gallery_grid {
        padding: 0 1em;
    }

    .proj_gallery_grid1_pos {
        padding: 1em .2em;
        left: 20%;
        width: 60%;
    }

        .proj_gallery_grid1_pos h3 {
            font-size: 1.5em;
        }

        .proj_gallery_grid1_pos p {
            font-size: 12px;
        }

    .posts-grid-right {
        margin-top: 3em;
    }

    .right-abw3ls h4 {
        font-size: 34px;
    }

    .about-bottom ul li h5 {
        font-size: 34px;
    }

    .about-bottom {
        right: 5%;
    }

    .ih-item.circle,
    .ih-item.circle .img {
        width: 200px;
        height: 200px;
    }

        .ih-item.circle.effect16 .info h3 {
            padding: 56px 0 0 0;
            height: 104px;
        }

    .banner-text-whtree h3 {
        font-size: 38px;
    }

    .banner-text-whtree p {
        font-size: 12px;
    }

    .banner-w3ls-1,
    .banner-w3ls-2,
    .banner-w3ls-3,
    .banner-w3ls-4,
    .banner-w3ls-5,
    .banner-agile {
        min-height: 460px;
    }
}

@media(max-width: 480px) {
    .brands-w3ls ul li i {
        font-size: 37px;
    }

    .conta-posi-w3ls {
        top: 36%;
        width: 54%;
    }

    p {
        font-size: 14px;
    }

    .subscribe-w3ls button[type="submit"] {
        padding: 14px 32px;
        font-size: 14px;
    }

    .subscribe-w3ls input[type="email"] {
        font-size: 14px;
    }

    .register-form input[type="submit"] {
        margin-top: 20px;
    }

    .w3l-agile-coming h3 {
        font-size: 32px;
        letter-spacing: 6px;
    }

    span.simply-amount {
        font-size: 35px;
    }

    .agile-info h3 {
        font-size: 10em;
    }

    button.w3ls-button2 {
        padding: 13px 28px;
        font-size: 14px;
    }

    .posts-grid-right {
        margin-top: 1.8em;
    }

    .admin p {
        font-size: 13px;
    }

    .comments-grid-left {
        padding-right: 0;
    }

    .w3ls-cource-first h3 {
        font-size: 22px;
    }

    .about_right h3 {
        font-size: 32px;
    }

        .about_right h3 span {
            font-size: 40px;
        }

    .left-img-agikes {
        margin-bottom: 4em;
    }

    .ih-item.circle,
    .ih-item.circle .img {
        width: 180px;
        height: 180px;
    }

        .ih-item.circle.effect16 .info h3 {
            padding: 50px 0 0 0;
            height: 96px;
        }

    .banner-text-whtree h3 {
        font-size: 38px;
    }

    a.button-agiles {
        padding: 13px 30px;
        font-size: 13px;
    }

    .banner-text-posi-w3ls {
        left: 7%;
    }

    .pager {
        left: 42%;
        bottom: 16px;
    }

    .video iframe {
        width: 432px;
        height: 243px;
    }
}

@media(max-width: 440px) {
    .social-icons,
    .top-head-w3ls h1 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }

    .social-icons {
        margin: 10px 0 5px;
    }

    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }


    a.logo {
        font-size: 37px;
    }

    .top-head-w3ls h1 {
        font-size: 14px;
    }

    .banner-agile-2 {
        min-height: 160px;
    }

    .brands-w3ls ul li {
        margin: 0 1em;
    }

        .brands-w3ls ul li i {
            font-size: 47px;
        }

    .map iframe {
        height: 300px;
    }

    .conta-posi-w3ls h5 {
        font-size: 26px;
    }

    .conta-posi-w3ls {
        top: 34%;
    }

    h4.contact-title,
    h2.contact-title {
        font-size: 30px;
        letter-spacing: 0px;
    }

    .subscribe-w3ls input[type="email"] {
        width: 63%;
    }

    label.switch {
        padding-left: 4em;
    }

    span.simply-amount {
        font-size: 32px;
    }

    .posts-grid-right {
        margin-top: 1em;
    }

    .tags ul li a {
        font-size: 14px;
    }

    .leave-coment-form textarea {
        min-height: 160px;
    }

    .comments-grid-right p {
        font-size: 13px;
    }

    .about-bottom ul li:nth-child(2) {
        margin: 0 2.5em;
    }

    .ih-item.circle,
    .ih-item.circle .img {
        width: 150px;
        height: 150px;
    }

        .ih-item.circle.effect16 .info h3 {
            padding: 40px 0 0 0;
            height: 79px;
            font-size: 16px;
        }

        .ih-item.circle.effect16 .info p {
            margin: 0 15px;
            font-size: 11px;
        }

    h6.small-heading {
        font-size: 22px;
    }

    .banner-text-posi-w3ls {
        left: 4%;
    }

    .banner-w3ls-1,
    .banner-w3ls-2,
    .banner-w3ls-3,
    .banner-w3ls-4,
    .banner-w3ls-5,
    .banner-agile {
        min-height: 420px;
    }

    .banner-text-whtree {
        padding-top: 6em;
    }

    .video iframe {
        width: 392px;
        height: 221px;
    }
}

@media(max-width: 414px) {
    .wthree-text ul li a {
        font-size: 13px;
    }

    .wthree-text ul li:nth-child(2) {
        float: none;
        margin-top: 12px;
    }

    p.dont-do a {
        display: block;
    }

    ul.list-unstyled.list-login li {
        float: none !important;
    }

    .register-form input[type="text"],
    .register-form input[type="email"],
    select.category2 {
        padding: 10px 12px;
    }

    .register-form form {
        padding: 5.5vw;
    }

    h3.w3-head {
        font-size: 26px;
    }

    .faq-w3agile .faq > li > a {
        font-size: 15px;
    }

    .w3l-agile-coming h3 {
        letter-spacing: 4px;
    }

    .simply-section {
        flex-basis: 49%;
        -webkit-flex-basis: 49%;
    }

    span.simply-amount {
        font-size: 36px;
    }

    .posts-grid-right {
        margin-top: 0;
    }

    .w3ls-cource-first ul li {
        font-size: 15px;
    }

    .about_right h3 {
        font-size: 27px;
    }

        .about_right h3 span {
            font-size: 38px;
        }

    .about_left-list ul li {
        font-size: 14px;
    }

    .banner-text-whtree h3 {
        font-size: 34px;
    }

    .banner-text-whtree p {
        font-size: 11px;
    }

    .video iframe {
        width: 366px;
        height: 206px;
    }
}

@media(max-width: 384px) {
    .brands-w3ls ul li {
        margin: 0 .6em;
    }

    p,
    .agile-addresmk p {
        font-size: 13px;
    }

    h3.w3-head {
        font-size: 23px;
    }

    h5.card-title a {
        font-size: 21px;
    }

    h3.title {
        font-size: 37px;
    }

    .agile-why-text {
        padding-left: 10px;
        padding-right: 0;
    }

    .services-agile-1 h4 {
        font-size: 20px;
    }

    .wthree_features_grid i {
        font-size: 23px;
    }

    .about-bottom ul li:nth-child(2) {
        margin: 0 2em;
    }

    .stats-grid-w3-agile p {
        font-size: 12px;
    }

    .ih-item.circle,
    .ih-item.circle .img {
        width: 160px;
        height: 160px;
        margin: 0 !important;
    }

    h6.small-heading {
        font-size: 22px;
        text-align: left !important;
        margin-top: 15px !important;
    }

    .banner-text-whtree p {
        padding: 12px 10px !important;
    }

    .banner-text-whtree h3 {
        font-size: 32px;
    }

    .banner-w3ls-1,
    .banner-w3ls-2,
    .banner-w3ls-3,
    .banner-w3ls-4,
    .banner-w3ls-5,
    .banner-agile {
        min-height: 380px;
    }

    a.button-agiles {
        padding: 12px 28px;
        font-size: 12px;
    }

    .banner-text-whtree {
        padding-top: 5em;
    }

    .pager li {
        width: 12px;
        height: 12px;
    }

    .video iframe {
        width: 100%;
        height: 190px;
    }
}

@media(max-width: 375px) {
    .sub-main-w3 form {
        padding: 5vw;
    }

    .conta-posi-w3ls {
        top: 30%;
    }

    li.nav-item a {
        font-size: 14px;
    }

    .subscribe-w3ls button[type="submit"] {
        padding: 14px 30px;
    }

    label.switch {
        line-height: 2;
    }

    div#simply-countdown-losange {
        margin: 6vw 5vw;
    }

    .contact-form1 {
        margin-bottom: .2rem;
    }

        .contact-form1 label {
            font-size: 15px;
        }

    .contact-grid1 h4 {
        font-size: 22px;
    }

    .buttons-w3ls a,
    .buttons-w3ls-2 a {
        font-size: 14px;
        padding: 9px 16px;
    }

    .cource-list-agile-2 {
        margin: 2em 0;
    }

    .buttons-w3ls,
    .buttons-w3ls-2 {
        margin-top: 1.2em;
    }

    .about_right h3 {
        font-size: 26px;
    }

        .about_right h3 span {
            font-size: 36px;
        }

    .about_right p {
        font-size: 13px;
    }

    .about_left-list h6 {
        letter-spacing: 0px;
        font-size: 26px;
    }

    .about_left-list ul li {
        font-size: 13px;
    }

    .about-bottom ul li:nth-child(2) {
        margin: 0 1em;
    }

    .about-bottom ul li h5 {
        font-size: 30px;
    }

    .left-img-agikes {
        margin-bottom: 3em;
    }

    .numscroller {
        font-size: 42px;
    }

        .numscroller:before {
            bottom: -31%;
        }

    .video iframe {
        height: 185px;
    }
}

@media(max-width: 320px) {
    .nav-middle {
        padding-right: 0;
    }

        .nav-middle i {
            font-size: 21px;
            margin-right: 10px !important;
        }

    .top-login-butt {
        padding: 0;
        margin-top: 12px;
    }

    a.button-head-mow3 {
        padding: 12px 20px;
    }

    .top-head-w3ls h1 {
        font-size: 13px;
    }

    .social-icons ul li a {
        font-size: 11px;
        line-height: 2.8;
        width: 28px;
        height: 28px;
    }

    .social-icons {
        margin: 6px 0 3px;
    }

    .banner-agile-2 {
        min-height: 120px;
    }

    li.breadcrumb-item {
        font-size: 14px;
    }

    h3.title {
        font-size: 30px;
    }

    .sub-main-w3 label {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .form-style-agile input[type="text"],
    .form-style-agile input[type="email"],
    .form-style-agile input[type="password"] {
        font-size: 13px;
        padding: 11px 10px;
    }

    .sub-main-w3 input[type="submit"],
    .register-form input[type="submit"] {
        padding: 10px 0;
        font-size: 14px;
    }

    .brands-w3ls ul li {
        margin: 0 .5em;
    }

        .brands-w3ls ul li i {
            font-size: 40px;
        }

    .map iframe {
        height: 270px;
        width: 88%;
    }

    .conta-posi-w3ls {
        top: 32%;
        width: 66%;
    }

    p,
    .agile-addresmk p {
        font-size: 12px;
    }

    .subscribe-w3ls button[type="submit"] {
        padding: 14px 21px;
    }

    .register-form input[type="text"],
    .register-form input[type="email"],
    select.category2 {
        padding: 8px 12px;
    }

    .register-form input[type="submit"] {
        margin-top: 10px;
    }

    h3.w3-head {
        font-size: 24px;
        line-height: 1.4;
    }

    span.simply-amount {
        font-size: 32px;
    }

    .w3l-agile-coming h3 {
        letter-spacing: 2px;
        font-size: 29px;
    }

    .sub-main-w3-2 p {
        font-size: 15px;
    }

    .sub-main-w3-2 input[type="submit"],
    .form-style-agile-2 input[type="email"] {
        font-size: 13px;
    }

    .agile-info h3 {
        font-size: 8em;
    }

    .agile-info h4 {
        font-size: 2em;
    }

    .proj_gallery_grid1_pos {
        padding: 1em .2em;
        left: 10%;
        width: 80%;
        bottom: 18px;
    }

        .proj_gallery_grid1_pos h3 {
            font-size: 1.3em;
        }

    .posts-grid-left,
    .posts-grid-right,
    .comments-grid-left,
    .comments-grid-right,
    .blog-gd-w3ls,
    .stats-grid-w3-agile {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .posts-grid-left {
        padding-right: 1em !important;
    }

    .posts-grid-right {
        margin-top: 1em;
    }

    .tags ul li a {
        padding: 8px 10px;
        margin: 0 4px 10px 0;
        font-size: 13px;
    }

    h6.blog-first {
        font-size: 18px;
    }

    ul.blog_list.my-3 li {
        font-size: 14px;
    }

    h5.card-title a {
        font-size: 23px;
    }

    a.blog-button {
        font-size: 13px
    }

    .categories ul li,
    .single-left2-left ul li {
        font-size: 13px;
    }

    .admin p {
        font-size: 12px;
        line-height: 2;
    }

    .comments-grid-left {
        text-align: center;
    }

    h5.card-title a {
        font-size: 20px;
    }

    .leave-coment-form input[type="text"],
    .leave-coment-form input[type="email"],
    .leave-coment-form textarea {
        padding: 11px;
        font-size: 14px;
    }

    .leave-coment-form textarea {
        min-height: 130px;
    }

    .leave-coment-form input[type="submit"] {
        padding: 13px 19px;
        font-size: 14px;
    }

    h6.details-heading {
        font-size: 28px;
    }

    .w3ls-cource-first ul li {
        font-size: 14px;
    }

    .right-abw3ls h4 {
        font-size: 30px;
    }

    .blog-gd-w3ls:nth-child(2) {
        margin-top: 1em;
    }

    .events-right h4 {
        font-size: 22px;
    }

    .about_right h3 {
        font-size: 28px;
    }

    .about_left-list ul li {
        font-size: 12px;
    }

    .about-bottom ul li:nth-child(2) {
        margin: 0 .8em;
    }

    .about-bottom ul li h5 {
        font-size: 28px;
    }

    .about-bottom {
        bottom: -32%;
    }

    .stats-grid-w3-agile:nth-child(2),
    .stats-grid-w3-agile:nth-child(3),
    .stats-grid-w3-agile:nth-child(4) {
        margin-top: 1em !important;
    }

    .banner-text-whtree h3 {
        font-size: 30px;
        padding: 15px 20px !important;
    }

    .banner-text-whtree p {
        padding: 12px 16px !important;
    }

    .banner-text-whtree {
        max-width: 280px;
    }

    .banner-w3ls-1,
    .banner-w3ls-2,
    .banner-w3ls-3,
    .banner-w3ls-4,
    .banner-w3ls-5,
    .banner-agile {
        min-height: 370px;
    }

    .pager {
        left: 40%;
        bottom: 10px;
    }

    .video iframe {
        height: 154px;
    }
}

/*--//responsive--*/


/*  */
.dropdown-menu {
    right: auto;
    left: 0;
    min-width: 12rem;
    background: linear-gradient(to bottom, #55aff7, #86c9ff);
    width: max-content;
}

    .dropdown-menu:not(.multi-level3):before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -7px;
        left: 9px;
    }

    .dropdown-menu:not(.multi-level3):after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #5ab2f8;
        position: absolute;
        top: -6px;
        left: 10px;
    }


/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 40px;
    margin-left: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
    max-height: 400px;
    overflow: auto;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    float: left;
}

.bhoechie-tab {
    float: left;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group > a {
        margin-bottom: 0;
        height: 40px;
        text-overflow: ellipsis;
        font-size: 14.5px;
        padding-top: 3px;
        line-height: 30px;
        overflow: hidden;
    }

        div.bhoechie-tab-menu div.list-group > a:hover {
            overflow: hidden;
        }

        div.bhoechie-tab-menu div.list-group > a .glyphicon,
        div.bhoechie-tab-menu div.list-group > a .fa {
            color: #5A55A3;
        }

        div.bhoechie-tab-menu div.list-group > a:first-child {
            border-top-right-radius: 0;
            -moz-border-top-right-radius: 0;
        }

        div.bhoechie-tab-menu div.list-group > a:last-child {
            border-bottom-right-radius: 0;
            -moz-border-bottom-right-radius: 0;
        }

        div.bhoechie-tab-menu div.list-group > a.active,
        div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
        div.bhoechie-tab-menu div.list-group > a.active .fa {
            background-color: #60b5f9;
            background-image: #5A55A3;
            color: #ffffff;
        }

            div.bhoechie-tab-menu div.list-group > a.active:after {
                content: '';
                position: absolute;
                right: 100%;
                top: 50%;
                margin-top: -13px;
                border-left: 0;
                border-bottom: 13px solid transparent;
                border-top: 13px solid transparent;
                border-left: 10px solid #5A55A3;
                transform: rotateY(180deg);
                left: auto;
            }

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.news {
    margin-top: 30px;
}


.bhoechie-tab-content h4 {
    margin-bottom: 17px;
}

.bhoechie-tab-content h6 {
    margin-bottom: 20px;
    line-height: 24px;
}

.about .row {
    padding-top: 60px !important;
    background: url(../images/bg13.jpg);
    background-attachment:fixed;
    background-size:cover
}

.about .card {
    text-align: left;
    height: 265px;
    margin-bottom: 80px;
}

    .about .card-img {
        height: 100%
    }



    .about .card .card-text {
        height: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.mis-nav-list {
    display: none;
}

/*  */
.gallery-school {
    clear: both;
    padding-top: 45px;
}

    .gallery-school section {
        display: block;
        width: 100%;
    }

    .gallery-school ul {
        list-style: none;
        margin-bottom: 30px;
        float: left;
    }

    .gallery-school section > ul > li {
        display: inline-block;
        margin-bottom: 22px;
        float: left;
    }

        .gallery-school section > ul > li > a {
            text-transform: uppercase;
            padding: 4px 10px;
            margin-right: 2px;
            margin-left: 2px;
            text-decoration: none;
            color: #27A4DD;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 25px;
            border: 1px solid #27A4DD;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

    .gallery-school .hidden {
        display: none;
    }

    .gallery-school section > ul > li > a:hover, .gallery-school .current a {
        color: #fff;
        background-color: #27A4DD;
    }

    .gallery-school #projects > ul > li {
        display: inline-block;
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;
        width: 15%;
        height: auto;
        cursor: pointer;
        border-radius: 5px;
        /* Padding stays within the width */
        box-sizing: border-box;
        position: relative;
        opacity: 0.9;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .gallery-school #projects > ul > li:hover {
            opacity: 1;
        }

    .gallery-school img {
        max-width: 100%;
        border-radius: 5px;
    }

    .gallery-school ul li a img {
        height: 150px;
        width: 100%;
        transition: .5s;
        border: 1px solid #72befc;
        padding: 3px;
    }

    .gallery-school ul li a img:hover {
        box-shadow: 4px 6px 10px #525252;
    }

    .gallery-school .gallery {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        padding: 40px 10px;
        display: none;
        box-sizing: border-box;
    }

        .gallery-school .gallery > img {
            max-height: 100%;
            width: auto;
            margin: 0 auto;
            display: block;
        }

    .gallery-school .close i {
        position: fixed;
        top: 10px;
        right: 10px;
        height: 30px;
        width: 30px;
    }

    .gallery-school .bar {
        display: block;
        position: absolute;
        top: 13px;
        float: left;
        width: 30px;
        border-bottom: 4px solid #fff;
        transform: rotate(45deg);
    }

        .gallery-school .bar:first-child {
            transform: rotate(-45deg);
        }

    .gallery-school .heading {
        display: none;
    }

    .gallery-school .maxheight {
        max-height: 843px;
        overflow: auto;
        width: 100%;
    }




/*  */

#nshat {
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
}

    #nshat .mask a {
        background: #fff;
        padding: 2px 15px;
        float: right;
        border-radius: 3px;
        margin-right: 10px;
    }

.w3_child {
    color: #fa3d03;
}

.w3_child1 {
    color: #14a1ff;
}

.w3_child2 {
    color: #fee00c;
}
.w3_child3 {
    color: #fa3d03;
}

.w3_child4 {
    color: #65b126;
}

.w3_agile_elit {
    text-align: center;
    color: #999;
    line-height: 2em;
    padding-bottom: 1em;
    position: relative;
}

    .w3_agile_elit:before {
        content: '';
        background: #14a1ff;
        height: 2px;
        width: 10%;
        position: absolute;
        bottom: 0%;
        left: 45.5%;
    }

.events .agile_banner_bottom_grids {
    margin: 3em 0 0;
    background: url(../images/bg13.jpg);
    padding-top: 10px;
    border-radius: 10px 10px 0 0;
    padding-bottom: 10px;
    background-size: cover;
    background-attachment: fixed;
    min-height: 352px;
}

    .events .agile_banner_bottom_grids .inline1 {
        display: inline-block;
        width: 49%
    }

.agile_banner_bottom_grid {
    border: 1px solid #51adf7;
    padding: .5em;
    position: relative;
    float: left;
    direction: ltr;
    margin-bottom: 10px;
}

.agile_banner_bottom_grid_pos {
    text-align: center;
    font-size: 13px;
}

    .agile_banner_bottom_grid_pos h6 {
        font-size: 1.5em;
        color: #fff;
        padding: .3em 1.5em;
        background: #14a1ff;
    }

.agileits_w3layouts1 {
    background: #fa3d03 !important;
}

.agileits_w3layouts2 {
    background: #ffc200 !important;
}

.agileits_w3layouts3 {
    background: #65b126 !important;
}
/*-- hover-effect --*/
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .view .mask, .view .content {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .view img {
        display: block;
        position: relative;
        height: 360px;
        width: 100%;
        transition: .5s;
    }

    .view h6 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 1.5em;
        padding: 10px;
        background: rgb(20, 161, 255);
        margin: 3em 0 0;
        letter-spacing: 2px;
    }

    .view p {
        font-style: italic;
        position: relative;
        color: #fff;
        text-align: center;
        line-height: 1.5em;
        width: 95%;
        margin: 1em auto 0;
        height: 310px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.62);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.view-first h6 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first:hover h6,
.view-first:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/*  */
footer button {
    margin: 0 auto;
    display: block !important;
    margin-bottom: 10px;
    background: linear-gradient(to bottom, #4693d2, #1a629c);
    color: #fff !important;
    width: 100px;
    border: 1px solid #fff !important;
}

footer .contact-agileits-w3layouts {
    text-align: left;
}

footer .para-agileits-w3layouts {
    font-size: 19px;
}

    footer .para-agileits-w3layouts a {
    }

/*  */
.events {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

    .events h3.title {
        margin-bottom:0 !important
    }



    .agile_events_grid {
        text-align: left;
        position: relative;
    }

    .agile_events_grid img {
        width: 64%;
        height: 332px;
        border: 2px solid #fff;
        padding: 3px;
        background: #fff;
        border-radius: 5px;
    }

.agile_events_grid_pos {
    position: absolute;
    left: 48%;
    top: 7.5%;
    width: 45%;
    border-bottom: 2px solid #fa3d03;
    height: 284px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agile_events_grid_pos_sub {
    position: absolute;
    left: 48%;
    top: 7.5%;
    width: 45%;
    border-bottom: 2px solid #65b126;
    height: 284px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agile_events_grid_pos1 h4 a {
    font-size: .7em;
    color: #212121;
    text-transform: capitalize;
    line-height: 1.5em;
    font-weight: 600;
    text-decoration: none;
}

    .agile_events_grid_pos1 h4 a:focus {
        outline: none;
    }

    .agile_events_grid_pos1 h4 a:hover {
        color: #fa3d03;
    }

.agile_events_grid_pos1 h4 {
    margin: .6em 0 0;
    height: 31px;
    overflow: hidden
}

.agile_events_grid_pos1 p {
    color: #999;
}

.agile_events_grid_pos1 {
    padding: 1em;
    background: #e4e4e4;
    box-shadow: -5px 3px 10px #2b2b2b;
    border-radius: 10px;
}

    .agile_events_grid_pos1 h5 {
        font-size: 1em;
        color: #14a1ff;
        font-weight: 600;
        position: relative;
        font-family: 'Open Sans', sans-serif;
    }

        .agile_events_grid_pos1 h5 span {
            font-size: 3em;
            padding-right: 0.5em;
        }

        .agile_events_grid_pos1 h5:after {
            content: '';
            background: #14a1ff;
            height: 2px;
            width: 29%;
            position: absolute;
            top: 60%;
            left: 19px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            display:none
        }

.w3_agileits_event_head {
    color: #65b126 !important;
}

    .w3_agileits_event_head:after {
        background: #65b126 !important;
    }

.agileits_w3layouts_events_grid_social, .agileits_w3layouts_events_grid_social1 {
    position: absolute;
    top: 0%;
    background: #fee00c;
    padding: 1em;
}

.agileits_w3layouts_events_grid_social {
    right: -7.5%;
}

.agileits_w3layouts_events_grid_social1 {
    left: -7.5%;
}
/*  */
#board {
    clear: both;
    padding-top: 35px;
}

    #board .carousel-control.left, .carousel-control.right {
        background: none;
        width: 25px;
    }

    #board .carousel-control.left {
        left: -25px;
    }

    #board .carousel-control.right {
        right: -25px;
    }

    #board .block-text {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 3px 0 #2196F3;
        color: #626262;
        font-size: 14px;
        margin-top: 27px;
        padding: 15px 18px;
    }

        #board .block-text h6 {
            color: #2196F3;
            font-size: 20px;
            font-weight: bold;
            line-height: 21px;
            text-decoration: none;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        }

    #board .mark {
        padding: 12px 0;
        background: none;
    }

    #board .block-text p {
        color: #585858;
        font-family: Georgia;
        font-style: italic;
        line-height: 20px;
        padding-top: 10px;
    }

    #board .sprite {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAeUCAYAAAAU3UTMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY1MzJERUNDRjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY1MzJERUNERjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjUzMkRFQ0FGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjUzMkRFQ0JGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4/ZdnrAAAydElEQVR42uydCbgUxbn3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');
    }

    #board .sprite-i-triangle {
        background-position: 0 -1298px;
        height: 44px;
        width: 50px;
    }

    #board .block-text ins {
        bottom: -44px;
        left: 50%;
        margin-left: -60px;
    }


    #board .block {
        display: block;
    }

    #board .zmin {
        z-index: 1;
    }

    #board .ab {
        position: absolute;
    }

    #board .person-text {
        padding: 10px 0 0;
        text-align: center;
        z-index: 2;
    }

        #board .person-text img {
            width: 90px;
            border-radius: 50%;
            height: 90px;
        }

    #board .rel {
        position: relative;
    }

    #board .f {
        float: left;
    }

    #board .carousel-cust {
        margin: 0 auto;
        background: url(../images/bg13.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
        min-height: 264px;
    }

    #board .carousel-control-prev, #board .carousel-control-next {
        position: absolute;
        top: auto;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 3%;
        color: #fff;
        text-align: center;
        opacity: 0.7;
        background: #2196F3;
        height: 50px;
    }

/*  */
a.logo img {
	width: 100px;
	max-height: 80px;
	object-fit: contain;
}

a.logo-footer img {
    margin-left: 20px;
    margin-bottom: 20px;
}

/*  */
.events .carousel-control-prev, .events .carousel-control-next {
    position: absolute;
    top: auto;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3%;
    color: #fff;
    text-align: center;
    opacity: 0.7;
    background: #2196F3;
    height: 50px;
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    opacity: 1 !important;
}
/**/ /**/ /** / /**/ /**/ /**/ /**/ /**/ /**/
/**/ /**/ /** //**/ /**/ /**/ /**/ /**/ /**/
.apply_now {
	margin-top: 29px;
	text-align: center;
}

.top-login-butt {
	text-align: right;
}

.apply_now a {
	color: #fff !important;
}

.nav2 {
    float: right;
}

    .nav2 img {
        float: left;
        width: 30px;
        border-radius: 50%;
        margin-right: 6px;
        border: 1px solid;
        height: 30px;
    }

    .nav2 .btns {
        text-align: center
    }

        .nav2 .btns .btn1 {
            display: block;
            margin: 0 auto;
            margin-bottom: 10px;
            width: 100px;
            text-align: center;
            color: #fff !important;
        }

        .nav2 .btns .btn2 {
            display: inline-block;
            color: #fff !important;
        }


    .nav2 .width-menu {
        width: max-content;
        text-align: left;
    }

        .nav2 .width-menu a {
            color: #ffffff;
            padding-left: 10px;
        }

            .nav2 .width-menu a i {
                margin-right: 10px;
                float: right;
                margin-top: 7px;
                font-size: 16px;
            }

        .nav2 .width-menu li {
            padding-top: 3px;
            padding-bottom: 6px;
        }

            .nav2 .width-menu li:hover {
                color: #ffffff;
                background-color: #0081c2;
                background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
                background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
                background-image: -o-linear-gradient(top, #0088cc, #0077b3);
                background-image: linear-gradient(to bottom, #0088cc, #0077b3);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
                transition: none !important;
            }


    .nav2 .color-a {
        color: rgb(22, 117, 168) !important;
    }

        .nav2 .color-a:hover {
            color: rgb(22, 117, 168) !important;
        }

.about-page .right-abw3ls p {
    text-align: left;
    font-size: 18px;
}

.courses_section .courses_right {
    text-align: left
}

    .courses_section .courses_right.over {
        width: 100%;
        overflow: auto;
    }

/**/
#board .row {
    position: relative
}

.about .card-title {
    font-size: 20px;
    color: #2196F3;
    height: 27px;
    overflow: hidden;
    line-height: 26px;
}

.dropdown-submenu:hover .drop1 {
    display: block;
    position: relative !important;
    text-align: right;
    padding-right: 5px;
}

/**/
#search-form_3 {
    background: #e1e1e1; /* Fallback color for non-css3 browsers */
    width: 365px;
    margin: 100px auto;
    /* Gradients */
    background: -webkit-gradient( linear,left top, left bottom, color-stop(0, rgb(243,243,243)), color-stop(1, rgb(225,225,225)));
    background: -moz-linear-gradient( center top, rgb(243,243,243) 0%, rgb(225,225,225) 100%);
    /* Rounded Corners */
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    /* Shadows */
    box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
}

/*** TEXT BOX ***/
.search_3 {
    background: #fafafa;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(250,250,250)), color-stop(1, rgb(230,230,230)));
    background: -moz-linear-gradient( center top, rgb(250,250,250) 0%, rgb(230,230,230) 100%);
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid rgba(202, 202, 202, 0.8);
    font-size: 16px;
    margin: 4px;
    padding: 5px;
    padding-left: 20px;
    width: 250px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
    -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
    -moz-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
}

    /*** USER IS FOCUSED ON TEXT BOX ***/
    .search_3:focus {
        outline: none;
        background: #fff; /* Fallback color for non-css3 browsers */
        /* Gradients */
        background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
        background: -moz-linear-gradient( center top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
    }

/*** SEARCH BUTTON ***/
.submit_3 {
    background: #50acf7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(98, 182, 250)), color-stop(0.15, rgb(84, 175, 248)), color-stop(0.88, rgb(75, 169, 246)), color-stop(1, rgb(75, 170, 247)));
    background: -moz-linear-gradient( center top, rgb(79,188,32) 0%, rgb(73,157,34) 15%, rgb(62,135,28) 88%, rgb(49,114,21) 100%);
    border: 0;
    color: #eee;
    cursor: pointer;
    font: 16px 'Raleway', sans-serif;
    font-weight: bold;
    height: 30px;
    margin: 4px 4px 0;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    width: 84px;
    outline: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -moz-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.2);
}
    /*** SEARCH BUTTON HOVER ***/
    .submit_3:hover {
        background: #2c75af;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(53, 143, 216)), color-stop(0.15, rgb(38, 118, 183)), color-stop(0.8, rgb(37, 111, 171)), color-stop(1, rgb(49, 122, 179)));
        background: -moz-linear-gradient( center top, rgb(89,222,27) 0%, rgb(83,179,38) 15%, rgb(66,143,27) 80%, rgb(54,120,22) 100%);
    }

    .submit_3:active {
        background: #2c75af;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(53, 143, 216)), color-stop(0.15, rgb(38, 118, 183)), color-stop(0.8, rgb(37, 111, 171)), color-stop(1, rgb(49, 122, 179)));
        background: -moz-linear-gradient( center top, rgb(89,222,27) 0%, rgb(83,179,38) 15%, rgb(66,143,27) 80%, rgb(54,120,22) 100%);
    }

.search-bar {
    text-align: center;
    margin: 20px 0;
}

/**/
.contact-grids1 {
    text-align: left
}

    .contact-grids1 .dis {
        display: inline-block
    }

    .contact-grids1 .wi {
        width: 35px
    }

.faq-w3l {
    direction: ltr;
    text-align: left;
}

.faq-info {
    margin-bottom: 30px
}

.form1 {
    padding: 3.5vw;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.3);
    background: rgba(249, 246, 246, 0.3);
    text-align: left;
    width: 60%;
}

.form2 {
    background: url(../images/loginbg.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding-bottom: 25px;
}

.settings .imag1 img {
    width: 60%;
    height: 200px;
    display: block;
    margin: 0 auto;
}

.settings .imag1 a {
    display: block;
    text-align: center;
    margin-top: 14px;
    font-size: 20px;
}

.settings .input-cust span {
    float: right
}

.settings .input-cust .mr-bt {
    margin-bottom: 10px;
    text-align: left;
}

.input-cust table {
    text-align: left
}


    .input-cust table td {
        border: 1px solid #ddd;
        padding: 5px 20px;
    }

.textarea1 textarea {
    font-size: 16px;
    color: #5a5656;
    padding: 12px;
    border: none;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
    background: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 0;
}

.text-cust {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
}

.center1 {
    text-align: left
}

.center2 {
    text-align: center
}

    .center2 input[type="radio"] {
        margin-right: 30px
    }

.center1 input {
    width: 77%;
    margin-left: 5px;
    padding-left: 10px;
}

.input-cust table p {
    font-size: 19px;
    color: #333;
}

.news-page {
    margin-top: 30px
}

    .news-page img {
        width: 100%;
    }

    .news-page .card {
        text-align: left
    }

    .news-page .marg-l {
        margin-right: 20px
    }

#notificationHeader,
#notificationHeader1 {
    padding-left: 10px;
    color: #fff;
}

#menuNotificationFooter,
#menuNotificationFooter1 {
    color: #fff;
    text-align: left;
    padding-left: 10px
}

.links1 {
    text-align: left;
}

    .links1 ul {
        list-style: none;
    }

    .links1 p {
        font-size: 40px;
        color: #222;
    }

    .links1 a {
        font-size: 25px;
    }

.form-group #ContentPlaceHolder1_details {
    text-align: left
}

/**/

.list1 .multi-level {

}

.list1 .dropdown-submenu {
    position: relative;
    text-align: left;
}

    .list1 .dropdown-submenu > .dropdown-menu {
        top: 0;
        position: absolute;
        right: auto;
        left: 180px;
    }

    .list1 .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .list1 .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-left: 10px;
    }

    .list1 .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .list1 .dropdown-submenu.pull-left {
        float: none;
    }

        .list1 .dropdown-submenu.pull-left > .dropdown-menu {
            right: -100%;
            margin-right: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.btns2 input {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

/**/
.gedf-card {
    text-align: left;
    margin-top: 20px;
}

    .gedf-card img {
        margin-right: 10px;
    }

    .gedf-card i {
        margin-right: 10px;
    }

.gedf-wrapper {
    margin-bottom: 100px
}

/**/

gedf-wrapper .thumbnail {
    padding: 0px;
}

.gedf-card .thumbnail img {
    width: 80%;
    border-radius: 50%;
    margin-right: 20px;
}

gedf-wrapper .panel {
    position: relative;
}

    gedf-wrapper .panel > .panel-heading:after, gedf-wrapper .panel > .panel-heading:before {
        position: absolute;
        top: 11px;
        right: -16px;
        left: 100%;
        width: 0;
        height: 0;
        display: block;
        content: " ";
        border-color: transparent;
        border-style: solid solid outset;
        pointer-events: none;
    }

    gedf-wrapper .panel > .panel-heading:after {
        border-width: 7px;
        border-left-color: #f7f7f7;
        margin-top: 1px;
        margin-right: 2px;
    }

    gedf-wrapper .panel > .panel-heading:before {
        border-left-color: #ddd;
        border-width: 8px;
    }

.marg3 {
margin-left:0 !important;
margin-right:10px
}

/**/
.about .card-img2 {
    top: -45px;
    right: 0;
    border-radius: 5px;
    position: absolute;
    z-index: 9;
    width: 85px;
    height: 73px;
    background: #fff;
    cursor: pointer;
    transition: .5s;
}

    .about .card-img2:hover {
        top: -45px;
        right: 0;
        height: 130px;
        position: absolute;
        width: 150px;
    }

/**/

#subscribeModal .modal-content {
    overflow: hidden;
}

#subscribeModal a.h2 {
    color: #2196f3;
    margin-bottom: 0;
    text-decoration: none;
}

#subscribeModal .form-control {
    height: 56px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 30px;
}

#subscribeModal .btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-right: 20px;
    background: #2196f3;
    border-color: #2196f3;
}

#subscribeModal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #007b5e;
    outline: 0;
    box-shadow: none;
}


/**************************/
/****** modal-lg stips *********/
/**************************/
#subscribeModal .modal-lg .top-strip {
    height: 155px;
    background: #2196f3;
    transform: rotate(141deg);
    margin-top: -106px;
    margin-right: 457px;
    margin-left: -130px;
    border-bottom: 65px solid #03a9f4;
    border-top: 10px solid #03a9f4;
}

#subscribeModal .modal-lg .bottom-strip {
    height: 155px;
    background: #2196F3;
    transform: rotate(135deg);
    margin-top: -115px;
    margin-right: -339px;
    margin-left: 421px;
    border-bottom: 65px solid #03A9F4;
    border-top: 10px solid #00BCD4;
}

#subscribeModal p span {
    display: inline-block;
    width: 63%;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

#subscribeModal a span {
    text-align: center;
    width: 72%;
    display: block;
    margin: 0 auto;
    font-size: 24px;
}

/**/
.text-r {
    text-align: left
}

.margin-1 .radio-inline {
    margin-right: 25px;
}

.lablecss {
    width: 100%;
    font-size: 31px;
    text-align: center;
    font-family: fantasy;
    background-color: beige;
    height: 53px;
}

/**/
.format * {
    animation: none !important;
    animation-delay: 0 !important;
    animation-direction: normal !important;
    animation-duration: 0 !important;
    animation-fill-mode: none !important;
    animation-iteration-count: 1 !important;
    animation-name: none !important;
    animation-play-state: running !important;
    animation-timing-function: ease !important;
    backface-visibility: visible !important;
    background: 0 !important;
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: transparent !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-position-x: 0 !important;
    background-position-y: 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    border: 0 !important;
    border-style: none !important;
    border-width: medium !important;
    border-color: inherit !important;
    border-bottom: 0 !important;
    border-bottom-color: inherit !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-style: none !important;
    border-bottom-width: medium !important;
    border-collapse: separate !important;
    border-image: none !important;
    border-left: 0 !important;
    border-left-color: inherit !important;
    border-left-style: none !important;
    border-left-width: medium !important;
    border-radius: 0 !important;
    border-right: 0 !important;
    border-right-color: inherit !important;
    border-right-style: none !important;
    border-right-width: medium !important;
    border-spacing: 0 !important;
    border-top: 0 !important;
    border-top-color: inherit !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-style: none !important;
    border-top-width: medium !important;
    bottom: auto !important;
    box-shadow: none !important;
    box-sizing: content-box !important;
    caption-side: top !important;
    clear: none !important;
    clip: auto !important;
    color: inherit !important;
    columns: auto !important;
    column-count: auto !important;
    column-fill: balance !important;
    column-gap: normal !important;
    column-rule: medium none currentColor !important;
    column-rule-color: currentColor !important;
    column-rule-style: none !important;
    column-rule-width: none !important;
    column-span: 1 !important;
    column-width: auto !important;
    content: normal !important;
    counter-increment: none !important;
    counter-reset: none !important;
    cursor: auto !important;
    direction: ltr !important;
    display: inline !important;
    empty-cells: show !important;
    float: none !important;
    font: normal !important;
    font-family: inherit !important;
    font-size: medium !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    height: auto !important;
    hyphens: none !important;
    left: auto !important;
    letter-spacing: normal !important;
    line-height: normal !important;
    list-style: none !important;
    list-style-image: none !important;
    list-style-position: outside !important;
    list-style-type: disc !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 1 !important;
    orphans: 0 !important;
    outline: 0 !important;
    outline-color: invert !important;
    outline-style: none !important;
    outline-width: medium !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    page-break-after: auto !important;
    page-break-before: auto !important;
    page-break-inside: auto !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    position: static !important;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes: '\201C' '\201D' '\2018' '\2019';
    right: auto !important;
    tab-size: 8 !important;
    table-layout: auto !important;
    text-align: inherit !important;
    text-align-last: auto !important;
    text-decoration: none !important;
    text-decoration-color: inherit !important;
    text-decoration-line: none !important;
    text-decoration-style: solid !important;
    text-indent: 0 !important;
    text-shadow: none !important;
    text-transform: none !important;
    top: auto !important;
    transform: none !important;
    transform-style: flat !important;
    transition: none !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
    transition-property: none !important;
    transition-timing-function: ease !important;
    unicode-bidi: normal !important;
    vertical-align: baseline !important;
    visibility: visible !important;
    white-space: normal !important;
    widows: 0 !important;
    width: auto !important;
    word-spacing: normal !important;
    z-index: auto !important;
    /* basic modern patch */
    all: initial !important;
    all: unset !important;
}

/**/
.accord img {
    width: 160px !important;
    height: 100px !important;
    margin-bottom: 10px !important;
}

.accord h5 {
    font-size: 20px !important;
    color: #2196F3 !important;
}



/**/
.news-page-single {
    text-align: left;
    margin-top: 30px
}

    .news-page-single img {
        width: 100%;
        height: 370px;
        margin-bottom: 15px;
    }

    .news-page-single .mr-l li {
        margin-right: 17px;
    }

    .news-page-single .news-left img {
        margin: 0 !important;
        margin-right: 10px !important;
        width: 60px;
        height: 60px;
    }

    .news-page-single .news-left h5 {
        height: 24px;
        text-overflow: inherit;
        overflow: hidden;
        font-size: 18px;
    }

    .news-page-single .news-left .format {
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.wid {
    margin-bottom: 20px;
}

.admission {
    margin-top: 20px
}

.middle-w3ls-nav {
    padding: 0 !important;
}

.right-info-agiles {
    padding-top: 0.8rem;
}

/**/
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.carousel-fade {
    position: relative;
    height: 78vh;
}

    .carousel-fade .carousel-inner .carousel-item {
        height: 78vh;
    }

    .carousel-fade .carousel-indicators > li {
        margin: 0 2px;
        background-color: #f39c12;
        border-color: #f39c12;
        opacity: .7;
        cursor: pointer;
    }

        .carousel-fade .carousel-indicators > li.active {
            width: 10px;
            height: 10px;
            opacity: 1;
        }

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 15%;
    right: auto;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.carousel-fade .carousel-inner .carousel-item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.carousel-fade .carousel-inner .carousel-item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.carousel-fade .overlay {
    position: absolute;
    width: 100%;
    height: 78vh;
    z-index: 2;
    background-color: #080d15;
    opacity: .2;
}


/********************************/
/*       Slides backgrounds     */
/********************************/
.carousel-fade .slides .slide-1,
.carousel-fade .slides .slide-2,
.carousel-fade .slides .slide-3 {
    height: 78vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.carousel-fade .slides img {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/**/
#loading {
    background-color: #1b4f79;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    margin-top: 0px;
    top: 0px;
    overflow: hidden;
    right: 0;
    left: 0;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.object {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    position: absolute;
    left: 65px;
    top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

    .object:nth-child(2n+0) {
        margin-right: 0px;
    }

#object_one {
    -webkit-animation: object_one 2s infinite;
    animation: object_one 2s infinite;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_two {
    -webkit-animation: object_two 2s infinite;
    animation: object_two 2s infinite;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#object_three {
    -webkit-animation: object_three 2s infinite;
    animation: object_three 2s infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    -webkit-animation: object_four 2s infinite;
    animation: object_four 2s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#object_five {
    -webkit-animation: object_five 2s infinite;
    animation: object_five 2s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#object_six {
    -webkit-animation: object_six 2s infinite;
    animation: object_six 2s infinite;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#object_seven {
    -webkit-animation: object_seven 2s infinite;
    animation: object_seven 2s infinite;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#object_eight {
    -webkit-animation: object_eight 2s infinite;
    animation: object_eight 2s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#object_big {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50px;
    top: 50px;
    -webkit-animation: object_big 2s infinite;
    animation: object_big 2s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}




@-webkit-keyframes object_big {
    50% {
        -webkit-transform: scale(0.5);
    }
}

@keyframes object_big {
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}




@-webkit-keyframes object_one {
    50% {
        -webkit-transform: translate(-65px,-65px);
    }
}

@keyframes object_one {
    50% {
        transform: translate(-65px,-65px);
        -webkit-transform: translate(-65px,-65px);
    }
}



@-webkit-keyframes object_two {
    50% {
        -webkit-transform: translate(0,-65px);
    }
}

@keyframes object_two {
    50% {
        transform: translate(0,-65px);
        -webkit-transform: translate(0,-65px);
    }
}



@-webkit-keyframes object_three {
    50% {
        -webkit-transform: translate(65px,-65px);
    }
}

@keyframes object_three {
    50% {
        transform: translate(65px,-65px);
        -webkit-transform: translate(65px,-65px);
    }
}



@-webkit-keyframes object_four {

    50% {
        -webkit-transform: translate(65px,0);
    }
}

@keyframes object_four {
    50% {
        transform: translate(65px,0);
        -webkit-transform: translate(65px,0);
    }
}




@-webkit-keyframes object_five {

    50% {
        -webkit-transform: translate(65px,65px);
    }
}

@keyframes object_five {
    50% {
        transform: translate(65px,65px);
        -webkit-transform: translate(65px,65px);
    }
}



@-webkit-keyframes object_six {

    50% {
        -webkit-transform: translate(0,65px);
    }
}

@keyframes object_six {
    50% {
        transform: translate(0,65px);
        -webkit-transform: translate(0,65px);
    }
}




@-webkit-keyframes object_seven {

    50% {
        -webkit-transform: translate(-65px,65px);
    }
}

@keyframes object_seven {
    50% {
        transform: translate(-65px,65px);
        -webkit-transform: translate(-65px,65px);
    }
}


@-webkit-keyframes object_eight {

    50% {
        -webkit-transform: translate(-65px,0);
    }
}

@keyframes object_eight {
    50% {
        transform: translate(-65px,0);
        -webkit-transform: translate(-65px,0);
    }
}

/**/
/* Slicebox Style */
.slider-home {
    margin-bottom: 75px;
    margin-top: 30px;
}


.sb-slider {
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    list-style-type: none;
    padding: 0;
    max-width: 100% !important;
    margin-top: 0;
}

    .sb-slider li {
        margin: 0;
        padding: 0;
        display: none;
    }

        .sb-slider li > a {
            outline: none;
        }

            .sb-slider li > a img {
                border: none;
                width: 100%;
                height: 600px;
            }

    .sb-slider img {
        max-width: 100%;
        display: block;
    }

.sb-description {
    padding: 20px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 9;
    position: absolute;
    background: #42a5f552;
    border-left: 4px solid rgba(255,255,255,0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    text-align: left;
    min-height: 54px;
}

.sb-slider li.sb-current .sb-description {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 1;
}

    .sb-slider li.sb-current .sb-description:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
        filter: alpha(opacity=99);
        background: #44769e;
    }

.sb-perspective {
    position: relative;
}

    .sb-perspective > div {
        position: absolute;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.sb-side {
    margin: 0;
    display: block;
    position: absolute;
    -moz-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/* custom style */

.slider-home .shadow {
    width: 100%;
    height: 168px;
    position: relative;
    margin-top: -110px;
    background: transparent url(https://tympanus.net/Development/Slicebox/images/shadow.png) no-repeat bottom center;
    background-size: 100% 100%; /* stretches it */
    z-index: -1;
    display: none;
}

.slider-home .sb-description h3 {
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    width: 85%;
}

    .slider-home .sb-description h3 a {
        color: #4a3c27;
        text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    }

.slider-home .nav-arrows {
    display: none;
}

    .slider-home .nav-arrows a {
        width: 42px;
        height: 42px;
        background: #4190d0 url(https://tympanus.net/Development/Slicebox/images/nav.png) no-repeat top left;
        position: absolute;
        top: 50%;
        left: 2px;
        text-indent: -9000px;
        cursor: pointer;
        margin-top: -21px;
        opacity: 0.9;
        border-radius: 50%;
        box-shadow: 0 1px 1px rgba(255,255,255,0.8);
    }

        .slider-home .nav-arrows a:first-child {
            left: auto;
            right: 2px;
            background-position: top right;
        }

        .slider-home .nav-arrows a:hover {
            opacity: 1;
        }

.slider-home .nav-dots {
    text-align: center;
    position: absolute;
    bottom: -5px;
    height: 30px;
    width: 100%;
    left: 0;
    display: none;
}

    .slider-home .nav-dots span {
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        margin: 3px;
        background: #cbbfae;
        cursor: pointer;
        box-shadow: 0 1px 1px rgba(255,255,255,0.6), inset 0 1px 1px rgba(0,0,0,0.1);
    }

        .slider-home .nav-dots span.nav-dot-current {
            box-shadow: 0 1px 1px rgba(255,255,255,0.6), inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 0 3px #cbbfae, inset 0 0 0 8px #fff;
        }

.slider-home .nav-options {
    width: 70px;
    height: 30px;
    position: absolute;
    right: 70px;
    bottom: 0px;
    display: none;
}

    .slider-home .nav-options span {
        width: 30px;
        height: 30px;
        background: #cbbfae url(https://tympanus.net/Development/Slicebox/images/options.png) no-repeat top left;
        text-indent: -9000px;
        cursor: pointer;
        opacity: 0.7;
        display: inline-block;
        border-radius: 50%;
    }

        .slider-home .nav-options span:first-child {
            background-position: -30px 0px;
            margin-right: 3px;
        }

        .slider-home .nav-options span:hover {
            opacity: 1;
        }


.btn-more {
    float: right;
    color: #fff !important;
    position: absolute;
    right: 15px;
    bottom: 8px;
}

.inside.bg {
    background: #fff
}

.body-bg {
    background-size: cover;
    background: url(../images/class.jpg);
    background-attachment: fixed;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.88);
}

.list1 .nav-link:not(.nav-link1) {
    padding-bottom: 4px;
    padding-top: 4px;
}

.list1 .dropdown-menu {

}

.news-page-single .comments_form {
    margin-top: 20px
}

    .news-page-single .comments_form h3 {
        margin-bottom: 10px
    }

    .news-page-single .comments_form .half {
        margin-bottom: 10px
    }

    .news-page-single .comments_form input[type="submit"] {
        margin-top: 10px;
        margin-bottom: 30px;
    }

.agile_banner_bottom_grids .format1 {
    height: 171px;
    overflow: hidden;
}

.modal {
    text-align: left;
    z-index: 9999999 !important;
}

.navigation-w3ls .navbar-nav {
    margin:0 auto
}
/**/
.img-r {
    text-align: left
}

#appendPost .card-header {
    margin-top: 20px;
    border-top: 3px solid #716f6f;
}

.nt {
    padding: 0 !important;
    border: 0 !important;
    display: inline-block;
}

/**/
.paddrop {
    padding: 5px;
}

.radiopd {
    margin-right: 15px
}

.qus ul li {
    margin-bottom: 10px
}

.btn-color {
    color: #fff !important
}

/**/
.top-head-w3ls {
    padding-bottom: 0 !important
}

    .top-head-w3ls .row {
        padding-bottom: 0
    }

/**/
.modal-profile .img-user {
    float: left;
    text-align: center;
    margin-bottom: 20px
}

.modal-profile .user-d {
    float: left;
    text-align: left;
}

.modal-profile img {
    width: 100%;
    max-height: 150px;
}

.modal-profile .modal-title {
    text-align: center;
    width: 100%
}

.modal-profile .user-details {
    border-bottom: 1px dashed #777;
    padding-bottom: 8px;
    margin-bottom: 3px;
}

    .modal-profile .user-details:last-child {
        border-bottom: none
    }

    .modal-profile .user-details p {
        width: 35%;
        display: inline-block;
    }

.modal-profile .file {
    text-align: center;
    margin-top: 10px;
}

.modal-profile .user-settings {
    margin-left: 35px
}

    .modal-profile .user-settings input {
        width: 100%;
        padding-left: 10px;
        margin-top: 4px;
    }

.modal-profile .btn-edit {
    margin-right: 10px;
}

.modal-profile .form-group {
    margin-bottom: 8px;
}

.services-agile-1 {
    text-align: left;
    margin-bottom: 20px;
}

    .services-agile-1 h4 {
        margin-top: 15px;
    }

.agile_events_grid .pin {
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    background: 0;
    border: 0;
    padding: 0;
}

.father-cont {
    text-align: left
}

    .father-cont .lab {
        margin-bottom: 20px
    }

        .father-cont .lab label {
            margin-bottom: 3px;
        }

        .father-cont .lab select {
            height: auto !important;
        }

/**/
.form1 #ContentPlaceHolder1_valid {
    margin-bottom: 20px
}

.register-form .rad input {
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn-show {
    width: 100%
}

.vis .label {
    text-align: left
}

.vis .controls, .vis .outer {
    margin-bottom: 15px
}

.btns-sub {
    margin: 1.75rem auto;
    text-align: left
}

    .btns-sub .btn9 {
        padding: 13px !important;
        border-radius: 8px !important;
        margin-bottom: 10px !important;
        width: 150px !important;
        letter-spacing: 1px !important;
        font-size: 16px !important;
    }

.list1 .dropdown-submenu > .arrow:after {
    display: none !important
}

#ContentPlaceHolder1_btneditteacher {
    margin-right: 10px
}

#ContentPlaceHolder1_btneditstudent {
    margin-right: 10px
}

.modal-footer #ContentPlaceHolder1_valid4 {
    margin-bottom: 0
}

#ContentPlaceHolder1_btneditparent {
    margin-left: 10px
}


.side-more {
    margin-top: 30px;
    text-align: left;
}

.ttop {
    margin-bottom: 20px;
}

.side-more a {
    font-size: 18px;
}

.side-more ul {
    list-style: none;
}

/**/

.our-webcoderskull ul {
    list-style:none
}

.padding-lg {
    display: block;
    padding-top: 60px;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}

.practice-area .inner {
    border: 1px solid #999999;
    text-align: center;
    margin-bottom: 28px;
    padding: 40px 25px;
}

.our-webcoderskull .cnt-block:hover {
    transform: scale(1.07);
}

.practice-area .inner h3 {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0;
}

.practice-area .inner p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.practice-area .inner img {
    display: inline-block;
}


.our-webcoderskull {
    background: url(../images/bg13.jpg) no-repeat center top / cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    clear:both
}

    .our-webcoderskull .cnt-block {
        float: right;
        width: 100%;
        background: #fff;
        padding: 30px 20px;
        text-align: center;
        border: 2px solid #d5d5d5;
        margin: 0 0 28px;
        height: 285px !important;
        border-radius: 10px;
        transition:.5s
    }

        .our-webcoderskull .cnt-block figure {
            width: 148px;
            height: 148px;
            border-radius: 100%;
            display: inline-block;
            margin-bottom: 0;
        }

        .our-webcoderskull .cnt-block img {
            width: 128px;
            height: 128px;
        }

        .our-webcoderskull .cnt-block h3 {
            color: #2a2a2a;
            font-size: 20px;
            font-weight: 500;
            padding: 6px 0;
            text-transform: uppercase;
        }

            .our-webcoderskull .cnt-block h3 {
                color: #2a2a2a;
            }

                .our-webcoderskull .cnt-block h3:hover {
                    color: #337ab7;
                }

        .our-webcoderskull .cnt-block p {
            color: #2196F3;
            font-size: 13px;
            line-height: 20px;
            font-weight: 400;
            margin-top: 15px;
        }

        .our-webcoderskull .cnt-block .follow-us {
            margin: 20px 0 0;
        }

            .our-webcoderskull .cnt-block .follow-us li {
                display: inline-block;
                width: auto;
                margin: 0 5px;
            }

                .our-webcoderskull .cnt-block .follow-us li .fa {
                    font-size: 24px;
                    color: #767676;
                }

                    .our-webcoderskull .cnt-block .follow-us li .fa:hover {
                        color: #025a8e;
                    }




/***********************/
/***** responsive ******/
/***********************/

@media (min-width:1251px) and (max-width:1383px) {
    .list1 .dropdown-submenu > .level6 {
        left: 80px;
    }
}

@media (min-width:992px) and (max-width:1250px) {
    .list1 .dropdown-submenu > .level5 {
        top: 0;
        position: absolute;
        right: auto;
        left: 80px;
    }
}

@media (max-width: 1199.98px) {
    .agile_events_grid_pos {
        width: 52%;
    }

    .events .agile_banner_bottom_grids {
        margin-top: 0;
    }

    #board .carousel-control-prev, #board .carousel-control-next {
        width: 4.5%;
    }

    .events h3.title {
        margin-bottom: 35px !important;
    }

    .form1 {
        width: 100%
    }
}

@media (max-width: 991.98px) {
    .top-head-w3ls h1 {
        width: 80%;
    }

    .nav-middle {
        display: none
    }

    .right-info-agiles {
        padding-top: 0;
    }

        .right-info-agiles .row {
            float: right;
        }

        .right-info-agiles .nav2 button {
            background: #5fb4f9;
            margin-right: 0 !important;
            color: #fff;
            padding-top: 12px;
        }

    .list1 .dropdown-submenu > .dropdown-menu {
        top: 0;
        position: absolute;
        right: auto;
        left: 130px;
    }

    .list1 .dropdown-submenu > .multi-level4 {
        top: 0;
        position: relative;
        right: auto;
        left: 80px;
    }

    .news {
        margin-bottom: 30px;
    }

    .agile_events_grid_pos {
        left: 40%;
        width: 60%;
    }

    .events .carousel-control-prev, .events .carousel-control-next {
        width: 5%;
    }

    .gallery-school #projects > ul > li {
        width: 22%;
    }

    #board .block-text h6 {
        font-size: 19px;
    }



        .events h3.title {
            margin-bottom: 30px !important;
        }

    #board .carousel-control-prev, #board .carousel-control-next {
        width: 6%;
    }

    .events .agile_banner_bottom_grids {
        background-attachment: unset;
    }

    #board .carousel-cust {
        background-attachment: unset;
    }

    .video-choose-agile .fra iframe {
        width: auto;
    }

    .dropdown-menu:not(.multi-level3) {
        display: none !important;
    }

    .show.dropdown-menu {
        display: block !important;
    }

    .list1 .nav-link:not(.nav-link1) {
        padding-left: 20px;
    }

    .about {
        margin-top: 23px;
    }

    .video-choose-agile {
        margin-top: 20px;
    }

    #board {
        padding-top: 0;
    }

    .single_content_left .headernavone {
        font-size: 34px;
    }
}

@media (max-width: 767.98px) {
    .top-head-w3ls .container {
        max-width: none;
    }

    .social-icons ul li {
        margin: 0 !important;
    }

    .events .agile_banner_bottom_grids .inline1 {
        width: 100%;
    }

    .agile_events_grid {
        margin-bottom: 20px;
    }

    .events .agile_banner_bottom_grids {
        min-height: 320px;
        margin-top: 0;
    }

    .events .carousel-control-prev, .events .carousel-control-next {
        width: 7%;
    }

    .agile_events_grid_pos1 h4 {
        height: 31px;
        overflow: hidden;
    }

    .agile_events_grid img {
        width: 54%;
        height: 280px;
    }

    .agile_events_grid_pos {
        left: 48%;
        top: 2.5%;
        width: 50%;
        height: 265px;
    }

    .agile_banner_bottom_grids .format1 {
        height: 149px;
    }


    #board .block-text h6 {
        font-size: 18px;
    }

    .video-choose-agile .fra iframe {
        width: 85%;
        margin-top: 10px;
    }

    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }

    .gallery-school ul li a img {
        height: 120px;
        width: 100%;
    }

    .single_content_left .headernavone {
        font-size: 26px;
    }

    .from-to.center1 input {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }
}

@media (max-width: 575.98px) {
    .right-info-agiles {
        padding-top: 5px;
    }

    a.logo img {
        width: 86px;
        height: 80px;
    }

    .events .agile_banner_bottom_grids .inline1 {
        width: 100%;
    }

    .agile_events_grid {
        margin-bottom: 20px;
    }

        .agile_events_grid img {
            width: 55%;
            height: 235px;
        }

    .agile_events_grid_pos {
        position: absolute;
        left: 42%;
        top: 3.5%;
        width: 58%;
        height: 219px;
    }

    .agile_events_grid_pos1 h4 a {
        font-size: 14px;
        color: #2196F3;
    }

    .agile_banner_bottom_grids .format1 {
        height: 102px;
        overflow: hidden;
    }

    .agile_events_grid_pos1 h4 {
        height: 31px;
        overflow: hidden;
    }

    .events .agile_banner_bottom_grids {
        margin-top: 0;
        min-height: 298px;
    }

    .events .carousel-control-prev, .events .carousel-control-next {
        width: 10%;
    }

    .gallery-school .maxheight {
        max-height: 615px;
        overflow: auto;
    }

    .gallery-school ul {
        margin-bottom: 5px;
    }

    #board .carousel-control-prev, #board .carousel-control-next {
        width: 7%;
    }

    .slider-home {
        display: none;
    }

    .slide-mob {
        display: block !important;
        height: 300px
    }

        .slide-mob img {
            height: 300px
        }

    .list1 .dropdown-submenu > .dropdown-menu {
        right: auto;
        left: 75px;
    }

    .gallery-school section > ul > li > a {
        font-size: 13px;
    }

    .gallery-school ul li a img {
        height: 110px;
        width: 100%;
    }

    .gallery-school #projects > ul > li {
        width: 29%;
    }


    .news-sec {
        padding-bottom: 23px !important;
        margin-top: 10px !important;
    }

    .single_content_left .headernavone {
        font-size: 20px;
        padding-left: 15px;
    }

    .single_content_left p {
        width: 98%;
        padding-left: 15px;
    }

    .single_content_left .contact-form .btn.btn-primary {
        margin-left: 15px;
    }

	a.button-head-mow3 {
		padding: 8px 12px;
		font-size: 14px;
		margin-top: 14px;
	}

}




@media (max-width: 490px) {
    .top-head-w3ls .col-7 {
        width: 100%;
        max-width: none;
        flex: none;
        margin-bottom: 5px;
    }

    .social-icons ul li {
        margin: 5px !important;
    }

    .top-head-w3ls h1 {
        width: 77%;
        text-align: left !important;
        margin-top: 3px;
    }

    .social-icons {
        text-align: center;
        max-width: none;
        flex: none;
        margin: 0 !important;
    }

    .top-head-w3ls .col-1 {
        width: 13%;
        position: absolute;
        left: 0px;
        right: auto;
        flex: none;
        max-width: none;
        bottom: 15px;
    }

    .top-head-w3ls {
        position: relative;
    }

    .slider-home .wrapper {
        height: 400px;
    }

    .sb-slider li > a img {
        height: 400px;
    }

    .slider-home .sb-description h3 {
        font-size: 19px;
        width: 70%;
        max-height: 135px;
        overflow: hidden;
    }

    h3.title {
        font-size: 30px;
    }

    div.bhoechie-tab-container {
        margin-top: 12px;
    }

    .news {
        margin-bottom: 30px;
    }

    .video-choose-agile {
        margin-top: 30px;
    }

        .video-choose-agile .fra iframe {
            float: left;
            width: 100% !important;
        }


    a.logo img {
        width: 80px;
        height: 70px;
    }

    .right-info-agiles {
        padding-top: 4px;
    }

    #board .carousel-control-prev, #board .carousel-control-next {
        width: 10%;
    }

    .events {
        margin-top: 25px;
    }

    .news-sec .demo5.demof img {
        width: 100% !important;
        height: 50px !important;
        padding: 4px !important;
    }

    .news-sec .demo5.demof .div-cont a {
        font-size: 14px !important;
    }

    .news-sec .demo5.demof .div-cont a:first-of-type {
        font-size: 18px !important;
    }



    .news-sec {
        padding-bottom: 35px !important;
        margin-top: 15px !important;
    }

    .events h3.title {
        margin-bottom: 20px !important;
    }

    .gallery-school {
        padding-top: 30px;
    }

    #board {
        padding-top: 0;
    }

        #board h3.title {
            margin-bottom: 20px !important;
        }

    #nshat {
        padding-top: 35px;
        padding-bottom: 15px;
    }

        #nshat h3.title {
            margin-bottom: 20px !important;
        }

    .gallery-school h3.title {
        margin-bottom: 25px !important;
    }

    .about h3.title {
        margin-bottom: 22px !important;
    }

    .video-choose-agile h3.title {
        margin-bottom: 22px !important;
    }

    footer .para-agileits-w3layouts {
        font-size: 17px;
    }

    .about {
        margin-top: 0;
    }

    a.button-head-mow3 {
        padding: 8px 12px;
        font-size: 13px;
    }
}

@media (max-width:320px) {

	.apply_now {
		margin-top: 19px;
	}

    a.logo img {
        width: 65px;
        height: 62px;
    }

    .top-login-butt {
        padding: 0;
        margin-top: 10px;
        margin-right: 10px;
    }

    a.button-head-mow3 {
        padding: 7px 11px;
    }

    .right-info-agiles .nav2 button {
        padding-top: 9px;
    }

    p.copy-right-grids a {
        display: block;
    }
    .agile_events_grid .pin {
        width: 44px;
        height: 40px;
    }

    a.button-head-mow3 {
        margin-top: -1px;
    }


}


/**/
.dropdown-menu:not(.multi-level3) {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    transform: rotateX(90deg);
    transform-origin: top;
    opacity: 0;
    display: block;
}

.show.dropdown-menu {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
}

.news-sec {
    padding-bottom: 0;
    margin-top: -20px;
}

    .news-sec .header {
        margin-bottom: 30px
    }

    .news-sec .img-bac img {
        width: 100%
    }


    .news-sec .demo5.demof {
        max-height: 496px !important;
        box-shadow: 10px 10px 10px #757575;
        border-radius: 10px;
        border: 3px solid #57b0f8;
        background: #f3f3f3;
    }

        .news-sec .demo5.demof ul {
            list-style: none
        }

            .news-sec .demo5.demof ul li {
                padding: 10px;
                border-bottom: 2px solid #dcdcdc;
            }


        .news-sec .demo5.demof .div-img {
            display: inline-block;
            float: left;
            padding-left: 0;
        }

        .news-sec .demo5.demof .div-cont {
            text-align: left;
            display: inline-block;
        }

        .news-sec .demo5.demof img {
            width: 100%;
            height: 104px;
            padding: 7px;
            background: #fff;
            border-radius: 10px;
        }

        .news-sec .demo5.demof .div-cont .news-text {
            height: 52px !important;
            overflow: hidden !important;
        }

        .news-sec .demo5.demof .div-cont a {
            height: 29px;
            overflow: hidden;
            display: inline-block;
            margin-bottom: -7px;
            margin-top: -2px;
        }

            .news-sec .demo5.demof .div-cont a:first-of-type {
                font-size: 20px;
                color: #2196F3;
            }

    .news-sec .control {
        position: absolute;
        top: -28px;
        right: 29px;
        background: #57b0f8;
        padding: 2px 10px;
        color: #fff;
        border-radius: 3px 3px 0 0;
    }

        .news-sec .control span:first-of-type {
            border-right: 1px solid #ddd;
            padding-right: 10px;
            cursor: pointer;
        }

        .news-sec .control span:nth-of-type(2) {
            padding-left: 5px;
            padding-right: 5px;
            cursor: pointer;
        }

        .news-sec .control span:last-of-type {
            border-left: 1px solid #ddd;
            padding-left: 10px;
            cursor: pointer;
        }


.rr {
    text-align: left
}

.overflow-table {
    overflow-y: hidden;
}

.nav-item .color-b {
    color: #2aa1ff !important;
}

    .nav-item .color-b:hover {
        color: #2aa1ff !important;
    }

.form-group .r1 {
    margin-right: 30px
}


#other .list {
    list-style: none
}

.select-1 .marg-top {
    margin-top: 15px;
    margin-bottom: 15px;
}

.row-2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .row-2 #ContentPlaceHolder1_Checkbox1 {
        margin-right: 5px;
        margin-top: 5px
    }

.row-1 #ContentPlaceHolder1_clild {
    margin-right: 5px;
    margin-top: 5px
}

.gedf-card #recevedmassage {
    list-style: none
}

    .gedf-card #recevedmassage .r-l {
        text-align: left;
        margin-left: 5px;
        margin-bottom: 5px
    }

.post_desc.post {
    text-align: left;
    margin-bottom: 15px;
}

/**/

.mail-box .row.margin {
    margin:0
}

.mail-box .row .padding {
    background: #34393d;
    padding: 0px;
}

    .mail-box .row .padding i {
        margin-right: 10px;
        transition: .5s
    }


    .mail-box .row .padding .send:hover i {
        transform: rotate(90deg);
    }

    .mail-box .row .padding a {
        width: 100%;
        border-radius: 0;
        padding: 30px;
        margin-bottom: 5px;
    }

.mail-box {
    margin-top: 50px;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 5px;
    background:#fff
}
.mail-box ul {
    list-style: none
}

    .mail-box .header {
        display: none
    }

    .mail-box .list-mess li {
        padding: 17px 7px;
        transition: .5s;
    }

        .mail-box .list-mess li.active {
            background: #2196F3;
        }

        .mail-box .list-mess li a {
            color: #ffffff;
        }

        .mail-box .list-mess li.active a {
            color: #fff;
        }

        .mail-box .list-mess li a span {
            float: right;
            margin-top: 4px;
            background: #34393d;
            font-size: 13px;
            color: #fff;
        }

    .mail-box .bac1 {
        padding: 0;
        overflow: auto;
        max-height: 532px;
    }

    .mail-box .header li {
        text-align: center;
        font-size: 22px;
        color: #2196f3;
        margin-bottom: 5px;
    }

    .mail-box .content .list-group {
        border-bottom: 1px solid #cacaca;
        padding: 10px;
        color: #333;
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }

        .mail-box .content .list-group:hover {
            background: #2196f329;
            border-bottom: 1px dotted #2196F3;
        }

    .mail-box .content .list-group:hover i {
display:block;
    }

        .mail-box .content .list-group i {
            position: absolute;
            right: 15px;
            top:5px;
            font-size: 18px;
            display: none;
        }

        .mail-box .content .list-group i:hover {
            color: #dc3545;
        }



        .mail-box .content .list-group span {
            max-width: 80%;
            overflow: hidden;
            max-height: 28px;
        }

            .mail-box .content .list-group span:nth-child(2) {
                max-width: 60%;
                margin-bottom: 7px;
            }

    .mail-box .bac2 {
        border-left: 1px solid #dcdcdc;
        padding: 0;
    }

    .mail-box .show-message {
        padding-top: 0px
    }

    .mail-box .send-message {
        padding-top: 10px
    }

    .mail-box .mess-details {
        background: #f5f5f5;
        border-bottom: 1px solid #eee;
        padding: 10px 15px;
        position: relative;
    }

    .mail-box .show-message .mess-details b {
        font-size: 15px;
        padding-left: 0;
        color: #676767;
    }

        .mail-box .show-message .mess-details b:first-child {
            display: block
        }

        .mail-box .show-message .mess-details b:nth-child(2) {
            display: inline-block
        }

        .mail-box .show-message .mess-details b:last-child {
            float: right;
            text-align: right;
            margin-top: 3px;
        }

        .mail-box .show-message span {
            display: inline-block;
            font-weight: normal;
            margin-left: 5px;
            color: #545454;
        }

    .mail-box .show-message .mess-details a {
        color: #636363 !important;
        position: absolute;
        right: 15px;
        top: 12px;
        cursor: pointer;
    }

        .mail-box .show-message .mess-details a:hover {
            color: #dc3545 !important;
        }

    .mail-box .show-message .none {
        display: none
    }

    .mail-box .show-message p.bord-ver {
        line-height: 23px;
        color: #6d6d6d;
        font-size: 17px;
        padding: 15px;
    }


    .mail-box .pad-ver {
        padding-bottom: 15px;
    }

    .mail-box .text-main {
        color: #2b425b !important;
        font-weight: 700;
        margin-top: 9px !important;
    }

    .mail-box .icon-fw {
        width: 1.33em;
        margin-left: 4px;
        text-align: center;
    }

    .mail-box .mail-attach-list {
        list-style: none;
        padding: 0;
    }

        .mail-box .mail-attach-list > li {
            display: inline-block;
            width: 105px;
            margin-top: 5px;
            margin-right: 5px;
            vertical-align: top;
        }

.mail-box .mail-attach-list > li .mail-file-img {
    height: 90px;
    overflow: hidden;
    text-align: center;
    background-color: #f5f6f8;
    width: 100%
}

            .mail-box .mail-attach-list > li img {
                width: 100%;
                height: 100%;
            }

    .mail-box .mar-no {
        margin: 0 !important;
        word-break: break-all;
    }

    .mail-box .bord-ver {
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
    }

    .mail-box .thumbnail {
        display: block;
        padding: 4px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        text-align: center;
    }

    .mail-box .mail-attach-list.list-ov {
        margin-left: 30px;
    }




    .mail-box .comments .comment {
        font-size: 20px;
        cursor:pointer
    }

    .mail-box .show-message .comments b {
        font-size: 15px;
    }

    .mail-box .show-message .comments p.bord-ver {
        font-size: 15px;
        padding-top: 3px;
        padding-bottom: 7px;
    }

    .mail-box .comments .text-main {
        margin-top: 2px;
        display: inline-block;
    }

    .mail-box .comments .mail-attach-list > li {
        width: 80px;
        margin-top: 5px;
        margin-right: 2px;
    }

        .mail-box .comments .mail-attach-list > li .mail-file-img {
            height: 70px;
        }

    .mail-box .comments .thumbnail {
        margin-bottom: 10px;
    }

    .mail-box .comments .show-comments {
        /*border-bottom: 1px solid #d2d2d2;*/
        margin-bottom: 14px;
        margin-left: 50px;
    }

    .mail-box .show-comments .mess-details {
        margin-top: 10px;
    }

        .mail-box .show-comments .mess-details b {
            font-size: 13px;
        }

            .mail-box .show-comments .mess-details b span {
                font-size: 15px;
            }

.comments-form {
    margin-top:15px
}

    .comments-form input, .comments-form textarea {
        margin-bottom: 10px;
        display: block;
    }

    .comments-form button {
        display: block;
        margin-bottom: 15px !important;
        width: 20%;
        margin-top: 15px !important;
        font-size: 20px;
        margin: 0 auto;
    }

.add-comment {
    font-size: 20px;
    padding: 0 10px;
    margin-bottom: -12px;
}

.send-message .comments-form .form-group {
    display: inline-block
}

.send-message .comments-form input[type="radio"] {
    display: inline-block
}

.send-message .comments-form .btn-add {
    display: inline-block;
    width: 7%;
    font-size: 15px;
}

.mail-box #recevedmassage label {
    margin-right: 5px;
    color: #dc3545;
}

.mail-box .select2-container--default .select2-selection--single {
    height: 38px;
    width: 500px;
}

    .mail-box .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 36px;
    }

.mail-box .attachments {
    padding: 0 10px
}

.mail-box .comments {
    padding: 0 10px
}

.mail-box .form-group {
    padding: 0 20px;
}

.mail-box .form-send {
    margin-top: 15px
}

.register-form.pt-md-4 .form1 {
	display: block !important;
}

/*******************/

 .img-user {
	border-right: 1px solid #888;
}

.form1 {
	padding: 20px;
	width: 100%;
}

.accord-div {
	width: 100%;
	background: #e6e6e6;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #b3b1b1;
	margin-top: 15px;
}

	.accord-div div:first-child {
		font-size: 22px;
	}

	.accord-div div:last-child {
		background: #fff;
		padding: 15px;
	}

input[type="radio"], input[type="checkbox"] {
	margin:0 5px
}

.div-answer {
	width: 100%;
	padding: 20px;
	background: #dddddd52;
}

    .div-answer p.lead {
        color: #f00
    }

li.nav-item a#posts-tab {
	color: #495057 !important
}

.register-form input[type="text"], .register-form input[type="email"], select.category2 {
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.45);
}


.header-div {
    background: #e9f5ff;
    padding: 5px;
    border-radius: 5px;
    margin-bottom:10px
}

    .header-div .lead1 {
        margin-bottom: 20px;
        color: #222;
    }

    .header-div .lead {
        float: left;
        position: relative;
        top: -26px;
        font-size: 16px;
        color:red
    }
@media(max-width:767px) {
    .col-1 .apply_now {
        height: 35px;
        width: 70px !important;
    }

    .top-head-w3ls .col-1 {
        width: 13%;
        position: absolute;
        right: unset;
        flex: none;
        max-width: none;
        bottom: 15px;
        left: 115px;
    }
    .img-user {
        border-left: 0px solid #888;
    }
}