@charset "UTF-8";
/* -----------------------------------
Flexbox設定
----------------------------------- */
* {
  margin: 0;
  padding: 0px;
}

body {
	background:darkblue;
  margin:0;
  padding:0;
  font-family: 'Open Sans', sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
  margin:0;   
  font-family: 'Montserrat', sans-serif;
color:mintcream;
}

p {
padding: 0;
margin-bottom: 12px;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color:mintcream;
margin-top: 10px;
}

ul{
  margin:0;
  padding:0;
}
p,ul,ol{
  font-size:14px;
}

img {
height: auto;
max-width: 100%;
}

a {
padding: 0;
margin: 0;
text-decoration: none;
-webkit-transition: background-color .4s linear, color .4s linear;
-moz-transition: background-color .4s linear, color .4s linear;
-o-transition: background-color .4s linear, color .4s linear;
-ms-transition: background-color .4s linear, color .4s linear;
transition: background-color .4s linear, color .4s linear;
}
.background-video {
  position: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  height:100%;
}
input[type="submit"],a,.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{
  transition:.5s ease-in;
  -webkit-transition:.5s ease-in;
  -moz-transition:.5s ease-in;
  -o-transition:.5s ease-in;
  -ms-transition:.5s ease-in;
}
a:hover{
  text-decoration:none;
}
a:focus{
  outline:none;
  text-decoration:none;
}


video{
  width:100%;
  height:100%;
  /* position:absolute; */
  object-fit:cover;
  transition: all 1.2s linear;
  
}

#about-left-img2 .video-icon {
  position: absolute;
  top: 35%;
  right: 42%;
  font-size: 42px;
  color: #fff;
  z-index: 1;
}

.video-icon a {
  color: #fff;
}




/*	################################################################
BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
/* navbar */

.navigation {
  width: 100%;
  padding-top: 15px;
  position: relative;
  height: 82px;
  /*　background-color: #fff;*/
  z-index: 999;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  top: 1px;
}

.sticky-top .brand {
  top: auto;
}

.nav-container {
  max-width: 1150px;
  margin: 0 auto;
}

nav {
  float: right;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li a,
nav ul li a:visited {
  font-family: "Londrina Solid", monospace;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.sticky-top nav ul li a,
.sticky-top nav ul li a:visited {
  color: #fff;
}

nav ul li a {
  background: transparent;
}


nav ul li a:hover,
nav ul li a:visited:hover {
  color: rgb(40, 172, 14);
  text-decoration: none;
}



.navbar-dropdown li a {
  background: #fff;
}

.sticky-top .navbar-dropdown li a {
  background: rgb(24, 30, 51);
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: '\025BE';
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.navbar-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.25);
}

.nav-list li a img {
  display: block;
  margin: 0 auto;
}
.nav-list .closer{
  padding: 1px;
}

#navbar-img {
  position: absolute;
  top: 89%;
  right: 0%;
  min-width: 100%;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  background: transparent;
  height: 50px;
  width: 70px;
}

#navbar-toggle {
  position: absolute;
  left: 18px;
  top: 15px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#navbar-toggle span,
#navbar-toggle span:before,
#navbar-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: rgb(7, 173, 21);
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

#navbar-toggle span:before {
  top: -10px;
}

#navbar-toggle span:after {
  bottom: -10px;
}

#navbar-toggle.active span {
  background-color: transparent;
}

#navbar-toggle.active span:before,
#navbar-toggle.active span:after {
  top: 0;
}

#navbar-toggle.active span:before {
  transform: rotate(45deg);
}

#navbar-toggle.active span:after {
  transform: rotate(-45deg);
}

/*** Sticky Navbar ***/
.sticky-top {
  background: #181e33 !important;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  color: #fff;

  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky-top #search-btn {
  color: #fff;
  transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
}

.sticky-top #navbar-img {
  display: none;
}

.sticky-top .menu-wrap a {
  color: #fff;
  transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
}

.sticky-top .menu-wrap .nav-link {
  color: #ffffff;
  transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
}

.sticky-top .menu-wrap .nav-link:focus {
  color: #fff;
}

.sticky-top .dropdown-toggle::after {
  color: #fff;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
section{
  position: relative;
}

/* navbar-over */

.center-container {
  padding: 2em 0 48em;
  background: rgba(0, 0, 0, 0.44);
}
.w3_agile_header {
  padding: 2em 5em 0 7em;
}
.w3_agile_header_left{
  float:left;
}
.agile_header_right{
  float:right;
  margin-top: .7em;
}
.agile_header_right ul li{
  display:block;
  font-weight:600;
  color:#fff;
  display:inline-block;
}
.agile_header_right ul li i{
  padding-right:1.5em;
  color:#0accff;
}
.agile_header_right ul li a{
  color:#fff;
  text-decoration:none;
}
.agile_header_right ul li a:hover{
  color:#0accff;
}
.agile_header_right ul li a:before,.agile_header_right ul li a:after{
  display:none;
}
.agile_header_right ul li:last-child{
  margin-left:3em;
}
.w3_agileits_logo {
  float: left;
}
.w3_agileits_logo h1 a{
  font-size: 1.4em;
  color: #fff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  letter-spacing:3px;
}
.w3_agileits_logo h1 a span{
  display: block;
  font-size: .3em;
  font-weight: 600;
  color:#0accff;
  position: relative;
  letter-spacing: 10px;
}

.agileits_w3layouts_banner_info{
  width:80%;
  margin:0 auto;
  text-align:center;
}
.agileits_w3layouts_banner_info h2{
  font-size:2em;
  color:#fff;
  text-transform:capitalize;
  line-height:2em;
}
.agileits_w3layouts_banner_info p{
  color:#fff;
  line-height:2em;
  margin: 0 0 5em;
}
.agileits_w3layouts_banner_info form{
  width: 42%;
  margin:1.4% auto 0;
  float: right;
}
.agileits_w3layouts_banner_info input[type="search"]{
  outline: none;
  width: 78%;
  padding: 12px 17px;
     background: rgba(255, 255, 255, 0.31);
  color: #212121;
      border: 1px solid rgba(165, 165, 165, 0.29);
  font-size: 14px;
  float: left;
  letter-spacing: 3px;
  font-weight: 600;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.agileits_w3layouts_banner_info input[type="search"]::-webkit-input-placeholder{
  color:#212121;
}
.agileits_w3layouts_banner_info input[type="submit"]{
  outline: none;
  width: 22%;
  padding: 12px 0;
  background: #34bf49;
  color: #fff;
  border: 1px solid #34bf49;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
   border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.agileits_w3layouts_banner_info input[type="submit"]:hover{
  background:#17a22c;
  border-color:#17a22c;
}
.w3_agileits_logo h1 a span {
    font-size: 11px;
  text-align: center;
  color: #34bf49;
}
/*-- nav --*/

/*-- menu --*/
.mobile-nav-button {
  position: fixed;
     margin: 5em 0em 0;
  right: 8%;
  top: 0;
  z-index: 9999;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.66);
}
.mobile-nav-button .mobile-nav-button__line {
  width: 30px;
  height: 2px;
  background: #fff;
  position: relative;
  transition: 1s ease;
  margin: .6em auto;
}

.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) { margin: 0.5em auto; }

.mobile-nav-button .mobile-nav-button__line--1 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 13px;
  position: absolute;
}

.mobile-nav-button .mobile-nav-button__line--2 { 
  display: none;  
}

.mobile-nav-button .mobile-nav-button__line--3 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  top: 13px;
  position: absolute;
}

.mobile-nav-button .mobile-nav-button__line--1,.mobile-nav-button .mobile-nav-button__line--3 {
  left:10%;
}

.mobile-menu {
  display: block;
   width: 18%;
  right: -20%;
  height: 100%;
  background: rgba(1, 16, 25, 0.67);
  position: fixed;
  z-index: 9998;
  transition: 0.6s ease;
  top: 0;
  opacity: 0;
}

.mobile-menu ul {
  position: relative;
  top: 20%;
  padding: 0;
}

.mobile-menu ul li { 
  list-style: none;
  margin-bottom: 2em;
  display: block;
}
.mobile-menu ul li a {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  padding: 1em 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.open > ul.dropdown-menu.agile_short_dropdown{
  display: block;
  transform: none !important;
  min-width: 65%;
  border: none;
  box-shadow: none;
  border-radius: 0;
  left: 18%;
}
.open > ul.dropdown-menu.agile_short_dropdown li{
  margin:0 !important;
}
ul.dropdown-menu.agile_short_dropdown > li > a:hover{
  background: none;
}
.mobile-menu ul li a:after {
  content: '';
  background: #34bf49;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
  transition: 0.4s ease;
}

.mobile-menu ul li a:hover,.mobile-menu ul li.active a { 
  color: #fff; 
}

.mobile-menu ul li a:hover:after,.mobile-menu ul li.active a:after { 
  right: 0; 
}
li.dropdown.act a.w3_icons_act {
  background: #0e0e0e;
  color: #fff;
}
.mobile-menu img {
  position: absolute;
  width: 150px;
  display: block;
  left: 50%;
  top: 3rem;
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  padding: 0;
  text-align: center;
}

.mobile-menu--open {
  opacity: 1;
  right:0%;
}
.dropdown.active.open a  ul.dropdown-menu.agile_short_dropdown li a.w3_icon_1:after{
  background:none !important;
}
/*-- //menu --*/

/*-- /banner --*/

video{
  width:100%;
  height:100%;
  /* position:absolute; */
  object-fit:cover;
  transition: all 1.2s linear;
  
}


.agileits-banner-info {
  text-align: center;
  margin: 4em auto 0;
  padding-top: 10em;
}
.agileits-banner-info h3 {
   font-size: 5em;
  color: #fff;
  font-weight: bold;
  letter-spacing:6px;
  margin: 0.5em 0;
  
}
.agileits-banner-info h4{
  font-size:1em;
  text-transform: uppercase;
  letter-spacing: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: rgba(229, 229, 230, 0.44);
}
.agileits-banner-info p {
     font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 24px;
  color: #34bf49;
  font-weight: 600;
}
.w3_agileits_social_media {
  float: right;
  padding: 6em 6em 0 0em;
     margin-top: 7em;
}
ul.social-icons3{
  display:block;
  padding: 0;
  margin-top: 1em;
}
ul.social-icons3 li{
  display:inline-block;
}
ul.social-icons3 li a{  
  display: block;
  height: 30px;
  width: 30px;
  margin-right: 1em;
  -webkit-transition: .5s all;
  transition: .5s all;
  -moz-transition: .5s all;
      margin-right: 0.4em;
  -webkit-transition: .5s all;
  transition: .5s all;
  -moz-transition: .5s all;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  line-height: 30px;
  color:#fff;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  text-align:center;
}
ul.social-icons3 li a.wthree_facebook{
   background:#4D669C;
}
ul.social-icons3 li a.wthree_twitter{
   background:#1da1f2;
}
ul.social-icons3 li a.wthree_dribbble{
   background:#ea4c89;
}
ul.social-icons3 li a.wthree_behance{
   background:#0096ff;
}
ul.social-icons3 li a:hover{
  text-decoration:none;
  opacity:0.8;
}
li.agileinfo_share {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 6px;
  margin-right: 10px;
}
/*-- //banner --*/

/*	################################################################
SITE WRAPS
################################################################# */

#headerwrap {
background-color: #00b3fe;
min-height: 550px;
padding-top: 100px;
padding-bottom: 0px;
text-align: center;
}

#headerwrap h3, h5 {
color: white;
font-weight: 400;
}

#headerwrap h1 {
color: white;
margin-bottom: 25px;
}

#headerwrap .img-responsive {
margin: 0 auto;
}

/* Services Wrap */
#service {
margin-top: 100px;
margin-bottom: 80px;
}

#service i {
color: #00b3fe;
font-size: 60px;
padding: 15px;
}

/* Portfolio Wrap */
#portfoliowrap {
padding-top: 60px;
margin-bottom: 60px;
display: block;
text-align: center
}

#portfoliowrap h3 {
margin-bottom: 25px;
}

.portfolio {
padding:0 !important;
margin:0 !important;
display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
color:#fff;
margin:0;
padding:40px 5px 0;
font-size:16px;
text-transform:uppercase;
}
.tpl6 .dmbutton
{
display:inline-block;
margin:30px 5px 20px 5px;
font-size:13px;
}

.tpl6 .bg
{
height:100%;
width:100%;
background-color:#00b3fe;
background-color:rgba(0,179,254,.9);
text-align:center;
}

/* Testimonials Wrap */
#twrap {
background: url(../img/t-back.jpg) no-repeat center top;
margin-top: 0px;
padding-top:60px;
text-align:center;
background-attachment: relative;
background-position: center center;
min-height: 450px;
width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#twrap i {
font-size: 50px;
color: white;
margin-bottom: 25px;
}

#twrap p {
color: white;
font-size: 15px;
line-height: 30px;
}

/* clients logo */
#cwrap {
background: #f7f7f7;
margin-top: 0px;
padding-top: 80px;
padding-bottom: 100px;
}

#cwrap h3 {
margin-bottom: 60px;
}

/* Footer */
#footerwrap {
padding-top: 60px;
padding-bottom: 60px;
background: #384452;
}

#footerwrap p {
color: #bfc9d3;
}

#footerwrap h4 {
color: white;
}

#footerwrap i {
font-size: 30px;
color: #bfc9d3;
padding-right: 25px;
}

#footerwrap i:hover {
color: #00b3fe
}

/*	################################################################
PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blue {
background: #00b3fe;
margin-top: 60px;
margin-bottom: 60px;
padding-top: 25px;
padding-bottom: 25px;
}

#blue h3 {
color: white;
margin-left: 15px;
}

.ctitle {
color: #00b3fe;
font-weight: 700;
margin-bottom: 15px;
}

csmall {
font-size: 12px;
color: #b3b3b3;
}
csmall2 {
font-size: 12px;
color: #f39c12
}

.spacing {
margin-top: 40px;
margin-bottom: 40px;
}

.badge-theme {
background: #00b3fe;
}

/* Contact Page */
#contactwrap {
background: url(../img/contact.jpg) no-repeat center top;
margin-top: -60px;
padding-top:0px;
text-align:center;
background-attachment: relative;
background-position: center center;
min-height: 400px;
width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Blog Page */
.popular-posts {
margin: 0px;
padding-left: 0px;
}

.popular-posts li {
list-style: none;
margin-bottom: 20px;
min-height: 70px;
}
.popular-posts li a,
.popular-posts li a:hover {
color:#2f2f2f;
text-decoration: none;
}

.popular-posts li img {
float: left;
margin-right: 20px;
}

.popular-posts li em {
font-family: 'Lato', sans-serif;
font-size: 12px;
color: #b3b3b3
}

.popular-posts p {
line-height: normal;
margin-bottom: auto;
}

.share i {
padding-right: 15px;
font-size: 18px;
}


/* Contact Form */

.contact-form input, .contact-form textarea {
padding: 10px 12px;
border-radius: 0;
box-shadow: none;
font-size: 14px;
height: auto;
}

.contact-form .form-send {
text-align: center;
}

.contact-form .form-send button  {
background:green;
border: 0;
padding: 12px 40px;
color: #fff;
transition: 0.4s;
cursor: pointer;
font-size: 16px;
}

.contact-form .form-send button:hover {
background: #00b3fe;
}

.contact-form .validate {
display: none;
color: red;
margin: 0 0 15px 0;
font-weight: 400;
font-size: 13px;
}

.contact-form .loading {
display: none;
color: #555;
background: #fff;
text-align: center;
padding: 15px;
margin: 15px 0;
}

.contact-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
border: 3px solid #18d26e;
border-top-color: #eee;
-webkit-animation: animate-loading 1s linear infinite;
animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}

@keyframes animate-loading {
0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}

.contact-form .error-message {
display: none;
color: #fff;
background: #ed3c0d;
text-align: center;
padding: 15px;
font-weight: 600;
margin: 15px 0;
}

.contact-form .sent-message {
display: none;
color: #fff;
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
margin: 15px 0;
}

/* Copyrights */

#copyrights {
background: #202b38;
padding: 20px 0;
text-align: center;
}

#copyrights p {
margin-bottom: 5px;
color: #fff;
}

#copyrights a {
color: #00b3fe;
}

.credits {
color: #fff;
}

/*======================================
     End footer  CSS
========================================*/  

/* ポップアップウインドウの設定 */
.pu {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  overflow-y: scroll;
  z-index: 2;
}
/* チェックボックスの初期設定 */
#pu-on{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#pu-on:checked + .pu{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 開くボタン */
.btn-open{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* ポップアップの内容 */
.pu-content{
  margin: 40px auto 40px auto;
  width: 90%;
  
}




.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {

  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
/*======================================
     お問い合わせフォーム
========================================*/  

.Form-Item-Label {
  width: 100%;
  max-width: 150px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #545454;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  /* margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em; */
  height: 48px;
  flex: 1;
  width: 100%;
  /* max-width: 410px; */
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  /* margin-left: 40px; */
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: green;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.over-white{
  color: #fff !important;
  background: #fff;
  border: 1px solid #ddd;
}

/*======================================
     Social Icon
========================================*/  

ul.social-icons3{
  display:block;
  padding: 0;
  margin-top: 1em;
}
ul.social-icons3 li{
  display:inline-block;
}
ul.social-icons3 li a{  
  display: block;
  height: 30px;
  width: 30px;
  margin-right: 1em;
  -webkit-transition: .5s all;
  transition: .5s all;
  -moz-transition: .5s all;
      margin-right: 0.4em;
  -webkit-transition: .5s all;
  transition: .5s all;
  -moz-transition: .5s all;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  line-height: 30px;
  color:#fff;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  text-align:center;
}
ul.social-icons3 li a.wthree_facebook{
   background:#4D669C;
}

ul.social-icons3 li a.wthree_dribbble{
   background:#ea4c89;
}
ul.social-icons3 li a.wthree_behance{
   background:#0096ff;
}
ul.social-icons3 li a:hover{
  text-decoration:none;
  opacity:0.8;
}

ul.social-icons3 li a {
    margin-right: 0.2em;
  }
ul.social-icons3 {
      display: block;
      padding: 0;
      margin-top: 0.1em;
  }

#diaofa01 {
  display: inline;
}

#diaofa02 {
  display: inline;
}

#diaofa03 {
  display: inline;
}

#diaofa {
  display: inline;
}