/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* base */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@300;400;500;700;900&display=swap');

html {
    font-size: 1.025vw;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.43;
    color: #fff;
    text-align: left;
    background-color: #000;
}

@media (min-width: 1200px) {
    .row {
        margin-left: -1.071rem;
        margin-right: -1.071rem;
    }
    .container {
        width: 100%;
        padding-right: 1.071rem;
        padding-left: 1.071rem;
        max-width: 95rem;
    }
    .container-fluid {
        padding-right: 1.071rem;
        padding-left: 1.071rem;
    }
}

/* Sections
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

article header {
    margin-top: 0.938rem;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

p {
    margin: 0 0 1.5rem;
    letter-spacing: 0.04rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 1rem;
    margin-bottom: 0.714rem;
    line-height: 1.25;
}

h1,
.h1 {
    font-size: 2rem;
    margin: 0.67rem 0;
    color: #fff;
}

h2,
.h2 {
    color: #fff;
    font-size: 1.786rem;
    font-weight: 600;
    margin-top: 0;
}

h3,
.h3 {
    font-size: 1.714rem;
}

h4,
.h4 {
    font-size: 2.2rem;
}

h5,
.h5 {
    font-size: 1rem;
    margin: 0 0;
    font-weight: 600;
}

h6,
.h6 {
    font-size: 0.857rem;
    margin: 0 0;
    font-weight: 600;
}

/* Grouping content
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */

ul,
ol {
    margin-top: 0.1rem;
    margin-bottom: 0.714rem;
    padding-left: 1.143rem;
}

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
   * Add the correct margin in IE 8.
   */

figure {
    margin: 0;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top: 0.073rem solid #333;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1rem;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */

a {
    background-color: transparent;
    /* 1 */
    text-decoration: none;
    color: #000;
    outline: none;
    border: none;
    font-weight: 400;
}

a:hover,
a:active,
a:focus {
    color: #E89BC2;
    text-decoration: none;
    outline: none;
    /* border: none; */
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */

b,
strong {
    font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: 700;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1rem;
    /* 2 */
}

/**
   * Add the correct font style in Android 4.3-.
   */

dfn {
    font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */

mark {
    background-color: #ff0;
    color: #000;
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25rem;
}

sup {
    top: -0.5rem;
}

/* Embedded content
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

audio,
video {
    display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */

img {
    border-style: none;
    max-width: 100%;
}

/**
   * Hide the overflow in IE.
   */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
     ========================================================================== */

/**
   * Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
    outline: none;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */

button,
html [type="button"],
/* 1 */

[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */

details,
/* 1 */

menu {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Scripting
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

canvas {
    display: inline-block;
}

/**
   * Add the correct display in IE.
   */

template {
    display: none;
}

/* Hidden
     ========================================================================== */

/**
   * Add the correct display in IE 10-.
   */

[hidden] {
    display: none;
}

/* BOOSTRAP COLPADDING START */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    min-height: 0.063rem;
    padding-right: 1.071rem;
    padding-left: 1.071rem;
}

.list-inline>li {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}

/**** padding class starts ****/

.p0 {
    padding: 0;
}

.p5 {
    padding: 0.357rem;
}

.p10 {
    padding: 0.714rem;
}

.p15 {
    padding: 1.071rem;
}

.p20 {
    padding: 1.429rem;
}

.p25 {
    padding: 1.786rem;
}

.p30 {
    padding: 2.143rem;
}

.p40 {
    padding: 2.857rem;
}

/**** padding class ends ****/

/**** padding top class starts ****/

.pt0 {
    padding-top: 0;
}

.pt5 {
    padding-top: 0.357rem;
}

.pt10 {
    padding-top: 0.714rem;
}

.pt15 {
    padding-top: 1.071rem;
}

.pt20 {
    padding-top: 1.429rem;
}

.pt25 {
    padding-top: 1.786rem;
}

.pt30 {
    padding-top: 2.143rem;
}

.pt35 {
    padding-top: 2.188rem;
}

.pt40 {
    padding-top: 2.688rem;
}

.pt50 {
    padding-top: 3.25rem;
}

.pt60 {
    padding-top: 3.625rem;
}

.pt70 {
    padding-top: 4.5rem;
}

/**** padding top class ends ****/

/**** padding bottom class starts ****/

.pb0 {
    padding-bottom: 0;
}

.pb5 {
    padding-bottom: 0.357rem;
}

.pb10 {
    padding-bottom: 0.714rem;
}

.pb15 {
    padding-bottom: 1.071rem;
}

.pb20 {
    padding-bottom: 1.429rem;
}

.pb25 {
    padding-bottom: 1.786rem;
}

.pb30 {
    padding-bottom: 2.143rem;
}

.pb40 {
    padding-bottom: 2.857rem;
}

.pb50 {
    padding-bottom: 3.25rem;
}

.pb60 {
    padding-bottom: 4.286rem;
}

/**** padding bottom class ends ****/

/**** padding left class starts ****/

.pl0 {
    padding-left: 0;
}

.pl5 {
    padding-left: 0.357rem;
}

.pl10 {
    padding-left: 0.714rem;
}

.pl15 {
    padding-left: 0.938rem;
}

.pl20 {
    padding-left: 1.429rem;
}

.pl25 {
    padding-left: 1.786rem;
}

.pl30 {
    padding-left: 2.143rem;
}

.pl40 {
    padding-left: 2.857rem;
}

.pl50 {
    padding-left: 3.571rem;
}

.pl60 {
    padding-left: 4.286rem;
}

.pl70 {
    padding-left: 5rem;
}

.pl80 {
    padding-left: 5.714rem;
}

.pl100 {
    padding-left: 7.143rem;
}

/**** padding left class ends ****/

/**** padding right class starts ****/

.pr0 {
    padding-right: 0;
}

.pr5 {
    padding-right: 0.357rem;
}

.pr10 {
    padding-right: 0.714rem;
}

.pr15 {
    padding-right: 1.071rem;
}

.pr20 {
    padding-right: 1.429rem;
}

.pr25 {
    padding-right: 1.786rem;
}

.pr30 {
    padding-right: 2.143rem;
}

.pr40 {
    padding-right: 2.857rem;
}

.pr50 {
    padding-right: 3.571rem;
}

.pr60 {
    padding-right: 3.625rem;
}

.pr100 {
    padding-right: 7.143rem;
}

/**** padding right class ends ****/

/**** margin -value  starts ****/

.mt-5 {
    margin-top: -0.357rem;
}

.mt-10 {
    margin-top: -0.714rem;
}

.mt-15 {
    margin-top: -1.071rem;
}

.mt-20 {
    margin-top: -1.429rem;
}

/**** margin -value starts ****/

/**** margin class starts ****/

.m0 {
    margin: 0;
}

.m5 {
    margin: 0.357rem;
}

.m10 {
    margin: 0.714rem;
}

.m15 {
    margin: 1.071rem;
}

.m20 {
    margin: 1.429rem;
}

.m25 {
    margin: 1.786rem;
}

.m30 {
    margin: 2.143rem;
}

.m40 {
    padding: 2.857rem;
}

/**** margin class ends ****/

/**** margin top class starts ****/

.mt0 {
    margin-top: 0;
}

.mt5 {
    margin-top: 0.357rem;
}

.mt10 {
    margin-top: 0.714rem;
}

.mt15 {
    margin-top: 1.071rem;
}

.mt20 {
    margin-top: 1.429rem;
}

.mt25 {
    margin-top: 1.786rem;
}

.mt30 {
    margin-top: 2.143rem;
}

.mt40 {
    margin-top: 2.857rem;
}

.mt77 {
    margin-top: 6.429rem;
}

/**** margin top class ends ****/

/**** margin bottom class starts ****/

.mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 0.357rem;
}

.mb10 {
    margin-bottom: 0.714rem;
}

.mb15 {
    margin-bottom: 1.071rem;
}

.mb20 {
    margin-bottom: 1.429rem;
}

.mb25 {
    margin-bottom: 1.786rem;
}

.mb30 {
    margin-bottom: 2.143rem;
}

.mb40 {
    margin-bottom: 2.857rem;
}

/**** margin bottom class ends ****/

/**** margin left class starts ****/

.ml0 {
    margin-left: 0;
}

.ml5 {
    margin-left: 0.357rem;
}

.ml10 {
    margin-left: 0.714rem;
}

.ml15 {
    margin-left: 1.071rem;
}

.ml20 {
    margin-left: 1.429rem;
}

.ml25 {
    margin-left: 1.786rem;
}

.ml30 {
    margin-left: 2.143rem;
}

.ml40 {
    margin-left: 2.857rem;
}

/**** margin left class ends ****/

/**** margin right class starts ****/

.mr0 {
    margin-right: 0;
}

.mr5 {
    margin-right: 0.357rem;
}

.mr10 {
    margin-right: 0.714rem;
}

.mr15 {
    margin-right: 1.071rem;
}

.mr20 {
    margin-right: 1.429rem;
}

.mr25 {
    margin-right: 1.786rem;
}

.mr30 {
    margin-right: 2.143rem;
}

.mr40 {
    margin-right: 2.857rem;
}

/**** margin right class ends ****/

/** line-height css starts ***/

.lh16 {
    line-height: 1.143rem;
}

.lh18 {
    line-height: 1.286rem;
}

.lh20 {
    line-height: 1.429rem;
}

.lh22 {
    line-height: 1.571rem;
}

.lh25 {
    line-height: 1.786rem;
}

/** line-height css end ***/

/* button */

a:active,
a:hover,
a:visited,
a:focus {
    outline: 0;
}

button,
.button {
    font-size: 1rem;
    line-height: 1;
    color: #000;
    margin: 1rem 0;
    border: 0.14rem solid #000;
    padding: 1rem 2rem;
    background: #fff;
    display: inline-block;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    text-transform: capitalize;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    font-weight: 400;
}

button:hover, .button:hover {
    background: #000;
    color: #fff;
}

/* table style  */

table {
    border-collapse: collapse;
    width: 100%;
}

table td,
table th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding-top: 0.143rem;
    padding-bottom: 0.143rem;
    text-align: left;
    background-color: #00652e;
    color: white;
}

form input[type="submit"],
form input[type="reset"],
form button,
.btn {
    background: #fe0273;
    border: none;
    border-radius: 0;
    padding: 0.5rem 1.4rem;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: normal;
    text-transform: uppercase;
}

form input[type="submit"]:hover,
form input[type="reset"]:hover,
form button:hover,
.btn:hover {
    color: #fff;
    background: #bf0c5c;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0.4rem;
    font-weight: 700;
}

textarea.form-control {
    height: 10rem;
    line-height: 2;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    height: 3rem;
    padding: 1rem 1rem;
    font-size: 1rem;
    line-height: 1rem;
    color: #555;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-transition: border-color ease-in-out 0s, -webkit-box-shadow ease-in-out 0s;
    -o-transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
    transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
}

select.form-control {
    padding: 0.2rem 0.5rem;
}

.form-submit {
    margin-top: 1rem;
}

input[type="checkbox"],
input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin: 0.2rem 0 0;
    line-height: normal;
    position: absolute;
    margin-left: -1.3rem;
    width: 1rem;
    height: 1rem;
}

hr {
    margin-top: 1.429rem;
    margin-bottom: 1.429rem;
}

.bg-green {
    background: #00652e;
}

.bg-white {
    background: #fff;
}

.dubarrow {
    font-size: 1.3rem;
    margin: 0 0.2rem;
}

.greenwhite {
    background: #00984a;
    color: #fff;
    padding: 0.7rem 3rem;
    position: relative;
}

.greenwhite p {
    margin-bottom: 0;
    font-size: 1.2rem;
}

.bdy-center {
    background: #fff;
    padding: 2.5rem 3rem;
}

footer {
    background: #231f20;
    color: #fff;
    padding: 0.55rem 0;
}

footer a {
    color: #fff;
}

footer ul li {
    position: relative;
    padding-left: 0.5rem;
    line-height: 1.143rem;
}

header {
    /* background: #fff; */
}

.dot-img {
    position: relative;
}

.dot-img:before {
    content: "";
    background: url(../../images/dotted-border.png) repeat-y left;
    background-size: 0.5rem;
    position: absolute;
    top: 0;
    left: -0.1rem;
    width: 0.4rem;
    height: 100%;
}

.hd-h3 {
    width: 100%;
    float: left;
    padding-bottom: 1rem;
}

.hd-h3 h3 {
    color: #00652e;
    text-align: center;
    letter-spacing: 0.1rem;
    font-size: 2.1rem;
    font-weight: 300;
}

.hd-h3.clr-white h3 {
    color: #fff;
}

.breadcrumb {
    padding: 0.571rem 1.071rem;
    margin-bottom: 1.429rem;
}

.list-arrow li {
    position: relative;
    padding-left: 0.8rem;
}

.list-arrow li:before {
    content: "Â»";
    position: absolute;
    left: 0;
    top: -0.2rem;
    font-size: 1.2rem;
}

.clients .hd-h3 h3 {
    margin-top: 0;
}

footer .ft-adr ul.list-unstyled.ftblock li::before {
    content: none;
}

/*
@media (min-width: 1300px) {
  html {
    font-size:0.80vw;
  }
}
*/
.fold1 img.hmg {
	border-radius: 80%;
	width: 50%;
	margin: 2rem 0;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');
img {
    width: 100%;
}

p {
}

h1,
h2,
h3,
h4 {
    /* font-family: 'Roboto', sans-serif; */
    color: #000;
}

.btn {
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

body {
    /* font-family: 'Roboto', sans-serif; */
}

header {
	background: #000;
}
.home header {
	margin-bottom: 6rem;
}
header .flex {
	height: 5.2rem;
}
body {
    background: #fff;
}

a {
    cursor: pointer;
}

body,
html {
    overflow-x: hidden;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    text-decoration: none;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

h2 {
    font-size: 2.55rem;
    font-weight: 200;
}

h3 {
    font-size: 1.35rem;
    font-weight: 400;
}

:focus {
    outline: 0;
}

.pink-txt {
    color: #E89BC2!important;
}

.cm-pdd {
    padding: 4rem 2rem;
}

img.full-width {
    width: 100%;
}

.container.in-container {
    max-width: 72rem;
}

/* menu */

ul.mtree.transit {
    display: none;
}

ul.mtree.transit a,
.footer-menu a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    padding: 0.55rem 0rem;
    margin: 0 1rem;
}

ul.mtree.transit a:hover {
    color: #fff !important;
}

span.icon-bar {
    color: #fff;
    background: #fff;
    display: none;
    width: 3.25rem;
    height: 0.10rem;
    border-radius: 0rem;
    margin-bottom: 0.75rem;
    transition: all 0.4s ease 0s;
    position: absolute;
    right: 0;
}
span.icon-bar.bar3 {
    top:2rem;
}

.mob_btn {
    background: transparent;
    float: right;
    z-index: 100;
    display: none;
}

ul.mtree.transit,
.footer-menu {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    float: right;
    background: transparent;
    color: #fff;
    position: relative;
    padding: 0;
    margin: 0;
    text-align: right;
}

ul.mtree.transit li,
.footer-menu li {
    border: 0;
    display: inline-block;
}

/* header */

.social-icons {
    padding: 0;
    margin: 0;
}

.social-icons li {
    list-style: none;
    display: inline-block;
    float: left;
    margin-left: 1rem;
}

.social-icons li:first-child {
    margin-left: 0;
}

/* fold1 */

.bann-cnt h1,
.bann-cnt h2 {
    color: #fff;
    font-size: 7.55rem;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.bann-cnt h2 {
    margin-left: 2rem;
    font-size: 7rem;
}

.bann-cnt p {
    font-size: 2.25rem;
    margin-left: 3.55rem;
    font-weight: 600;
}

.bann-wrap {
    position: relative;
}

.bann-cnt {
    /* position: absolute; */
    top: 0;
}

.half-wd {
    width: 75%;
    float: right;
}

.link-arrow {
    width: 0.85rem;
    height: 0.85rem;
    object-fit: contain;
    margin-left: 0.55rem;
}

.col-img {
    height: 24rem;
    width: 80%;
    object-fit: contain;
    object-position: top;
    left: 2%;
}

/* fold1 */

.btm-imgwrps span {
    display: inline-block;
    float: left;
    margin-left: 1.25rem;
    height: auto;
}

.btm-imgwrps span img {
    width: 14rem;
    height: auto;
}

.btm-imgwrps span .fc0 img {
    position: relative;
    top: 4rem;
}

.btm-imgwrps span .fc2 img {
    height: 19rem;
    position: relative;
    top: -5rem;
    object-fit: cover;
}

.btm-imgwrps span .fc3 img {
    height: 24rem;
    position: relative;
    top: -10rem;
    object-fit: cover;
    width: 20rem;
}

.btm-imgwrps span.fc1.full-width img {
    z-index: -1;
    width: 50rem;
    position: absolute;
    top: 11rem;
    left: 20rem;
    height: 22rem;
}

.banner-btm-img {
    position: relative;
    top: 0;
}

.banner-btm-img img {
    position: relative;
    width: 100%;
    z-index: 10;
    right: 0;
    margin: 1rem 0 3rem;
    height: 12rem;
    top: 6rem;
    margin-bottom: 8rem;
}

.banner-topbtn {
    float: right;
    position: relative;
    left: -6rem;
    top: 1rem;
}
/* base */
section {
    padding: 0rem 0;
}
/* fold2 */

.fold2 {
    margin: 2rem 0;
    background: #f7f7f7;
    margin-bottom: 0;
}
.fold2 h4 {
    font-size: 1.35rem;
    font-weight: 300;
}
.fold2 .in-cnt {
    background: #fff;
    margin: 2rem auto;
    padding: 1rem;
    width: 15rem;
    min-height: 10rem;
}
.fold2 .in-cnt h4 {
    font-size: 1.15rem;
    margin-bottom: 2rem;
}
.fold2 .in-cnt a {
    border-bottom: 0.1rem solid #000;
    cursor: pointer;
}
/* fold3 */

.fold3-right {
    position: relative;
    text-align: right;
    right: 7rem;
}

.fold3-right h2 {
    font-size: 4rem;
}

.fold2 h2 {
    font-weight: 500;
}

.banner-topbtn br {
    display: none;
}

.shadewrps {
    position: relative;
    margin-bottom: 1rem;
}

.fold2-left-shade {
    position: absolute;
    top: 35%;
    width: 10rem;
    right: 0;
    z-index: -1;
}

.fold4-left-shade {
    position: absolute;
    top: 15%;
    width: 10rem;
    right: 0;
    z-index: -1;
}

.btn.trans {
    background: transparent;
    border: 0.1rem solid #fff;
}

.btn.trans:hover {
    background: #fe0273;
    border-color: #fe0273;
}

/* about-page */

.about-page .fold1 h2 {
    font-weight: 600;
    text-align: center;
}

.about-page img.rght-shape {
    width: 12rem;
    height: auto;
    position: relative;
    top: 1rem;
    right: -2rem;
}

.about-page .left-shape {
    width: 50%;
    height: 2rem;
    float: left;
    position: relative;
    top: 1rem;
    left: 8rem;
}

.about-page .top-cnt {
    margin-bottom: 2rem;
}

.br-top {
    border-top: 0.1rem solid #232323;
    margin: 1rem 0;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.fold1-colimg {
    width: 80%;
    margin: 0 auto;
    margin-top: 2rem;
}

.fold1-colimg img {
    width: 60%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.fold1-colimg .col-md-6:first-child {
    padding-left: 0;
}

.fold1-colimg .col-md-6:nth-child(2) {
    padding-right: 0;
}

.fold1-colimg .inner-cnt {
    width: 80%;
    position: relative;
}

.fold1-colimg .inner-cnt h3 {
    font-size: 1.85rem;
    margin-bottom: 0.35rem;
}

.fold1-colimg .inner-cnt hr {
    border-bottom: 0.1rem solid #ccc;
    margin: 0.15rem 0 2rem;
    width: 35%;
}

.fold1-colimg .inner-cnt p {
    font-size: 1rem;
}

.fold1-colimg .twitter-aboutus {
    width: 1rem;
}

.logo-wrap img {
    width: 100%;
}

.col-img.lft-sides {
    position: relative;
    right: 4rem;
}

.about-page .fold2 h2 {
    text-align: center;
}

.about-page .fold2 .left-shape {
    width: 48%;
    left: 0;
}

.f3-btmcnt h3 {
    font-size: 2.75rem;
}

.fold4 img.col-img {
    height: 18rem;
}

.fold5 .right-shape {
    width: 65%;
    float: right;
    position: relative;
    top: -2rem;
}

.fold6 .btm-cnt {
    position: relative;
}

.fold6 img.top-shape {
    width: 20rem;
    position: absolute;
    top: -6rem;
    right: -5rem;
}

.fold6 .btm-cnt p.tps {
    margin-top: 4rem;
}

.fold7 h4 {
    font-size: 1.65rem;
    margin: 2rem 0;
}

.full-width {
    width: 100%;
}

.icon-email {
    width: 3rem;
}

.cn-width {
    width: 40%;
    margin: auto;
    text-align: left;
}

span.col-inline .lft {
    width: 55%;
    display: inline-block;
    float: left;
    text-align: left;
    position: relative;
    left: -1.55rem;
    font-size: 0.75rem;
}

.flw {
    width: 100;
    float: left;
}

.resource-template .fold2 .left-shape {
    height: 5rem;
    left: 5rem;
}

.resource-template .fold2 .br-top {
    width: 70%;
}

.resource-template .fold1 h4 {
    font-size: 1.55rem;
    margin-top: 2rem;
}

.resource-template .fold1 img.rght-shape {
    top: 0rem;
}

.box-br {
    border: 1rem solid #fff;
    text-align: center;
    padding: 0.15rem;
    margin: 1rem 1.15rem;
    width: 14rem;
    font-size: 1.35rem;
    font-weight: bold;
}

.box-wid {
    width: 70%;
    margin: 0 auto;
}

.resource-template .fold1 h2 {
    font-size: 5.55rem;
}

.resource-template .fold3.cm-pdd {
    padding-top: 2rem;
}

.resource-template .fold3 .container.in-container {
    max-width: 43rem;
}

.resource-template .fold3 .br-top {
    width: 100%;
}

.f3-linkwrps {
    width: 100%;
    color: #fff;
    display: block;
}

.f3-linkwrps a {
    color: #fff;
    display: block;
    margin: 1rem 0;
}

.contactus .btmicon {
    margin: 1.55rem 0;
}

.form-control {
    background: transparent;
    color: #fff;
}

#menu-header li a.active,
.footer-menu li a.active {
    position: relative;
}

#menu-header li a.active:before,
.footer-menu li a.active:before {
    content: '';
    position: absolute;
    top: 0;
    width: 3.45rem;
    height: 2rem;
    font-size: 1rem;
    border-bottom: 0.2rem solid #ff2e86;
    margin: 0 auto;
    text-align: center;
}

#menu-header li,
.footer-menu li {
    line-height: 0.55rem;
}

.studio-template .fold1 h2 {
    font-size: 5rem;
}

.about-page .left-shape.studiotop {
    top: 0;
    left: 0;
}

.mg-l2 {
    margin-left: 2rem;
}

img.left-shape.studio {
    height: 7rem;
}

img.tit-palooza {
    width: 75%;
}

.btn.bg-white {
    background: #fff;
    color: #000;
}

.palooza-bg {
    height: 28rem;
    object-fit: contain;
}

.wrap-rel {
    position: relative;
}

.btmbg-palooza {
    position: absolute;
    top: -7rem;
    z-index: -1;
    height: 12rem;
}

img.b20-logo {
    width: 20%;
    display: inline-block;
    float: left;
    margin-right: 1rem;
}

.wrps-iconlist p {
    width: 80%;
}

.studio-comingsoon {
    margin-top: 2rem;
}

.studio-comingsoon h2 {
    font-size: 5.35rem;
    line-height: 0.75;
}

.about-page .studio-comingsoon img.rght-shape {
    width: 17rem;
    top: 0;
    right: -9rem;
    height: 7rem;
}

.studio-comingsoon .container.in-container {
    max-width: 55rem;
}

.studio-comingsoon .br-top {
    width: 100%;
}

.cms-wrp {
    width: 65%;
    margin: 0 auto;
}

.cms-wrp img.cms-mg {
    width: 50%;
    display: inline-block;
    margin-top: 2rem;
    float: left;
}

.about-page .studio-comingsoon .cms-wrp .rght-shape {
    right: -14rem;
}

/* insurance */

.investments-template .fold1 h2 {
    font-size: 5rem;
}

.investments-template .fold1 img.rght-shape {
    width: 18rem;
    right: -7rem;
}

.investments-template .fold1 .left-shape {
    width: 35%;
    height: 2rem;
    float: left;
    position: relative;
    top: 2rem;
    left: 11rem;
}

.investments-template .fold1 h4 {
    margin-bottom: 0;
}

.investments-template .fold1 .top-cnt {
    margin-bottom: 0.35rem
}

.investments-template .fold1.cm-pdd {
    padding-bottom: 1rem;
}

.investments-template .fold1 h4 span.pink-txt {
    font-size: 4rem;
    position: relative;
    left: 22rem;
}

.investments-template .fold1 .br-top {
    width: 52%;
}

.investments-template .cen-slidertop {
    margin-top: 4rem;
    width: 100%;
    clear: both;
    display: block;
}

.btm-cnt-inner-width {
    width: 72%;
    margin-left: 9.85rem;
    font-size: 0.75rem;
    margin-top: 2rem;
}

.left-sls,
.right-sls {
    width: 2.55rem;
    height: auto;
    cursor: pointer;
}

.fullwid-75 {
    width: 77.55%;
    margin: 0 auto;
}

.br-top.cus-hgh {
    padding: 0.75rem 0;
}

.counter-sliwp {
    display: inline-block;
    float: left;
    position: relative;
    left: 7rem;
    font-size: 1.55rem;
    top: 2rem;
}

.btm-cnt-inner-width.sls {
    width: 35%;
    margin-left: 8rem;
    margin-top: 3rem;
}

.slider-btmshade {
    width: 10rem;
    position: absolute;
    right: 0;
    top: 14rem;
}

.slider-btmshade.right-top {
    top: 3rem;
    right: auto;
    left: 0;
}

.about-page .fold2 .sliderset-txtright {
    text-align: right;
    margin-right: 6.55rem;
}

.counter-sliwp.twolines-txt {
    top: 6rem;
}

.logo-garybg {
    background: #e3e3e3;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.logo-garybg img {
    width: 12rem;
    height: 10rem;
    object-fit: contain;
    text-align: center;
    margin: 2rem 1rem;
}

.slider-btmshade.right-top.sh4 {
    left: -3rem;
    top: 15rem;
    z-index: -1;
}

.logo-wrap.mob-only {
    display: none;
}

.mg-for-mob {
    display: none;
}

/* media */

@media(max-width:1024px) {
    .box-br {
        width: 13rem;
    }
    .about-page .studio-comingsoon img.rght-shape {
        width: 16rem;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 13px;
    }
    .container {
        max-width: 100%;
        width: 100%;
        padding: 1rem 2rem;
    }
    footer .container {
        padding: 1rem;
    }
    .container.in-container {
        max-width: 100%;
    }
    ul.mtree.transit a,
    .footer-menu a {
        padding: 0.55rem 0.35rem;
        font-size: 0.75rem;
    }
    .bann-cnt h2,
    .bann-cnt h1 {
        font-size: 4rem;
    }
    .btm-imgwrps span img {
        width: 11rem;
    }
    .btm-imgwrps span .fc3 img {
        height: 18rem;
        top: -7rem;
        width: 16rem;
    }
    .btm-imgwrps span .fc2 img {
        height: 12rem;
        top: -1rem;
    }
    .col-img {
        height: 100%;
        margin: 1rem 0;
        width: 80%;
    }
    .about-page .left-shape {
        width: 35%;
    }
    .fold1-colimg .inner-cnt {
        margin-bottom: 2rem;
    }
    .col-img.lft-sides {
        right: 0;
    }
    .fold6 img.top-shape {
        right: 0;
    }
    .box-br {
        width: 10rem;
        font-size: 1.15rem;
    }
    .btmbg-palooza {
        position: relative;
        top: 0;
        z-index: 0;
        height: auto;
    }
    .wrps-iconlist {
        height: 8rem;
    }
    .palooza-bg {
        height: 100%;
        object-fit: cover;
    }
    img.tit-palooza {
        margin-top: 2rem;
    }
    .about-page .studio-comingsoon .cms-wrp .rght-shape {
        right: -12rem;
    }
    .investments-template .fold1 img.rght-shape {
        width: 13rem;
        right: -3rem;
    }
    .investments-template .fold1 h2 {
        font-size: 3.55rem;
    }
    .investments-template .fold1 .left-shape {
        width: 30%;
        top: 2rem;
        left: 7rem;
    }
    .counter-sliwp {
        left: 5rem;
    }
    .slider-btmshade.right-top.sh4 {
        left: -2rem;
    }
    .btm-imgwrps span.fc1.full-width img {
        width: 39rem;
        top: 8rem;
        left: 13rem;
        height: 19rem;
    }
    body.innner-page.menu-open {
        background: #000;
    }
}

@media(max-width: 767px) {
    .col-mobhide {
        display: none;
    }
    .logo-wrap.mob-only {
        display: inline-block;
    }
    .logo-wrap.desk-only {
        display: none;
    }
    .banner-topbtn {
        float: none;
        left: auto;
        font-size: 1rem;
        text-align: center;
        width: 100%;
        margin: 1.55rem 0;
    }
    .bann-cnt h2,
    .bann-cnt h1 {
        font-size: 2.85rem;
    }
    .bann-cnt p,
    .bann-cnt h2 {
        margin: 0;
    }
    .btm-imgwrps span .fc0 img {
        top: 0;
    }
    .btm-imgwrps span img {
        width: 6rem;
        margin-top: 2rem;
    }
    .banner-topbtn br {
        display: block;
    }
    .btm-imgwrps span .fc0 img {
        width: 50%;
        margin: 1rem 0 1rem;
    }
    .btm-imgwrps span {
        margin-left: 0;
        margin-right: 0;
    }
    .btm-imgwrps span .fc3 img {
        height: 9rem;
        top: -3rem;
        width: 8rem;
    }
    .btm-imgwrps span .fc2 img {
        height: 11rem;
        top: -1rem;
    }
    .btm-imgwrps span img {
        margin-bottom: 1rem;
    }
    .btm-imgwrps span .fc2 img {
        height: 7rem;
    }
    .banner-btm-img {
        top: 0;
    }
    h2,
    .fold3-right h2 {
        font-size: 2.35rem;
    }
    h3 {
        font-size: 1.55rem;
    }
    .cm-pdd {
        padding: 2rem 1rem;
    }
.mob-theam {
    position:
    relative;
}
    .mob_btn {
        display: inline-block;
        width: 1rem;
        padding-left: 0;
        margin-top: 1.45rem;
        float: right;
        /* position: absolute; */
        margin-right: 1rem;
        top: -0.35rem;
        border: 0;
        right: 0;
    }
    span.icon-bar {
        display: block;
    }
    ul.mtree.transit {
        display: none;
        position: fixed;
        background: #fff;
        top: 5.55rem;
        width: 100%;
        z-index: 15;
        left: 0rem;
        height: 100%;
    }
    ul.mtree.transit li:first-child {
        margin-top: 10.55rem;
    }
    ul.mtree.transit li {
        position: relative;
        left: 0;
        display: block;
        width: fit-content;
        margin-bottom: 2.55rem;
        right: 0;
        margin: 3rem auto;
    }
    ul.mtree.transit li a {
        font-size: 2.35rem;
        color: #333;
        text-align: center;
        font-weight: 400;
    }
    .social-icons li img {
        width: 1.45rem;
        height: 1.45rem;
        object-fit: contain;
    }
    .mob-pd {
        padding: 0;
    }
    .social-icons li:first-child {
        margin-left: 1rem;
    }
    .social-icons li {
        margin-bottom: 0;
    }
    .footer-menu a {
        text-align: center;
    }
    ul.mtree.transit,
    .footer-menu {
        float: left;
        text-align: left;
    }
    footer ul li {
        margin-bottom: 1rem;
    }
    .about-page img.rght-shape {
        width: 7rem;
        top: 0rem;
        right: -1rem;
    }
    .about-page .left-shape {
        width: 8rem;
        left: 0;
        height: 3rem;
        margin-bottom: 1rem;
        object-fit: contain;
        top: 0;
    }
    .fold1-colimg {
        width: 100%;
        margin-top: 1rem;
    }
    .br-top {
        width: 100%;
    }
    .fold1-colimg .col-md-6:first-child,
    .fold1-colimg .col-md-6 {
        padding: 0;
    }
    .f3-btmcnt h3 {
        font-size: 1.55rem;
    }
    .fold7 h4 {
        font-size: 1.25rem;
    }
    .box-wid {
        width: 100%;
    }
    .box-br {
        width: 45%;
        margin: 0.55rem 0.30rem;
    }
    .resource-template .fold2 .left-shape {
        left: 0rem;
        height: 3rem;
    }
    .resource-template .fold3-right h2 {
        font-size: 2.25rem;
    }
    .cn-width {
        width: 90%;
    }
    span.col-inline .lft {
        width: 80%;
    }
    .resource-template .fold3 .container.in-container {
        max-width: 100%;
    }
    .mg-l2 {
        margin-top: 1rem;
    }
    .wrps-iconlist {
        height: 5rem;
    }
    .wrps-iconlist p {
        width: 100%;
        margin-bottom: 0.35rem;
    }
    .studio-template .fold2 h2 {
        font-size: 1.55rem;
    }
    img.left-shape.studio {
        height: 5rem;
    }
    .studio-template .fold1 h2 {
        font-size: 2rem;
    }
    .studio-template .fold1 h4 {
        font-size: 1.2rem;
    }
    .studio-comingsoon h2 {
        font-size: 2.35rem;
        line-height: 1;
    }
    .about-page .studio-comingsoon img.rght-shape {
        width: 8rem;
        height: 3rem;
        right: 0;
        object-fit: contain;
    }
    .about-page .studio-comingsoon .cms-wrp .rght-shape {
        right: -5rem;
    }
    .investments-template .fold1 h2 {
        font-size: 2.55rem;
    }
    .investments-template .fold1 h2,
    .investments-template .fold1 h4 {
        margin: 0;
    }
    .investments-template .fold1 img.rght-shape {
        width: 6rem;
    }
    #menu-header li a.active:before {
        display: none;
    }
    #menu-header li a.active {
        color: #000;
    }
    .btm-cnt-inner-width {
        width: 95%;
        margin-left: 0;
    }
    .investments-template .cen-slidertop {
        margin-top: 1rem;
    }
    .about-page .fold2 .sliderset-txtright {
        margin: 0
    }
    .counter-sliwp {
        left: 0rem;
    }
    .btm-cnt-inner-width.sls {
        width: 95%;
        margin-left: 0rem;
        margin-top: 1rem;
    }
    .slider-btmshade {
        width: 10rem;
        top: 2rem;
    }
    .fullwid-75 {
        width: 100%;
    }
    .counter-sliwp {
        top: 0rem;
    }
    .counter-sliwp.twolines-txt {
        top: 0;
    }
    .logo-garybg {
        max-width: 100%;
    }
    .logo-garybg img {
        width: 6rem;
        height: 5rem;
    }
    .investments-template .fold1 h4 span.pink-txt {
        font-size: 2rem;
        left: auto;
        right: 0;
        float: right;
    }
    .investments-template .fold1 .left-shape {
        top: 0.45rem;
        left: 3rem;
    }
    .investments-template .fold1 img.rght-shape {
        right: -2rem;
    }
    .col-img {
        width: 100%;
    }
    .half-wd {
        width: 100%;
        float: none;
        margin-bottom: 2rem;
    }
    .logo-wrap img {
        width: 13rem;
        position: absolute;
        top: 1.2rem;
        left: 0.75rem;
    }
    .menu-open .mob_btn .icon-bar {
        /* opacity: 0; */
    }
    .menu-open .mob_btn .icon-bar-close:before {
        content: '';
        background-image: url(../images/menu-close.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: fixed;
        right: 2rem;
        top: 1rem;
        width: 2.35rem;
        height: 2.35rem;
        z-index: 10;
        opacity: 1;
    }
    .fold1-colimg .inner-cnt {
        width: 100%;
        left: 0;
    }
    .form-group {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .btm-imgwrps span.fc1.full-width img {
        width: 100%;
        top: 0;
        left: 0;
        height: auto;
        position: relative;
    }
    .banner-btm-img img {
        height: auto;
        top: 0;
        margin-bottom: 0;
    }
    .about-page .fold2 h2 {
        text-align: left;
    }
    .fold6 img.top-shape {
        width: 10rem;
        top: -3rem;
    }
    .mg-l2 {
        margin-left: 0;
    }
    .about-page .fold2 h2.txt-rght {
        text-align: right;
    }
    img.tit-palooza {
        margin-top: 0;
    }
    .resource-template .fold1 h2 {
        font-size: 3.55rem;
    }
    .footer-menu a {
        font-size: 0.85rem;
    }
    .contact-template img.topicon {
        width: 8rem;
    }
    .mg-for-desk,
    .hide-mob {
        display: none;
    }
    .mg-for-mob {
        display: block;
        margin: 1.55rem 0;
    }
    .fold3-right {
        right: 0;
        text-align: left;
    }
    .investments-template .fold1 h4 {
        height: 3rem;
        margin-top: 1rem;
    }
    body.menu-open,
    body.menu-open header {
        /* background: #fff; */
        position: fixed;
        width: 100%;
        z-index: 10;
    }
}

@media(max-width:380px) {
    .footer-menu a {
        /* font-size: 0.75rem; */
    }
}


/* set 2 */
p {
font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: #000;
}
h1, h2, h3 {
	font-family: 'Noto Sans JP', sans-serif;
}
h4, h5, h6 {
font-family: 'Roboto', sans-serif;
}

.logo-wrap.foot img{
	width: 18%;
	margin: 1rem auto;
}
footer {
    text-align: center;
}
footer .social-icons li {
    float: none;
    margin: 1rem auto;
}
.wrap-em p {
    margin-bottom: 0.55rem;
    color: #fff;
}
.footer-menu {
    float: none;
    text-align: center;
    margin: 1rem auto;
}
.footer-menu a {
    border-bottom: 0.1rem solid #ccc;
       padding: 0;
}

/* fold 1 */
.fold1 p {
    font-size: 1.45rem;
}
.in-container {
	width: 84rem;
	    margin: 0 auto;
}

/* contact */
.contact .fold1 {
    background: #000;
    color: #fff;
}
.contact .in-cnt {
 width: 75%;
 margin: 5rem auto;
}

/* post inner */
.contact.post-inner .in-cnt {
 margin: 2rem auto;
}

.contact .in-cnt p {
     font-size: 1.05rem;
     width: 75%;
}
.contact .in-cnt h2,
.contact .in-cnt p {
    color: #fff;
    margin-bottom: 1.75rem;
}

/* res */
.contact.resources .fold1 {
    background: #fff;
    color: #000;
}
.contact.resources .in-cnt h2,
.contact.resources .in-cnt p {
    color: #000;
}
marquee {
    color: #000;
    font-size: 1rem;
    background: #f6f6f6;
    padding: 0.35rem 2rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 2rem;
}
marquee ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
marquee ul li {
	list-style: none;
	margin: 0rem 1rem;
	color: #333;
	font-weight: 400;
}
.in-container.acc-incnt {
	width: 55rem;
}


/* banner */
.banner-section {
    padding-top: 0;
}
.hero-slider {
    width: 100%;
}
.banner-wrap {
    position: relative;
}
section.banner-section img {
    width: 100%;
}
.banner-wrap .banner-cnt {
    position: absolute;
    bottom: auto;
    width: 84%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 3rem;
}
.banner-wrap h1, .banner-wrap h2 {
    font-size: 2.25rem;
    color: #fff;
    line-height: 1.25;
    width: 100%;
    text-align: center;
}

/* about */
.profile-img img {
	width: 100%;
	margin: 1rem 0;
}
.profile-cnt h2 {
	font-weight: normal;
	margin-bottom: 2rem;
}
.profile-cnt p {
	width: 70%;
	margin: 1rem 0;
}
.contact.about .in-cnt {
	width: 100%;
}
.contact.about .fold2{
	background: #fff;
}
.profile-cnt.fold3 {
	padding-bottom: 3rem;
}



/* cus-accordion */
.cus-accordion .accordion {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  padding: 1rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.2rem;
  transition: 0.4s;
  margin: 1rem 0;
  padding: 0;
  height: 100%;
  line-height: 1.25;
}
.cus-accordion .active, .cus-accordion .accordion:hover {
  background-color: transparent;
}
.cus-accordion .accordion:after {
  content: '\002B';
  color: #000;
  font-weight: normal;
  float: left;
  margin-right: 1rem;
  font-size: 1.2rem;
}
.cus-accordion .active:after {
  content: "\2212";
}
.cus-accordion .panel {
  padding: 0 1rem;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-shadow: none;
  margin: 0;
}
/* ends cus-accordion */

/* project list */
.project-list p {
	text-align: center;
	font-size: 1.15rem;
	font-weight: 300;
}
.project-list .pro-grid {
    max-width: 100%;
    overflow: hidden;
}
.project-list .pro-grid img {
	margin-bottom: 0.35rem;
	height: 18rem;
	object-fit: cover;
	object-position: top;
	transform: scale(0.98);
	transition: all 1s ease-out;
	overflow: hidden;
}
.project-list .pro-grid img:hover {
	transform: scale(1);
}
.post-inner .in-cnt p {
	margin: 1.55rem auto;
}
.post-inner .project-list .pro-grid img {
 transform: none;
 margin-bottom: 0;
}

/* projecy inner */
.cus-accordion.shs-br {
	border-top: 0.1rem solid #ccc;
	border-bottom: 0.1rem solid #ccc;
}
iframe {
	border: 0;
}
.button.trans-blk {
	background: transparent;
}
.button.trans-blk:hover {
	background: #000;
}
.right .lst-link-wraps {
    float: right;
}
.left .lst-link-wraps {
    float: left;
}
img.arw-icon {
    height: 2rem;
    width: 2rem;
    object-fit: contain;
}
.center-img {
	width: 50%;
	height: auto !important;
	margin: 1rem auto;
	text-align: center;
}
section.project-list .col-md-4, section.project-list .col-md-3 {
    padding-bottom: 1.071rem;
}
section.project-list .col-md-4, section.project-list .col-md-3 {
    padding-left: 0.20rem;
    padding-right: 0.20rem;
}
.post-inner section.project-list .col-md-4 {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
}
header li.active a {
	border-bottom: 0.1rem solid #fff !important;
}
.mb-viewonly {
	display: none;
}
section.related-posts-links .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* onload popup */
.modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.modal-body {
    position: relative;
    padding: 0;
    margin: 0;
    background: transparent;
}
a#butr {
    position: absolute;
    width: 15rem;
    height: auto;
    top: 20rem;
    background: #fff;
    color: #000;
    box-shadow: 1px 1px 1px #fff;
    padding: 1rem;
    font-size: 1.55rem;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
body.modal-open {
    padding-right: 0 !important;
	height: 40rem;
}

.modal-open .modal {
    padding: 0 !important;
    margin: 0 !important;
	margin-top: -1rem !important;
}
.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
    height: 100%;
}
.modal-content {
    background-color: #000;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.close-pop-icon {
    position: absolute;
    right: 4rem;
    top: 4rem;
}
.close-pop-icon img{
 width: 2rem;
 height: 2rem;
 object-fit: contain;
 cursor: pointer;
}
a.link.vw-all {
    border-bottom: 0.1rem solid #000;
    padding: 0.3rem 5rem;
}
a.link.vw-all:hover {
background: #000;
color: #fff;
}
body.modal-open {
    overflow: visible !important;
}
ul#menu-header {
    margin-right: -18rem;
    z-index: 100;
}


/* media */
@media(max-width: 1400px) {
  ul#menu-header {
    margin-right: -13rem;
}
  
}
@media(max-width: 1024px) {
a#butr {
 top: 60rem;
}
ul#menu-header {
    margin-right: -15rem;
}
}

@media(max-width: 991px) {
ul#menu-header {
    margin-right: -8rem;
}
a#butr {
 top: 35rem;
}
.banner-wrap h1, .banner-wrap h2 {
    font-size: 2rem;
}
.in-container {
    width: 95%;
    padding: 0 2rem;
}
.contact .in-cnt p {
    width: 95%;
}
.profile-cnt p {
    width: 95%;
}
iframe {
	margin-bottom: 3rem;
}
.in-container.acc-incnt {
	width: 95%;
}
}


@media(max-width: 767px){
ul#menu-header {
    margin-right: 0;
}
a#butr {
    top: 23rem;
}
.mb-viewonly {
    display: flex !important;
    justify-content: center;
    align-items: center;
	margin-top: 3rem;
}
.mb-viewonly a {
    margin: 0 0.15rem !important;
}
.logo-wrap.foot img {position: relative;
left:0;
top:0;width: 60%;}
.in-container {
width: 100%;
padding: 0 2rem;
}
.contact .in-cnt p {
 width: 100%;
}
.contact .in-cnt {
 width: 90%;
 margin: 2rem auto;
}
section.banner-section img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
    object-position: top;
}
.banner-wrap h1, .banner-wrap h2 {
    font-size: 1.55rem;
    width: 90%;
    margin: 0 auto;
}
.banner-wrap .banner-cnt {
    bottom: auto;
    top: 6.55rem;
}
.mb-flex-none {
	display: block !important;
}
.contact.about .fold2 {
    margin-top: 0;
}
.profile-img img {
    width: 80%;
    margin: 1rem auto;
    display: block;
}
iframe {
	width:100%;
	height: 100%;
}
.fold1 img.hmg {
	width: 75%;
}
.fold2 .in-cnt {
    width: 90%;
}
/* header */
header .social-icons {
	display:  none;
}
header .col-md-7.col-sm-7.col-xs-5 {
    width: 100%;
    float: none;
}
header .col-md-3.col-sm-3.col-xs-7.mob-pd {
	display: none;
}
header .flex {
    height: 5.55rem;
    position: relative;
}
span.icon-bar.bar2,
.icon-bar-close {
    display: none;
}
body.menu-open header span.icon-bar.bar1 {
    transform: rotate(45deg);
}
body.menu-open header span.icon-bar.bar3 {
	transform: rotate(-45deg);
	position: absolute;
	top: 1rem;
}
ul.mtree.transit li.active {
    border-bottom: 0.1rem solid #333;
}
body.menu-open header .col-md-3.col-sm-3.col-xs-7.mob-pd {
	display: block;
	position: absolute;
}
}
