/* ---reset.css--- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-family: 'Noto Serif JP', serif;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}
body {
  font-family: 'Noto Serif JP', serif;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a:hover {
  text-decoration: none;
  color: #333;
}
a:vistied {
  color: #666;
}
body {
  margin: 0;
  background: #fff;
}
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;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
}
ul,
label {
  margin: 0;
  padding: 0;
}
body a:hover {
  text-decoration: none;
}
/*-- header-top --*/
.header-top {
  background: #ff6e00;
  padding: 1em 0;
}

.glyphicon-earphone,
.glyphicon-envelope {
  font-size: 1em;
  margin-right: 1em;
}
.header {
  padding: 1em 0 3em;
  background: #fff;
  position: relative;
  border-bottom: solid 10px #ff6e00;
}
.w3ls-logo {
  float: left;
}
.w3ls-logo h1 {
  margin: 0;
}
.w3ls-logo h1 a {
  color: #2b2b2b;
  font-size: 1.8em;
  text-decoration: none;
  letter-spacing: -2px;
  font-weight: 600;
  display: inline-block;
}
.w3ls-logo h1 a span {
  font-weight: 300;
  letter-spacing: 2px;
}
.header-top-right {
  float: right;
  margin: 0;
  width: 20%;
}

.top-nav {
  position: absolute;
  margin: 1em 0 0 0;
  background: #2b2b2b;
}
.navbar-default {
  border: none !important;
  background: none !important;
  margin: 0 !important;
  min-height: 0 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none !important;
}
div#bs-example-navbar-collapse-1 {
  padding: 0;
}
.top-nav ul {
  padding: 0;
  float: none;
}
.top-nav ul li {
  display: inline-block;
  margin: 0 !important;
  float: none;
}
.glyphicon-home {
  font-size: 1em;
  color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: none !important;
}
.top-nav ul li a {
  color: #fff !important;
  font-size: 1em;
  margin: 0;
  text-decoration: none;
  padding: 1.5em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  outline: none;
}
.top-nav ul li a:hover,
.top-nav ul li a.active {
  color: #ed9700 !important;
}
.top-nav ul li.home-icon {
  margin-left: 0 !important;
}
.top-nav ul li.home-icon a,
.top-nav ul li.home-icon a:focus {
  background: #ff6e00;
  outline: none;
}
.top-nav ul li.home-icon a:hover {
  background: #ff6e00;
}
.caret {
  margin-left: 3px;
}
ul.dropdown-menu {
  background: #2b2b2b;
  box-shadow: 0 0 0;
  border: none;
  margin: 0;
  top: 4.8em;
  left: 0;
  min-width: 100px;
  padding: 0;
}
.dropdown-menu > li {
  text-align: left;
  display: block !important;
}
.dropdown-menu > li > a {
  display: block;
  padding: 0px !important;
  clear: both;
  margin: 1em !important;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: none;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: ' ';
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 5px 0 5px 5px;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.top-nav ul li.login {
  margin-left: 33% !important;
}
/*--Login --*/
#loginContainer {
  position: relative;
}

#body label {
  color: #87807c;
  margin: 10px 0 0 0;
  display: block;
  float: left;
  font-size: 0.9em;
}
#loginForm #body fieldset label {
  display: block;
  float: none;
  margin: 0 0 6px 0;
  font-weight: 400;
  text-align: left;
}
#body label i {
  color: #ff6e00;
  font-size: 1em;
  font-weight: 400;
}
/* Default Input */
#loginForm input {
  width: 100%;
  border: 1px solid #dadada;
  color: #777;
  background: #fff;
  padding: 6px;
  font-size: 0.9em;
  -webkit-apperance: none;
}

/*-- banner --*/
.banner {
  /*-h background: url(../images/1.jpg) no-repeat center bottom;
	*/
  background-size: cover;
}
.banner-w3text {
  margin: 10em 0;
  width: 50%;
}
.banner-w3text h2 {
  color: #fff;
  height: 120px;
  font-size: 3.2em;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  letter-spacing: 1px;
  padding: 15px 20px;

  font-family: 'Noto Serif JP', serif;
}

@media (max-width: 1280px) {
  .banner-w3text h2 {
    font-size: 4em;
  }
}
@media (max-width: 850px) {
  .banner-w3text h2 {
    font-size: 3em;
    height: 100px;
  }
}
@media (max-width: 550px) {
  .banner-w3text h2 {
    font-size: 2.5em;
    padding-top: 0;
    height: 100px;
  }
}
@media (max-width: 380px) {
  .banner-w3text h2 {
    letter-spacing: 0px;
  }
}
/*-h
.banner-w3text h5{
    color:#fff;
    font-size: 2em;
    margin: 0em 0 2em 0;
    font-weight: 200;
    text-transform: uppercase;
}
.banner-w3text p{
	color:#FFFFFF;
	font-size:1.2em;
	line-height:1.2em;
	margin:0; 
}  
*/
.banner-buttons {
  margin: 4.2em 0 3em 5.2em;
}
@media (max-width: 1280px) {
  .banner-buttons {
    margin: 4.5em 0 3em 5.2em;
  }
}
@media (max-width: 850px) {
  .banner-buttons {
    margin: 4.5em 0 2em 4.5em;
  }
}
@media (max-width: 550px) {
  .banner-buttons {
    margin: 4.5em 0 0 3.5em;
  }
}

.banner-button a {
  background: #ff6e00;
  color: #fff;
  font-size: 1em;
  padding: 0.5em 3em;
  text-decoration: none;
  border: solid 2px #ff6e00;
  border-radius: 5px;
  letter-spacing: 1px;
  display: inline-block;
}
.banner-button a:hover {
  background: none !important;
  color: #ed9700 !important;
}
.banner-agileinfo {
  position: relative;
}
/*------------------ Slider Part starts Here----------*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px rgba(0, 0, 0, 1);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  background: no-repeat center bottom;
  background-size: cover;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.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);
  top: 100%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 16px;
  width: 15px;
  margin-top: 0;
}
.callbacks_nav:active {
  opacity: 1;
}
.callbacks_nav.next {
  left: 7%;
  background-position: right top;
}
#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;
  margin: 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;
  width: 100%;
}
@media (max-width: 1280px) {
  .rslides li {
    height: 500px;
  }
}
@media (max-width: 850px) {
  .rslides li {
    height: 450px;
  }
}
@media (max-width: 550px) {
  .rslides li {
    height: 400px;
  }
}

/* dots for sliding*/
.callbacks_tabs {
  list-style: none;
  position: absolute;
  top: 87%;
  z-index: 999;
  right: 5em;
  padding: 0;
  margin: 0;
}
.slider-top {
  text-align: center;
  padding: 10em 0;
}
.slider-top h1 {
  font-weight: 700;
  font-size: 48px;
  color: #010101;
}
.slider-top p {
  font-weight: normal;
  font-size: 20px;
  padding: 1em 7em;
  color: #010101;
}
.slider-top ul.social-slide {
  display: inline-flex;
  margin: 0px;
  padding: 0px;
}

.callbacks_tabs li {
  display: inline-block;
  margin: 0 0.2em;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
  }
}
/*----*/
.callbacks_tabs a {
  visibility: hidden;
}
.callbacks_tabs a:after {
  content: '\f111';
  font-size: 0;
  font-family: 'Noto Serif JP', serif;
  visibility: visible;
  display: block;
  height: 12px;
  width: 12px;
  background: #fff;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after,
.callbacks_here a:hover:after {
  border-color: #ff6e00;
  background: #ff6e00;
}
/*-- welcome --*/
.welcome {
  padding: 5em 0;
  text-align: center;
}
.welcome-info {
  width: 80%;
  margin: 0 auto;
}
.agileits-title {
  font-size: 3em;
  margin: 0;
  color: #ff6e00;
  text-align: center;
  font-weight: normal;
}
.welcome-info h5 {
  font-size: 1.2em;
  font-weight: normal;
  color: #020202;
  margin: 1.5em 0;
}
.welcome-info p {
  color: #222;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  line-height: 2em;
}
/*-- slider --*/
#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
  display: none;
}
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.nbs-flexisel-inner {
  overflow: hidden;
  margin-top: 0;
}
.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
}
ul#flexiselDemo1 li a {
  text-decoration: none;
  display: block;
}
ul#flexiselDemo1 li a h4 {
  text-align: left;
  padding-left: 14px;
  color: #478d06;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2em;
  margin-top: 0.5em;
}
ul#flexiselDemo1 li a h4:hover {
  color: #dbc585;
}
.nbs-flexisel-item > a img {
  cursor: auto;
  position: relative;
  width: 100%;
  margin: 0;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 45px;
  height: 45px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  margin-top: 0em;
}
.nbs-flexisel-nav-left {
  left: 0;
  background: url(images/img-sprite-left-right.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
  right: 0px;
  background: url(images/img-sprite-left-right.png) no-repeat -54px 0px;
}

/*-h- 2017-07-add-services-*/
.service-bottom-w3l {
  margin-top: 1.5em;
  display: table;
}

.service-grid-main {
  background: #fff;
  padding: 1.5em 2em;
  height: 280px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.service-grid-main:hover {
  background: #fea736;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  color: #0099e5;
}
.service-grid-main:hover h4 {
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*-h- w3layouts --*/
.service-grid-main h4 {
  font-size: 1.4em;
  color: #ed8600;
  margin: 2em 0em 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.service-grid-main p {
  font-size: 0.9em;
  font-weight: normal;
  color: #222;
  line-height: 1.8em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.service-grid-main:hover p {
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

@media (max-width: 991px) {
  .service-grid-main p {
    font-size: 0.9em;
  }
  .service-grid-main {
    padding: 2em 1em;
    height: 340px;
  }
  .service-grid {
    float: left;
    width: 33%;
    padding: 0 8px 0 8px;
  }
}

@media (max-width: 736px) {
  .service-w3l {
    padding: 2em 0em;
  }

  .service-grid-main h4 {
    font-size: 1.2em;
  }
  .service-grid-main p {
    font-size: 0.9em;
  }
  .service-grid-main {
    padding: 2em 1em;
  }
}
@media (max-width: 600px) {
  .service-grid {
    width: 64%;
    padding: 0 8px 0 8px;
    margin: 0em 8em 0em 8em;
    text-align: center;
  }
  .service-grid-main {
    padding: 2em 2em;
    height: 320px;
  }
  .service-grid-main h4 {
    font-size: 1.4em;
  }
  .service-grid-main p {
    font-size: 0.9em;
  }
  .service-grid:nth-child(2),
  .service-grid:nth-child(3) {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  .service-grid {
    width: 81%;
    margin: 0em 2em 0em 2.5em;
  }
}
@media (max-width: 320px) {
  .service-grid-main {
    height: 300px;
  }
}
/*-- 2017-07-success-*/
.success-bottom-w3l {
  margin-top: 1.5em;
  display: table;
}

.success-grid-main {
  background: #f6f6f6;
  padding: 2em 2em;
  height: 550px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.success-grid-main:hover {
  background: #fdb04c;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  color: #0099e5;
}
.success-grid-main:hover h4 {
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

/*-- w3layouts --*/
.success-grid-main h4 {
  font-size: 1.4em;
  color: #ed8600;
  margin: 2em 0em 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.success-grid-main p {
  font-size: 0.9em;
  font-weight: normal;
  color: #222;
  line-height: 1.8em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.success-grid-main:hover p {
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

@media (max-width: 991px) {
  .success-grid-main p {
    font-size: 0.9em;
  }
  .success-grid-main {
    padding: 2em 1em;
    height: 580px;
  }
  .success-grid {
    float: left;
    width: 33%;
    padding: 0 8px 0 8px;
  }
}

@media (max-width: 736px) {
  .success-w3l {
    padding: 2em 0em;
  }

  .success-grid-main h4 {
    font-size: 1.2em;
  }
  .success-grid-main p {
    font-size: 0.85em;
  }
  .success-grid-main {
    padding: 2em 1em;
  }
}
@media (max-width: 600px) {
  .success-grid {
    width: 64%;
    padding: 0 8px 0 8px;
    margin: 0em 8em 0em 8em;
    text-align: center;
  }
  .success-grid-main {
    padding: 2em 2em;
    height: 540px;
  }
  .success-grid-main h4 {
    font-size: 1.4em;
  }
  .success-grid-main p {
    font-size: 0.85em;
  }
  .success-grid:nth-child(2),
  .success-grid:nth-child(3) {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  .success-grid {
    width: 81%;
    margin: 0em 2em 0em 2.5em;
  }
  .success-grid-main {
    height: 500px;
  }
}
@media (max-width: 320px) {
  .success-grid-main {
    height: 540px;
  }
}

/*-- footer --*/
<!-- footer-2 -- > .FOOTER-2 {
  width: 90%;
  margin: 20px auto;
  padding: 20px;
  background-color: #2b2b2b;
}

.box-footer {
  float: left;
  width: 50%;
  padding: 30px;
}

.box-footer h6 {
  font-size: 1.8em;
  color: #fff;
  text-align: left;
  padding: 1.5em 0 0.5em 0;
}

.box-footer h5 {
  font-size: 2.2em;
  color: #f90;
  text-align: left;
  padding: 1em 0 0.5em 0;
}

.box-footer p {
  font-size: 0.6em;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
}
.box-footer iframe {
  width: 100%;
  height: 180px;
  border: 2px solid #fff !important;
}
@media (max-width: 580px) {
  .box-footer {
    float: none;
    width: 100%;
  }
}

.
/*-- about --*/
.about {
  padding: 5em 0;
}

.grid_3 p {
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: normal;
}
.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;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}

.nav-tabs {
  margin-bottom: 1em;
}

/**-footer-2-*/
.FOOTER-2 {
  width: 90%;
  margin: 20px auto;
  padding: 20px;
  background-color: #2b2b2b;
}

.box-footer {
  float: left;
  width: 50%;
  padding: 30px;
}

.box-footer h6 {
  font-size: 1.8em;
  color: #fff;
  text-align: left;
  padding: 1.5em 0 0.5em 0;
}

.box-footer h5 {
  font-size: 2.2em;
  color: #f90;
  text-align: left;
  padding: 1em 0 0.5em 0;
}

.box-footer p {
  font-size: 0.8em;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
}
.box-footer iframe {
  width: 100%;
  height: 180px;
}
@media (max-width: 580px) {
  .box-footer {
    float: none;
    width: 100%;
  }
}

/*-- to-top --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 14px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url('images/up-arrow.png') no-repeat 0px 0px;
}
#toTopHover {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
/*-- responsive-start-here --*/
@media (max-width: 1080px) {
}
@media (max-width: 1024px) {
  .top-nav {
    width: 93.5%;
  }

  .welcome-info {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .top-nav {
    width: 75%;
  }

  .header-top-right {
    width: 30%;
  }

  .banner-w3text {
    width: 66%;
    margin: 10em 0;
  }

  .welcome-info {
    width: 80%;
  }
  .welcome,
  .news,
  .about,
  .contact,
  .gallery-top,
  .blog {
    padding: 4em 0;
  }

  .about-bottom {
    margin: 3em 0;
  }

  .about-w3grid h5 {
    margin: 1em 0;
  }
}
@media (max-width: 900px) {
  .w3ls-logo h1 a {
    font-size: 1.6em;
  }
  .top-nav {
    width: 83%;
  }
  .f-address {
    margin: 2em 0;
  }
  .f-address p.number {
    margin: 0.5em 0 0 0;
  }
  .gallery-w3agileits-row {
    margin: 3em 0 0 0;
  }
}
@media (max-width: 800px) {
  .top-nav {
    width: 94%;
  }
  .banner-w3text {
    margin: 10em 0 9em;
  }
  .agileits-title {
    font-size: 3em;
  }
  .news-grids {
    margin: 3em 0 0 0;
  }
  .w3-agileitsicons ul li {
    margin: 0 0.1em;
  }
}
@media (max-width: 768px) {
  .top-nav {
    width: 96%;
  }
  .banner-w3text {
    margin: 8em 0 9em 0;
  }
  .news-grids {
    margin: 3em 0 0 0;
  }
  .about-bottom {
    margin: 1em 0;
  }
  .about-w3grid {
    margin: 2em 0 0 0;
  }
  .typography {
    padding: 3em 0;
  }
  .gallery-top {
    padding: 3em 0;
  }
  .agile-address {
    margin: 2em 0 0;
  }
  .rslides li {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .top-nav {
    position: inherit;
    width: 100%;
  }
  .header {
    padding: 1.5em 0;
    border-bottom-width: 6px;
  }
  .navbar-default .navbar-toggle {
    border: none;
    color: #fff;
    padding: 12px 10px;
    display: block;
    width: 100%;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: none;
    border: none;
    color: #fff;
  }
  .navbar-toggle {
    float: none;
    color: #fff;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .navbar-default {
    text-align: center;
  }
  .top-nav ul li {
    display: block;
    margin: 0.6em 0 !important;
  }
  .dropdown-menu > li {
    text-align: center;
  }
  ul.dropdown-menu {
    padding: 0 !important;
  }
  .top-nav ul li.login {
    margin-left: 0% !important;
  }
  #loginForm:after {
    right: 48%;
  }
  .top-nav ul li a {
    padding: 0.5em 0;
  }
  .navbar-collapse {
    max-height: 695px;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-collapse.in {
    overflow-y: inherit;
  }
  .top-nav ul {
    padding: 0 0 1em 0;
  }
  .top-nav ul li.home-icon a {
    padding: 1em !important;
  }
  div#bs-example-navbar-collapse-1 {
    border: none;
    box-shadow: 0 0 0;
    position: absolute;
    width: 100%;
    background: #2b2b2b;
    z-index: 9999;
  }
  #loginBox {
    position: inherit;
    left: 0;
    top: 14px;
  }
  #loginForm {
    width: 62%;
    margin: 0 auto;
  }
  .banner-w3text {
    width: 80%;
  }
  .banner-w3text {
    margin: 8em 0;
  }
  .welcome-info {
    width: 100%;
  }
  .news-w3agileitsinfo h3 {
    font-size: 2em !important;
  }
  .f-address {
    margin: 1em 0;
  }
  .f-address p.number {
    margin: 0.5em 0 0 0;
  }
  .about {
    padding: 2em 0;
  }
  .contact-form input[type='text'] {
    width: 30%;
  }
}
@media (max-width: 667px) {
  .callbacks_tabs {
    right: 53px;
  }
}
@media (max-width: 640px) {
  .welcome,
  .news,
  .about,
  .contact,
  .gallery-top,
  .blog {
    padding: 3em 0;
  }
  .header-top-right {
    width: 35%;
  }
  /*-h
	.banner-w3text h3 { 
		font-size: 3em; 
		letter-spacing: 3px; 
	} */
  .Categories h2.agileits-title {
    margin: 1em 0 1em;
  }
}
@media (max-width: 600px) {
  .welcome-info h5 {
    font-size: 1.1em;
    margin: 1.1em 0 0.8em;
  }
  .contact-form input[type='email'] {
    margin: 0 1em;
  }
  .contact-form input[type='text'] {
    width: 30.5%;
  }
}
@media (max-width: 568px) {
  .social {
    float: none;
    text-align: center;
  }
  .w3layouts-details ul li:nth-child(2) {
    float: right;
  }
  .w3layouts-details {
    float: none;
    margin-top: 1em;
  }
  .w3ls-logo h1 a {
    font-size: 1.4em;
  }
  .w3ls-logo h1 a {
    font-size: 1.4em;
  }
  .rslides li {
    left: 0px;
  }
  .banner-w3text {
    width: 90%;
  }
  /*	.banner-w3text p {
		font-size: 1em;
	}  */
  .agileits-title {
    font-size: 3em;
  }
  .welcome-info h5 {
    font-size: 1em;
  }
  .news-info h3,
  .news-w3agileitsinfo h3,
  .about-w3grid h3,
  .about-team h3,
  .choose h3 {
    font-size: 2.6em;
  }
  /*	.banner-w3text h5 { 
		margin: 1em 0; 
	} */
  .welcome,
  .news,
  .about,
  .contact,
  .gallery-top,
  .blog {
    padding: 2.5em 0;
  }
  .gallery-wthreegrid {
    margin-bottom: 1em;
    padding: 0 0.5em;
  }
  .copyright {
    margin: 1em 0 0 0;
  }
  .f-address p.number {
    font-size: 1.5em;
  }
  .w3layouts-details ul li:nth-child(1) {
    margin-right: 0;
    float: left;
  }
}
@media (max-width: 480px) {
  .header-top-right {
    width: 40%;
  }
  .contact-agileinfom {
    margin: 2em 0;
  }
  .contact h4 {
    font-size: 1.2em;
    margin: 0 0 0.5em;
  }
  .navbar-default .navbar-toggle {
    padding: 9px 10px;
  }
  .top-nav ul li a {
    font-size: 0.9em;
  }

  .header {
    padding: 1em 0;
  }
  .banner-w3text {
    margin: 7em 0;
  }
}
@media (max-width: 414px) {
  .header {
    padding: 1em 0;
    border-bottom-width: 6px;
  }
  .rslides li {
    left: 0px;
  }
  /*-h
	.banner-w3text h3 {
		font-size: 2.5em;
		letter-spacing: 2px;
	} */
  .banner-button a {
    font-size: 0.85em;
  }
  /*-h		.banner-buttons {
		margin: 1em 0 0;
	}
.banner-w3text h5 { 
		font-size: 1.2em; 
	} */
  .agileits-title {
    font-size: 2.5em;
  }
  .welcome-info h5 {
    font-size: 1em;
    line-height: 1.6em;
  }
  .welcome-info p {
    font-size: 0.9em;
  }
  .news-grids {
    margin: 2em 0 0 0;
  }
  .news-info h3,
  .news-w3agileitsinfo h3,
  .about-w3grid h3,
  .about-team h3,
  .choose h3 {
    font-size: 2.2em;
  }
  .welcome,
  .news,
  .about,
  .contact,
  .gallery-top,
  .blog {
    padding: 2em 0;
  }

  .w3-agileitsicons ul li a i.fa {
    font-size: 0.8em;
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 384px) {
  .w3layouts-details ul li {
    font-size: 0.85em;
  }
  .w3ls-logo h1 a {
    font-size: 1.1em;
  }
  .w3ls-logo h1 a span {
    letter-spacing: 0px;
  }
  .glyphicon-earphone,
  .glyphicon-envelope {
    margin-right: 0.8em;
  }
  .header-top-right {
    width: 50%;
    margin: 0.5em 0 0 0;
  }
  .header-top-right form input[type='text'] {
    font-size: 0.8em;
  }
  .header-top-right form input[type='submit'] {
    padding: 0.35em 1.1em;
    margin-left: -2.2em;
    background-size: 45%;
  }
  .navbar-default .navbar-toggle {
    padding: 6px 10px;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    color: #fff;
    padding: 6px 10px;
  }
  .top-nav ul li a {
    font-size: 0.9em;
  }

  .banner-w3text {
    margin: 6em 0;
  }
  /*-h.banner-w3text h5 {
		margin: 1em 0 1em 0;
	} 
	.banner-w3text h3 {
		font-size: 2em;
		letter-spacing: 1px;
	}*/
  .rslides li {
    left: 0px;
  }
  .banner-button a {
    font-size: 0.8em;
  }
  /*-h	.banner-buttons {
		margin: 1em 0 0;
	}
	.banner-w3text p {
		line-height: 1.3em;
	}   */
  .agileits-title {
    font-size: 2.2em;
  }
  .welcome-info p {
    font-size: 0.9em;
  }
  .nbs-flexisel-nav-left {
    top: 79.5px !important;
  }
  .nbs-flexisel-nav-right {
    top: 79.5px !important;
  }

  .about-w3grid h5 {
    font-size: 0.9em;
  }
  .about-w3grid p {
    font-size: 0.8em;
  }
  .about-team {
    margin: 2em 0 0 0;
  }

  .contact-map iframe {
    height: 180px;
  }
  .agile-address p {
    font-size: 0.8em;
  }
  .contact h4 {
    font-size: 1em;
  }
  .contact-agileinfom p {
    font-size: 0.8em;
  }
  .contact-agileinfom {
    margin: 1em 0;
  }
  .contact-form input[type='text'],
  .contact-form input[type='email'],
  .contact-form textarea {
    font-size: 0.8em;
    margin-bottom: 1em;
  }
  button.btn1.btn-1.btn-1b {
    font-size: 0.9em;
  }

  .about-w3grid {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 320px) {
  .w3layouts-details ul li {
    font-size: 0.72em;
  }
  .w3ls-logo h1 a {
    font-size: 1em;
  }
  .glyphicon-earphone,
  .glyphicon-envelope {
    margin-right: 0.8em;
  }
  #loginForm:after {
    right: 47%;
  }
  .about-w3grid {
    margin: 0;
  }
  .choose-w3layoutsinfo {
    margin: 1em 0 0;
  }
  .choose-grid:nth-child(2) {
    margin: 1em 0;
  }
  .top-nav ul li {
    margin: 0.2em 0 !important;
  }
  .banner-w3text h2 {
    letter-spacing: 0px;
  }
  /*=h	.banner-w3text p {
		font-size: 1em;
	} */
  .banner-w3text {
    margin: 5em 0;
  }
  .date p {
    font-size: 1.5em;
    padding: 0.7em 0 0 0;
  }
  .news-agileimg img {
    width: 91%;
  }
  .top-nav ul li.home-icon a {
    padding: 0.6em !important;
  }
  .single-left-left p {
    font-size: 0.85em;
  }
  .blog-left-bottom p {
    font-size: 0.8em;
  }
  .media.w3response-info {
    margin-top: 1.5em;
  }
  .media-left.w3response-text-left {
    width: 35%;
  }
  .w3response-text-right p {
    font-size: 0.8em;
  }
  .w3response h3,
  .agileits-opinion h3,
  .Categories h3,
  .Categories h2.agileits-title {
    font-size: 1.8em;
    margin: 0 0 0.6em 0;
  }
  .media-left.w3response-text-left {
    float: none;
    margin-bottom: 0.5em;
  }
  .w3response-text-right ul li {
    font-size: 0.8em;
  }
  .w3response-text-right ul {
    text-align: left;
  }
  .w3response-text-right p {
    margin: 0 0 0.5em;
  }
  .agileits-opinion form input[type='text'],
  .agileits-opinion form textarea {
    font-size: 0.85em;
  }
  .Categories ul li a {
    font-size: 0.8em;
    padding-left: 1.5em;
  }
}
