body {
  margin: 0;
  padding: 0;
  background: #fff;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'FOT-筑紫A丸ゴシック Std M', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  /*font-family: 'Mukta Mahee', sans-serif;*/
  font-family: 'FOT-筑紫A丸ゴシック Std M', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

p {
  margin: 0;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

p,
ul,
ol {
  font-size: 14px;
  /*letter-spacing: 1px;*/
}
/* asset */
.oshirase {
    margin-top: 1em;
    margin-bottom: 3em;
    padding: 1em;
    border: 4px solid #0865a3;
    font-size: 110%;
    width: 100%;
    height: auto;
    text-align: left;
    background-color: #f6f6f6;
}
.sred_midasi {
    font-size: 12px;
    font-weight: bold;
    margin-right: 2px;
    margin-left: 2px;
    padding-right: 4px;
    padding-left: 4px;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
    background-color: #fd4037;
}
.sred_moji {
    color: #fd4037 !important;
}

.background-video {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

input[type='submit'],
a,
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  -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;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}
/*-- header --*/

.w3l_header_left {
  float: left;
  margin: 0.3em 0 0;
}
.w3l_header_left ul li {
  display: inline-block;
  margin-right: 2em;
  color: #fff;
  font-size: 14px;
}
.w3l_header_left ul li i {
  padding-right: 0.2em;
  color: #fff;
}
.w3l_header_left ul li a {
  color: #fff;
  text-decoration: none;
}
.w3l_header_left ul li a:hover {
  color: #00a98f;
}
.w3l_header_right {
  float: right;
}
/*-- social-icons --*/
/*--top header start here--*/
.w3ls-social-icons.text-left a {
  display: inline-block;
}
.w3ls-social-icons i {
  padding: 8px 10px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  font-size: 15px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.w3ls-social-icons i:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.top-header-main {
  padding: 1em 0em;
}
.header-address h6 {
  display: inline-block;
  color: #fff;
  font-size: 0.9em;
}
.logo h1 {
  font-size: 2.5em;
}
.agileits_w3layouts_banner_nav {
  margin: 0 auto;
  padding: 0 2em;
  width: 100%;
  background: #333;
}
.agileits_top_menu {
  padding: 0.5em 1em;
  background: rgba(72, 98, 196, 0.77);
}
/*-- //social-icons --*/
.header-1 {
  min-height: 380px;
  background: url(../images/banner1.jpg) 0px 0px no-repeat;
  background-size: cover;
}
/*--header--*/

.content {
  margin: 0;
  padding: 0px;
}

.content p:last-child {
  margin: 0;
}

.content a.button {
  display: inline-block;
  padding: 10px 20px;
  background: #ff0;
  color: #000;
  text-decoration: none;
}

.content a.button:hover {
  background: #000;
  color: #ff0;
}

.content.title {
  position: relative;
  background: #333;
}
.content.title h1 span.demo {
  display: inline-block;
  padding: 10px;
  background: #fff;
  color: #333;
  vertical-align: top;
  font-size: 0.5em;
}

.content.title .back-to-article {
  position: absolute;
  bottom: -20px;
  left: 20px;
}

.content.title .back-to-article a {
  padding: 10px 20px;
  background: #23b684;
  color: #fff;
  text-decoration: none;
}

.content.title .back-to-article a:hover {
  background: #23b684;
}

.content.title .back-to-article a i {
  margin-left: 5px;
}

.content.white {
  background: #fff;
  /*padding: 1em 0;*/
}

.content.black {
  background: #000;
}

.content.black p {
  color: #999;
}

.content.black p a {
  color: #08c;
}

.navbar {
  position: relative;
  margin-bottom: 0 !important;
  min-height: 50px;
  border: 1px solid transparent;
}

.navbar-default {
  border-color: #fff;
  background-color: #fff;
}

.navbar-brand {
  float: left;
  text-transform: uppercase;
  font-size: 18px;
}
.navbar-brand {
  padding: 8px 15px;
}
.navbar-default a.navbar-brand h1 {
  color: #282828;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
  padding: 10px 8px;
  color: #282828;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 0.9em;
}

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

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a.active {
  color: #ff4f81;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(35, 182, 132, 0);
  color: #ff4f81;
}
.navbar-default .navbar-brand label {
  display: block;
  color: #ff4f81;
  text-align: center;
  letter-spacing: 3px;
  font-size: 0.3em;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #202020;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ff4f81;
}

.navbar-default .navbar-nav > .active > a:before {
  background: #ff4f81;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 9px 10px;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #282828;
  background-image: none;
}

.effect-3 {
  overflow: hidden;
}

.effect-3:before {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 100%;
  height: 2px;
  background: #ff4f81;
  content: '';
  transition: transform 0.5s ease;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.effect-3:hover:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

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

.navbar-nav > li {
  margin: 0 15px;
}

.navbar-default .navbar-toggle {
  border-color: #202020;
}

.dropdown-menu .divider {
  overflow: none;
  margin: 0;
  height: 0;
  background: none;
}

.dropdown-menu .divider {
  padding: 3px 0;
  border-bottom: 1px solid #e8e7ec;
}

.main-content {
  padding: 3em 0;
}
.dropdown-menu {
  min-width: 124px;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
}
.dropdown-menu.columns-2 {
  min-width: 400px;
}

.dropdown-menu.columns-3 {
  min-width: 600px;
}

.dropdown-menu li a {
  padding: 5px 15px;
  color: #fff;
  font-weight: 300;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: rgba(245, 245, 245, 0);
  color: #ff4f81;
  text-decoration: none;
}
.multi-column-dropdown {
  list-style: none;
}

.multi-column-dropdown li a {
  display: block;
  clear: both;
  color: #333;
  white-space: normal;
  line-height: 1.428571429;
}

.multi-column-dropdown li a:hover {
  background: none;
  color: #23b684;
  text-decoration: none;
}

@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    overflow-x: hidden;
    min-width: 240px !important;
  }
  .navbar-nav {
    float: left;
    margin: 0;
    margin-top: 1em;
    margin-left: 0em;
    width: 100%;
    background: #eee;
  }
}

/*-- banner --*/

.carousel .item {
  background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban11.jpg) no-repeat center center;
  background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban11.jpg) no-repeat center center;
  background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban11.jpg) no-repeat center center;
  background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban11.jpg) no-repeat center center;
  background-size: cover;
}

.carousel .item.item2 {
  background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban22.jpg) no-repeat center center;
  background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban22.jpg) no-repeat center center;
  background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban22.jpg) no-repeat center center;
  background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban22.jpg) no-repeat center center;
  background-size: cover;
}

.carousel .item.item3 {
  background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban33.jpg) no-repeat center center;
  background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban33.jpg) no-repeat center center;
  background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban33.jpg) no-repeat center center;
  background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban33.jpg) no-repeat center center;
  background-size: cover;
}

.carousel-caption h2,
.carousel-caption h3 {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 3.3em;
}

.carousel-caption h2 span,
.carousel-caption h3 span {
  font-weight: 600;
}

.carousel-caption p {
  margin: 1em auto 2em;
  width: 70%;
  color: #fff;
  letter-spacing: 4px;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.8em;
}
.carousel-caption a {
  padding: 11px 20px;
  border: 1px solid #fff;
  border-radius: 0;
  background: none;
  color: #fff;
  letter-spacing: 1px;
  font-size: 0.9em;
}

.carousel-caption a:hover {
  border: 1px solid #ff4f81;
  background: #ff4f81;
}

.codes {
  padding: 5em 0;
  background: #fff;
}

.codes.agileitsbg2 {
  padding-bottom: 10em;
  background: #e74c3c;
  background-image: -webkit-linear-gradient(#ff9d2f, #ff6126);
  background-image: -moz-linear-gradient(#ff9d2f, #ff6126);
  background-image: -ms-linear-gradient(#ff9d2f, #ff6126);
  background-image: linear-gradient(#ff9d2f, #ff6126);
}

.codes.agileitsbg3 {
  padding-bottom: 10em;
  background: #3498db;
}

.codes.agileitsbg4 {
  padding-bottom: 10em;
  background: #2ecc71;
}

.carousel.slide.grid_3.grid_4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 10px solid #3acfd5;
  border-bottom: 10px solid #3a4ed5;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
  background-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
  background-image: -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
  background-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%), linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
  background-position: 0 0, 100% 0;
  -webkit-background-size: 10px 100%;
  -moz-background-size: 10px 100%;
  background-size: 10px 100%;
  background-repeat: no-repeat;
}
.carousel-indicators {
  bottom: 20%;
  left: 50%;
}

.carousel-caption {
  position: inherit;
  padding-top: 15em;
  min-height: 620px !important;
  text-align: center;
}
.carousel-control {
  line-height: 33em;
}
/*-- //banner --*/
/*-- bootstrap-modal-pop-up --*/
.modal-header {
  border: 1px solid #fff;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 2em;
}
.close {
  opacity: 1;
}
.modal-body p {
  margin: 0 !important;
  padding: 2em 2em 1em;
  color: #999;
  text-align: left;
  font-size: 14px;
  line-height: 2em;
}
.modal-body p i {
  display: block;
  margin: 1em 0;
  color: #212121;
}
.modal-body {
  padding: 0;
}
.modal-body img {
  padding: 0em 2em 0 2em;
}
.modal-content {
  border-radius: 0;
}
button.close {
  outline: none;
  color: #000;
  font-size: 1.5em;
}
/*-- //bootstrap-modal-pop-up --*/
/*-- welcome section --*/
.skills,
.w3layouts-welcome,
.team,
.footer-top,
.contact,
.w3ls-welcome_sec,
.agile-stats {
  padding: 4em 0em;
}
.w3-services {
  padding: 8em 0em 0 0;
}
.wls_head_all h3 {
  position: relative;
  margin-bottom: 30px;
  color: rgba(245, 63, 123, 0.77);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 3em;
}
.w3ls-welcome_sec_about-head .span1 {
  position: absolute;
  top: -11%;
  right: 33%;
  padding: 0px 25px;
  width: 34px;
  height: 90px;
  border: 2px solid #000;
  border-right: none;
}
.w3l-welcome_info {
  padding-left: 0;
}
.w3l-welcome_info h3,
.auto_sec h3,
.feature_head h3 {
  color: rgba(72, 98, 196, 0.77);
  font-size: 30px;
}
.w3l-welcome_info span {
  display: block;
  margin-top: 12px;
  width: 18%;
  height: 2px;
  background: #ff007f;
}
.w3l-welcome_info h4 {
  margin: 20px 0;
  color: rgb(72, 98, 196);
  letter-spacing: 1px;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
}
.w3l-welcome_info p {
  margin-top: 16px;
  color: #969696;
  font-size: 16px;
  font-size: 1em;
  line-height: 1.8em;
}
.w3l-welcome_info a {
  display: inline-block;
  margin-top: 30px;
  padding: 8px 20px;
  background: rgba(72, 98, 196, 0.77);
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.8em;
}
.w3l-welcome_info a:hover {
  background: #f6cc4c;
}
.w3l-welcome_pic {
  padding: 0 0 0 3em;
}
.w3l-welcome_pic h2 {
  color: rgb(72, 98, 196);
  font-size: 25px;
}
.w3l-welcome_pic img {
  margin: 1em 0;
}
.w3l-welcome_pic h3 {
  margin-bottom: 15px;
  color: rgb(72, 98, 196);
  font-weight: 500;
  font-size: 18px;
}
.w3l-welcome_pic p {
  margin-top: 16px;
  color: #969696;
  letter-spacing: 0px;
  font-size: 1em;
  line-height: 1.8em;
}
/*-- //welcome section --*/
/*--services --*/
.w3-services {
  min-height: 441px;
  background: url(../images/s33.jpg) no-repeat 0px 0px;
  background-size: cover;
}
.w3-services-left-grid h3 {
  color: rgba(245, 63, 123, 0.77);
}
.w3-services-left-grid h4 {
  margin-bottom: 1em;
  color: #fff;
  font-weight: 300;
  font-size: 1.4em;
}
.w3-services-left-grid p {
  padding: 0 3em;
  color: #fff;
  letter-spacing: 0px;
  font-size: 1em;
  line-height: 1.8em;
}
.w3-icon-grid1 i {
  color: rgb(239, 102, 147);
  font-size: 3em;
}
.w3-icon-grid-gap1 {
  margin: 1em 0 4em 0;
}
.w3-services-right-grid h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}
.w3-services-left-grid {
  text-align: center;
}
/*--Gallery--*/
.agile_events_top_grid {
  padding: 0;
}
.w3_agileits_evets_text_img {
  position: relative;
}
.agile_events_top_grid_pos {
  position: absolute;
  bottom: -15%;
  left: 39%;
}
.agile_events_top_grid_pos img {
  border: 2px solid #212121;
  border-radius: 50px;
}
.agileits_w3layouts_events_text {
  padding: 3.5em 0 0;
  text-align: center;
}
.agileits_w3layouts_events_text h3 {
  color: #212121;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 1em;
}
.agileits_w3layouts_events_text p {
  color: #555;
  font-size: 0.9em;
}
.view {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.view .mask,
.view .content {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.view img {
  position: relative;
  display: block;
}
.view .info {
  display: inline-block;
  margin-top: 7em;
  text-decoration: none;
}
.view-eighth .mask {
  /*background-color:rgba(0, 0, 0, 0.56);*/
  top: -160px;
  opacity: 0;
  -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
}
.view-eighth .info {
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
}
.view-eighth:hover .mask {
  top: 0px;
  opacity: 1;
  -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
  -moz-animation: bounceY 0.9s linear;
  -ms-animation: bounceY 0.9s linear;
  animation: bounceY 0.9s linear;
}
.view-eighth:hover .info {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
@keyframes bounceY {
  0% {
    transform: translateY(-205px);
  }
  40% {
    transform: translateY(-100px);
  }
  65% {
    transform: translateY(-52px);
  }
  82% {
    transform: translateY(-25px);
  }
  92% {
    transform: translateY(-12px);
  }
  55%,
  75%,
  87%,
  97%,
  100% {
    transform: translateY(0px);
  }
}
@-moz-keyframes bounceY {
  0% {
    -moz-transform: translateY(-205px);
  }
  40% {
    -moz-transform: translateY(-100px);
  }
  65% {
    -moz-transform: translateY(-52px);
  }
  82% {
    -moz-transform: translateY(-25px);
  }
  92% {
    -moz-transform: translateY(-12px);
  }
  55%,
  75%,
  87%,
  97%,
  100% {
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes bounceY {
  0% {
    -webkit-transform: translateY(-205px);
  }
  40% {
    -webkit-transform: translateY(-100px);
  }
  65% {
    -webkit-transform: translateY(-52px);
  }
  82% {
    -webkit-transform: translateY(-25px);
  }
  92% {
    -webkit-transform: translateY(-12px);
  }
  55%,
  75%,
  87%,
  97%,
  100% {
    -webkit-transform: translateY(0px);
  }
}
/*-- //events-top --*/
.events-top {
  padding-bottom: 6em;
}
.events-top {
  padding-bottom: 6em;
}
ul.portfolio_agile_info_w3ls li {
  display: inline-block;
  margin-bottom: 0.3%;
  width: 32.5%;
  list-style: none;
}
.agileits_w3layouts_events_text.port_info_agile {
  padding: 1em 0;
  border-bottom: 2px solid #000000;
  background: rgba(72, 98, 196, 0.77);
  color: #fff;
  text-align: center;
}
.agileits_w3layouts_events_text.port_info_agile h3 {
  color: #fff;
  letter-spacing: 1px;
}
.mask i {
  color: #fff;
  font-size: 2.5em;
  line-height: 8em;
}
/*--Gallery--*/
/*-- team --*/
.team-left {
  float: left;
  width: 33%;
  border: 2px solid rgba(72, 98, 196, 0.77);
  background: #bfdb39;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.team-right {
  float: right;
  padding: 2.2em 2em;
  width: 67%;
  -webkit-box-shadow: 1px 2px 6px 0px rgba(245, 63, 123, 0.77);
  -moz-box-shadow: 1px 2px 6px 0px rgba(245, 63, 123, 0.77);
  box-shadow: 1px 2px 6px 0px rgba(245, 63, 123, 0.77);
}
.team-right h4 {
  color: #333;
  font-size: 1.5em;
}
.team-right p {
  margin: 1em 0;
}
.team-w3lsgrids:hover .team-left {
  background: none;
}
.team-info.team-row2 {
  margin-top: 3.5em;
}
/*-- social-icon --*/
.social-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 3px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  text-align: center;
  line-height: 32px;
  opacity: 0.99;
}
.social-button:before {
  position: absolute;
  top: 102%;
  left: -118%;
  width: 120%;
  height: 120%;
  background-color: #000;
  content: '';
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button .fa {
  vertical-align: middle;
  font-size: 18px;
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.social-button.facebook:before {
  background-color: #3b5998;
}
.social-button.facebook .fa {
  color: #3b5998;
}
.social-button.twitter:before {
  background-color: #3cf;
}
.social-button.twitter .fa {
  color: #3cf;
}
.social-button.google:before {
  background-color: #dc4a38;
}
.social-button.google .fa {
  color: #dc4a38;
}
.social-button.dribbble:before {
  background-color: #f26798;
}
.social-button.dribbble .fa {
  color: #f26798;
}
.social-button.skype:before {
  background-color: #00aff0;
}
.social-button.skype .fa {
  color: #00aff0;
}
.social-button:focus:before,
.social-button:hover:before {
  top: -10%;
  left: -10%;
}
.social-button:focus .fa,
.social-button:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*-- //social-icon --*/
/*-- //team --*/
/*-- footer-top --*/
.footer-top {
  min-height: 500px;
  background: url(../images/testi2.jpg) no-repeat 0px 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  -ms-background-size: cover;
}
.agileits_w3layouts_sub {
  position: relative;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  color: #00bcd4;
  text-align: center;
  text-shadow: 2px 2px 2px #178fbb;
  font-size: 3em;
}
.agileits_w3layouts_sub:after {
  position: absolute;
  bottom: 0%;
  left: 44%;
  width: 12%;
  height: 2px;
  background: #ffb500;
  content: '';
}
.w3_agileits_head {
  margin: 2em 0 0 0;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-size: 2em;
}
.wthree_footer_top_grid {
  margin: 4em auto 0;
  width: 60%;
  text-align: center;
}
.wthree_footer_top_grid p {
  color: #fffc;
  line-height: 2em;
}
.wthree_footer_top_grid h5 {
  color: #fff;
  font-size: 1em;
}
.wthree_footer_top_grid img {
  margin: 1em auto;
  border: 4px solid rgba(72, 98, 196, 0.77);
  border-radius: 50px;
}
/*-- //footer-top --*/
/*--contact--*/
.address-row {
  margin-top: 3em;
}
.address-row:hover span.glyphicon {
  border-color: #f44236;
  color: #000000;
}
.w3-agile-address-left {
  padding: 0;
}
.address-row span.glyphicon {
  padding: 1em;
  border: 2px solid #000;
  color: #000000;
  font-size: 1.2em;
  transition: 0.5s all;
}
.w3-agile-address-right h5 {
  margin: 0 0 0.4em 0;
  color: #000;
  font-weight: 600;
  font-size: 1.5em;
}
.w3-agile-address-right p {
  margin: 0;
  color: #999999;
  font-size: 0.9em;
}
.w3-agile-address-right p a {
  color: #f44236;
}
.w3-agile-address-right p a:hover {
  color: #999;
}
.address h4 {
  margin: 0 0 0.6em 0;
  color: #000000;
  font-size: 2.5em;
}
.contact input[type='text'] {
  display: inline-block;
  float: left;
  margin-bottom: 1.5em;
  padding: 0.7em 1em;
  width: 47.9%;
  outline: none;
  border: solid 1px #999;
  background: none;
  color: #999;
  font-size: 0.9em;

  -webkit-appearance: none;
}
.contact input.email {
  margin-left: 1.5em;
}
.contact textarea {
  padding: 0.6em 0.8em;
  min-height: 12em;
  width: 100%;
  outline: none;
  border: solid 1px #999;
  background: none;
  color: #999;
  font-size: 0.9em;
  resize: none;

  -webkit-appearance: none;
}
.contact input[type='submit'] {
  margin: 1em 0 0 0;
  padding: 0.5em 3em;
  outline: none;
  border: 2px solid #000;
  background: none;
  color: #000;
  font-size: 0.9em;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  transition: 0.5s all;

  -webkit-appearance: none;
}
.contact input[type='submit']:hover {
  border: 2px solid #f44236;
  background: #f44236;
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #999 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999 !important;
}
:-ms-input-placeholder {
  color: #999 !important;
}
/*--//contact--*/
/* Stats */
.agile-stats {
  position: relative;
  background-color: rgba(245, 63, 123, 0.77);
  color: white;
}
i.fa.fa-angle-down {
  margin-top: 15px;
  color: #fff;
  font-size: 50px;
}
.agile-stats h3.center {
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 50px;
}
.agile-stats .container {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.stats1,
.stats2 {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -webkit-justify-content: center;
  justify-content: center;
}
.w3-stats {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  text-align: center;
  /* justify-content: flex-end; */
}
.w3-stats span.fa {
  margin-bottom: 20px;
  padding: 40px;
  width: 120px;
  height: 120px;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;

  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.w3-stats span.fa:hover {
  border-color: yellow;
  background-color: yellow;
  color: black;
}
.w3-stats h4 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 30px;
}
.w3-stats p {
  color: #333;
  text-transform: uppercase;
  font-size: 20px;
}
/* //Stats */
/*-- map --*/
.map {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);

  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.agileits-w3layouts-map iframe {
  margin-bottom: -6px;
  width: 100%;
  height: 400px;
  border: none;
}
/*-- //map --*/
/*-- copyright --*/
.footer-bot {
  padding: 1em 0;
  background: rgba(72, 98, 196, 0.77);
}
.logo2 {
  float: left;
}
.logo2 h3 a {
  margin: 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2em;
}
.ftr-menu {
  float: right;
  margin-top: 5px;
}
.ftr-menu ul li {
  display: inline-block;
}
.ftr-menu ul li a {
  display: block;
  margin: 0 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.ftr-menu ul li a:hover {
  color: #fff !important;
}
.copy-right {
  padding: 15px 0;
  background: #020202;
}
.copy-right p {
  margin: 0px 0 0 0;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
}
.copy-right p a {
  color: #fff;
}
.copy-right p a:hover {
  color: #f44236;
}
/*-- //copyright --*/
/*-- //error --*/
#toTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border: none;
  background: url(../images/move-top.png) no-repeat 0px 0px;
  text-decoration: none;
  text-indent: 100%;
}
#toTopHover {
  display: block;
  float: right;
  overflow: hidden;
  width: 40px;
  height: 40px;
  opacity: 0;
  filter: alpha(opacity=0);

  -moz-opacity: 0;
}

/*-- /responsive design --*/
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1080px) {
  .carousel-caption {
    padding-top: 11em;
    min-height: 530px !important;
  }
  .w3-services-right-grid h3 {
    letter-spacing: 2px;
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  .w3-services-left-grid.wls_head_all {
    width: 100%;
  }
  .w3-services-right-grid {
    width: 100%;
  }
  .w3-services {
    padding: 4em 0em 0 0;
  }
  .w3-services {
    min-height: 490px;
  }
  .mask i {
    color: #fff;
    font-size: 2.5em;
    line-height: 6em;
  }
  .w3-icon-grid-gap1 {
    margin: 4em 0 4em 0;
  }
  .w3-services {
    min-height: 526px;
  }
}
@media (max-width: 991px) {
  .w3l-welcome_info {
    margin: 0 0 2em 0;
    width: 100%;
  }
  .w3l-welcome_pic {
    margin: 2em 0 0 0;
    width: 100%;
  }
  .w3-icon-grid1 {
    float: left;
    width: 25%;
  }
  .team-left {
    float: none;
    width: 50%;
  }
  .team-right {
    float: right;
    width: 100%;
  }
  .team-w3lsgrids {
    float: left;
    width: 50%;
  }
  ul.portfolio_agile_info_w3ls li {
    width: 32%;
  }
  .mask i {
    line-height: 5em;
  }
  .address {
    margin: 0 auto;
    width: 80%;
  }
  .w3-agile-address-left {
    float: left;
    width: 20%;
  }
  .contact-form {
    margin: 2em 0 0 0;
    width: 100%;
  }
  .carousel-caption {
    padding-top: 9em;
    min-height: 450px !important;
  }
  .carousel-indicators {
    bottom: 14%;
  }
  .agile-stats h3.center {
    font-size: 2.5em;
  }
}
@media (max-width: 800px) {
  .carousel-caption p {
    width: 89%;
  }
}
@media (max-width: 768px) {
  .w3-services {
    min-height: 554px;
  }
}
@media (max-width: 767px) {
  div#bs-example-navbar-collapse-1 {
    position: absolute;
    z-index: 999;
    width: 100%;
  }
  .navbar-nav > li {
    float: none;
    margin: 0 15px;
    width: 90%;
    text-align: center;
  }
  .nav > li {
    position: relative;
    display: inline-block;
  }
  .navbar-default .navbar-nav > li > a {
    margin: 0 auto;
    width: 30%;
  }
  .navbar-nav {
    margin-top: 1em;
    background: #0000009c;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
}
@media (max-width: 736px) {
  .ftr-menu ul li a {
    margin: 0 13px;
  }
  .w3-stats span.fa {
    padding: 18px;
    width: 75px;
    height: 75px;
    font-size: 37px;
  }
}
@media (max-width: 667px) {
  .w3-services-right-grid h3 {
    letter-spacing: 1px;
    font-size: 18px;
  }
  .wls_head_all h3 {
    font-size: 2.5em;
  }
  .address h4 {
    font-size: 2em;
  }
  .mask i {
    line-height: 4em;
  }
  .logo2 {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .ftr-menu {
    float: none;
    margin: 0 auto;
    margin-top: 5px;
  }
  .ftr-menu {
    float: none;
    margin: 1em auto 0;
    margin-top: 5px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .w3-services-right-grid h3 {
    letter-spacing: 1px;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .w3-services-left-grid p {
    padding: 0 0em;
  }
  .w3-icon-grid1 {
    float: left;
    margin: 2em 0 0 0;
    width: 33%;
  }
  .w3-icon-grid-gap1 {
    margin: 4em 0 1em 0;
  }
  .w3-services {
    min-height: 713px;
  }
  .w3-icon-grid-gap1 {
    margin: 2em 0 1em 0;
  }
}
@media (max-width: 568px) {
  .skills,
  .w3layouts-welcome,
  .team,
  .footer-top,
  .contact,
  .w3ls-welcome_sec,
  .agile-stats {
    padding: 3em 0em;
  }
  .wthree_footer_top_grid {
    margin: 3em auto 0;
    width: 60%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .carousel-caption h2,
  .carousel-caption h3 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 3em;
  }
  .carousel-indicators {
    bottom: 9%;
  }
  .w3-icon-grid1 {
    float: left;
    margin: 2em 0 0 0;
    width: 50%;
  }
  .team-left {
    float: left;
    width: 50%;
  }
  .team-right {
    float: right;
    width: 100%;
  }
  .team-w3lsgrids {
    float: left;
    width: 100%;
  }
  .team-left {
    float: left;
    width: 43%;
  }
  .team-w3lsgrids {
    float: left;
    margin: 2em 0;
    width: 100%;
  }
  .team-info.team-row2 {
    margin-top: 1em;
  }
  ul.portfolio_agile_info_w3ls li {
    width: 49%;
  }
  .contact input[type='text'] {
    width: 100%;
  }
  .contact input.email {
    margin-left: 0em;
  }
  .ftr-menu ul li a {
    margin: 0 6px;
  }
}
@media (max-width: 414px) {
  .carousel-caption h2,
  .carousel-caption h3 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 2.5em;
  }
  .w3-stats p {
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
  }
  .w3-agile-address-left {
    float: none;
    width: 100%;
  }
  .w3-agile-address-right {
    float: none;
    margin: 1em 0 0 0;
    width: 100%;
  }
  .w3l-welcome_info h4 {
    margin: 9px 0;
    letter-spacing: 1px;
    font-size: 17px;
  }
  .w3l-welcome_pic {
    padding: 0 0 0 0em;
  }
  .skills,
  .w3layouts-welcome,
  .team,
  .footer-top,
  .contact,
  .w3ls-welcome_sec,
  .agile-stats {
    padding: 2em 0em;
  }
  .address {
    margin: 0 auto;
    width: 100%;
  }
  .mask i {
    font-size: 1.5em;
    line-height: 6em;
  }
  .w3-icon-grid1 i {
    color: rgb(239, 102, 147);
    font-size: 2.5em;
  }
  .ftr-menu ul li a {
    margin: 3px 6px;
  }
}
@media (max-width: 384px) {
  .carousel-caption h2,
  .carousel-caption h3 {
    font-size: 2em;
  }
  .carousel-caption {
    padding-top: 6em;
    min-height: 400px !important;
  }
  .w3l-welcome_pic h2 {
    color: rgb(72, 98, 196);
    font-size: 21px;
  }
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
  .carousel-caption h2,
  .carousel-caption h3 {
    font-size: 1.8em;
  }
  .carousel-caption p {
    width: 100%;
  }
  .carousel-indicators {
    bottom: 4%;
  }
  .wls_head_all h3 {
    font-size: 2em;
  }
  .w3-services-left-grid h4 {
    font-size: 1.2em;
  }
  .carousel-caption h2,
  .carousel-caption h3 {
    font-size: 1.8em;
  }
  .navbar-default a.navbar-brand h1 {
    font-size: 25px;
  }
  .w3l-welcome_pic h2 {
    color: rgb(72, 98, 196);
    font-size: 19px;
  }
  .w3l-welcome_pic h3 {
    font-size: 16px;
  }
  .w3-icon-grid1 {
    float: none;
    margin: 0 auto 2em;
    width: 63%;
  }
  .w3l_header_left {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .w3l_header_right {
    float: none;
    text-align: center;
  }
  .text-left {
    text-align: center;
  }
  .w3l_header_right {
    float: none;
    margin: 0.5em 0;
    text-align: center;
  }
  .w3l-welcome_info h3,
  .auto_sec h3,
  .feature_head h3 {
    color: rgba(72, 98, 196, 0.77);
    font-size: 25px;
  }
  .w3-stats span.fa {
    padding: 18px;
    width: 60px;
    height: 60px;
    font-size: 29px;
  }
  .w3-stats p {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
  }
  .agileits-w3layouts-map iframe {
    width: 100%;
    height: 277px;
    border: none;
  }
  .ftr-menu ul li a {
    margin: 3px 2px;
  }
}
/*-- /responsive design --*/

.hurusato img {
  max-width: 100%;
  width: 440px;
}
