article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
 display:block;
}
audio,canvas,video {
 display:inline-block;
}
audio:not([controls]) {
 display:none;
 height:0;
}
[hidden] {
 display:none;
}
ol, ul {
  list-style: none;
}
html {
 font-family: 'Raleway', sans-serif;
 -webkit-text-size-adjust:100%;
 -ms-text-size-adjust:100%;
}
body, section {
 margin:0;
 padding: 0;
 font-family: 'Raleway', sans-serif;
}
a:focus {
 outline:0;
}
a:active,a:hover {
 outline:0;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
}
h1 {
 font-size:2em;
}
abbr[title] {
 border-bottom:1px dotted;
}
b,strong {
 font-weight:bold !important;
}
dfn {
 font-style:italic;
}
mark {
 background:#ff0;
 color:#000;
}
code,kbd,pre,samp {
 font-family:monospace, serif;
 font-size:1em;
}
pre {
 white-space:pre;
 white-space:pre-wrap;
 word-wrap:break-word;
}
q {
 quotes:"ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ" "ÃƒÂ¢Ã¢â€šÂ¬Ã‚ï¿½" "ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“" "ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢"
}
small {
 font-size:80%;
}
sub,sup {
 font-size:75%;
 line-height:0;
 position:relative;
 vertical-align:baseline;
}
sup {
 top:-0.5em;
}
sub {
 bottom:-0.25em;
}
img {
 border:0;
}
svg:not(:root) {
 overflow:hidden;
}
figure {
 margin:0;
}
fieldset {
 border:1px solid #c0c0c0;
 margin:0 2px;
 padding:0.35em 0.625em 0.75em;
}
legend {
 border:0;
 padding:0;
}
button,input,select,textarea {
 font-family:inherit;
 font-size:100%;
 margin:0;
}
button,input {
 line-height:normal;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
 -webkit-appearance:button;
 cursor:pointer;
}
button[disabled],input[disabled] {
 cursor:default;
}
input[type="checkbox"],input[type="radio"] {
 box-sizing:border-box;
 padding:0;
}
input[type="search"] {
 -webkit-appearance:textfield;
 box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
 -webkit-appearance:none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
 border:0;
 padding:0;
}
textarea {
 overflow:auto;
 vertical-align:top;
 font-family: 'Raleway', sans-serif;
}
table {
 border-collapse:collapse;
 border-spacing:0;
 font-family: 'Raleway', sans-serif;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
 background:#000;
}
::selection {
 background:#000;
}
body {
 font-family:'Raleway', sans-serif;
 color:#333;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
}

.l-header {
 position:fixed;
 display:block;
 width:100%;
 top:0;
 left:0;
 z-index:999;
 background-color:#FFFFFF;
 /*! padding-top:20px */
}
@media (max-width: 750px) {
 .l-header {
  padding:15px 0 0;
 }
}
.l-header-logo {
 position:relative;
 width:200px;
 /*padding-top:11px;*/
 margin-left:30px;
}
@media (max-width: 750px) {
 .l-header-logo {
  /*margin-left:calc(50% - 100px);*/
  margin-left: 10px;
width: 150px;
 }
}
.l-header-logo .c-logo-sc {
 color:#000;
 transition:all 0.5s;
 padding: 10px 0;
}
.l-header-logo .c-logo-sc img{width:70%;}
.l-header-logo .c-logo-sc svg {
 fill:currentColor;
}
.l-header-logo-animation {
 width:100%;
 height:100%;
 padding-top:8px;
 position:absolute;
 z-index:1;
 top:0;
 left:0;
 opacity:0;
}
.l-header-menu {
 display:-ms-flexbox;
 display:flex;
 width:auto;
 margin:0 auto;
 padding:20px 0 0 30px;
 cursor:pointer;
}
@media (max-width: 750px) {
 .l-header-menu {
  width:40px;
  padding:10px;
  margin-left:calc(50% - 148px);
 }
}
.l-header-menu:hover+.l-header-menu-border-mask>.l-header-menu-border {
 transform:translate3d(110px, 0, 0);
 transition:all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 750px) {
 .l-header-menu:hover+.l-header-menu-border-mask>.l-header-menu-border {
  transform:translate3d(-110px, 0, 0);
 }
}
.l-header-menu-icon {
 display:block;
 width:20px;
 height:20px;
 margin-right:15px;
 color: #096380 !important;
}
@media (max-width: 750px) {
 .l-header-menu-icon {
  margin:0;
 }
}
.l-header-menu-icon-slash {
 width:20px;
 height:20px;
 transform:rotate(-45deg);
 padding:1px 0 0 1px;
 color: #096380;
}
.l-header-menu-icon-slash-bar-mask {
 position:relative;
 overflow:hidden;
}
.l-header-menu-icon-slash-bar-mask.top {
 width:10px;
 margin-left:5px;
}
.l-header-menu-icon-slash-bar-mask.middle {
 width:20px;
}
.l-header-menu-icon-slash-bar-mask.bottom {
 width:10px;
 margin-left:5px;
}
.l-header-menu-icon-slash-bar {
 width:10px;
 border-bottom:0.15em solid #096380;
 margin-bottom:5px;
 transition:all 0.2s;
}
.l-header-menu-icon-slash-bar.top {
 animation:slide-bar 2s infinite;
}
@media (max-width: 750px) {
 .l-header-menu-icon-slash-bar.top {
  animation:none;
 }
}
.l-header-menu-icon-slash-bar.top::before {
 content:"";
 position:absolute;
 width:20px;
 border-bottom:0.15em solid #000;
 left:25px;
 transition:all 0.2s;
}
.l-header-menu-icon-slash-bar.middle {
 width:20px;
 animation:slide-bar-long 5s 0.2s infinite;
}
@media (max-width: 750px) {
 .l-header-menu-icon-slash-bar.middle {
  animation:none;
 }
}
.l-header-menu-icon-slash-bar.middle::before {
 content:"";
 position:absolute;
 width:50px;
 border-bottom:0.15em solid #000;
 left:40px;
 transition:all 0.2s;
}
.l-header-menu-icon-slash-bar.bottom {
 animation:slide-bar 5s 0.58s infinite;
}
@media (max-width: 750px) {
 .l-header-menu-icon-slash-bar.bottom {
  animation:none;
 }
}
.l-header-menu-icon-slash-bar.bottom::before {
 content:"";
 position:absolute;
 width:20px;
 border-bottom:0.15em solid #000;
 left:25px;
 transition:all 0.2s;
}
@keyframes slide-bar {
 0% {
  transform:translate3d(0, 0, 0);
 }
 50% {
  transform:translate3d(0, 0, 0);
 }
 100% {
  transform:translate3d(-30px, 0, 0);
 }
}
@keyframes slide-bar-long {
 0% {
  transform:translate3d(0, 0, 0);
 }
 50% {
  transform:translate3d(0, 0, 0);
 }
 100% {
  transform:translate3d(-40px, 0, 0);
 }
}
.l-header-menu-text {
 font-family:'Raleway', sans-serif;
 font-weight:500;
 font-size:18px;
 letter-spacing:10px;
 color:#096380;
 margin:-22px 0 0 30px;
 transition:all 0.2s;
}
@media (max-width: 750px) {
 .l-header-menu-text {
  display:none;
 }
}
.l-header-menu-border-mask {
 position:absolute;
 display:block;
 width:110px;
 height:3px;
 top:60px;
 right:calc(50% - 52px);
 overflow:hidden;
}
.l-header-menu-border {
 width:110px;
/* border-bottom:1px solid #000;*/
 transform:translate3d(-110px, 0, 0);
 transition:all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-header-menu-projects {
 display:-ms-flexbox;
 display:flex;
 /*width:223px;*/
 width:auto;
 padding-top:20px;
 margin-right:30px;
}
@media (max-width: 750px) {
 .l-header-menu-projects {
  display:block;
  position:relative;
  width:37px;
  /*left:12px;
  padding:10px;*/
  margin:0;
  left: 0;
padding: 8px; right:10px;
 }

}
.l-header-menu-projects:hover+.l-header-menu-projects-border-mask>.l-header-menu-projects-border {
 transform:translate3d(214px, 0, 0);
 transition:all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 750px) {
 .l-header-menu-projects:hover+.l-header-menu-projects-border-mask>.l-header-menu-projects-border {
  transform:translate3d(-214px, 0, 0)
 }
}
.l-header-menu-projects-icon {
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 width:17px;
 height:17px;
 margin-right:12px;
 padding-top:1px;
}
@media (max-width: 750px) {
 .l-header-menu-projects-icon {
  margin:0;
 }
}
.l-header-menu-projects-icon-dot {
 width:3px;
 height:3px;
 background:#096380;
 border-radius:1.5px;
 opacity:1;
 transition:all 0.2s;
 animation:project-icon 3s ease infinite alternate;
}
@media (max-width: 750px) {
 .l-header-menu-projects-icon-dot {
  animation:none;
 }
}
.l-header-menu-projects-icon-dot:nth-child(3n+1) {
 margin-right:4px;
}
.l-header-menu-projects-icon-dot:nth-child(3n+2) {
 margin-right:4px;
 margin-bottom:4px;
}
.l-header-menu-projects-icon-dot:nth-child(2),.l-header-menu-projects-icon-dot:nth-child(4) {
 animation-delay:0.4s;
}
.l-header-menu-projects-icon-dot:nth-child(3),.l-header-menu-projects-icon-dot:nth-child(5),.l-header-menu-projects-icon-dot:nth-child(7) {
 animation-delay:0.8s;
}
.l-header-menu-projects-icon-dot:nth-child(6),.l-header-menu-projects-icon-dot:nth-child(8) {
 animation-delay:1.2s;
}
.l-header-menu-projects-icon-dot:nth-child(9) {
 animation-delay:1.6s;
}
@keyframes project-icon {
 0%,70% {
  opacity:1;
 }
 100% {
  opacity:0;
 }
}
.l-header-menu-projects-text {
 font-family:'Raleway', sans-serif;
 font-weight:500;
 font-size:16px;
 letter-spacing:6px;
 color:#096380;
 margin:0;
 transition:all 0.2s;
}
@media (max-width: 750px) {
 .l-header-menu-projects-text {
  display:none;
 }
}
.l-header-menu-projects-border-mask {
 position:absolute;
 display:block;
 width:214px;
 height:3px;
 top:60px;
 right:40px;
 overflow:hidden;
 /*background-color: #096380;*/
}
.l-header-menu-projects-border {
 width:214px;
 /*border-bottom:1px solid #096380;*/
 transform:translate3d(-214px, 0, 0);
 transition:all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-header.wh .l-header-logo .c-logo-sc,.l-header.wh_stay .l-header-logo .c-logo-sc,.l-header.wh_index .l-header-logo .c-logo-sc {
 color:#ffffff;
}
.l-header.wh .l-header-logo .c-logo-sc svg,.l-header.wh_stay .l-header-logo .c-logo-sc svg,.l-header.wh_index .l-header-logo .c-logo-sc svg {
 fill:currentColor;
}
.l-header.wh .l-header-menu-icon-slash-bar,.l-header.wh_stay .l-header-menu-icon-slash-bar,.l-header.wh_index .l-header-menu-icon-slash-bar {
 border-bottom:0.15em solid #096380;
}
.l-header.wh .l-header-menu-icon-slash-bar.top::before,.l-header.wh .l-header-menu-icon-slash-bar.middle::before,.l-header.wh .l-header-menu-icon-slash-bar.bottom::before,.l-header.wh_stay .l-header-menu-icon-slash-bar.top::before,.l-header.wh_stay .l-header-menu-icon-slash-bar.middle::before,.l-header.wh_stay .l-header-menu-icon-slash-bar.bottom::before,.l-header.wh_index .l-header-menu-icon-slash-bar.top::before,.l-header.wh_index .l-header-menu-icon-slash-bar.middle::before,.l-header.wh_index .l-header-menu-icon-slash-bar.bottom::before {
 border-bottom:0.15em solid #096380;
}
.l-header.wh .l-header-menu-projects-icon-dot,.l-header.wh_stay .l-header-menu-projects-icon-dot,.l-header.wh_index .l-header-menu-projects-icon-dot {
 background:#096380;
}
.l-header.wh .l-header-menu-text,.l-header.wh .l-header-menu-projects-text,.l-header.wh_stay .l-header-menu-text,.l-header.wh_stay .l-header-menu-projects-text,.l-header.wh_index .l-header-menu-text,.l-header.wh_index .l-header-menu-projects-text {
 color:#096380;
}
.l-header.wh .l-header-menu-border,.l-header.wh .l-header-menu-projects-border,.l-header.wh_stay .l-header-menu-border,.l-header.wh_stay .l-header-menu-projects-border,.l-header.wh_index .l-header-menu-border,.l-header.wh_index .l-header-menu-projects-border {
 border-bottom:1px solid #ffffff;
}
.l-header.index.wh_index.logo_color .l-header-logo .c-logo-sc {
 color:#000 !important;
 transition:all 0.2s;
}
.l-header.index.wh_index.logo_color .l-header-logo .c-logo-sc svg {
 fill:currentColor;
}
.l-header.index.prj_color .l-header-menu-projects-icon-dot {
 background:#ffffff !important;
 transition:all 0.2s;
}
.l-header.index.prj_color .l-header-menu-projects-text {
 transition:all 0.2s;
 color:#ffffff !important;
}
.l-header-logo.bgcheck.background--dark .c-logo-sc {
 color:#ffffff;
}
.l-header-logo.bgcheck.background--dark .c-logo-sc svg {
 fill:currentColor;
}
.l-header-menu.bgcheck.background--dark .l-header-menu-icon-slash-bar {
 border-bottom:0.15em solid #ffffff;
}
.l-header-menu.bgcheck.background--dark .l-header-menu-icon-slash-bar.top::before,.l-header-menu.bgcheck.background--dark .l-header-menu-icon-slash-bar.middle::before,.l-header-menu.bgcheck.background--dark .l-header-menu-icon-slash-bar.bottom::before {
 border-bottom:0.15em solid #ffffff;
}
.l-header-menu.bgcheck.background--dark .l-header-menu-text {
 color:#ffffff;
}
.l-header-menu.bgcheck.background--dark+.l-header-menu-border-mask .l-header-menu-border {
 border-bottom:1px solid #ffffff;
}
.l-header-menu-projects.bgcheck.background--dark .l-header-menu-projects-icon-dot {
 background:#ffffff;
}
.l-header-menu-projects.bgcheck.background--dark .l-header-menu-projects-text {
 color:#ffffff;
}
.l-header-menu-projects.bgcheck.background--dark+.l-header-menu-projects-border-mask .l-header-menu-projects-border {
 border-bottom:1px solid #ffffff;
}
.l-header-logo .c-logo-sc img {
    width: 70%;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

/* Start Menu Style */

.overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
background-color: #096380;
opacity: 1;
z-index: 99999;
}

.overlay { display: none;
}

.overlay ul {
max-width: 100%;
text-align: center;
margin: 0 auto;
height: 100%;
}

.overlay ul li {
  list-style: none;
  font-size: 30px;
  padding: 20px 0;
 /* border-bottom: 1px dotted #FFFFFF;*/
  -webkit-transition-duration: 1s; /* Safari */
  transition-duration: 1s;
}

.overlay ul li:hover {
  /*background: #FFFFFF;*/
  background:url("../images/1.jpg") center center no-repeat;
 background-size:cover;
  cursor: pointer;
  -webkit-transition-duration: 1s; /* Safari */
  transition-duration: 1s;
}

.overlay ul li a { color: #FFFFFF; }

.overlay ul li:hover a { color: #0B4F6C; }

.close {
font-size: 40px;
font-weight: lighter;
position: absolute;
color: #FFFFFF;
top: 10px;
right: 30px;
z-index: 99999;
opacity: .75 !important;
}

.show { display: block; }

.hide { display: block; }
#main-menu {
 display:none;
 background-color: #096380;
}
.l-menu {
 position:fixed;
 z-index:2;
 width:100%;
 height:100vh;
 z-index:999999999;
 top:0;
 left:0;
}
.l-menu.inactive:before {
 content:"";
 position:fixed;
 display:block;
 width:100%;
 height:100%;
 top:0;
 left:0;
 z-index:5;
}
.l-menu-active {
 /*width:410px;*/
 width:500px;
 height:100%;
 margin:auto;
 margin-top:calc(50vh - 300px);
 position:relative;
 z-index:3;
}
@media (max-width: 750px) {
 .l-menu-active {
  width:237px;
  margin-top:16.5vh;
 }
}
.l-menu-mask {
 position:absolute;
 display:block;
 width:100%;
 height:50px;
 margin:0 auto;
 z-index:1;
}
.l-menu-mask:nth-child(1) {
 margin-top:50px;
}
.l-menu-mask:nth-child(2) {
 margin-top:160px;
}
.l-menu-mask:nth-child(3) {
 margin-top:250px;
}
.l-menu-mask:nth-child(4) {
 margin-top:350px;
}
.l-menu-mask:nth-child(5) {
 margin-top:450px;
}
@media (max-width: 750px) {
 .l-menu-mask {
  display:none;
 }
}
.l-menu-link-box {
 display:-ms-flexbox;
 display:flex;
 -ms-flex-direction:column;
 flex-direction:column;
 width:100%;
 margin:10px auto 0;
 transition:all 1s;
}
.l-menu-link-box:hover>.l-menu-link {
 transition:all 1s;
 opacity:0.15;
}
@media (max-width: 750px) {
 .l-menu-link-box:hover>.l-menu-link {
  transition:none;
  opacity:1;
 }
}
.l-menu-link-box:hover>.l-menu-link:hover {
 transition:all 1s;
 opacity:1;
 color: #ffffff;
 text-decoration: none;
}
.l-menu-link {
 position:relative;
 font-family:'Raleway', sans-serif;
 font-weight:700;
 font-size:30px;
 color:#ffffff;
 /*margin-top:50px;*/
 white-space:nowrap;
 transition:all 1s;
 z-index:0;
/* margin-top: 25px;*/
line-height: 80px;
}
@media (max-width: 750px) {
 .l-menu-link {
  font-size:20px;
  /*margin-top:7vh;*/
  margin-top: 0px;
  line-height: 50px !important;
  letter-spacing:0px !important;
 }
}
.l-menu-link:nth-child(1) {
 letter-spacing:17px;
 margin-top:0;
 margin-left:4px;
 z-index:0;
}
.l-menu-link:nth-child(1):hover+.l-menu-bg-who {
 opacity:1;
 transform:scale3d(1.06, 1.06, 1);
}
.l-menu-link:nth-child(1):hover>.l-menu-link-border-mask>.l-menu-link-border {
 transform:translate3d(410px, 0, 0);
 transition:all 1s 0.2s;
}
@media (max-width: 750px) {
 .l-menu-link:nth-child(1) {
  letter-spacing:12px;
  margin-left:2px;
 }
}
.l-menu-link:nth-child(3) {
 /*letter-spacing:17.5px;*/
 letter-spacing: 17px;
 margin-left:3px;
 z-index:0;
}
.l-menu-link:nth-child(3):hover+.l-menu-bg-how {
 opacity:1;
 transform:scale3d(1.06, 1.06, 1);
}
.l-menu-link:nth-child(3):hover>.l-menu-link-border-mask>.l-menu-link-border {
 transform:translate3d(410px, 0, 0);
 transition:all 1s 0.2s;
}
@media (max-width: 750px) {
 .l-menu-link:nth-child(3) {
  letter-spacing:12px;
  margin-left:1px;
 }
}
.l-menu-link:nth-child(5) {
/* letter-spacing:31.5px;*/
letter-spacing: 17px;
 z-index:0;
 /*top: 15px;*/
     line-height: 110px;
}
.l-menu-link:nth-child(5):hover+.l-menu-bg-what {
 opacity:1;
 transform:scale3d(1.06, 1.06, 1);
}
.l-menu-link:nth-child(5):hover>.l-menu-link-border-mask>.l-menu-link-border {
 transform:translate3d(410px, 0, 0);
 transition:all 1s 0.2s;
}
@media (max-width: 750px) {
 .l-menu-link:nth-child(5) {
  letter-spacing:20px;
 }
}
.l-menu-link:nth-child(7) {
 /*letter-spacing:39.5px;*/
 letter-spacing: 17px;
 z-index:0;
 /*top: 21px;*/
     line-height: 90px;
}
.l-menu-link:nth-child(7):hover+.l-menu-bg-projects {
 opacity:1;
 transform:scale3d(1.06, 1.06, 1);
}
.l-menu-link:nth-child(7):hover>.l-menu-link-border-mask>.l-menu-link-border {
 transform:translate3d(410px, 0, 0);
 transition:all 1s 0.2s;
}
@media (max-width: 750px) {
 .l-menu-link:nth-child(7) {
  letter-spacing:24.6px;
 }
}
.l-menu-link:nth-child(9) {
 /*letter-spacing:39.5px;*/
 letter-spacing: 17px;
 z-index:0;
 /*top: 25px;*/
 line-height: 110px;
}
.l-menu-link:nth-child(9):hover+.l-menu-bg-career {
 opacity:1;
 transform:scale3d(1.06, 1.06, 1);
}
.l-menu-link:nth-child(9):hover>.l-menu-link-border-mask>.l-menu-link-border {
 transform:translate3d(410px, 0, 0);
 transition:all 1s 0.2s;
}
@media (max-width: 750px) {
 .l-menu-link:nth-child(9) {
  letter-spacing:24.6px;
 }
}
.l-menu-link:nth-child(11) {
 /*letter-spacing:38px;*/
 letter-spacing: 17px;
 z-index:0;
}
.l-menu-link:nth-child(11):hover+.l-menu-bg-contact {
 opacity:1;
 transform:scale3d(1.06, 1.06, 1);
}
.l-menu-link:nth-child(11):hover>.l-menu-link-border-mask>.l-menu-link-border {
 transform:translate3d(410px, 0, 0);
 transition:all 1s 0.2s;
}
@media (max-width: 750px) {
 .l-menu-link:nth-child(11) {
  letter-spacing:23.8px;
 }
}
.l-menu-link span {
 display:block;
}
.l-menu-link-border-mask {
 position:absolute;
 width:410px;
 height:6px;
 overflow:hidden;
}
@media (max-width: 750px) {
 .l-menu-link-border-mask {
  display:none;
 }
}
.l-menu-link-border {
 width:410px;
 border-bottom:2px solid #ffffff;
 transform:translate3d(-411px, 0, 0);
 transition:all 1s;
}
@media (max-width: 750px) {
 .l-menu-link-border {
  display:none;
 }
}
.l-menu-bg-who, .l-menu-bg-what,.l-menu-bg-projects,.l-menu-bg-career,.l-menu-bg-contact,.l-menu-bg-how {
 position:fixed;
 display:block;
 width:100vw;
 height:100vh;
 top:0;
 left:0;
 opacity:0;
 pointer-events:none;
 z-index:-1;
 transition:all 1s;
 transform:scale3d(1, 1, 1);
}
.l-menu-bg-who::before,.l-menu-bg-what::before,.l-menu-bg-projects::before,.l-menu-bg-career::before,.l-menu-bg-contact::before, .l-menu-bg-how::before {
 content:"";
 position:absolute;
 width:100%;
 height:100%;
 background-color:#000;
 opacity:0.3;
}
@media (max-width: 750px) {
 .l-menu-bg-who,.l-menu-bg-what,.l-menu-bg-projects,.l-menu-bg-career,.l-menu-bg-contact,.l-menu-bg-how {
  display:none;
 }
}
.l-menu.inactive .l-menu-bg-who,.l-menu.inactive .l-menu-bg-what,.l-menu.inactive .l-menu-bg-projects,.l-menu.inactive .l-menu-bg-career,.l-menu.inactive .l-menu-bg-contact,.l-menu.inactive .l-menu-bg-how {
 opacity:0 !important;
 transform:scale3d(1, 1, 1) !important;
}
.l-menu-bg-who {
 background:url("../images/1.jpg") center center no-repeat;
 background-size:cover;
}
.l-menu-bg-what {
 background:url("../images/2.jpg") center center no-repeat;
 background-size:cover;
}
.l-menu-bg-how {
 background:url("../images/8.jpg") center center no-repeat;
 background-size:cover;
 /*background-color:#096380;*/
}
.l-menu-bg-projects {
 background:url("../images/4.jpg") center center no-repeat;
 background-size:cover;
}
.l-menu-bg-career {
/* background-color:#096380;*/
background:url("../images/6.jpg") center center no-repeat;
 background-size:cover;
}
.l-menu-bg-contact {
 /*background-color:#096380;*/
 background:url("../images/5.jpg") center center no-repeat;
 background-size:cover;
}
.l-menu-lang-social {
 position:fixed;
 width:100%;
 max-width:410px;
 bottom:10vh;
 margin:0 auto;
}
@media (max-width: 750px) {
 .l-menu-lang-social {
  width:240px;
  bottom:20px;
 }
}
.l-menu-lang-social-box {
 width:260px;
 height:40px;
 margin:0 auto;
 text-align:center;
}
.l-menu-lang-social-box::before,.l-menu-lang-social-box::after {
 display:table;
 content:"";
}
.l-menu-lang-social-box::after {
 clear:both;
}
@media (max-width: 750px) {
 .l-menu-lang-social-box {
  width:240px;
 }
}
.l-menu-lang-link {
 display:none;
 width:120px;
 list-style-type:none;
 padding:0;
 line-height:9px;
 float:left;
}
.l-menu-lang-link li {
 display:block;
 width:20px;
 height:13px;
 color:#ffffff;
 font-size:15px;
 font-weight:700;
 letter-spacing:2px;
 margin:0 20px;
 float:left;
 opacity:0.3;
 transition:ease 1s;
 cursor:pointer;
}
.l-menu-lang-link li:hover {
 opacity:1;
}
.l-menu-social-link-container {
 display:inline-block;
 width:140px;
 height:45px;
 margin:0 auto;
}
@media (max-width: 750px) {
 .l-menu-social-link-container {
  width:120px;
 }
}
.l-menu-social-link__tw {
 display:block;
 width:40px;
 margin:0 10px;
 opacity:0.3;
 float:left;
 transition:ease 1s;
}
@media (max-width: 750px) {
 .l-menu-social-link__tw {
  width:30px;
  margin:0 15px;
 }
}
.l-menu-social-link__tw img {
 height:15px;
 margin:11px auto 0;
}
@media (max-width: 750px) {
 .l-menu-social-link__tw img {
  height:14px;
 }
}
.l-menu-social-link__tw:hover {
 opacity:1;
}
.l-menu-social-link__fb {
 display:block;
 width:40px;
 margin:0 20px;
 opacity:0.3;
 float:left;
 transition:ease 1s;
}
@media (max-width: 750px) {
 .l-menu-social-link__fb {
  width:30px;
  margin:0 15px;
 }
}
.l-menu-social-link__fb img {
 height:20px;
 margin:8px auto 0;
}
@media (max-width: 750px) {
 .l-menu-social-link__fb img {
  height:17px;
 }
}
.l-menu-social-link__fb:hover {
 opacity:1;
}
.l-menu-close {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 cursor:url("../images/close-cursor.svg"),pointer !important;
 z-index:2;
}
@media (max-width: 750px) {
 .l-menu-close {
  left:auto;
  right:0;
  width:60px;
  height:60px;
  cursor:pointer;
  z-index:4;
 }
 .l-menu-close:before,.l-menu-close:after {
  content:"";
  position:absolute;
  display:block;
  width:30px;
  height:1px;
  background-color:#fff;
  top:50%;
  opacity:0;
  transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility:hidden;
 }
 .l-menu-close:before {
  transform:rotate(-45deg) translateX(100%);
  left:15px;
 }
 .l-menu-close:after {
  transform:rotate(45deg) translateX(-100%);
  right:15px;
 }
 .l-menu-close.display:before,.l-menu-close.display:after {
  opacity:1;
 }
 .l-menu-close.display:before {
  transform:rotate(-45deg) translateX(0%);
 }
 .l-menu-close.display:after {
  transform:rotate(45deg) translateX(0%);
 }
}
.ie .l-menu-close {
 cursor:url("../images/close-cursor.cur"),pointer !important;
}
.l-menu-bg-container {
 position:fixed;
 width:100%;
 height:100%;
 overflow:hidden;
 top:0;
 left:0;
 z-index:1;
}
.l-menu-bgs {
 position:absolute;
 top:0;
 left:-50%;
 width:200%;
 height:100%;
 font-size:0;
 white-space:nowrap;
 text-align:center;
}
.l-menu-bgs2 {
 position:absolute;
 top:0;
 left:-50%;
 width:200%;
 height:100%;
 font-size:0;
 white-space:nowrap;
 text-align:center;
}
.l-menu-bg {
 position:absolute;
 top:0;
 height:100%;
}
.l-menu-bgs .l-menu-bg {
 background:#1d1d1d;
 z-index:1;
 left:50%;
 width:10%;
}
.l-menu-bgs2 .l-menu-bg {
 background:#000;
 z-index:2;
 left:0;
 width:100%;
}

/* End Menu Style */
/* Start Home Portion Style */

.l-content {
 position:relative;
}
.l-barba {
 position:relative;
 overflow:hidden;
}
.barba-container+.barba-container {
 display:block;
}
.animation-start .c-scroll-icon {
 opacity:1;
 transition:all 1.5s 1.2s;
 transform:translate3d(0, 0, 0);
}
.animation-start-delay .p-index-message {
 animation:index_message 1.8s steps(45) both;
}
.animation-start-delay .p-index-message__cover {
 animation:message_hide 1s 3.5s both;
}
.animation-start-delay .c-message {
 animation:message_show 2s 3s both;
}
.ie .animation-start-delay .p-index-message {
 transform:translate3d(0, 0, 0);
 animation:index_message_ie 1.8s steps(45) both;
}
@keyframes index_message {
 0% {
  transform:translateY(0);
 }
 100% {
  transform:translateY(-97.82609%);
 }
}
@keyframes index_message_ie {
 0% {
  top:0;
 }
 100% {
  top:-4500%;
 }
}
@keyframes message_hide {
 0% {
  opacity:1;
 }
 100% {
  opacity:0;
 }
}
@keyframes message_show {
 0% {
  opacity:0;
 }
 100% {
  opacity:1;
 }
}
.p-index.start-delay .p-index-link-project {
 animation:project_link_show 1.2s cubic-bezier(0.19, 1, 0.22, 1) both 1.4s;
}
.p-index.start-delay .p-index-link-project-hr {
 animation:project_link_hr_show 1.5s cubic-bezier(0.19, 1, 0.22, 1) both 1.8s;
}
.p-index {
 position:fixed;
 width:100%;
 height:100vh;
 z-index:4;
}
@media (max-width: 750px) {
 .p-index {
  padding:70px 20px 20px;
  margin:0;
 }
}
.p-index.light_blue .c-message {
 color:#9fa7b9;
 transition:color 3s;
}
.p-index.light_blue .p-index-link-project {
 color:#9fa7b9;
 transition:color, letter-spacing 2s, 0.5s;
}
.p-index.light_blue .p-index-link-project-hr-mask {
 color:#9fa7b9 !important;
 transition:color 2s;
}
.p-index-animation-box {
 position:absolute;
 overflow:hidden;
 width:100%;
 height:83%;
 top:7%;
 left:0;
 z-index:3;
 background-position:center center;
 background-size:cover;
}
.p-index-animation-box.complete {

background-image:url("../images/3.jpg");
}
@media (max-width: 750px) {
 .p-index-animation-box {
  position:relative;
  width:100%;
  height:100%;
  margin:auto;
  top:0;
  right:0;
  bottom:0;
  left:0;
 }
}
#index_slider_mask {
 position:absolute;
 display:block;
 top:50%;
 left:50%;
 transform:translate(-50%, -50%);
 z-index:2;
}
#index_slider_box {
 position:absolute;
 top:50%;
 left:50%;
 transform:translate(-50%, -50%);
 background-color: #096380;
}
#index_slider {
 position:absolute;
 display:block;
 /*background-color: #096380;*/
}
#index_slider_overlay {
 overflow:hidden;
 position:absolute;
 display:block;
 background-color: #096380;
}
.p-index-animation-bg {
 position:fixed;
 width:100%;
 height:100%;
 top:0;
 left:0;
 background:#fff;
 z-index:1;
}
.p-index-bg-animation-images {
 position:absolute;
 width:100%;
 height:100%;
 top:0;
 left:0;
 overflow:hidden;
}
.p-index-bg-animation-image {
 position:absolute;
 width:100%;
 height:100%;
 top:0;
 left:0;
 z-index:1;
 background-position:center center;
 background-size:cover;
 background-repeat:no-repeat;
}
.p-index-link-project {
 position:absolute;
 display:block;
 width:190px;
 height:60px;
 margin:auto;
 right:0;
 bottom:19%;
 left:5px;
 font-family:'Raleway', sans-serif;
 font-weight:900;
 font-size:15px;
 letter-spacing:5.5px;
 line-height:57px;
 text-align:center;
 color:#ffffff;
 z-index:3;
 opacity:0;
 transform:translate3d(0, 50px, 0);
 transition:color, letter-spacing 3s, 0.5s;
}
@media (max-width: 750px) {
 .p-index-link-project {
  width:180px;
  font-size:13px;
  line-height:48px;
  bottom:19%;
 }
}
.p-index-link-project:hover {
 letter-spacing:4.5px;
 transition:letter-spacing 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 750px) {
 .p-index-link-project:hover {
  letter-spacing:5.5px;
  transition:none;
 }
}
.p-index-link-project:hover+.p-index-link-project-hr-mask>.p-index-link-project-hr {
 width:40px;
 transition:width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 750px) {
 .p-index-link-project:hover+.p-index-link-project-hr-mask>.p-index-link-project-hr {
  width:170px;
  transition:none;
 }
}
.p-index-link-project-hr-mask {
 position:absolute;
 width:180px;
 height:15px;
 overflow:hidden;
 margin:auto;
 right:0;
 bottom:20%;
 left:0;
 color:#fff;
 z-index:3;
 pointer-events:none;
 transition:color 3s;
}
@media (max-width: 750px) {
 .p-index-link-project-hr-mask {
  width:170px;
  bottom:21%;
 }
}
.p-index-link-project-hr {
 width:180px;
 margin:11px auto 0;
 border-bottom:1px solid currentColor;
 transform:translate3d(-180px, 0, 0);
 transition:width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 750px) {
 .p-index-link-project-hr {
  width:170px;
  transform:translate3d(-170px, 0, 0);
 }
}
.p-index-message-container {
 position:absolute;
 width:780px;
 height:294px;
 margin:auto;
 top:0;
 left:0;
 right:0;
 bottom:0;
}
@media (max-width: 1580px) {
 .p-index-message-container {
  width:640px;
  height:240px;
 }
}
@media (max-width: 1200px) {
 .p-index-message-container {
  width:576px;
  height:216px;
 }
}
@media (max-width: 992px) {
 .p-index-message-container {
  width:496px;
  height:186px;
 }
}
@media (max-width: 750px) {
 .p-index-message-container {
  width:280px;
  height:105px;
  top:-1vh;
  left:0;
  right:0;
  bottom:0;
 }
}
.p-index-message {
 position:absolute;
 width:100%;
 height:4600%;
 top:0;
 left:0;
}
.p-index-message::before {
 display:block;
 content:url("../images/message_loading.svg");
 width:100%;
 height:100%;
}
.p-index-message__cover {
 position:relative;
 overflow:hidden;
 width:784px;
 height:294px;
 z-index:5;
 opacity:1;
}
@media (max-width: 1580px) {
 .p-index-message__cover {
  width:640px;
  height:240px;
 }
}
@media (max-width: 1200px) {
 .p-index-message__cover {
  width:576px;
  height:216px;
 }
}
@media (max-width: 992px) {
 .p-index-message__cover {
  width:496px;
  height:186px;
 }
}
@media (max-width: 750px) {
 .p-index-message__cover {
  width:280px;
  height:105px;
 }
}
.c-message {
 position:absolute;
 display:block;
 width:784px;
 height:294px;
 top:0;
 left:0;
 color:#ffffff;
 z-index:4;
 opacity:0;
 transition:color 3s;
}
@media (max-width: 1580px) {
 .c-message {
  width:640px;
  height:240px;
 }
}
@media (max-width: 1200px) {
 .c-message {
  width:576px;
  height:216px;
 }
}
@media (max-width: 992px) {
 .c-message {
  width:496px;
  height:186px;
 }
}
@media (max-width: 750px) {
 .c-message {
  width:280px;
  height:105px;
 }
}
.c-message svg {
 fill:currentColor;
}
.c-message.light_blue {
 color:#aeb4c1;
 transition:color 3s;
}
/* End home Portion Style */
/* Start Footer Style */

.l-footer {
 display:-ms-flexbox;
 display:flex;
 width:100%;
 background-color:#096380;
 /*z-index:1;
 position:relative;
 height:100vh;*/
 z-index: 999;
bottom: 0;
position: fixed;
height: 10vh;
font-family: 'Raleway', sans-serif;
}
.l-footer-copyright {
 -ms-flex:100;
 flex:100;
 font-size:14px;
 letter-spacing:0.03em;
 color:rgba(255,255,255,0.3);
 margin-left:40px;
 /*padding-top:92vh;
 padding-top: 0.5vh;*/
 padding-top: 4vh;
 font-family: 'Raleway', sans-serif;
}
.l-footer-privacy {
display: block;
width: 190px;
height: 30px;
font-family: 'Raleway', sans-serif;
font-weight: 700;
font-style: normal;
font-size: 15px;
color: #ffffff;
line-height: 30px;
letter-spacing: 3px;
/*margin: 147px 40px 0 0;*/
opacity: 0.3;
transition: ease 1s;
position: absolute;
bottom: 15px;
right: 230px;
}
@media (max-width: 750px) {
 .l-footer-copyright {
  position:absolute;
  -ms-flex:none;
  flex:none;
  font-size:11px;
  /*top:280px;*/
  bottom: 3px;
  /*left:calc(50vw - 70px);*/
  left: calc(50vw - 145px);
margin: 8px auto;
  padding:0;
 }
 .l-footer-privacy {
    letter-spacing: 0px;
    bottom: 15px;
    right: 100px;font-size:13px;
}
}
.l-footer-privacy:hover {
 opacity:1;
 color: #ffffff;
}
.l-footer-contact {
display: block;
width: 130px;
height: 30px;
font-family: 'Raleway', sans-serif;
font-weight: 700;
font-style: normal;
font-size: 15px;
color: #ffffff;
line-height: 30px;
letter-spacing: 3px;
/*margin: 147px 40px 0 0;*/
opacity: 0.3;
transition: ease 1s;
position: absolute;
bottom: 15px;
right: 114px;
}
.l-footer-contact:hover {
 opacity:1;
 color: #ffffff;
}
@media (max-width: 750px) {
 .l-footer-contact {
  -ms-flex:100;
  flex:100;
  margin:147px 40px 0 7vw;
  font-size:13px;
  opacity:0.6;
  bottom: 15px;
  right: 0;
 }
 .l-footer-contact:hover {
  opacity:0.6;
 }
}
.l-footer-social {
 display: -ms-flexbox;
display: flex;
width: 80px;
height: 40px;
/*padding-top: 90vh;*/
position: absolute;
bottom: 8px;
right: 30px;
}
@media (max-width: 750px) {
 .l-footer-social {
  width:60px;
  /*padding-top:145px;*/
  padding-top: :0px;
  right:0;
 }
}
.l-footer-social-icon__tw {
 -ms-flex:100;
 flex:100;
 display:block;
 width:40px;
 height:40px;
 margin-right:40px;
 opacity:0.3;
 transition:ease 1s;
}
@media (max-width: 750px) {
 .l-footer-social-icon__tw {
  /*margin-right:3.5vw;*/
  margin-right:0vw;
  opacity:0.5;
  width:20px;
 }
}
.l-footer-social-icon__tw img {
 height:16px;
 margin:11px auto 0;
}
@media (max-width: 750px) {
 .l-footer-social-icon__tw img {
  height:13px;
 }
}
.l-footer-social-icon__tw:hover {
 opacity:1;
}
@media (max-width: 750px) {
 .l-footer-social-icon__tw:hover {
  opacity:0.5;
 }
}
.l-footer-social-icon__fb {
 -ms-flex:100;
 flex:100;
 display:block;
 width:40px;
 height:40px;
 margin-right:20px;
 opacity:0.3;
 transition:ease 1s;
}
@media (max-width: 750px) {
 .l-footer-social-icon__fb {
  /*margin-right:4vw;*/
  margin-right:0vw;
  opacity:0.5;width: 26px;margin-right: 0px;
 }
}
.l-footer-social-icon__fb img {
 height:22px;
 margin:8px auto 0;
}
@media (max-width: 750px) {
 .l-footer-social-icon__fb img {
  height:18px;
 }
}
.l-footer-social-icon__fb:hover {
 opacity:1;
}
@media (max-width: 750px) {
 .l-footer-social-icon__fb:hover {
  opacity:0.5;
 }
}
.u-sp-view {
 display:none;
}
@media (max-width: 750px) {
 .u-sp-view {
  display:none;
 }
}
.u-pc-view {
 display:block;
}
@media (max-width: 750px) {
 .u-pc-view {
  display:block;
 }
}
.u-pc-sm-view {
 display:none;
}
@media (max-width: 992px) {
 .u-pc-sm-view {
  display:block;
 }
}
.u-pc-md-view-over {
 display:none;
}
@media (min-width: 993px) {
 .u-pc-md-view-over {
  display:block;
 }
}

/* End Footer Style */
/* Start Contact Form */

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: rgba(255,255,255,0.75);
    background-image: none;
    /*border: 1px solid #ccc;*/
    border:1px solid #bdbdbd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: 'Raleway', sans-serif;
}
.btn-send{
  background-color: #ef6145;
color: #ffffff;
width: 100%;
border: 1px solid #ef6145;
cursor: pointer;
transition: all 200ms;
font-size: 17px !important;
font-family: 'Raleway', sans-serif;
}
.btn-send:hover, .btn-send:focus {
  background-color: transparent;
border: 1px solid #ef6145;
  color: #ef6145 !important;
  outline: 0;
}
.p-career-contents-desc i{
  margin-right: 8px;
}
.p-career-contents-desc a{color: #444444 !important;}
.p-career {
 overflow:hidden;
 /*background-color:#ffffff;*/
  background:url("../images/contactBg.jpg") center center no-repeat;
 background-size:cover;
 padding:0px 0px;
 margin-top: 60px;
 height: 90vh;
/*height: 100%;*/
}
@media (max-width: 750px) {
 .p-career {
  /*padding:12vw 7vw;*/
  padding: 4vw 0vw;
 }
}
.timeline{display: none;}
.p-career-caption {
 position:relative;
 text-align:center;
 margin:0 auto;
 z-index:3;
}
.p-career-title {
 font-family:'Raleway', sans-serif;
 font-weight:900;
 font-style:normal;
 font-size:15px;
 margin-bottom:20px;
 padding:90px 0 0;
 letter-spacing:4px;
 color:#000;
 overflow:hidden;
}
@media (max-width: 750px) {
 .p-career-title {
  padding:65px 0 0;
  margin-bottom:2vw;
 }
}
.p-career-title-text {
 transform:translate3d(0, 24px, 0);
}
.p-career-message {
 max-width:865px;
 font-family:'Raleway', sans-serif;
 font-weight:400;
 margin:20px auto 0;
 padding-left:30px;
}
@media (max-width: 750px) {
 .p-career-message {
  padding-left:10px;
 }
}
.p-career-message-text {
 display:inline-block;
 overflow:hidden;
 height:90px;
 font-size:98px;
 color:#000;
 letter-spacing:8px;
}
.p-career-message-text span {
 display:block;
 margin-right:20px;
 line-height:100px;
 transform:translate3d(0, 100px, 0);
}
@media (max-width: 750px) {
 .p-career-message-text span {
  margin-right:10px;
  line-height:50px;
 }
}
@media (max-width: 750px) {
 .p-career-message-text {
  font-size:49px;
  letter-spacing:4px;
  height:45px;
 }
}
.p-career-desc {
 max-width:700px;
 font-size:17px;
 letter-spacing:0.03em;
 line-height:40px;
 text-align:left;
 margin:40px auto 20px;
 opacity:0;
 transform:translate3d(0, 80px, 0);
}
@media (max-width: 750px) {
 .p-career-desc {
  font-size:14px;
  letter-spacing:0em;
  line-height:30px;
  text-align:left;
  margin:10vw auto;
 }
}
.p-career-contents-box {
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 position:relative;
 /*max-width:1200px;*/
 margin:10px auto 0px;
 z-index:1;
 opacity:1;
 background-color: rgba(255,255,255,0.5);
width: 100%;
height:100vh;
}
@media (max-width: 992px) {
 .p-career-contents-box {
  -ms-flex-direction:column;
  flex-direction:column;height: 100vh;
 }
}
@media (max-width: 750px) {
 .p-career-contents-box {
  margin:0 auto 120px;
 }
}
.p-career-contents {
/* width:48%;
 margin:0px 2% 0 0;*/
 width: auto;
margin: 0px auto;
padding: 0 0 40px;
}
@media (max-width: 992px) {
 .p-career-contents {
  width:80%;
  margin:60px auto 0;
 }
}
@media (max-width: 750px) {
 .p-career-contents {
  margin:0px auto 50px;
 }
}
.p-career-contents-catch {
 position:relative;
 width:100%;
 /*padding-bottom:70px;*/
}
.p-career-contents-catch-main {
 position:relative;
 width:400px;
 margin:0 auto;
 z-index:1;
/* animation:bounce-catch 10s cubic-bezier(0.645, 0.045, 0.355, 1) infinite*/
}
@media (max-width: 750px) {
 .p-career-contents-catch-main {
  width:280px;
 }
}
@keyframes bounce-catch {
 0% {
  transform:translate3d(0, 0, 0);
 }
 50% {
  transform:translate3d(0, -30px, 0);
 }
 100% {
  transform:translate3d(0, 0, 0);
 }
}
.p-career-contents-catch-main-frontend {
 /*background:url("../images/contact-map.png") no-repeat;*/
 background-size:100%;
 display:block;
 width:100%;
 height:300px;
 /*animation:frontend 10s steps(9) infinite alternate*/
}
@media (max-width: 750px) {
 .p-career-contents-catch-main-frontend {
  height:210px;
  /*animation:frontend_sp 3s steps(9) infinite alternate*/
 }
}
@keyframes frontend {
 0% {
  background-position:0px 0px;
 }
 100% {
  background-position:0px -2700px;
 }
}
@keyframes frontend_sp {
 0% {
  background-position:0px 0px;
 }
 100% {
  background-position:0 -1890px;
 }
}
.p-career-contents-catch-main-web_designer {
/* background:url("../images/web_designer.png") no-repeat;
 background-size:100%;*/
 display:block;
 width:100%;
 height:300px;
 /*animation:web_designer 4s alternate steps(12) infinite*/
}
@media (max-width: 750px) {
 .p-career-contents-catch-main-web_designer {
  height:210px;
  /*animation:web_designer_sp 4s alternate steps(12) infinite*/
 }
}
@keyframes web_designer {
 0% {
  background-position:0px 0px;
 }
 100% {
  background-position:0 -3600px;
 }
}
@keyframes web_designer_sp {
 0% {
  background-position:0px 0px;
 }
 100% {
  background-position:0 -2520px;
 }
}
.p-career-contents-catch-shadow {
 position:absolute;
 width:100%;
 margin:auto;
 left:0;
 right:0;
 /*top:10px;*/
 top:1px;
 transform:scale(1);
 /*animation:bounce-catch-shadow 5s infinite;*/
 transition:all cubic-bezier(0.645, 0.045, 0.355, 1);
}
.p-career-contents-catch-shadow img {
 width:100%;
}
@media (max-width: 992px) {
 .p-career-contents-catch-shadow {
  width:380px;
  top:240px;
 }
}
@media (max-width: 750px) {
 .p-career-contents-catch-shadow {
  width:300px;
  top:140px;
 }
}
@keyframes bounce-catch-shadow {
 0% {
  opacity:1;
  transform:scale(1.1);
 }
 50% {
  opacity:0.2;
  transform:scale(1);
 }
 100% {
  opacity:1;
  transform:scale(1.1);
 }
}
.p-career-contents-title {
 text-align:left;
 font-family:'Raleway', sans-serif;
 font-style:normal;
 font-weight:600;
 font-size:25px;
 letter-spacing:2px;
 color:#444444;
 margin:35px 0 0;
}
.p-career-contents-desc {
 padding:20px 30px 40px 0; 
 font-size:15px;
 letter-spacing:0;
 line-height:30px;
 text-align:left;
 color:#444444;
 font-weight: 500;
 font-family: 'Open Sans', sans-serif;
}
@media (max-width: 750px) {
  .p-career-contents-title{
    font-size:16px;
 letter-spacing:0px;
 color:#444444;
 margin:8px 5px 0;
  }
 .p-career-contents-desc {
  font-size:14px;
  /*line-height:28px;
  padding:30px 0 40px;*/
line-height: 23px;
padding: 5px 5px 0px;
 }
 .form-group {
    margin-bottom: 6px;
}
}
.p-career-information {
 position:relative;
 width:100%;
 max-width:600px;
 line-height:40px;
 text-align:left;
 margin:40px auto 20px;
 padding:120px 0 0;
 z-index:3;
}
@media (max-width: 750px) {
 .p-career-information {
  max-width:none;
 }
}
.p-career-information::before {
 content:"";
 position:absolute;
 width:100%;
 top:0px;
 border-top:1px solid #E0E0E0;
 transform:scalex(1.5);
}
@media (max-width: 750px) {
 .p-career-information::before {
  width:90%;
  transform:none;
 }
}
.p-career-information li {
 display:inline-block;
 width:calc(100% - 100px);
 font-family:'Raleway', sans-serif;
 font-size:15px;
 line-height:20px;
 vertical-align:top;
}
@media (max-width: 750px) {
 .p-career-information li {
  width:100%;
  vertical-align:baseline;
  font-size:13px;
 }
}
.p-career-information li.title {
 width:100px;
 font-weight:700;
}
@media (max-width: 750px) {
 .p-career-information li.title {
  width:100%;
 }
}

/* End Contcat Form */
/* Start Privacy */

.privacy-Container {
width: 100%;
position: absolute;
top: 231px;
/*border: 1px solid red;*/
overflow: hidden;
height: 500px;
margin: 0 auto;
background-color: #ffffff;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.item {
  width: 100%;
  height: auto;
  margin: 50px auto;
  padding: 10px;
  background: #ccc;
  text-align: left;
  color: #000;
  font-size: 0.9em;
}
@media only screen and (min-width: 1170px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

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

Main Components 

-------------------------------- */
@media only screen and (min-width: 1170px) {
  .cd-section {
    height: 100vh;
    font-family: 'Raleway', sans-serif;
  }
}
.cd-section h1 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 2.6rem;
  font-family: 'Raleway', sans-serif;
}
@media only screen and (min-width: 768px) {
  .cd-section h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-section h1 {
    font-size: 4.2rem;
  }
}

.cd-block, .cd-half-block {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-block {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  color: #ffffff;
}
.cd-section:first-of-type .cd-block {
  visibility: visible;
  height: 100vh;
  background:url(../images/7.jpg) no-repeat center center;
}
@media only screen and (max-width: 1170px) {
  .cd-block {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    height: 100vh;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
    visibility: hidden;
  }
  .cd-section:first-of-type .cd-block {
    visibility: visible;
  }
  .cd-block > * {
    visibility: visible;
  }
}

.cd-half-block {
  background: #ffffff;
  color: #263b40;
}
.cd-half-block:nth-of-type(1) {
  height: 60vh;
  background-color: #263b40;
  background-position: center center;
  background-repeat: no-repeat;
}
.cd-half-block:nth-of-type(2) {
  padding: 5em 5% 4em 4%;
}
.cd-half-block p{
  font-size: 1.8rem;
  line-height: 1.5;
}
.cd-section:nth-of-type(2) .cd-half-block:first-of-type {
  background-image: url("../images/img-1.jpg");
  background-size: cover;
}
.cd-section:nth-of-type(3) .cd-half-block:first-of-type {
  background-image: url("../images/img-2.jpg");
  background-size: cover;
}
.cd-section:nth-of-type(4) .cd-half-block:first-of-type {
  background-image: url("../images/img-3.jpg");
  background-size: cover;
}
.cd-section:nth-of-type(5) .cd-half-block:first-of-type {
  background-image: url("../images/img-4.jpg");
  background-size: cover;
}
.cd-section:nth-of-type(6) .cd-half-block:first-of-type {
  background-image: url("../images/img-3.jpg");
  background-size: cover;
}
@media only screen and (min-width: 1170px) {
  .cd-half-block {
    height: 100vh !important;
    width: 50%;
    position: absolute;
    top: 0;
    font-family: 'Raleway', sans-serif;
  }
  .cd-half-block p {
    /*position: absolute;
left: 40%;
top: 20%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-46%) translateY(-40%);
    -moz-transform: translateX(-46%) translateY(-40%);
    -ms-transform: translateX(-46%) translateY(-40%);
    -o-transform: translateX(-46%) translateY(-40%);
    transform: translateX(-46%) translateY(-40%);*/
    width: 100%;
    padding: 0 0;
    font-size: 1rem;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
  }
  .cd-section:nth-of-type(even) .cd-half-block:first-of-type, .cd-section:nth-of-type(odd) .cd-half-block:nth-of-type(2) {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .cd-section:nth-of-type(odd) .cd-half-block:first-of-type, .cd-section:nth-of-type(even) .cd-half-block:nth-of-type(2) {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url(../images/cd-icon-arrow.svg) no-repeat center center;
  -webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0.2s 0s;
}
.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 1170px) {
  .cd-vertical-nav {
    display: block;
  }
}
.cd-half-block ul{margin:0 25px;}
.cd-half-block ul li{
  font-size: 0.9em;
line-height: 1.5;
list-style-type: disc;
margin-bottom: 5px;
}

.quotes {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    top: 0px;
}

.quotes article {
    border-bottom: 1px dashed #ddd;
    text-align: justify;
    line-height: 1.8;
    background: rgba(255,255,255,0.95);
    /*max-width: 620px;*/
    font: normal 1em 'Raleway', sans-serif;
    padding: 80px 40px;
    margin: 0 auto;
    width: 99%;
    color: #013034;
}

.quotes article em {
    font:normal 1.2em 'Raleway', sans-serif;
    font-weight: bold;
    color: #ef6145;
    line-height: 1.8
}

.quotes article em:before {
    content: '~';
    margin: 0 10px;
}

@media (max-width: 600px) {
    .quotes article {
        padding: 60px 30px;
        line-height: 1.5;
        font-size: 12px;
    }
    .quotes article em {
        font-size: 10px;
    }
}

.c-scroll-icon {
 width:21px;
 height:100px;
 margin:50px auto 0;
 opacity:0;
 transform:translate3d(0, -50px, 0);
}
@media (max-width: 750px) {
 .c-scroll-icon {
  margin:30px auto 0;
 }
}
.c-scroll-icon-line-mask {
 position:relative;
 overflow:hidden;
 width:20px;
 height:100px;
 margin:0 auto;
}
.c-scroll-icon-line {
 position:absolute;
 display:inline-block;
 width:1px;
 height:150px;
 border-left:1px solid #ffffff;
 top:-150px;
 left:10px;
 animation:scroll-line 3s infinite;
 transition:all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@keyframes scroll-line {
 0% {
  transform:translate3d(0, 0, 0);
 }
 40% {
  transform:translate3d(0, 185px, 0);
 }
 75% {
  transform:translate3d(0, 175px, 0);
 }
 100% {
  transform:translate3d(0, 280px, 0);
 }
}
.c-scroll-icon-triangle {
 position:relative;
 width:20px;
 height:30px;
 margin:-10px auto 0;
 animation:triangle-bounce 3s infinite;
}
.c-scroll-icon-triangle-mask {
 position:absolute;
}
.c-scroll-icon-triangle-mask.first {
 width:40px;
 height:5px;
 right:0;
 overflow:hidden;
}
.c-scroll-icon-triangle-mask.right {
 width:10px;
 height:30px;
 overflow:hidden;
 right:0;
}
.c-scroll-icon-triangle-mask.left {
 width:10px;
 height:30px;
 overflow:hidden;
 left:1;
}
.c-scroll-icon-triangle-mask.last {
 width:40px;
 height:5px;
 overflow:hidden;
}
.c-scroll-icon-triangle-line {
 position:absolute;
}
.c-scroll-icon-triangle-line.first {
 border-bottom:1px solid #ffffff;
 width:30px;
 right:0;
 animation:triangle-first 3s infinite;
 transition:all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-scroll-icon-triangle-line.right {
 border-left:1px solid #ffffff;
 height:44px;
 transform:rotate(-163deg);
 right:5px;
 top:-6px;
 animation:triangle-right 3s infinite;
 transition:all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-scroll-icon-triangle-line.left {
 border-left:1px solid #ffffff;
 height:40px;
 transform:rotate(163deg);
 left:5px;
 top:-3px;
 animation:triangle-left 3s infinite;
 transition:all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
}
.c-scroll-icon-triangle-line.last {
 border-bottom:1px solid #ffffff;
 width:120px;
 left:0;
 animation:triangle-last 3s infinite;
 transition:all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@keyframes triangle-bounce {
 0% {
  transform:translate3d(0, -5px, 0);
 }
 50% {
  transform:translate3d(0, 5px, 0);
 }
 100% {
  transform:translate3d(0, -5px, 0);
 }
}
@keyframes triangle-first {
 0%,20% {
  transform:translate3d(-40px, 0, 0);
 }
 30%,80% {
  transform:translate3d(10px, 0, 0);
 }
 85%,100% {
  transform:translate3d(30px, 0, 0);
 }
}
@keyframes triangle-right {
 0%,25% {
  transform:rotate(-163deg) translate3d(0, 40px, 0);
 }
 40%,84% {
  transform:rotate(-163deg) translate3d(0, 0, 0);
 }
 90%,100% {
  transform:rotate(-163deg) translate3d(0, -37px, 0);
 }
}
@keyframes triangle-left {
 0%,33% {
  transform:rotate(163deg) translate3d(0, -34px, 0);
 }
 50%,88% {
  transform:rotate(163deg) translate3d(0, 0, 0);
 }
 95%,100% {
  transform:rotate(163deg) translate3d(0, 38px, 0);
 }
}
@keyframes triangle-last {
 0%,87.5% {
  transform:translate3d(-120px, 0, 0);
 }
 91% {
  transform:translate3d(-80px, 0, 0);
 }
 100% {
  transform:translate3d(45px, 0, 0);
 }
}
.p-prj-client-hr-mask {
 width:300px;
 height:20px;
 overflow:hidden;
 margin:0 auto;
}
@media (max-width: 750px) {
 .p-prj-client-hr-mask {
  width:150px;
  height:15px;
 }
}
.p-prj-client-hr {
 width:300px;
 margin:19px auto 0;
 border-bottom:1px solid #ffffff;
 transform:translate3d(-300px, 0, 0);
}
@media (max-width: 750px) {
 .p-prj-client-hr {
  width:150px;
  margin:11px auto 0;
  transform:translate3d(-150px, 0, 0);
 }
}
.animation-start .p-prj-name {
 opacity:1;
 transform:translate3d(0, 0, 0);
 transition:transform,opacity 1.5s,1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-prj-name {
 width:100%;
 max-width:1200px;
 overflow:hidden;
 font-size:64px;
 font-family:'Raleway', sans-serif;
 font-style:normal;
 font-weight:400;
 color:#ffffff;
 letter-spacing:15px;
 line-height:80px;
 margin:0 auto;
 padding:35vh 100px 0;
 opacity:0;
 transform:translate3d(0, 50px, 0);
}
@media (max-width: 1200px) {
 .p-prj-name {
  font-size:54px;
  letter-spacing:12px;
  line-height:70px;
 }
}
@media (max-width: 750px) {
 .p-prj-name {
  font-size:30px;
  letter-spacing:7px;
  line-height:34px;
  padding:30vh 14vw 0;
 }
}
.p-prj-detail.start {
 opacity:1;
 transition:opacity 1.5s;
}
.p-prj-detail {
 position:relative;
 z-index:1;
 opacity:1;
 transition:all 1.5s;
}
.animation-start .p-prj-catch-img {
 opacity:1;
 transform:scale(1);
 transition:transform, opacity 0.8s, 0.8s;
}
.animation-start .p-prj-name {
 opacity:1;
 transform:translate3d(0, 0, 0);
 transition:transform,opacity 1.5s,1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.animation-start .p-prj-client {
 opacity:1;
 transform:translate3d(0, 0, 0);
 transition:transform,opacity 1s,1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.animation-start .p-prj-client-hr {
 transform:translate3d(0, 0, 0);
 transition:transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
.animation-start .p-prj-role {
 opacity:1;
 transform:translate3d(0, 0, 0);
 transition:transform,opacity 1s,1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
}
.p-prj-catch-img.end {
 transform:scale(1.08);
 transition:transform, opacity 0.8s, 0.8s;
 opacity:0.5;
}
@media (max-width: 750px) {
 .p-prj-catch-img.end {
  transform:scale(1.1);
 }
}
.p-prj-detail.start {
 opacity:1;
 transition:opacity 1.5s;
}
.p-prj {
 position:relative;
 width:100%;
 background-color:#ffffff;
}
.p-prj-list {
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 position:relative;
 overflow:hidden;
 width:100%;
 max-width:1600px;
 margin:0 auto;
 padding:120px 3.5vw 80px 8vw;
 z-index:0;
}
@media (max-width: 992px) {
 .p-prj-list {
  padding:140px 6vw 80px 12vw;
 }
}
@media (max-width: 750px) {
 .p-prj-list {
  -ms-flex-direction:column;
  flex-direction:column;
  padding:100px 0;
 }
}
.p-prj-contents {
 position:relative;
 width:33.3%;
 padding:0 0 260px;
 visibility:hidden;
}
.p-prj-catch {
 position:relative;
 width:100vw;
 height:100vh;
 text-align:center;
 margin-bottom:30vh;
 z-index:1;
}
@media (max-width: 750px) {
 .p-prj-catch {
  margin-bottom:0;
 }
}
.p-prj-catch-img {
 position:fixed;
 width:100vw;
 height:100vh;
 z-index:-1;
 opacity:1;
 transform:scale(1.08);
 transition:transform, opacity 0.8s, 0.8s;
}
@media (max-width: 750px) {
 .p-prj-catch-img {
  transform:scale(1.1);
  transition:transform, opacity 1s, 1s;
 }
}
.p-prj-catch-bg-mask {
 width:100%;
 height:100%
}
.p-prj-catch-bg {
 position:absolute;
 width:110vw;
 height:110vh;
 margin:-5vh 0 0 -5vw;
 background-size:cover;
 background-position:center center;
 opacity:1;
}
@media (max-width: 750px) {
 .p-prj-catch-bg {
  width:200vw;
  height:110vh;
  margin:-5vh 0 0 -50vw;
 }
}
.p-prj-name {
 width:100%;
 max-width:1200px;
 overflow:hidden;
 font-size:64px;
 font-family:'Raleway', sans-serif;
 font-style:normal;
 font-weight:400;
 color:#ffffff;
 letter-spacing:15px;
 line-height:80px;
 margin:0 auto;
 padding:35vh 100px 0;
 opacity:0;
 transform:translate3d(0, 50px, 0);
}
@media (max-width: 1200px) {
 .p-prj-name {
  font-size:54px;
  letter-spacing:12px;
  line-height:70px;
 }
}
@media (max-width: 750px) {
 .p-prj-name {
  font-size:30px;
  letter-spacing:7px;
  line-height:34px;
  padding:30vh 14vw 0;
 }
}
/* End Privacy */
/* Start Our Patrons Style */

.our-patrons{
width: 100%;
position: relative;
top: 0px;
overflow: hidden;
height: 90vh;
margin: 0 auto;
background: url("../images/partnerBg.jpg") center center no-repeat;
    background-size: auto auto;
background-size: auto auto;
background-size: cover;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.mainarea {
  text-align: center;
  display: table;
  font-weight: 300;
  height: 100%;
  min-height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
  z-index: 50;
}
.mainarea-content {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  padding: 46px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -ms-transform: scale(0.3,0.3); /* IE 9 */
    -webkit-transform: scale(0.3,0.3); /* Chrome, Safari, Opera */
    transform: scale(0.3,0.3);
  -webkit-perspective: 1500px;
  -webkit-perspective-origin: 50% 319px;
  -moz-perspective: 1500px;
  -moz-perspective-origin: 50% 319px;
  perspective: 1500px;
  perspective-origin: 50% 319px;
}
.mainarea-content.active {
  opacity: 1;
  z-index: 30;
  -ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
    transform: scale(1,1);
}
.side-page {
  width: 100%;
  top: 50%;
  position: absolute;
  z-index: 1;
}
.side-page .container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.side-page.side-left {
  -moz-transform: translate3d(-100%, -50%, -500px) rotateY(75deg);
  -webkit-transform: translate3d(-100%, -50%, -500px) rotateY(75deg);
  -ms-transform: translate3d(-100%, -50%, -500px) rotateY(75deg);
  transform: translate3d(-100%, -50%, -500px) rotateY(75deg);
}
.side-page.side-right {
  -moz-transform: translate3d(100%, -50%, -500px) rotateY(-75deg);
  -webkit-transform: translate3d(100%, -50%, -500px) rotateY(-75deg);
  -ms-transform: translate3d(100%, -50%, -500px) rotateY(-75deg);
  transform: translate3d(100%, -50%, -500px) rotateY(-75deg);
}
.side-page.went-left {
  left: auto;
  -moz-transform: translate3d(-50%, -50%, -300px) rotateY(75deg);
  -webkit-transform: translate3d(-30%, -60%, 300px) rotateY(75deg);
  -ms-transform: translate3d(-50%, -50%, -300px) rotateY(75deg);
  transform: translate3d(-50%, -50%, -300px) rotateY(75deg);
}
.side-page.went-right {
  right: auto;
  -moz-transform: translate3d(50%, -50%, -300px) rotateY(-75deg);
  -webkit-transform: translate3d(30%, -60%, 300px) rotateY(-75deg);
  -ms-transform: translate3d(50%, -50%, -300px) rotateY(-75deg);
  transform: translate3d(50%, -50%, -300px) rotateY(-75deg);
}
.side-page.went-left .container, .side-page.went-right .container {
  -webkit-transform: scale(0.7,0.7)''
}
.side-page.went-left, .side-page.went-right {
  z-index: 2000;
  position: absolute;
  cursor: pointer;
}
.side-page.active {
  -moz-transform: translate3d(0%, -50%, 0) rotateY(0deg);
  -webkit-transform: translate3d(0%, -50%, 0) rotateY(0deg);
  -ms-transform: translate3d(0%, -50%, 0) rotateY(0deg);
  transform: translate3d(0%, -50%, 0) rotateY(0deg);
}
.side-page.side-left .container, .side-page.side-right .container {
  opacity: 0;
}
.side-page.went-left .container, .side-page.went-right .container {
  opacity: 0.25;
}
.side-page.went-left:hover .container, .side-page.went-right:hover .container {
  opacity: 0.6;
}
.side-page.active .container {
  opacity: 1 !important;
}

/* ----- Main area ----- */
.mainarea h2 {
  margin: 0 0 57px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 72px;
  color: #ffffff;
  text-align: center;
}
.mainarea h3 {
  margin: 0 0 35px 0;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
}
.mainarea p {
  margin: 0 0 24px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.mainarea p a {
  color: #e4e38d;
  text-decoration: none;
}
.mainarea p a:hover {
  text-decoration: underline;
}

#component {
  bottom: 0;
  top: 0;
  height: 100%;
}

.itemwrap {
  width: 880px;
  margin: 0 auto;
  z-index: 50;
}
.itemwrap > li {
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.itemwrap > li > div {
  top: 50%;
  width: 100%;
  position: absolute;
}

.custom-select {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/*------------------------------------------------------------------
[2. Clock]
*/

#clock {
  position: absolute;
  width: 100%;
  top: 15%;
  position: absolute;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -ms-transform: scale(0.3,0.3);
    -webkit-transform: scale(0.3,0.3);
    transform: scale(0.3,0.3);
}
#clock.active {
  opacity: 1;
  z-index: 30;
  -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.clock-container {
  text-align: center;
  margin-bottom: 35px;
}
.subscribe {
  overflow: hidden;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 420px;
}
.subscribe input[type="email"] {
  display: block;
  float: left;
  /*width: 315px;*/
  width: 59%;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  font-weight: 300;
  border: 1px solid #cdcfd0;
  background: rgba(255, 255, 255, 0.09);
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  color: #ffffff;
}
.subscribe input[type="submit"] {
  display: block;
  /*float: left;*/
  height: 40px;
  line-height: 40px;
  padding: 0 28px;
  font-weight: 300;
  border: 1px solid #cdcfd0;
  border-left-width: 0;
  background: rgba(255, 255, 255, 0.09);
  font-size: 14px;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
  color: #fffefe;
}
@media( max-width: 768px ) {
  .subscribe {
    width: 100%;
    max-width: 320px;
  }
  .subscribe input[type="email"] {
    padding: 0 10px;
    width: 63%;
    font-size: 12px;
  }
  .subscribe input[type="submit"] {
    padding: 0 10px;
  }
}
.subscribe input[type="submit"]:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
}
.subscribe .error {
  display: block;
  clear: both;
  padding-top: 10px;
  margin-right: 2px;
  text-align: right;
  font-family: 'Exo 2',sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
}
.success {
  text-align: center;
  font-size: 19px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 300;
  color: #fff;
}
#form_results {
  display: none;
  clear: both;
  padding: 10px 0;
}
/* Tweeg - Responsive Styles */

@media (max-height: 800px) {

}
@media (max-width: 1366px) {
  
  #time-container {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1024px) {
  #time-container {
    width: 350px;
    height: 350px;
  }
  .clock-container {
    margin-bottom: 20px;
  }
  .mainarea h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
  }
  
  body {
    overflow: auto;
  }
  }
@media (max-width: 768px) {
  
}

@media (max-width: 351px) {
  #time-container {
    width: 280px;
    height: 280px;
  }

}

/* End Our Patrons Style */

/* Start FAQ Style */

.career-Container{
  width: 100%;
top: 50px;
/*border: 1px solid red;
height: 85vh;*/
position: relative;
z-index: 999;
height: 85vh;
max-height: 82vh;
overflow: hidden;
margin: 20px auto;
background: url("../images/faqBg.jpg") center center no-repeat;
    background-size: 100% 100% !important;
background-size: cover;
}
.panel-group {
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    /*margin-bottom: 0px;*/
    margin-top: 1px;
    background-color: rgba(255,255,255, 0.5) !important;
}
#accordion .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 5px 30px 5px 70px;
    font: normal 12px 'Raleway', sans-serif;
    font-weight: bold;
    color: #fff;
    background: #ef6145;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #f8f8f8;
    color: #1e4276;
}
#accordion .panel-title a.collapsed:hover{
    color: #ef6145;
}
#accordion .panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before{
    background: #d7573e;
}
#accordion .panel-title a:after{
    font-family: FontAwesome;
    content: "\f260";
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
#accordion .panel-title a.collapsed:after{
    color: #9f9f9f;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #ffffff;
}
#accordion .panel-body{
    font: normal 12px 'Raleway', sans-serif;
    color: #ffffff;
    line-height: 25px;
    padding: 10px 15px 30px 40px;
    position: relative;
    border: none;
    transition: all 0.5s ease 0s;
}
#accordion .panel-body:before{
    content: "";
    width: 5px;
    height: 40px;
    background: #ef6145;
    position: absolute;
    top: 20px;
    left: 0;
}
#accordion .panel-body p{
    margin-bottom: 0;
    color: #444444;
}
#accordion .panel-body ul{
  list-style-type: square;
  color:#444444;
}

/* End FAQ Style */
/* Start Who  We are Style */
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
/* -------------------------------- 

Main Components 

-------------------------------- */
@media only screen and (min-width: 1050px) {
  body[data-hijacking="on"] {
    overflow: hidden;
  }
}
.cd-section-who {
  height: 100vh;
}
.cd-section-who h2 {
 /* line-height: 100vh;*/
  text-align: left;
  margin-top:0px;
  /*font-size: 2.4rem;*/
}
.cd-section-who:first-of-type > div {
  background-color: #ffffff;
  z-index: 999;
}
.cd-section-who:first-of-type > div::before {
  /* alert -> all scrolling effects are not visible on small devices */
  content: 'Effects not visible on mobile!';
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20px;
  z-index: 2;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #6a7083;
}
.cd-section-who:nth-of-type(2) > div {
  /*background-color: #2e5367;*/
  background:url("../images/who_03.jpg") no-repeat;
 background-size:100% 100%;
 height: 100vh;
}
.cd-section-who:nth-of-type(3) > div {
  background-color: #ffffff;
}
.cd-section-who:nth-of-type(4) > div {
  background-color: #fcb052;
}
.cd-section-who:nth-of-type(5) > div {
  background-color: #f06a59;
}
[data-animation="parallax"] .cd-section-who > div, [data-animation="fixed"] .cd-section-who > div, [data-animation="opacity"] .cd-section-who > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
[data-animation="parallax"] .cd-section-who:first-of-type > div, [data-animation="fixed"] .cd-section-who:first-of-type > div, [data-animation="opacity"] .cd-section-who:first-of-type > div {
  background-image: url("../images/img-1.jpg");
}
[data-animation="parallax"] .cd-section-who:nth-of-type(2) > div, [data-animation="fixed"] .cd-section-who:nth-of-type(2) > div, [data-animation="opacity"] .cd-section-who:nth-of-type(2) > div {
  background-image: url("../images/img-2.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(3) > div, [data-animation="fixed"] .cd-section-who:nth-of-type(3) > div, [data-animation="opacity"] .cd-section-who:nth-of-type(3) > div {
  background-image: url("../images/img-3.jpg");
}
[data-animation="parallax"] .cd-section-who:nth-of-type(4) > div, [data-animation="fixed"] .cd-section-who:nth-of-type(4) > div, [data-animation="opacity"] .cd-section-who:nth-of-type(4) > div {
  background-image: url("../images/img-4.jpg");
}
[data-animation="parallax"] .cd-section-who:nth-of-type(5) > div, [data-animation="fixed"] .cd-section-who:nth-of-type(5) > div, [data-animation="opacity"] .cd-section-who:nth-of-type(5) > div {
  background-image: url("../images/img-5.jpg");
}
@media only screen and (min-width: 1050px) {
  .cd-section-who h2 {
    /*font-size: 4rem;*/
    font-weight: 600;
  }
  [data-hijacking="on"] .cd-section-who {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  [data-hijacking="on"] .cd-section-who > div {
    visibility: visible;
  }
  [data-hijacking="off"] .cd-section-who > div {
    opacity: 0;
  }
  [data-animation="rotate"] .cd-section-who {
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1800px;
    -moz-perspective: 1800px;
    perspective: 1800px;
  }
  [data-hijacking="on"][data-animation="rotate"] .cd-section-who:not(:first-of-type) {
    -webkit-perspective-origin: center 0;
    -moz-perspective-origin: center 0;
    perspective-origin: center 0;
  }
  [data-animation="scaleDown"] .cd-section-who > div, [data-animation="gallery"] .cd-section-who > div, [data-animation="catch"] .cd-section-who > div {
    box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
  }
  [data-animation="opacity"] .cd-section-who.visible > div {
    z-index: 1;
  }
}

@media only screen and (min-width: 1050px) {
  .cd-section-who:first-of-type > div::before {
    display: none;
  }
}
@media only screen and (min-width: 1050px) {
  .cd-section-who > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  [data-hijacking="on"] .cd-section-who > div {
    position: absolute;
  }
  [data-animation="rotate"] .cd-section-who > div {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.cd-vertical-nav-who {
  /* lateral navigation */
  position: fixed;
  z-index: 1;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.cd-vertical-nav-who a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../images/cd-icon-arrow.svg") no-repeat center center;
}
.cd-vertical-nav-who a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.cd-vertical-nav-who a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 1050px) {
  .cd-vertical-nav-who {
    display: block;
  }
}
.p-who-intro.start .p-who-intro-img-main.lg img {
 animation:cover_scale 1.5s 1.8s both;
}
.p-who-intro.start .p-who-intro-img-main.sm img {
 animation:cover_scale 1.5s 2.2s both;
}
.p-who-intro.start .p-who-intro-img-shadow.lg img {
 opacity:1;
 transform:scale3d(1, 1, 1);
 transition:transform, opacity 2.4s, 2.4s 2.3s;
}
.p-who-intro.start .p-who-intro-img-shadow.sm img {
 opacity:1;
 transform:scale3d(1, 1, 1);
 transition:transform, opacity 2.4s, 2.4s 2.7s;
}
.animation-start-delay .p-who-intro-bg {
 transform:translate3d(0, 0, 0);
 transition:transform 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 750px) {
 .animation-start-delay .p-who-intro-bg {
  transition:transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
 }
}
.animation-start-delay .p-who-title-text {
 transform:translate3d(0, 0, 0);
 transition:transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.animation-start-delay .p-who-tagline-text span {
 transform:translate3d(0, 0, 0);
 transition:transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.animation-start-delay .p-who-caption {
 opacity:1;
 transform:translate3d(0, 0, 0);
 transition:transform,opacity 4s,4s cubic-bezier(0.075, 0.82, 0.165, 1) 2.3s;
}
.animation-start-delay .p-who_intro_sign {
 animation:motion_sign 0.8s 1.2s steps(39) both;
}
@keyframes motion_sign {
 0% {
  transform:translateY(0);
 }
 100% {
  transform:translateY(-97.5%);
 }
}
.p-who-team.start .p-who-team-img-main img {
 animation:cover_scale 1.5s 0.6s both;
}
.p-who-team.start .p-who-team-img-shadow img {
 opacity:1;
 transform:scale3d(1, 1, 1);
 transition:transform, opacity 2.4s, 2.4s 0.7s;
}
.p-who-team.start .p-who-team-tagline-detail {
 opacity:1;
 transition:opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
}
.p-who-team-bg.start {
 transform:translate3d(0, 0, 0);
 transition:transform 4s cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
.p-who-team-desc.start .p-who-team-title-text {
 transform:translate3d(0, 0, 0);
 transition:transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-who-team-desc.start .p-who-team-tagline span {
 transform:translate3d(0, 0, 0);
 transition:transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-who-team-member.start .p-who-team-member-img-main img {
 animation:cover_scale 1.5s 0.9s both;
}
.p-who-team-member.start .p-who-team-member-img-shadow img {
 opacity:1;
 transform:scale3d(1, 1, 1);
 transition:transform, opacity 2.4s, 2.4s 0.7s;
}
.p-who-team-member.start .p-who-team-member-info {
 opacity:1;
 transition:opacity 1s 1.5s;
}
.p-who {
 position:relative;
 overflow:hidden;
 z-index:0;
}
.p-who-intro {
 display:-ms-flexbox;
 display:flex;
 max-width:1600px;
 margin:0 auto;
 /*padding:120px 100px 450px 70px;
 padding: 0px 50px 450px 20px;*/
 padding: 0px 0px 0px 5px;
}
@media (max-width: 1200px) {
 .p-who-intro {
  padding:40px 0px 25vw 20px;
 }
}
@media (max-width: 992px) {
 .p-who-intro {
  display:block;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  padding:120px 70px 250px;
 }
}
@media (max-width: 750px) {
 .p-who-intro {
  -ms-flex-direction:column;
  flex-direction:column;
  padding:0;
 }
}
.p-who-intro-img-box {
 -ms-flex:50;
 flex:50;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-direction:column;
 flex-direction:column;
 z-index:0;
 position:relative;
 padding-left:120px;
}
@media (max-width: 1580px) {
 .p-who-intro-img-box {
  /*padding-left:8vw;*/
  padding-left:6vw;
 }
}
@media (max-width: 1200px) {
 .p-who-intro-img-box {
  padding-left:0;
 }
}
@media (max-width: 992px) {
 .p-who-intro-img-box {
  padding-left:4vw;
 }
}
.p-who-intro-img {
 position:relative;
 height:auto;
}
.p-who-intro-img.sm {
 top:700px !important;
 margin-left:40px;
}
@media (max-width: 1580px) {
 .p-who-intro-img.sm {
  top:48vw !important;
 }
}
@media (max-width: 1200px) {
 .p-who-intro-img.sm {
  top:57vw !important;
 }
}
@media (max-width: 992px) {
 .p-who-intro-img.sm {
  top:45vw !important;
  margin-left:5vw !important;
 }
}
@media (max-width: 750px) {
 .p-who-intro-img.sm {
  top:80vw !important;
  margin-left:10vw !important;
 }
}
.p-who-intro-img-main {
 position:absolute;
 /*overflow:hidden;*/
 padding:1px;
}
.p-who-intro-img-main img {
 width:100%;
 opacity:1;
 /*transform:scale3d(1.2, 1.2, 1)*/
}
.p-who-intro-img-main.lg {
 width:550px
}
@media (max-width: 1580px) {
 .p-who-intro-img-main.lg {
  width:35vw;
  margin:50px 0 0 0;
 }
}
@media (max-width: 1200px) {
 .p-who-intro-img-main.lg {
  width:40vw;
 }
}
@media (max-width: 992px) {
 .p-who-intro-img-main.lg {
  width:48vw;
  /*right:2vw;
  margin:10px 0 0 -5vw;*/
  right: 0;
  margin: 0;
left: -10vw;
 }
}
@media (max-width: 750px) {
 .p-who-intro-img-main.lg {
  width:65vw;
  left:21vw;
  margin:12vh auto 0;
 }
}
.p-who-intro-img-main.sm {
 width:400px;
}
@media (max-width: 1580px) {
 .p-who-intro-img-main.sm {
  width:300px;
 }
}
@media (max-width: 992px) {
 .p-who-intro-img-main.sm {
  width:340px;
 }
}
@media (max-width: 750px) {
 .p-who-intro-img-main.sm {
  width:50vw;
 }
}
.p-who-intro-img-shadow {
 position:relative;
 z-index:-1;
 width:100%;
 height:100%;
}
.p-who-intro-img-shadow img {
 width:100%;
 opacity:0;
 transform:scale3d(0.7, 0.7, 1);
}
.p-who-intro-img-shadow.lg {
 width:670px;
top:80px;
}
@media (max-width: 1580px) {
 .p-who-intro-img-shadow.lg {
  width:43vw;
 }
}
@media (max-width: 1200px) {
 .p-who-intro-img-shadow.lg {
  width:47vw;
  top:110px;
 }
}
@media (max-width: 992px) {
 .p-who-intro-img-shadow.lg {
  width:61vw;
  top:0vw;
  left:0vw;
 }
}
@media (max-width: 750px) {
 .p-who-intro-img-shadow.lg {
  width:85vw;
  top:20vw;
  left:15vw;
 }
}
.p-who-intro-img-shadow.sm {
 width:480px;
}
@media (max-width: 1580px) {
 .p-who-intro-img-shadow.sm {
  width:360px;
 }
}
@media (max-width: 750px) {
 .p-who-intro-img-shadow.sm {
  width:60vw;
 }
}
.p-who-intro-desc {
 -ms-flex:50;
 flex:50;
 padding-top:110px;
 position:relative;
}
@media (max-width: 1200px) {
 .p-who-intro-desc {
  -ms-flex:55;
  flex:55;
 }
}
@media (max-width: 992px) {
 .p-who-intro-desc {
  padding-top:180px;
 }
}
@media (max-width: 750px) {
 .p-who-intro-desc {
  /*padding-top:49vw;*/
  padding-top: 12vw;
 }
}
.p-who-title {
 font-family:'Raleway', sans-serif;
 font-weight:900;
 font-size:15px;
 letter-spacing:4px;
 color:#000;
 margin-left:-220px;
 margin-bottom:10px;
 /*overflow:hidden;*/
}
@media (max-width: 1580px) {
 .p-who-title {
  margin-left:-200px;
 }
}
@media (max-width: 1200px) {
 .p-who-title {
  margin-left:-20vw;
 }
}
@media (max-width: 992px) {
 .p-who-title {
  margin-left:0;
 }
}
.p-who-title-text {
 transform:translate3d(0, 0px, 0);
}
.p-who-tagline {
 position:relative;
 margin-left:-220px;
}
@media (max-width: 750px) {
 .p-who-title {
  margin-left:7vw;
 }
 .p-who-title-text {
    transform: translate3d(0px, 60px, 0);
}
}
@media (max-width: 1580px) {
 .p-who-tagline {
  margin-left:-200px;
 }
}
@media (max-width: 1200px) {
 .p-who-tagline {
  margin-left:-20vw;
 }
}
@media (max-width: 992px) {
 .p-who-tagline {
 /* margin-left:0;*/
 margin: -100px auto;
text-align: center;
 }
}
@media (max-width: 750px) {
 .p-who-tagline {
  width:270px;
  height:170px;
  margin:73px 0 0 7vw;
 }
}
.p-who-tagline-text {
 font-family:'Raleway', sans-serif;
 font-style:normal;
 color:#000;
 margin:0;
}
.p-who-team-tagline-detail {
 position:relative;
 font-size:17px;
 color:#adadad;
 top:130px;
/* opacity:0;*/
opacity: 1;
font-family: 'Raleway', sans-serif;
}
@media (max-width: 1200px) {
 .p-who-team-tagline-detail {
  top:9vw;
 }
}
@media (max-width: 750px) {
 .p-who-team-tagline-detail {
  font-size:13px;
  top:16vw;
 }
}
.p-who-tagline-text-box {
 display:inline-block;
 /*overflow:hidden;*/
 height:100px;
}
@media (max-width: 1580px) {
 .p-who-tagline-text-box {
  height:5vw;
 }
}
@media (max-width: 1200px) {
 .p-who-tagline-text-box {
  height:7vw;
 }
}
@media (max-width: 992px) {
 .p-who-tagline-text-box {
  height:7.5vw;
 }
}
@media (max-width: 750px) {
 .p-who-tagline-text-box {
  height:10.5vw;
 }
}
.p-who-tagline-text-box span {
 display:block;
 font-weight:400;
 font-size:100px;
 letter-spacing:5px;
 margin-right:20px;
 transform:translate3d(0, 0px, 0);
}
@media (max-width: 1580px) {
 .p-who-tagline-text-box span {
  /*font-size:6vw;*/
  font-size:5vw;
 }
}
@media (max-width: 1200px) {
 .p-who-tagline-text-box span {
  font-size:7vw;
  letter-spacing:0.2vw;
 }
}
@media (max-width: 992px) {
 .p-who-tagline-text-box span {
  font-size:7.5vw;
  margin-right:2vw;
 }
}
@media (max-width: 750px) {
 .p-who-tagline-text-box span {
  font-size:5vw;
  letter-spacing:0;
  margin-right:1.15vw;
 }
}
@media only screen and (max-width: 479px) {
 .p-who-tagline-text-box span {
  font-size:8vw;
  letter-spacing:0;
  margin-right:1.15vw;
 }
}
@media (max-width: 992px) {
 .p-who-tagline-text-box:nth-child(2) {
  margin-right:0;
 }
}
@media (max-width: 992px) {
 .p-who-tagline-text-box:nth-child(2) span {
  margin-right:0;
 }
}
.p-who-tagline-text-box:nth-child(3) {
 position:absolute;
 top:145px;
 margin-left:-5px;
}
@media (max-width: 1580px) {
 .p-who-tagline-text-box:nth-child(3) {
  top:9.5vw;
  margin-left:-15px;
 }
}
@media (max-width: 1200px) {
 .p-who-tagline-text-box:nth-child(3) {
  top:10.3vw;
  margin:0 0 0 -3vw;
 }
}
@media (max-width: 750px) {
 .p-who-tagline-text-box:nth-child(3) {
  top:17.7vw;
  margin:0 0 0 4.5vw;
 }
}
.p-who-intro-tagline-sign {
 position:absolute;
 width:405px;
 height:216px;
 top:92px;
 left:-20px;
 z-index:2;
}
@media (max-width: 1580px) {
 .p-who-intro-tagline-sign {
  width:25.2vw;
  height:13.44vw;
  top:6vw;
  left:-7%;
 }
}
@media (max-width: 1200px) {
 .p-who-intro-tagline-sign {
  width:26.7vw;
  height:14.24vw;
  top:7vw;
  left:-3%;
 }
}
@media (max-width: 750px) {
 .p-who-intro-tagline-sign {
  width:42vw;
  height:22.4vw;
  top:12vw;
  left:-6%;
 }
}
.p-who_intro_sign {
 position:absolute;
 width:100%;
 height:3800%;
 top:0;
 left:0;
 /*background:url("../images/motion_letter.svg") no-repeat;
 background-size:100% 100%;*/
}
.p-who_intro_sign__cover {
 position:relative;
 overflow:hidden;
 width:405px;
 height:216px;
}
@media (max-width: 1580px) {
 .p-who_intro_sign__cover {
  width:27vw;
  height:14.4vw;
 }
}
@media (max-width: 1200px) {
 .p-who_intro_sign__cover {
  width:28vw;
  height:14.93vw;
 }
}
@media (max-width: 750px) {
 .p-who_intro_sign__cover {
  width:45vw;
  height:24vw;
 }
}
.p-who-caption {
 /*max-width:650px;
 margin-top:16vw;
 font-size:17px;
 letter-spacing:0;*/
 color:#000000;
 /*max-width: 650px;*/
 width: 790px;
 /*line-height:35px;*/
 line-height: 23px;
margin-top: 10px;
 opacity:1;
 /*transform:translate3d(0, 50px, 0);*/
 transform: translate3d(-140px, 5px, 0);
 float: left;
margin-right: 1em;
background-color: rgba(255,255,255,0.1);
font-size: 14px;
font-family: 'Raleway', sans-serif;
}
ul.p-who-caption{
  margin-top:0px;
  margin-left: 4%;
}
@media (max-width: 1200px) {
 .p-who-caption {
  line-height:25px;
  width: 730px;
  transform: translate3d(-230px, 5px, 0);
 }
}
@media (max-width: 992px) {
 .p-who-caption {
  max-width:100%;
  letter-spacing:0em;
  line-height:30px;
  margin-top:70vw;
 }
}
@media (max-width: 750px) {
 .p-who-caption {
  font-size:13px;
  letter-spacing:0em;
  line-height:24px;
  padding:3vw 5vw 25vw 1vw;
  margin-top:-14vw;
  width: 100%;
  transform: translate3d(9px, -50px, 0);
  background-color: rgba(255,255,255,0.65);
 }
 @media only screen and (max-width: 479px){
  .p-who-caption {
  font-size:13px;
  letter-spacing:0em;
  line-height:24px;
  padding:3vw 5vw 25vw 1vw;
  margin-top:-22vw;
  width: 100%;
  transform: translate3d(9px, -50px, 0);
  background-color: rgba(255,255,255,0.65);
 }
 }
 ul.p-who-caption{
  margin-top:0px;
  width: 90%;
  margin: -90px 0 0 14px;
  /*! text-align: center; */
}
}
.p-who-intro-bg {
 position:absolute;
 width:70%;
 height:530px;
 top:240px;
 left:0;
 background-color:#ECECEC;
 transform:translate3d(-10%, 0, 0);
 z-index:-2;
}
@media (max-width: 1200px) {
 .p-who-intro-bg {
  width:80%;
  height:450px;
  top:270px;
 }
}
@media (max-width: 992px) {
 .p-who-intro-bg {
  width:115%;
  height:500px;
  top:30vw;
 }
}
@media (max-width: 750px) {
 .p-who-intro-bg {
  width:115%;
  height:90vw;
  top:45vw;
 }
}
.p-who-slide {
 width:100%;
 height:700px;
 background-color:#000;
}
@media (max-width: 750px) {
 .p-who-slide {
  height:70vw;
 }
}
.p-who-clients {
 display:-ms-flexbox;
 display:flex;
 max-width:1600px;
 /*height:520px;*/
 height: 100vh;
 margin:0 auto;
 padding:0 40px 0 100px;
 background: url(../images/who_03.jpg) center center no-repeat;
    background-size: auto auto;
background-size: cover;
}
@media (max-width: 992px) {
 .p-who-clients {
  display:block;
  -ms-flex-direction:column;
  flex-direction:column;
  height: 100vh;
padding: 0;
overflow: auto;
 }
}
.p-who-clients-desc {
 -ms-flex:50;
 flex:50;
 /*padding:60px 20px 0 0;*/
 padding: 60px 20px 0 0;
 z-index: 9;
}
@media (max-width: 1200px) {
 .p-who-clients-desc {
  padding:80px 0 0;
 }
}
@media (max-width: 992px) {
 .p-who-clients-desc {
  padding:0 7vw;
  background-color: rgba(255,255,255,0.5);
 }
}
.p-who-clients-desc-title {
 font-family:'Raleway', sans-serif;
 font-style:normal;
 font-weight:400;
 font-size:40px;
 color:#303030;
 letter-spacing:7px;
 padding-bottom:20px;
}
@media (max-width: 992px) {
  .p-who-title-text {
    transform: translate3d(190px, -100px, 0);
}
 .p-who-clients-desc-title {
  letter-spacing:2px;
  text-align:center;
  padding:9vw 0vw 0;
 }
}
@media (max-width: 750px) {
 .p-who-clients-desc-title {
  font-size:25px;
  letter-spacing:2px;
  text-align:center;
  padding:14vw 1vw 0;
 }
}
.p-who-clients-desc-text {
 font-size:15px;
 letter-spacing:0;
 line-height:30px;
 color:#000000;
 margin:0;
 font-family: 'Raleway', sans-serif;
}
.p-who-clients-logo-box .p-who-clients-desc-text {
color: transparent;
}
@media (max-width: 992px) {
 .p-who-clients-desc-text {
  font-size:17px;
  letter-spacing:0em;
  line-height:30px;
 }
}
@media (max-width: 750px) {
 .p-who-clients-desc-text {
  font-size:14px;
  letter-spacing:0em;
  line-height:30px;
 }
}
.p-who-clients-logo-box {
 -ms-flex:50;
 flex:50;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 background-color:rgba(250, 250, 252, 0.85);
 margin-top:0px;
 /*padding:100px;
 height:660px;*/
 z-index:1;
 height: auto;
 padding: 80px 0 80px 50px;
}
.p-who-clients-logo-box img {
 width:100%;height: auto;
margin: 0 auto;
}
@media (max-width: 1200px) {
 .p-who-clients-logo-box {
  padding:10vw 0vw 7vw;
 }
}
@media (max-width: 992px) {
 .p-who-clients-logo-box {
  height:auto;
  padding:10vw;
  margin-top:7vw;
  margin-bottom:10vw;
 }
}
.p-who-clients-logo {
 width:24%;
 height:70px;
 margin:0 auto;
}
.p-who-clients-logo img {
 margin:0 auto;
}
.p-who-clients-logo:nth-child(3n+1) {
 margin-right:9%;
}
.p-who-clients-logo:nth-child(3n+2) {
 margin-right:9%;
}
.p-who-clients-logo:nth-child(-n+9) {
 margin-bottom:10%;
}
@media (max-width: 992px) {
 .p-who-clients-logo:nth-child(-n+9) {
  margin-bottom:10vw;
 }
}
.p-who-clients-logo:nth-child(1) img {
 width:85%;
 margin-top:15px;
}
@media (max-width: 992px) {
 .p-who-clients-logo:nth-child(1) img {
  margin-top:26%;
 }
}
.p-who-clients-logo:nth-child(2) img {
 width:54%;
}
@media (max-width: 992px) {
 .p-who-clients-logo:nth-child(2) img {
  margin-top:20%;
 }
}
.p-who-clients-logo:nth-child(3) img {
 width:55%;
}
@media (max-width: 992px) {
 .p-who-clients-logo:nth-child(3) img {
  margin-top:17%;
 }
}
.p-who-clients-logo:nth-child(4) img {
 width:75%;
}
@media (max-width: 992px) {
 .p-who-clients-logo:nth-child(4) img {
  margin-top:15%;
 }
}
.p-who-clients-logo:nth-child(5) img {
 width:95%;
 margin-top:12px;
}
@media (max-width: 992px) {
 .p-who-clients-logo:nth-child(5) img {
  margin-top:24%;
 }
}
.p-who-clients-logo:nth-child(6) img {
 margin-top:25px;
}
@media (max-width: 992px) {
 .p-who-clients-logo:nth-child(6) img {
  margin-top:30%;
 }
}
.p-who-clients-logo:nth-child(7) img {
 margin-top:20px;
}
@media (max-width: 992px) {
 .p-who-clients-logo:nth-child(7) img {
  margin-top:28%;
 }
}
.p-who-clients-logo:nth-child(8) img {
 width:90%;
 margin-top:15px;
}
@media (max-width: 992px) {
 .p-who-clients-logo:nth-child(8) img {
  margin-top:27%;
 }
}
.p-who-clients-logo:nth-child(9) img {
 width:38%;
 margin-top:5px;
}
@media (max-width: 992px) {
 .p-who-clients-logo:nth-child(9) img {
  margin-top:20%;
 }
}
.p-who-clients-logo:nth-child(10) img {
 width:60%;
 margin-top:12px;
}
@media (max-width: 992px) {
 .p-who-clients-logo:nth-child(10) img {
  margin-top:20%;
 }
}
.p-who-clients-logo:nth-child(11) img {
 margin-top:20px;
}
@media (max-width: 992px) {
 .p-who-clients-logo:nth-child(11) img {
  margin-top:28%;
 }
}
.p-who-clients-logo:nth-child(12) img {
 width:100%;
 margin-top:15px;
}
@media (max-width: 992px) {
 .p-who-clients-logo:nth-child(12) img {
  margin-top:26%;
 }
}
.p-who-office {
 position:relative;
 width:100%;
 height:700px;
 z-index:0;
 overflow:hidden;
}
@media (max-width: 1200px) {
 .p-who-office {
  height:600px;
 }
}
@media (max-width: 750px) {
 .p-who-office {
  width:100vw;
  height:70vw;
 }
}
.p-who-office-img {
 height:760px;
}
.p-who-office-img.type_a {
 background:url("../images/who_03.jpg") center center no-repeat;
 background-size:cover;
}
.p-who-office-img.type_b {
 background:url("../images/who_04.jpg") center center no-repeat;
 background-size:cover;
}
.p-who-office-img.type_c {
 background:url("../images/who_05.jpg") center center no-repeat;
 background-size:cover;
}
@media (max-width: 1200px) {
 .p-who-office-img {
  height:700px;
 }
}
@media (max-width: 750px) {
 .p-who-office-img {
  height:105vw;
  margin-top:-10vw;
 }
}
.p-who-team {
 position:relative;
}
.p-who-team-bg {
 position:absolute;
 width:75%;
 height:2300px;
 top:205px;
 right:0;
 background-color:#ECECEC;
 transform:translate3d(101%, 0, 0);
 z-index:0;
}
@media (max-width: 992px) {
 .p-who-team-bg {
  width:70%;
  height:630vw;
  min-height:4500px;
  top:205px;
 }
}
@media (max-width: 750px) {
 .p-who-team-bg {
  width:50%;
  height:calc(580vw + 880px);
  max-height:calc(190vw + 3000px);
  min-height:0;
  top:50vw;
 }
}
.p-who-team-intro {
 display:-ms-flexbox;
 display:flex;
 max-width:1300px;
 margin:0 auto;
 position:relative;
 padding:5vw 100px;
}
@media (max-width: 1200px) {
 .p-who-team-intro {
  padding:5vw 100px 10vw;
 }
}
@media (max-width: 992px) {
 .p-who-team-intro {
  padding:5vw 100px 0 7vw;
 }
}
@media (max-width: 750px) {
 .p-who-team-intro {
  display:block;
  -ms-flex-direction:column;
  flex-direction:column;
  padding:0;
  margin:-15vw auto 0;
 }
}
.p-who-team-desc {
 -ms-flex:70;
 flex:70;
 position:relative;
 z-index:2;
}
@media (max-width: 1200px) {
 .p-who-team-desc {
  -ms-flex:65;
  flex:65;
 }
}
@media (max-width: 750px) {
 .p-who-team-desc {
  padding:40vw 0 0 7vw;
 }
}
.p-who-team-title {
 font-family:'Raleway', sans-serif;
 font-weight:900;
 font-size:15px;
 margin-bottom:20px;
 letter-spacing:4px;
 color:#000;
 overflow:hidden;
}
.p-who-team-title-text {
 transform:translate3d(0, 20px, 0);
}
.p-who-team-tagline {
 position:relative;
}
.p-who-team-tagline-text {
 font-family:'Raleway', sans-serif;
 font-weight:400;
 font-size:50px;
 letter-spacing:8px;
 color:#000;
 overflow:hidden;
 margin:0;
}
@media (max-width: 1200px) {
 .p-who-team-tagline-text {
  font-size:10vw;
 }
}
@media (max-width: 750px) {
 .p-who-team-tagline-text {
  font-size:15vw;
  letter-spacing:1px;
 }
}
.p-who-team-tagline-text span {
 display:block;
 transform:translate3d(0, 140px, 0);
}
@media (max-width: 1200px) {
 .p-who-team-tagline-text span {
  transform:translate3d(0, 10vw, 0);
 }
}
@media (max-width: 750px) {
 .p-who-team-tagline-text span {
  transform:translate3d(0, 15vw, 0);
 }
}
.p-who-team-tagline-text:last-child {
 position:absolute;
/* top:130px;*/
 margin-left:0;
}
@media (max-width: 1200px) {
 .p-who-team-tagline-text:last-child {
  top:9vw;
 }
}
@media (max-width: 750px) {
 .p-who-team-tagline-text:last-child {
  top:14vw;
  margin-left:0;
 }
}
.p-who-team-img {
 -ms-flex:30;
 flex:30;
 position:relative;
 margin-top:-80px;
 z-index:1;
}
@media (max-width: 1200px) {
 .p-who-team-img {
  -ms-flex:35;
  flex:35;
  margin-top:0;
 }
}
@media (max-width: 750px) {
 .p-who-team-img {
  margin:-75vw 0 0 41vw;
 }
}
.p-who-team-img-main {
 position:relative;
 z-index:10;
 overflow:hidden;
 padding:1px;
}
@media (max-width: 750px) {
 .p-who-team-img-main {
  width:51vw;
 }
}
.p-who-team-img-main img {
 width:100%;
 max-width:350px;
 opacity:0;
 transform:scale3d(1.2, 1.2, 1);
}
.p-who-team-img-shadow {
 position:absolute;
 top:6%;
 left:0;
 width:130%;
 z-index:0;
}
.p-who-team-img-shadow img {
 width:100%;
 max-width:500px;
 opacity:0;
 transform:scale3d(0.7, 0.7, 1);
}
@media (max-width: 750px) {
 .p-who-team-img-shadow img {
  width:70vw;
 }
}
.p-who-team-member-list {
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 max-width:1500px;
 margin:120px auto -260px;
 padding:0 100px;
}
@media (max-width: 992px) {
 .p-who-team-member-list {
  display:block;
  -ms-flex-direction:column;
  flex-direction:column;
  margin:120px auto -120px;
  padding:0 7vw;
 }
}
@media (max-width: 992px) {
 .p-who-team-member-list {
  margin:120px auto -40px;
 }
}
.p-who-team-member {
 position:relative;
 width:50%;
 display:-ms-flexbox;
 display:flex;
 margin-bottom:200px;
}
@media (max-width: 992px) {
 .p-who-team-member {
  display:block;
  -ms-flex-direction:column;
  flex-direction:column;
  width:100%;
  margin-bottom:30px;
 }
}
@media (max-width: 750px) {
 .p-who-team-member:nth-child(4),.p-who-team-member:nth-child(5) {
  margin-bottom:0;
 }
}
.p-who-team-member:nth-child(2n+1) {
 margin-top:-240px;
}
@media (max-width: 992px) {
 .p-who-team-member:nth-child(2n+1) {
  margin-top:0;
 }
}
.p-who-team-member:last-child {
 margin-bottom:0;
}
.p-who-team-member-img {
 -ms-flex:50;
 flex:50;
 position:relative;
}
@media (max-width: 992px) {
 .p-who-team-member-img {
  width:50vw;
  margin:0 auto 30vw;
 }
}
@media (max-width: 750px) {
 .p-who-team-member-img {
  width:50vw;
  margin:0 auto 180px;
 }
}
.p-who-team-member-img-main {
 position:relative;
 z-index:1;
 overflow:hidden;
 max-width:300px;
 padding:1px;
}
@media (max-width: 992px) {
 .p-who-team-member-img-main {
  max-width:none;
 }
}
.p-who-team-member-img-main img {
 max-width:300px;
 opacity:0;
 transform:scale3d(1.2, 1.2, 1);
}
@media (max-width: 1200px) {
 .p-who-team-member-img-main img {
  max-width:230px;
 }
}
@media (max-width: 992px) {
 .p-who-team-member-img-main img {
  width:50vw;
  max-width:none;
 }
}
.p-who-team-member-img-shadow {
 position:absolute;
 top:0;
 right:-20px;
 z-index:0;
}
@media (max-width: 1200px) {
 .p-who-team-member-img-shadow {
  top:-20px;
  right:-40px;
 }
}
@media (max-width: 992px) {
 .p-who-team-member-img-shadow {
  top:10px;
  right:-140px;
 }
}
@media (max-width: 750px) {
 .p-who-team-member-img-shadow {
  top:10px;
  right:-70px;
 }
}
.p-who-team-member-img-shadow img {
 max-width:400px;
 opacity:0;
 transform:scale3d(0.7, 0.7, 1);
}
@media (max-width: 1200px) {
 .p-who-team-member-img-shadow img {
  max-width:330px;
 }
}
@media (max-width: 992px) {
 .p-who-team-member-img-shadow img {
  width:60vw;
  max-width:none;
 }
}
.p-who-team-member-info {
 -ms-flex:50;
 flex:50;
 z-index:2;
 margin-left:-120px;
 opacity:0;
}
@media (max-width: 1200px) {
 .p-who-team-member-info {
  margin-left:-40px;
  padding-right:10px;
 }
}
@media (max-width: 992px) {
 .p-who-team-member-info {
  position:absolute;
  top:0;
  margin:0;
  padding:0;
 }
}
.p-who-team-member-name {
 margin:0;
 padding-top:110px;
 font-family:'Raleway', sans-serif;
 font-weight:900;
 font-size:25px;
 letter-spacing:4px;
 color:#000;
}
@media (max-width: 992px) {
 .p-who-team-member-name {
  position:absolute;
  top:0;
  padding-top:80px;
  font-size:5vw;
  letter-spacing:3px;
 }
}
@media (max-width: 750px) {
 .p-who-team-member-name {
  font-size:5.5vw;
  letter-spacing:2px;
 }
}
.p-who-team-member-post {
 font-size:13px;
 padding-bottom:5px;
 letter-spacing:2px;
 color:#303030;
}
@media (max-width: 992px) {
 .p-who-team-member-post {
  position:absolute;
  top:35vw;
  right:0;
  font-size:2vw;
 }
}
@media (max-width: 750px) {
 .p-who-team-member-post {
  letter-spacing:1px;
  font-size:3.5vw;
 }
}
.p-who-team-member-desc {
 max-width:300px;
 font-size:12px;
 letter-spacing:0;
 line-height:20px;
 margin:0;
 color:#676767;
}
@media (max-width: 1200px) {
 .p-who-team-member-desc {
  font-size:11px;
 }
}
@media (max-width: 992px) {
 .p-who-team-member-desc {
  max-width:100%;
  font-size:15px;
  line-height:16px;
  padding-top:70vw;
 }
}
@media (max-width: 750px) {
 .p-who-team-member-desc {
  max-width:100%;
  font-size:11px;
  padding:0;
  margin-top:60vw;
 }
}
.p-who-member-btn {
 display:block;
 position:relative;
 width:300px;
 height:300px;
 margin:-240px 0 200px;
 z-index:1;
 cursor:pointer;
}
@media (max-width: 1200px) {
 .p-who-member-btn {
  width:230px;
  height:230px;
 }
}
@media (max-width: 992px) {
 .p-who-member-btn {
  margin:0 auto;
 }
}
.p-who-member-btn:hover .p-who-member-btn-text {
 transform:translate3d(90px, 0, 0);
}
.p-who-member-btn:hover .p-who-member-btn-bg {
 transform:translate3d(-300px, 0, 0);
}
.p-who-member-btn:hover .p-who-member-btn-shadow {
 opacity:0;
}
.p-who-member-btn:hover .p-who-member-btn-shadow.active {
 opacity:1;
}
@media (max-width: 1200px) {
 .p-who-member-btn:hover .p-who-member-btn-bg {
  transform:translate3d(-230px, 0, 0);
 }
}
@media (max-width: 750px) {
 .p-who-member-btn:hover .p-who-member-btn-text {
  transform:translate3d(0, 0, 0);
 }
 .p-who-member-btn:hover .p-who-member-btn-bg {
  transform:translate3d(0, 0, 0);
 }
 .p-who-member-btn:hover .p-who-member-btn-shadow {
  opacity:1;
 }
 .p-who-member-btn:hover .p-who-member-btn-shadow.active {
  opacity:0;
 }
}
.p-who-member-btn-message {
 position:absolute;
 font-family:'Raleway', sans-serif;
 font-weight:400;
 font-size:25px;
 letter-spacing:4px;
 color:#ffffff;
 top:110px;
 left:70px;
 z-index:2;
}
@media (max-width: 1200px) {
 .p-who-member-btn-message {
  font-size:22px;
  top:75px;
  left:43px;
 }
}
.p-who-member-btn-text-mask {
 width:160px;
 overflow:hidden;
 margin:20px auto 0;
}
@media (max-width: 1200px) {
 .p-who-member-btn-text-mask {
  width:148px;
  margin:-15px auto 15px;
 }
}
.p-who-member-btn-text {
 height:280px;
 position:relative;
 transition:transform ease 0.5s;
 z-index:2;
}
@media (max-width: 1200px) {
 .p-who-member-btn-text {
  height:230px;
 }
}
.p-who-member-btn-text p {
 position:absolute;
 font-size:15px;
 letter-spacing:2px;
 line-height:305px;
 color:#ffffff;
 margin:0;
 padding-right:12px;
}
@media (max-width: 1200px) {
 .p-who-member-btn-text p {
  font-size:13px;
 }
}
.p-who-member-btn-icon-arrow {
 position:absolute;
 width:80px;
 height:305px;
 left:80px;
 /*background:url("../images/arrow.svg") left no-repeat;*/
}
.p-who-member-btn-icon-arrow.active {
 left:-95px;
}
@media (max-width: 1200px) {
 .p-who-member-btn-icon-arrow {
  left:68px;
 }
}
.p-who-member-btn-bg-mask {
 position:relative;
 width:300px;
 height:300px;
 overflow:hidden;
 background-color:#000;
 margin:0 auto;
 top:-300px;
}
@media (max-width: 1200px) {
 .p-who-member-btn-bg-mask {
  width:230px;
  height:230px;
  top:-230px;
 }
}
.p-who-member-btn-bg {
 position:absolute;
 right:-300px;
 width:300px;
 height:300px;
 background-image:linear-gradient(to right, #1A20FF, #83FFD6);
 transition:transform ease 0.5s;
}
@media (max-width: 1200px) {
 .p-who-member-btn-bg {
  right:-230px;
  width:230px;
  height:230px;
 }
}
.p-who-member-btn-shadow {
 position:absolute;
 width:400px;
 height:400px;
 top:0;
 left:0;
 z-index:-1;
 pointer-events:none;
 transition-duration:1.5s;
}
@media (max-width: 1200px) {
 .p-who-member-btn-shadow {
  width:330px;
  height:330px;
 }
}
.p-who-member-btn-shadow img {
 width:100%;
 height:100%;
}
.p-who-member-btn-shadow.active {
 opacity:0;
}
.p-who-company {
 position:relative;
 background-color:#fff;
}
.p-who-company-title {
 font-family:'Raleway', sans-serif;
 font-style:normal;
 font-weight:200;
 font-size:40px;
 color:#303030;
 padding:120px 0;
 margin:0;
 letter-spacing:7px;
 text-align:center;
}
@media (max-width: 750px) {
 .p-who-company-title {
  font-size:25px;
  letter-spacing:4px;
  line-height:33px;
  padding:20vw 7vw;
 }
}
.p-who-company-info {
 width:410px;
 margin:0 auto 120px;
}
@media (max-width: 750px) {
 .p-who-company-info {
  width:90vw;
  margin:0 auto;
 }
}
.p-who-company-info-item {
 width:100%;
 font-size:13px;
 letter-spacing:1px;
 line-height:24px;
 color:#4E4E4E;
 padding-bottom:15px;
}
.p-who-company-info-item::before,.p-who-company-info-item::after {
 display:table;
 content:"";
}
.p-who-company-info-item::after {
 clear:both;
}
@media (max-width: 750px) {
 .p-who-company-info-item {
  font-size:12px;
  letter-spacing:0;
  line-height:20px;
 }
}
.p-who-company-info-title {
 width:115px;
 text-align:right;
 float:left;
}
@media (max-width: 750px) {
 .p-who-company-info-title {
  width:32%;
 }
}
.p-who-company-info-title.long {
 line-height:1.3;
 padding-top:4px;
}
@media (max-width: 750px) {
 .p-who-company-info-title.long {
  padding-top:2px;
 }
}
.p-who-company-info-text {
 width:295px;
 padding-left:20px;
 float:left;
}
@media (max-width: 750px) {
 .p-who-company-info-text {
  width:68%;
  padding-left:10px;
 }
}
.p-who-company-access {
 max-width:100%;
 height:800px;
 margin:0 auto;
}
@media (max-width: 750px) {
 .p-who-company-access {
  width:100%;
  height:150vw;
 }
}
.gmnoprint {
 display:none;
}
.p-who-company-access-btn {
 display:block;
 position:relative;
 width:280px;
 height:90px;
 background-color:#000;
 margin:-200px auto 110px;
 z-index:1;
}
@media (max-width: 750px) {
 .p-who-company-access-btn {
  margin:-150px auto 60px;
 }
}
.p-who-company-access-btn:hover .p-who-company-access-btn-text {
 transform:translate3d(90px, 0, 0);
}
.p-who-company-access-btn:hover .p-who-company-access-btn-bg {
 transform:translate3d(-280px, 0, 0);
}
.p-who-company-access-btn:hover .p-who-company-access-btn-shadow {
 opacity:0;
}
.p-who-company-access-btn:hover .p-who-company-access-btn-shadow.active {
 opacity:1;
}
@media (max-width: 750px) {
 .p-who-company-access-btn:hover .p-who-company-access-btn-text {
  transform:translate3d(0, 0, 0);
 }
 .p-who-company-access-btn:hover .p-who-company-access-btn-bg {
  transform:translate3d(0, 0, 0);
 }
 .p-who-company-access-btn:hover .p-who-company-access-btn-shadow {
  opacity:1;
 }
 .p-who-company-access-btn:hover .p-who-company-access-btn-shadow.active {
  opacity:0;
 }
}
.p-who-company-access-btn-text-mask {
 position:relative;
 width:215px;
 overflow:hidden;
 margin:0 auto;
 z-index:1;
}
.p-who-company-access-btn-text {
 height:90px;
 position:relative;
 transition:transform ease 0.5s;
}
.p-who-company-access-btn-text p {
 position:absolute;
 font-size:15px;
 letter-spacing:1px;
 line-height:94px;
 color:#ffffff;
 margin:0;
 padding-right:12px;
 padding-left:30px;
}
.p-who-company-access-btn-text p::before {
 content:"";
 position:absolute;
 /*background:url("../images/icon-pin_wh.svg") center center no-repeat;*/
 width:30px;
 height:30px;
 top:30px;
 left:-5px;
}
.p-who-company-access-btn-icon-arrow {
 position:absolute;
 width:80px;
 height:95px;
 left:135px;
 /*background:url("../images/arrow.svg") left no-repeat;*/
}
.p-who-company-access-btn-icon-arrow.active {
 left:-95px;
}
.p-who-company-access-btn-bg-mask {
 position:relative;
 width:280px;
 height:90px;
 background-color:#000;
 overflow:hidden;
 margin:0 auto;
 top:-90px;
}
.p-who-company-access-btn-bg {
 position:absolute;
 right:-300px;
 width:300px;
 height:90px;
 background-image:linear-gradient(to right, #1A20FF, #83FFD6);
 transition:transform ease 0.5s;
}
.p-who-company-access-btn-shadow {
 position:absolute;
 width:400px;
 height:212px;
 top:-20px;
 left:-20px;
 z-index:-1;
 pointer-events:none;
 transition-duration:1.5s;
}
.p-who-company-access-btn-shadow img {
 width:100%;
 height:100%;
}
.p-who-company-access-btn-shadow.active {
 opacity:0;
}
.p-who-caption1 {
    max-width: 650px;
    margin-top: 6vw;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 40px;
    color: #4E4E4E;
    opacity: 0;
    transform: translate3d(0, 70px, 0);
    background-color: transparent !important;
}
.pointer {
    width: 48%;
    height: 50px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-top: 12px;
color: #fff;
text-align: center;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
line-height: 23px;
  }
  .pointer:before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
  .pointer:after{
content: "";
position: absolute;
width: 2px;
height: 80px;
background-color: #444444;
top: -10px;
margin: 0 auto;
right: -11px;
  }
  .pointer1 {
    width: 48%;
    height: 50px;
    position: relative;
    float: left;
    margin-bottom: 20px;padding-top: 12px;
color: #fff;
text-align: center;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
  }
  .pointer1:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
  .bgcolor1{
    background-color: #055154;
  }
  .bgcolor1:before{border-right: 20px solid #055154;}
  .bgcolor2{
    background-color: #ffbf3b;
  }
  .bgcolor2:before{border-left: 20px solid #ffbf3b;}
  .bgcolor3{
    background-color: #7cbf42;
  }
  .bgcolor3:before{border-right: 20px solid #7cbf42;}
  .bgcolor4{
    background-color: #eb4a24;
  }
  .bgcolor4:before{border-left: 20px solid #eb4a24;}
  .bgcolor5{
    background-color: #34a8c8;
  }
  .bgcolor5:before{border-right: 20px solid #34a8c8;}
  .bgcolor6{
    background-color: #30a443;
  }
  .bgcolor6:before{border-left: 20px solid #30a443;}
  .bgcolor7{
    background-color: #464646;
  }
  .bgcolor7:before{border-right: 20px solid #464646;}
  .bgcolor8{
    background-color: #d76817;
  }
  .bgcolor8:before{border-left: 20px solid #d76817;}
  .oval {
  width: 520px;
  height: 50px;
  background: #fee300;
  -moz-border-radius: 100px / 50px;
  -webkit-border-radius: 100px / 50px;
  border-radius: 100px / 50px;
  color: #000000;
  position: relative;margin: 0 auto;
   /* top: 280px;*/
    float: none; 
    clear: both; 
    line-height: 50px;
    text-align: center;
        font-size: 14px;
    font-family: 'Roboto', sans-serif; 
}
.u-pc-view{    /*top: 90px;*/top: 20px;}
@media (max-width: 1200px) {
  .p-who-clients{padding: 0 0px 0 20px;}
  .pointer {
    margin-right: 6px;
    font-size: 12px;
    line-height: 23px;
}
.pointer1 {
    font-size: 12px;
}
.pointer::after {
    margin: 0 auto;
    right: -4px;
}
}
@media (max-width: 750px) {
  .p-who-clients{padding: 0 10px 0 10px;}
  .p-who-clients-desc-title {
    letter-spacing: 2px;
    text-align: center;
    padding: 20vw 7vw 0;
}
  .pointer {
    width: 49%;
    height: 50px;
    margin-right: 6px;
    margin-bottom: 3px;
    padding-top: 12px;
    font-size: 11px;
    line-height: 12px;
}
.pointer1 {
    width: 48%;
    height: 50px;
    margin-bottom: 3px;
    padding-top: 12px;
    font-size: 11px;
    line-height: 12px;
}
.pointer::after {
    right: -4px;
}
.oval {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
    font-size: 11px;
}
  }
/* End Who We Are Style */

/* Start Partner's Speak Style */

.our-patrons h2{
      color: #000000;
    position: absolute;
    margin: 0 auto;
    top: 10%;
    text-align: center;
    left: 0;
    right: 0;
    letter-spacing: 0.2em;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
font-size:30px;
}
.owl-carousel {
    display: none;
    position: absolute;
    width: 100%;
    -ms-touch-action: pan-y;
    margin: 50% auto;
    transform: translateY(-60%);
    text-align: center;
} 
.testimonial{
    padding: 70px 30px 50px;
    margin: 50px 30px 30px;
    border: 1px solid #444444;
    position: relative;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #444444;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #444444;
    line-height: 27px;
    text-align: center;
    margin: 0;
    position: relative;
    font-family: 'Raleway', sans-serif;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 25px;
    color: #999999;
    position: absolute;
    top: -25px;
    left: -2px;
}
.testimonial .title{
    display: inline-table;
    padding: 10px;
   /* margin: 0 auto;*/
    background: #fff;
    border: 1px solid #444444;
    font-size: 20px;
    font-weight: 700;
    color: #444444;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: -22px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    font-family: 'Raleway', sans-serif;
}
.testimonial .post{
    font-size: 15px;
    color: #000000;
    font-family: 'Raleway', sans-serif;
}
@media (max-width: 992px) {
  .our-patrons h2{top: -90%;}
  }
@media (max-width: 750px) {
  .our-patrons h2{
position: relative;
top: 90px;
font-size: 22px;
}
.owl-carousel {
  margin: 40% auto;
}
.testimonial {
  margin: 0 30px 30px;
  padding: 40px 30px 50px;
  }
  .testimonial .pic {
    width: 60px;
height: 60px;
top: -37px;
}
.testimonial .description {
    font-size: 12px;
    color: #000;
    line-height: 20px;
  }
  .owl-carousel .owl-wrapper-outer{overflow: visible !important;top: 0px;}
  .testimonial .title{font-size: 16px;}
}
.owl-theme .owl-controls{
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent !important;
}
.owl-prev{
    position: absolute;
    left: -5%;
}
.owl-next{
    position: absolute;
    right: -5%;
}
.owl-prev:after,
.owl-next:after{
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #000000;
    opacity: 1;
}
.owl-next:after{ content: "\f105"; }
 
@media only screen and (max-width: 479px){
    .testimonial{ /*padding: 70px 10px 30px;*/padding: 50px 10px; }
    .testimonial .description:before{ top: -20px }
    .testimonial .title{ font-size: 12px; }
    .testimonial .post{ font-size: 11px; }
    .owl-carousel {
    margin: 100% auto;
}
}

/* End Partner's Speak Style */

/* Start Video Pause Style */

.video-pause-container{
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    color: #ffffff !important;
    position: absolute;
    margin: 0 auto;
    top: 4%;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    bottom:0;
}
.video-pause-container p{
    display: block;
    color: #ffffff;
   /* border: 1px solid #ffffff;*/
    width: 90%;
    margin: 0 auto;
    transform: translateY(-60%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 1.1em;
}
.video-pause-container a{
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
}
i.material-icons {
    font-size: 1.5rem;
    color: white;
    position: relative;
    border-radius: 50%;
    padding: 14px 5px;
    margin: 7px 10px 7px auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
    width: 50px;
    height: 50px;
    text-align: center;
}
i.material-icons:after, a.menu i.material-icons:after {
    content: "";
    width: 100%;
    height: 100%;
    border: solid 2px;
    transform: scale(0.8);
    position: absolute;
    top: -7px;
    left: -7px;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 63px;
    height: 64px;
}
i.material-icons:hover:after, a.menu i.material-icons:hover:after {
    transform: scale(0.8);
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}
i.material-icons:nth-of-type(1) {
    background-color: #eb4a24;
}
i.material-icons:nth-of-type(1):hover {
    color: #ffffff;
}
i.material-icons:nth-of-type(1):after {
    border-color: #eb4a24;
}
a.menu1 i.material-icons {
    background-color: #30a443;
    margin-left: 70px;
}
a.menu1 i.material-icons:hover {
    color: #ffffff;
}
a.menu1 i.material-icons:after {
    border-color: #30a443;
}

i.material-icons:hover, a.menu i.material-icons:hover {
    background-color: transparent !important;
    transform: rotate(90deg);
    cursor: pointer;
    box-shadow: none;
}
p {
    color: #000000;
    font-weight: 500 !important;
   /* margin-top: 20px;*/
}

@media (max-width:601px) {
  i.material-icons {
    padding:10px;
    margin:5px;
    font-size:2rem;
  }
}

@media (max-width:993px) {
  i.material-icons {
    padding:20px;
    margin:10px;
    font-size:4rem;
  }
  i.material-icons:after {
    border-width:3px;
    top:-3px;
    left:-3px;
  }
}

/* End Video Pause style */

/* Start Next Previous Button Style */

.social {
  position: fixed;
  /*top: 100px;*/
  bottom:60px;
  right:0;
  z-index: 9999;
}
@media (max-width: 992px) {
  .social{bottom: 100px;}
  }
  @media (max-width: 750px) {
  .social{bottom: 70px;}
  }
.social ul {
  padding: 0px;
  -webkit-transform: translate(266px, 0);
  -moz-transform: translate(266px, 0);
  -ms-transform: translate(266px, 0);
  -o-transform: translate(266px, 0);
  transform: translate(266px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
  text-align: left;
  padding: 10px 0px;
  -webkit-border-radius: 30px 0px 0px 30px;
  -moz-border-radius: 30px 0px 0px 30px;
  border-radius: 30px 0px 0px 30px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(-200px, 0);
  -moz-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  background: rgba(9, 99, 128, 0.85);
  color: rgb(255, 255, 255); 
}
.social ul li:hover a {
  color: #ffffff;
}
.social ul li:hover i {
  color: #fff;
  background: #096380;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 17px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* Start Next Previous Button Style */

/* Start Who We Are Tab Style */

.tabs {
  
  float: none;
  list-style: none;
  position: relative;
  margin: 10px 0 0 0px;
  text-align: left;
}
.tabs li {
  float: left;
  display: block;
}
.tabs input[type="radio"] {
  position: absolute;
  top: 0;
  left: -9999px;
}
.tabs label {
  display: block;
  padding: 14px 21px;
  border-radius: 2px 2px 0 0;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  /*background: #8e44ad;*/
  cursor: pointer;
  position: relative;
  top: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: 'Raleway', sans-serif;
}
.tabs label:hover {
  color: #f75314;
}
.tabs .tab-content {
    z-index: 2;
    display: none;
    overflow: hidden;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    padding: 19px 25px;
    position: absolute;
    top: 40px;
    left: 0;
    /* background: #612e76; */
    font-family: 'Raleway', sans-serif;
    color: #000000;
}
.tabs [id^="tab"]:checked + label {
    top: 0;
    padding-top: 17px;
    /* background: #612e76; */
    font-weight: bold;
    color: #000000;
    position: relative;
}
.tabs [id^="tab"]:checked + label:after{
  content: "";
  position:absolute;
  width: 100%;
  height: 2px;
  background-color: #f75314;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}
p.link {
  clear: both;
  margin: 380px 0 0 15px;
}
p.link a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px;
  background-color: #612e76;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
p.link a:hover {
  background-color: #522764;
}
/* End Who We Are Tab Style */

/* start How it works style */

.demo{ background: #fff; height: 100vh;
  background:url(../images/howworksBg.jpg) no-repeat center center; background-size: cover;}
.main-timeline{
    overflow: hidden;
    position: relative;/* top:35px; */    top: 46px;
}
.main-timeline .timeline{
    width: 50%;
    float: left;
    z-index: 1;
    position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    clear: both;
}
.main-timeline .timeline:before{
    content: "";
    width: 40px;
    height: 90%;
    background: #727cb6;
    position: absolute;
    top: 10%;
    right: -20px;
}
.main-timeline .timeline:nth-child(6):before, .main-timeline .timeline:last-child:before{ height: 0; }
.main-timeline .timeline-icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #727cb6;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 3;
}
.main-timeline .timeline-icon:before{
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #727cb6;
    box-shadow: 0 0 0 4px #a5afe4;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.main-timeline .timeline-icon i{
    font-size: 26px;
    color: #303a3b;
    line-height: 60px;
    z-index: 1;
    position: relative;
}
.main-timeline .year{
    display: block;
    padding: 0 60px 0 30px;
    font-size: 20px;
    color: #303a3b;
    text-align: right;
    border-bottom: 2px solid #303a3b;
    z-index: 2;
    position: relative;
    font-family: 'Raleway', sans-serif;
    /*line-height: 30px;*/
}
.main-timeline .year:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #727cb6;
    border: 5px solid #fff;
    box-shadow: 0 0 0 4px #727cb6;
    margin: auto;
    position: absolute;
    bottom: -15px;
    left: 4px;
}
.main-timeline .year:after{
    content: "";
    border-left: 10px solid #303a3b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 50px;
}
.main-timeline .timeline-content{
    padding: 7px 78px 18px 40px;
    text-align: right;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: "";
    width: 80px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -7%;
    right: 15px;
    z-index: -1;
}
.main-timeline .timeline-content:after{
    left: auto;
    right: -95px;
}
.main-timeline .timeline:nth-child(6) .timeline-content:before,
.main-timeline .timeline:nth-child(6) .timeline-content:after,
.main-timeline .timeline:last-child .timeline-content:before,
.main-timeline .timeline:last-child .timeline-content:after{
    width: 0;
    height: 0;
}
.main-timeline .title{
    font-size: 16px;
    font-weight: bold;
    color: #727cb6;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
}
.main-timeline .description{
    font-size: 12px;
    color: #000000;
    line-height: 20px;font-family: 'Raleway', sans-serif;
    text-align: justify;
}
.main-timeline .timeline:nth-child(2){ margin-top: 70px; }
.main-timeline .timeline:nth-child(even){ margin-bottom: 74px; }
.main-timeline .timeline:nth-child(odd){ margin: -126px 0 0 0; }
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even){
    margin: 0 !important;
}
.main-timeline .timeline:nth-child(2n):before,
.main-timeline .timeline:nth-child(2n) .timeline-icon{
    right: auto;
    left: -20px;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon{ left: -30px }
.main-timeline .timeline:nth-child(2n) .year{
    padding: 0 30px 0 60px;
    text-align: left;
}
.main-timeline .timeline:nth-child(2n) .year:before{
    left: auto;
    right: 4px;
}
.main-timeline .timeline:nth-child(2n) .year:after{
    border-left: none;
    border-right: 10px solid #303a3b;
    right: 50px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content{
    padding: 5px 40px 18px 77px;
    text-align: left;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{ left: -95px; }
.main-timeline .timeline:nth-child(2n) .timeline-content:after{ left: 15px; }
.main-timeline .timeline:nth-child(2n):before,
.main-timeline .timeline:nth-child(2n) .timeline-icon{ background: #e77e21; }
.main-timeline .timeline:nth-child(2n) .timeline-icon:before{
    border-color: #e77e21;
    box-shadow: 0 0 0 4px #f1a563;
}
.main-timeline .timeline:nth-child(2n) .year:before{
    background: #e77e21;
    box-shadow: 0 0 0 4px #e77e21;
}
.main-timeline .timeline:nth-child(2n) .title{ color: #e77e21; }
.main-timeline .timeline:nth-child(3n):before,
.main-timeline .timeline:nth-child(3n) .timeline-icon{ background: #008b8b; }
.main-timeline .timeline:nth-child(3n) .timeline-icon:before{
    border-color: #008b8b;
    box-shadow: 0 0 0 4px #50b5b4;
}
.main-timeline .timeline:nth-child(3n) .year:before{
    background: #008b8b;
    box-shadow: 0 0 0 4px #008b8b;
}
.main-timeline .timeline:nth-child(3n) .title{ color: #008b8b; }
.main-timeline .timeline:nth-child(4n):before,
.main-timeline .timeline:nth-child(4n) .timeline-icon{
    background: #ed687c;
}
.main-timeline .timeline:nth-child(4n) {
    margin-top: 70px;float: right;top: -126px;
}
.main-timeline .timeline:nth-child(5n) {
    margin-top: 15px;float: left;
}
.main-timeline .timeline:nth-child(4n) .timeline-icon:before{
    border-color: #ed687c;
    box-shadow: 0 0 0 4px #f798a8;
}
.main-timeline .timeline:nth-child(4n) .year:before{
    background: #ed687c;
    box-shadow: 0 0 0 4px #ed687c;
}
.main-timeline .timeline:nth-child(4n) .title{ color: #ed687c; }
.main-timeline .timeline:nth-child(6n) {
    margin-top: 35px;
    float: right; clear: both;top: -216px;
}
.main-timeline .timeline:nth-child(5n) .year:before {
    background: #ffbf3b;
    box-shadow: 0 0 0 4px #ffbf3b;
}
.main-timeline .timeline:nth-child(5n) .timeline-icon:before {
    border-color: #ffbf3b;
    box-shadow: 0 0 0 4px #ffbf3b;
}
.main-timeline .timeline:nth-child(5n):before, .main-timeline .timeline:nth-child(5n) .timeline-icon {
    background: #e3a525;
}
.main-timeline .timeline:nth-child(5n) .title {
    color: #ffbf3b;
}
.main-timeline .timeline:nth-child(6n) .year:before {
    background: #34a8c8;
    box-shadow: 0 0 0 4px #34a8c8;
}
.main-timeline .timeline:nth-child(6n) .timeline-icon:before {
    border-color: #34a8c8;
    box-shadow: 0 0 0 4px #34a8c8;
}
.main-timeline .timeline:nth-child(6n):before, .main-timeline .timeline:nth-child(6n) .timeline-icon {
    background: #1b87a5;
}
.main-timeline .timeline:nth-child(6n) .title {
    color: #1b87a5;
}
@media only screen and (max-width: 990px){
    .main-timeline .timeline{ width: 100%; }
    .main-timeline .timeline:nth-child(even),
    .main-timeline .timeline:nth-child(odd){
        margin: 0;
    }
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(2n):before{
        width: 30px;
        height: 100%;
        left: 25px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(2n) .timeline-icon{
        left: 0;
    }
    .main-timeline .year,
    .main-timeline .timeline:nth-child(2n) .year{
        text-align: left;
        padding: 0 30px 0 100px;
    }
    .main-timeline .year:before,
    .main-timeline .timeline:nth-child(2n) .year:before{
        left: auto;
        right: 4px;
    }
    .main-timeline .year:after{
        left: auto;
        right: 50px;
        border-right: 10px solid #303a3b;
        border-left: none;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        text-align: left;
        padding: 5px 40px 18px 100px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline-content:after{
        width: 0;
        height: 0;
    }
}

.scroll
{
  position: fixed;
  bottom: 0;
  left: 0;
}
.horizon
{
  z-index: 1;
  width: 3000px;
}

.middlescroll
{
 /* z-index: 98;
  width: 100%;*/
     z-index: 999;
    width: 100%;
  /*  position: relative;
    background-color: #fff;
    margin-top: 70px;*/
    height: 90vh;
}

.front
{
  /*z-index: 99;
  width: 100%;*/
      z-index: 999;
    width: 100%;
    position: relative;
   /* border: 1px solid red;*/
    overflow: hidden;
    background: #fff;
    height: 80vh;
    margin-top: 69px;
}
/* End How it works style */
.pointer a, .pointer1 a{color:#ffffff; font-weight: bold; font-size:15px; }
#provider{
  width:48%;
  /*float: left;*/
      position: absolute;
    top: 70px;
}
#buyer{
  float: right;
  width: 48%;
}
.middlescroll .pointer1{    margin-top: 40px;}
.middlescroll ul {
  list-style-type: square;
}
.middlescroll ul li {
     color: #444444;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 30px;
}
   .middlescroll .pointer:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 300px;
    background-color: #444444;
    top: -10px;
    margin: 0 auto;
    right: -11px;
}

/* Start Login & Registration Style */

/*-- main --*/
.loginBg {
    font-family: 'Raleway', sans-serif;
    background-attachment: fixed;
    background: url(../images/loginBg.jpg) no-repeat 0px 0px;
        background-size: auto auto;
    background-size: cover;
}
.main {
    padding: 1em 0 0;
}
.main a img{width: 35%; margin-left: 2em;}
.contact-hm{
  width: 40px;
height: 40px;
border-radius: 50%;
box-shadow: 0px 1px 1px 1px rgba(0,0,0,.01);
/*background-color: #fff;*/
vertical-align: middle;
text-align: center;
line-height: 32px;
font-size: 25px;
color: #000;
margin-left: 4px;
padding: 2px 2px;
/*border: 1px solid #fefefe;*/
}
.contact-hm a{
  color: #000000;
}
.contact-hm a:hover{color: #e20d1a}
.main-agileinfo{
    width: 50%;
    margin: 5em auto 9.2em;
  background-color: rgba(0, 0, 0, 0.59);
  position: relative; 
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.w3table-topimg {
    margin-top: -4em;
}
.w3table-topimg img { 
    width: 100%;
}
.w3table-cell form {
    padding: 1.5em;
}
.main-agileinfo input[type="radio"] {
    margin: 0 0px 0 -18px;
    width: 12px;
    display: inline-block;
  vertical-align: middle;
}
.main-agileinfo .radio {
    display: inline-block;
    margin-bottom: 1em;
    float: left;
    width: 22%;
}
.main-agileinfo .radio:nth-child(2) {
    width: 34%;
}
.main-agileinfo label {
    font-size: 0.7em;
    color: #8c8c8c;
    margin-right: .8em;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}
.main-agileinfo h5.w3ls-ltext {
    font-size: .8em;
    color: #999;
    font-weight: 600;
    margin-bottom: 0.5em;
    font-family: 'Raleway', sans-serif;
}
.sign-up p {
    font-size: .7em;
    color: #999;
    margin-bottom: 1em;
    font-family: 'Raleway', sans-serif;
}
/*-- forms --*/  
.w3table {
  display:table;
  width: 100%;
  height: 100%;
} 
.w3table-cell {
  display: table-cell;
  vertical-align: middle;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; 
} 
.w3table-tophead h2,.w3table-cell h3 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
.main-agileinfo .wthree-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-agileinfo .wthree-box:before, .main-agileinfo .wthree-box:after {
    content: " ";
    position: absolute;
    left: 153px;
    top: 42px;
    background-color: rgba(189, 95, 84, 0.39);
    background-color: rgba(135, 186, 69, 0.49);
    -webkit-transform: rotateX(52deg) rotateY(15deg) rotateZ(-38deg);
    -moz-transform: rotateX(52deg) rotateY(15deg) rotateZ(-38deg);
    -ms-transform: rotateX(52deg) rotateY(15deg) rotateZ(-38deg);
    -o-transform: rotateX(52deg) rotateY(15deg) rotateZ(-38deg);
    transform: rotateX(52deg) rotateY(15deg) rotateZ(-38deg);
    width: 300px;
    height: 265px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.main-agileinfo .wthree-box:after {
    background-color: rgba(250, 128, 114, 0.48);
    background-color: rgba(135, 186, 69, 0.49);
    top: 22px;
    left: 155px;
    width: 324px;
    height: 220px;
}
.main-agileinfo .agileui-forms {
  position: relative;
}
.main-agileinfo .btn {
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    background-color: #00BCD4;
    opacity: 1;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
  text-transform: uppercase;
  font-size: 0.9em;
    font-family: 'Raleway', sans-serif;
}
.main-agileinfo .btn:hover {
  opacity: 0.7;
}
.main-agileinfo .btn, .main-agileinfo input, .main-agileinfo textarea  {
  padding: 8px 12px;
}
.main-agileinfo .info-w3lsitem .btn {
    width: 35%;
}
/*.main-agileinfo input,.main-agileinfo textarea {
    margin: 0 auto 15px;
    display: block;
    width: 89%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #999;
    font-size: 0.8em;
    left: 1px;
    outline: none;
  font-family: 'Open Sans', sans-serif;
}
.main-agileinfo textarea {
    min-height: 3em;
}*/
.main-agileinfo .agileui-forms .container-info {
  text-align: left;
  font-size: 0;
}
.main-agileinfo .agileui-forms .container-info .info-w3lsitem {
  text-align: center;
  font-size: 16px;
    width: 394px;
    height: 370px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  opacity: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
    font-family: 'Raleway', sans-serif;
}
.main-agileinfo .agileui-forms .container-info .info-w3lsitem p {
  font-size: 20px;
  margin: 20px;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
}
.agileui-forms .container-info .info-w3lsitem .btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.agileui-forms .container-info .info-w3lsitem .w3table-cell {
  padding-right: 87px;
}
.agileui-forms .container-info .info-w3lsitem:nth-child(2) .w3table-cell {
  padding-left: 35px;
  padding-right: 0;
}
.container-form {
  overflow: hidden;
  position: absolute;
  left: 70px;
    top: -50px;
    width: 406px;
    height: 536px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index:999;
} 
.form-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.form-item.sign-up {
  position: absolute;
  left: -100%;
  opacity: 0;
}
.log-in .wthree-box:before {
  position: absolute;
  left: 180px;
  top: 62px;
  height: 265px;
}
.log-in .wthree-box:after {
  top: 22px;
  left: 192px;
  width: 324px;
  height: 220px;
}
.log-in .container-form {
    left: 370px;
}
.log-in .container-form .form-item.sign-up {
  left: 0;
  opacity: 1;
}
.log-in .container-form .form-item.log-in {
  left: -100%;
  opacity: 0;
} 
/*-- //forms --*/


.fields-grid {
    margin-bottom: 20px;
}
.social-grids {
    margin-top: 50px;
}
.fields-grid a {
    margin-left: 10px;
}
label a:hover {
    text-decoration: underline;
}
.social-text{
  float:left;
  width:50%;
}
.social-text p {
    color: #000;
    margin: .6em 0 0 1em;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}
.social-icons{
  float:left;
  width:50%;
}
.social-icons ul {
    padding: 0;
    margin: 0;
}
.social-icons ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}
.social-icons ul li a {
    color: #FFFFFF;
    text-align: center;
}
.social-icons ul li a i.fa.fa-facebook, .social-icons ul li a i.fa.fa-twitter, .social-icons ul li a i.fa.fa-rss {
    height: 35px;
    width: 35px;
    border: solid 2px #1a2537;
    line-height: 36px;
    /* background: #dfe8ee; */
    border-radius: 30px;
    color: #1a2537;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.social-icons ul li a i.fa.fa-facebook:hover {
  border: solid 2px #3b5998;
  background:#3b5998;
    color: #FFFFFF;
}
.social-icons ul li a i.fa.fa-twitter:hover{
  border: solid 2px #55acee;
  background:#55acee;
  color: #FFFFFF;
}
.social-icons ul li a i.fa.fa-rss:hover{
  border: solid 2px #f26522;
  background:#f26522;
  color: #FFFFFF;
}

::-webkit-input-placeholder {
    color: #000 !important;
    font-weight: 900 !important;
}

/*-- //main --*/   
/*-- copyright --*/
.copyw3-agile {
    margin: 0 0 0;
    position:absolute;
    bottom:0;
    width:100%;
    text-align: center;
}
.copyw3-agile p {
    font-size: 0.8em;
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 2px;
    padding: .7em;
    background: rgba(0, 0, 0, 0.53);
    font-family: 'Raleway', sans-serif;
}
.copyw3-agile p a{
    color: #d1d1d1;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all; 
}
.copyw3-agile p a:hover{
    color: #fff;  
}
/*-- //copyright --*/

.register input[type="text"],.register input[type="email"],.register input[type="password"],.register input[type="tel"]{
    font-size: 0.7em;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #212121;
    background: none;
    -webkit-appearance: none;
  outline: none;
    font-family: 'Roboto', sans-serif;
}
.register input[type="checkbox"], .register input[type="radio"] {
    cursor: pointer;
}
.register input[type="submit"]{
    outline: none;
    color: #fff;
    float: right;
   /* margin-right: 30px;*/
    padding: 6px 10px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-appearance: none;
    background: #1a2537;
    border: 1px solid #1a2537;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-family: 'Raleway', sans-serif;
}
.register .btn {
    outline: none;
    color: #fff;
    float: right;
    margin-right: 0px;
    padding: 6px 10px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-appearance: none;
    background: #1a2537;
    border: 1px solid #1a2537;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-family: 'Raleway', sans-serif;
    border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    width: auto;
/*margin-top: -12px;*/
}
input[type="submit"]:hover, .register .btn:hover {
    background: cadetblue;
    border: 1px solid cadetblue;
}

/*-- input-effect --*/
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #8c8c8c;
    top: -1.3em;
    -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s; 
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
    transition: all 0.125s;
    font-family: 'Raleway', sans-serif;
    opacity: 0;
}
.styled-input {
  width: 100%;
    position: relative;
    margin: 0 0 0.5em;
}
.styled-input:nth-child(1),.styled-input:nth-child(3){
  margin-left:0;
}
.textarea-grid{
  float:none !important;
  width:100% !important;
  margin-left:0 !important;
}
.styled-input label {
  color: #8c8c8c;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: .8em;
    display: block;
    line-height: 1em;
    font-family: 'Raleway', sans-serif;
}
.styled-input input ~ span,.styled-input textarea ~ span {
  display: block;
    width: 0;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input textarea ~ span { 
    bottom: 5px; 
}
.styled-input input:focus.styled-input textarea:focus { 
  outline: 0; 
} 
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s;
  -moz-transition: all 0.075s;  
  transition: all 0.075s; 
}
.form-control{
  color: #8c8c8c;
  font-family: 'Roboto', sans-serif;
  border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  webkit-box-shadow:none;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} 
.form-group {
    margin-bottom: 6px;    
}
.radiolabel{
  font-size: 0.7em;
  color: #8c8c8c;
   font-family: 'Raleway', sans-serif;
}
.regisdriver input[type="text"]{
  width: 70%;
float: left;
font-size: 0.7em;
padding: 0.5em 1em;
border: 0;
border-bottom: 1px solid #212121;
background: none;
-webkit-appearance: none;
outline: none;
font-family: 'Raleway', sans-serif;
}
.regisdriver .btn{
      float: left;
    display: inline-block;
width: 20%;
margin-left: 5px;
padding: 5px;
font-size: 0.7em;
font-family: 'Raleway', sans-serif;
margin-top: 6px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 0px 0 0;
        margin-left: 0px;
    margin-top: 1px \9;
    line-height: normal;
}
.form-control:focus {
   /* border-color: #66afe9;*/
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0);
}
.form-group select{
 /* border:transparent;
  border-bottom: 1px solid #333;*/
  width: 100% !important;
  font-size: 0.7em !important;
  color: #8c8c8c !important;
   padding: 0.5em .9em !important;
   display: block !important;
    line-height: 1em !important;
    font-family: 'Raleway', sans-serif !important;
}
.form-group .select2{
 /* border:transparent;
  border-bottom: 1px solid #333;*/
  width: 100% !important;
  font-size: 0.7em !important;
  color: #8c8c8c !important;
   padding: 0em !important;
   display: block !important;
    line-height: 1em !important;
    font-family: 'Raleway', sans-serif !important;
}
.select2-results__options {
    list-style: none;
    font-size: 0.7em !important;
    padding: 0.1em 0 0 !important;
}
.select2-search--dropdown {
    display: block;
    padding: 1px;
}
.select2-search--dropdown .select2-search__field {
    padding: 3px;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.7em;
    font-family: 'Raleway', sans-serif;
}
.select2-dropdown{
  border-radius: 0px;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 0px;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.modal-header .close {
   /* font-size: 2.5em;
    font-weight: bold;
    line-height: 1;
    color: #8c8c8c;
    text-shadow: 0 1px 0 #fff;*/
        font-size: 2.5em;
    font-weight: 600 !important;
    line-height: 27px;
    color: #8c8c8c;
    text-shadow: 0 1px 0 #fff;
    right: 10px;
}
.modal-footer .btn {
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    width: auto;
    color: #fff;
    background-color: #1a2537;
    opacity: 1;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
    border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: 'Raleway', sans-serif;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0px, 70px);
    -ms-transform: translate(0, 70px);
    -o-transform: translate(0, 70px);
    transform: translate(0, 70px);
}
.marg-lft20{
  margin-left: 20px;
}
/*-- //input-effect --*/

label {
    display: inline-block;
    max-width: 100%;
    font-family: 'Raleway', sans-serif !important;
    font-size: 13px !important;
}

.required{
	color: red;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    vertical-align: super;
    }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border: none;
} 
#terms .modal-dialog {
    margin: 0px auto;
} 
#terms .modal-body{
    height: 340px;
    overflow: auto;
    padding-bottom: 20px;
}  
#terms .modal-body p{
line-height: 16px;
margin-top: 10px;
font-size: 12px;
font-family: 'Raleway', sans-serif;
color:#333;
}
.loginhm{
	margin-right: 8%;
    font-size: 25px;
}
.loginhm a{color:#1a2537;}
.loginhm a:hover{color:cadetblue;}

    

/*-- responsive-design --*/
@media(max-width:1440px){
.main-agileinfo {
    width: 62%; 
}
}
@media(max-width:1366px){

}
@media(max-width:1280px){
.main-agileinfo {
    width: 65%;
}
}
@media(max-width:1080px){
.main-agileinfo {
    width: 75%;
  margin: 6em auto;
} 
} 
@media(max-width:1024px){
  .main-agileinfo {
    width: 79%; 
  }
}
@media(max-width:991px){
.main-agileinfo {
    width: 90%; 
}
}
@media(max-width:800px){
  h1 {
    font-size: 2.6em; 
  }
  .main-agileinfo {
    margin: 4em auto;
    width: 90%;
  }
.w3table-topimg {
    margin-top: -2em;
}
.main-agileinfo .agileui-forms .container-info .info-w3lsitem {
    height: 370px;
}
}
@media(max-width:800px){
.main-agileinfo {
    width: 83%; 
}
.container-form {
    left: 30px;
    width: 320px;
}
.agileui-forms .container-info .info-w3lsitem .w3table-cell {
    padding-right: 40px;
}
.main-agileinfo .agileui-forms .container-info .info-w3lsitem {
    width: 300px;
}
.register input[type="submit"] {
    margin-right: 10px;
}
.log-in .container-form {
    left: 290px;
}
.social-text p {
    margin: .6em 0 0 0em;
}
.social-icons ul li {
    margin: 0 .2em 0 0;
}
.w3table-tophead h2, .w3table-cell h3 {
    font-size: 28px;
}
.container-form {
    height: 400px;
}
.main-agileinfo .agileui-forms .container-info .info-w3lsitem {
    height: 345px;
}
}
@media(max-width:736px){
.main-agileinfo {
    width: 85%; 
}
.main {
    padding: 2em 0 0;
}
h1 {
    font-size: 2.2em;
    letter-spacing: 3px;
}
.log-in .container-form {
    left: 266px;
}
label a {
    margin-left: 0px !important;
    font-size: 13px;
    letter-spacing: 0px;
}
}
@media(max-width:667px){
.container-form { 
    left: 30px; 
}
.main-agileinfo {
    width: 93%;
}
}
@media(max-width:640px){ 
.main-agileinfo .agileui-forms .container-info .info-w3lsitem { 
    width: 285px; 
}
.main-agileinfo .agileui-forms .container-info .info-w3lsitem p {
    font-size: 17px;
    margin: 15px;
}
.container-form {
    left: 22px;
  width: 280px;
}
.log-in .container-form {
    left: 270px;
}
.w3table-cell form {
    padding: 1em;
}
.main-agileinfo label {
    font-size: .7em; 
}
.main-agileinfo input, .main-agileinfo textarea { 
    width: auto; 
}
.w3table-topimg {
    margin-top: -1.9em;
}
.w3table-tophead h2, .w3table-cell h3 {
    font-size: 28px;
}
.fields-grid a {
    margin-left: 0px;
    letter-spacing: 0;
    font-size: 12px;
}
.styled-input {
    margin: 0 0 1em;
}
.social-icons ul li a i.fa.fa-facebook, .social-icons ul li a i.fa.fa-twitter, .social-icons ul li a i.fa.fa-rss {
    height: 30px;
    width: 30px;
    line-height: 31px;
  font-size:15px;
}
.social-text,.social-icons {
    float: none;
    width: auto;
    text-align: center;
}
.agileui-forms .container-info .info-w3lsitem .w3table-cell {
    padding-right: 20px;
}
.social-text p {
    margin-bottom: 15px;
    margin-left: 0;
}
.register input[type="submit"] {
    margin-right: 10px;
}
.main-agileinfo .agileui-forms .container-info .info-w3lsitem {
    height: 330px;
}
.container-form {
    height: 390px;
}
}
@media(max-width:600px){
.main-agileinfo .agileui-forms .container-info .info-w3lsitem {
    width: 265px;
}
.log-in .container-form {
    left: 232px;
}  
.main-agileinfo .wthree-box:before, .main-agileinfo .wthree-box:after { 
    left: 102px; 
}
.main-agileinfo .wthree-box:before, .main-agileinfo .wthree-box:after { 
    top: 32px; 
}
.log-in .wthree-box:before { 
    top: 32px; 
}
.log-in .wthree-box:after {
    top: 8px; 
}
}
@media(max-width:568px){
.main-agileinfo .agileui-forms .container-info .info-w3lsitem {
    width: 253px;
}
.log-in .container-form {
    left: 213px;
}

.main-agileinfo .agileui-forms .container-info .info-w3lsitem {
    height: 320px;
}
.container-form {
    height: 410px;
}
}
@media(max-width:480px){
.main-agileinfo {
    width: 85%;
  margin: 2em auto;
}
.log-in .container-form {
    left: 26px;
}
.main-agileinfo .agileui-forms .container-info .info-w3lsitem {
    width: 50%;
    height: 522px;
} 
.agileui-forms .container-info .info-w3lsitem .w3table-cell {
    padding-right: 0;
    vertical-align: top;
}
.agileui-forms .container-info .info-w3lsitem:nth-child(2) .w3table-cell {
    padding-left: 0; 
}
.main-agileinfo .info-w3lsitem .btn {
    width: 44%;
    font-size: .8em;
}
.main-agileinfo .agileui-forms .container-info .info-w3lsitem p {
    font-size: 15px;
    margin: 20px 0 15px;
}
.main-agileinfo .info-w3lsitem .btn {
    width: 40%;
    font-size: .7em;
}
.log-in .container-form ,.container-form{
    left: 35px;
    top: 109px;
    width: 330px;
}
.copyw3-agile p {
    font-size: 0.8em; 
}
h1 {
    font-size: 2em;
    letter-spacing: 1px;
}
.copyw3-agile {
     margin: 0;
    text-align: center;
}
}
@media(max-width:414px){
.log-in .container-form, .container-form {
    left: 20px; 
    width: 297px;
}
h1 {
    font-size: 1.6em;
    letter-spacing: 2px;
}
.main-agileinfo .agileui-forms .container-info .info-w3lsitem {
    height: 510px;
}
}
@media(max-width:384px){
.main-agileinfo {
    width: 92%; 
}

}
@media(max-width:375px){
.main-agileinfo .agileui-forms .container-info .info-w3lsitem p {
    font-size: 14px; 
}
.log-in .container-form, .container-form {
    width: 288px;
}
}
@media(max-width:320px){
.main {
    padding: 0em 0 0;
}
h1 {
    font-size: 1.4em;
    letter-spacing: 1px;
}
.main-agileinfo { 
    margin: 0.5em auto;
}
.main-agileinfo .agileui-forms .container-info .info-w3lsitem p {
    font-size: 13px;
    margin: 15px 0 10px;
}
.log-in .container-form, .container-form {
    left: 12px;
    width: 255px;
    top: 90px;
}
.w3table-topimg {
    margin-top: -3em;
}
.main-agileinfo label { 
    margin-right: .4em;
}
.main-agileinfo .agileui-forms .container-info .info-w3lsitem {
    height: 487px;
}
.register input[type="text"],.register input[type="email"],.register input[type="password"],.register input[type="tel"]{
    font-size: 0.5em;
    }
}
/*-- //responsive-design --*/
.custom-error {
    color: #f00 !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 0.7em !important;
}
/* End Login & Registration Style */


.circle{
  width: 60%;
  border-radius: 50% 50%;
  background-color: #ffffff;
  margin:0 auto;
  background: url(../images/who_03.jpg) center center no-repeat;background-size: cover;
}
.benefit-container{
  top: 49px;
/*border: 1px solid red;*/
height: 79vh;
}
.benefit-container > div:last-child{
  margin-top:30px;
}
.imd-container h2{
  font-family: 'Raleway', sans-serif !important;
font-size: 1em !important;
color: #000000;
font-weight: 500;
margin-bottom: 8px;
}
.imd-container ul{
  margin: 5px 5px 5px 20px;
  padding:0; 
}
.imd-container ul li{
  list-style-type: none;
  font-family: 'Raleway', sans-serif !important;
    font-size: 0.9em !important;
    line-height: 2.5em;
    color: #000000;
    position: relative;
}
.imd-container ul li i{
  margin-right: 10px;
}

/*animations*/

/******************
* Bounce in right *
*******************/


.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 
.slow{
     -webkit-animation-duration: 1.5s; 
    animation-duration: 1.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
.slower{
     -webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
.slowest{
     -webkit-animation-duration: 3s; 
    animation-duration: 3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}
/****************
* bounceInRight *
****************/

@-webkit-keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(400px); 
    } 
    60% { 
        
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        transform: translateX(400px); 
    } 
    60% { 
        
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        transform: translateX(0); 
    } 
} 


.bounceInRight.go { 
    -webkit-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
}

/******************
* Bounce in left *
*******************/

@-webkit-keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(-400px); 
    } 
    60% { 
       
        -webkit-transform: translateX(30px); 
    } 
    80% { 
        -webkit-transform: translateX(-10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        
        transform: translateX(-400px); 
    } 
    60% { 
       
        transform: translateX(30px); 
    } 
    80% { 
        transform: translateX(-10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateX(0); 
    } 
} 

.bounceInLeft.go { 
    -webkit-animation-name: bounceInLeft; 
    animation-name: bounceInLeft; 
}
/*************
* FadeInLeft *
*************/

@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInLeft{ 
    opacity: 0; 
    -webkit-transform: translateX(-400px); 
    transform: translateX(-400px);
}
.fadeInLeft.go { 
    -webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft; 
}


/*************
* FadeInRight *
*************/

@-webkit-keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRight{ 
    opacity: 0; 
    -webkit-transform: translateX(400px); 
    transform: translateX(400px);
}
.fadeInRight.go { 
    -webkit-animation-name: fadeInRight; 
    animation-name: fadeInRight; 
}

/* PAGES
-------------------------------------------------*/

#main-page {
    height: 25px;
    width: 375px;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    background-color: #27ae60;
    display: none;
}
#next-page {
    height: 25px;
    width: 375px;
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
    background-color: #e74c3c;
  display: none;
}
.maincontent {
  padding-top: 40px;
    display: none;
}
.nextcontent {
  padding-top: 40px;
    display: none;
}
a.back{
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #dfdfdf;
    text-decoration: none;
    text-align: center;
    width: auto;
    margin: 10px auto;
    display: inline-block;
}
a.mainlink {
    font-family: 'Raleway', sans-serif;
color: #1b87a5;
    border: 1px solid #1b87a5;
padding: 15px 10px;
display: inline-block;
text-align: center;
/*margin: -10px auto;*/
left:45px;
position:relative;
top:0px;
width: auto;
text-decoration: none;
cursor: pointer;
font-size: 17px;
font-weight: 400;
}
a.nextlink {
    font-family: 'Raleway', sans-serif;
color: #1b87a5;
    border: 1px solid #1b87a5;
padding: 15px 10px;
display: inline-block;
text-align: center;
/*margin: -10px auto;*/
left:45px;
position:relative;
top:-23px;
width: auto;
text-decoration: none;
cursor: pointer;
font-size: 17px;
font-weight: 400;
}
a.mainlink:hover, a.nextlink:hover{
    background: #fff;
    color: #575757;
} 

