/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #444444;
}
a {
  color: #cc1616;
}
a:hover {
  color: #e82d2d;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
ul li, ol li {
  list-style-type: none;
}
.red {
  color: #FF0004;
}
@media screen and (min-width:650px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width:650px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.row-pb-lg {
  padding-bottom: 6em;
}
.row-pb-md {
  padding-bottom: 4em;
}
.row-pb-sm {
  padding-bottom: 2em;
}
@media screen and (max-width:480px) {
  .row-pb-lg {
    padding-bottom: 4em !important;
  }
  .row-pb-md {
    padding-bottom: 2em !important;
  }
  .row-pb-sm {
    padding-bottom: 1em !important;
  }
}
img {
  vertical-align: middle
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}
.img-rounded {
  border-radius: 6px
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}
.img-circle {
  border-radius: 50%
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  background: #cc1616;
  color: #fff;
  transition: all 0.4s;
}
.back-to-top i:hover {
  background: #e72323;
  color: #fff;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #cc1616;
  border-top-color: #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background-color: transparent;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #333333;
}
#topbar.topbar-scrolled {
  top: -40px;
}
.container.d-flex .contact-info.mr-auto h1 {
  font-size: 14px;
  color: #FFFFFF;
  position: relative;
  top: 2px;
}
.container.d-flex .social-links.float-right a {
  color: #FFFFFF;
  position: relative;
  top: 2px;
}
#topbar .social-links li a:hover {
  color: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(52, 58, 64, 0.2);
  transition: all 0.5s;
  z-index: 997;
  top: 40px;
}
#header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.9);
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 40px;
}
.container.d-flex.align-items-center #nav-drawer #nav-input {
  display: none;
}
@media (max-width: 992px) {
  #header {
    top: 0;
    padding: 15px 0;
  }
  #header .logo {
    font-size: 28px;
  }
}
.header-inner-pages {
  background: rgba(0, 0, 0, 0.9) !important;
}
#nav-drawer #nav-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav-drawer #nav-content > ul {
  display: flex;
}
#nav-drawer #nav-content > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 18px 15px;
  margin-left: 5px;
  transition: 0.3s;
}
#nav-drawer #nav-content a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
#nav-drawer #nav-content > ul > li:hover, #nav-drawer #nav-content .active {
  background: #cc1616;
}
#nav-content ul .menu-has-children.drop-down.avtive {
  background: #cc1616;
}
#nav-drawer #nav-content .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
#nav-drawer #nav-content .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
#nav-drawer #nav-content .drop-down li {
  min-width: 180px;
  position: relative;
}
#nav-drawer #nav-content .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #191919;
}
#nav-drawer #nav-content .drop-down ul a:hover, #nav-drawer #nav-content .drop-down ul .active > a, #nav-drawer #nav-content .drop-down ul li:hover > a {
  color: #e82d2d;
}
#nav-drawer #nav-content .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}
#nav-drawer #nav-content .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
#nav-drawer #nav-content .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
#nav-drawer #nav-content .drop-down .drop-down > a {
  padding-right: 35px;
}
#nav-drawer #nav-content .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
@media (max-width: 1366px) {
  #nav-drawer #nav-content .drop-down .drop-down ul {
    left: -90%;
  }
  #nav-drawer #nav-content .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  #nav-drawer #nav-content .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* nav */
@media (max-width: 768px) {
  #nav-drawer {
    position: relative;
    float: right;
  }
  #nav-drawer .nav-unshown {
    display: none;
  }
  #nav-drawer #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }
  #nav-open span, #nav-open span:before, #nav-drawer #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #FFFFFF;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  }
  #nav-drawer #nav-content > ul {
    display: block;
  }
  #nav-drawer #nav-drawer #nav-content ul {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  #nav-drawer #nav-content ul li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #nav-drawer #nav-content ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
  }
  #nav-drawer #nav-content ul li .active {
    font-weight: bold;
    color: #FFFFFF;
  }
  #nav-drawer .menu-has-children ul li {
    margin-left: -12px;
  }
  #nav-drawer .menu-has-children ul li a {
    font-size: 14px !important;
  }
  #nav-drawer #nav-content .drop-down ul {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  padding-top: 70px;
}
#hero h2 {
  margin: 0 0 10px 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}
#hero h3 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    text-align: center;
  }
  #hero .container {
    padding-top: 40px;
  }
  #hero h2 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------
# Hero_sub1 Section
--------------------------------------------------------------*/
#hero_sub1 .container {
  position: relative;
  padding-top: 132px;
}
@media (max-width: 992px) {
  #hero_sub1 .container {
    padding-top: 58px;
  }
}
#hero_sub1 {
  background: url("../img/apache_feather.png") right 10% bottom 10% / 20% auto no-repeat, url("../img/hero_sub-bg.jpg") center top / auto no-repeat;
}
@media (max-width: 768px) {
  #hero_sub1 {
    background: url("../img/apache_feather.png") right 10% bottom 10% / 30% auto no-repeat, url("../img/hero_sub-bg-sp.jpg") center top / auto no-repeat;
    height: auto;
  }
}
@media (max-width: 480px) {
  #hero_sub1 {
    background: url("../img/apache_feather.png") right 10% bottom 10% / 40% auto no-repeat, url("../img/hero_sub-bg-sp.jpg") center top / auto no-repeat;
    height: auto;
  }
  #hero_sub1 h2 {
    font-size: 22px !important;
  }
}
#hero_sub1 h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #F7FAFF;
}
#hero_sub1 h2 small {
  font-size: 28px;
}
#hero_sub h2 span {
  color: #F2F7FF;
}
#hero_sub1 h3 {
  color: #F2F7FF;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #hero_sub1 h2 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero_sub1 h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-title, .section-title1 {
  text-align: center;
  padding: 30px 0;
  position: relative;
  margin-top: 50px;
}
.section-title h2, .section-title1 h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}
.section-title span {
  position: absolute;
  top: 18px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}
.section-title1 span {
  position: absolute;
  top: 18px;
  color: #FFFFFF;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}
.section-title p {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.head_test {
  margin: 0;
  font-size: 24px;
  border-bottom: solid 3px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
  font-weight: normal;
}
.head_test:before {
  content: '';
  width: 80px;
  height: 3px;
  background-color: #CC1616;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.btn.btn-danger {
  border: none;
  background-position: right;
  background: linear-gradient(to right, #fff 50%, #cc1616 50%) no-repeat scroll right bottom / 210% 100% #cc1616;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 500ms ease;
  border: 1px solid;
}
.btn.btn-danger:hover, .btn.btn-danger.active {
  background-position: left;
  color: #191919;
  border: 1px solid #191919;
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cc1616;
}
.about .content p:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
#why-us {
  padding-bottom: 4em;
}
.why-us {
  padding-top: 0;
}
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}
.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ed5b5b;
}
.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #191919;
}
.why-us .box p {
  color: #191919;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box:hover {
  background: #cc1616;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}
.services, .functions {
  padding: 60px 0 40px 0;
  background-color: #F2F2F2;
}
.why-us, .works {
  position: relative;
  padding: 20px 0 30px 0;
}
.why-us::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 60px 0 0 100vw;
  border-color: transparent transparent transparent #f2f2f2;
}
#works::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 60px 0 0 100vw;
  border-color: transparent transparent transparent #f2f2f2;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background-color: #2B72C2;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background-color: #E7E5FC;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #191919;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.icon-box .link {
  margin-top: 14px;
}
.icon-box .link .btn.btn-danger:hover {
  background-color: #FFFFFF;
  color: #191919;
}
.services .icon-box:hover {
  background: #cc1616;
  border-color: #cc1616;
  padding: 70px 20px 90px 20px;
}
.services .icon-box:hover .icon {
  background-color: #FFFFFF;
}
.services .icon-box:hover .icon i {
  color: #cc1616;
}
.services .icon-box:hover .icon::before {
  background: #e82d2d;
}
.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
/*  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg1.jpg") fixed center center;*/
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg1.jpg") fixed center center;
/*  background: url("../img/hero-bg.jpg") top center;*/
  background-size: cover;
  padding: 120px 0;

}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #cc1616;
  border: 2px solid #cc1616;
}
/*--------------------------------------------------------------
# works
--------------------------------------------------------------*/
#works {
  padding-top: 4em;
}
.works .box {
  padding: 20px;
  background: #f2f2f2;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.works .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #191919;
}
.works .box h4 {
  font-size: 16px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
/*--------------------------------------------------------------
# functions
--------------------------------------------------------------*/
.mb-60 {
  margin-bottom: 60px;
}
.mb-30 {
  margin-bottom: 30px;
}
.services-inner {
  border: 2px solid #48c7ec;
  margin-left: 35px;
  transition: .3s;
}
.our-services-img {
  float: left;
  margin-left: -36px;
  margin-right: 22px;
  margin-top: 28px;
}
.our-services-text {
  padding-right: 10px;
}
.our-services-text {
  overflow: hidden;
  padding: 28px 0 25px;
}
.our-services-text h4 {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.our-services-text h4::before {
  background: #ec6d48 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 35px;
}
.our-services-wrapper:hover .services-inner {
  background: #fff none repeat scroll 0 0;
  border: 2px solid transparent;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.our-services-text p {
  margin-bottom: 0;
}
.services-inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #666;
  margin-bottom: 15px;
}
/*--------------------------------------------------------------
# Server
--------------------------------------------------------------*/
/* Big Triangle */
svg#bigTriangleColor {
  pointer-events: none;
}
#bigTriangleColor path {
  fill: #f2f2f2;
  stroke: #f2f2f2;
  stroke-width: 2;
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.pricing .box h3 {
  font-weight: 400;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  font-size: 24px;
  text-transform: uppercase;
  color: #191919;
}
.pricing .box h4 {
  font-size: 42px;
  color: #cc1616;
  font-weight: 500;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #191919;
  text-align: center;
  font-size: 14px;
  margin-top: -12px;
}
.pricing .box ul li {
  padding-bottom: 5px;
}
.pricing .box ul i {
  color: #cc1616;
  font-size: 18px;
  padding-right: 4px;
}
.pricing .featured {
  background: #cc1616;
  box-shadow: none;
  color: #fff;
}
.pricing .featured h3, .pricing .featured h4, .pricing .featured ul, .pricing .featured ul li, .pricing .featured ul .na {
  color: #fff;
}
.pricing .featured h4 span {
  color: rgba(255, 255, 255, 0.58);
}
.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta1 {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/staff_bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;

}
.cta1 h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta1 p {
  color: #fff;
}
.cta1 .cta-btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta1 .cta-btn:hover {
  background: #cc1616;
  border: 2px solid #cc1616;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #cc1616;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f5a0a0;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #efefef;
}
@media (max-width: 992px) {}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #333333;
  content: "/";
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0c0c0c;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  border-top: 4px solid #cc1616;
  text-align: center;
  padding: 30px 20px;
}
#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #eb4444;
}
#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}
/*--------------------------------------------------------------
# table
--------------------------------------------------------------*/
.table.table-bordered tr .bg-grey {
  vertical-align: middle;
  background-color: #F2F2F2;
}
.table.table-bordered tr .bg-grey.contact {
  width: 30%;
}
tr .bg-grey.contact .btn-warning.btn-xs.pull-right {
  background-color: #FF0004;
  color: #FFFFFF;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  border-radius: 5px;
}
tbody tr .bg-grey {
  text-align: center;
  vertical-align: middle;
}
tbody tr td {
  vertical-align: middle !important;
}
@media (max-width: 480px) {
  .table.table-bordered tr th, .table.table-bordered tr td {
    max-width: 100% !important;
    display: block;
  }
  .table.table-bordered tr .bg-grey.contact {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# sitemap.html
--------------------------------------------------------------*/
.site li {
  margin-bottom: 10px;
}
.site li a {
  color: #191919;
  transition: 0.3s;
  line-height: 1;
}
.site a:hover {
  color: #eb4444;
}
/*--------------------------------------------------------------
development.html
--------------------------------------------------------------*/
#about_works {
  padding-top: 4em;
  padding-bottom: 4em;
}
nav .pagination {
  justify-content: center;
}
nav .pagination .page-item.active {}
.pagination .page-item.active .page-link {
  background-color: #CC1616 !important;
  border-color: #CC1616;
}
/*--------------------------------------------------------------
app.html
--------------------------------------------------------------*/
#about .container .row.row-pb-md.illustration {
  background-repeat: no-repeat;
  background-image: url(../img/app/appicon.png);
  background-size: 23% auto;
  background-position: 77% 63%;
}
@media (max-width: 812px) {
  #about .container .row.row-pb-md.illustration {
    background-repeat: no-repeat;
    background-image: none;
  }
}
/*----------------------------------------
 flow.html
----------------------------------------*/
#flow {
  padding-top: 4em;
  padding-bottom: 4em;
}
.card {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	  margin-bottom: 10px;
}
.card:after {
  top: 100%;
  left: 50px;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-top-color: #CC1616;
  border-width: 15px;
  margin-left: -15px;
}
.card.last:after {
  border-style: none !important;
}
.card .card-header {
  background-color: #FFFFFF;
  border-style: none;
}
.card .card-header span {
  background-color: #FFC5C5;
  border-radius: 8px 0 0 8px;
  color: #191919;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 2em 0 2em;
  position: relative;
  width: 100%;
}
.card .card-header span::before {
  border: 25px solid transparent;
  border-left-color: #FFC5C5;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -25px;
  top: 0;
  width: 0;
}
.card .card-header span::after {
  background-color: #CC1616;
  border-radius: 8px 0 0 8px;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1em;
}
.card .card-body .col-md-3 {
  float: left;
  padding-bottom: 16px;
}
.card .card-body .col-md-9 {
  float: left;
}
.midashi {
  border: 1px solid #F2F2F2;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-radius: 5px;
}
@media (max-width: 375px) {
  .card .card-header span {}
  .card .card-header {
    font-size: 14px !important;
  }
  .card-body .col-md-9 p {
    font-size: 14px !important;
  }
}