/*--
	
--*/


/*-- Reset-Code --*/

body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus,
a:hover {
    text-decoration: none;
}


input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Cabin', sans-serif;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

img {
    vertical-align: middle;
    width: 80%;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}


/*-- //Reset-Code --*/


/*-- //nav-effect --*/

.header {
    background: #168eea;
}




.header-bottom {
    position: absolute;
    padding: 1em 0;
    z-index: 999;
    width: 100%;
}


.logo {
    margin-top: 1em;
}

.logo a i {
    padding: 0 6px;
}

.logo p {
    display: block;
    color: #ececec;
    line-height: 9px;
    text-align: center;
    letter-spacing: 5px;
    font-size: 12px;
}


/*-- search --*/

.head-search {
    position: absolute;
    right: 2%;
    top: 28%;
    width: 20%;
}

.formborder {
    border-bottom: 1px solid #fff;
}

.head-search input[type="text"] {
    background: none;
    border: none;
    color: #fff;
    padding: .8em 0 .4em 0;
    outline: none;
    width: 88%;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.head-search input[type="submit"] {
    background: url(../images/search.png)no-repeat 0px 0px;
    width: 33px;
    height: 27px;
    display: inline-block;
    outline: none;
    border: none;
    vertical-align: -webkit-baseline-middle;
}


/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */

.header-logo {
    z-index: 501;
    display: inline-block;
    margin: 0;
    padding: 0: absolute;
    left: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-logo img {
    width: 170px;
    height: 120px;
}


/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */

.header-nav {
    z-index: 600;
    font-size: 1.6rem;
    line-height: 1.875;
    padding: 3.6rem 3rem 3.6rem 6rem;
    height: 100%;
    width: 50%;
    background: #0C0C0C;
    color: rgba(255, 255, 255, 0.25);
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0.3, 0, 1);
    transition: all 0.5s cubic-bezier(0.7, 0.3, 0, 1);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
}

.header-nav a,
.header-nav a:visited {
    color: rgba(255, 255, 255, 0.5);
}

.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
    color: white;
}

.header-nav h3 {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .4rem;
    margin-bottom: 7.2rem;
    margin-top: 1.2rem;
    padding-right: 140px;
    color: #ff8000;
    position: relative;
}

.header-nav h3::after {
    content: "";
    display: block;
    height: 1px;
    width: 110px;
    background-color: #ff8000;
    position: absolute;
    top: 50%;
    right: 0;
}

.header-nav p {
    margin-bottom: 2.7rem;
}

.header-nav__content,
.header-nav h3 {
    left: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.header-nav__content {
    position: relative;
    max-width: 300px;
}

.header-nav__list {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.286;
    margin: 0 0 4.2rem 0;
    padding: 0;
    list-style: none;
    counter-reset: ctr;
}

.header-nav__list li {
    padding: .9rem 0;
}

.header-nav__list a {
    display: block;
    color: #FFFFFF;
    position: relative;
}

.header-nav__list a::before {
    display: block;
    content: counter(ctr, decimal-leading-zero) ".";
    counter-increment: ctr;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.header-nav__list a:hover::before {
    color: #ff8000;
}

.header-nav__list .current a::before {
    color: #ff8000;
}

.header-nav__social {
    list-style: none;
    display: inline-block;
    font-size: 2.4rem;
    margin: 0;
}

.header-nav__social li {
    display: inline-block;
    margin-right: 12px;
    padding-left: 0;
}

.header-nav__social li a {
    color: rgba(255, 255, 255, 0.15);
}

.header-nav__social li a:hover,
.header-nav__social li a:focus {
    color: white;
}

.header-nav__social li:last-child {
    margin: 0;
}

.header-nav__close {
    z-index: 601;
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 39px;
    right: 30px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.header-nav__close span::before,
.header-nav__close span::after {
    content: "";
    display: block;
    height: 2px;
    width: 16px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -1px;
}

.header-nav__close span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-nav__close span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* menu is open
 * ----------------------------------------------- */

.menu-is-open .header-nav {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content,
.menu-is-open .header-nav h3 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    left: 0;
}


/* ------------------------------------------------------------------- 
 * ## mobile menu toggle 
 * ------------------------------------------------------------------- */

.header-menu-toggle {
    width: 48px;
    height: 45px;
    line-height: 45px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5rem;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: fixed;
    right: 8rem;
    top: 30px;
}

.header-menu-toggle.opaque {
    background-color: #000000;
}

.header-menu-icon {
    display: block;
    width: 26px;
    height: 2px;
    margin-top: -1px;
    right: auto;
    bottom: auto;
    background-color: white;
    position: absolute;
    left: 11px;
    top: 50%;
}

.header-menu-icon::before,
.header-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
}

.header-menu-icon::before {
    top: -9px;
}

.header-menu-icon::after {
    bottom: -9px;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */

@media only screen and (max-width:1200px) {
    .header-logo {
        left: 60px;
    }
    .header-menu-toggle {
        right: 60px;
    }
}

@media only screen and (max-width:900px) {
    .header-nav h3 {
        padding-right: 0;
    }
    .header-nav h3::after {
        display: none;
    }
    .header-nav__content {
        max-width: 280px;
    }
    .header-nav__list {
        font-size: 2.5rem;
    }
    .header-nav__list li {
        padding: .6rem 0;
    }
}

@media only screen and (max-width:800px) {
    .header-logo {
        left: 40px;
    }
    .header-nav {
        width: calc(100% - 80px);
        padding: 3.6rem 3rem 3.6rem 5rem;
    }
    .header-menu-toggle {
        right: 40px;
    }
}

@media only screen and (max-width:600px) {
    .s-header {
        height: 90px;
        top: 12px;
    }
    .header-nav {
        padding: 3.6rem 3rem 3.6rem 4rem;
    }
    .header-menu-toggle {
        top: 27px;
        right: 25px;
    }
}

@media only screen and (max-width:400px) {
    .s-header {
        top: 6px;
    }
    .header-logo {
        left: 30px;
    }
    .header-logo img {
        width: 90px;
        height: 35px;
    }
    .header-nav {
        width: calc(100% - 40px);
    }
    .header-nav h3 {
        margin-bottom: 6rem;
    }
    .header-nav__list {
        font-size: 2.2rem;
    }
    .header-menu-toggle {
        top: 21px;
        right: 20px;
    }
    .header-nav__social {
        font-size: 2.2rem;
    }
}


/* ===================================================================
 * # logo
 *




/*-- //search --*/


/*-- //header --*/


/* placeholder */

.head-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.head-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.head-search ::-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.head-search ::-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}


/* placeholder */


/*-- modal --*/

.modal-content img {
    width: 100%;
}

.modal-content h4 {
    color: #bc0023;
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
}

.modal-header h3 {
    text-align: center;
    font-size: 35px;
    color: #000;
}

.modal-header .close {
    margin-top: -44px;
}

.modal-content p {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 20px 30px;
}

.modal-dialog {
    margin: 109px auto;
}


/*-- //modal --*/


/*-- main --*/

.banner-overlay-agileinfo {
    background: url(../images/overlay.png)repeat;
    padding: 0em 0 13.2em 0;
}

h2.tittle-agileits-w3layouts,
h3.tittle-agileits-w3layouts {
    color: #000;
    font-size: 36px;
    text-transform: ;
    letter-spacing: 1px;
    margin-bottom: 0.8em;
}

h2.tittle-agileits-w3layouts span,
h3.tittle-agileits-w3layouts span {
    color: #f5b120;
}

p.para-w3-agile {
    color: #777;
    font-size: 15px;
    line-height: 33px;
}



.white-w3ls {
    color: #fff!important;
}


/*-- //button-hover-effect --*/

.wthree_banner_info {
    width: 60%;
    margin: 0em auto 0;
    text-align: center;
    padding-top: 13em;
}

.wthree_banner_info h2 {
    font-size: 3em;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 2em;
}

.wthree_banner_info h2 span {
    display: block;
    font-size: .4em;
    line-height: 1.4em;
    width: 15%;
    margin: 0 auto;
    background: #efb312;
}

ul.agile_forms {
    float: right;
}

ul.agile_forms li a {
    background: #0ac876;
    color: #fff;
    font-size: 0.9em;
    padding: 8px 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
}

ul.agile_forms li a:hover {
    background: #efb312;
}

ul.agile_forms li {
    display: inline-block;
    list-style: none;
}


/*-- //banner --*/


/*-- banner-top --*/

.w3layouts-banner-top {
    background: url(../img/1_1000x700.jpg) no-repeat 0px 0px;
    background-size: 100% 100%;
}


.w3layouts-banner-top1 {
    background: url(../img/2.jpg) no-repeat 0px 0px;
    background-size: 100% 100%;
}

.w3layouts-banner-top2 {
    background: url(../img/3.jpg) no-repeat 0px 0px;
    background-size: 100% 100%;
}

.bannerimg {
    /*-- background: url(../img/posillos-todos.png) no-repeat 0px 0px;--*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 400px;
    margin: 15em 0 0;
}

.bannerimg1 {
    /*--background: url(../img/p_kalua.png) no-repeat 0px 0px;--*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 400px;
    margin: 15em 0 0;
}

.bannerimg2 {
    /*--background: url(../img/yogolin_mix_slider.png) no-repeat 0px 0px;--*/
    background-size: 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 400px;
    margin: 15em 0 0;
}

.bannerimg3 {
    /*--background: url(../img/orange.png) no-repeat 0px 0px;--*/
    background-size: 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 400px;
    margin: 15em 0 0;
}

.w3layouts-banner-top3 {
    min-height: 770px;
    background: #2dde98;
}

.agileits-banner-info h3 {
    color: #fff;
    font-size: 4.5em;
    line-height: 75px;
    margin: 0em 0 0em 0;
    letter-spacing: 2px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgb(12, 12, 12);
    -webkit-text-shadow: 1px 1px 2px rgb(12, 12, 12);
    -o-text-shadow: 1px 1px 2px rgb(12, 12, 12);
    -moz-text-shadow: 1px 1px 2px rgb(12, 12, 12);
}

.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #274edf;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.banner-silder .hvr-shutter-in-vertical {
    background: #ffffff;
}

.banner-silder .hvr-shutter-in-vertical:before {
    background: #ffffff;
}

.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00498a;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 30px;
}

.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
    color: white;
}

.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.more {
    margin-top: 2.2em;
}

.more a {
    padding: 14px 30px;
    color: #fff;
    border-radius: 30px;
    letter-spacing: 2px;
    border: none;
    outline: none;
    text-transform: uppercase;
}

.banner-silder .more a {
    color: #444;
}

.more a:hover {
    background-color: #001794;
    color: #FFF;
}

.agileits-banner-info {
    padding: 18em 0 0em;
}

.agileits-banner-info p {
    color: #e2dfdf;
    font-size: 1.2em;
    line-height: 1.9em;
    letter-spacing: 5px;
    font-weight: 600;
    text-transform: ;
}

.agileits_w3layouts_more {
    position: relative;
}

.agileits_w3layouts_more a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
}


/*-- //banner-top --*/


/*-- about --*/

.about,
.service-w3ls,
.team,
.subscribe,
.clients {
    padding: 7em 0;
}

h2.heading{
    text-align: center;
    font-size: 20px;
    margin-bottom: 1em;
    color: #000;
}

h3.heading {
    text-align: center;
    font-size: 42px;
    margin-bottom: 1em;
    color: #000;
}

.about h3 {
    font-size: 28px;
    color: #001a49;
    margin-bottom: .4em;
}

.aboutleft p {
    font-size: 15px;
    letter-spacing: .5px;
    color: #000;
    line-height: 28px;
    margin: 2em 0 0;
}


/*-- //about --*/


/* services */


/*-- services section --*/

.service-w3ls h2.heading {
    color: #fff;
    text-shadow: 1px 0 0 #001a49, -1px 0 0 #001a49, 0 1px 0 #001a49, 0 -1px 0 #001a49, 1px 1px #001a49, -1px -1px 0 #001a49, 1px -1px 0 #001a49, -1px 1px 0 #001a49;
    text-align: center;
}

.service-w3ls h3.heading {
    color: #fff;
    text-shadow: 1px 0 0 #001a49, -1px 0 0 #001a49, 0 1px 0 #001a49, 0 -1px 0 #001a49, 1px 1px #001a49, -1px -1px 0 #001a49, 1px -1px 0 #001a49, -1px 1px 0 #001a49;
}

section.service-w3ls {
    /*--background-color: #00498a;--*/
    background: url(../img/slides/azul.jpg) no-repeat 0px 0px;
    background-size: cover;
}

.ch-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

.ch-grid div {
    width: 200px;
    height: 200px;
    display: inline-block;
    margin: 0 auto;
}

section.service-w3ls h4 {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 0 0 #001a49, -1px 0 0 #001a49, 0 1px 0 #001a49, 0 -1px 0 #001a49, 1px 1px #001a49, -1px -1px 0 #001a49, 1px -1px 0 #001a49, -1px 1px 0 #001a49;
    text-align: center;
    padding: 10px 0 15px;
}


/*-- /services section --*/


/* services2 */


/*-- services2 section --*/

.service2-w3ls h2.heading {
    color: #fff;
    text-shadow: 1px 0 0 #001a49, -1px 0 0 #001a49, 0 1px 0 #001a49, 0 -1px 0 #001a49, 1px 1px #001a49, -1px -1px 0 #001a49, 1px -1px 0 #001a49, -1px 1px 0 #001a49;
}
.service2-w3ls h3.heading {
    color: #fff;
    text-shadow: 1px 0 0 #001a49, -1px 0 0 #001a49, 0 1px 0 #001a49, 0 -1px 0 #001a49, 1px 1px #001a49, -1px -1px 0 #001a49, 1px -1px 0 #001a49, -1px 1px 0 #001a49;
}

section.service2-w3ls {
    /*--background-color: #00498a;--*/
    background: url(../img/slides/rojo.jpg) no-repeat 0px 0px;
    background-size: cover;
}

.ch-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

.ch-grid div {
    width: 200px;
    height: 200px;
    display: inline-block;
    margin: 0 auto;
}

section.service2-w3ls h4 {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 0 0 #001a49, -1px 0 0 #001a49, 0 1px 0 #001a49, 0 -1px 0 #001a49, 1px 1px #001a49, -1px -1px 0 #001a49, 1px -1px 0 #001a49, -1px 1px 0 #001a49;
    text-align: center;
    padding: 10px 0 15px;
}


/*-- /services section --*/

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-img-1 {
    background-image: url(../img/c1.jpg);
}

.ch-img-2 {
    background-image: url(../img/c2.jpg);
}

.ch-img-3 {
    background-image: url(../img/c3.jpg);
}

.ch-img-4 {
    background-image: url(../img/c4.jpg);
}

.ch-img-5 {
    background-image: url(../img/c4.jpg);
}

.ch-img-6 {
    background-image: url(../img/c4.jpg);
}

.ch-img-7 {
    background-image: url(../img/c4.jpg);
}

.ch-img-8 {
    background-image: url(../img/c4.jpg);
}

.service-bottomgrids {
    margin-top: 4em;
}

.ch-info {
    position: absolute;
    background: rgba(239, 179, 18, 0.6);
    width: inherit;
    height: inherit;
    border-radius: 50%;
    opacity: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 25px;
    margin: 0 10px 10px;
    height: 110px;
    padding: 55px 0 0px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 1);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 0.4s;
    -moz-transition: all 1s ease-in-out 0.4s;
    -o-transition: all 1s ease-in-out 0.4s;
    -ms-transition: all 1s ease-in-out 0.4s;
    transition: all 1s ease-in-out 0.4s;
}

.col-lg-3.col-md-3.col-sm-6.col-xs-12.serv-w3layouts:hover .ch-item {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.col-lg-3.col-md-3.col-sm-6.col-xs-12.serv-w3layouts:hover .ch-item .ch-info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.col-lg-3.col-md-3.col-sm-6.col-xs-12.serv-w3layouts:hover .ch-item .ch-info p {
    opacity: 1;
}


/* //services */


/*--team--*/

.spldishes-w3left {
    padding: 2.3em;
    background-color: #fd463e;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.w3agile-spldishes p.para-agileits-w3layouts {
    color: #8a8888!important;
}

.spldishes-agileinfo:hover .spldishes-w3left {
    background-color: #09c4dc;
}

.spldishes-agileinfo {
    position: relative
}

.spldishes-agileinfo h5 {
    font-size: 2em;
    color: #fff;
}

.spldishes-w3left p {
    color: #fff;
    margin-top: 1.4em;
}

.spldishes-grids {
    padding: 0;
}

.g1 {
    position: relative;
    display: block;
}

.g1 h4 {
    text-align: center;
    margin: 20px 0 5px;
    font-size: 26px;
    text-transform: ;
    color: #232323;
    color: #001a49;
    font-weight: normal;
}

.g1 p {
    text-align: center;
    font-size: 18px;
    color: #001a49;
}

.agile-dish-caption {
    position: absolute;
    width: 90%;
    bottom: 0px;
    z-index: 999;
    background: rgba(5, 5, 3, 0.78);
    background: rgba(53, 53, 53, 0.72);
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, #4CAF50 100%);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, #4CAF50 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, #4CAF50 100%);
    padding: 2em 2em;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transform-style: preserve-3d;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    text-align: center;
    /* important*/
    opacity: 0;
    visibility: hidden;
    bottom: 19.5%;
    position: absolute;
    padding: 1em 0;
    width: 90%;
    -webkit-transform: translate3d( 0px, 100%, 0px);
    -moz-transform: translate3d( 0px, 100%, 0px);
    -ms-transform: translate3d( 0px, 100%, 0px);
    -o-transform: translate3d( 0px, 100%, 0px);
    transform: translate3d( 0px, 100%, 0px);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: center;
}

.agile-dish-caption h4 {
    font-size: 1.6em;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}

.agile-dish-caption p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px 0 10px;
}

.agile-dish-caption span {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 1em;
    letter-spacing: 0.5px;
}

.g1:hover .agile-dish-caption {
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    /* important*/
    opacity: 1;
    visibility: visible;
    width: 90%;
    -webkit-transform: translate3d( 0px, 0px, 0px);
    -moz-transform: translate3d( 0px, 0px, 0px);
    -ms-transform: translate3d( 0px, 0px, 0px);
    -o-transform: translate3d( 0px, 0px, 0px);
    transform: translate3d( 0px, 0px, 0px);
}

#owl-demo .item img {
    width: 100%;
}

@media(max-width:480px) {
    .agile-dish-caption {
        padding: 0.5em;
    }
    .agile-dish-caption span {
        font-size: 0.8em;
    }
}

ul.top-links li {
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
}

ul.top-links li a i.fa {
    color: #c10000;
    background-color: #fff;
    width: 37px;
    height: 37px;
    font-size: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 36px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

ul.top-links li a i.fa:hover {
    color: #fff;
    background-color: #0052f3;
}


/*-- //team --*/


/*-- contact --*/

.contactleft h4 {
    font-size: 30px;
    color: #001a49;
    letter-spacing: 1px;
}

.contactleft i.fa {
    color: #00179d;
    font-size: 25px;
    margin-top: 1em;
}

.contact iframe {
    width: 100%;
    border: none;
    outline: none;
    height: 800px;
}

.contactleft p,
.contactleft p a {
    color: #001a49;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-transform: ;
}

.agileits_agile_about_mail_left {
    padding: 0;
}

.agileits_agile_about_mail_left input[type="text"],
.agileits_agile_about_mail_left input[type="email"],
.contactleft textarea {
    outline: none;
    border: 1px solid #646464;
    padding: 13px;
    font-size: 15px;
    color: #000;
    width: 96%;
    margin-right: 22px;
    float: left;
}

.contactleft input[type="email"],
.contactleft input[type="text"]:nth-child(1) {
    margin-bottom: 1em;
}

.contactleft textarea {
    min-height: 180px;
    width: 98% !important;
    margin-bottom: 20px;
}

.contactform {
    margin-top: 3em;
}

.contactform h4 {
    margin-bottom: .7em;
}

.contactform input[type="submit"] {
    background: #346aa1;
    border: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 30px;
    text-transform: ;
}

.contactform input[type="submit"]:hover {
    background: #001794;
}

.contact {
    padding: 6em 0;
}

.footer {
    padding: 20px;
    background: #00498a;
    width: 100%;
}

.footernav {
    text-align: left;
}

.copyright {
    text-align: center;
    vertical-align: middle;
}

.copyright p {
    color: #bbbbbb;
    font-size: 14.5px;
    letter-spacing: 1px;
    vertical-align: middle;
}

.agileits-social ul li {
    display: inline-block;
}

.agileits-social ul li a {
    color: #BBBBBB;
    font-size: 15px;
    text-transform: ;
    margin: 0 .5em;
}

.agileits-social ul li a:hover {
    color: #fff;
}

.copyright p a {
    color: #ffffff;
}

.copyright p a:hover {
    color: #346aa1
}


/*-- //contact --*/


/*-- gallery --*/

.w3layouts_gallery_grid h4 {
    text-transform: uppercase;
    font-size: 1.5em;
    color: #fff;
}

.w3layouts_gallery_grid {
    padding: 0 5px;
    margin-bottom: 10px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #346aa1;
    border: none;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    margin-right: 3px;
    border-radius: 0;
    font-size: 1.2em;
    color: #001a49;
    letter-spacing: 1px;
    border: none;
    background: #001794;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li {
    margin-bottom: 0;
}

.nav-tabs {
    margin: 0 0 2.5em;
}

.nav-tabs>li:nth-child(1) {
    margin-left: 41.5em;
}

.nav-tabs>li>a:hover {
    border: none;
}

.wthree_text p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 19px;
}

.w3layouts_team_grid {
    overflow: hidden;
    position: relative;
}

.w3layouts_team_grid_pos {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}

.w3layouts_team_grid_pos {
    -webkit-transform: scale3d(0, 0, 1);
    -moz-transform: scale3d(0, 0, 1);
    -ms-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
}

.w3_agile_team_grid:hover .w3layouts_team_grid_pos,
.w3layouts_gallery_grid:hover .w3layouts_team_grid_pos,
.w3_agile_class_grid:hover .w3layouts_team_grid_pos {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.w3_agile_team_grid:hover .wthree_text,
.w3layouts_gallery_grid:hover .wthree_text,
.w3_agile_class_grid:hover .wthree_text {
    opacity: 1;
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
    -moz-transform: translateY(0) scale3d(1, 1, 1);
    -ms-transform: translateY(0) scale3d(1, 1, 1);
    transform: translateY(0) scale3d(1, 1, 1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}

.wthree_text {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 37%;
    opacity: 0;
    -webkit-transform: translateY(0) scale3d(0, 0, 1);
    -moz-transform: translateY(0) scale3d(0, 0, 1);
    -ms-transform: translateY(0) scale3d(0, 0, 1);
    transform: translateY(0) scale3d(0, 0, 1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}


/*-- //gallery --*/


/*-- clients --*/

.clients p {
    margin-bottom: 20px;
    color: #6d6d6d;
    letter-spacing: .5px;
    line-height: 28px;
    font-size: 15px;
    padding-left: 2.5em;
}

.clients p {
    background: url(../images/quotes.png) no-repeat 0px 0px;
    background-size: 24px;
}

.clients img {
    border-radius: 50%;
}

.clients h4 {
    text-align: left;
    font-size: 18px;
    color: #000;
    margin: 15px 0 10px 0;
}

.clients h5 {
    text-align: left;
    font-size: 16px;
    color: #999;
    text-transform: ;
}

.wmuSlider {
    position: relative;
    overflow: hidden;
}


/* Default Skin */

.wmuSliderPagination {
    z-index: 2;
    position: absolute;
    left: 48%;
    bottom: 6%;
}

ul.wmuSliderPagination {
    padding: 0;
}

.wmuSliderPagination li {
    float: left;
    margin: 0 8px 0 0;
    list-style-type: none;
}

.wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    background: #CFCFCF;
    border-radius: 50%;
}

.wmuSliderPagination a.wmuActive {
    background: #34bf49;
    box-shadow: 0px 0px 10px #34bf49;
    -webkit-box-shadow: 0px 0px 10px #34bf49;
    -moz-box-shadow: 0px 0px 10px #34bf49;
    -o-box-shadow: 0px 0px 10px #34bf49;
    -ms-box-shadow: 0px 0px 10px #34bf49;
}


/* Default Skin */

.wmuGallery .wmuGalleryImage {
    margin-bottom: 10px;
}

.banner-wrap {
    padding: 0 0 4em;
}


/*-- //wmuslider --*/


/*--// clients--*/


/*-- subscribe --*/

.subscribe {
    background: #001794;
}

.subscribe h3.heading {
    color: #ffffff;
}

.agile-subscribe-heading {
    text-align: center;
}

.subscribe-grid {
    text-align: center;
    width: 75%;
    margin: 2em auto 0;
}

.subscribe-grid input[type="email"] {
    display: inline-block;
    background: #FFFFFF;
    border: solid 1px #fff;
    width: 60%;
    outline: none;
    padding: .7em;
    font-size: 1.2em;
    color: #999999;
}

.subscribe-grid i.fa.fa-paper-plane-o {
    color: #FFFFFF !important;
    font-size: 1.2em !important;
}





/*-- //subscribe --*/


/*-- to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 1%;
    overflow: hidden;
    z-index: 999;
    width: 64px;
    height: 64px;
    border: none;
    text-indent: 100%;
    background: url("../img/arrow.png") no-repeat 0px 0px;
}

#toTopHover {
    width: 64px;
    height: 64px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}


/*-- //to-top --*/

@media screen and (max-width: 1920px) {
    .nav-tabs>li:nth-child(1) {
        margin-left: 53.5em;
    }
}

@media screen and (max-width: 1680px) {
    .nav-tabs>li:nth-child(1) {
        margin-left: 44.5em;
    }
    
}

@media screen and (max-width: 1600px) {
    .nav-tabs>li:nth-child(1) {
        margin-left: 41.5em;
    }
    
}

@media screen and (max-width: 1440px) {
    .head-search input[type="text"] {
        width: 87%;
    }
    .w3layouts-banner-top2,
    .w3layouts-banner-top1,
    .w3layouts-banner-top {
        min-height: 670px;
    }
    
    .agileits-banner-info h3 {
        font-size: 4em;
    }
    .bannerimg,
    .bannerimg1,
    .bannerimg2,
    .bannerimg3 {
        margin: 12em 0 0;
    }
    .agileits-banner-info {
        padding: 15em 0 0em;
    }
    .more a {
        padding: 10px 25px;
    }
    section.service-w3ls h4 {
        font-size: 21px;
    }
    .g1 h4 {
        font-size: 22px;
    }
    .agile-dish-caption {
        bottom: 18.5%;
    }
    .nav-tabs>li:nth-child(1) {
        margin-left: 35.5em;
    }
    .about,
    .service-w3ls,
    .team,
    .subscribe,
    .clients {
        padding: 5em 0;
    }
    .nav-tabs>li:nth-child(1) {
        margin-left: 32.5em;
    }
}

@media screen and (max-width: 1366px) {
    .head-search input[type="text"] {
        width: 86%;
    }
    
    .about h3 {
        font-size: 25px;
    }
    .ch-grid div {
        width: 180px;
        height: 180px;
    }
    .contactleft h4 {
        font-size: 25px;
        letter-spacing: 0px;
    }
    h2.heading,
    h3.heading {
        font-size: 30px;
    }
}

@media screen and (max-width: 1280px) {
    .head-search input[type="text"] {
        width: 85%;
    }
    
    .agileits-banner-info h3 {
        font-size: 3.5em;
        line-height: 65px;
    }
    .w3layouts-banner-top2,
    .w3layouts-banner-top1,
    .w3layouts-banner-top {
        min-height: 620px;
    }
    
    .w3layouts_gallery_grid h4 {
        font-size: 1.3em;
    }
    .wthree_text p {
        font-size: 15px;
    }
    .bannerimg,
    .bannerimg1,
    .bannerimg2,
    .bannerimg3 {
        background-size: 450px;
    }
}

@media screen and (max-width: 1080px) {
    .agileits-banner-info h3 {
        font-size: 3em;
        line-height: 60px;
    }
    
    .head-search input[type="text"] {
        width: 82%;
    }
    
    .w3layouts-banner-top2,
    .w3layouts-banner-top1,
    .w3layouts-banner-top {
        min-height: 600px;
    }
    .about h3 {
        font-size: 23px;
    }
    .agile-dish-caption {
        bottom: 22.5%;
    }
    .g1:hover .agile-dish-caption {
        width: 88%;
    }
    .nav-tabs>li:nth-child(1) {
        margin-left: 24.5em;
    }
    .copyright p {
        font-size: 14px;
    }
    .copyright {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    
    .head-search input[type="text"] {
        width: 80%;
    }
    
    .agileits-banner-info h3 {
        font-size: 2.8em;
    }
}

@media screen and (max-width: 991px) {
    .bannerimg,
    .bannerimg1,
    .bannerimg2,
    .bannerimg3 {
        background-size: 340px;
        width: 50%;
        float: left;
    }
    .agileits-banner-info {
        padding: 12em 0 0em;
        width: 50%;
        float: left;
    }
    .agileits-banner-info p {
        letter-spacing: 2px;
    }
    .w3layouts-banner-top2,
    .w3layouts-banner-top1,
    .w3layouts-banner-top {
        min-height: 540px;
    }
    section.service-w3ls h4 {
        font-size: 20px;
    }
    .item.g1 {
        width: 25%;
        float: left;
        padding: 5px;
    }
    .g1:hover .agile-dish-caption {
        width: 95%;
    }
    ul.top-links li {
        margin-left: 0px;
    }
    .agile-dish-caption {
        bottom: 26.5%;
    }
    .w3layouts_gallery_grid {
        width: 25%;
        float: left;
    }
    .wthree_text {
        top: 27%;
    }
    .client-grids {
        width: 50%;
        float: left;
    }
    .c-img,
    .c-info {
        width: 33.33%;
        float: left;
    }
    .contactleft,
    .contactright {
        width: 50%;
        float: left;
    }
    .contactleft textarea {
        min-height: 135px;
    }
    h2.heading,
    h3.heading {
        font-size: 32px;
    }
    .contactleft h4 {
        font-size: 22px;
    }
    .about,
    .service-w3ls,
    .team,
    .subscribe,
    .clients {
        padding: 4em 0;
    }
    .footernav {
        text-align: center;
        margin-bottom: 1em;
    }
    .copyright {
        text-align: center;
    }
    .agileits_agile_about_mail_left input[type="text"],
    .agileits_agile_about_mail_left input[type="email"],
    .contactleft textarea {
        padding: 10px;
        width: 98%;
    }
}

@media screen and (max-width: 900px) {
    .head-search {
        display: none;
    }
    
    .agileits-banner-info h3 {
        line-height: 53px;
    }
    .bannerimg,
    .bannerimg1,
    .bannerimg2,
    .bannerimg3 {
        min-height: 300px;
    }
    .w3layouts-banner-top2,
    .w3layouts-banner-top1,
    .w3layouts-banner-top {
        min-height: 500px;
    }
    .nav-tabs>li:nth-child(1) {
        margin-left: 17.5em;
    }
}

@media screen and (max-width: 800px) {
    .nav-tabs>li:nth-child(1) {
        margin-left: 14.5em;
    }
    .w3layouts_gallery_grid h4 {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 768px) {
    
    .agileits-banner-info h3 {
        line-height: 50px;
        font-size: 2.6em;
    }
    .more a {
        padding: 8px 20px;
    }
    .subscribe-grid input[type="email"],
    
    .contactleft p,
    .contactleft p a {
        font-size: 14px;
    }
}



@media screen and (max-width: 736px) {
    section.service-w3ls h4 {
        font-size: 19px;
    }
}

@media screen and (max-width: 667px) {
    .bannerimg,
    .bannerimg1,
    .bannerimg2,
    .bannerimg3 {
        background-size: 280px;
    }
    .agileits-banner-info h3 {
        line-height: 45px;
        font-size: 2.4em;
    }
    .bannerimg,
    .bannerimg1,
    .bannerimg2,
    .bannerimg3 {
        margin: 9em 0 0;
    }
    .agileits-banner-info {
        padding: 9em 0 0em;
    }
    .w3layouts-banner-top2,
    .w3layouts-banner-top1,
    .w3layouts-banner-top {
        min-height: 450px;
    }
    h2.heading,
    h3.heading {
        font-size: 30px;
    }
    .about h3 {
        font-size: 21px;
    }
    .item.g1 {
        width: 50%;
    }
    .agile-dish-caption {
        bottom: 16.3%;
        width: 92%;
    }
    ul.top-links li {
        margin-left: 10px;
    }
    .nav-tabs>li>a {
        font-size: 1em;
    }
}

@media screen and (max-width: 640px) {
    .g1:hover .agile-dish-caption {
        width: 97%;
    }
    .w3layouts_gallery_grid {
        width: 50%;
    }
    .contactleft,
    .contactright {
        width: 100%;
        float: none;
    }
    .contact iframe {
        height: 250px;
        margin-top: 2em;
    }
    .agileits-banner-info h3 {
        font-size: 2.2em;
    }
    .nav-tabs>li:nth-child(1) {
        margin-left: 8.5em;
    }
    .client-grids {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 600px) {
    .agileits-banner-info h3 {
        font-size: 2em;
        line-height: 40px;
    }
    .agile-dish-caption {
        bottom: 18.6%;
    }
}

@media screen and (max-width: 480px) {
    .bannerimg,
    .bannerimg1,
    .bannerimg2,
    .bannerimg3 {
        background-size: 340px;
        width: 100%;
        float: none;
    }
    .bannerimg,
    .bannerimg1,
    .bannerimg2,
    .bannerimg3 {
        min-height: 220px;
    }
    .agileits-banner-info {
        padding: 1em 0 4em;
        width: 100%;
    }
    .agileits-banner-info h3 {
        font-size: 1.7em;
    }
    .bannerimg,
    .bannerimg1,
    .bannerimg2,
    .bannerimg3 {
        background-size: 300px;
        margin: 7em 0 0;
    }
    .about h3 {
        font-size: 18px;
    }
    .aboutleft p {
        font-size: 14px;
    }
    .ch-grid div {
        width: 160px;
        height: 160px;
    }
    .serv-w3layouts {
        padding: 0 20px;
    }
    ul.top-links li {
        margin-left: 5px;
    }
    .agile-dish-caption {
        bottom: 21.6%;
    }
    .g1:hover .agile-dish-caption {
        width: 96%;
    }
    .nav-tabs>li:nth-child(1) {
        margin-left: 3.5em;
    }
    .subscribe-grid {
        width: 100%;
        margin: 2em auto 0;
    }
    .contact {
        padding: 3em 0;
    }
    h2.heading,
    h3.heading {
        font-size: 28px;
        margin-bottom: 0.5em;
    }
    .about,
    .service-w3ls,
    .team,
    .subscribe,
    .clients {
        padding: 3em 0;
    }
}

@media screen and (max-width: 414px) {
    .agileits-banner-info h3 {
        font-size: 1.4em;
    }
    .agileits-banner-info p {
        letter-spacing: 1px;
        font-size: 1.1em;
    }
    .about h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .serv-w3layouts {
        padding: 0 8px;
    }
    ul.top-links li {
        margin-left: 0px;
    }
    .agile-dish-caption {
        bottom: 24.6%;
    }
    .nav-tabs>li:nth-child(1) {
        margin-left: 1em;
    }
}

@media screen and (max-width: 384px) {
    .agileits-banner-info h3 {
        letter-spacing: 1px;
    }
    .serv-w3layouts {
        width: 100%;
        float: none;
    }
    .item.g1 {
        width: 80%;
        margin: 0 auto;
        float: none;
    }
    .agile-dish-caption {
        bottom: 18.2%;
    }
    .nav-tabs>li:nth-child(1) {
        margin-left: .5em;
    }
    .nav>li>a {
        padding: 10px 13px;
    }
    .w3layouts_gallery_grid {
        width: 80%;
        margin: 0 auto 1em;
        float: none;
    }
}

@media screen and (max-width: 375px) {
    .jislider__controller {
        bottom: 3%;
    }
}

@media screen and (max-width: 320px) {
    .agileits-banner-info h3 {
        letter-spacing: 3px;
        font-size: 1.5em;
    }
    .agileits-banner-info p {
        letter-spacing: 0px;
    }
    .agile-dish-caption {
        bottom: 21.8%;
    }
    .nav>li>a {
        padding: 10px 10px;
        font-size: .87em;
    }
}


/* responsive design */