/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
    font-size: 100%;
        font-family: 'Open Sans', sans-serif;
        background:#ffffff;
        margin: 0;
}
p,ul li,ol li{
        margin:0;
        font-size:14px;
}
h1,h2,h3,h4,h5,h6{
        font-family: 'Oswald', sans-serif;
        margin:0;
}
ul,label{
        margin:0;
        padding:0;
}
body a:hover{
        text-decoration:none;
}
input[type="submit"],input[type="reset"],a,.w3ls_services_grid{
        -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
}
hr.style-one {
   border: 0;
   height: 1px;
   background: #333;
   background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.col-xs-4.team-w3-agile1 {
    width: 35%;
    float: left;
}
.col-xs-8.team-w3-agile2 {
    width: 65%;
    float: left;
}

/*-- header --*/
.header{
        /*padding:.5em 0;*/
        padding:0 0;
}
/*-- //header --*/
/*-- banner --*/
.banner{
	/*background: url(../images/banner.jpg) no-repeat 0px 0px;*/
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   -ms-background-size: cover;
   min-height: 450px;
	display: table; 
	margin: 0 auto;
}
.banner_nopic{
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   -ms-background-size: cover;
   min-height: 50px;
}
/*-- nav --*/
.navbar-right {
    float: none !important;
    /*padding: 0;*/
    margin: 1em 0 0 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-collapse {
   box-shadow: none;
}
.navbar-default {
   background: none;
   /*background: rgba(0, 0, 0, 0.5);*/ /* Black color with 50% alpha/opacity */
   /* background: rgba(255, 255, 255, 0.4);*/ /* Black color with 50% alpha/opacity 
   border: none;*/
	border: 1px solid blue;
}
.navbar {
	/*ODP  */
	border: 0px solid yellow;
   margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
	/*ODP  */
   color: #ffffff;  /*000000;*/  /*212121;  black */
}
.navbar-nav > li > a {
	/*ODP  */
   /*padding:.7em 1.5em;*/
	padding:.7em .7em;
   text-transform: uppercase;
   font-weight: bold;  /*600;*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	/*ODP  */
    color:#bbe1f7;  /*light blue */
    background: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	/*ODP  */
    color:#bbe1f7;  /*light blue */
    background: none;
}
.navbar-default .navbar-nav > li > a:hover{
	/*ODP  */
    color: #bbe1f7;  /*light blue*/
}
.navbar-nav {
	/*ODP  
   margin: 0.5em 0 0;*/
   /**/
	margin: 1.5em 0 0;
	/*the next two center the div within the holder div  
   display: table;
   margin: 0 auto;*/
   border: 0x solid purple;
	background: #1C4A65;
	text-align: center;
}
.w3_agile_nav a {
	/*ODP  
    margin: 0 .5em;
    overflow: hidden;
    -moz-transition: ease-out 0.3s 0.1s;
    -o-transition: ease-out 0.3s 0.1s;
    -webkit-transition: ease-out 0.3s;
    -webkit-transition-delay: 0.1s;
    transition: ease-out 0.3s 0.1s;*/
}
.w3_agile_nav a span::before {
	/*ODP  */
  width: 100%;
  height: 1px;
  background: #bbe1f7;  /*light blue */
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /*
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  */
}
.w3_agile_nav a span::after {
	/*ODP  */
  width: 100%;
  height: 1px;
  background: #bbe1f7;  /*light blue*/
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  /*
  -moz-transition: 0.1s 0.2s;
  -o-transition: 0.1s 0.2s;
  -webkit-transition: 0.1s;
  -webkit-transition-delay: 0.2s;
  transition: 0.1s 0.2s;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  */
}
.w3_agile_nav a::before {
	/*ODP  */
  width: 1px;
  height: 100%;
  background: #bbe1f7;  /*light blue*/
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /*
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: 0.1s 0.3s;
  -o-transition: 0.1s 0.3s;
  -webkit-transition: 0.1s;
  -webkit-transition-delay: 0.3s;
  transition: 0.1s 0.3s;
  */
}
.w3_agile_nav a::after {
	/*ODP  */
  width: 1px;
  height: 100%;
  background: #bbe1f7;  /*light blue*/
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  /*
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: 0.1s 0.1s;
  -o-transition: 0.1s 0.1s;
  -webkit-transition: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition: 0.1s 0.1s;
  */
}
.w3_agile_nav a:hover {
  color: white;
}
.w3_agile_nav a:hover::before, .w3_agile_nav a:hover::after,.w3_agile_nav li.active a::before, .w3_agile_nav li.active a::after {
  /*
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  */
}
.w3_agile_nav a:hover span::before, .link-effect-12 a:hover span::after,
.w3_agile_nav li.active a span::before, .w3_agile_nav li.active a span::after{
  /*
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
  */
}
/*-- //nav --*/
/*-- banner section --*/
.clearfix:before,
.clearfix:after {
        content: " ";
        display: table;
}

.clearfix:after {
        clear: both;
}

.clearfix {
        *zoom: 1;
}

.fl {
        float: left;
}

.row {
        width: 100%;
}

.grid12 {
        float: left;
        padding-left: 0.5em;
        padding-right: 0.5em;
}

.small12 {
        width: 100%;
}

.small3 {
        width: 25%;
}


@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*-- /banner section --*/
/*-- //banner --*/
/*-- banner-bottom --*/

select option{
        border: 1px solid #DFDFDF;
        outline: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
input.text_box {
    border: 1px solid #ccc;
    padding: 8px 10px;
    /*width: 15%;*/
    outline: none;
    -webkit-appearance: none;
    font-size: 14px;
    color: #212121;
    font-weight: 600;
    width: 100%;
}
input#amount {
    color: #212121;
    font-size: 1em;
    /*margin-top: 1.5em;*/
    outline: none;
    letter-spacing: 1px;
    width: 90%;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
}
/*-- //banner-bottom --*/
/*-- about section --*/
section.about-w3ls {
   background:url(../images/about.jpg) no-repeat;
   background-position:center;
   background-attachment:fixed;
   background-size:100% 100%;
   -webkit-background-size:100% 100%;
   -moz-background-size:100% 100%;
   -o-background-size:100% 100%;
   -ms-background-size:100% 100%;
}
section.about-w3ls .container-fluid {
   padding:0;
}
section.about-w3ls h2 {
   font-size:50px;
   font-weight:normal;
   color:#fff;
   padding: 85px 0px 20px;
   font-family: 'Abel', sans-serif;
   margin-left: 30px;
}
section.about-w3ls p {
   font-size:16px;
   font-weight:normal;
   color:#fff;
   padding-right:150px;
   line-height:40px;
   margin-left: 30px;
}
section.about-w3ls img.agile1.img-responsive {
   width: 100%;
   height: auto;
   margin: 0;
   padding: 0;
}
section.about-w3ls img.agile2.img-responsive {
   position:absolute;
   width: 260px;
   height: auto;
   left: -130px;
   top: 127px;
}
section.about-w3ls .col-lg-6.col-md-6.col-sm-6.w3l2 {
   padding: 0;
}
.column {
   margin:0;
   padding:0;
}
.column::after {
   content: '';
   clear: both;
   display: block;
}
.column div {
   position: relative;
   width:100%;
   margin:0;
   padding:0;
}
.column div:first-child {
   margin-left: 0;
}
figure {
   width:100%;
   margin: 0;
   padding: 0;
   background: #fff;
   overflow: hidden;
}
.hover01 figure img {
   width:100%;
   height:auto;
   -webkit-transform: scale(1);
   transform: scale(1);
   -moz-transform:scale(1);
   -o-transform:scale(1);
   -ms-transform:scale(1);
   -webkit-transition:all 0.7s ease-in-out;
   transition:all 0.7s ease-in-out;
   -moz-transition:all 0.7s ease-in-out;
   -o-transition:all 0.7s ease-in-out;
   -ms-transition:all 0.7s ease-in-out;
}
section.about-w3ls:hover .hover01 figure img {
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   -moz-transform:scale(1.5);
   -o-transform:scale(1.5);
   -ms-transform:scale(1.5);
}
/*-- /about section --*/

/*-- services --*/
/*  ODP
.services,.skills,.newsletter,.testimonials {
   padding:5em 0;
}
*/
.w3layouts_header{
   /*text-align:center;*/
   text-align:left;
}
.w3layouts_header p{
   font-size:2em;
   color:#144866;  /*#fb5710;*/
   position:relative;
}
.w3layouts_header p:before,.w3layouts_header p:after{
   content: '';
   background: #212121;
   height: 2px;
   width: 5%;
   position: absolute;
   top: 65%;
}
.w3layouts_header p:before{
   left:41%;
}
.w3layouts_header p:after{
   right:41%;
}
.w3layouts_header p span:before,.w3layouts_header p span:after{
   content: '';
   background: #212121;
   height: 2px;
   width: 7%;
   position: absolute;
   top: 35%;
}
.w3layouts_header p span:before{
   left:38%;
}
.w3layouts_header p span:after{
   right:38%;
}
.w3layouts_header h5{
   margin: 1em 0 0;
   color: #21d0e7;
   font-size: 1.5em;
   text-transform: uppercase;
   letter-spacing: 3px;
}
.w3layouts_header h5 span{
   color:#212121;
}

.w3layouts_header_heading{
   text-align:center;
}
.w3layouts_header_heading p{
   font-size:2em;
   color:#144866;  /*#fb5710;*/
   position:relative;
}
.w3layouts_header_heading p:before,.w3layouts_header_heading p:after{
   content: '';
   background: #212121;
   height: 2px;
   width: 5%;
   position: absolute;
   top: 65%;
}
.w3layouts_header_heading p:before{
   left:41%;
}
.w3layouts_header_heading p:after{
   right:41%;
}
.w3layouts_header_heading p span:before,.w3layouts_header_heading p span:after{
   content: '';
   background: #212121;
   height: 2px;
   width: 7%;
   position: absolute;
   top: 35%;
}
.w3layouts_header_heading p span:before{
   left:38%;
}
.w3layouts_header_heading p span:after{
   right:38%;
}
.w3layouts_header_heading h5{
   margin: 1em 0 0;
   color: #21d0e7;
   font-size: 1.5em;
   text-transform: uppercase;
   letter-spacing: 3px;
}
.w3layouts_header_heading h5 span{
   color:#212121;
}



.w3_services_grids{
   padding:1em 0 0;
}
.w3l_services_grid{
   margin:2em 0 0;
}
.w3l_services_grid:hover .w3ls_services_grid{
   opacity:.8;
}
.w3ls_services_grid{
   position:relative;
}
.agile_services_grid1_sub {
   text-align: right;
}
.agile_services_grid1_sub p {
   background: #10b5fb;
   padding: 0.2em .5em;
   color: #fff;
   display: inline-block;
   font-weight: 600;
}
.w3_agileits_service{
        color:#10b5fb;
}
.w3_agileits_service1{
        color:#21e790;
}
.w3_agileits_service2{
        color:#e72121;
}
.w3_agileits_service3{
        color:#a821e7;
}
.w3_agileits_service4{
        color:#fbb810;
}




/*-- villa services --*/
/*
.newsletter{
        padding:5em 0;
}
*/
/*-- /services --*/
/*-- //services --*/
/*-- skills --*/
.skills{
	background: url(../images/basseterre.jpg) no-repeat; /*0px 0px;*/
	position: relative;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .skills {
		background-attachment: scroll;
  }
}
.w3layouts_skills_grids{
        margin:3em 0 0;
}
/*-- //skills --*/
/*-- newsletter --*/
.w3ls_newsletter_social{
	margin:0.5em 0 0;
	text-align:center;
}
.w3ls_newsletter_social ul li a{
	color:#fff;
}
/*-- //newsletter --*/
/*-- properties --*/
/*-- //properties --*/
/*-- about --*/
/*-- //about --*/
/*-- oriteam --*/
.agile_team_grid h4{
        margin:1em 0 .5em;
        color:#fff;
        font-size: 1.1em;
}
.agile_team_grid p{
        color:#21d0e7;
}
.agileits_w3layouts_team_grid{
    position: relative;
    overflow: hidden;
}
.agile_team_grid:hover .agileits_w3layouts_team_grid img{
    opacity:0.8;
}
.agile_team_grid{
        text-align:center;
}
.agileits_w3layouts_team_grid{
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.agileits_w3layouts_team_grid img,.agileits_w3layouts_team_grid_pos{
        -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.agileits_w3layouts_team_grid_pos{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -150px auto 0;
    opacity: 0;
}
.agile_team_grid:hover .agileits_w3layouts_team_grid_pos{
    margin: 0 auto 0;
    opacity: 1;
}
.agileits_w3layouts_team_grid_pos ul li a{
        color:#fff;
}
/*-- //oriteam --*/
/*-- villa team   --*/
figure {
        width:100%;
        margin: 0;
        padding: 0;
        background: #fff;
        overflow: hidden;
}
.hover01 figure img {
        width:100%;
        height:auto;
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        -ms-transform:scale(1);
        -webkit-transition:all 0.7s ease-in-out;
        transition:all 0.7s ease-in-out;
        -moz-transition:all 0.7s ease-in-out;
        -o-transition:all 0.7s ease-in-out;
        -ms-transition:all 0.7s ease-in-out;
}
section.about-w3ls:hover .hover01 figure img {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -moz-transform:scale(1.5);
        -o-transform:scale(1.5);
        -ms-transform:scale(1.5);
}

/*-- team --*/
section.team-w3ls {
        padding:100px 0;
}
section.team-w3ls h3.text-center {
        font-size:50px;
        font-weight:normal;
        color:#000;
        text-transform:capitalize;
        padding-bottom:40px;
        font-family: 'Abel', sans-serif;
}
section.team-w3ls .team-agileits {
        padding: 25px 0;
        background:url(../images/team.jpg) no-repeat;
        background-position:center;
        background-size:100% 100%;
        -webkit-background-size:100% 100%;
        -moz-background-size:100% 100%;
        -o-background-size:100% 100%;
        -ms-background-size:100% 100%;
}
section.team-w3ls .team-agileits .hover01.column {
    margin-bottom: 15px;
}        
section.team-w3ls .team-agileits:hover .hover01 figure img {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -moz-transform:scale(1.5);
        -o-transform:scale(1.5);
        -ms-transform:scale(1.5);
}
ul.social-icons1 {
        list-style:none;
        text-align:center;
        text-align:-webkit-center;
        text-align:-moz-center;
}
ul.social-icons1 li {
        display:inline;
}
ul.social-icons1 li a i.fa {
        border-radius:50%;
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        -o-border-radius:50%;
        -ms-border-radius:50%;
        font-size:16px;
        width:35px;
        height:35px;
        color:#fff;
        line-height: 35px;
        text-align: center;
        transition:0.5s all;
        -webkit-transition:0.5s all;
        -moz-transition:0.5s all;
        -o-transition:0.5s all;
        -ms-transition:0.5s all;
}
ul.social-icons1 li a i.fa.fa-facebook {
        background-color:#3b5998;
}
ul.social-icons1 li a i.fa.fa-youtube {
        background-color:#fd001a;
}
ul.social-icons1 li a i.fa.fa-twitter {
        background-color:#55acee;
}
ul.social-icons1 li a i.fa.fa-google-plus {
        background-color:#dc4e41;
}
ul.social-icons1 li a i.fa.fa-facebook:hover {
        background-color:#002573;
}
ul.social-icons1 li a i.fa.fa-youtube:hover {
        background-color:#002573;
}
ul.social-icons1 li a i.fa.fa-twitter:hover {
        background-color:#004A82;
}
ul.social-icons1 li a i.fa.fa-google-plus:hover { 
        background-color:#8A0B00;
}
ul.social-icons1 li a i.fa:hover {
    -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        -moz-animation: spin 2s linear infinite;
        -o-animation: spin 2s linear infinite;
        -ms-animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.col-lg-6.col-md-6.col-sm-12.team-info1 {
    padding-bottom: 50px;
}
section.team-w3ls h4 {
        font-size:25px;
        font-weight:normal;
        color:#fff;
        padding-bottom:15px;
        font-family: 'Abel', sans-serif;
}
section.team-w3ls p.team-agile1 {
        font-size:18px;
        font-weight:normal;
        color:#fff;
        padding-bottom:20px;
}
section.team-w3ls p.team-agile2 {
        font-size:14px;
        font-weight:normal;
        line-height:30px;
        color:#fff;
}
/*-- /team --*/

/*  //villa team  --*/
/*-- gallery --*/
section.gallery-w3ls {
        padding:100px 0;
        background:url(../images/featurepropbg.jpg) no-repeat;
        background-position:center;
        background-attachment:fixed;
        background-size:100% 100%;
        -webkit-background-size:100% 100%;
        -moz-background-size:100% 100%;
        -o-background-size:100% 100%;
        -ms-background-size:100% 100%;
}
section.gallery-w3ls h3.text-center {
        font-size:50px;
        font-weight:normal;
        color:#000;
        text-transform:capitalize;
        padding-bottom:40px;
        font-family: 'Abel', sans-serif;
}
/*-- /gallery --*/
/*-- stats --*/
.w3_agileits_stats_grid{
	padding:2em;
	/*background:#f5f5f5;
	opacity: .4; 
	box-shadow:0px 1px 3px #cecece;*/
	text-align:center;
}
.w3_agileits_stats_grid h3{
	display:inline;
   background-color:white;
   color:#000;	
	font-size: 1em;
	/*color: #212121;*/
	text-transform: uppercase;
	letter-spacing: 2px;
	margin:2em 0;
}
.w3_agileits_stats_grid i{
        font-size:1.5em;
}
.w3_agileits_stats_grid .fa-users,.w3_agile_counter{
        color:#10b5fb;
}
.w3_agileits_stats_grid p{
        font-size:2em;
        font-weight:bold;
}
.w3_agileits_stats_grid .fa-trophy,.w3_agile_counter1{
        color:#e72121;
}
.w3_agileits_stats_grid .glyphicon-thumbs-up,.w3_agile_counter2{
        color:#a821e7;
}
.w3_agileits_stats_grid .fa-line-chart,.w3_agile_counter3{
        color:#144866;  /*#fb5710;*/
}
/*-- //stats --*/
/*-- mail --*/
/*-- effect --*/
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0em 1.7em 1em 0;
	width: 350px;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #212121;
	font-weight: bold;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

/*-- //effect --*/
	#map {
		/*width: 100%;
		min-height: 500px;*/
	}
/*-- icons --*/

@media (max-width:1080px){
	.col-lg-12.col-md-12.col-sm-12.info-w3-agile2 {
		width: 50%;
		float: left;
	}
}
@media (max-width:991px){
	.col-lg-6.col-md-6.col-sm-6.w3l1 {
		width: 100%;
		float: left;
		padding:0;
	}
	section.about-w3ls .col-lg-6.col-md-6.col-sm-6.w3l2 {
		padding: 0;
		width: 100%;
		float: left;
	}
	.col-lg-6.col-md-6.col-sm-6.contact-w3-agile1 {
		width: 100%;
		float: left;
		padding-bottom:40px;
	}
	.col-lg-6.col-md-6.col-sm-6.contact-w3-agile2 {
		width: 100%;
		float: left;
	}
	.col-lg-6.col-md-6.col-sm-12.team-info1,.col-lg-6.col-md-6.col-sm-12.team-info2 {
		padding-bottom: 30px;
	}
}
@media (max-width:800px){
	.row {
		margin-right: 0;
		margin-left: 0;
	}
}
@media (max-width:736px){
	.col-lg-6.col-md-6.col-sm-6.info-w3-agile1 {
		width: 50%;
		float: left;
	}
}
@media (max-width: 640px){
}
@media (max-width: 480px){
	.col-lg-6.col-md-6.col-sm-6.info-w3-agile1 {
		width: 50%;
		float: left;
	}
	.col-lg-6.col-md-6.col-sm-12.team-info1,.col-lg-6.col-md-6.col-sm-12.team-info2 {
		padding-bottom: 35px;
	}
	.col-lg-12.col-md-12.col-sm-12.info-w3-agile2 {
		width: 100%;
		float: left;
	}
}
@media (max-width: 384px){
}
/*-- //icons --*/
/*--Typography--*/
.w3layouts {
	margin: 0 !important;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
        background:none;
        padding:2em 0;
}
.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;
}
section#tables  p {
	margin-top: 1em;
}
/*  ODP commented out
.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;
}
.label {
	font-weight: 300 !important;
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
ol {
	margin-bottom: 44px;
}
@media (max-width:480px){
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.w3layouts {
		margin-top: 0;
	}
}
@media (max-width: 320px){
	h3.title {
		font-size: 1.6em;
	}
	.nav > li > a {
		font-size: 14px;
	}
}
/*-- //typography --*/
/*-- start-responsive-design --*/
.proplistsumm {
	position: relative;
	float: left;
	width: 375px;
	height: 420px;
}
.propbox {
	width: 375px;
	height: 395px;
	/*padding-left: 10px;
	padding-right: 10px;*/
	padding: 10px;
}

.contlistsumm {
	position: relative;
	float: left;
	width: 375px;
	height: 400px;
}
.contbox {
	width: 375px;
	height: 375px;
	/*padding: 5px;*/
}
.banner,.banner-nopic {
	min-width: 500px;
}
.phbanner,.phbanner-nopic {
	min-width: 350px;
}

/*************************************************  max width 1440px ****************************************************************/
@media (max-width:1440px){
	/*
	.banner,.banner-nopic {
		min-height: 645px;
	}
	*/
	.proplistsumm {
		position: relative;
		float: left;
		width: 375px;
		height: 400px;
	}
	.propbox {
		width: 375px;
		height: 375px;
		padding: 10px;
	}
}
/*************************************************  max width 1280px ****************************************************************/
@media (max-width: 1280px){
	/* ODP  */
	/*
	.w3layouts_header w3-content w3-section {
		left: 50%;
	}
	*/
	.proplistsumm {
		position: relative;
		float: left;
		width: 375px;
		height: 400px;
	}
	.propbox {
		width: 375px;
		height: 375px;
		padding: 10px;
	}
}
/*************************************************  max width 1080px ****************************************************************/
@media (max-width: 1080px){
   /*
	.navbar-nav > li > a {
		padding: .7em 1em;
   }
   .navbar-nav {
		margin: 0.2em 0 0;
   }
   .banner,.banner-nopic {
		min-height: 530px;
   }
   .services, .skills, .newsletter {
      padding: 4em 0;
   }
   .w3_agileits_stats_grid {
      padding: 2em 1em;
   }
   .input.input--chisato:nth-child(3) {
      margin-right: 0 !important;
   }
   .input {
      width: 292px;
   }
   #map {
      min-height: 400px;
   }
	section.info-agileinfo,section.gallery-w3ls,section.team-w3ls,section.contact-w3ls,section.special-w3ls {
		padding: 50px 0;
	}
	section.special-w3ls h3,section.info-agileinfo h3.text-center,section.gallery-w3ls h3.text-center,section.team-w3ls h3.text-center {
		font-size: 40px;
	}
	section.team-w3ls p.team-agile1 {
		padding-bottom:10px;
	}
	.col-lg-3.col-md-3.col-sm-6.wthree1,.col-lg-3.col-md-3.col-sm-6.wthree2,.col-lg-3.col-md-3.col-sm-6.wthree3,.col-lg-3.col-md-3.col-sm-6.wthree4 {
		width: 50%;
		float: left;
	}
	.col-lg-3.col-md-3.col-sm-6.wthree1,.col-lg-3.col-md-3.col-sm-6.wthree2 {
      padding-bottom:50px;
	}
	*/
	.proplistsumm {
		position: relative;
		float: left;
		width: 375px;
		height: 400px;
	}
	.propbox {
		width: 375px;
		height: 375px;
		padding: 10px;
	}
}
/*************************************************  max width 1024px ****************************************************************/
@media (max-width: 1024px){
	.proplistsumm {
		position: relative;
		float: left;
		width: 375px;
		height: 400px;
	}
	.propbox {
		width: 375px;
		height: 375px;
		padding: 10px;
	}
}
/*************************************************  max width 991px ****************************************************************/
@media (max-width: 991px){
	/*
	.navbar-nav > li > a {
		padding: .5em 0.6em;
	*/	
		/*ODP  */
		/*font-size: 13px;*/
	/*
	font-size: 10px;
	}
	.w3_agile_nav a {
		margin: 0 .2em;
	}
	.w3layouts_header p {
		font-size: 1.5em;
	}
	.w3l_services_grid {
		float: left;
		width: 50%;
	}
	.agile_team_grid {
		float: left;
		width: 25%;
	}
	.wthree_stats_grid {
		float: left;
		width: 50%;
	}        
	.wthree_stats_grid:nth-child(2){
		margin-bottom:2em;
	}
	.input {
		width: 219px;
	}
	section.team-w3ls h4 {
		padding-top:45px;
	}
	.col-xs-4.team-w3-agile1 {
		width: 40%;
		float: left;
	}
	.col-xs-8.team-w3-agile2 {
		width: 60%;
		float: left;
	}
	*/
}
/*************************************************  max width 900px ****************************************************************/
@media (max-width: 900px){
   /*
	.banner,.banner-nopic {
      min-height: 450px;
   }
	*/
}
/*************************************************  max width 800px ****************************************************************/
@media (max-width: 800px){
	/*
	.input__field--chisato {
		padding: .6em 0.5em;
	}
	.input__label--chisato {
		-webkit-transform: translate3d(0, 2.6em, 0);
		transform: translate3d(0, 2.6em, 0);
	}
	.input {
		width: 231px;
		margin: 0em .5em 1em 0;
	}
	*/
	#map {
		/*min-height: 350px;*/
	}
}
/*************************************************  max width 767px ****************************************************************/
@media (max-width: 767px){
	/*
	.banner, .banner-nopic {
		position:inherit;
		min-height: 370px;
	}
	*/
}
/*************************************************  max width 736px ****************************************************************/
@media (max-width: 736px){
	/*
	.services, .skills, .newsletter {
		padding: 3em 0;
	}
	.banner, .banner-nopic {
		min-height: 150px;
	}
	.input {
		width: 221px;
	}
	*/
}
/*************************************************  max width 667px ****************************************************************/
@media (max-width: 667px){
	/*
	.banner, .banner-nopic {
		min-height: 320px;
	}
	.agile_team_grid {
		width: 50%;
	}
	.agile_team_grid:nth-child(2){
		margin-bottom:2em;
	}
	.input {
		width: 198px;
	}
	*/
}
/*************************************************  max width 640px ****************************************************************/
@media (max-width: 640px){
	/*
	.w3layouts_header h5 {
		margin: 0.7em 0 0;
		font-size: 1.4em;
		letter-spacing: 2px;
	}
	.input {
		width: 189px;
	}
	*/
	#map {
		/*min-height: 300px;*/
	} 
	/*
	section.team-w3ls h4 {
		padding-top: 16px;
	}
	*/
}
/*************************************************  max width 600px ****************************************************************/
@media (max-width: 600px){
	/*
	.input {
		width: 176px;
	}
	.col-xs-4.team-w3-agile1 {
		width: 50%;
		float: left;
	}
	.col-xs-8.team-w3-agile2 {
		width: 50%;
		float: left;
	}
	*/
}
/*************************************************  max width 568px ****************************************************************/
@media (max-width: 568px){
	/*
	.services, .skills, .newsletter {
		padding: 2em 0;
	}
	.w3layouts_header p {
		font-size: 1.3em;
	}
	.input {
		width: 165px;
	}
	*/
}
/*************************************************  max width 480px ****************************************************************/
@media (max-width: 480px){
	/*
	.banner, .banner-nopic {
		min-height: 280px;
	}
	.w3layouts_header h5 {
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	.w3l_services_grid {
		float: none;
		width: 100%;
	}
	.w3layouts_skills_grids {
		margin: 2em 0 0;
	}
	.agile_team_grid h4 {
		font-size: 1em;
	}
	.w3_agileits_stats_grid h3 {
		font-size: .9em;
		letter-spacing: 1px;
		margin: 1em 0;
	}
	.w3_agileits_stats_grid p {
		font-size: 1.6em;
	}
	.input {
		width: 100%;
		margin-right: 0;
	}
	section.special-w3ls h3, section.info-agileinfo h3.text-center, section.gallery-w3ls h3.text-center, section.team-w3ls h3.text-center {
		font-size: 30px;
		padding-bottom: 30px;
	}
	.col-xs-4.team-w3-agile1 {
		width: 100%;
		float: left;
	}
	.col-xs-8.team-w3-agile2 {
		width: 100%;
		float: left;
	}
	.col-lg-3.col-md-3.col-sm-6.wthree1, .col-lg-3.col-md-3.col-sm-6.wthree2, .col-lg-3.col-md-3.col-sm-6.wthree3, .col-lg-3.col-md-3.col-sm-6.wthree4 {
		width: 100%;
		float: left;
	}
	.col-lg-3.col-md-3.col-sm-6.wthree1, .col-lg-3.col-md-3.col-sm-6.wthree2, .col-lg-3.col-md-3.col-sm-6.wthree3{
		padding-bottom: 60px;
	}
	*/
	.proplistsumm {
		position: relative;
		float: left;
		width: 330px;
		height: 400px;
	}
	.propbox {
		width: 375px;
		height: 375px;
		padding: 10px;
	}
}
/*************************************************  max width 414px ****************************************************************/
@media (max-width: 414px){
	/*
	.banner, .banner-nopic {
		min-height: 230px;
	}
	*/

	/* ODP  */
   /*
	.w3layouts_header w3-content w3-section agent1aboutusbox oddagentcontent yellowagentbox{
       left: 24%;
   }
   .w3layouts_header p span:before {
      left: 24%;
   }
   .w3layouts_header p span:after {
      right: 24%;
   }
   .w3layouts_header p span:before, .w3layouts_header p span:after {
      width: 20%;
      height: 1px;
   }
   .w3layouts_header p:before {
      left: 30%;
   }
   .w3layouts_header p:before, .w3layouts_header p:after {
      height: 1px;
      width: 15%;
   }
   .w3layouts_header p:after {
      right: 30%;
   }
   .wthree_stats_grid {
      padding: 0 .5em;
   }
   .wthree_stats_grid:nth-child(2) {
      margin-bottom: 1em;
   }
   .navbar-nav > li > a {
      width: 50%;
   }
	section.team-w3ls p.team-agile1 {
		font-size: 16px;
		padding-bottom:8px;
	}
	*/
   /*   ODP   */
   /*
	input#amount {
      font-size: 13px;
      letter-spacing: 1px;
   }
   .w3layouts_header p span:before {
      left: 18%;
   }
	*/
	.proplistsumm {
		position: relative;
		float: left;
		width: 380px;
		height: 400px;
	}
	.propbox {
		width: 375px;
		height: 375px;
		padding: 10px;
	}
}
/*************************************************  max width 384px ****************************************************************/
@media (max-width: 384px){
	/*
	.wthree_stats_grid {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	.wthree_stats_grid:nth-child(2) {
		margin: 1em auto;
	}
	.wthree_stats_grid:nth-child(3) {
		margin-bottom: 1em;
	}

	.banner, .banner-nopic {
		min-height: 230px;
	}
	*/
	.proplistsumm {
		position: relative;
		float: left;
		width: 330px;
		height: 400px;
	}
	.propbox {
		width: 360px;
		height: 375px;
		padding: 10px;
	}
}
/*************************************************  max width 375px ****************************************************************/
@media (max-width: 375px){
	/*
	.agile_team_grid {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	.agile_team_grid:nth-child(2) {
		margin: 2em auto;
	}
	.agile_team_grid:nth-child(3) {
		margin-bottom: 2em;
	}
	*/
	.proplistsumm {
		position: relative;
		float: left;
		width: 330px;
		height: 400px;
	}
	.propbox {
		width: 355px;
		height: 375px;
		padding: 10px;
	}
}


/*************************************************  max width 320px ****************************************************************/
@media (max-width: 360px){
	.proplistsumm {
		position: relative;
		float: left;
		width: 320px;
		height: 400px;
	}
	.propbox {
		width: 335px;
		height: 375px;
		/*padding: 5px;*/
	}
}
/*************************************************  max width 320px ****************************************************************/
@media (max-width: 320px){
	/*
	.banner, .banner-nopic {
		min-height: 230px;
	}
	.navbar-nav > li > a {
		width: 50%;
	}
	input#amount {
		font-size: 13px;
		letter-spacing: 1px;
	}
	.w3layouts_header p span:before {
		left: 18%;
	}
	*/
	/* ODP  */
	/*
	.w3layouts_header w3-content w3-section agent1aboutusbox oddagentcontent yellowagentbox{
		left: 18%;
	}
	.w3layouts_header p span:after {
		right: 18%;
	}
	.w3layouts_header p:before {
		left: 25%;
	}
	.w3layouts_header p:after {
		right: 25%;
	}
	p, ul li, ol li,.input__label {
		font-size: 13px;
	}
	.w3layouts_header h5 {
		font-size: 1.1em;
	}
	.input {
		margin: 0 0 .5em;
	}
	.input__label--chisato {
		-webkit-transform: translate3d(0, 2.8em, 0);
		transform: translate3d(0, 2.8em, 0);
	}
	*/
	#map {
		/*min-height: 250px;*/
	}
	/*
	.navbar-nav {
		padding: 1em 0 0;
	}
	section.team-w3ls p.team-agile2 {
		font-size: 13px;
	}
	.col-lg-3.col-md-3.col-sm-6.wthree1, .col-lg-3.col-md-3.col-sm-6.wthree2, .col-lg-3.col-md-3.col-sm-6.wthree3 {
		padding-bottom: 40px;
	}
	*/
	.proplistsumm {
		position: relative;
		float: left;
		width: 290px;
		height: 400px;
	}
	.propbox {
		width: 295px;
		height: 375px;
		/*padding: 5px;*/
	}
}
