@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;
}
html {
    background: #f7f7f7;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    background:transparent !important;
    letter-spacing:0.1em;
}

body.act-overflow {
    overflow-x: auto;
}

img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}
body {
    background:#000;
}

#load {
    position:absolute;
    width:600px;
    height:36px;
    left:50%;
    top:40%;
    margin-left:-300px;
    overflow:visible;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor:default;
}
@media screen and (max-width: 480px) {
    #load{
        display: none;
    }
}

#load div {
    position:absolute;
    width:20px;
    height:36px;
    opacity:0;
    font-family:Helvetica, Arial, sans-serif;
    animation:move 2s linear infinite;
    -o-animation:move 2s linear infinite;
    -moz-animation:move 2s linear infinite;
    -webkit-animation:move 2s linear infinite;
    transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    color:#c70528;
}

#load div:nth-child(2) {
    animation-delay:0.2s;
    -o-animation-delay:0.2s;
    -moz-animation-delay:0.2s;
    -webkit-animation-delay:0.2s;
}
#load div:nth-child(3) {
    animation-delay:0.4s;
    -o-animation-delay:0.4s;
    -webkit-animation-delay:0.4s;
    -webkit-animation-delay:0.4s;
}
#load div:nth-child(4) {
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
}
#load div:nth-child(5) {
    animation-delay:0.8s;
    -o-animation-delay:0.8s;
    -moz-animation-delay:0.8s;
    -webkit-animation-delay:0.8s;
}
#load div:nth-child(6) {
    animation-delay:1s;
    -o-animation-delay:1s;
    -moz-animation-delay:1s;
    -webkit-animation-delay:1s;
}
#load div:nth-child(7) {
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
}

@keyframes move {
    0% {
        left:0;
        opacity:0;
    }
    35% {
        left: 41%;
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    65% {
        left:59%;
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    100% {
        left:100%;
        -moz-transform:rotate(-180deg);
        -webkit-transform:rotate(-180deg);
        -o-transform:rotate(-180deg);
        transform:rotate(-180deg);
        opacity:0;
    }
}

@-moz-keyframes move {
    0% {
        left:0;
        opacity:0;
    }
    35% {
        left:41%;
        -moz-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    65% {
        left:59%;
        -moz-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    100% {
        left:100%;
        -moz-transform:rotate(-180deg);
        transform:rotate(-180deg);
        opacity:0;
    }
}

@-webkit-keyframes move {
    0% {
        left:0;
        opacity:0;
    }
    35% {
        left:41%;
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    65% {
        left:59%;
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    100% {
        left:100%;
        -webkit-transform:rotate(-180deg);
        transform:rotate(-180deg);
        opacity:0;
    }
}

@-o-keyframes move {
    0% {
        left:0;
        opacity:0;
    }
    35% {
        left:41%;
        -o-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    65% {
        left:59%;
        -o-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    100% {
        left:100%;
        -o-transform:rotate(-180deg);
        transform:rotate(-180deg);
        opacity:0;
    }
}

::-webkit-selection {
    color: #fff;
    background: #f9ad81;
}

::-moz-selection {
    color: #fff;
    background: #f9ad81;
}

::selection {
    color: #fff;
    background: #f9ad81;
}
/* line 24, ../scss/style.scss */
.h-button {
    margin: 0;
    padding: 15px 40px;
    position: relative;
    border: none;
    /* -webkit-appearance: .h-button;*/
    font-size: 16px;
}
/* line 35, ../scss/style.scss */
.h-button, .h-button:hover, .h-button:active, .h-button:visited {
    outline: none;
}

/* line 43, ../scss/style.scss */
.h-button {
    height: 50px;
    background: rgba(255,255,255,0.7);
    overflow: hidden;
    color: crimson;
    cursor: pointer;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    animation: pulse 1.6s infinite ease-in-out;
    max-width: 300px;
    margin: 0 auto;
}
.h-button a{
    color: #223671;
}
/* line 55, ../scss/style.scss */
.h-button:hover {
    animation: none;
}
/* line 58, ../scss/style.scss */
.h-button:hover:before {
    transform: translate3d(0, -100%, 0);
}
/* line 61, ../scss/style.scss */
.h-button:hover:after {
    transform: translate3d(0, 100%, 0);
}
/* line 64, ../scss/style.scss */
.h-button:hover span {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
/* line 70, ../scss/style.scss */
.h-button span {
    display: block;
    opacity: 0;
    transform: scale3d(0.2, 0.2, 1);
    transition: transform 400ms, opacity 300ms cubic-bezier(0.2, 1, 0.3, 1);
}
/* line 78, ../scss/style.scss */
.h-button:before, .h-button:after {
    content: attr(data-start);
    width: 100%;
    position: absolute;
    left: 0;
    background: #333333;
    border: 2px solid white;
    overflow: hidden;
    color: white;
    transition: transform 400ms cubic-bezier(0.2, 1, 0.3, 1);
}
/* line 93, ../scss/style.scss */
.h-button:before {
    height: 50%;
    top: 0;
    border-bottom: none;
    line-height: 2.9;
}
/* line 101, ../scss/style.scss */
.h-button:after {
    height: 50%;
    top: 50%;
    border-top: none;
    line-height: .1;
}

@keyframes pulse {
    /* line 111, ../scss/style.scss */
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
        transform: scale(1);
    }

    /* line 115, ../scss/style.scss */
    60% {
        transform: scale(1);
    }

    /* line 118, ../scss/style.scss */
    70% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
        transform: scale(0.98);
    }

    /* line 122, ../scss/style.scss */
    80% {
        transform: scale(1);
    }

    /* line 125, ../scss/style.scss */
    100% {
        box-shadow: 0 0 0.5em 1.6em rgba(255, 255, 255, 0);
        transform: scale(1);
    }
}

/*===============================================
 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px) {
    html{
        font-size: 100%;
    }
}
/*===============================================
 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 640px){
    html{
        font-size: 80%;
    }
}
/*===============================================
 画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:413px) {
    html{
        font-size: 62.5%;
    }
}

a {
    color: #223671;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover, a:focus, a:active {
    color: #f67d38;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 30px;
}
.main-wap{
    z-index: 3;
    background-color: #fff;
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Roboto Slab", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn.btn-md {
    padding: 10px 20px !important;
}
.btn.btn-lg {
    padding: 10px 88px !important;
}
@media screen and (max-width: 480px) {
    .btn.btn-lg {
        padding: 3% 19% !important;
    }
}

.btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
}
.btn-grey {
    background: rgba(255, 255, 255, 0.15);
    color: #515561;
    border: 2px solid #515561;
}
.btn-m-pink {
    background: rgba(255, 255, 255, 0.15);
    color: #fbfbfb;
    border: 2px solid #f2dede;
}
.btn-m-pink:hover, .btn-m-pink:focus, .btn-m-pink:active {
    background: #f89d69 !important;
    border-color: #f89d69 !important;
}
.btn-primary {
    background: #223671;
    color: #fff;
    border: 2px solid #223671;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #f89d69 !important;
    border-color: #f89d69 !important;
}
.btn-primary.btn-outline {
    background: transparent;
    color: #f9ad81;
    border: 2px solid #f9ad81;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #f9ad81;
    color: #fff;
}

.btn-success {
    background: #58ca7e;
    color: #fff;
    border: 2px solid #58ca7e;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #45c46f !important;
    border-color: #45c46f !important;
}
.btn-success.btn-outline {
    background: transparent;
    color: #58ca7e;
    border: 2px solid #58ca7e;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
    background: #58ca7e;
    color: #fff;
}

.btn-info {
    background: #1784fb;
    color: #fff;
    border: 2px solid #1784fb;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #0477f4 !important;
    border-color: #0477f4 !important;
}
.btn-info.btn-outline {
    background: transparent;
    color: #1784fb;
    border: 2px solid #1784fb;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
    background: #1784fb;
    color: #fff;
}

.btn-warning {
    background: #fed330;
    color: #fff;
    border: 2px solid #fed330;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #fece17 !important;
    border-color: #fece17 !important;
}
.btn-warning.btn-outline {
    background: transparent;
    color: #fed330;
    border: 2px solid #fed330;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
    background: #fed330;
    color: #fff;
}

.btn-danger {
    background: #fb4f59;
    color: #fff;
    border: 2px solid #fb4f59;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #fa3641 !important;
    border-color: #fa3641 !important;
}
.btn-danger.btn-outline {
    background: transparent;
    color: #fb4f59;
    border: 2px solid #fb4f59;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
    background: #fb4f59;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    box-shadow: none;
}
/*
/////////////////////////////////////////////////////////////////
helper
/////////////////////////////////////////////////////////////////
*/

.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}

.mt50{
    margin-top: 50px !important;
}
.mt60{
    margin-top: 60px !important;
}
.mt70{
    margin-top: 70px !important;
}
.mt80{
    margin-top: 80px !important;
}
.mb30{
    margin-bottom: 30px;
}
.mt60{
    margin-top: 60px;
}
.mt70{
    margin-top: 70px;
}
.mt100{
    margin-top: 100px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}
.mb60{
    margin-bottom: 60px;
}
.mb80{
    margin-bottom: 80px;
}
.mb100{
    margin-bottom: 100px;
}

.w90 {
    max-width: 84%;
    height: auto;
}
.w80{
    max-width: 80%;
    height: auto;
}
.w400{
    max-width: 400px;
    height: auto;
}
.w290{
    max-width: 290px;
    height: auto;
}

.breadcrumb-item a{
    color: #f9b28a;
}
/* navbar collapse for iPad (bootstrap) */
@media (max-width: 850px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav > li > .dropdown-menu {
        position:static;
        float:none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
/*
////////////////////////////////////////////
追加ヘッダー
///////////////////////////////////////////*/

.navbar-right{
    margin-right:0!important;
}
.dropdown-menu{
    background-color: rgba(0, 0, 0, 1)!important;
}
.dropdown-menu > ul{
    box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 0, 0, 0.95);

}
.dropdown-menu > ul > li > a{
    font-size: 10px;
    color: #fff !important;
}

#top-bar {
    background: rgba(255, 255, 255, 0.8);
    color: #fff !important;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    top:0;
}
#top-bar .dropdown-menu{
    width:160px;
    box-shadow:none;
    border:none;
    background:rgba(255,255,255,0.8)!important;
    left:0;
    padding-left:1em;
    margin:0;
    border-radius:0;
}
#top-bar.animated-header .dropdown-menu{
    background-color: transparent!important;
}
#top-bar .dropdown-menu.slide-right{
    left:-160px;
}
#top-bar .dropdown-menu > ul{
    box-shadow:none;
    background:transparent!important;
}
#top-bar.animated-header .dropdown-menu > ul{
    box-shadow:none;
    background-color: transparent!important;
}
#top-bar.animated-header .dropdown-menu > ul > li{
    background-color: transparent!important;
}
#top-bar .dropdown-menu > ul > li > a {
    display: block;
    line-height: normal;
    text-decoration: none;
    padding: 8px;
}
#top-bar:not(.animated-header) .dropdown-menu > ul > li > a {
    color:#000!important;
}
#top-bar.animated-header {
    padding: 0;
    background: rgba(255,255,255,0);
    box-shadow: none;
    top:0;
}

#top-bar .main-menu li {
    position: relative;
    list-style: none;
}
#top-bar .main-menu li a {
    line-height:12px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    text-transform: uppercase;
    padding: 2em 1.2em;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#top-bar .main-menu li a:hover {
    opacity:0.6;
}

#top-bar .nav .open > a {
     background: transparent;
     opacity:0.6;
}

#top-bar:not(.animated-header) .main-menu li a{
    color:#000;
}
.navbar-toggle{
    margin-top:15px;
    margin-bottom:15px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
}
#top-bar:not(.animated-header) .navbar-toggle .icon-bar {
    background: #000;
}
.navbar-brand #act-logo a {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
}
#nav-contact {
    background:#000;
    margin-left:30px;
}
#nav-login {
    background:#c00528;
    text-align:center;
}
#top-bar #nav-login .dropdown-menu  {
    background:#c00528!important;
    width:auto;
    left:-12em;
    font-size:0.8rem;
    padding:0;
}
#top-bar #nav-login .dropdown-menu a {
    font-size:0.8rem;
    padding:1rem;
}

#top-bar .main-menu li#nav-contact a,
#top-bar .main-menu li#nav-login a {
    line-height:20px;
    padding:1em 2em;
    color:#fff!important;
}
/*ロゴ切り替え*/
#top-bar.animated-header #act-logo {
    display:none;
}
#top-bar:not(.animated-header) #act-logo-w {
    display:none;
}
#top-bar.animated-header .navbar-brand{
    padding: 24px 5px 24px 38px !important;
}
#top-bar:not(.animated-header) .navbar-brand {
    padding: 15px 5px 15px 38px !important;
}
#act-logo span{
    color: rgb(191, 68, 68);
}
#act-logo img {
    max-width: 220px;
    height: auto;
}
#act-logo-w img {
    max-width: 250px;
    height: auto;
}
/*ロゴ縮小*/
@media screen and (max-width: 1110px) {
    #top-bar.animated-header .navbar-brand, #top-bar:not(.animated-header) .navbar-brand {
        padding: 20px 5px 15px 38px !important;
    }
    #act-logo img {
        max-width: 180px;
    }
    #act-logo-w img {
        max-width: 180px;
    }
}
@media screen and (max-width: 850px) {
    #top-bar.animated-header .navbar-brand, #top-bar:not(.animated-header) .navbar-brand {
        padding: 15px 5px 15px 38px !important;
    }
}
@media screen and (max-width: 500px) {
    #top-bar.animated-header .navbar-brand, #top-bar:not(.animated-header) .navbar-brand {
        padding: 15px 5px 15px 15px !important;
    }
}
/*スマートフォン用*/
#sm-header {
    display:none;
}
#sm-header > div{
    margin: 14px 18px 15px 38px;
}
#sm-header a img {
    max-width: 180px;
}
#sm-header button {
    background:none;
    border:none;
}
#sm-header button img{
    width:20px;
}
#top-bar .main-menu li a .sm-arrow {
    display:none;
}
@media screen and (max-width: 850px) {
    .navbar-right{
        margin:0!important;
    }
    #sm-header {
        display:block;
        position:fixed;
        width:100%;
        background:#fff;
        z-index:5;
    }
    #top-bar .navbar-collapse {
        padding:0;
        position:absolute;
        top:0;
        left:0;
        width:100vw;
        min-height:100vh;
        height:auto;
        background:#fff;
        overflow-y: scroll!important;
    }
    #top-bar .dropdown-menu {
        margin-top:-15px;
    }
    #top-bar .dropdown-menu > ul > li > a {
        color:#000!important;
        font-size:13px;
    }
    #top-bar .main-menu {
        margin:100px 40px 0 40px;
    }
    #top-bar .main-menu li a {
        line-height:21px;
        color:#000;
        font-weight:500;
        padding:1.6rem 0.3rem;
    }
    #top-bar .main-menu li a .sm-arrow {
        display:block;
        width:10px;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all;
    }
    #top-bar .main-menu li a:hover {
        opacity: 1;
    }
    #top-bar .main-menu li.open > a {
        color:#c00528;
        opacity:1;
    }
    #top-bar .main-menu li.open a .sm-arrow {
        transform:rotateZ(90deg);
    }
    #nav-ir .dropdown-menu{
        width:50%;
    }
    #nav-ir .dropdown-menu.sm-pull-right{
        position:absolute;
        top:55px;
        left:50%;
    }
    #nav-contact,#nav-login  {
        margin: 15px 0;
        text-align:center;
    }
    #nav-contact {
        margin-top:30px;
    }
    #nav-contact br,#nav-login br  {
        display:none;
    }
    #top-bar #nav-login .dropdown-menu {
        margin-top:0;
    }
    #top-bar #nav-login .dropdown-menu a  {
        font-size:12px;
        text-align:center;
    }
}

/*
/////////////////////////////////////////////////////////////
container
//////////////////////////////*/
.container.container-wide {
    width: 100%;
}

.preview-links-wrapper{
    width: 100%;
}

.preview-links-wrapper span{
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
    border-color: rgb(0, 0, 0);
    letter-spacing: 0.2em;
    padding-right: 15px;
    margin-top: 10px;
    margin: 0 auto;
    padding-left: 15px;
    border-radius: 0px;
    padding-top: 10px;
    margin-bottom: 15px;
    border-width: 0px;
    background-color: #223671;
}
span.item-link, .master.item-box.button-effects .blocks-preview-item-links span.item-link, .button-wrapper .item-link {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*
////////////////////////////////////////
banner
//////////////////////////////////*/
#banner {
    text-align:center;
    margin-top:40px;
}
#banner > div {
    margin:0 auto;
}
#banner .banner-pc{
    max-width:850px;
}
#banner .banner-sp{
    display:none;
    max-width:680px;
    padding: 0 20px;
}
@media screen and (max-width: 850px) {
    #banner .banner-pc{
        display:none;
    }
    #banner .banner-sp{
        display:block;
        w
    }
}
/*
////////////////////////////////////////

//////////////////////////////////*/

h2.top-section-title {
    color:#c00528;
    font-size:38px;
    text-align:center;
    font-weight:700;
    letter-spacing:0.2em;
    margin-bottom:50px;
    margin-top:100px;
}
h2.top-section-title div {
    display:inline-block;
    border-bottom:5px solid #c00528;
    margin:0 auto;
    padding:0 40px;
}
h2.top-section-title span {
    display:block;
    font-size:20px;
    margin:0.8em;
    font-weight:500;
    letter-spacing:0.1em;
}
@media screen and (max-width: 767px) {
    h2.top-section-title {
        font-size:33px;
    }
    h2.top-section-title span{
        font-size:16px;
    }
}

@media screen and (max-width: 600px) {
    h2.top-section-title {
        font-size:28px;
    }
    h2.top-section-title span{
        font-size:14px;
    }
}
h3.page-section-title {
    color:#000;
    font-size:28px;
    text-align:center;
    font-weight:500;
    letter-spacing:0.2em;
    margin : 100px auto 70px;
}
h3.page-section-title div {
    display:inline-block;
    margin:0 auto;
}
h3.page-section-title span {
    display:inline-block;
    border-top:5px solid #c00528;
    width:5.5em;
}
@media screen and (max-width: 767px) {
    h3.page-section-title {
        font-size:26px;
    }
}

@media screen and (max-width: 600px) {
    h3.page-section-title {
        font-size:20px;
    }
}

main {
    padding-top:130px;
}

/*
////////////////////////////////////////
about
//////////////////////////////////*/


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.js .to-animate, .js
.to-animate-2, .js
.animate-box{
    opacity: 1 !important;
}
#htbt-about {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    background: #e6e6e6;
    width: 100%;
}
#htbt-about .htbt-2col {
    width: 50%;
}
@media screen and (max-width: 1200px) {
    #htbt-about .htbt-2col {
        width: 100%;
    }
}
#htbt-about .htbt-text {
    padding: 5em;
    text-align: left;
    background: #fff;
}
/*url(../images/wood_2.png) repeat*/
@media screen and (max-width: 1200px) {
    #htbt-about .htbt-text {
        padding: 1em;
    }
}
@media screen and (max-width: 480px) {
    #htbt-about .htbt-text p{
        font-size: 13px !important;
    }
}
#htbt-about .htbt-text .btn {
    color: #fff;
}
#htbt-about .htbt-text .heading {
    margin-bottom: 30px;
    color: #5e493a;
    /*  font-style: italic;*/
    font-weight: 300;
    position: relative;
    padding-bottom: 30px;
    text-align: center;
}
#htbt-about .htbt-text .heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    left: 50%;
    background: #fb6e14;
    margin-left: -20px;
}
#htbt-about .htbt-text p {
    line-height: 2;
    color: #5e493a;
    font-size:16px;
}
#htbt-about .htbt-text p span.firstcharacter {
    float: left;
    color: #c70528;
    font-size: 45px;
    line-height: 48px;
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 3px;

    top: -20px;
    position: relative;

    /*font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN" !important;*/
    /*font-family: "Raleway", sans-serif;*/
    /*font-family: 'Permanent Marker', cursive;*/
    font-family: 'Knewave', cursive;
}
#htbt-about .htbt-bg {
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 1200px) {
    #htbt-about .htbt-bg {
        width: 100%;
        min-height: 500px;
    }
}
@media screen and (max-width: 768px) {
    #htbt-about .htbt-bg {
        width: 100%;
        min-height: 300px;
    }
    #htbt-about .htbt-text p span.firstcharacter{
        font-size: 35px;
    }
}
@media screen and (max-width: 375px) {
    #htbt-about .htbt-text p span.firstcharacter{
        font-size: 28px;
        line-height: 34px;
    }
}
.text-center{
    text-align: center;
}
@media screen and (max-width: 480px) {
    .text-center{
        margin-top: -6px;
    }
}
@media screen and (max-width: 375px) {
    .text-center{
        margin-top: -23px;
    }
}
@media screen and (max-width: 320px) {
    .text-center{
        margin-top: -37px;
    }
}
.ma0{
    margin:0 auto;
}
/*
/////////////////////////////////////
clients
//////////////////////////////////////////////////////////////////////
//////*/



#clients {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*  background-attachment: fixed;*/
    text-align: center;
    background: url('images/bg.jpg') center/cover no-repeat fixed;
}

@media screen and (max-width: 480px) {

    #clients-wap::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-3;
    width:100%;
    height:100vh;
    background:url('images/bg.jpg') center/cover no-repeat; /*fixedをトル！*/
    -webkit-background-size:cover;/*Android4*/
}
}

.w16 {
    display: block;
    max-width: 16%;
    height: auto;
}
#clients .overlay{
    background: rgba(34, 34, 34, 0.85);
    height: auto;
    min-height: 200px;
    padding: 120px 0 ;
    color: #ffffff;
}
@media screen and (max-width: 480px) {
    #clients .overlay{
        padding: 26% 0 ;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 30px;
    }
}


ul, ol{
    padding: 0;
    moz-padding: 0;
    webkit-padding: 0;
}

ul.clients li{
    display: inline-block;
    padding: 20px 40px;
    vertical-align: middle;
}


@media screen and (max-width: 480px) {
    #act-about p{
        font-size: 13px;
    }
}
.section-title h2{

    font-family:"Roboto", sans-serif;
    font-size:18px;
    font-weight: 700;
    opacity: .8;
}
.section-title hr {
    border: #bf4444 solid 1px;
    width: 130px;
    /* border: aliceblue; */
    border-style: solid;
}
.section-title2 h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    opacity: .5;
}
.section-title2 hr {
    border: #bf4444 solid 1px;
    width: 130px;
    /* border: aliceblue; */
    border-style: solid;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*///////////////////////////////////////////////
recruit
///////////////////////////////////////////////
*/
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*padding-top: 28%;*/
    /*padding-bottom: 70px;*/
    /*margin-top: 45px;*/
    background-position: 0px -40px;
    -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;

    text-align: center;
}
@media screen and (max-width: 480px) {
    .section-divider{
        background-position: -189px 0px;
    }
    #recruit h1{
        font-size: 30px;
    }
    #recruit p{
        font-size: 12px;
    }
}


.section-divider p {
    color: #fff !important;
    font-size: 14px;
}
.section-divider h1 {
    color: #fff !important;
}
#recruit .overlay {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,0)), color-stop(60%, rgba(0,0,0,0.2)), color-stop(90%, rgba(0,0,0,0.5)));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.5) 90%);
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.5) 90%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 80%, rgba(0,0,0,0.2) 90%);
    height: auto;
    min-height: 200px;
    padding: 21% 13% 5% 13%;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
}

@media screen and (max-width: 480px) {
    #recruit .overlay{
        padding: 65% 13% 10% 13%;
    }
}
@media screen and (max-width: 480px) {
    .divider3 {
        background-position: -40px 0px;
    }
}
/*
/////////////////////////////////////////
Form
/////////////////////////////////////////
*/
.alert{
    max-width: 800px;
    margin: 0 auto;
}
.alert-danger{
    margin-bottom: 30px;
}
.alert-danger ul li{
    list-style: none;
}
@media screen and (max-width: 480px) {
    .alert {
    max-width: 100%;
    margin: 0 auto;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    margin-bottom: 50px;
    font-size: 12px;
}
}
.contactDetails{
    background:#f7f7f7;
}
.contactDetails .container{
    padding:80px 0;
    text-align:center;
}

.conForm input,
.conForm textarea {
    float:none;
    display:inline-block;
}
.conForm input{
    background:#fff;
    border-bottom:solid 2px #bf4444 !important;
    color:#223671;
    padding:15px 30px;
    border:none;
    margin-bottom:30px;
    outline:none;
}
.conForm input[type="radio"]{
    border-bottom:none;
    padding: 0px;
    margin-top: 2px;
}
.conForm input[type="checkbox"]{
    border-bottom:none;
    padding: 0px;
}
@media screen and (max-width: 480px) {
    .conForm input{
        margin-bottom:12px;
    }
}

.conForm textarea{
    background:#fff;
    color:#223671;
    border-bottom:solid 2px #bf4444 !important;
    padding:15px 30px;
    border:none;
    margin-bottom:40px;
    outline:none;
    height:185px;
}

.conForm .submitBnt{

    font-family: 'Montserrat', sans-serif;
    color:#372d38;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    font-weight:400;
    text-align:center;
    margin:0px;
    border:2px solid #746c75 !important;
    padding:0;
    width:322px;
    height:52px;
}
.submitBnt::before,
.submitBnt::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.conForm .submitBnt,
.conForm .submitBnt::before,
.conForm .submitBnt::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.conForm .submitBnt :hover{
    background-color: #59b1eb !important;
}


.contact-way-wrapper {
    display: inline-block;

    background: #fff;
    border-bottom: solid 2px #bf4444 !important;
    color: #223671;
    padding: 15px 30px;
    border: none;
    margin-bottom: 30px;
    outline: none;
    float: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #acacac;
}

.contact-way-wrapper label {
    float: left;
    font-weight: normal;
}
@media screen and (max-width: 480px) {
    .contact-way-wrapper label{
            float: left;
    font-weight: normal;
    margin-right: 40px;
    }
}

.contact-way-wrapper input {
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 5px
}

.contact-way-notice {
    display: inline-block;
    background: #f7f7f7;
    color: #223671;
    padding: 15px 30px;
    border: none;
    margin-bottom: 30px;
    outline: none;
    float: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #acacac;
    text-align: left;
}

@media screen and (max-width: 767px) {

    .form-main {
        text-align:center;
    }
    .conForm .submitBnt {
        width:100%;
    }
}

@media screen and (max-width: 400px) {
    .conForm textarea{
        margin-bottom:20px;
    }
}

@media screen and (min-width: 768px) {
    .conForm input.col-sm-6 {
        width: 48.5%;
    }
    .conForm input.col-lg-6 {
        width: 48.5%;
    }
}
#privacy textarea {
    font-size: 12px;
    line-height: 16px;
    padding: 20px;
    text-align: left;
    color: #372d38;
}
#privacy h3 {
    font-size: 18px;
    margin-bottom: 60px;
}
table {
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 15px 0px;
    border: 1px solid #ccc;
}
#privacy table.agree th, #privacy table.agree td {
    padding: 15px;
}
table td, table th {
    padding: 5px 10px;
    vertical-align: middle;
    border: 1px solid #ccc;
}
table th {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    /*background: #f2f2f2;*/
}
.clearfix {
    display: block;
}
#privacy ul.radio_list li {
    float: left;
    margin: 6px 30px 0px 0px;
    height: 21px;
    line-height: 21px;
}
ul li {
    list-style: none;
    list-style-position: outside;
}
label{
    cursor:pointer;
}

@media screen and (max-width: 480px) {
    input[type="radio"]  {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
        margin-right: 1em;
        display: table-cell;
        vertical-align: middle;
    }
    input[type="checkbox"] {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
        display: table-cell;
        vertical-align: middle;
    }
}
@media screen and (min-width: 768px) {
    .Kozin{
    max-width: 480px !important;
}
}
.Kozin{
    padding: 20px 0 !important;
}
.radio_list{
    height: 20px;
    margin-top: 6px;
}
.radio_list{
    height: 29px;
    margin-top: 6px;
    line-height: 25px;
    display:table-cell;
    vertical-align:middle;
}
.radio_list input{
    padding: 15px 30px;
    border: none !important;
    margin-bottom: 30px;
    outline: none;
    background: none !important;
}
.r-list{
    vertical-align: middle;
}
.radio-inline label{
    font-size: 12px;
    text-align: left;
    color: rgba(81,85,97,0.7);
}
.radio_list li{
    font-size: 13px;
    display:table-cell;
    vertical-align:middle;
}
.form-group label{
    font-size: 12px;
    text-align: left;
}
.form-group input{
    padding: 15px 30px;
    border: none !important;
    margin-bottom: 30px;
    outline: none;
    background: none !important;
}
.consensus {
    padding: 0 10%;
}



.c-ico-sup:before {
    content: "NEW";
    background-color: rgb(191, 68, 68);
}
.c-ico-sup:before, .c-ico-hot:before {
    display: inline-block;
    line-height: 9px;
    padding: 3px 3px 1px;
    color: #fff;
    font-size: 9px;
}
.new-list-item-category>i {
    vertical-align: middle;
}
.c-ico {
    display: inline-block;
    vertical-align: middle;
}
/*
//////////////////////////////////////
#map
/////////////////////////////////////*/
.text {
    color: #3a3a3a;
    font-size: 13px;
    line-height: 1.54;
    margin: 0 0 1.5em;
}
.mt20{
    margin-top:20px;
}

.addressInfo {
    /*float: right;*/
    margin: 0 50px;
    text-align: center;
}

.addressInfo .hd {
    margin: 0;
    padding: 20px 0 20px;
}

@media only screen and (max-width: 1020px) {
    #map .secHd {
        margin-bottom: 52px;
        font-size: 120%;
    }

    #map .col {
        float: none;
        width: auto;
    }

    #map .map {
        margin-top: 50px;
        text-align: center;
    }

    #map .addressInfo {
        float: none;
        margin: 0;
    }

    #map .addressInfo .hd {
        padding-top: 0;
    }

    #map .access {
        margin: 1em 0 0;
    }

    #map .gmap {
        margin: 1em 0 0;
    }

    .map img {
        width: 350px;
        height: 350px;
        margin-bottom: 30px;
    }
}


@media only screen and (max-width: 640px) {
    #map .secHd {
        margin-bottom: 30px !important;
    }

    #map .addressInfo .hd {
        padding: 0;
        margin-bottom: 30px !important;
        text-align: center;
    }

    #map .addressInfo .hd img {
        width: 200px;
    }

    #map .text {
        font-size: 12px;
        line-height: 1.8;
        margin-bottom: 0.4em;
    }

    #map .access {
        margin: 0;
    }

    #map .map {
        margin-top: 24px;
        text-align: center;
    }

    .map img {
        width: 300px;
        height: 300px;
    }

    .sec {
        margin-bottom: 20px;
    }
}

/*///////////////////////////////////////////////////
feature 事業内容
///////////////////////////////////////////////////
*/
.wrapper {
    padding: 8em 0 6em 0;
    position: relative;
}

.wrapper > .inner {
    margin: 0 auto;
    width: 80%;
}

.wrapper.style1 {
    background-color: #EEE;
    color: #777;
}

.wrapper.style1 .feature {
    background-color: #fff;
    /* box-shadow */
    box-shadow:4px 12px 19px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:4px 12px 19px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:4px 12px 19px -5px rgba(0, 0, 0, 0.3);
}
/* Feature */

.feature {
    display: -webkit-flex;

    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 6em;
}

.feature:last-child {
    margin-bottom: 2em;
}
.feature p {
    margin: 0 0 2em 0;
    word-wrap: break-word;
    font-size: 13px;
}
.feature.left {
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.feature.right {
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.feature .image {
    width: 48%;
}

.feature .image img {
    max-width: 100%;
}

.feature .content {
    padding: 2em 3em 0.1em 3em;
    width: 52%;
}
.content h2{
    color:#333;
    font-size: 21px;
}

@media screen and (max-width: 1280px) {

    .feature {
        margin-bottom: 4em;
    }

    .feature .content {
        padding: 1em 2em 0.1em 2em;
    }

}

@media screen and (max-width: 980px) {

    .feature.left, .feature.right {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .feature .image {
        width: 100%;
    }

    .feature .image img {
        width: 100%;
    }

    .feature .content {
        padding: 2em 2em 1.1em 2em;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    .wrapper > .inner {
        width: 100%;
    }
}

@media screen and (max-width: 736px) {

    .feature {
        margin-bottom: 2em;
    }

    .feature .content {
        padding: 2em 1em 1.1em 1em;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .wrapper > .inner {
        width: 90%;
    }
    .feature .content h2{
        font-size: 18px;
    }
    .feature p {
        margin: 2em 0 2em 0;
        word-wrap: break-word;
        font-size: 13px;
    }


}
ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
}
.busiLeadText.busiLeadText-work{
    color: rgb(0, 0, 0);
    font-family: "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
@media only screen and (min-width: 980px) {
    .SubText{
        padding: 0 15%;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

}
.busiHedding01.busiHedding01-work{
    font-weight: 700;
}


@media only screen and (min-width: 768px){
    .busiHedding01.busiHedding01-work span {
        padding: 0 40px 0 0;
    }
}
.busiHedding01.busiHedding01-work span {
    position: relative;
}


@media only screen and (min-width: 768px){
    .busiHedding01.busiHedding01-work {
        font-size: 16px;
        font-size: 1rem;
        margin: 0 0 34px 0;
    }
}



@media only screen and (max-width: 767px) {
    .busiHedding01.busiHedding01-work {
        font-size: 12px !important;
        font-size: 1.3rem;
        margin: 0 0 8px 0
    }
}

@media only screen and (min-width: 768px) {
    .busiHedding01.busiHedding01-work {
        font-size: 15px !important;
        font-size: 1rem;
        margin: 0 0 34px 0
    }
}
@media only screen and (min-width: 768px) {
    .busiLeadText.busiLeadText-work {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 0 0 20px 0;
        text-align: center;
    }
    .sectionTitle {
        margin: 0px 80px;
    }
    .busiSubText.busiSubText-work{
        text-align: center;
        padding: 0 15%;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
}




.busiHedding01.busiHedding01-work span {
    position: relative
}

@media only screen and (max-width: 767px) {
    .busiHedding01.busiHedding01-work span {
        padding: 0 40px 0 0
    }
    .sectionTitle {
        margin: 50px 50px;
    }
    .busiSubText.busiSubText-work{
        font-size: 13px;
    }
}
@media screen and (max-width: 480px) {
    .sectionTitle {
        margin: 35px;
    }
}


@media only screen and (min-width: 768px) {
    .busiHedding01.busiHedding01-work span {
        padding: 0 40px 0 0
    }
}


.busiHedding01.busiHedding01-work span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
    width: 30px;
    height: 1px;
    background: #bfbfbf
}

@media only screen and (min-width: 980px) {
    .busiHedding01.busiHedding01-work span:before {
        display: none;
    }
}

.busiHedding01.busiHedding01-work span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #bfbfbf
}

@media only screen and (max-width: 767px) {
    .busiHedding01.busiHedding01-work span:after {
        background: #000;
        top: 74%;
    }
}



/*
//////////////////////////////////////////////////////////////////////
form
/////////////////////////////////////////////////////////////////////*/

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
}
.form-control:active, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #f9ad81;
}

/*
 * Flexslider
 */

@media screen and (max-width: 480px) {
    #top-bar.animated-header {
        padding: 7px 0;
        background: rgba(255,255,255,0);
        box-shadow: none;
        position: fixed;
        top: 0;
    }
}
@media screen and (max-width: 375px) {
    #top-bar.animated-header {
        padding: 7px 0;
        background: rgba(255, 255, 255, 0);
        box-shadow: none;
        position: fixed;
        top: 0;
    }

    .navbar-fixed-bottom, .navbar-fixed-top {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .navbar-fixed-bottom, .navbar-fixed-top {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
}

.header-text h1 {
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    border: 5px solid #fff;
    padding: 30px 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (max-width: 992px){
    .header-text h1 {
        margin: 0 auto;
        margin-bottom: 30px;
        font-size: 13px;
        border: 3px solid #fff;
        padding: 23px 15px;
    }
}
@media screen and (max-width: 320px) {
    .header-text h1 {
        margin: 0 auto;
        margin-bottom: 10px;
        font-size: 11px;
        border: 3px solid #fff;
        padding: 19px 13px;
    }
}




.act-text .act-go {
    margin-top: 80px;
}

@media screen and (max-width: 480px) {
    .act-text .act-go {
        margin-top: 30px;
    }
}


.act-text .act-go a {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    display: block;
    position: relative;
    padding-bottom: 50px;
}
.act-text .act-go a span {
    font-size: 20px;
    display: block;
    position: absolute;
    bototm: 0;
    left: 50%;
    margin-left: -10px;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}

#act-home {
    min-height: 568px;
    /*background: #fff url(../images/loader.gif) no-repeat center center;*/
}
#act-home .flexslider {
    border: none;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
#act-home .flexslider .act-text {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 50%;
    margin-top: -129px;
    text-align: center;
}
#act-home .flexslider .act-text h1 {
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 5px solid #fff;
    padding: 30px 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (max-width: 992px) {
    #act-home .flexslider .act-text h1 {
        margin: 0 auto;
        margin-bottom: 30px;
        font-size: 13px;
        border: 3px solid #fff;
        padding: 23px 15px;
    }
}
#act-home .flexslider .act-text .act-go {
    margin-top: 80px;
}
#act-home .flexslider .act-text .act-go a {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    display: block;
    position: relative;
    padding-bottom: 50px;
}
#act-home .flexslider .act-text .act-go a span {
    font-size: 20px;
    display: block;
    position: absolute;
    bototm: 0;
    left: 50%;
    margin-left: -10px;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}
#act-home .flexslider .act-text .act-go a:hover {
    text-decoration: none;
}
#act-home .flexslider .act-text .act-go a:hover span {
    text-decoration: none;
}
#act-home .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
}
#act-home .flexslider .act-overlay {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .3;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0000+0,cc0000+100;Red+Flat */
    background: rgb(204,0,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(204,0,0,0.6) 0%, rgba(204,0,0,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(204,0,0,0.6) 0%,rgba(204,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(204,0,0,0.6) 0%,rgba(204,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */

}
#act-home .flexslider .flex-control-nav,
#act-home .flexslider .flex-direction-nav {
    display: none;
}

#act-main,
#act-offcanvas {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
#act-main{
    overflow: hidden;
}

.text-left {
    text-align: left;
}
.act-section-sub-lead {
    font-size: 15px;
    font-family: "Roboto", arial, sans-serif;
    font-weight: 100;
    line-height: 23px;
}
.act-section-lead {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 22px;
}
/*///////////////////////////////////////
news
//////////////////////////////////////*/
.news-wpa{
    max-width: 1000px;
    margin: 0 auto;
}

.tiles-wrap {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  display: none;
}


/**
 * Grid items
 */
.tiles-wrap li {
  display: block;
  opacity: 0;
  text-align: center;
  list-style-type: none;
  background-color: #fff;
  float: left;
  cursor: pointer;
  width: 290px;
  padding: 15px;
  -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  border: 1px solid #dedede;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
@media screen and (max-width: 480px) {
    .tiles-wrap li{
        width: 100%;
        position: absolute;
        left: 1px !important;
    }
}

.tiles-wrap.wookmark-initialised.animated li {
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.tiles-wrap.wookmark-initialised li {
  opacity: 1;
}

.tiles-wrap li.wookmark-inactive {
  visibility: hidden;
  opacity: 0;
}

.tiles-wrap li:hover {
  background-color: #fafafa;
}

.tiles-wrap img {
  display: block;
}

.tiles-wrap a {
  color: #223671;
  text-align: center;
  /* display: table-cell; */
  width: 200px;
  height: 200px;
  font-size: 18px;

  text-decoration: none;
}

#grid[data-columns]::before {
    content: '3 .column.size-1of3';
}

/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of3 { width: 33.333%; }

@media screen and (max-width: 480px){
    #grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    #grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}
@media screen and (min-width: 769px) {
    #grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

/* Again, you’re free to use and define the classes: */
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }

.pin{
    padding: 17px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dedede;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 3px;
    margin: 0 0 8px 8px;
    background: #fff;
}

.pin h3{
    font-size: 18px;
    text-align: left;
    color: #333333;
}
@media screen and (max-width: 480px) {
    .pin h3{
        font-size: 19px;
    }
}

.pin img {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
.pin p img{
    width: 100%;
    height: auto;
    display: none;
}

.pin p {
    font: 12px/18px Arial, sans-serif;
    color: #333;
    margin: 0;
    text-align: left;
    word-wrap: break-word;
}
.pin p a{
    color: #223671;
    font-size: 13px;
    text-wrap:normal;
}

@media (min-width: 960px) {
    #columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 1100px) {
    #columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 414px) {
    #columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #news-wrapper {
        width: 100%;
    }
}

#columns:hover .pin:not(:hover) {
    opacity: 0.4;
}

.pin hr {
    border-width: 2px 0px 0px 0px;
    border-style: dashed;
    border-color: #000000;
    height: 1px;
}

#act-offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 275px;
    background: #444853;
    overflow-y: auto;
    padding: 50px 30px 30px 30px;
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    -o-transform: translateX(275px);
    transform: translateX(275px);
}
#act-offcanvas .act-offcanvas-close {
    position: absolute;
    top: 20px;
    right: 30px;
}
#act-offcanvas .act-offcanvas-close:before {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e117";
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#act-offcanvas .act-offcanvas-close:hover:before {
    color: white;
}

.font_s{
    font-size: 13px;
}

#act-contact,
#act-testimony,
#act-content {
    padding: 7em 0;
}
#act-about{
    padding: 7em 5em;
}
#act-about h2{
    font-size: 21px;
    font-weight: 700;
}

#act-portfolio{
    padding: 5.5em 4em;
    background :rgba(249, 249, 249, 0.69);
}
.section-heading hr {
    border: #bf4444 solid 1px;
    width: 130px;
    /* border: aliceblue; */
    border-style: solid;
}
@media (min-width: 1200px){
    .container {
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    #act-portfolio,
    #act-about,
    #act-contact,
    #act-testimony,
    #act-content {
        padding: 4em 0;
    }
    #act-about h2 {
        font-size: 18px;
    }
}

#act-content figure {
    margin-bottom: 30px;
}

#act-about {
    background: rgb(191, 68, 68);
}
#act-about h2 {
    color: #fff;
    font-size: 20px;
}
#act-about h3{
    font-size: 20px;
}

#act-about .act-text {
    padding-left: 4em;
    color: #fff;
}
@media screen and (max-width: 992px) {
    #act-about .act-text {
        padding: 0 0 20px 0;
    }
}
#act-about .act-text .act-meta {
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
}
#act-about .act-text.with-plus {
    padding-right: 4em;
    padding-left: 0;
    position: relative;
}
@media screen and (max-width: 992px) {
    #act-about .act-text.with-plus {
        padding-right: 0;
    }
}
#act-about .act-text.with-plus:after {
    position: absolute;
    right: 0;
    margin-right: -30px;
    top: 50%;
    margin-top: -25px;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e114";
    font-size: 50px;
    color: #f9ad81;
    display:none;
}
@media screen and (max-width: 992px) {
    #act-about .act-text.with-plus:after {
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width: 480px) {
    .slides li{
        background-position: -756px 106px !important;
    }
}
@media screen and (max-width: 320px) {
    .slides li{
        background-position: -591px 106px !important;
    }
}


#act-footer {
    background:#c00528;;
    padding: 5em 0 1.8em;
    font-size: 16px;
    color:#fff;
}
@media screen and (max-width: 768px) {
    #act-footer {
        padding: 3em 0;
    }
}
#act-footer .act-footer-nav li{
    display:inline-block;
    margin:0 1rem;
    letter-spacing: 0.2em;
}
#act-footer .act-footer-nav br{
    display:none;
}
#act-footer .copyright{
    margin-top:50px;
    font-size:14px;
    letter-spacing: 0.3em;
}
#act-footer a {
    color: #fff;
}
#act-footer a:hover {
    text-decoration: none;
    opacity:0.6;
}
@media screen and (max-width: 767px) {
    #act-footer .act-footer-nav {
        line-height:3em;
    }
    #act-footer .act-footer-nav br.break-sm {
        display:block;
    }
    #act-footer .act-footer-nav li{
        width:200px;
        text-align:left;
    }
    #act-footer .act-footer-nav li:nth-of-type(2n){
        margin-left:40px;
    }
    #act-footer .copyright{
        letter-spacing: 0.2em;
    }
}
@media screen and (max-width: 510px) {
    #act-footer .act-footer-nav li{
        width:150px;
        margin:0;
        text-align:left;
    }
    #act-footer .copyright{
        font-size:12px;
        letter-spacing: 0.1em;
    }
}
@media screen and (max-width: 400px) {
    #act-footer .act-footer-nav li{
        width:100px;
    }
}

.act-social {
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .act-social {
        float: none !important;
    }
}
.act-social li {
    padding: 0;
    margin: 0;
    display: inline;
}
.act-social li a {
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .act-social li a {
        margin-right: 10px;
    }
}
.act-social li a i {
    font-size: 20px;
}
.act-social li a:hover {
    text-decoration: none !important;
}
.act-social li a:hover i {
    text-decoration: none;
}

.section-heading .act-section-title {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #41454f;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    opacity: .8;
    margin-bottom: 20px;
}
.act-lead{
    font-size: 13px;
}
@media screen and (max-width: 480px){
.otherbusiness {
    padding: 0px 25px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
    .section-heading .act-section-title{
        font-size: 16px;
    }
    .section-title h2{
        font-size: 16px;
    }
}
@media screen and (max-width: 375px) {
    .otherbusiness {
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
}

@media screen and (max-width: 768px) {
    .act-lead {
        font-size: 13px;
    }
}

.js .to-animate, .js
.to-animate-2, .js
.animate-box {
    opacity: 0;
}


.r-pb {
    padding-bottom: 40px;
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        width: 100%;
        float: none;
    }
}
/* Arrow Animations */
@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

.button {
    position: relative;
    z-index: 2;
    border: 2px solid #333;
    color: #fff;
    line-height: 50px;
    -webkit-perspective: 300px;
    perspective: 300px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.button:hover {
    color: #333;
}
.button::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.button:hover::after {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}


/* --------------------------------

Shared style

-------------------------------- */
.cd-btn {
    display: inline-block;
    padding: 1.6em 2.4em;
    font-size: 1.4rem;
    letter-spacing: .15em;
    font-weight: 700;
    text-transform: uppercase;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;*/
}
.cd-btn:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

h1 {
    line-height: 1;
}

/* Main Content */
.cd-main-content {
    position: relative;
    z-index: 1;
    /*width: 100%;
    height: 100vh;*/
    /* vertically align its content */
    display: table;
}
.cd-main-content .center {
    /* vertically align inside parent element */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/* Modal Window */
.cd-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-modal .modal-content {
    height: 100%;
    overflow-y: auto;
    padding: 3em 5%;
    background-color: #fbfbfb;
}
.cd-modal h1, .cd-modal h2 {
    text-align: center;
}
.cd-modal p {
    line-height: 1.6;
    margin: 2em auto;
    max-width: 800px;
}
.cd-modal .modal-close {
    /* 'X' icon */
    position: absolute;
    z-index: 1;
    bottom: 40px;
    right: 5%;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    color: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: visibility 0s .3s, opacity .3s 0s, -webkit-transform .3s 0s;
    transition: visibility 0s .3s, opacity .3s 0s, -webkit-transform .3s 0s;
    transition: transform .3s 0s, visibility 0s .3s, opacity .3s 0s;
    transition: transform .3s 0s, visibility 0s .3s, opacity .3s 0s, -webkit-transform .3s 0s;
}
.cd-modal .modal-close::before, .cd-modal .modal-close::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 20px;
    top: calc(50% - 1px);
    left: calc(50% - 10px);
}
.cd-modal .modal-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-modal .modal-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cd-modal.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .7s, visibility 0s;
    transition: opacity .7s, visibility 0s;
}
.cd-modal.visible .modal-content {
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    -webkit-overflow-scrolling: touch;
}
.cd-modal.visible .modal-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s 0s, opacity .3s 0s, -webkit-transform .3s 0s;
    transition: visibility 0s 0s, opacity .3s 0s, -webkit-transform .3s 0s;
    transition: transform .3s 0s, visibility 0s 0s, opacity .3s 0s;
    transition: transform .3s 0s, visibility 0s 0s, opacity .3s 0s, -webkit-transform .3s 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media only screen and (min-width: 1100px) {
    .cd-modal .modal-content {
        padding: 6em 5%;
    }
    .cd-modal .modal-close {
        height: 60px;
        width: 60px;
    }
    .cd-modal .modal-close::before, .cd-modal .modal-close::after {
        height: 2px;
        width: 26px;
        top: calc(50% - 1px);
        left: calc(50% - 13px);
    }
    .cd-modal p {
        font-size: 2rem;
    }
}

/* Transition Layer */
.cd-transition-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.cd-transition-layer .bg-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
    /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.cd-transition-layer.visible {
    opacity: 1;
    visibility: visible;
}
.cd-transition-layer.visible .bg-layer {
    -webkit-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
}
.cd-transition-layer.opening .bg-layer, .cd-transition-layer.closing .bg-layer {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.no-cssanimations .cd-transition-layer {
    display: none;
}

/* --------------------------------

Scrub Effect

-------------------------------- */
.scrub-transition {
    /* font-family: "PT Sans", sans-serif; */

}

.scrub-transition .cd-btn {
    background: #bf4444;
    /* color: #ffffff;*/
    /*border-radius: 50em;*/
}

.scrub-transition .cd-modal {
    background: #633b63;
}
.scrub-transition .cd-modal .modal-content {
    /*color: #ffffff;*/
}
.scrub-transition .cd-modal .modal-close::before,
.scrub-transition .cd-modal .modal-close::after {
    background: #ffffff;
}
.scrub-transition .cd-modal .modal-close {
    background: #333;
}
.scrub-transition .cd-modal .modal-close:hover {
    background: #452945;
}
.scrub-transition .cd-transition-layer .bg-layer {
    /* sprite composed of 25 frames */
    width: 2500%;
    background-image: url(images/scrub.png);
}
.scrub-transition .cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards;
    animation: cd-sequence 0.8s steps(24) forwards;
}
.scrub-transition .cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
    animation: cd-sequence 0.8s steps(24) forwards reverse;
}

/* --------------------------------

Fire Extinguisher Effect

-------------------------------- */
.extinguisher-transition {
    font-family: "Merriweather Sans", sans-serif;
    color: #f1faee;
}
.extinguisher-transition h1, .extinguisher-transition h2 {
    font-family: "Merriweather", serif;
    margin-bottom: .4em;
    font-size: 3.2rem;
}
.extinguisher-transition .cd-btn {
    background: #1c3458;
    color: #f1faee;
    border-radius: 50em;
}
.extinguisher-transition .cd-main-content {
    background: #e93741;
}
.extinguisher-transition .cd-modal {
    background: #f1faee;
}
.extinguisher-transition .cd-modal .modal-content {
    color: #437a9f;
}
.extinguisher-transition .cd-modal .modal-close::before,
.extinguisher-transition .cd-modal .modal-close::after {
    background: #f1faee;
}
.extinguisher-transition .cd-modal .modal-close {
    background: #cdd5ca;
}
.extinguisher-transition .cd-modal .modal-close:hover {
    background: #a9afa7;
}
.extinguisher-transition .cd-transition-layer .bg-layer {
    /* sprite composed of 25 frames */
    width: 2500%;
    background-image: url('images/extinguisher.png');
}
.extinguisher-transition .cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards;
    animation: cd-sequence 0.8s steps(24) forwards;
}
.extinguisher-transition .cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
    animation: cd-sequence 0.8s steps(24) forwards reverse;
}
@media only screen and (min-width: 768px) {
    .extinguisher-transition h1 {
        font-size: 6rem;
    }
    .extinguisher-transition h2 {
        font-size: 5.4rem;
        font-weight: 700;
    }
}

/* --------------------------------

Glitch Effect

-------------------------------- */
.glitch-transition {
    font-family: "Work Sans", sans-serif;
    color: #ffffff;
}
.glitch-transition h1, .glitch-transition h2 {
    margin-bottom: .4em;
    font-size: 4rem;
    font-weight: 700;
}
.glitch-transition .cd-btn {
    background: #676970;
    color: #ffffff;
}
.glitch-transition .cd-main-content {
    background: #2e2f36;
}
.glitch-transition .cd-modal {
    background: #ffffff;
}
.glitch-transition .cd-modal .modal-content {
    color: #676970;
}
.glitch-transition .cd-modal .modal-close::before,
.glitch-transition .cd-modal .modal-close::after {
    background: #ffffff;
}
.glitch-transition .cd-modal .modal-close {
    background: #d9d9d9;
}
.glitch-transition .cd-modal .modal-close:hover {
    background: #b3b3b3;
}
.glitch-transition .cd-transition-layer .bg-layer {
    /* sprite composed of 25 frames */
    width: 2500%;
    background-image: url(images/glitch.png);
}
.glitch-transition .cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards;
    animation: cd-sequence 0.8s steps(24) forwards;
}
.glitch-transition .cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
    animation: cd-sequence 0.8s steps(24) forwards reverse;
}
@media only screen and (min-width: 768px) {
    .glitch-transition h1 {
        font-size: 8rem;
    }
    .glitch-transition h2 {
        font-size: 6rem;
    }
}

/* --------------------------------

Scribble Effect

-------------------------------- */
.scribble-transition {
    font-family: "PT Sans", sans-serif;
    color: #fcf4e1;
}
.scribble-transition h1, .scribble-transition h2 {
    margin-bottom: .4em;
    font-family: "Rock Salt", cursive;
    font-size: 4rem;
    font-weight: 700;
}
.scribble-transition .cd-btn {
    background: #fcb586;
    color: #fcf4e1;
    border-radius: 50em;
}
.scribble-transition .cd-main-content {
    background: #653d55;
}
.scribble-transition .cd-modal {
    background: #e44b60;
}
.scribble-transition .cd-modal .modal-content {
    color: #fcf4e1;
}
.scribble-transition .cd-modal .modal-close::before,
.scribble-transition .cd-modal .modal-close::after {
    background: #fcf4e1;
}
.scribble-transition .cd-modal .modal-close {
    background: #c24052;
}
.scribble-transition .cd-modal .modal-close:hover {
    background: #a03543;
}
.scribble-transition .cd-transition-layer .bg-layer {
    -webkit-transform: translateY(-50%) translateX(-1.3158%);
    transform: translateY(-50%) translateX(-1.3158%);
    /* sprite composed of 38 frames */
    width: 3800%;
    background-image: url(images/scribble.png);
}
.scribble-transition .cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence-2 0.8s steps(37) forwards;
    animation: cd-sequence-2 0.8s steps(37) forwards;
}
.scribble-transition .cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence-2 0.8s steps(37) forwards reverse;
    animation: cd-sequence-2 0.8s steps(37) forwards reverse;
}
.scribble-transition .cd-transition-layer.visible .bg-layer {
    -webkit-transform: translateY(-50%) translateX(-98.6842%);
    transform: translateY(-50%) translateX(-98.6842%);
}
@media only screen and (min-width: 768px) {
    .scribble-transition h1 {
        font-size: 7.2rem;
    }
    .scribble-transition h2 {
        font-size: 5.8rem;
    }
}

/* --------------------------------

Gummy Effect

-------------------------------- */
.gummy-transition {
    font-family: "Nunito", sans-serif;
    color: #f2f2f2;
}
.gummy-transition h1, .gummy-transition h2 {
    margin-bottom: .4em;
    font-size: 4rem;
    font-weight: 700;
}
.gummy-transition .cd-btn {
    background: #3f5074;
    color: #f2f2f2;
    border-radius: 50em;
}
.gummy-transition .cd-main-content {
    background: #001d5b;
}
.gummy-transition .cd-modal {
    background: #ef8692;
}
.gummy-transition .cd-modal .modal-content {
    color: #f2f2f2;
}
.gummy-transition .cd-modal .modal-close::before,
.gummy-transition .cd-modal .modal-close::after {
    background: #f2f2f2;
}
.gummy-transition .cd-modal .modal-close {
    background: #cb727c;
}
.gummy-transition .cd-modal .modal-close:hover {
    background: #a75e66;
}
.gummy-transition .cd-transition-layer .bg-layer {
    /* sprite composed of 25 frames */
    width: 2500%;
    background-image: url(images/gummy.png);
}
.gummy-transition .cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards;
    animation: cd-sequence 0.8s steps(24) forwards;
}
.gummy-transition .cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
    animation: cd-sequence 0.8s steps(24) forwards reverse;
}
@media only screen and (min-width: 768px) {
    .gummy-transition h1 {
        font-size: 7.2rem;
    }
    .gummy-transition h2 {
        font-size: 5.8rem;
    }
}

/* --------------------------------

Gooey Effect

-------------------------------- */
.gooey-transition {
    font-family: "PT Sans", sans-serif;
    color: #ffffff;
}
.gooey-transition h1, .gooey-transition h2 {
    margin-bottom: .4em;
    font-size: 4rem;
    font-weight: 700;
    font-family: "Averia Sans Libre", cursive;
}
.gooey-transition .cd-btn {
    background: #cdf199;
    color: #053644;
    border-radius: 50em;
}
.gooey-transition .cd-main-content {
    background: #053644;
}
.gooey-transition .cd-modal {
    background: #466c5e;
}
.gooey-transition .cd-modal .modal-content {
    color: #ffffff;
}
.gooey-transition .cd-modal .modal-close::before,
.gooey-transition .cd-modal .modal-close::after {
    background: #ffffff;
}
.gooey-transition .cd-modal .modal-close {
    background: #3c5c50;
}
.gooey-transition .cd-modal .modal-close:hover {
    background: #314c42;
}
.gooey-transition .cd-transition-layer .bg-layer {
    /* sprite composed of 25 frames */
    width: 2500%;
    background-image: url(images/gooey.png);
}
.gooey-transition .cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards;
    animation: cd-sequence 0.8s steps(24) forwards;
}
.gooey-transition .cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
    animation: cd-sequence 0.8s steps(24) forwards reverse;
}
@media only screen and (min-width: 768px) {
    .gooey-transition h1 {
        font-size: 8rem;
    }
    .gooey-transition h2 {
        font-size: 6rem;
    }
}

/* --------------------------------

Mirror Effect

-------------------------------- */
.mirror-transition {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
}
.mirror-transition h1, .mirror-transition h2 {
    margin-bottom: .4em;
    font-size: 4rem;
    font-weight: 700;
}
.mirror-transition .cd-btn {
    background: #7e8aa3;
    color: #ffffff;
}
.mirror-transition .cd-main-content {
    background: #000000;
}
.mirror-transition .cd-modal {
    background: #ff9900;
}
.mirror-transition .cd-modal .modal-content {
    color: #ffffff;
}
.mirror-transition .cd-modal .modal-close::before,
.mirror-transition .cd-modal .modal-close::after {
    background: #ffffff;
}
.mirror-transition .cd-modal .modal-close {
    background: #d98200;
}
.mirror-transition .cd-modal .modal-close:hover {
    background: #b36b00;
}
.mirror-transition .cd-transition-layer .bg-layer {
    /* sprite composed of 25 frames */
    width: 2500%;
    background-image: url(images/mirror.png);
}
.mirror-transition .cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards;
    animation: cd-sequence 0.8s steps(24) forwards;
}
.mirror-transition .cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
    animation: cd-sequence 0.8s steps(24) forwards reverse;
}
@media only screen and (min-width: 768px) {
    .mirror-transition h1 {
        font-size: 8rem;
    }
    .mirror-transition h2 {
        font-size: 6rem;
    }
}




/* --------------------------------

Diamond Effect

-------------------------------- */
.diamond-transition {
    font-family: "Lato", sans-serif;
    color: #656e8d;
}
.diamond-transition h1, .diamond-transition h2 {
    margin-bottom: .4em;
    font-size: 4rem;
    font-weight: 700;
}
.diamond-transition .cd-btn {
    background: #211426;
    color: #ffffff;
}
.diamond-transition .cd-main-content {
    background: #f2efde;
}
.diamond-transition .cd-modal {
    background: #41355a;
}
.diamond-transition .cd-modal .modal-content {
    color: #ffffff;
}
.diamond-transition .cd-modal .modal-close::before,
.diamond-transition .cd-modal .modal-close::after {
    background: #ffffff;
}
.diamond-transition .cd-modal .modal-close {
    background: #372d4d;
}
.diamond-transition .cd-modal .modal-close:hover {
    background: #2e253f;
}
.diamond-transition .cd-transition-layer .bg-layer {
    -webkit-transform: translateY(-50%) translateX(-2.5%);
    transform: translateY(-50%) translateX(-2.5%);
    /* sprite composed of 20 frames */
    width: 2000%;
    background-image: url(images/diamond.png);
}
.diamond-transition .cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence-3 0.8s steps(19) forwards;
    animation: cd-sequence-3 0.8s steps(19) forwards;
}
.diamond-transition .cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence-3 0.8s steps(19) forwards reverse;
    animation: cd-sequence-3 0.8s steps(19) forwards reverse;
}
.diamond-transition .cd-transition-layer.visible .bg-layer {
    -webkit-transform: translateY(-50%) translateX(-97.5%);
    transform: translateY(-50%) translateX(-97.5%);
}
@media only screen and (min-width: 768px) {
    .diamond-transition h1, .diamond-transition h2 {
        font-weight: 300;
    }
    .diamond-transition h1 {
        font-size: 8rem;
    }
    .diamond-transition h2 {
        font-size: 6rem;
    }
}

/* --------------------------------

Cartoon Effect

-------------------------------- */
.cartoon-transition {
    font-family: "PT Sans", sans-serif;
    color: #eeeeee;
}
.cartoon-transition h1, .cartoon-transition h2 {
    margin-bottom: .4em;
    font-size: 4rem;
    font-weight: 700;
    font-family: "Boogaloo", serif;
}
.cartoon-transition .cd-btn {
    background: #f0ce00;
    color: #0d2228;
    border-radius: 8px;
}
.cartoon-transition .cd-main-content {
    background: #256276;
}
.cartoon-transition .cd-modal {
    background: #f55850;
}
.cartoon-transition .cd-modal .modal-content {
    color: #eeeeee;
}
.cartoon-transition .cd-modal .modal-close::before,
.cartoon-transition .cd-modal .modal-close::after {
    background: #eeeeee;
}
.cartoon-transition .cd-modal .modal-close {
    background: #d04b44;
}
.cartoon-transition .cd-modal .modal-close:hover {
    background: #ac3e38;
}
.cartoon-transition .cd-transition-layer .bg-layer {
    /* sprite composed of 25 frames */
    width: 2500%;
    background-image: url(images/cartoon.png);
}
.cartoon-transition .cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards;
    animation: cd-sequence 0.8s steps(24) forwards;
}
.cartoon-transition .cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
    animation: cd-sequence 0.8s steps(24) forwards reverse;
}
@media only screen and (min-width: 768px) {
    .cartoon-transition h1, .cartoon-transition h2 {
        font-weight: 300;
    }
    .cartoon-transition h1 {
        font-size: 8rem;
    }
    .cartoon-transition h2 {
        font-size: 6rem;
    }
}

/* --------------------------------

Clones Effect

-------------------------------- */
.clones-transition {
    font-family: "Raleway", sans-serif;
    color: #ffffff;
}
.clones-transition h1, .clones-transition h2 {
    margin-bottom: .4em;
    font-size: 4rem;
    font-weight: 700;
}
.clones-transition .cd-btn {
    background: #46165f;
    color: #ffffff;
}
.clones-transition .cd-main-content {
    background: #948ec6;
}
.clones-transition .cd-modal {
    background: #ffa700;
}
.clones-transition .cd-modal .modal-content {
    color: #ffffff;
}
.clones-transition .cd-modal .modal-close::before,
.clones-transition .cd-modal .modal-close::after {
    background: #ffffff;
}
.clones-transition .cd-modal .modal-close {
    background: #d98e00;
}
.clones-transition .cd-modal .modal-close:hover {
    background: #b37500;
}
.clones-transition .cd-transition-layer .bg-layer {
    /* sprite composed of 25 frames */
    width: 2500%;
    background-image: url(images/clones.png);
}
.clones-transition .cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards;
    animation: cd-sequence 0.8s steps(24) forwards;
}
.clones-transition .cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
    animation: cd-sequence 0.8s steps(24) forwards reverse;
}
@media only screen and (min-width: 768px) {
    .clones-transition h1, .clones-transition h2 {
        font-weight: 300;
    }
    .clones-transition h1 {
        font-size: 7.2rem;
    }
    .clones-transition h2 {
        font-size: 5.6rem;
    }
}

/* --------------------------------

Kaleidoscope Effect

-------------------------------- */
.kaleidoscope-transition {
    font-family: "Playfair Display", serif;
    color: #ffffff;
}
.kaleidoscope-transition h1, .kaleidoscope-transition h2 {
    margin-bottom: .4em;
    font-size: 4rem;
    font-weight: 700;
}
.kaleidoscope-transition .cd-btn {
    background: #32ae9f;
    color: #ffffff;
}
.kaleidoscope-transition .cd-main-content {
    background: #13172a;
}
.kaleidoscope-transition .cd-modal {
    background: #3b3d89;
}
.kaleidoscope-transition .cd-modal .modal-content {
    color: #ffffff;
}
.kaleidoscope-transition .cd-modal .modal-close::before,
.kaleidoscope-transition .cd-modal .modal-close::after {
    background: #ffffff;
}
.kaleidoscope-transition .cd-modal .modal-close {
    background: #323474;
}
.kaleidoscope-transition .cd-modal .modal-close:hover {
    background: #292b60;
}
.kaleidoscope-transition .cd-transition-layer .bg-layer {
    /* sprite composed of 25 frames */
    width: 2500%;
    background-image: url(images/kaleidoscope.png);
}
.kaleidoscope-transition .cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards;
    animation: cd-sequence 0.8s steps(24) forwards;
}
.kaleidoscope-transition .cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
    animation: cd-sequence 0.8s steps(24) forwards reverse;
}
@media only screen and (min-width: 768px) {
    .kaleidoscope-transition h1 {
        font-size: 7.2rem;
    }
    .kaleidoscope-transition h2 {
        font-size: 5.6rem;
    }
}

/* --------------------------------

Animations

-------------------------------- */
@-webkit-keyframes cd-sequence {
    0% {
        /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
        -webkit-transform: translateY(-50%) translateX(-2%);
        transform: translateY(-50%) translateX(-2%);
    }
    100% {
        /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
        -webkit-transform: translateY(-50%) translateX(-98%);
        transform: translateY(-50%) translateX(-98%);
    }
}
@keyframes cd-sequence {
    0% {
        /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
        -webkit-transform: translateY(-50%) translateX(-2%);
        transform: translateY(-50%) translateX(-2%);
    }
    100% {
        /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
        -webkit-transform: translateY(-50%) translateX(-98%);
        transform: translateY(-50%) translateX(-98%);
    }
}
@-webkit-keyframes cd-sequence-2 {
    0% {
        -webkit-transform: translateY(-50%) translateX(-1.3158%);
        transform: translateY(-50%) translateX(-1.3158%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-98.6842%);
        transform: translateY(-50%) translateX(-98.6842%);
    }
}
@keyframes cd-sequence-2 {
    0% {
        -webkit-transform: translateY(-50%) translateX(-1.3158%);
        transform: translateY(-50%) translateX(-1.3158%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-98.6842%);
        transform: translateY(-50%) translateX(-98.6842%);
    }
}
@-webkit-keyframes cd-sequence-3 {
    0% {
        -webkit-transform: translateY(-50%) translateX(-2.5%);
        transform: translateY(-50%) translateX(-2.5%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-97.5%);
        transform: translateY(-50%) translateX(-97.5%);
    }
}
@keyframes cd-sequence-3 {
    0% {
        -webkit-transform: translateY(-50%) translateX(-2.5%);
        transform: translateY(-50%) translateX(-2.5%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-97.5%);
        transform: translateY(-50%) translateX(-97.5%);
    }
}


.e-button {
    position: relative;
    z-index: 2;
    border: 2px solid #bf4444;
    color: #bf4444 !important;
    line-height: 1px;
    -webkit-perspective: 300px;
    perspective: 300px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.e-button:hover {
    color: #FFF !important;
    text-decoration:none;
}

.e-button:hover::after {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
/*
////////////////////////
new-contennt
/////////////////////////////////*/
#Works h2{
    font-size: 19px;
    font-weight: 700;
}
#Works p{
    font-size: 14px;
}

@media (min-width: 768px){
.container {
    max-width: 1000px;
}
}

.res-slider-img {
    margin-left: -20px;
    position: relative;
    width: 100%;
    margin-bottom: -30px;
    margin-top: -10px;
    margin-top: 20px;
}

.res-slider-img img {
    position: absolute;
    display: none;
    width: 340px;
    height: auto;
}

.res-slider-img img.active {
    position: relative;
    display: block;
}

section.graphicdesign{
    padding: 30px 0;
    background: white;
}
section.graphicdesign {
    padding: 60px 0;
}
@media (min-width: 768px){
.res-slider-img {
    width: 100%;
    margin-bottom: -60px;
    margin-top: 80px;
}
}
section.reds {
    background: #fff;
    padding: 110px 0;
}
section.another {
    background: #fff;
    padding: 140px 0 50px 0;
}
@media (min-width: 768px){
section.graphicdesign{
    padding: 60px 0 50px 0;
}
}
@media (min-width: 768px){
#graphicdesign-img {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
    max-width: 600px;
    height: 600px;
    height: auto;
    position: relative;
    right: -67px;
}
}
#graphicdesign-img #left-img{
    position: relative;
    max-width: 100%;
    height: AUTO;
    margin-bottom: -30px;
    margin-top: 0;
}
@media (min-width: 768px){
#left-img {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
    max-width: 600px;
    height: 600px;
    height: auto;
    position: relative;

}
}
.webdev-img {
    position: relative;
    max-width: 320px;
    height: auto;
    padding: 0 0 0 10%;
}
@media screen and (max-width: 480px) {
    .webdev-img {
        width: 90%;
        margin: 0 auto;

    }
    section.reds,
    section.another{
        padding: 50px 0;
    }
}

.prefooter .container-fluid
{
    background:

    url(https://static.pexels.com/photos/24324/pexels-photo.jpg);
    height: 750px;
    background-size: cover;
    background-position: 113px -88px;
}
.prefooter {
    padding-top: 3.3em;
    padding-bottom: 4.2em;
}
/*linear-gradient(
      rgba(33, 37, 43, 0.6),
      rgba(33, 37, 43, 0.6)
    ),*/

.prefooter h1,
.prefooter h2,
.prefooter h3,
.prefooter h4,
.prefooter h5,
.prefooter h6,
.prefooter p
{
    color: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 480px) {
    .pmark, .tosho{
    width: 50px !important;
    height:auto;
}
}
#tab li a{
    width: 184px !important;
}
