/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- Reset Code --*/

body {
    padding: 0;
    margin: 0;
    background: #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="button"],
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: 'Amaranth', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #999;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

/*-- //Reset Code --*/

/*-- header --*/

.header-w3l {
    position: absolute;
    z-index: 999;
    width: 100%;
    margin-top: 30px;
}

/*-- logo --*/

.logo-w3layouts h1 a {
    color: #fff;
    font-size: 43px;
    font-family: 'Pacifico', cursive;
    margin-left: 22px;
    display: inline-block;
}

/*-- //logo --*/

.w3l-navtop {
    float: left;
    width: 60%;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #99abd5;
    background: none !important;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    padding: 12px 24px;
    margin: 0 5px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav li a.active {
    color: #fff;
    background: rgba(253, 251, 251, 0.36);
}

.navbar-right {
    margin-right: 0px;
}

.navbar-collapse {
    padding: 0;
}

/*-- nav-effect --*/

.nav>li {
    border-right: none;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 10px;
}
.navbar-nav>li>.dropdown-menu1 {
    margin-top: 10px;
}
.dropdown-menu li a.active {
    background-color: #2ec4b6 !important;
}
.dropdown-menu1 li a.active {
    background-color: #2ec4b6 !important;
}

/*-- //nav-effect --*/

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-brand {
    height: initial;
    padding: 0;
    font-size: 18px;
    line-height: initial;
}

.navbar {
    margin-bottom: 0;
}

.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
    padding: 0;
    border: none;
}

.agile_short_dropdown1 {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
    padding: 0;
    border: none;
}

.agile_short_dropdown li a {
    text-transform: capitalize;
    color: #212121;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 600;
    padding: .8em 0;
    border-bottom: 1px solid #ececef;
}

.agile_short_dropdown1 li a {
    text-transform: capitalize;
    color: #212121;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 600;
    padding: .8em 0;
    border-bottom: 1px solid #ececef;
}

.agile_short_dropdown>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2ec4b6;
}

.agile_short_dropdown1>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2ec4b6;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background: rgba(253, 251, 251, 0.36);
}

.navbar-right .dropdown-menu {
    right: -17%;
}
.navbar-right .dropdown-menu1 {
    right: -34%;
}

/* navigation */

/*-- social-icons --*/

.social-icons {
    float: right;
    width: 23%;
    text-align: center;
}

.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a.fa {
    font-size: 1em;
    color: #fff;
    line-height: 2.8em;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    margin: 0 5px;
    width: 38px;
    height: 38px;
}

.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;
}

.icon-border::before {
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    -moz-box-shadow: inset 0 0 0 3px #fff;
    -o-box-shadow: inset 0 0 0 3px #fff;
    -ms-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

/* 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.linkedin: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 --*/

/*--banner-slider--*/

.slider-img {
    background: url(../images/2.jpg) no-repeat 0px 0px;
	background-position:center;
    background-size: contain;
    -webkit-background-size: cover;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    min-height: 600px;
}

.slider-img-2 {
    background: url(../images/1.jpg) no-repeat 0px 0px;
	background-position:center;
    background-size: contain;
    -webkit-background-size: cover;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    min-height: 600px;
}

.slider-img-3 {
    background: url(../images/3.jpg) no-repeat 0px 0px;
	background-position:center;
    background-size: contain;
    -webkit-background-size: cover;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    min-height: 600px;
}

.slider-img-4 {
    background: url(../images/4.jpg) no-repeat 0px 0px;
	background-position:center;
    background-size: contain;
    -webkit-background-size: cover;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    min-height: 600px;
}



.slider_banner_info {
    padding-top: 18em;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.slider_banner_info h4 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    text-shadow: 1px 6px 9px #000;
}

.slider_banner_info h4 span {
    color: #ff9f1c;
}

.slider_banner_info p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 3px;
    text-shadow: 2px 2px 3px #000;
    margin: 20px 0 50px;
}

.readmore-w3-agileits a {
    border: 1px solid #fff;
    background: rgba(16, 16, 16, 0.59);
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 12px 30px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.readmore-w3-agileits a:hover {
    color: #fff;
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*-- model --*/

.modal-header h4 {
    color: #ff9f1c;
    font-size: 34px;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Pacifico', cursive;
}

.modal-header p {
    color: #000;
    font-size: 13px;
    text-align: center;
    margin: 10px 0;
}

.modal-header span {
    font-size: 15px;
    color: #999;
    letter-spacing: 1px;
    line-height: 1.9;
    display: inline-block;
    margin-top: 20px;
}

.modal-header img {
    float: left;
    width: 100%;
}

.modal-header {
    padding: 20px;
}

/*-- //model --*/

/* slider */

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    bottom: -35%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 32px;
    height: 32px;
    display: none;
}

.callbacks_nav:hover {
    opacity: 0.5;
}

.callbacks_nav.next {
    left: auto;
    left: 51%;
}

.callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 46%;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
}

.slider {
    position: relative;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 6%;
    left: 47%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 5px;
}

/*----*/

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 14px;
    width: 14px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.callbacks_here a:after {
    background: #ff9f1c;
}

/*-- //Slider --*/

/*-- welcome --*/

.welcome {
    padding: 1em 0 9em;
}
.welcome1 {
    padding: 1em 0 9em;
}
h3.title {
    color: #272525;
    font-size: 45px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

h3.title:before {
    content: "";
    background: #ff9f1c;
    position: absolute;
    width: 110px;
    height: 2px;
    bottom: -25%;
    left: 45%;
}

.welcome-right {
    position: relative;
}

.welcome-left {
    margin-top: 2em;
}
.welcome-left1 {
    margin-top: 0em;
}

.welcome-left h3 {
    color: #2ec4b6;
    font-size: 30px;
    letter-spacing: 1px;
}

.welcome-left h4 {
    color: #464646;
    font-size: 17px;
    line-height: 1.5;
    margin: 15px 0;
    letter-spacing: 1px;
}

.readmore-w3-agileits.about-read a {
    background: #ff9f1c;
    margin-top: 30px;
    border-radius: 4px;
}

.readmore-w3-agileits.about-read a:hover {
    background: #000;
}

.welcome-right-top img {
    width: 65%;
}

.welcome-right-bottom {
    position: absolute;
    top: 17%;
    z-index: -1;
    left: 34%;
}

.welcome-right-bottom img {
    width: 100%;
}

/*-- middle section --*/

.middle-w3l {
    background: url(../images/bg1.jpg) no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    padding: 10em 0 8em;
}

.middle-left-w3l {
    text-align: right;
    width: 70%;
    float: right;
}

.middle-left-w3l h4 {
    color: #fff;
    font-size: 40px;
    line-height: 1.4;
}

.middle-left-w3l p {
    color: #fff;
    margin: 10px 0 20px;
}

/*-- //middle section --*/

/*-- tours section --*/

.trips-section,
.wthree_services,
.testimonials,
.team,
.w3_wthree_agileits_icons,
.typo,
.gallery,
.contact {
    padding: 5em 0;
}

.exce-grid1-mmstyle img {
    width: 100%;
}

.grid-ec1 {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.grid-ec1 h3 {
    color: #000;
    font-size: 25px;
    line-height: 1.4;
}

.exce-grid1-mmstyle p {
    margin: 15px 0 20px;
}

.exce-grid1-mmstyle h4 {
    color: #3c3c3c;
    letter-spacing: 1px;
}

.exce-grid1-mmstyle i {
    color: #ff9f1c;
    font-size: 20px;
    margin-right: 12px;
}

.exce-grid1-mmstyle h4.w3l-name {
    margin-top: 14px;
}

/*-- //tours section --*/

/*-- services --*/

.wthree_services {
    background: #2ec4b6;
}

.wthree_services_left_grid1 {
    width: 65px;
    height: 65px;
    background: #ff9f1c;
    text-align: center;
    margin: 0 auto;
}

.wthree_services_left_grid1 i {
    font-size: 28px;
    color: #fff;
    line-height: 2.3;
}

.wthree_services_left_grid1 {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.wthree_services_left:hover .wthree_services_left_grid1 {
    -webkit-transform: scale(1.10) translateZ(0px);
    transform: scale(1.10) translateZ(0px);
    -moz-transform: scale(1.10) translateZ(0px);
    -o-transform: scale(1.10) translateZ(0px);
    -ms-transform: scale(1.10) translateZ(0px);
    background: #000;
}

.wthree_services_left_grid_left {
    padding: 0;
}

.wthree_services_left_grid_left h3 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
}

.wthree_services_left_grid_left p {
    color: #000;
    font-size: 14px;
    margin-top: 12px;
}

.wthree_about_grids {
    margin-top: 60px;
}

.wthree_about_grid_right iframe {
    
	width: 900px;
	
    height: 580px;
    border: none;
}

.wthree_about_grid_left {
    margin-top: 40px;
	position:relative;
}

.wthree_about_grid_left h3 {
    color: #000;
    letter-spacing: 1px;
    font-size: 32px;
}

.wthree_about_grid_left p {
    color: #f3f3f3;
    margin-top: 16px;
}

/*-- //services --*/

/*-- Testimonials --*/

.testimonials span {
    color: #fff;
}

.w3_testimonials_grids {
    margin: 3em auto 0;
    width: 80%;
    text-align: center;
}

.w3_testimonials_grid h4 {
    font-size: 18px;
    color: #000;
    line-height: 1.8;
    margin: 16px auto;
    width: 80%;
}

.w3_testimonials_grid h5 {
    font-weight: 600;
    color: #2ec4b6;
    font-size: 22px;
    letter-spacing: 1px;
}

.w3_testimonials_grid p {
    color: #616060;
    margin-top: 10px;
    font-size: 13px;
}

.w3_testimonials_grid img {
    margin: 0 auto;
}

.w3_testimonials_grid {
    padding-bottom: 4em;
}

.w3_testimonials_grid h4 i img {
    margin: 0 10px !important;
    box-shadow: none;
}

/*-- //Testimonials --*/

/*-- footer --*/

.footer {
    padding: 4em 0;
    background-color: #151414;
}

.footer h3, .footer h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

p.footer-one-w3ls {
    font-size: 14px;
}

/* newsletter */

.footer-grids form {
    margin-top: 30px;
}

.footer-grids form input[type="email"] {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    color: #000;
    outline: none;
    border: none;
    background: #fff;
    letter-spacing: 1px;
}

.footer-grids form input[type="submit"] {
    width: 46%;
    font-size: 16px;
    color: #fff;
    display: inherit;
    text-align: center;
    margin: 0 auto;
    outline: none;
    padding: 12px;
    border: none;
    letter-spacing: 1px;
    background: #ff9f1c;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    margin-top: 20px;
}

.footer-grids form input[type="submit"]:hover {
    background: #2ec4b6;
}

/* social icons */

.social-w3l ul li {
    display: block;
    font-weight: 600;
    margin: 1.5em 0em 1.8em;
    text-align: center;
}

.social-w3l ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    width: 35px;
    height: 35px;
    padding: 4px 0 0 0px;
    background: #2ec4b6;
    transform: rotate(45deg);
    line-height: 2em;
}

.social-w3l ul li a:hover {
    background: #fff;
    color: #2ec4b6;
}

.social-w3l {
    text-align: left;
    float: left;
    width: 26%;
}

.social-w3lr {
    float: right;
    width: 50%;
}

.social-w3l ul li a i {
    transform: rotate(-45deg);
    font-size: 16px;
}

.social-w3r ul li a {
    color: #fff;
    letter-spacing: 1px;
    margin: 22px 0;
    display: inline-block;
}

.social-w3r ul li {
    display: block;
}

/*-- copyright-starts-here --*/

.copy-section {
    padding: 1.5em 0;
    background: #000;
    text-align: center;
}

.copy-section p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
}

.copy-section a {
    color: #ff9f1c;
}

/*-- //copyright-ends-here --*/

/*--//footer--*/

/*-- bottom-to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 1%;
    overflow: hidden;
    width: 64px;
    height: 64px;
    border: none;
    text-indent: 100%;
    background: url("../images/up.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);
}

/*-- //bottom-to-top --*/

/*-- inner_page --*/

.inner_banner_agile {
    text-align: center;
    background: url(../images/s3.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 360px;
}
.inner_banner_agile_kenya {
    text-align: center;
    background: url(../images/s2.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 360px;
}

.inner_banner_agile_iran {
    text-align: center;
    background: url(../images/iran.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 360px;
}


.inner_banner_agile_kenya1 {
    text-align: center;
    background: url(../images/s4.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 360px;
}
.inner_banner_agile_mont {
    text-align: center;
    background: url(../images/mont.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 360px;
}

.inner_banner_agile_prima {
    text-align: center;
    background: url(../images/prima.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 360px;
}
.inner_banner_agile_eagle {
    text-align: center;
    background: url(../images/eagle.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 360px;
}
.inner_banner_agile_kti {
    text-align: center;
    background: url(../images/kti.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 360px;
}
.inner_banner_agile_amiel {
    text-align: center;
    background: url(../images/amiel.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 360px;
}

/*-- page details --*/

.services-breadcrumb {
    width: 100%;
    border: none;
    padding: 1em 0;
    background: #eee;
}

.services-breadcrumb ul li span {
    padding: 0 10px;
}

ul.short_ls {
    text-align: left;
}

ul.short_ls li {
    list-style: none;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 14px;
}

.inner_breadcrumb {
    width: 96%;
    margin: 0 auto;
}

ul.short_ls li a {
    color: #ff9f1c;
    text-decoration: none;
}

/*-- //page details --*/

/*-- about-team --*/

.thumbnail.team-agileits {
    border: none;
    text-align: center;
    border-radius: 0;
    margin: 4;
    padding: 3;
}

.team .effectd-caption {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 3px #ccc;
    -moz-box-shadow: 0px 2px 3px #ccc;
    box-shadow: 0px 0px 3px 1px #ccc;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.team h4 {
    color: #2ec4b6;
    font-size: 23px;
    margin-bottom: 16px;
}

.social-lsicon a {
    color: #000;
    padding: 0 7px;
    font-size: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.social-lsicon a:hover {
    color: #ff9f1c;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*-- //about-team --*/

/*-- icons --*/

.codes a {
    color: #999;
}

.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}

.icon-box:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.icon-box:hover i.fa {
    color: #fff !important;
}

.icon-box:hover a.agile-icon {
    color: #fff !important;
}

.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
}

.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}

.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

h3.icon-subheading {
    font-size: 28px;
    color: #ff9f1c !important;
    margin: 30px 0 15px;
    font-weight: 600;
    letter-spacing: 2px;
}

h3.agileits-icons-title {
    text-align: center;
    font-size: 33px;
    color: #4c4c4c;
    font-weight: 600;
    letter-spacing: 2px;
}

.icons a {
    color: #999;
}

.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}

.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(149, 149, 149, 0.18);
    margin: 1%;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

@media (max-width:991px) {
    h3.agileits-icons-title {
        font-size: 28px;
    }
    h3.icon-subheading {
        font-size: 22px;
    }
}

@media (max-width:768px) {
    h3.agileits-icons-title {
        font-size: 28px;
    }
    h3.icon-subheading {
        font-size: 25px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .icon-box {
        margin: 0;
    }
}

@media (max-width: 640px) {
    .icon-box {
        float: left;
        width: 50%;
    }
}

@media (max-width: 480px) {
    .bs-glyphicons li {
        width: 31%;
    }
}

@media (max-width: 414px) {
    h3.agileits-icons-title {
        font-size: 23px;
    }
    h3.icon-subheading {
        font-size: 18px;
    }
    .bs-glyphicons li {
        width: 31.33%;
    }
}

@media (max-width: 384px) {
    .icon-box {
        float: none;
        width: 100%;
    }
}

/*-- //icons --*/

/*-- Codes --*/

.well {
    font-weight: 300;
    font-size: 14px;
}

.list-group-item {
    font-weight: 300;
    font-size: 14px;
}

li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}

.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.grid_3 {
    margin-bottom: 2em;
}

.xs h3,
h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg,
h3.bars {
    margin-bottom: 1em;
    color: #ff9f1c;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: none !important;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #22cdf3;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    font-size: 0.9em;
    color: #999;
    border-top: none !important;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.alert {
    font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
    line-height: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

.input-group {
    margin-bottom: 20px;
}

.in-gp-tl {
    padding: 0;
}

.in-gp-tb {
    padding-right: 0;
}

.list-group {
    margin-bottom: 48px;
}

.typo ol {
    margin-bottom: 44px;
}

h2.typoh2 {
    margin: 0 0 10px;
}

@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
}

@media (max-width:640px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .grid_5 h3,
    .grid_5 h2,
    .grid_5 h1,
    .grid_5 h4,
    .grid_5 h5,
    h3.hdg,
    h3.bars {
        margin-bottom: .5em;
    }
    .progress {
        height: 10px;
        margin-bottom: 10px;
    }
    ol.breadcrumb li,
    .grid_3 p,
    ul.list-group li,
    li.list-group-item1 {
        font-size: 14px;
    }
    .breadcrumb {
        margin-bottom: 25px;
    }
    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }
    h2.typoh2 {
        font-size: 1.5em;
    }
    .label {
        font-size: 60%;
    }
    .in-gp-tl {
        padding: 0 1em;
    }
    .in-gp-tb {
        padding-right: 1em;
    }
}

@media (max-width:480px) {
    .grid_5 h3,
    .grid_5 h2,
    .grid_5 h1,
    .grid_5 h4,
    .grid_5 h5,
    h3.hdg,
    h3.bars {
        font-size: 1.2em;
    }
    .table h1 {
        font-size: 26px;
    }
    .table h2 {
        font-size: 23px;
    }
    .table h3 {
        font-size: 20px;
    }
    .label {
        font-size: 53%;
    }
    .alert,
    p {
        font-size: 14px;
    }
    .pagination {
        margin: 20px 0 0px;
    }
    .grid_3.grid_4.w3layouts {
        margin-top: 25px;
    }
}

@media (max-width: 320px) {
    .grid_4 {
        margin-top: 18px;
    }
    h3.title {
        font-size: 1.6em;
    }
    .alert,
    p,
    ol.breadcrumb li,
    .grid_3 p,
    .well,
    ul.list-group li,
    li.list-group-item1,
    a.list-group-item {
        font-size: 13px;
    }
    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }
    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px;
    }
    .list-group {
        margin-bottom: 10px;
    }
    .well {
        padding: 10px;
    }
    .nav>li>a {
        font-size: 14px;
    }
    table.table.table-striped,
    .table-bordered,
    .bs-docs-example {
        display: none;
    }
}

h3.title-w3l.w3l-2:before {
    right: 25%;
}

/*-- //Codes --*/

/*-- gallery --*/

.w3gallery-grids {
    padding: 1em;
}  
/*-- imghvr-hinge --*/
[class^='imghvr-'],
[class*=' imghvr-'] {
	position: relative;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	background-color:#141c27;
	color:#212121;
	overflow: hidden;
	-webkit-backface-visibility: hidden; 
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	cursor: pointer;
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
	vertical-align: top;
	max-width: 100%;
}
[class^='imghvr-'] .agile-figcaption,
[class*=' imghvr-'] .agile-figcaption {
	background-color:#d7920b;
	padding:2.8em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color:#212121;
	text-align: center;
} 
[class^='imghvr-'] .agile-figcaption h4 {
    font-size: 2em;
    margin-bottom: .5em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
[class^='imghvr-'] .agile-figcaption p{
	line-height:1.5em;
	color:#ebe8e8;
}
[class^='imghvr-'] a,
[class*=' imghvr-'] a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
[class^='imghvr-hinge-'],
[class*=' imghvr-hinge-'] {
	-webkit-perspective: 50em;
	perspective: 50em;
}
[class^='imghvr-hinge-'] .agile-figcaption,
[class*=' imghvr-hinge-'] .agile-figcaption {
	opacity: 0;
	z-index: 1;
}
[class^='imghvr-hinge-']:hover img,
[class*=' imghvr-hinge-']:hover img {
	opacity: 0;
}
[class^='imghvr-hinge-']:hover .agile-figcaption,
[class*=' imghvr-hinge-']:hover .agile-figcaption {
	opacity: 1;
	-webkit-transition-delay: 0.21s;
	-moz-transition-delay: 0.21s;
	-o-transition-delay: 0.21s;
	-ms-transition-delay: 0.21s;
	transition-delay: 0.21s;
}
 
/*-- imghvr-hinge-right -- */
.imghvr-hinge-right img {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.imghvr-hinge-right .agile-figcaption {
	-webkit-transform: rotateY(90deg);
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform: rotateY(90deg);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.imghvr-hinge-right:hover > img {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.imghvr-hinge-right:hover .agile-figcaption {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
} 
/*-- //imghvr-hinge --*/ 
/*-- //gallery --*/ 


/*-- Contact --*/

.contact-block-left {
    width: 74%;
    margin: 0 auto;
}

.contact-block-left input[type="text"],
.contact-block-left input[type="email"],
.contact-block-left textarea {
    font-size: 15px;
    color: #000;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.22);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.17);
}

.contact-block-left textarea {
    width: 100%;
    height: 12em;
}

.contact-block-left input[type="submit"] {
    background: #2ec4b6;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border: none;
    padding: 14px 0;
    outline: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    display: inherit;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.17);
}

.contact-block-left input[type="submit"]:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.contact-map iframe {
    width: 100%;
    height: 328px;
    border: none;
}

/* social */

.social-w3 {
    text-align: center;
}

.main ul li {
    display: block;
    width: 48%;
    float: left;
    margin:0 3px 3px 0;
}
.main ul li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 30px;
}

.main ul li.f1 {
    background: #3b5998;
}

.main ul li.f2 {
    background: #db3236;
}

.main ul li.f3 {
    background: #1dcaff;
}

.main ul li.f4 {
    background: #0077B5;
}

.main ul li.f5 {
    background: #ea4c89;
    width: 96.5%;
}

.social-contact-w3 i.fa {
    color: #fff;
    font-size: 30px;
}

.social-w3 p {
    color: #fff;
}

.main ul li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* contact info */

.contact-seco {
    margin-top: 60px;
}

.contact-left-w3ls h3 {
    font-size: 32px;
    color: #ff9f1c;
    margin-bottom: 40px;
}

.contact-left-w3ls i {
    font-size: 30px;
    color: #2ec4b6;
}

.contact-left-w3ls h4 {
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
}

.contact-text-agileinf0 p {
    font-size: 14px;
}

.contact-left-w3ls p a {
    color: #999;
}

.contact-left-w3ls p a:hover {
    color: #ff9f1c;
}

.mail-w3 {
    padding: 30px 0;
}

/*-- //contact --*/

/*--responsive--*/

@media(max-width: 1440px) {
    .w3l-navtop {
        width: 58%;
    }
}

@media(max-width: 1366px) {
    .social-icons {
        width: 22%;
    }
    .slider_banner_info h4 {
        font-size: 56px;
    }
    .slider_banner_info p {
        font-size: 14px;
    }
    .slider-img-2,
    .slider-img,
    .slider-img-3 {
        min-height: 750px;
    }
    .slider_banner_info {
        padding-top: 17em;
    }
    .welcome-left h3 {
        font-size: 34px;
    }
}

@media(max-width: 1280px) {
    .social-icons {
        width: 21%;
    }
    .slider_banner_info p {
        font-size: 13px;
    }
    .callbacks_tabs {
        left: 46%;
    }
    .inner_banner_agile {
        min-height: 340px;
    }
}

@media(max-width: 1080px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 15px;
        padding: 11px 21px;
    }
    .w3l-navtop {
        width: 54%;
    }
    .logo-w3layouts h1 a {
        font-size: 41px;
    }
    .slider_banner_info {
        padding-top: 15em;
        width: 75%;
    }
    .slider_banner_info h4 {
        font-size: 52px;
    }
    .slider-img-2,
    .slider-img,
    .slider-img-3 {
        min-height: 700px;
    }
    .welcome-left h3 {
        font-size: 32px;
    }
    .welcome-left h4 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    h3.title {
        font-size: 44px;
    }
    .middle-left-w3l {
        width: 88%;
    }
    .grid-ec1 h3 {
        font-size: 23px;
    }
    .exce-grid1-mmstyle h4 {
        font-size: 16px;
    }
    .wthree_services_left_grid_left h3 {
        font-size: 26px;
        line-height: 1.3;
    }
    .wthree_about_grid_right iframe {
        width: 440px;
        height: 248px;
    }
    .wthree_about_grid_left h3 {
        font-size: 31px;
    }
    .wthree_about_grid_left p {
        margin-top: 10px;
    }
    .wthree_about_grid_left {
        margin-top: 25px;
    }
    .callbacks_tabs {
        left: 45%;
    }
    .team h4 {
        font-size: 21px;
    }
    .wthree_text h3 {
        font-size: 2em;
    }
    .wthree_text {
        padding: 5em 0 0;
    }
}

@media(max-width: 1050px) {
    .logo-w3layouts h1 a {
        font-size: 38px;
    }
    .social-icons {
        width: 23%;
    }
    .slider_banner_info h4 {
        font-size: 48px;
    }
    .slider_banner_info p {
        font-size: 12px;
    }
    .readmore-w3-agileits a {
        font-size: 14px;
    }
    .slider-img-2,
    .slider-img,
    .slider-img-3 {
        min-height: 660px;
    }
    .middle-w3l {
        padding: 9em 0 8em;
    }
    .exce-grid1-mmstyle {
        padding: 0 .5em;
    }
}

@media(max-width: 1024px) {
    .w3l-navtop {
        width: 56%;
    }
    .social-icons {
        width: 21%;
    }
    .social-icons ul li a.fa {
        font-size: .9em;
        width: 35px;
        height: 35px;
    }
    .inner_banner_agile {
        min-height: 300px;
    }
}

@media(max-width: 991px) {
    .navbar-default .navbar-nav>li>a {
        padding: 11px 18px;
    }
    .w3l-navtop {
        width: 55%;
    }
    h3.title {
        font-size: 40px;
    }
    h3.title:before {
        left: 42%;
    }
    .welcome-right-top img {
        width: 50%;
    }
    .welcome-right {
        margin-top: 1em;
    }
    .middle-left-w3l {
        width: 100%;
    }
    .middle-left-w3l h4 {
        font-size: 36px;
    }
    .middle-left-w3l p {
        font-size: 13px;
    }
    .grid-ec1 {
        padding: 20px;
    }
    .grid-ec1 h3 {
        font-size: 19px;
    }
    .exce-grid1-mmstyle i {
        font-size: 18px;
        margin-right: 6px;
    }
    .exce-grid1-mmstyle h4 {
        font-size: 15px;
    }
    .trips-section,
    .wthree_services,
    .testimonials,
    .team,
    .w3_wthree_agileits_icons,
    .typo,
    .gallery,
    .contact {
        padding: 4em 0;
    }
    .wthree_services_left_grid,
    .w3l_banner_info_left_grid {
        width: 16%;
    }
    .wthree_services_left.mid-w3l {
        margin: 2em 0;
    }
    .wthree_about_grids {
        margin-top: 40px;
    }
    .wthree_about_grid_left p {
        margin-top: 16px;
    }
    .w3_testimonials_grid h4 {
        width: 100%;
    }
    .footer h3, .footer h2 {
        font-size: 21px;
        letter-spacing: 0px;
    }
    .footer-grids form input[type="email"] {
        padding: 11px;
        font-size: 14px;
    }
    .footer-grids form input[type="submit"] {
        font-size: 15px;
        padding: 11px;
    }
    .footer-grids form {
        margin-top: 20px;
    }
    .social-w3r ul li a {
        margin: 29px 0 10px 12px;
    }
    .copy-section p {
        font-size: 14px;
    }
    .copy-section {
        padding: 1.2em 0;
    }
    .footer {
        padding: 3em 0;
    }
    .callbacks_tabs {
        left: 44%;
    }
    .welcome {
        padding: 1em 0 9em;
    }
    .team-grids {
        padding: 0 .5em;
    }
    .team h4 {
        font-size: 20px;
    }
    .wthree_text h3 {
        font-size: 1.6em;
    }
    .wthree_text {
        padding: 4em 0 0;
    }
    .w3layouts_gallery_grid {
        margin-top: 1em;
        padding: 0 .5em;
    }
    .contact-block-left {
        width: 90%;
    }
    .contact-text-agileinf0 p {
        font-size: 13px;
    }
    .main ul li {
        width: 49%;
    }
    .main ul li.f5 {
        width: 98.5%;
    }
}

@media(max-width: 900px) {
    .logo-w3layouts h1 a {
        font-size: 34px;
        margin-left: 14px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 11px 14px;
    }
    .social-icons ul li a.fa {
        margin: 0 2px;
    }
    .slider_banner_info h4 {
        font-size: 44px;
    }
    .slider_banner_info p {
        font-size: 11px;
    }
    .readmore-w3-agileits a {
        font-size: 13px;
    }
    .slider-img-2,
    .slider-img,
    .slider-img-3 {
        min-height: 580px;
    }
    .slider_banner_info {
        padding-top: 12.5em;
    }
    .middle-w3l {
        padding: 8em 0 8em;
    }
    .inner_banner_agile {
        min-height: 260px;
    }
    .contact-block-left input[type="text"],
    .contact-block-left input[type="email"],
    .contact-block-left textarea {
        font-size: 14px;
        padding: 14px
    }
}

@media(max-width: 800px) {
    .logo-w3layouts h1 a {
        font-size: 31px;
        margin-left: 8px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
    }
    .social-icons ul li a.fa {
        font-size: .85em;
        width: 32px;
        height: 32px;
    }
    .w3l-navtop {
        width: 56%;
    }
    .slider_banner_info {
        width: 80%;
    }
    .slider_banner_info h4 {
        font-size: 42px;
    }
    .slider_banner_info p {
        font-size: 10px;
    }
    .slider-img-2,
    .slider-img,
    .slider-img-3 {
        min-height: 566px;
    }
    .w3_testimonials_grid h4 {
        font-size: 17px;
    }
}

@media(max-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        padding: 9px 11px;
    }
    .logo-w3layouts h1 a {
        font-size: 30px;
        margin-left: 6px;
    }
    .w3l-navtop {
        width: 55%;
    }
    .social-icons {
        width: 22%;
    }
    .header-w3l {
        margin-top: 25px;
    }
    .slider_banner_info h4 {
        font-size: 40px;
    }
    .welcome-left h3 {
        font-size: 30px;
    }
    .middle-left-w3l h4 {
        font-size: 34px;
    }
    .middle-w3l {
        padding: 7em 0;
    }
    .wthree_text {
        padding: 4.5em 0 0;
    }
}

@media(max-width: 767px) {
    .nav>li {
        text-align: center;
    }
    div#bs-example-navbar-collapse-1 {
        position: absolute;
        width: 100%;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.73);
    }
    .navbar-toggle {
        position: absolute;
        right: 0;
    }
    .navbar-nav {
        margin: 0;
        width: 100%;
        float: none;
        padding: 0;
    }
    .navbar-nav>li {
        float: none;
        margin: 0;
        width: 100%;
    }
    .navbar-nav>li>a {
        margin: 1em 0;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        color: #fff;
        padding: 7px 0;
    }
    .navbar-toggle {
        border-radius: 0px;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        border-radius: 0px;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
    }
    .navbar-toggle {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ff9f1c;
    }
    .navbar-default .navbar-toggle {
        margin: 7px 20px;
    }
    .navbar-default a.navbar-brand h1 {
        font-size: 30px;
        padding-left: 10px;
    }
    .navbar-default .navbar-brand label {
        letter-spacing: 3px;
    }
    .bottom_header_left {
        margin: .45em 0 0;
    }
    .logo h1 a {
        font-size: 38px;
    }
    .logo-position {
        width: 9%;
        margin-left: -22px;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #fff;
    }
    .navbar-default .navbar-toggle {
        margin: 6px 20px;
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        color: #fff;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 15px 0;
        margin: 16px 0;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }
    .w3l-navtop {
        width: 100%;
    }
    .logo-w3layouts h1 a {
        font-size: 36px;
        margin-left: 16px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        padding: 16px 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu1>li>a {
        color: #fff;
        padding: 16px 0;
    }
    .agile_short_dropdown li a {
        border-bottom: none;
    }
    .agile_short_dropdown1 li a {
        border-bottom: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background: rgba(253, 251, 251, 0.36);
    }
	.navbar-default .navbar-nav .open .dropdown-menu1>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu1>li>a:focus {
        color: #fff;
        background: rgba(253, 251, 251, 0.36);
    }

    .social-icons {
        width: 100%;
        padding: 1em 0 2em;
    }
    .social-icons ul li a.fa {
        font-size: .9em;
        width: 35px;
        height: 35px;
        margin: 0 6px;
    }
    .team .effectd-caption {
        width: 87%;
        margin: 0 auto;
    }
    .team-grids:nth-child(3),
    .team-grids:nth-child(4) {
        margin-top: 2em;
    }
    .inner_banner_agile {
        min-height: 220px;
    }
    .team h4 {
        font-size: 22px;
    }
}

@media(max-width: 736px) {
    h3.title {
        font-size: 38px;
    }
    .exce-grid1-mmstyle h4 {
        font-size: 14px;
    }
    p {
        font-size: 13px;
    }
    .exce-grid1-mmstyle p {
        margin: 10px 0 20px;
    }
    .grid-ec1 h3 {
        font-size: 18px;
    }
    .wthree_services_left_grid_left p {
        font-size: 13px;
    }
    .wthree_about_grid_left h3 {
        font-size: 28px;
    }
    .callbacks_tabs {
        left: 42%;
    }
    .footer h3, .footer h2 {
        font-size: 20px;
    }
    p.footer-one-w3ls {
        font-size: 13px;
    }
    .footer-grids form input[type="submit"] {
        font-size: 14px;
        padding: 10px;
    }
    .footer-grids form input[type="email"] {
        padding: 10px;
        font-size: 13px;
    }
    .copy-section p {
        font-size: 13px;
    }
    .welcome-right-bottom img {
        width: 96%;
    }
    .team .effectd-caption {
        width: 90%;
    }
    .wthree_text {
        padding: 4em 0 0;
    }
    .contact-left-w3ls h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .contact-left-w3ls i {
        font-size: 26px;
    }
    .contact-left-w3ls h4 {
        font-size: 20px;
    }
    .contact-text-agileinf0 p {
        font-size: 12px;
    }
    .main ul li a{
        padding: 24px
    }
}

@media(max-width: 667px) {
    .slider_banner_info h4 {
        font-size: 36px;
    }
    .slider_banner_info h4 {
        font-size: 36px;
    }
    .slider_banner_info p {
        letter-spacing: 2px;
    }
    .slider_banner_info {
        padding-top: 12em;
    }
    .slider-img-2,
    .slider-img,
    .slider-img-3 {
        min-height: 540px;
    }
    h3.title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .welcome-left h3 {
        font-size: 28px;
    }
    .welcome-right-bottom img {
        width: 88%;
    }
    .welcome {
        padding: 1em 0 9em;
    }
    .middle-left-w3l h4 {
        font-size: 35px;
    }
    .middle-left-w3l p {
        font-size: 12px;
    }
    .middle-w3l {
        padding: 5em 0;
    }
    .exce-grid1-mmstyle {
        padding: 0 6em;
        width: 100%;
    }
    .grid-ec1 h3 {
        font-size: 24px;
    }
    .exce-grid1-mmstyle h4 {
        font-size: 15px;
    }
    .exce-grid1-mmstyle:nth-child(3) {
        margin: 2em 0;
    }
    .wthree_services_left_grid,
    .w3l_banner_info_left_grid {
        width: 18%;
    }
    .wthree_services_left_grid_left h3 {
        font-size: 25px;
    }
    .wthree_services_left.mid-w3l {
        margin: 1em 0;
    }
    .footer-grids {
        width: 100%;
    }
    .footer-grids:nth-child(2) {
        margin: 2em 0;
    }
    .footer h3, .footer h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .footer-grids form {
        width: 70%;
    }
    .social-w3l {
        width: 8%;
    }
    .team .effectd-caption {
        width: 100%;
    }
    .team-grids {
        padding: 0 1em;
    }
    .wthree_text {
        padding: 3.5em 0 0;
    }
    .contact-left-w3ls {
        padding: 0;
    }
    .main ul li {
        width: 48%;
    }
    .main ul li.f5 {
        width: 96.5%;
    }
    .modal-header h4 {
        font-size: 30px;
    }
    .modal-header span {
        font-size: 14px;
    }
    .modal-header p {
       font-size:12px;
    }    
    h3.title:before {
        left: 41%;
        width: 90px;
    }
}

@media(max-width: 640px) {
    .slider_banner_info {
        width: 84%;
    }
    .slider-img-2,
    .slider-img,
    .slider-img-3 {
        min-height: 520px;
    }
    .welcome-right-bottom img {
        width: 86%;
    }
    .w3_testimonials_grid h4 {
        font-size: 16px;
    }
    .contact-left-w3ls {
        padding: 0 1em;
        width: 100%;
    }
    .contact-left-w3ls h3 {
        font-size: 28px;
    }
    .contact-icon-wthree {
        width: 10%;
    }
    .contact-text-agileinf0 p {
        font-size: 13px;
    }
    .social-w3 {
        width: 70%;
        margin-top: 2em;
    }
    .main ul li a {
        padding: 30px;
    }
}

@media(max-width: 600px) {
    .slider_banner_info {
        width: 88%;
    }
    .readmore-w3-agileits a {
        font-size: 12px;
    }
    .slider_banner_info {
        padding-top: 11.5em;
    }
    .callbacks_tabs {
        left: 40%;
    }
    .welcome-left h3 {
        font-size: 26px;
    }
    .welcome-right-bottom img {
        width: 80%;
    }
    .middle-left-w3l h4 {
        font-size: 32px;
    }
    .wthree_text {
        padding: 3em 0 0;
    }
    .social-w3 {
        width: 78%;
    }
}

@media(max-width: 568px) {
    .middle-left-w3l h4 {
        font-size: 32px;
    }
    .slider_banner_info h4 {
        font-size: 34px;
    }
    .slider-img-2,
    .slider-img,
    .slider-img-3 {
        min-height: 300px;
    }
    .slider_banner_info {
        width: 90%;
    }
    .welcome-right-bottom img {
        width: 76%;
    }
    .readmore-w3-agileits.about-read a {
        margin-top: 20px;
    }
    .middle-w3l {
        padding: 4em 0;
    }
    .trips-section,
    .wthree_services,
    .testimonials,
    .team,
    .w3_wthree_agileits_icons,
    .typo,
    .gallery,
    .contact {
        padding: 3em 0;
    }
    .exce-grid1-mmstyle {
        padding: 0 4em;
    }
    .wthree_services_left_grid,
    .w3l_banner_info_left_grid {
        width: 22%;
    }
    .social-w3 {
        width: 86%;
    }
}

@media(max-width: 480px) {
    .navbar-default .navbar-toggle {
        margin: 0px 16px;
    }
    .slider_banner_info {
        width: 95%;
    }
    .slider_banner_info h4 {
        font-size: 30px;
    }
    .slider_banner_info p {
        font-size: 9px;
        margin: 20px 0 40px;
    }
    .slider-img-2,
    .slider-img,
    .slider-img-3 {
        min-height: 300px;
    }
    .callbacks_tabs {
        left: 38%;
    }
    h3.title {
        font-size: 32px;
    }
    .welcome-left h3 {
        font-size: 24px;
    }
    .welcome-left h4 {
        font-size: 15px;
        margin: 12px 0;
    }
    .welcome {
        padding: 1em 0 8em;
    }
    .middle-left-w3l h4 {
        font-size: 30px;
    }
    .middle-left-w3l p {
        font-size: 11px;
    }
    .grid-ec1 h3 {
        font-size: 21px;
    }
    .exce-grid1-mmstyle {
        padding: 0 4em;
    }
    .wthree_services_left_grid1 {
        width: 60px;
        height: 60px;
    }
    .wthree_services_left_grid1 i {
        font-size: 24px;
        line-height: 2.4;
    }
    .wthree_services_left_grid_left h3 {
        font-size: 22px;
    }
    .wthree_about_grid_right iframe {
        width: 403px;
        height: 227px;
    }
    .wthree_about_grid_left h3 {
        font-size: 26px;
    }
    .w3_testimonials_grid h4 {
        font-size: 15px;
    }
    .social-w3l {
        width: 10%;
    }
    .copy-section p {
        letter-spacing: 1px;
    }
    .inner_banner_agile {
        min-height: 180px;
    }
    .w3layouts_gallery_grid {
        width: 50%;
    }
    .wthree_text {
        padding: 4em 0 0;
    }
    .social-w3 {
        width: 100%;
    }
    h3.title:before {
        left: 39%;
    }
}

@media(max-width: 440px) {
    .logo-w3layouts h1 a {
        font-size: 32px;
        margin-left: 14px;
    }
    .navbar-toggle {
        padding: 8px 8px
    }
    .slider_banner_info {
        width: 100%;
    }
    .slider_banner_info h4 {
        font-size: 28px;
        letter-spacing: 2px;
    }
    .slider_banner_info p {
        letter-spacing: 1.5px;
    }
    .slider-img-2,
    .slider-img,
    .slider-img-3 {
        min-height: 300px;
    }
    .exce-grid1-mmstyle {
        padding: 0 2em;
    }
    .wthree_services_left_grid,
    .w3l_banner_info_left_grid {
        width: 26%;
    }
    .wthree_about_grid_right iframe {
        width: 363px;
        height: 206px;
    }
    .footer h3, .footer h2 {
        font-size: 22px;
    }
    p.footer-one-w3ls {
        font-size: 12px;
    }
    .footer-grids form {
        width: 100%;
    }
    .contact-icon-wthree {
        width: 14%;
    }
}

@media(max-width: 414px) {
    .navbar-default .navbar-nav>li>a {
        padding: 12px 0;
        margin: 14px 0;
        font-size: 13px;
    }
    .social-icons ul li a.fa {
        margin: 0 4px;
    }
    .slider_banner_info h4 {
        font-size: 26px;
        line-height: 1.4;
    }
    .slider_banner_info p {
        letter-spacing: 1.4px;
    }
    .slider_banner_info {
        padding-top: 10em;
    }
    .slider_banner_info {
        padding-top: 10em;
    }
    .welcome {
        padding: 1em 0 7em;
    }
    .middle-left-w3l h4 {
        font-size: 26px;
    }
    .middle-left-w3l p {
        font-size: 10px;
    }
    .wthree_about_grid_right iframe {
        width: 337px;
        height: 195px;
    }
    .social-w3l {
        width: 14%;
    }
    .wthree_text {
        padding: 3em 0 0;
    }
    .main ul li a {
        padding: 25px;
    }
    .contact-seco {
        margin-top: 40px;
    }
    .main ul li.f5 {
        width: 97%;
    }
    .modal-header h4 {
        font-size: 26px;
    }
    .modal-header p {
        font-size: 11px;
    }    
    .modal-header span {
        font-size: 13px;
        margin-top: 10px;
    }
    h3.title:before {
        width: 80px;
    }
}

@media(max-width: 384px) {
    .logo-w3layouts h1 a {
        margin-left: 6px;
    }
    .slider_banner_info h4 {
        letter-spacing: 1px;
    }
    .slider_banner_info p {
        letter-spacing: 1px;
    }
    .callbacks_tabs {
        left: 35%;
    }
    h3.title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    h3.title:before {
        bottom: -14%;
    }
    .welcome-left h3 {
        font-size: 23px;
    }
    .welcome-right-top img {
        width: 60%;
    }
    .welcome-right-bottom img {
        width: 90%;
    }
    .grid-ec1 h3 {
        font-size: 20px;
    }
    .wthree_services_left_grid1 {
        width: 50px;
        height: 50px;
    }
    .wthree_services_left_grid1 i {
        font-size: 20px;
    }
    .wthree_services_left_grid_left h3 {
        font-size: 21px;
    }
    .wthree_services_left_grid_left p {
        font-size: 12px;
        margin-top: 8px;
    }
    .wthree_about_grid_right iframe {
        width: 307px;
        height: 172px;
    }
    .wthree_about_grid_left h3 {
        font-size: 24px;
    }
    p {
        font-size: 12px;
    }
    .w3_testimonials_grid h4 {
        font-size: 13px;
    }
    .team-grids {
        padding: 0 .5em;
    }
    .team h4 {
        font-size: 18px;
    }
    .team .effectd-caption {
        padding: 16px;
    }
    .team-grids:nth-child(3),
    .team-grids:nth-child(4) {
        margin-top: 1.5em;
    }
    .inner_banner_agile {
        min-height: 160px;
    }
    .w3layouts_gallery_grid {
        width: 100%;
    }
    .wthree_text {
        padding: 6em 0 0;
    }
    .wthree_text h3 {
        font-size: 1.8em;
    }
    .contact-block-left input[type="text"],
    .contact-block-left input[type="email"],
    .contact-block-left textarea {
        font-size: 13px;
        padding: 12px;
        margin-bottom: 12px;
    }
    .contact-block-left textarea {
        height: 10em;
    }
    .contact-block-left input[type="submit"] {
        font-size: 14px;
    }
}

@media(max-width: 375px) {
    .slider-img-2,
    .slider-img,
    .slider-img-3 {
        min-height: 200px;
    }
    .welcome-left h3 {
        font-size: 22px;
    }
    .welcome-left h4 {
        font-size: 14px;
    }
    .readmore-w3-agileits a {
        padding: 12px 26px;
    }
    .middle-left-w3l h4 {
        font-size: 25px;
    }
    .grid-ec1 h3 {
        font-size: 18px;
    }
    .exce-grid1-mmstyle {
        padding: 0 1em;
    }
    .wthree_services_left_grid_left h3 {
        font-size: 20px;
    }
    .wthree_about_grids {
        margin-top: 20px;
    }
}

@media(max-width: 320px) {
    .logo-w3layouts h1 a {
        font-size: 28px;
    }
    .navbar-toggle {
        padding: 7px 8px;
    }
    .header-w3l {
        margin-top: 18px;
    }
    .slider_banner_info h4 {
        font-size: 21px;
    }
    .slider_banner_info {
        padding-top: 8em;
    }
    .slider_banner_info p {
        letter-spacing: 2px;
        margin: 12px 0 35px;
    }
    .readmore-w3-agileits a {
        padding: 10px 20px;
        font-size: 11px;
    }
    .slider-img-2,
    .slider-img,
    .slider-img-3 {
        min-height: 386px;
    }
    .callbacks_tabs {
        left: 33%;
    }
    h3.title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    h3.title:before {
        left: 35%;
    }
    .callbacks_tabs a:after {
        height: 11px;
        width: 11px;
    }
    .welcome-left h3 {
        font-size: 18px;
    }
    .welcome-left {
        margin-top: 0em;
    }
    .welcome-left h4 {
        font-size: 13px;
    }
    p {
        font-size: 11px;
    }
    p {
        font-size: 11px;
    }
    .middle-left-w3l h4 {
        font-size: 22px;
    }
    .middle-w3l {
        padding: 3em 0;
    }
    .trips-section,
    .wthree_services,
    .testimonials,
    .team,
    .w3_wthree_agileits_icons,
    .typo,
    .gallery,
    .contact {
        padding: 2em 0;
    }
    .wthree_services_left_grid,
    .w3l_banner_info_left_grid {
        width: 33%;
    }
    .wthree_services_left_grid_left h3 {
        font-size: 16px;
    }
    .wthree_services_left_grid_left p {
        font-size: 11px;
    }
    .wthree_about_grid_right iframe {
        width: 243px;
        height: 136px;
    }
    .w3_testimonials_grid h5 {
        font-size: 20px;
    }
    .w3_testimonials_grid p {
        margin-top: 6px;
        font-size: 11px;
    }
    .footer h3, .footer h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .footer {
        padding: 2em 0;
    }
    .social-w3l {
        width: 18%;
    }
    .copy-section p {
        font-size: 13px;
    }
    .footer-grids form input[type="submit"] {
        font-size: 13px;
    }
    .inner_banner_agile {
        min-height: 140px;
    }
    ul.short_ls li {
        font-size: 13px;
    }
    .services-breadcrumb {
        padding: .6em 0;
    }
    .services-breadcrumb ul li span {
        padding: 0 6px;
    }
    .welcome {
        padding: 0em 0 6em;
    }
    .welcome-right {
        margin-top: 0em;
    }
    .team-grids {
        padding: 0 1em;
        width: 100%;
    }
    .team-grids:nth-child(2),
    .team-grids:nth-child(3),
    .team-grids:nth-child(4) {
        margin-top: 1.5em;
    }
    .team h4 {
        font-size: 20px;
    }
    .wthree_text {
        padding: 5em 0 0;
    }
    .contact-icon-wthree {
        width: 10%;
        padding: 0;
    }
    .contact-left-w3ls i {
        font-size: 24px;
    }
    .contact-text-agileinf0 p {
        font-size: 11px;
    }
    .contact-left-w3ls h4 {
        font-size: 18px;
    }
    .mail-w3 {
        padding: 20px 0;
    }
    .social-contact-w3 i.fa {
        font-size: 20px;
    }
    .social-w3 p {
        letter-spacing: 0px;
    }
    .main ul li a {
        padding: 20px;
    }
    .modal-header span {
        font-size: 11px;
    }
}

/*--//responsive--*/

/*-- banner bottom grids --*/
.banner-bottom-grids{
	position: relative;
	top:93%;
	z-index: 0;
    width:100%;
}
.banner-bottom-grd{
	padding:2em;
	background:#fff;
}
.banner-bottom-grd i {
	float: left;
	font-size: 2.5em;
	margin: 0 0 1em;
	color: #fff;	
}
.banner-bottom-grid h3 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 20px;
   font-size: 1.8em;
}
.banner-bottom-grd p {
    float: left;
    font-size: 15px;
    line-height: 1.6em;
    margin: 0;
    color: #fff;
	text-align: center;
}
p.w3ltext{
	color:#999;
	font-size:14px;
	margin:1em 0 3em;
	line-height: 1.8em;
}
.w3-agile-back,.more4 a{
	background:#000000;
} 
.w3-agile-back1,.more1 a{
	background:rgb(244, 173, 33);
}
.w3-agile-back2,.more2 a{
	background:#20a7bd;
}
.w3-agile-back3,.more3 a{
	background:rgba(10, 0, 0, 0.8);
}
.w3l_header_contact_details_agile {
    float: right;
}
.w3l_header_contact_details_agile p {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
a.w3l_header_contact_details_agile-info_inner {
    color: #fff;
}
a.w3l_header_contact_details_agile-info_inner span i {
    margin-right: 0.5em;
    color: rgb(244, 173, 33);
}
/*-- banner bottom grids --*/
        ol,
        ul,
        li {
            list-style: none;
        }
        .head-nav {
            width: 100%;
            height: 20px;
        }
        .head-nav-con {
            width: 1200px;
            height: 20px;
            margin: auto;
        }
        .head-nav-con ul li {
            width: 135px;
            float: left;
            font-size: 14px;
            text-align: center;
        }
        .head-nav-con ul li:hover {
            background: #ff9c01;
        }
        .head-nav-con ul a {
            display: block;
            text-decoration: none;
            text-align: center;
            line-height: 10px;
            color: white;
        }
        .head-nav-con .drop-down {
            position: relative;
        }
        .head-nav-con .drop-down-content {
            padding: 0;
            display: none;
            position: absolute;
            z-index: 1;
            background: #007130;
        }
        .head-nav-con .drop-down-content li:hover > a {
            background-color: #ff9c01;
        }
        .head-nav-con .drop-down:hover .drop-down-content {
            display: block;
        }
        .head-nav-con .drop-down-2 {
            position: relative;
        }
        .head-nav-con .drop-down-content-2 {
            padding: 0;
            display: none;
            position: absolute;
            z-index: 1;
            background-color: #007130;
            right: -140px;
            top: 0;
        }
        .head-nav-con .drop-down-content-2 > li {
            float: none;
            background-color: #007130;
        }
        .head-nav-con .drop-down-content-2 li:hover a {
            background-color: #ff9c01;
        }
        .head-nav-con .drop-down-2:hover .drop-down-content-2 {
            display: block;
        }









/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform,height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 90px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 90px;
    left: auto;
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

body {
	/* background: #eee; */
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.layer-mask {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	transition: all 0.5s;
	background-color: #3e3e3e;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.swiper-slide-active .layer-mask {
	display: none;
}

.pc-banner {
	width: 100%;
	float: left;
}

@media screen and (max-width: 668px) {
	.pc-banner {
		background-size: auto 100%;
	}
}

.swiper-container {
	width: 100%;
	margin: 35px 0;
}

@media screen and (max-width: 668px) {
	.swiper-container {
		margin: 20px 0 15px;
	}
}

.swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.85);
	/* margin: 1px; */
	transform: scale(0.85);
	margin-top: 70px;
	margin-bottom: 70px;
}

@media screen and (max-width: 668px) {
	.swiper-slide {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	z-index: 1002;
}

@media screen and (max-width: 668px) {
	.swiper-slide-active,.swiper-slide-duplicate-active {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.swiper-slide a {
	background: #fff;
	display: block;
	border-radius: 2px;
}

@media screen and (min-width: 668px) {
	.swiper-slide a:after {
		position: absolute;
		top: 0px;
		left: 0;
		display: block;
		box-sizing: border-box;
		content: "";
		width: 100%;
		height: 100%;
		border-radius: 2px;
		box-shadow: 0 2px 6px rgba(0,0,0,0.3);
		box-shadow: 0 4px 20px 0 rgba(0,0,0,0.3);
	}

	.swiper-slide-active a:before {
		position: absolute;
		top: 410px;
		left: 0;
		display: block;
		box-sizing: border-box;
		content: "";
		width: 100%;
		height: 100%;
		border-radius: 2px;
		/* box-shadow: 0 2px 6px rgba(0,0,0,0.3); */
		/* box-shadow: 0 4px 20px 0 rgba(0,0,0,0.3); */
		z-index: 10002;
	}
}

.swiper-slide-active a:after {
	background: none;
}

@media screen and (max-width: 668px) {
	.swiper-slide a {
		padding: 5px;
		border-radius: 2px;
	}
}

.swiper-slide img {
	width: 100%;
	border-radius: 5px;
	display: block;
	height: 100%;
	border: none;
}

@media screen and (max-width: 668px) {
	.swiper-slide img {
		border-radius: 2px;
	}
}

.swiper-pagination {
	position: relative;
	margin-bottom: 30px;
}

.swiper-pagination-bullet {
	background: #00a0e9;
	margin-left: 4px;
	margin-right: 4px;
	width: 17px;
	height: 17px;
	opacity: 1;
	margin-bottom: 4px;
}

.swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
	background: #FFF;
	margin-bottom: 0;
}

@media screen and (max-width: 668px) {
	.swiper-pagination {
		position: relative;
		margin-bottom: 20px;
	}

	.swiper-pagination-bullet {
		background: #00a0e9;
		margin-left: 2px;
		margin-right: 2px;
		width: 8px;
		height: 8px;
		margin-bottom: 2px;
	}

	.swiper-pagination-bullet-active {
		width: 6px;
		height: 6px;
		background: #FFF;
		border: 3px solid #00a0e9;
		margin-bottom: 0;
	}
}

.button {
	width: 100%;
	margin: 0 auto;
	top: -290px;
	position: relative;
	z-index: 1002;
}

@media screen and (max-width: 1105px) {
	.button {
		width: 100%;
		top: -240px;
		z-index: 1002;
		position: relative;
	}
}

@media screen and (max-width: 800px) {
	.button {
		width: 100%;
		top: -200px;
		z-index: 1002;
		position: relative;
	}
}

.button div:hover {
	background-color: #333;
	opacity: 0.8;
	cursor: pointer;
}

.swiper-button-prev {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
	opacity: 0.5;
	background-size: 15px;
	cursor: pointer;
}

.swiper-button-next {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
	opacity: 0.5;
	background-size: 15px;
	cursor: pointer;
}

@media screen and (max-width: 668px) {
	.button div {
		width: 28px;
		height: 28px;
	}
}