/*--
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 {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'sans-serif', sans-serif;
    overflow-x: hidden;
}

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;
    font-family: 'sans-serif', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-family: 'sans-serif', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #000;
}

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 h1 {
    font-size: 15px;
    letter-spacing: 1px;
}

#visionmx {
    width: 90%;
    margin: 0 auto;
}

.agile-addresmk p a {
    color: #999;
}

/*-- social-icons --*/

.social-icons ul li {
    display: inline-block;
}

.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);
}

.icon-border {
    position: relative;
}

.icon-border::before,
.icon-border::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.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: 18px;
    color: #000000;
    line-height: 1;

}

.nav-middle i {
    font-size: 28px;
    line-height: 1.8;
    color: #42a5f5;
}

.nav-middle {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.agile-addresmk span {
    display: block;
}

a.button-head-mow3 {
    background: #11F528;
    padding: 9px 25px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
}

/* middle header */

/* navigation */

.bg-light {
    background: linear-gradient(to bottom, #42a5f5, #86c9ff);
}

li.nav-item a {
    letter-spacing: 1px;
    font-size: 15px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.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 {
    color: #000 !important;
    font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.3rem;;
    padding-left: 0.5rem;
}

.dropdown-item:hover,
.dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    /*background: linear-gradient(to left, #2CCDE4, rgba(45, 232, 255, 0.56));*/
    background: white;

}

/*-- Sticky Navigation --*/

.sticky-nav.fixed-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-info.sticky-nav {
    z-index: 999;
    -webkit-box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 1);
    box-shadow: 0px 2px 8px #535353;
    width: 60%;
    margin: 0 auto;

}

.brands-w3ls {
    background: linear-gradient(to top, #42a5f5, #86c9ff);
}

.brands-w3ls ul li i {
    color: #efefef;
}

/*-- //Sticky Navigation --*/

/* //navigation */

/* //header */

/* banner */

.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-w3ls-6,
.banner-agile {
    min-height: 500px;

}

.banner-w3ls-1 {
    background: url(../images/slider/banner01.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;
}

.banner-w3ls-2 {
    background: url(../images/slider/banner02.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;
}

.banner-w3ls-3 {
    background: url(../images/slider/banner03.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;
}

.banner-w3ls-4 {
    background: url(../images/slider/banner04.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;
}

.banner-w3ls-5 {
    background: url(../images/slider/banner05.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;
}

.banner-w3ls-6 {
    background: url(../images/slider/banner06.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;
}

/* slider */

.slider {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider li {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 0vw;
    overflow: hidden;
    transition: width 800ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.slider li.active {
    z-index: 2;
    width: 100vw;
}

.slider li.prev {
    z-index: 1;
    width: 100vw;
}

.pager {
    z-index: 100;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pager li {
    display: inline-block;
    border: 2px solid white;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: transparent;
}

.pager li.active {
    background: linear-gradient(to right, #880E4F, #880E4F);
}

/* //slider */

/* banner text */

.banner-agile {
    position: relative;
}

.banner-text-posi-w3ls {
    position: absolute;
    z-index: 998;
    left: 10%;
    top: 10%;
    padding: 0px;
    background-color: rgba(0,0,0, 0.5);

}

.banner-text-whtree {

    width: 100%;
    padding-top: 3em;
}

.banner-text-whtree h5 {
    font-family: Calisto MT;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    background: rgba(0, 50, 100, 0.30);
}

.banner-text-whtree h5 b {
    display: block;
    color: #42a5f5;
}

.banner-text-whtree p {
    background: rgba(255, 255, 255, 0.9);
}

a.button-agiles {
    background: #42a5f5;
    display: inline-block;
    border-radius: 40px;
    padding: 15px 36px;
    font-size: 15px;
    letter-spacing: 1px;
    background: linear-gradient(to right, #42a5f5, #86c9ff);
}

/* //banner text */

/* //banner */

/*-- about --*/

/* heading title */

h3.title {
    font-size: 38px;
    position: relative;
    color: #b4004e;
    font-family: 'Monotype Corsiva';
}

.second-title {
    color: #b4004e;
}

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.html) 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: #182c3b;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

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;
}

.map iframe {
    outline: none;
    border: none;
    width: 85%;
    height: 250px;
}

.map {
    position: relative;
}

.conta-posi-w3ls {
    /*background: linear-gradient(to left, #FF8F00, rgba(255, 143, 0, 0.94));*/
    background: #b4004e;
    width: 40%;
    position: absolute;
    top: 36%;
    right: 4%;
}

.conta-posi-w3ls h5 {
    font-size: 23px;
    letter-spacing: 0.5px;
}

.conta-posi-w3ls p {
    color: #fff;
}

/* copyright */

.copyright-agiles {
    background: #b4004e;
    box-shadow: 2px 1px 2px 1px #f9f5f5;
}

p.copy-right-grids a {
    color: #fff;
    padding: 5px;
    transition: border 0.5s;
    border: 1px solid #880E4F;
    border-radius: 10px;
}

p.copy-right-grids a:hover {
    color: #fff;
    border: 1px solid white;
    border-radius: 10px;
}

/* //copyright */

/*-- //footer --*/

/* what we do */

.why-choose-agile {
    background: url(../images/bg4.html) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.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.html) 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 iframe {
    width: 634px;
    height: 357px;
    border: none;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.12);
}

.events-up h5 {
    font-size: 23px;
}

.events-up h5 span {
    display: block;
}

.events-up {
    background: #46a7f5;
}

.events-right ul li i {
    color: #46a7f5;
}

.events-right ul li {
    font-size: 15px;
}

/* video and event section */

/* testimonials */
about_right
.testimonials {

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

/* //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: 18px;
    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.html) 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: rgba(255, 244, 213, 0.6);
    box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}

.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: 20px;
    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(2) .w3ls-cource-first,
.cource-list-agile:nth-child(4) .w3ls-cource-first,
.cource-list-agile:nth-child(6) .w3ls-cource-first,
.cource-list-agile:nth-child(8) .w3ls-cource-first {
    border-top: 5px solid #42a5f5;
}

.cource-list-agile .w3ls-cource-first h3 {
    text-align: center;
}

.cource-list-agile:nth-child(2) .w3ls-cource-first h3,
.cource-list-agile:nth-child(4) .w3ls-cource-first h3,
.cource-list-agile:nth-child(6) .w3ls-cource-first h3,
.cource-list-agile:nth-child(8) .w3ls-cource-first h3 {
    color: #42a5f5;
    font-weight: bold;
    font-family: Georgia;
}

.cource-list-agile:nth-child(1) .w3ls-cource-first h3,
.cource-list-agile:nth-child(3) .w3ls-cource-first h3,
.cource-list-agile:nth-child(5) .w3ls-cource-first h3,
.cource-list-agile:nth-child(7) .w3ls-cource-first h3 {
    color: #f76565;
    font-weight: bold;
    font-family: Georgia;
}

.cource-list-agile:nth-child(2) .w3ls-cource-first p,
.cource-list-agile:nth-child(4) .w3ls-cource-first p,
.cource-list-agile:nth-child(6) .w3ls-cource-first p,
.cource-list-agile:nth-child(8) .w3ls-cource-first p {
    color: #000;

    font-family: Georgia;
}

.cource-list-agile:nth-child(1) .w3ls-cource-first p,
.cource-list-agile:nth-child(3) .w3ls-cource-first p,
.cource-list-agile:nth-child(5) .w3ls-cource-first p,
.cource-list-agile:nth-child(7) .w3ls-cource-first p {
    color: #000;

    font-family: Georgia;
}

.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: #676565;
}

.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(0, 0, 0, 0.37);
}

.contact-grid1 h4 {
    font-size: 24px;
    color: #000;
    letter-spacing: 1px;
}

.contact-grid1 p a {
    color: #999;
    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 #f5f5f5;
    background: #f5f5f5;
    font-size: 14px;
    color: #000;
    width: 100%;
    border-radius: 0;
}

.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.html) 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;
}

.sub-main-w3 label i {
    font-size: 15px;
    margin-left: 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: 38px;
    color: #42a5f5;
    letter-spacing: 2px;
}

.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.html) 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.html) 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.html) 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"],
select.category2 {
    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;
}

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: 14px;
    letter-spacing: 0.5px;
    color: #000;
}

.faq-w3agile .faq li li.subitem1 {
    display: block;
}

/*-- //faq-page --*/

/*--responsive--*/

@media (max-width: 1680px) {
    .show-mobile {
        display: none;
    }

    .vision {
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 15px;
        padding-left: 100px;
    }

    .mission {
        padding-top: 15px;
        padding-right: 100px;
        padding-bottom: 15px;
        padding-left: 0;
    }

    .main-menu-card {
        z-index: 700;
        width: 15%;
        float: right;
        position: relative;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 68px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-body h6 {
        color: #303F9F;
    }

    .menu-card .card-header img {
        padding: 8px;
        margin: 0 10px;
        width: 80%;

    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-info.sticky-nav {
        width: 100%;

    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.5rem;

    }

    .dropdown-menu {
        text-align: center;
    }

    .conta-posi-w3ls {
        top: 35%;
        width: 44%;
        right: 8px;
    }

    .conta-posi-w3ls h5 {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
}

.responsive-header a strong,
.responsive-header a code {
    font-size: 16px;
}

.responsive-header p small {
    font-size: 12px;
}

@media (max-width: 1600px) {
    .show-mobile {
        display: none;
    }

    .responsive-header a strong,
    .responsive-header a code {
        font-size: 16px;
    }

    .responsive-header p small {
        font-size: 12px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.5rem;
        font-size: 15px;
    }
}

@media (max-width: 1440px) {
    .show-mobile {
        display: none;
    }

    .responsive-header a strong,
    .responsive-header a code {
        font-size: 16px;
    }

    .responsive-header p small {
        font-size: 12px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-info.sticky-nav {
        width: 100%;

    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.2rem;
        padding-left: 0.4rem;
        font-size: 14px;
    }

    .banner-agile-2 {
        min-height: 320px;
    }

    .conta-posi-w3ls {
        top: 35%;
        width: 48%;
        right: 8px;
    }

    .conta-posi-w3ls h5 {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 1366px) {
    .show-mobile {
        display: none;
    }

    .responsive-header a strong,
    .responsive-header a code {
        font-size: 16px;
    }

    .responsive-header p small {
        font-size: 12px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-info.sticky-nav {
        width: 100%;

    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.2rem;
        padding-left: 0.3rem;
        font-size: 14px;
    }

    .conta-posi-w3ls {
        top: 38%;
        width: 50%;

    }

    .conta-posi-w3ls h5 {
        font-size: 18px;
        letter-spacing: 0.5px;
    }

    .conta-posi-w3ls p {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 1280px) {
    .responsive-header {
        margin-top: -10px;
    }

    .main-menu-card {
        z-index: 700;
        width: 18%;
        float: right;
        position: relative;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 68px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-body h6 {
        color: #303F9F;
    }

    .menu-card .card-header img {
        padding: 8px;
        margin: 0 10px;
        width: 80%;

    }

    .responsive-header a strong,
    .responsive-header a code {
        font-size: 16px;
    }

    .responsive-header p small {
        font-size: 12px;
    }

    .show-mobile {
        display: none;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-info.sticky-nav {
        width: 100%;

    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.2rem;
        padding-left: 0.3rem;
        font-size: 11px;
    }

    .banner-agile-2 {
        min-height: 300px;
    }

    .banner-w3ls-1,
    .banner-w3ls-2,
    .banner-w3ls-3,
    .banner-w3ls-4,
    .banner-w3ls-5,
    .banner-w3ls-6,
    .banner-agile {
        min-height: 600px;
    }

    .banner-text-whtree h5 {
        font-size: 18px;
    }

    .banner-text-whtree {
        padding-top: 10em;
    }

    .conta-posi-w3ls {
        top: 38%;
        width: 50%;

    }

    .conta-posi-w3ls h5 {
        font-size: 18px;
        letter-spacing: 0.5px;
    }

    .conta-posi-w3ls p {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

}

@media (max-width: 1080px) {
    .responsive-header {
        margin-top: -10px;
    }

    .main-menu-card {
        z-index: 700;
        width: 20%;
        float: right;
        position: relative;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 68px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-body h6 {
        color: #303F9F;
    }

    .menu-card .card-header img {
        padding: 8px;
        margin: 0 10px;
        width: 80%;

    }


    .responsive-header a strong,
    .responsive-header a code {
        font-size: 16px;
    }

    .responsive-header p small {
        font-size: 12px;
    }

    .show-mobile {
        display: none;
    }

    .brands-w3ls ul li {
        margin: 0 1.3em;
    }

    .subscribe-w3ls button[type="submit"] {
        padding: 14px 30px;
    }

    .map iframe {
        height: 250px;
    }

    .conta-posi-w3ls {
        top: 38%;
        width: 48%;
        right: 8px;
    }

    .conta-posi-w3ls h5 {
        font-size: 18px;
        letter-spacing: 0.5px;
    }

    .conta-posi-w3ls p {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    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 {
        margin-top: 4em;
    }

    .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;
    }

    .video iframe {
        width: 529px;
        height: 298px;
        margin-top: 2em;
    }

    .pager {
        left: 48%;
    }
}

@media (max-width: 1050px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-info.sticky-nav {
        width: 100%;

    }

    .main-menu-card {
        z-index: 700;
        width: 20%;
        float: right;
        position: relative;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 68px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-body h6 {
        color: #303F9F;
    }

    .menu-card .card-header img {
        padding: 8px;
        margin: 0 10px;
        width: 80%;

    }
    .responsive-header {
        margin-top: -10px;
    }

    .responsive-header a strong,
    .responsive-header a code {
        font-size: 16px;
    }

    .responsive-header p small {
        font-size: 12px;
    }

    .show-mobile {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.1rem;;
        padding-left: 0.2rem;
        font-size: 13px;
    }

    .proj_gallery_grid1_pos p {
        font-size: 13px;
    }
}

@media (max-width: 1024px) {

    .responsive-header {
        margin-top: -10px;
    }

    .responsive-header-image {
        margin-top: 8px;
    }

    .responsive-header a strong,
    .responsive-header a code {
        font-size: 16px;
    }

    .responsive-header p small {
        font-size: 11px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-info.sticky-nav {
        width: 100%;
    }

    .show-mobile {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.1rem;
        padding-left: 0.3rem;
        font-size: 11px;
    }

    a.logo {
        font-size: 20px;
    }

    .nav-middle i {
        font-size: 26px;
    }

    .banner-agile-2 {
        min-height: 260px;
    }

    .conta-posi-w3ls {
        top: 38%;
        width: 55%;
        right: 8px;
    }

    .conta-posi-w3ls h5 {
        font-size: 18px;
        letter-spacing: 0.5px;
    }

    .conta-posi-w3ls p {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 991px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-info.sticky-nav {
        width: 100%;
    }

    .vision {
        padding: 10px;
    }

    .mission {
        padding: 10px;
    }

    .main-menu-card {
        z-index: 700;
        width: 8%;
        float: right;
        position: relative;
        left: 0;
        top: 10px;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 90px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-header img {
        width: 60px;
    }

    .menu-card .card-body {
        display: none;
    }

    .show-mobile {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.1rem;;
        padding-left: 0.3rem;
        font-size: 10px;
    }

    .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: 30%;
    }

    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 h5 {
        font-size: 18px;
    }

    .banner-text-whtree p {
        font-size: 14px;
    }

    .banner-w3ls-1,
    .banner-w3ls-2,
    .banner-w3ls-3,
    .banner-w3ls-4,
    .banner-w3ls-5,
    .banner-w3ls-6,
    .banner-agile {
        min-height: 550px;
    }

    .banner-text-whtree {
        padding-top: 8em;
    }

    a.button-agiles {
        padding: 14px 32px;
        font-size: 14px;
    }

    .video iframe {
        width: 688px;
        height: 387px;
        margin-top: 0;
        margin-bottom: 2em;
    }
}

@media (max-width: 992px) {
    .hidden-mobile {
        display: none;
    }

    .vision {
        padding: 10px;
    }

    .mission {
        padding: 10px;
    }

    .main-menu-card {
        z-index: 700;
        width: 7%;
        float: right;
        position: relative;
        left: 0;
        top: 10px;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 70px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-header img {
        width: 45px;
    }

    .show-mobile {
        display: block;
    }

    .show-mobile li h4 {
        font-size: 20px;
    }

    .show-mobile li h3 {
        font-size: 22px;
        margin-left: 10px;
    }

    .show-mobile li p {
        font-size: 20px;
        margin-left: 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem;;
        padding-left: 0.5rem;
    }
}

@media (max-width: 900px) {
    .hidden-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .show-mobile li h4 {
        font-size: 17px;
    }

    .main-menu-card {
        z-index: 700;
        width: 8%;
        float: right;
        position: relative;
        left: 0;
        top: 10px;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 70px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-header img {
        width: 45px;
    }

    .menu-card .card-body {
        display: none;
    }

    .show-mobile li h3 {
        font-size: 19px;
        margin-left: 10px;
    }

    .show-mobile li p {
        font-size: 16px;
        margin-left: 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem;;
        padding-left: 0.5rem;
    }

    .about-bottom {
        right: 5%;
    }

    .conta-posi-w3ls {
        top: 38%;
        width: 48%;
        right: 8px;
    }

    .conta-posi-w3ls h5 {
        font-size: 18px;
        letter-spacing: 0.5px;
    }

    .conta-posi-w3ls p {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

}

@media (max-width: 800px) {
    .hidden-mobile {
        display: none;
    }

    .main-menu-card {
        z-index: 700;
        width: 9%;
        float: right;
        position: relative;
        left: 0;
        top: 10px;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 65px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-header img {
        width: 42px;
    }


    .menu-card .card-body {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .show-mobile li h4 {
        font-size: 15px;
    }

    .show-mobile li h3 {
        font-size: 17px;
        margin-left: 10px;
    }

    .show-mobile li p {
        font-size: 17px;
        margin-left: 10px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-info.sticky-nav {
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem;;
        padding-left: 0.5rem;
    }

    .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-w3ls-6,
    .banner-agile {
        min-height: 500px;
    }

    .banner-text-whtree h5 {
        font-size: 16px;
    }

    .banner-text-whtree p {
        font-size: 13px;
    }

    .pager {
        bottom: 24px;
    }
}

@media (max-width: 768px) {
    .hidden-mobile {
        display: none;
    }

    .main-menu-card {
        z-index: 700;
        width: 9%;
        float: right;
        position: relative;
        left: 0;
        top: 10px;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 65px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-header img {
        width: 42px;
    }

    .menu-card .card-body {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .show-mobile li h4 {
        font-size: 14px;
    }

    .show-mobile li h3 {
        font-size: 16px;
        margin-left: 10px;
    }

    .show-mobile li p {
        font-size: 17px;
        margin-left: 10px;
    }
}

@media (max-width: 736px) {
    .hidden-mobile {
        display: none;
    }

    .main-menu-card {
        z-index: 700;
        width: 10%;
        float: right;
        position: relative;
        left: 0;
        top: 10px;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 65px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-header img {
        width: 42px;
    }


    .menu-card .card-body {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .show-mobile li h4 {
        font-size: 13px;
    }

    .show-mobile li h3 {
        font-size: 15px;
        margin-left: 10px;
    }

    .show-mobile li p {
        font-size: 15px;
        margin-left: 10px;
    }

    .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: 42px;
    }

    .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: 509px;
        height: 287px;
    }
}

@media (max-width: 667px) {
    .hidden-mobile {
        display: none;
    }

    .main-menu-card {
        z-index: 700;
        width: 10%;
        float: right;
        position: relative;
        left: 0;
        top: 10px;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 65px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-header img {
        width: 42px;
    }


    .menu-card .card-body {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .show-mobile li h4 {
        font-size: 12px;
    }

    .show-mobile li h3 {
        font-size: 14px;
        margin-left: 10px;
    }

    .show-mobile li p {
        font-size: 15px;
        margin-left: 10px;
    }

    .faq-w3agile .faq > li > a {
        font-size: 16px;
    }

    .about-bottom {
        right: 14%;
        width: 90%;
    }
}

@media (max-width: 640px) {
    .hidden-mobile {
        display: none;
    }

    .main-menu-card {
        z-index: 700;
        width: 11%;
        float: right;
        position: relative;
        left: 0;
        top: 10px;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 65px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-header img {
        width: 42px;
    }


    .menu-card .card-body {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .show-mobile li h4 {
        font-size: 11px;
    }

    .show-mobile li h3 {
        font-size: 13px;
        margin-left: 10px;
    }

    .show-mobile li p {
        font-size: 15px;
        margin-left: 10px;
    }

    .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) {
    .hidden-mobile {
        display: none;
    }

    .main-menu-card {
        z-index: 700;
        width: 11%;
        float: right;
        position: relative;
        left: 0;
        top: 10px;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 65px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-header img {
        width: 42px;
    }


    .menu-card .card-body {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .show-mobile li h4 {
        font-size: 11px;
    }

    .show-mobile li h3 {
        font-size: 13px;
        margin-left: 10px;
    }

    .show-mobile li p {
        font-size: 15px;
        margin-left: 10px;
    }
}

@media (max-width: 568px) {
    .hidden-mobile {
        display: none;
    }

    .main-menu-card {
        z-index: 700;
        width: 12%;
        float: right;
        position: relative;
        left: 0;
        top: 10px;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 62px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-header img {
        width: 40px;
    }


    .menu-card .card-body {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .mobile-header img {
        width: 80px;
    }

    .right-info-agiles {
        padding: 0 1em;
    }

    .nav-middle i {
        font-size: 24px;
    }

    h3.title {
        font-size: 40px;
    }

    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 h5 {

        font-size: 14px;

    }

    .banner-text-whtree p {
        font-size: 12px;
    }

    .banner-w3ls-1,
    .banner-w3ls-2,
    .banner-w3ls-3,
    .banner-w3ls-4,
    .banner-w3ls-5,
    .banner-w3ls-6,
    .banner-agile {
        min-height: 460px;
    }

    .conta-posi-w3ls {
        top: 38%;
        width: 55%;
        right: 8px;
    }

    .conta-posi-w3ls h5 {
        font-size: 18px;
        letter-spacing: 0.5px;
    }

    .conta-posi-w3ls p {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 480px) {
    .hidden-mobile {
        display: none;
    }

    .main-menu-card {
        z-index: 700;
        width: 12%;
        float: right;
        position: relative;
        left: 0;
        top: 10px;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 62px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-header img {
        width: 40px;
    }

    .menu-card .card-body {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .mobile-header img {
        width: 80px;
    }

    .brands-w3ls ul li i {
        font-size: 37px;
    }

    .conta-posi-w3ls {
        top: 38%;
        width: 60%;
        right: 8px;
    }

    .conta-posi-w3ls h5 {
        font-size: 18px;
        letter-spacing: 0.5px;
    }

    .conta-posi-w3ls p {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    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 h5 {
        font-size: 15px;
    }

    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) {
    .hidden-mobile {
        display: none;
    }

    .main-menu-card {
        z-index: 700;
        width: 13%;
        float: right;
        position: relative;
        left: 0;
        top: 10px;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 62px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-header img {
        width: 40px;
    }

    .menu-card .card-body {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .mobile-header img {
        width: 70px;
    }

    .social-icons,
    .top-head-w3ls h1 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }

    .social-icons {
        margin: 10px 0 5px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem;;
        padding-left: 0.5rem;
    }

    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }

    a.button-head-mow3 {
        padding: 13px 24px;
        font-size: 13px;
    }

    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-w3ls-6,
    .banner-agile {
        min-height: 420px;
    }

    .banner-text-whtree {
        padding-top: 6em;
    }

    .video iframe {
        width: 392px;
        height: 221px;
    }
}

@media (max-width: 414px) {
    .hidden-mobile {
        display: none;
    }

    .main-menu-card {
        z-index: 700;
        width: 13%;
        float: right;
        position: relative;
        left: 0;
        top: 10px;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 60px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-header img {
        width: 37px;
    }

    .menu-card .card-body {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .mobile-header img {
        width: 60px;
    }

    .mobile-header li h3 {
        font-size: 12px;
    }

    .mobile-header li p {
        font-size: 12px;
    }

    .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 h5 {
        font-size: 14px;
    }

    .banner-text-whtree p {
        font-size: 11px;
    }

    .video iframe {
        width: 366px;
        height: 206px;
    }
}

@media (max-width: 384px) {
    .hidden-mobile {
        display: none;
    }

    .main-menu-card {
        z-index: 700;
        width: 15%;
        float: right;
        position: relative;
        left: 0;
        top: 10px;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 53px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-header img {
        width: 32px;
    }
    .menu-card .card-body {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .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-right: 0;
    }

    .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 h5 {
        font-size: 14px;
    }

    .banner-w3ls-1,
    .banner-w3ls-2,
    .banner-w3ls-3,
    .banner-w3ls-4,
    .banner-w3ls-5,
    .banner-w3ls-6,
    .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) {
    .hidden-mobile {
        display: none;
    }

    .main-menu-card {
        z-index: 700;
        width: 14%;
        float: right;
        position: relative;
        left: 0;
        top: 10px;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 53px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-header img {
        width: 33px;
    }

    .menu-card .card-body {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .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) {
    .hidden-mobile {
        display: none;
    }


    .main-menu-card {
        z-index: 700;
        width: 14%;
        float: right;
        position: relative;
        left: 0;
        top: 10px;

    }

    .menu-card {
        border: none;
        opacity: 0.8;
        height: 53px;
        margin-top: 3%;
    }

    .menu-card .card-header {
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-card .card-header img {
        width: 34px;
    }

    .menu-card .card-body {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .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 h5 {
        font-size: 14px;
        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-w3ls-6,
    .banner-agile {
        min-height: 370px;
    }

    .pager {
        left: 40%;
        bottom: 10px;
    }

    .video iframe {
        height: 154px;
    }
}

/*new csss testing*/
.curriculum .nav-pills .nav-link {
    border-bottom: 1px solid gray;
}

.nav-pills > li > a {
    border-radius: 0;
    padding-bottom: 10px;
    padding-top: 10px;

}

.curriculum .nav-pills .nav-link {
    color: #000;
    letter-spacing: 0;
    border-radius: 0;

}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background: #37474F;
    /* background: -moz-linear-gradient(top, #FFB300 0%, #FFC107 66%, #FFA000 100%);
     background: -webkit-linear-gradient(top, #FFB300 0%, #FFC107 66%, #FFA000 100%);
     background: linear-gradient(to bottom, #FFB300 0%, #FFC107 66%, #FFA000 100%);*/
}

.curriculum .tab-content table tbody,
.curriculum .tab-content table thead {
    text-align: center;
}

.curriculum .tab-content table thead {
    background: white;
    text-align: center;
}

.curriculum .tab-content table {
    width: 100%;

}

.curriculum .tab-content table tbody table thead {
    background: white;
}

.curriculum .tab-content table tbody table thead,
.curriculum .tab-content table tbody table tbody {
    text-align: center;
}

.curriculum .tab-content .tab-pane .tab-content .tab-pane table tbody {
    text-align: center;
}

.teacher_guardian_summary .nav .nav-item {
    margin: 10px 10px;
}

/*new csss testing*/

/*  bhoechie tab */

/* {
    box-sizing: border-box
}


/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
}

#advisory_table tbody tr td:first-child {
    width: 10%;
}

#advisory_table tbody tr td:nth-child(2) {
    width: 80%;
}

td table tr td:first-child {
    padding-left: 80px;
    width: 30%;
}

td table tr td:nth-child(2) {
    padding-right: 30px;
    width: 50%;
}

.faculty .modal-header {
    background: #3D9BBF;
    color: #fff;
}

.faculty .modal-header .modal-title {
    margin-top: 30px;
    text-align: center;
    margin-left: 0px;
}

.faculty .modal-header p {
    margin: 0px;
    text-align: center;
    color: #fff;
}

.faculty .modal-body .list {
    list-style: none;
    margin-bottom: 20px;
}

.faculty .modal-body .list li {
    margin-left: 20px;

}

.faculty .modal-body .list li h4 {
    font-weight: bold;
    margin-bottom: 15px;
}

.faculty .modal-body .list li h5 {

    margin-bottom: 10px;
}

.stud_topper .card-deck .card {
    background: rgba(232, 229, 226, 0.47);

}

.stud_topper .stud_box {
    border: 1px solid gray;
    box-shadow: 3px 3px 10px grey;
}

.placement tr td table tr td:first-child {
    width: 10%;
    padding-left: 20px;

}

.placement {
    border: 1px solid gray;

}

.internship {
    width: 100%;
}

.internship thead tr td {
    padding: 10px;
}

.internship tbody tr td {
    padding: 10px;
}

.teacher_guardian .card-body .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #3dc5df;
    color: white;
}

.teacher_guardian .card-body h4 {
    text-align: center;
}

.teacher_guardian {
    border: none;
}

.teacher_guardian .card-body h4 {
    margin-bottom: 20px;
}

.card-header.collapse.show {
    display: block;

}

.teacher_guardian .card-header {
    padding: 10px 5px;
    background: white;
    color: black;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid black;
    width: 100%;
}

/*.teacher_guardian .card-body table
{
    width:100%;
}
.teacher_guardian .card-body table tbody
{
    text-align:left;
}*/
.teacher_guardian .card-header:hover {
    padding: 10px 5px;
    background: rgba(233, 233, 233, 0.36);
    color: black;
    font-weight: bold;
    text-shadow: 2px 2px 10px gray;

}

/*.teacher_guardian table tbody tr td
 {
     padding:8px;

 }
.teacher_guardian table
{
    width:80%;
    margin: 0 auto;
    border: 1px solid black;
}
.teacher_guardian table thead tr th
{
    background: rgba(191, 191, 191, 0.51);
    color:black;
    padding:8px;
    font-weight: bold;
}
.teacher_guardian table thead
{
    text-align: center;
}
*/
.all_table tbody tr {
    border-bottom: 1px solid gray;
}

.all_table tbody tr td table tr {
    border-bottom: none;

}

.all_table thead tr th /*1*/
{
    /* background: rgba(32, 115, 191, 0.15);*/

    color: #fff;
    padding: 8px;
    font-weight: bold;
    background: #455A64;

}

.table_second_heading /*2*/
{
    background: rgba(191, 191, 191, 0.51);
    color: black;
    padding: 8px;
    font-weight: bold;
}

.all_table table thead tr th /*3*/
{
    background: rgba(191, 191, 191, 0.51);
    color: black;
    padding: 8px;
    font-weight: bold;
}

.all_table tbody tr td a {
    color: #000051;
}

.publication_table tbody tr td:nth-child(1),
.publication_table tbody tr td:nth-child(3),
.publication_table tbody tr td:nth-child(6) {
    text-align: center;
}

.listing_points li {
    margin-bottom: 15px;
    margin-left: 20px;
    text-align: justify;
    width: 90%;

}

.import,
.placement_vision h4,
.placement_vision p {
    width: 80%;
    text-align: justify;
    margin: 0 auto;
}

.chart-container {
    width: 80%;
    height: 700px;
    margin: 0 auto;

}

.pie-chart-container {
    height: 600px;
    width: 600px;
    float: left;

}

.listing_size li {
    padding: 5px 10px;
}

.course_details .card .card-header {
    padding-top: 5px;
    padding-bottom: 0px;

}

.course_details .card .card-header h4 {
    font-family: Georgia;
}

.course_details .card .card-body h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
    font-family: Georgia;
}

.course_details .card {
    box-shadow: 5px 5px 10px gray;
}

.course_details .card .card-body ol {
    padding-top: 5px;
}

.course_details .card .card-body ol li {
    font-family: Georgia;

}

.dropdown-menu li a {
    color: #000;
}

.dropdown-menu .dropdown-item {
    text-align: left;

}

/*dropdown sub menu*/
.dropdown-submenu {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu:hover {
    background: #ff0c4f;
    padding-top: 5px;
    padding-bottom: 5px;
}

.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: 7px;
    margin-right: 37px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*dropdown sub menu*/

/*dropdown side menu*/
.dropdown-sidemenu {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-sidemenu > .dropdown-menu {
    top: 100%;
    left: 50%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;

}

.dropdown-sidemenu > .dropdown-menu .dropdown-item a {
    color: white;
}

.dropdown-sidemenu > .dropdown-menu .dropdown-item {
    border-bottom: 1px solid white;
}

.dropdown-sidemenu > .dropdown-menu .dropdown-item:first-child {
    border-top: 1px solid white;
}

.dropdown-sidemenu:hover > .dropdown-menu {
    display: block;
    color: black;
    background: #37474F;

}

.dropdown-menu:hover > .dropdown-item a {
    color: black;
}

.dropdown-sidemenu:hover {
    background: #37474F;
    padding-top: 0;
    padding-bottom: 0px;
}

.dropdown-sidemenu > 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: 7px;
    margin-right: 37px;
}

.dropdown-sidemenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-sidemenu.pull-left {
    float: left;
}

.dropdown-sidemenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*//dropdown side menu*/
.accreditation {
    width: 70%;
    background: rgba(255, 174, 25, 0.88);
    /*background: rgba(255, 12, 79, 0.75);*/
    margin: 20px auto;
    box-shadow: 5px 5px 10px gray;
}

.accreditation h2 {
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

.scenes img {
    width: 80%;
    margin: 15px auto;
    border: 2px solid #4486ad;
    transform: rotateY(0deg);
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}

.scenes h5 {
    padding-bottom: 2px;
}

.scenes img:hover {
    -webkit-transform: rotateY(180deg); /* Safari */
    transform: rotateY(180deg);
}

.faculty_rotate .row {
    padding-top: 20px;
    padding-bottom: 50px;
}

.faculty_rotate .scenes a {
    color: #000;
    padding-top: 20px;
}

.flow_chart div:nth-child(2),
.flow_chart div:nth-child(4),
.flow_chart div:nth-child(6),
.flow_chart div:nth-child(8),
.flow_chart div:nth-child(10),
.flow_chart div:nth-child(12),
.flow_chart div:nth-child(14),
.flow_chart div:nth-child(16),
.flow_chart div:nth-child(18),
.flow_chart div:nth-child(20),
.flow_chart div:nth-child(22),
.flow_chart div:nth-child(24),
.flow_chart div:nth-child(26),
.flow_chart div:nth-child(28) {
    margin: 0 auto;
    padding: 20px 0;
    border: 1px solid black;
    border-radius: 50px;
    width: 50%;
    background: rgba(255, 232, 202, 0.5);
    text-align: center;
    font-weight: bold;

}

.flow_chart div:nth-child(4),
.flow_chart div:nth-child(8),
.flow_chart div:nth-child(12),
.flow_chart div:nth-child(16),
.flow_chart div:nth-child(20),
.flow_chart div:nth-child(24),
.flow_chart div:nth-child(28) {
    background: rgba(148, 182, 255, 0.5);
}

.important_links .list-group .list-group-item {
    font-size: 18px;
    color: #4055aa;

}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background: #b4004e;
}

.important_links li {
    padding: 20px 5px 0px 10px;
}

.important_links li a {
    font-size: 18px;

}

.important_links li a:hover {
    color: black;
}

.important_links li a span {
    font-size: 23px;
    font-weight: bold;

}

.recruiters .card h4 {
    display: none;
    padding-bottom: 10px;
}

.card_rows .row {
    margin-bottom: 15px;
}

.card_rows .row .card {
    box-shadow: 3px 3px 10px gray;
    border-radius: 10px;

}

.data_modal table tr td:first-child {
    width: 30%;
}

.breadcrumb {
    /*background: linear-gradient(to bottom right, #00aa9b, #28b1a5, #5fe3d9);*/
    /*background: #2e455db3;*/
    border-bottom: 1px solid black;
    color: white;
    border-radius: 0;
    height: 45px;
    line-height: 22px;

}

.breadcrumb li.active {
    color: black;
    font-weight: bold;
}

.breadcrumb .breadcrumb-item {
    color: #000;
    font-weight: bold;

}

.breadcrumb .breadcrumb-item a {
    color: #000;

}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;

    background-color: rgba(52, 65, 168, 0.92);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {

    color: white;
    background-color: #1f2b6f;
    border-color: #dee2e6 #dee2e6 #fff;
}

.mobile-header {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

.mobile-header li {
    float: left;
    display: inline;
}

.admission_open marquee {
    background: #b4004e;
    height: 30px;
    line-height: 30px;
    z-index: 777;
    position: fixed;
    top: 100%;
    color: #fff;
}

.lighting {
    animation-name: lighting;
    animation-iteration-count: infinite;
    animation-duration: 1s;

}

@keyframes lighting {
    0% {
        color: lightgreen
    }
    25% {
        color: #eff105
    }
    50% {
        color: lightgreen
    }
    75% {
        color: #ff50fd
    }
    100% {
        color: #10ecff
    }
}

.home-page-content {
    border: 1px solid gray;
    box-shadow: 2px 2px 5px 2px gray;
    border-radius: 10px;
    transition: transform 1s, box-shadow 0.5s;
}

.home-page-content:hover {
    transform: scale(0.99, 0.99);
    box-shadow: none;
}

.our-recruiters {
    /*background: linear-gradient(to right, #356b68, #59a7a4, #6fc9c6);*/
    background: rgba(250, 250, 250, 0.62);
    box-shadow: 1px 1px 8px gray;
    margin-left: 10px;
    margin-right: 10px;
}

.latest-news {
    /*background: linear-gradient(to right, #926714, #eba521, #eba521);*/
    background: rgba(250, 250, 250, 0.62);
    box-shadow: 3px 3px 3px 3px gray;
    margin-left: 10px;
    margin-right: 10px;
}

.facilities .card img {
    transition: transform 1s;
}

.facilities .card img:hover {
    transform: scale(1.1, 1.1);

}

.menu-card:hover,
.menu-card .card-body .show > p {
    /*background: rgba(255, 12, 79, 0.45);*/
    background: rgba(28, 35, 62, 0.9);
    color: white;
}

.tab-content .tab-pane h3 {
    color: #b4004e;
}

.icon-amber800 {
    color: #ffffff;
}

.icon-black {
    color: black;
}

.text-indent {
    text-indent: 30px;
}

.bg-pink {
    background: #d26edf;
}

.bg-brown {
    background: rgba(174, 44, 44, 0.69);
}

.bg-lightblue {
    background: lightblue;
}

.border h5 {
    color: #000051;
}

.button-background {
    background-color: #880E4F !important;
}

.new-border {
    box-shadow: -4px 0 5px -6px black;
}

.slider-small-carousel {
    z-index: 700;
    opacity: 0.8;
    position: absolute;
    top: 20%;
    left: 5%;
    width: 18%;
    height: 260px;
    border-radius: 150px;
    border: 2px solid white;
    padding: 15px 10px;
    overflow: hidden;
}

.slider-small-carousel .carousel-inner {

}
