/*
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Noto Serif JP', serif;
*/

html, body {
    height: 100%;
    width: 100%;
}
body {
    background-color: #FFF;
    position: relative;
}
body, ul, ol, h1, h2, h3, h4, h5, h6, form, li, p, address, dd, dt, dl {
    margin: 0;
    padding: 0;
}
body, input, select, textarea, body * {
    margin: 0px;
    padding: 0px;
    font: 400 14px/1.3em 'Raleway', sans-serif;
    color: #000000;
    box-sizing: border-box;
}
input, select, textarea {
    font-size: 14px;
}
body::after, body::before, input::after, input::before, select::after, select::before, textarea::after, textarea::before, body *::after, body *::before {
    box-sizing: border-box;
}
body * {
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
}

/*body * {
	-webkit-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
}*/

body a, body a * {
    color: inherit;
    -webkit-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}
body a:hover {
    color: #3E6CF7;
}
body a img {
    border-width: 0px;
    border-style: none;
}
body p {
    font: 400 14px/1.7em 'Raleway', sans-serif;
    color: #000000;
    padding: 0px 0px 20px;
    text-align: left;
}
p strong {
    font-weight: 600;
    font-size: inherit;
}
.jusified {
    text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0px;
    padding: 0px;
}
h1 a, h2 a, h3 a, h4 a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
a:focus, a:active {
    outline: none;
    outline-style: none;
}
.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clear {
    zoom: 1;
}
*:first-child+html .clear {
    zoom: 1;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.col-5 {
    width: 5%;
}
.col-25 {
    width: 25%;
}
.col-30 {
    width: 30%;
}
.col-40 {
    width: 40%;
}
.col-45 {
    width: 45%;
}
.col-50 {
    width: 50%;
}
.col-55 {
    width: 55%;
}
.col-60 {
    width: 60%;
}
.col-65 {
    width: 65%;
}
.col-70 {
    width: 70%;
}
.col-75 {
    width: 75%;
}
.col-100 {
    width: 100%;
}
[class*="col-"] {
    position: relative;
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}
input:focus, textarea:focus, button:focus, select:focus, checkbox:focus, radio:focus {
    outline: none;
}
.wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 2%;
}
.wrapper:after {
    content: '';
    display: block;
    clear: both;
}
#body-main .wrapper {
    padding: 30px;
    padding-bottom: 30px;
}
.mobile #body-main .wrapper {
    padding: 30px 10%;
}
.img-bdr {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #1D1F21;
}
.img-left {
    float: left;
    padding-right: 15px;
}
.img-right {
    float: right;
    padding-left: 15px;
}
.round {
    border-radius: 50%;
}
.fixed {
    position: fixed;
}
#page-loader {
    position: fixed;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100vh;
    z-index: 100;
    transition: all 0.6s ease-out 0s;
    display: block;
    text-align: center;
}
#page-loader div {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
#page-loader div strong {
    display: block;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 26px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 230px;
    margin: 0px auto;
    text-align: center;
}
#page-loader div strong span {
    display: block;
    letter-spacing: 0.3em;
    color: #999;
}
#page-loader div strong span:before {
    content: '';
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
    height: 1px;
    width: 100%;
    background: rgb(52, 130, 253);
    background: linear-gradient(90deg, rgba(52, 130, 253, 1) 0%, rgba(255, 160, 47, 1) 50%, rgba(3, 222, 210, 1) 100%);
}
#page-loader.done {
    transform: translateY(-150vh);
}
#page-loader .loader {
    transform: translateY(-60px);
}
#page-loader .loader div {
    width: 12px;
    height: 12px;
    position: absolute;
    background-color: #ccc;
    border-radius: 50%;
}
#page-loader .loader div:nth-child(1) {
    background-color: #2D77FD;
    animation: move 2s infinite cubic-bezier(.2, .64, .81, .23);
}
#page-loader .loader div:nth-child(2) {
    background-color: #ffa02f;
    animation: move 2s 150ms infinite cubic-bezier(.2, .64, .81, .23);
}
#page-loader .loader div:nth-child(3) {
    background-color: #0ED8CD;
    animation: move 2s 300ms infinite cubic-bezier(.2, .64, .81, .23);
}
#page-loader .loader div:nth-child(4) {
    background-color: #E31B6E;
    animation: move 2s 450ms infinite cubic-bezier(.2, .64, .81, .23);
}
@keyframes move {
    0% {
        left: 0%;
    }
    100% {
        left: 100%;
    }
}

/**/

#menu-toggle {
    transition: .30s ease-out;
}
#menu-toggle * {
    transition: .15s ease-in-out;
}
#menu-toggle span {
    display: block;
    background: #000;
    border-radius: 2px;
}
#menu-toggle {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    float: right;
    margin-top: 25px;
    margin-right: 10px;
    display: none;
}
#menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
}
#menu-toggle #hamburger span {
    width: 40px;
    height: 2px;
    position: relative;
    top: 0px;
    left: 5px;
    margin: 8px 0;
}
#menu-toggle #hamburger span:nth-child(1) {
    transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
    transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
    transition-delay: .75s;
}
#menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    margin-top: 0px;
}
#menu-toggle #cross span:nth-child(1) {
    height: 0%;
    width: 2px;
    position: absolute;
    top: 10%;
    left: 24px;
    transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
    width: 0%;
    height: 2px;
    position: absolute;
    left: 10%;
    top: 24px;
    transition-delay: .25s;
}
#menu-toggle.open #hamburger span {
    width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: .25s;
}
#menu-toggle.open #cross span {
    background-color: #fff;
}
#menu-toggle.open #cross span:nth-child(1) {
    height: 80%;
    transition-delay: .625s;
}
#menu-toggle.open #cross span:nth-child(2) {
    width: 80%;
    transition-delay: .375s;
}
#menu-toggle.open {
    transform: translateX(calc(-50vw + 45px));
    background-color: rgba(0, 0, 0, 1);
    border-radius: 50%;
}
.desktop #menu-toggle.open {
    margin-right: 0px;
}

/**/

#header {
    display: block;
    width: 100%;
    background: rgb(52, 130, 253);
    background: linear-gradient(135deg, rgba(52, 130, 253, 1) 0%, rgba(0, 255, 241, 1.00) 100%);
}
#header .top-bar {
    background-color: #EAEAEA;
    height: 52px;
    width: 100%;
    z-index: 1;
}
.top-bar * {
    line-height: 1em;
}
.top-nav {
    list-style: none;
    float: right;
}
.top-nav li {
    display: inline-block;
}
.top-nav li a, .top-nav li a:before {
    transition: all 0.15s ease-in 0s;
}
.top-nav li a {
    display: block;
    margin: 20px 8px 20px 8px;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.15s ease-in 0s;
    color: #737373;
}
.top-nav li a:hover {
    color: #3E6CF7;
}
.top-nav li a:hover:before {
    /* background-color: #3E6CF7;
    border-color: #3E6CF7;
    color: #FFF; */
}
.top-nav li:last-child a {
    margin-right: 0px;
}
.top-nav li a:before {
    font-family: 'sv';
    display: inline;
    border: 1px solid #737373;
    border-radius: 50%;
    padding: 5px;
    margin-right: 5px;
    font-size: 13px;
    text-align: center;
    box-shadow: 0 0 1px 0 #EAEAEA inset, 0 0 1px 0 #EAEAEA;
}
.top-nav li:nth-child(1) a:before {
    content: "\ef47";
}
.top-nav li:nth-child(2) a:before {
    /* content: "\efbb"; */
    content: '';
    background-image: url('../images/rupee.png');
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 5px;
    vertical-align: middle;
}
.top-nav li:nth-child(3) a:before {
    content: "\efb4";
}
#header .logo-holder {
    position: relative;
}
#header .logo.small img {
    opacity: 0;
}
#header .logo.small {
    top: -120px;
}
#header .logo {
    display: block;
    background-color: #fff;
    text-align: center;
    width: 200px;
    padding-bottom: 20px;
    position: fixed;
    top: 0px;
    z-index: 3;
    transition: all 0.20s ease-out 0s;
    transform-origin: top center;
}
#header .logo:hover {
    color: #000;
}
#header .logo img {
    margin-top: 15px;
    margin-bottom: 15px;
}
#header .logo span {
    display: block;
    font-family: 'Noto Serif JP', serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 400;
    line-height: 1em;
}
#header .logo span span {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 1.2px;
    color: #979797;
}
#header .logo span span:before {
    content: '';
    display: block;
    height: 1px;
    margin: 6px 28px 8px 28px;
    background: rgb(52, 130, 253);
    background: linear-gradient(90deg, rgba(52, 130, 253, 1) 0%, rgba(255, 160, 47, 1) 50%, rgba(3, 222, 210, 1) 100%);
}
#header .main-bar {
    display: block;
    background-color: #fff;
    width: 100%;
    top: 0px;
}
#header .main-bar.fixed {
    box-shadow: 0 2px 2px -1.5px rgba(0, 0, 0, .2);
    z-index: 2;
}
#header .navigation {
    display: block;
    list-style: none;
    text-align: right;
    padding-top: 50px;
    padding-bottom: 15px;
    padding-left: 70px;
    transition: all 0.20s ease-out 0s;
    transform-origin: right;
    position: relative;
    z-index: 3;
}
#header .navigation li {
    display: inline-block;
    position: relative;
    width: 110px;
    height: 50px;
    overflow: hidden;
}
#header .navigation li:nth-child(n+5) {
    width: 150px;
}
#header .navigation li a {
    display: block;
    text-align: right;
    color: #ABABAB;
    font-size: 12px;
    font-family: 'Noto Serif JP', serif;
    text-transform: lowercase;
    width: 100%;
    height: 100%;
    line-height: 1em;
    transform-origin: bottom right;
    transition: all 0.20s ease-out 0s;
}
#header .navigation li a:before {
    content: attr(data-title);
    display: block;
    color: #000;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    line-height: 1em;
    transform-origin: bottom right;
}
#header .navigation li a:hover {
    color: #1D8BF1;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    transform: translateY(-12px);
    background: linear-gradient(90deg, rgba(52, 130, 253, 1) 0%, rgba(255, 160, 47, 1) 50%, rgba(3, 222, 210, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#header .navigation li a:hover:before {
    color: #ABABAB;
    font-size: 12px;
    font-family: 'Noto Serif JP', serif;
    text-transform: lowercase;
    transform: translateY(28px);
    -webkit-text-fill-color: #ABABAB;
}
#header .navigation li.m-links {
    display: none;
}
#header .logo.hide {
    opacity: 0;
}
#header .header-art {
    text-align: center;
    /* margin-top: 90px;*/
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}
#header .header-art .art {
    display: block;
    width: 616px;
    height: 616px;
    background-image: url("../images/pet_01.png");
    position: absolute;
    right: -200px;
    bottom: -390px;
    opacity: 0.3;
    animation: slo-rotate 180s linear infinite;
}
#header .header-art .hd1 {
    color: #FFF;
    font-size: 38px;
    text-transform: uppercase;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
    margin-top: 90px;
}
#header .header-art .hd2 {
    color: #FFF;
    font-size: 20px;
    font-family: 'Raleway', serif;
    font-weight: 200;
    margin-bottom: 70px;
    padding: 0 10%;
}
#header .header-art .hd3 {
    color: #fff;
    font-size: 18px;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: 200;
    line-height: 1em;
    display: block;
    max-width: 100%;
    margin-top: 90px;
}
#header .header-art .hd3 span {
    display: block;
    text-transform: none;
    font-size: 36px;
    color: #FFF;
    font-family: 'Noto Serif JP';
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .01em;
}
#header .header-art .hd3 span:before {
    content: '';
    display: block;
    height: 1px;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.20);
    margin: 10px auto;
}
.slow-rotate {
    display: block;
    width: 100px;
    height: 100px;
    animation: slo-rotate 60s linear infinite;
}
@keyframes slo-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#header .header-art .circles {
    list-style: none;
    text-align: center;
}
#header .header-art .circles li {
    display: inline-block;
    width: 180px;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 25px 80px 25px;
    padding: 5px;
    border-radius: 50%;
    background-clip: content-box;
    border: 5px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
#header .header-art .circles li:before {
    content: '';
    display: block;
    height: 7px;
    width: 60%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -25px;
    left: 20%;
    border-radius: 20px;
}
#header .header-art .circles li span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    font-size: 110px;
    color: #FFf;
    transform: translateY(-50%);
}
#header .header-art .circles li strong {
    position: absolute;
    bottom: -40px;
    font-size: 18px;
    color: #FFf;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Raleway', serif;
    font-weight: 200;
    text-transform: lowercase;
}
.pulser:after {
    content: '';
    position: relative;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    animation: pulse-ring 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite forwards;
}
@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }
    80%, 100% {
        opacity: 0;
    }
}
span.int {
    display: block;
    font-size: 42px;
    text-align: center;
    margin: 0px auto 40px;
    position: relative;
    width: 220px;
}
span.int:before {
    font-family: 'sv';
    content: '\e903';
    background-color: #fff;
    padding: 0 10px;
}
span.int:after {
    content: '';
    display: block;
    background-color: #000;
    height: 2px;
    margin-top: -30px;
}
span.int.orange {
    color: #ffa02f;
}
span.int.orange:after {
    background-color: #ffa02f;
}
span.int.blue {
    color: #2D77FD;
}
span.int.blue:after {
    background-color: #2D77FD;
}
span.int.cyan {
    color: #0ED8CD;
}
span.int.cyan:after {
    background-color: #0ED8CD;
}
span.int.gb:before {
    background-color: #E9E9E9;
}
.white-bg {
    background-color: #fff;
}
.gray-bg {
    background-color: #E9E9E9;
}
.welcome h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.welcome h1 span, .testimonials h2, .collaborations h2 {
    display: block;
    font-family: 'Raleway', serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 10px;
    text-align: center;
}
.welcome .intro {
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    text-align-last: center;
    line-height: 2em;
}
.welcome h2 {
    text-align: center;
    font-size: 26px;
    padding: 30px 0;
    font-weight: 400;
}
.welcome h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Raleway', serif;
    font-weight: 400;
    text-align: left;
    padding-bottom: 20px;
}
.welcome h3 span {
    text-transform: none;
    display: block;
    font-size: 15px;
    color: #6C6C6C;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.03em;
}
.flex {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.box-3>div {
    display: block;
    width: 33.33%;
    text-align: center;
}
.welcome .box-3>div:nth-child(1), .welcome .box-3>div:nth-child(3) {
    width: 37%;
}
.welcome .box-3>div:nth-child(2) {
    width: 26%;
}
.welcome .box-3>div:nth-child(2) img {
    max-width: 100%;
    height: auto;
}
.box-3>div>div {
    margin: 30px 0;
}
.box-3>div h3:before {
    font-family: 'sv';
    font-size: 34px;
    display: inline-block;
    float: left;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 1.55em;
    margin-right: 10px;
}
.box-3>div:nth-child(1)>div:nth-child(1) h3:before {
    content: '\e900';
    background-color: #64A21A;
}
.box-3>div:nth-child(1)>div:nth-child(2) h3:before {
    content: '\e901';
    background-color: #BE16D0;
}
.box-3>div:nth-child(3)>div:nth-child(1) h3:before {
    content: '\e902';
    background-color: #E31B6E;
}
.box-3>div:nth-child(3)>div:nth-child(2) h3:before {
    content: '\e904';
    background-color: #E43C19;
}
.box-2>div {
    display: block;
    width: 50%;
    text-align: center;
}
.box-2>div:nth-child(1) {
    width: 50%;
}
.box-2>div:nth-child(2) {
    width: 50%;
    padding-left: 30px;
    text-align: left;
}
.box-2>div img {
    max-width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    position: relative;
}
.box-4 h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
    letter-spacing: 0.05em;
}
.box-4>div {
    display: block;
    width: 25%;
    padding: 10px 2.5%;
    margin: 50px 0;
    text-align: center;
    text-align-last: center;
    border-right: 1px dashed #ccc;
}
.box-4>div:last-child {
    border-right: none;
}
.bu.black span {
    background-color: #000;
}
.bu.blue span {
    background-color: #16B9F6;
}
.bu.ink-blue span {
    background-color: #2D77FD;
}
.bu {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    cursor: pointer;
    min-width: 150px;
    padding: 5px;
}
.bu span {
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    transition: 0.3s;
    color: #fff;
    background-color: #0ED8CD;
}
.bu:before, .bu:after {
    content: '';
    position: absolute;
    background: transparent;
    z-index: 2;
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}
.bu:before {
    bottom: 0;
    left: -1px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.bu:after {
    top: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.bu:hover:before, .bu:hover:after {
    width: 100%;
    height: 99%;
    opacity: 1;
    transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}
.bdr-effect {
    letter-spacing: 0.2em;
    position: relative;
    text-transform: uppercase;
}
.bdr-effect:before {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: calc(70% - 4px);
    width: calc(70%);
    position: absolute;
    border-color: #0ED8CD;
}
.bdr-effect:before {
    border-left-width: 40px;
    border-top-width: 40px;
}
.bdr-effect:hover:before {
    height: calc(80% - 4px);
    width: calc(80%);
}
.core-values {
    padding-top: 40px;
    padding-bottom: 40px;
}
.core-values h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 20px;
}
.core-values h2 span {
    display: block;
    font-weight: 200;
    font-size: 22px;
}
.core-values ul {
    list-style: none;
    padding-bottom: 20px;
}
.core-values ul li {
    font-weight: 500;
    margin: 10px 0;
}
.core-values ul li:before {
    content: '\f00e';
    font-family: 'sv';
    margin-right: 10px;
}
.testimonials-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.testimonials-slider>div p {
    background-color: #fff;
    padding: 45px;
    text-align: center;
    border: 1px solid #2D77FD;
    margin: 100px auto 20px;
    width: 90%;
    font-family: 'Noto Serif JP', serif;
    font-style: italic;
    line-height: 2em;
    color: #484848;
    font-size: 14px;
}
.testimonials-slider>div img {
    border-radius: 50%;
    border: 1px solid #2D77FD;
    margin: -125px auto 0;
    display: block;
    width: 150px;
    max-height: 150px;
}
.testimonials-slider>div p .icon {
    display: block;
    color: #2D77FD;
    font-size: 32px;
    padding: 30px 0;
}
.testimonials-slider>div p .name {
    display: block;
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    padding: 30px 0 10px 0;
}
.testimonials-slider>div p .designation {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    color: #848484;
}
.testimonials-grid>div {
    transition: all 0.20s ease-out 0s;
    transform-origin: center center;
}
.testimonials-grid>div:hover {
    transform: translateY(-10px);
    border: 1px solid #2D77FD;
}
.testimonials-grid>div p {
    background-color: #fff;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-style: italic;
    line-height: 2em;
    color: #484848;
    font-size: 14px;
}
.testimonials-grid>div img {
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    width: 150px;
    max-height: 150px;
}
.testimonials-grid>div p .icon {
    display: block;
    color: #2D77FD;
    font-size: 32px;
    padding: 25px 0;
}
.testimonials-grid>div p .name {
    display: block;
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    padding: 30px 0 10px 0;
    color: #2D77FD;
}
.testimonials-grid>div p .designation {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    color: #848484;
}
.collaborations-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
}
.collaborations-slider li {
    display: inline-block;
    width: 160px;
    height: 160px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0px 30px;
}
.collaborations-slider li a {
    display: block;
}
.collaborations-slider li a img {
    width: 100%;
}
.collaborations p {
    text-align: center;
    padding: 20px 0px
}
.page-intro {
    padding-top: 40px;
}
.page-intro h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 20px;
}
.page-intro h1 span {
    display: block;
    font-weight: 200;
    font-size: 22px;
}
p.large {
    font-weight: 600;
    font-size: 16px;
}
#footer {
    background-color: #1C1C1D;
    padding: 20px 0px;
}
#footer * {
    color: #FFF;
    font-size: 16px;
}
#footer .copyright {
    float: left;
}
#footer .social {
    padding: 0;
    float: right;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
#footer .social a {
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
}
#footer .social a:hover, .social a:hover:before {
    opacity: 1;
    color: #fff !important
}
#footer .social a:before {
    font-family: 'sv';
    display: block;
}
#footer .social a.twitter:before {
    color: #00b2f6;
    content: "\ed7a"
}
#footer .social a.facebook:before {
    color: #46639e;
    content: "\ed37"
}
#footer .social a.youtube:before {
    color: #c00;
    content: "\e95f"
}
#footer .social a.instagram:before {
    color: #F75736;
    content: "\e905"
}
.masonry-grid {
    column-count: 2;
    margin: 2em 0;
    padding: 0;
    column-gap: 2em;
    transition: all 0.20s ease-out 0s;
}
.masonry-grid .grid-box {
    display: inline-block;
    padding: 1.5em;
    margin: 0 0 2em;
    width: 100%;
    transition: all 0.20s ease-out 0s;
    border: 1px solid #ccc;
}
.contacts {
    transition: all 0.20s ease-out 0s;
}
.contacts div {
    padding: 1.5em;
    width: 29%;
    margin: 2%;
    border: 1px solid #DCDCDC;
}
.contacts>div * {
    text-align: center;
}
.contacts div p a {
    font-family: 'Noto Serif JP';
}
.contacts>div:last-child p {
    text-align: left;
    padding-left: 30px;
}
.contacts>div h2 span {
    display: block;
    font-size: 12px;
    color: #929292;
    padding-bottom: 5px;
}
.contacts>div h2 {
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    color: #000;
    font-family: 'Raleway';
    font-size: 18px;
    padding: 15px 0px 25px 0px;
}
.contacts>div h2:before {
    font-family: 'sv';
    display: block;
    font-size: 24px;
    color: #000;
    border: 1px solid #000;
    line-height: 1.8em;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0px auto;
    margin-bottom: 15px;
}
.contacts>div:nth-child(1) h2:before {
    content: "\efb4";
}
.contacts>div:nth-child(2) h2:before {
    content: "\efbb";
}
.contacts>div:nth-child(3) h2:before {
    content: "\efdf";
}
#location-map iframe {
    width: 100%;
    min-height: 770px;
}
.block-2>div {
    width: 50%;
}
.block-2>div:first-child {
    background-color: #eaeaea;
    padding: 2% 5%;
}
.block-2>div:first-child h2 {
    font-size: 22px;
    text-align: center;
    padding: 30px 0px;
    font-weight: 300;
    font-family: 'Raleway';
}
.block-2>div:first-child p {
    text-align: center;
}
.big-list {
    padding: 10px 20px;
}
.big-list li {
    list-style: square;
    padding: 5px 10px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
@media screen and (max-width:1150px) {
    #header .navigation {
        transform: scale(0.90);
    }
}
@media screen and (max-width:1035px) {
    #header .navigation {
        padding-top: 25px;
    }
    #header .header-art .circles li {
        width: 150px;
        height: 150px;
    }
    #header .header-art .circles li span {
        font-size: 100px;
    }
}
@media screen and (max-width:768px) {
    .box-4>div {
        width: 50%;
        padding: 0px 5%;
    }
    .box-4>div:nth-child(2) {
        border-right: none;
    }
    .block-2>div {
        width: 100%;
    }
    #location-map iframe {
        min-height: 300px;
    }
    .masonry-grid {
        column-count: 1;
    }
    #header .header-art .circles li {
        width: 120px;
        height: 120px;
    }
    #header .header-art .circles li span {
        font-size: 80px;
    }
    #menu-toggle {
        display: block;
        z-index: 15;
    }
    #header .logo.small {
        top: -140px;
    }
    #header .main-bar {
        height: 90px;
    }
    #header .navigation.active {
        transform: scale(1) translateY(0%);
    }
    #header .navigation {
        transform-origin: center top;
        transform: scale(1) translateY(100%);
        transition: all 0.3s ease-out 0s;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: #fff;
        width: 100%;
        height: 100%;
        padding: 5vh 0 0 0;
        margin: 0px;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }
    #header .navigation li, #header .navigation li:nth-child(n+5) {
        display: block;
        width: 40vw;
        margin-bottom: 5vh;
        margin-left: -1vw;
    }
    #header .navigation li.m-links {
        display: block;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        width: 90vw;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 0 20px 0;
        text-align: center;
    }
    #header .navigation li.m-links ul li {
        width: auto;
        height: auto;
        margin: 0 20px 0 20px;
        display: inline-block;
    }
    #header .navigation li.m-links ul li a {
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Raleway', sans-serif;
        color: #000;
    }
    #header .navigation li.m-links ul li a:hover, #header .navigation li.m-links ul li a:hover:before {
        transform: none;
    }
    #header .navigation li.m-links ul li a:before {
        font-family: 'sv';
        display: inline;
        padding: 5px;
        border-radius: 50%;
        font-size: 16px;
        text-align: center;
        background-color: #000;
        color: #FFF;
        line-height: 1.9em;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    #header .navigation li.m-links ul li:nth-child(1) a:before {
        content: "\ef47";
    }
    #header .navigation li.m-links ul li:nth-child(2) a:before {
        content: "\efbb";
    }
    #header .navigation li.m-links ul li:nth-child(3) a:before {
        content: "\efb4";
    }
    .welcome .box-3>div:nth-child(1), .welcome .box-3>div:nth-child(2), .welcome .box-3>div:nth-child(3) {
        width: 100%;
    }
    .welcome .box-3>div:nth-child(1)>div, .welcome .box-3>div:nth-child(3)>div {
        width: 50%;
        float: left;
        padding: 0 2%;
    }
    .box-2>div, .box-2>div:nth-child(1), .box-2>div:nth-child(2) {
        width: 100%;
    }
    .box-2>div img {
        max-width: auto;
        width: 90%;
        margin-bottom: 40px;
    }
    .box-2>div .bu.right {
        float: none;
        display: block;
        width: 150px;
        margin: 0px auto;
    }
    .contacts div {
        padding: 1.5em;
        width: 100%;
        margin: 2%;
        border: 1px solid #DCDCDC;
    }
}
@media screen and (max-width:640px) {
    .welcome .box-3>div:nth-child(1)>div, .welcome .box-3>div:nth-child(3)>div {
        width: 100%;
        float: none;
        padding: 0 0;
    }
    .welcome h3 {
        text-align: center;
    }
    .box-3>div h3:before {
        display: block;
        float: none;
        margin: 0 auto 25px;
        transform: scale(1.5);
        line-height: 1.6em;
    }
    .box-3>div>div p {
        text-align: justify;
        text-align-last: center;
    }
}
@media screen and (max-width:480px) {
    .box-4>div {
        width: 100%;
    }
    .box-4>div {
        border-right: none !important;
        margin: 10px 0;
        padding-bottom: 30px;
        border-bottom: 1px dashed #ccc;
    }
    #header .top-bar {
        display: none;
    }
    #header .logo {
        transform: scale(0.9)
    }
    #header .logo.small {
        top: -120px;
    }
    #header .header-art {
        margin-top: 140px;
    }
    #header .header-art .hd2 {
        padding: 0 5%;
    }
    #footer div {
        float: none !important;
        text-align: center;
        margin-bottom: 10px;
    }
}