html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

p {
    letter-spacing: 1px;
    font-size: 1em;
    line-height: 1.9em;
    color: #777;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-default {
    background-color: #ffffff;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.nav_top_fx_w3layouts_agileits {
    margin: 0 auto;
    width: 88%;
}

.navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
    color: #000;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navbar-brand img {
    height: 100px;
    margin-right: 10px;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.brand-title {
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.navbar-brand .desc {
    font-size: 12px;
    color: #666;
}

.about-brief-section {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}

.heading-wrapper-brief {
    margin: 0 auto;
    text-align: left;
}

.subheading-brief {
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    color: #111;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.title-brief {
    font-size: 38px;
    font-weight: 800;
    padding-left: 20px;
    padding-right: 20px;
    color: #f05454;
    margin-bottom: 25px;
    line-height: 1.3;
}

.paragraph-brief {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

@media (max-width: 767.98px) {
    .title-brief {
        font-size: 28px;
        text-align: center;
    }
    .subheading-brief {
        text-align: center;
    }
    .heading-wrapper-brief {
        padding: 0 10px;
    }
    .paragraph-brief {
        font-size: 15px;
        text-align: justify;
    }
}

.navbar-default .navbar-brand {
    color: #272c2f;
}

.logo_wthree_agile {
    margin-top: 1em;
}

.navbar-nav>li>a {
    padding: 35px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8em;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a {
    color: #27292b;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #ff4c00;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #272c2f;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #ff4c00;
}

span.desc {
    font-size: 0.38em;
    display: block;
    font-weight: 300;
    color: #818182;
    letter-spacing: 1px;
    text-transform: initial;
}

/* Banner carousel */
.carousel .item {
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(/images/banner1.png) no-repeat;
    background-size: cover;
}

.carousel .item.item2 {
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(/images/banner2.png) no-repeat;
    background-size: cover;
}

.carousel .item.item3 {
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(/images/banner3.png) no-repeat;
    background-size: cover;
}

.carousel .item.item4 {
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(/images/banner4.png) no-repeat;
    background-size: cover;
}

.carousel-caption h2,
.carousel-caption h3 {
    font-size: 5.2em;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4em;
}

.carousel-caption a {
    color: #fff;
    letter-spacing: 1px;
    padding: 15px 15px;
    background: none;
    font-size: 0.9em;
    border-radius: 0;
    border: 1px solid #fff;
    background: #ff4c00;
}

.carousel-caption a:hover {
    border: solid 2px #0f9d58;
    background-color: #0f9d58;
}

.carousel-indicators {
    bottom: 17%;
    left: 18%;
}

.carousel-caption {
    position: inherit;
    min-height: 750px !important;
    padding-top: 14em;
    text-align: left;
    width: 59%;
}

.bnr-button {
    margin-top: 2em;
}

.carousel-control {
    line-height: 42em;
}

.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 3px;
    border: 2px solid #fff;
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0 3px;
    border: 2px solid #0f9d58;
    background: #0f9d58;
}

.bnr-button a {
    text-decoration: none;
    padding: 1.2em 3em;
    text-align: center;
    border: solid 2px #ff4c00;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.9em;
    display: inline-block;
}

.bnr-button a:hover {
    border: solid 2px #0f9d58;
    background-color: #0f9d58;
}

/* Banner bottom sections */
.banner_bottom_left h4 {
    font-size: 1.5em;
    color: #3c3c3c;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.banner_bottom_left p {
    margin-bottom: 3em;
}

.banner_bottom {
    padding: 7em 0;
}

.banner_bottom_left {
    margin-top: 4em;
}

.help_full {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.ab_button {
    margin-top: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ab_button a {
    padding: 0.8em 2em;
    color: #222;
    font-size: 0.8em;
    letter-spacing: 1px;
    background: none;
    border: 2px solid #0087b4;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s all;
}

.ab_button a:hover {
    background: #0087b4;
    border: 2px solid #0087b4;
    color: #fff;
}

h3.tittle_w3_agileinfo {
    color: #272c2f;
    font-size: 3em;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: .7em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
}

h3.tittle_w3_agileinfo.cen {
    color: #fff;
    text-align: center;
}

.inner_sec_info_w3layouts {
    margin-top: 4em;
}

.last-img-info-text {
    margin-top: 2em;
}

.last-img-info {
    text-align: center;
    padding-top: 100px;
}

.banner_bottom_grid_right h4,
.last-img-info-text h4 {
    font-size: 1.2em;
    margin-bottom: .7em;
    font-weight: 600;
    color: #222222;
    letter-spacing: 1px;
}

/* Dodecagon shapes */
.dodecagon {
    display: inline-block;
    width: 6em;
    height: 7em;
    position: relative;
    overflow: hidden;
    transform: rotate(60deg);
}

.dodecagon-in {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    transform: rotate(-120deg);
}

.dodecagon-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transform: rotate(60deg);
}

.dodecagon-bg, .octagon-bg {
    background-color: #0f9d58;
}

/* Team dodecagons */
.dodecagon-bg.t1, .octagon-bg.t1,
.dodecagon-bg.t2, .octagon-bg.t2,
.dodecagon-bg.t3, .octagon-bg.t3,
.dodecagon-bg.t4, .octagon-bg.t4 {
    background: url(/images/team/diksha.png) no-repeat 0px 0px;
    background-size: cover;
}

.dodecagon-bg.t2, .octagon-bg.t2 {
    background: url(/images/team/harsha.png) no-repeat 0px 0px;
    background-size: cover;
}

.dodecagon-bg.t3, .octagon-bg.t3 {
    background: url(/images/team/pratiksha.png) no-repeat 0px 0px;
    background-size: cover;
}

.dodecagon-bg.t4, .octagon-bg.t4 {
    background: url(/images/team/diksha.png) no-repeat 0px 0px;
    background-size: cover;
}

.dodecagon.t2, .dodecagon.t3, .dodecagon.t4, .dodecagon.t1 {
    width: 14em;
    height: 16em;
}

/* Project dodecagons */
.dodecagon-bg.l1, .octagon-bg.l1,
.dodecagon-bg.l2, .octagon-bg.l2 {
    background: url(/images/project/2.png) no-repeat 0px 0px;
    background-size: cover;
}

.dodecagon-bg.l2, .octagon-bg.l2 {
    background: url(/images/project/1.png) no-repeat 0px 0px;
    background-size: cover;
}

.dodecagon.l1, .dodecagon.l2 {
    width: 15em;
    height: 18em;
}

/* Event dodecagons */
.dodecagon-bg.l3, .octagon-bg.l3,
.dodecagon-bg.l4, .octagon-bg.l4 {
    background: url(/images/event/9.png) no-repeat 0px 0px;
    background-size: cover;
}

.dodecagon-bg.l4, .octagon-bg.l4 {
    background: url(/images/event/10.png) no-repeat 0px 0px;
    background-size: cover;
}

.dodecagon.l3, .dodecagon.l4 {
    width: 15em;
    height: 18em;
}

/* Team section */
.photo-grid h3 {
    margin: 26px 0 10px 0;
    color: #475258;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 1px;
}

.photo-grid.text-center p {
    color: #99a3a9;
    font-weight: 600;
    font-size: 0.9em;
    font-style: italic;
}

.ser-first {
    margin-top: 5em;
}

/* Gallery section */
.banner_bottom.proj {
    background: #f7f7f7;
}

.portfolio-categ li {
    display: inline;
    margin-right: 10px;
}

.portfolio-categ.filter {
    text-align: center;
}

.portfolio-categ.filter a {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 15px;
    color: #555;
    font-weight: 600;
}

.portfolio-categ.filter .active a {
    color: #0f9d58;
}

.portfolio-area {
    list-style: none;
}

.portfolio-item2 {
    float: left;
    width: 25%;
    padding: 3px;
    list-style: none;
}

.portfolio-item2 img {
    width: 100%;
}

.image-block {
    display: block;
}

/* Events coming section */
.events-coming {
    background: linear-gradient(rgba(23, 22, 23, 0.7), rgba(23, 22, 23, 0.7)), url(/images/banner1.png) no-repeat;
    background-size: cover;
    padding: 6em 0;
}

/* Single / read page */
p.read_para {
    margin: 2em 0;
    line-height: 2em;
}

p.read_para i {
    color: #0f9d58;
}

.banner-inner-page {
    background: url(/images/banner1.png) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
}

.read_img img {
    width: 100%;
}

/* Title */
.title-agileits {
    text-align: center;
    margin: 3em 0 2em;
}

.title-agileits h3 {
    font-size: 2em;
    color: #272c2f;
    font-weight: 700;
    letter-spacing: 2px;
}

/* Gallery grid */
.agileinfo_gallery_grids {
    margin: 2em 0;
}

.w3_tabs_grid {
    margin-bottom: 20px;
}

.grid figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.grid figure img {
    width: 100%;
    display: block;
}

.effect-winston figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    opacity: 0;
    transition: 0.3s all;
    text-align: center;
}

.grid figure:hover figcaption {
    opacity: 1;
}

.effect-winston figcaption p span {
    color: #fff;
    margin: 0 5px;
    font-size: 16px;
}

/* Scroll to top */
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: #0f9d58;
    border-radius: 50%;
}

/* Responsive */
@media(max-width:1440px) {
    .banner_bottom { padding: 6em 0; }
    h3.tittle_w3_agileinfo { font-size: 2.8em; }
    .carousel-caption { min-height: 700px !important; padding-top: 13em; width: 60%; }
    .carousel-indicators { bottom: 17%; left: 11%; }
}

@media(max-width:1366px) {
    .carousel-caption h2, .carousel-caption h3 { font-size: 4.5em; letter-spacing: 1px; }
}

@media(max-width:1280px) {
    .banner_bottom { padding: 5em 0; }
}

@media(max-width:1080px) {
    .carousel-caption { min-height: 630px !important; padding-top: 12em; }
    .dodecagon.t2, .dodecagon.t3, .dodecagon.t4, .dodecagon.t1 { width: 12em; height: 14em; }
    .dodecagon.l1, .dodecagon.l2 { width: 12em; height: 15em; }
    h3.tittle_w3_agileinfo { font-size: 2.5em; }
}

@media(max-width:991px) {
    .photo-grid.text-center { float: left; width: 49%; }
    .last-img-info { float: left; margin-top: 2em; padding-top: 1px; }
    .carousel-caption { width: 73%; }
    .events-coming { padding: 4em 0; }
}

@media(max-width:900px) {
    .carousel-caption h2, .carousel-caption h3 { font-size: 3em; }
    .carousel-caption { min-height: 555px !important; padding-top: 10em; }
}

@media(max-width:800px) {
    .carousel-caption { min-height: 530px !important; padding-top: 10em; }
    .carousel-caption h2, .carousel-caption h3 { font-size: 2.8em; }
    .banner_bottom_left { text-align: center; margin-top: 2em; }
}

@media(max-width:767px) {
    .navbar-nav { float: none; margin: 0; }
    .navbar-toggle { position: relative; float: right; padding: 10px 10px; margin-top: 9px; background-color: transparent; border: 1px solid rgba(74, 72, 72, 0); border-radius: 0px; }
    .navbar-default .navbar-toggle { border-color: #b1aaaa; }
    .navbar-default .navbar-toggle .icon-bar { background-color: #0f9d58; }
    ul.nav.navbar-nav { margin-top: 1em; text-align: center; }
    .navbar-nav>li>a { padding: 10px 18px; letter-spacing: 1px; font-size: 0.8em; }
    .carousel-caption { width: 65%; }
    .inner_sec_info_w3layouts { margin-top: 3em; }
    .portfolio-item2 { width: 33.33%; }
}

@media(max-width:640px) {
    h3.tittle_w3_agileinfo { font-size: 2.2em; }
    .carousel-caption h2, .carousel-caption h3 { font-size: 2.4em; }
    p { font-size: 0.9em; }
}

@media(max-width:568px) {
    .carousel-caption { min-height: 430px !important; padding-top: 8em; }
    h3.tittle_w3_agileinfo { font-size: 2em; }
    .banner_bottom { padding: 3em 0; }
    .dodecagon.t2, .dodecagon.t3, .dodecagon.t4, .dodecagon.t1 { width: 12em; height: 14em; }
    .dodecagon.l1, .dodecagon.l2 { width: 9em; height: 12em; }
}

@media(max-width:480px) {
    .carousel-caption h2, .carousel-caption h3 { font-size: 2.2em; }
    .banner_bottom_left { text-align: center; margin-top: 2em; padding: 0; }
    .carousel-caption { min-height: 400px !important; padding-top: 8em; width: 93%; }
    .dodecagon.t2, .dodecagon.t3, .dodecagon.t4, .dodecagon.t1 { width: 9em; height: 11em; }
    .portfolio-item2 { width: 50%; }
}

@media(max-width:440px) {
    .carousel-caption h2, .carousel-caption h3 { font-size: 1.6em; }
    h3.tittle_w3_agileinfo { font-size: 1.7em; letter-spacing: 1px; }
    .photo-grid.text-center { float: left; width: 100%; }
}

@media(max-width:375px) {
    .carousel-caption { min-height: 369px !important; padding-top: 9em; }
    .carousel-caption h2, .carousel-caption h3 { font-size: 1.5em; }
    .help_full { width: 90%; }
    h3.tittle_w3_agileinfo { font-size: 1.6em; }
}

@media(max-width:320px) {
    .carousel-caption h2, .carousel-caption h3 { font-size: 1.5em; }
    .carousel-caption { min-height: 335px !important; padding-top: 8em; }
    .banner_bottom { padding: 2.3em 0; }
    .dodecagon.l1, .dodecagon.l2 { width: 5em; height: 9em; }
}

/* Simply countdown */
.simply-countdown-custom {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 2em;
}

.simply-countdown-custom > div {
    text-align: center;
    color: #fff;
}

.simply-countdown-custom .simply-amount {
    font-size: 3em;
    font-weight: 700;
}

.simply-countdown-custom .simply-word {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Rslides (about section slider) */
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
}

.respon_info_img {
    float: left;
    width: 40%;
}

.respon_info_img img {
    width: 100%;
}

.banner_bottom_left {
    margin-top: 2em;
}
