.footer-section {
    background-color: #222;
    color: #ddd;
    padding: 50px 0;
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    will-change: transform, opacity;
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);  /* 斜めカット */
}

.footer-section a {
    color: #ddd;
    text-decoration: none;
    padding: 5px;
    transition: all 0.3s;
    position: relative;
}

.footer-section a:hover {
    color: #ff4500;  /* ネオンオレンジ */
}

.footer-section a:hover::after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    border: 2px solid #ff4500;  /* ネオンボーダー */
    transform: scale(1.05);
}

.fadeIn {
    transform: translateY(0);
    opacity: 1 !important;
}

/* 既存のフッタースタイルに追加 */
.footer-section {
    opacity: 0;
    transition: opacity 1s ease-out;
    will-change: opacity;
}

.footer-section a {
    transition: color 0.3s, transform 0.3s;  /* smooth transition */
}

.footer-section a:hover {
    color: #ff4500;  /* シックなオレンジ */
    transform: scale(1.1);  /* slightly bigger */
}

/* スクロール時にフェードインさせるためのJavaScriptと連動するためのクラス */
.fadeIn {
    opacity: 1 !important;
}



.footer-section {
    background-color: #2a2a2a;  /* ダークグレーの背景 */
    padding: 20px 40px;
    color: #f1f1f1;  /* 明るいテキスト */
    font-size: 14px;
}

.footer-section a {
    color: #f1f1f1;  /* リンクの色も明るい色に */
    text-decoration: none;  /* アンダーラインを消去 */
    margin-right: 15px;
}

.footer-section a:hover {
    text-decoration: underline;  /* ホバー時のみアンダーライン表示 */
}

.footer-section .footer-logo {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}


.news-section {
    background: linear-gradient(135deg, #6f0, #06f);
    border: 5px solid #ff0fff;
    padding: 30px;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    overflow: hidden;  // もしアニメーションなどで要素がはみ出る場合のため
}






.news-section h1 {
    font-size: 36px;
    color: #ffffff;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}





@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.news-section {
    animation: pulse 10s infinite;
}


.job-ticker {
    background: linear-gradient(45deg, #f06, #9f6);
    border: 3px dashed #fff;
    padding: 20px;
}

.job-ticker .ticker-content {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    color: #ffffff;
}

@keyframes shine {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.job-ticker {
    background-size: 200% 100%;
    animation: shine 5s linear infinite;
}


.block1{
margin-right:20px;
}

/*
    Template Name: Magic
    Description: Creative Portfolio Html Template
    Author: Creamedia
    Template URI: http://magic.themeptation.com
    Author URI: http://themeforest.net/user/Creamedia
    Version: 1.0
*/
/*
=========================================================================
    [Table of contents]

    1 - Fonts
    2 - General
    3 - Typography
    4 - Colors & Background
    5 - Sections
    6 - Buttons
    7 - Helper Classes
    8 - Buttons
    9 - Menu
    10 - Hero & Slider
    11 - Services
    12 - Works & Blog
    13 - Counter
    14 - Form
    15 - Social Icons
    15 - Footer
=========================================================================
*/
/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Playfair+Display:400,700");
/* General */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Gentium;
  src: url(http://example.com/fonts/Gentium.ttf);
}

body {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  background: #000;
  overflow-x: hidden;
}

a {
  color: #FF3333;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
  color: #FF3333;
}

a:focus, a:active {
  outline: none;
}

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins Display", Arial, serif;
  color: #111111;
  font-weight: 300;
  margin: 0 0 30px 0;
  letter-spacing: -0.05em;
}

p {
  font-size: 16px;
  font-weight: 300;
  color: #727272;
  margin-bottom: 1.5em;
}

.size-xxs {
  font-size: 13px;
}

.size-xs {
  font-size: 18px;
}

.size-sm {
  font-size: 25px;
}

.size-md {
  font-size: 35px;
  line-height: 45px;
}

.size-lg {
  font-size: 50px;
}

.size-xlg {
  font-size: 65px;
}

.size-xxlg {
  font-size: 80px;
}

/* Colors & Background */
.bg-dark {
  background-color: #111111;
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark p:not(.color-grey), .bg-dark a, .bg-dark i {
  color: #ffffff !important;
}

.bg-light {
  background-color: #fcfcfc;
}

.bg-light h1, .bg-light h2, .bg-light h3, .bg-light h4, .bg-light h5, .bg-light h6, .bg-light p, .bg-light a, .bg-light i {
  color: #111111 !important;
}

.bg-light .btn:hover, .bg-light .btn:active, .bg-light .btn:focus, .bg-light .btn i {
  color: #FF3333;
}

.bg-primary {
  background-color: #FF3333;
}

.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary p, .bg-primary a, .bg-primary i {
  color: #ffffff !important;
}

.color-primary {
  color: #FF3333 !important;
}

.color-primary *:not(a) {
  color: #FF3333;
}

.color-white {
  color: #ffffff;
}

.color-white *:not(a) {
  color: #ffffff;
}

.color-dark {
  color: #111111 !important;
}

.color-dark *:not(a) {
  color: #111111 !important;
}

.color-grey {
  color: #676a6a;
}

/* Sections */
.section {
  padding-bottom: 7em;
}

.section_np {
  padding-bottom: 0 !important;
}

.section-md {
  padding: 3em 0;
}

.section-lg {
  padding: 6em 0;
}

.section-cta {
  padding: 4em 0;
}

#intro-section {
  margin-bottom: 2em;
  padding: 4em 0;
}

#intro-section-hero {
  margin-bottom: 2em;
  padding: 10em 0;
}

.intro-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .intro-heading {
    font-size: 30px;
  }
}

.heading-section {
  margin-bottom: 3em;
}

.heading-section h2 {
  font-size: 34px;
  font-weight: 300;
}

/* Buttons */
.btn {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-right: 4px;
  margin-bottom: 4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn:hover, .btn:active, .btn:focus {
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-width: 1px;
}

.btn.btn-md {
  padding: 10px 20px;
}

.btn.btn-lg {
  padding: 18px 36px;
}

.btn-primary {
  background: #FF3333;
  color: #ffffff;
  border: 2px solid #FF3333;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ff4d4d !important;
  border-color: #ff4d4d !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #FF3333;
  border: 2px solid #FF3333;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #FF3333;
  color: #ffffff;
}

.btn-success {
  background: #5cb85c;
  color: #ffffff;
  border: 2px solid #5cb85c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #ffffff;
}

.btn-info {
  background: #5bc0de;
  color: #ffffff;
  border: 2px solid #5bc0de;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #ffffff;
}

.btn-warning {
  background: #f0ad4e;
  color: #ffffff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #ffffff;
}

.btn-danger {
  background: #d9534f;
  color: #ffffff;
  border: 2px solid #d9534f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #ffffff;
}

.btn-outline {
  background: none;
  border: 2px solid #919191;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn.with-arrow:hover {
  padding-right: 50px;
}

.btn.with-arrow:hover i {
  color: #ffffff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.view-button .btn-outline {
  background: transparent;
  color: #111111;
  border: 2px solid #111111;
}

.view-button .btn-outline:hover, .view-button .btn-outline:focus, .view-button .btn-outline:active {
  background: #ffffff !important;
  color: #111111 !important;
  border: 2px solid #111111 !important;
}

/* Helper Classes */
.bold {
  font-weight: bold;
}

.left {
  float: left;
}

.right {
  float: right;
}

.p0 {
  padding: 0;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.m0 {
  margin: 0;
}

.font-alt {
  font-family: "Poppins Display", Arial, serif;
}

.parallax, .img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.parallax {
  background-attachment: fixed;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table .table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.js .animate-box {
  opacity: 0;
}

/* Menu */
#wrapper {
  position: relative;
	background: #0F0D0D;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.menu-show #wrapper {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

header {
  padding: 0.8em 0 0.8em 0;
  z-index: 9999;
}

header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header.white {
  background-color: #ffffff;
}

header .navbar-brand {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
  line-height: 1.8;
  height: auto;
}

header .navbar-brand h1 {
  width: 100%;
  float: left;
  display: block;
  font-family: "Poppins", Arial, sans-serif;
  margin: 0;
}

header .navbar-brand .logo {
  font-family: "Poppins Display", Arial, serif;
  font-size: 30px;
  color: #111111;
  padding: 5px 20px;
}

header .navbar-brand .logo img {
  width: 100px;
}

header .navbar-brand .logo:hover {
  text-decoration: none;
  color: #111111;
}

header .navbar-brand .logo:active, header .navbar-brand .logo:focus {
  outline: none;
  text-decoration: none;
}

.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

#main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

@media screen and (max-width: 768px) {
  #main-nav {
    overflow-y: auto;
  }
}

@media screen and (max-width: 768px) {
  #main-nav .table {
    display: block;
    height: inherit;
    width: inherit;
  }
}

@media screen and (max-width: 768px) {
  #main-nav .table .table-cell {
    display: block;
    height: inherit;
    width: inherit;
  }
}

#main-nav .nav-toggle {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#main-nav .nav-toggle i {
  top: 19px;
  left: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  text-indent: 0;
}

#main-nav .nav-toggle.show {
  visibility: visible;
  opacity: 1;
}

.menu-show #main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#main-nav ul {
  text-align: center;
  padding: 50px 0 50px 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #main-nav ul {
    padding: 80px 0 40px 0;
  }
}

#main-nav ul li {
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-family: "Poppins Display", Arial, serif;
}

#main-nav ul li .drop-menu {
  display: none;
  position: absolute;
  width: 800px;
  top: 64px;
  padding-top: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #main-nav ul li .drop-menu {
    position: relative;
    width: auto;
    top: 0;
    text-align: center;
  }
}

#main-nav ul li .drop-menu li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #main-nav ul li .drop-menu li {
    display: block;
  }
}

#main-nav ul li .drop-menu li a {
  font-size: 16px;
}

#main-nav ul li a {
  display: block;
  width: 100%;
  color: black;
  font-size: 30px;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  #main-nav ul li a {
    font-size: 30px;
    padding: 4px 0;
  }
}

#main-nav ul li a:hover, #main-nav ul li a:active, #main-nav ul li a:focus {
  color: rgba(0, 0, 0, 0.7);
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #main-nav ul li {
    display: block;
  }
}

.nav-toggle {
  cursor: pointer;
  text-decoration: none;
  position: absolute !important;
  top: 0;
  right: 0;
}

.nav-toggle.active i::before, .nav-toggle.active i::after {
  background: #111111;
}

.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
  outline: none;
  border-bottom: none;
}

.nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #111111;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #111111;
  transition: all .2s ease-out;
}

.menu-show .nav-toggle i {
  background: #ffffff;
  color: #ffffff;
}

.nav-toggle i::before, .nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #111111;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu-show .nav-toggle i::before, .menu-show .nav-toggle i::after {
  background: #111111;
}

.nav-toggle.white i {
  background: #ffffff;
}

.nav-toggle.white i::before, .nav-toggle.white i::after {
  background: #ffffff;
}

.nav-toggle i::before {
  top: -7px;
}

.nav-toggle i::after {
  bottom: -7px;
}

.nav-toggle:hover i::before {
  top: -10px;
}

.nav-toggle:hover i::after {
  bottom: -10px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .nav-toggle {
    display: block;
    top: 0;
  }
}

/* Hero & Slider */
#hero .btn.btn-primary {
  padding: 14px 30px;
}

#hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

#hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}

#hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#hero .flexslider .slides li .overlay-gradient:after {
  content: '';
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(17, 17, 17, 0.2);
  z-index: 1;
}

#hero .flexslider .flex-control-nav {
  position: absolute;
  bottom: 1em;
  z-index: 1000;
}

#hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  height: 20px;
  width: 8px;
}

#hero .flexslider.fs-pagination-2.ps-pagination-left .flex-control-nav {
  right: 0;
  left: 4em;
}

#hero .flexslider.fs-pagination-2 .flex-control-nav {
  width: 100px;
  bottom: 4em;
  right: 4em;
}

#hero .flexslider.fs-pagination-2 .flex-control-nav li {
  display: block;
  margin-bottom: 10px;
}

#hero .flexslider.fs-pagination-2 .flex-control-nav li a {
  background: rgba(17, 17, 17, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 30px;
  height: 5px;
}

#hero .flexslider.fs-pagination-2 .flex-control-nav li a.flex-active {
  background: rgba(17, 17, 17, 0.9);
  width: 60px;
  height: 5px;
}

#hero .flexslider .flex-direction-nav {
  display: none;
}

#hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  #hero .flexslider .slider-text {
    text-align: center;
  }
}

#hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
}

#hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 60px;
  font-weight: 400;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}

#hero .flexslider .slider-text > .slider-text-inner p .btn:hover {
  color: #ffffff !important;
}

#hero .flexslider .slider-text > .slider-text-inner span {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}

/* Services */
.services {
  position: relative;
  padding: 30px;
  margin-top: 60px;
  background: white;
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.services .icon {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  margin-top: -80px;
}

.services .icon span {
  display: table;
  width: 100px;
  height: 100px;
  background: #ffffff;
}

.services .icon span i {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #FF3333;
}

@media screen and (max-width: 768px) {
  .services {
    margin-bottom: 5em;
  }
}

.staff {
  text-align: center;
  margin-bottom: 30px;
}

.staff img {
  width: 170px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.staff p {
  margin-bottom: 30px;
}

.staff .role {
  color: #d0d0d0;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

/* Works & Blog */
.fullwidth [class*="col-"] {
  padding: 0;
}

.fullwidth .work {
  margin-bottom: 0;
}

.work, .blog {
  position: relative;
  height: 400px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.work.height, .blog.height {
  height: 800px;
}

.work.height .view, .blog.height .view {
  height: 800px;
}

.work.height .view .inside, .blog.height .view .inside {
  height: 800px;
}

.work .view, .blog .view {
  width: 100%;
  height: 400px;
  display: table;
  opacity: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #ffffff;
  background: #f1832a;
  background: -moz-linear-gradient(left, #f1832a 0%, #be292b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f1832a), color-stop(100%, #be292b));
  background: -webkit-linear-gradient(left, #f1832a 0%, #be292b 100%);
  background: -o-linear-gradient(left, #f1832a 0%, #be292b 100%);
  background: -ms-linear-gradient(left, #f1832a 0%, #be292b 100%);
  background: linear-gradient(to right, #f1832a 0%, #be292b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1832a', endColorstr='#be292b', GradientType=1);
}

.work .view .inside, .blog .view .inside {
  height: 400px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 4px;
}

.work h3, .blog h3 {
  margin-top: 30px;
}

.work h3 a, .blog h3 a {
  color: #111111;
}

.work:hover .view, .work:focus .view, .blog:hover .view, .blog:focus .view {
  opacity: 1;
}

.work.hover-2, .blog.hover-2 {
  position: relative;
  overflow: hidden;
}

.work.hover-2 .img, .blog.hover-2 .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work.hover-2 .view, .blog.hover-2 .view {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  background: transparent;
}

.work.hover-2 h3, .work.hover-2 p, .blog.hover-2 h3, .blog.hover-2 p {
	z-index: 12;
	position: absolute;
	right: 20px;
	left: 10px;
	bottom: 48px;
	color: #fff;
	margin: 0;
	padding: 0;
	opacity: 1 !important;
	font-size: 45px;
	font-weight: 300;
	visibility: visible;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.work.hover-2 p, .blog.hover-2 p {
  font-size: 14px;
  bottom: 20px;
}

.work.hover-2:hover .img, .blog.hover-2:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.work.hover-2:hover .view, .blog.hover-2:hover .view {
  background: rgba(17, 17, 17, 0.5);
}

.work.hover-2:hover h3, .blog.hover-2:hover h3 {
  opacity: 1;
  bottom: 65px;
  color: #ffffff !important;
}

.work.hover-2:hover p, .blog.hover-2:hover p {
  bottom: 15px;
  color: #ffffff !important;
}

.blog {
  margin-bottom: 0;
}

.blog .view i {
  font-size: 18px;
}

.pagination {
  background: #f5f5f5;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.pagination .next.disabled, .pagination .previous.disabled {
  opacity: .2;
}

.pagination .next, .pagination .previous {
  display: block;
  height: 49px;
  font-size: 25px;
  line-height: 1;
  margin: 0;
  padding: 12px 15px;
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination .next.active, .pagination .next:hover, .pagination .previous.active, .pagination .previous:hover {
  background: #111111;
  color: #ffffff;
}

.widget {
  margin-top: 50px;
}

.tag-list {
  padding: 0;
}

.tag-list li {
  display: inline-block;
  margin: 2px;
}

.item-list {
  padding: 0;
}

.item-list li {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 0;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.item-list li::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FF3333;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.item-list li a {
  color: #111111;
}

.item-list li:hover {
  margin-left: 10px;
}

.item-list li:hover::before {
  width: 80%;
}

.item-list li:hover a {
  color: #FF3333;
}

.comments {
  margin: 20px 0;
  padding: 0;
}

.comments .comment {
  margin: 15px 0;
  position: relative;
}

.comments .comment .thumb {
  width: 65px;
}

.comments .comment .thumb img {
  width: 100%;
}

.comments .comment .details {
  margin-bottom: 20px;
}

.comments .comment .details h4 {
  margin-bottom: 5px;
}

.comments .comment .details .date {
  font-size: 12px;
}

.comments .comment .message {
  margin-bottom: 40px;
}

.comments .comment .message p {
  font-size: 14px;
}

.comments .comment a {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 1;
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.prod {
  margin-bottom: 30px;
}

.prod h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 35px;
}

.prod h3 a {
  color: #111111;
}

/* Counter */
.counters {
  padding: 3em 0;
  background: #f7f7f7;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.counters .heading-section h2 {
  color: #ffffff;
  font-weight: 400;
  font-size: 40px;
}

.counters .counter {
  display: block;
  width: 100%;
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
}

.counters .counter-label {
  font-family: "Poppins Display", Arial, serif;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 2em;
  display: block;
}

/* Form */
.contact-info {
  margin-bottom: 4em;
  padding: 0;
}

.contact-info li {
  position: relative;
  list-style: none;
  margin: 0 0 20px 0;
  padding-left: 40px;
  color: #727272;
}

.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #727272;
}

.contact-info li a {
  color: #727272;
}

.form-group {
  margin-bottom: 30px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  height: 50px;
}

.form-control {
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.form-control:focus, .form-control:active {
  box-shadow: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.has-error .form-control {
  border-color: #ff0500;
  box-shadow: none;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  font-size: 14px;
  font-weight: 400;
  color: #ff0500;
}

.msg-finish {
  font-size: 14px;
  font-weight: 400;
  color: #111111;
}

/* Social Icons */
@media screen and (max-width: 768px) {
  .social-icon {
    margin-top: 30px;
  }
}

.social-icon a {
  padding: 0 5px;
}

.social-icon a i {
  color: #111111;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social-icon a:hover, .social-icon a:focus {
  text-decoration: none;
}

.social-icon a:hover i, .social-icon a:focus i {
  color: #FF3333 !important;
}

/* Footer */
footer #footer {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding: 4em 0;
}

footer #footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

footer #footer h3 {
  font-size: 18px;
  font-weight: 400;
}

footer #footer ul {
  margin: 0;
  padding: 0;
}

footer #footer ul li {
  font-size: 18px;
  list-style: none;
  margin-bottom: 0;
}

footer #footer ul li a {
  color: #727272;
}

footer #footer .float {
  width: 50%;
  float: left;
}

@media screen and (max-width: 768px) {
  footer #footer .float {
    width: 100%;
  }
}

footer #footer .copy-right {
  padding-top: 4em;
}

footer #footer-2 {
  padding: 4em 0;
}

footer #footer-2 .copy-right {
  padding-top: 0;
}

footer #footer-2 .social-icon a {
  margin: 0 8px;
}

footer p {
  font-size: 16px;
  margin-bottom: 0;
}

footer a {
  color: #111111;
  font-weight: 400;
}

footer a:hover, footer a:focus {
  text-decoration: none;
  color: #FF3333 !important;
}
