/* main font for menu. */
@import url(https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);

/*--------------------
Color customizations
change these colors to change overlays
--------------------*/

.mz-module:hover .ot-circle.color1 {
  color: #c54a4a;
}
.mz-module:hover .ot-circle.color2 {
  color: #6091dc;
}
.mz-module:hover .ot-circle.color3 {
  color: #6eb377;
}
.mz-module:hover .ot-circle.color4 {
  color: #fcbe03;
}

/*--------------------
1. General
--------------------*/

body {
  margin: 0px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #232323;
}

h3.title {
  margin: 0; /* デフォルトCSS打ち消し */
  padding-bottom: 5px;
  font-size: 18px; /* 文字サイズ指定 */
  position: relative; /* 位置調整 */
  font-weight: normal; /* 文字の太さ調整 */
  margin-bottom: 20px; /* 周りの余白指定 */
  border-bottom: solid 4px rgba(43, 123, 73, 0.6); /* 線指定 */
  border-radius: 0px 0px 160px 180px/0px 0px 20px 4px; /* 角丸指定 */
}

h3#bc {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.4px;
  color: 232323;
}

p {
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.2px;
  color: #444444;
}

.dark-bg p {
  color: #b1b1b1;
}

a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

::selection {
  text-shadow: none;
  background: #fed136;
}

.space10 {
  margin-top: 10px;
}
.space20 {
  margin-top: 10px;
}
.space30 {
  margin-top: 30px;
}
.space50 {
  margin-top: 50px;
}
.space70 {
  margin-top: 70px;
}

.space-bottom30 {
  margin-bottom: 30px;
}
.space-bottom50 {
  margin-bottom: 50px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

img.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.shadow-text {
  text-shadow: 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff,
    3px 3px 4px #bbb;
  font-size: 16px;
  font-weight: bold;
  color: #333366;
}

.shadow-text2 {
  text-shadow: 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff,
    3px 3px 4px #bbb;
  font-size: 16px;
  font-weight: bold;
  color: #f60;
}

.t12 {
  font-size: 12px;
}
.t13 {
  font-size: 13px;
}
.t14 {
  font-size: 14px;
}
.t15 {
  font-size: 15px;
}
.t16 {
  font-size: 16px;
}
.t17 {
  font-size: 17px;
}
.t18 {
  font-size: 18px;
}

.c-f60 {
  color: #f60;
}

.bold {
  font-weight: bold;
}

.border_blue {
  margin: auto;
  border-bottom: 2px;
  border-color: #9ad9fe;
  border-bottom-style: solid;
  width: 80%;
  text-align: center;
}

.btn2,
a.btn2,
button.btn2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn2-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #004ea2;
}

a.btn2-flat span {
  position: relative;
}

a.btn2-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #ff7e28;
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

a.btn2-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

a.btn2-flat:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a.btn2-flat:hover:after {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

section {
  padding: 70px 0;
}

ul {
  padding-left: 0;
  padding-top: 10px;
}

ul li {
  list-style: none;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.2px;
  color: #000000;
}

section ul li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f105";
  padding-right: 7px;
  color: #23ad21;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
  margin-left: -13px;
  margin-right: -13px;
}

.col-0-gutter {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
  background-color: #fff;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #fff;
  padding: 0px;
  margin-left: 10px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #fec503;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-toggle {
  background-color: #1d74bb;
  border-color: #1d74bb;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #1d74bb;
}
.navbar-default .nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #444448;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #1d74bb;
  outline: 0;
}

.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: #fff;
  background-color: #1d74bb;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #fec503;
}

@media (min-width: 768px) {
  .navbar-default {
    background-color: rgba(255, 255, 255, 0.65);
    padding: 5px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: 0;
  }
  .navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 10px;
    margin-left: 10px;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default.navbar-shrink {
    background-color: #ffffff;
    border-bottom: 1px solid #828282;
    padding: 5px 0;
  }
  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
    margin-top: 10px;
  }
}

/*--------------------
3. Header
--------------------*/

header {
  margin-top: 80px;
}

.owl-slider-item {
  position: relative;
  background-color: #000;
}
.owl-slider-item img {
  opacity: 1;
}
.owl-slider .owl-controls {
  position: absolute;
  left: 0;
  top: 38%;
  width: 100%;
}

.owl-slider .owl-controls .owl-nav [class*="owl-"] {
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.26);
  border-radius: 0;
  margin: 0;
  font-size: 30px;
  z-index: 1000;
}

.owl-slider .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.owl-slider .owl-controls .owl-prev {
  float: left;
}

.owl-slider .owl-controls .owl-next {
  float: right;
}

.intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
  position: absolute;
  top: 50px;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
}

@media (min-width: 768px) {
  .intro-text {
    padding-top: 230px;
    padding-bottom: 400px;
  }
}

.intro-text .intro-lead-in {
  display: inline-block;
  margin-bottom: 25px;
  padding: 4px 20px;
  font-size: 19px;
  color: #fff;
  font-weight: 100;
  line-height: 40px;
}

@media (min-width: 768px) {
  .intro-text .intro-lead-in {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 45px;
  }
}

.intro-text .intro-heading {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 25px;
  letter-spacing: -3px;
  word-spacing: 10px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 768px) {
  .intro-text .intro-heading {
    line-height: 95px;
    font-size: 77px;
    margin-bottom: 50px;
  }
}

/*--------------------
topics
--------------------*/

.topics {
  margin: 20px 10px 60px 10px;
}

.topics dl {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.topics dl.info {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.topics dt {
  padding-bottom: 5px;
  text-align: left;
  font-size: 18px;
}

.topics dd {
  text-align: left;
  color: #036eb8;
  font-size: 16px;
}

.topics dd a:hover {
  text-decoration: underline;
  color: #036eb8;
}

@media screen and (min-width: 768px) {
  .topics {
    /*	width:70%; */
    margin: 20px 50px 60px 50px;
  }

  .topics dt {
    clear: left;
    float: left;
    width: 10%;
    text-align: left;
  }
  .topics dd {
    margin-left: 20%;
    text-align: left;
    color: #036eb8;
  }
}

/*--------------------
4. Sections
--------------------*/

.section-title h2 {
  font-size: 40px;
  color: #1d74bb;
  font-weight: 900;
  letter-spacing: -0.6px;
  position: relative;
  margin: 0 0 50px 0;
  padding-bottom: 15px;
}

.section-title h2:after {
  left: 50%;
  z-index: 1;
  width: 220px;
  height: 3px;
  content: " ";
  bottom: -5px;
  margin-left: -110px;
  text-align: center;
  position: absolute;
  background: #1d74bb;
}

.section-title2 h2 {
  font-size: 35px;
  color: #1d74bb;
  font-weight: 900;
  letter-spacing: -0.6px;
  position: relative;
  margin: 0 0 50px 0;
  padding-bottom: 15px;
}

.section-title2 h2:after {
  left: 50%;
  z-index: 1;
  width: 220px;
  height: 3px;
  content: " ";
  bottom: -5px;
  margin-left: -110px;
  text-align: center;
  position: absolute;
  background: #1d74bb;
}

.section-title h2.info {
  font-size: 25px;
  color: #1d74bb;
  font-weight: 900;
  letter-spacing: -0.6px;
  position: relative;
  margin: 0 0 50px 0;
  padding-bottom: 15px;
}

.section-title h2.info:after {
  left: 50%;
  z-index: 1;
  width: 220px;
  height: 3px;
  content: " ";
  bottom: -5px;
  margin-left: -110px;
  text-align: center;
  position: absolute;
  background: #1d74bb;
}

.dark-bg .section-title h2 {
  color: #fff;
}

.section-title p,
.section-title2 p {
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
  margin: 20px 100px 20px 100px;
  text-align: left;
}

@media (max-width: 768px) {
  .section-title p,
  .section-title2 p {
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    margin: 20px 10px 60px 10px;
    text-align: left;
  }
}

/*--------------------
  business
--------------------*/

h3.busi {
  line-height: 40px;
  position: relative;
  height: 40px;
  margin: 2em 50px 1em;
  padding: 0 2rem;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #fe3a01;
  width: 250px;
}

h3.busi:before,
h3.busi:after {
  position: absolute;
  top: 0;
  display: block;
  height: 28px;
  content: "";
  border: 20px solid #fe3a01;
}

h3.busi:before {
  left: -20px;
  border-left-width: 15px;
  border-left-color: transparent;
}

h3.busi:after {
  right: -20px;
  border-right-width: 15px;
  border-right-color: transparent;
}

h3.busi span {
  position: relative;
  display: block;
}

h3.cus {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #fe3a01;
}

h3.cus:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background: #f8f8f8;
}

p.cus-margin {
  margin: 0 40px;
}

/*--------------------
  cleaning
--------------------*/

h4.clean {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #468ccb;
}

h4.clean:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background: #f8f8f8;
}

p.clean-margin {
  margin: 0 40px;
}

h4.clean-title {
  padding-bottom: 0.3em;
  border-bottom: solid 2px;
  border-color: #999;
}

/*--------------------
  corporate
--------------------*/

ul.corp {
  margin-left: 40px;
}

ul.corp li {
  list-style-type: decimal;
  font-size: 16px;
  color: #333;
}

section ul.corp li:before {
  font-weight: normal;
  display: inline-block;
  content: "";
}

p.corp1 {
  font-size: 16px;
  font-weight: bold;
}

p.corp2 {
  margin-left: 15px;
}

/*--------------------
  service
--------------------*/
.box-maker {
  margin: 2em auto;
  padding: 2em; /*内側余白*/
  border: 2px solid #eee;
  position: relative;
  z-index: 0;
}
.box-maker:before {
  border-top: 2px solid #c6d4c6;
  border-left: 2px solid #c6d4c6;
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

ul.maker {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

ul.maker li {
  list-style: none;
  white-space: nowrap;
  margin-left: 30px;
  padding: 0;
  line-height: 2;
  font-size: large;
}

ul.maker li::before {
  content: none;
}

/*--------------------
4.1. CTA sectoin
--------------------*/

.section-cta {
  padding: 40px 0;
  color: #fff;
  background-color: #fcbe03;
}

.section-cta h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin: 15px 0 20px;
}

.button-cta {
  border: 2px solid #fff;
  padding: 10px 50px;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  display: inline-block;

  -webkit-transition: all 0.4s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -o-transition: all 0.5s ease; /* IE 9 */
  -ms-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
.button-cta:hover {
  color: #fff;
  background-color: #036eb8;
  text-decoration: none;
}

@media (max-width: 768px) {
  .section-cta {
    padding: 40px 0;
    color: #fff;
    background-color: #fcbe03;
    text-align: center;
  }
}

/*--------------------
Company
--------------------*/

section table {
  width: 100%;
}
section td.busi {
  padding: 10px;
  border: none;
}
section th,
section td {
  padding: 10px;
  border: 1px solid #ddd;
}
section .table02 th,
section .table02 td {
  padding: 5px;
  border: 1px solid #ddd;
}
section th {
  background: #036eb8;
  color: #fff;
}

.shop-border {
  border-bottom: #2b2a2a 1px dashed;
}

/*----------------------------------------------------
  table
----------------------------------------------------*/
.table01 th,
.table02 th {
  width: 20%;
  text-align: left;
}
.table01 td,
.table02 td {
  text-align: left;
}

.rightmap {float:right;}
.lefttext {float:left;}



table{
  border-collapse: collapse;
  width: 100%;
}

.table_comp {
    width: 100%;
	}

section .table_comp th,
section .table_comp td {
  padding: 0 0 2px 0;
  border: none;
}

section .table_comp th.space,
section .table_comp td.space {
  padding: 0 0 10px 0;
  border: none;
}

.table_comp th{
	background-color:#FFF;
	color:#333;
	font-weight:normal;
	width:110px;
}

.table_comp th.fukuri{
	background-color:#FFF;
	color:#333;
	font-weight:normal;
	width:130px;
}

.table_comp th.certification{
	background-color:#FFF;
	color:#333;
	font-weight:normal;
	width:220px;
}


.table_coop {
    width: 100%;
	margin-bottom:20px;
	}

.table_coop td.title{
	text-align:center;
	background: #06C;
	color: #fff;
}

.table_coop th,
.table_coop td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
  text-align:left;
}
.table_coop th {
  background: #FFA928;
  color: #fff;
  width:20%;
}

@media screen and (max-width: 640px) {
  .table_coop {
    width: 100%;
	margin-bottom:20px;
  }
  table.table_coop th,
  table.table_coop td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .table_coop tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}



@media only screen and (max-width: 480px) {
  .table01 {
    margin: 0 -10px;
  }
  .table01 th,
  .table01 td {
    width: 100%;
    display: block;
    border-top: none;
  }
  table01 tr:first-child th {
    border-top: 1px solid #ddd;
  }

  .table02 {
    margin: 0 -10px;
  }
  .table02 th,
  .table02 td {
    width: 100%;
    display: block;
    border-top: none;
  }
  table02 tr:first-child th {
    border-top: 1px solid #ddd;
  }
  
  section .table_comp th.space {
  padding: 0 0 2px 0;
  }
  
  section .table_comp td.space {
  padding: 0 0 10px 0;

  }
  
}

/*--------------------
4.1. About
--------------------*/

.mz-module {
  position: relative;
  margin-bottom: 30px;
}

.mz-module-about {
  border: 1px solid #e6e6ea;
  min-height: 320px;
  padding: 20px;
  background-color: #efeff1;
}

.mz-module-about h3 {
  font-weight: 500;
  font-size: 19px;
  color: #424242;
  margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
  color: #ffffff;
}

.mz-module-about p {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #848484;
  text-align: left;
}
.mz-module-button {
  background-color: #b6b6c3;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mz-module:hover .mz-module-button {
  bottom: -45px;
  opacity: 1;
}
.mz-module-button:hover {
  background-color: #1749a6;
  color: #fff;
  text-decoration: none;
}

.mz-module-button {
  color: #fff;
}

@media (max-width: 768px) {
  .mz-module {
    position: relative;
    margin-bottom: 70px;
  }

  .mz-module-button {
    background-color: #b6b6c3;
    padding: 15px;
    font-weight: 700;
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.ot-circle {
  height: 95px;
  width: 95px;
  text-align: center;
  line-height: 98px;
  color: #ffffff;
  margin: 0 2px 4px;
  font-size: 75px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/*--------------------
4.2. Featured
--------------------*/

.featured-item {
  margin-bottom: 30px;
  height: 110px;
}

.featured-icon {
  float: left;
  font-size: 22px;
  border-radius: 5px;
  width: 55px;
  height: 55px;
  background-color: #f8f8f8;
  line-height: 50px;
  text-align: center;
}
.featured-text {
  text-align: left;
  margin-left: 85px;
}
.featured-text h4 {
  color: #47474c;
  font-size: 17px;
  font-weight: 700;
}
.featured-text p {
  color: #747377;
  margin-top: 7px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
}

/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
  margin: 0 0 30px;
  font-weight: 800;
  color: #5d5d5d;
}

.section-text h4 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 17px;
}

.dark-bg .section-text h3 {
  color: #dfdfdf;
}

.dark-bg .section-text h4 {
  color: #dfdfdf;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
  position: relative;
  overflow: hidden;
  margin: 0 1px 1px 0;
  background: #726fb9;
  text-align: center;
  cursor: pointer;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ot-portfolio-item figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.ot-portfolio-item figure figcaption,
.ot-portfolio-item figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-bubba {
  background: #000;
  margin-bottom: 1px;
}

figure.effect-bubba img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  opacity: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.white-bg {
  background-color: #fff;
}

.light-bg {
  background-color: #f8f8f8;
}

.dark-bg {
  background-color: #333231;
  color: #fff;
}

.short-section {
  border-top: 1px solid #5d5d5f;
  border-bottom: 1px solid #5d5d5f;
  padding-top: 70px;
  padding-bottom: 70px;
}

.counter-item h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
}

.counter-item h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0 0;
  text-transform: uppercase;
}

/*--------------------
4.5. Partners Slider
--------------------*/

.owl-portfolio .owl-controls {
  position: absolute;
  left: 0;
  top: 38%;
  width: 100%;
}

.owl-portfolio .owl-controls .owl-nav [class*="owl-"] {
  padding: 8px 17px;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 0;
  margin: 0;
  font-size: 20px;
  z-index: 1000;
}

.owl-portfolio .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.owl-portfolio .owl-controls .owl-prev {
  float: left;
}

.owl-portfolio .owl-controls .owl-next {
  float: right;
}

.owl-portfolio-item {
  text-align: center;
  display: inline-block;
}

.partner-logo {
  height: 80px;
  text-align: center;
  display: inline-block;
}

.partner-logo img {
  height: 100%;
  width: auto !important;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fcbe03;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  margin: 15px 7px 0 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fcbe03;
}

/*--------------------
4.6. Team
--------------------*/
.team-image img {
  margin: 0 auto;
}

.team-item {
  text-align: center;
  background-color: #fff;
}

.team-item h3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #2d2d2d;
}

.team-item .team-position {
  color: #444;
  font-size: 12px;
  margin: 5px 0 0 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.team-item p {
  font-size: 13px;
  font-weight: 400;
  color: #292929;
  padding: 5px 10px 20px 10px;
}

.team-text {
  padding-bottom: 25px;
}
.team-text2 {
  padding: 25px 0;
}

.team-socials {
  padding-bottom: 25px;
}

.team-socials a {
  color: #b2b3b7;
  font-size: 20px;
  margin: 0 10px;
}

.team-socials a:hover {
  color: #000;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
  margin-top: 15px;
}
section#contact.form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  font-size: 13px;
}

.contact h3 {
  margin-bottom: 30px;
}

.contact p {
  font-size: 13px;
}

.contact .day {
  display: inline-block;
  width: 80px;
}

.contact i {
  margin-right: 5px;
}

/*--------------------
cooperation
--------------------*/

.require {
  margin: 20px 10px 60px 10px;
}

.require dl {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.require dt {
  background-color: #06c;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 5px;
}

.require dd {
  text-align: left;
  color: #333;
  font-size: 16px;
  padding: 6px 0;
}

@media screen and (min-width: 768px) {
  .require {
    width: 90%;
    margin: 20px 50px 60px 50px;
  }

  .require dt {
    clear: left;
    float: left;
    width: 10%;
    text-align: center;
    color: #fff;
  }
  .require dd {
    margin-left: 17%;
    text-align: left;
    color: #333;
  }
}

.section-title p.coope {
  font-size: 16px;
  font-weight: 300;
  line-height: 31px;
  margin: 20px 100px 20px 100px;
  text-align: center;
}


@media screen and (max-width: 768px) {
  .section-title p.coope {
    font-size: 16px;
    font-weight: 300;
    line-height: 31px;
    margin: 20px 10px 20px 10px;
    text-align: center;
  }
}

/*--------------------
5. Footer
--------------------*/

#footer {
  position: relative;
  background: #fff;
}

#footer .nav a {
  display: block;
  padding: 0 15px;
  color: #337ab7;
}

#footer .copyright {
  text-align: center;
  padding: 30px 0;
  margin: 0;
  color: #ffffff;
  background-color: #036eb8;
}

@media only screen and (min-width: 1200px) {
  .navbar-default .nav li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #444448;
  }

}

@media only screen and (max-width: 1199px) {

/*--------------------
company
--------------------*/

.rightmap {float:none;}
.lefttext {float:none;}

}

@media only screen and (min-width: 769px) {
  #footer .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 0 0;
  }
  #footer .footer-link {
    padding-bottom: 2px;
  }
  #footer .nav a:hover {
    text-decoration: underline;
    color: #036eb8;
    background-color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  #footer {
    text-align: center;
  }

  #footer .nav li {
    border-top: 1px solid #ccc;
  }

  #footer .nav li:last-child {
    border-bottom: 1px solid #ccc;
  }

  #footer .nav li a {
    padding: 12px 20px;
    text-align: center;
  }
  #footer .footer-link {
    padding-bottom: 0;
  }
  #footer .nav a:hover {
    text-decoration: underline;
    color: #036eb8;
    background-color: #fff;
  }
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
  border-radius: 0;
}
.modal-header .close {
  font-size: 30px;
}
.modal-title {
  text-transform: uppercase;
  font-size: 23px;
}

.modal-body {
  padding: 0;
}

.modal-body p {
  margin: 30px 20px;
  color: #2d2d2d;
}

.modal-works {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin: 25px 20px;
}

.modal-works span {
  background-color: #fed136;
  margin-right: 15px;
  padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #fff;
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  color: #fff;
  background-color: #aaa;
  border-color: #aaa;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #036eb8;
  color: #fff;
}

.btn-xl {
  color: #fff;
  background-color: #fcbe03;
  /* border-color: #726FB9; */
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 0;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 17px 45px;
}

/* Back to top button
---------------------------------- */
#back-top {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 50px;
}
#back-top a {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  font: 11px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: #a9a9b1;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  background: #36adfc;
}
/* arrow icon (span tag) */
#back-top i {
  margin-top: 15px;
  font-size: 28px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  #back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
  }
  #back-top a {
    width: 40px;
    height: 40px;
  }
  #back-top i {
    margin-top: 7px;
    font-size: 20px;
  }
}
