@import url('fonts.css');

/*-------------------------------------------------------*/
/* 2.Typography
/*-------------------------------------------------------*/

html,
body {
    width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
    color: #333;
    outline: 0;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

body img {
    border: none;
    max-width: 100%;
    height: auto;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    color: #fff;
}

html,
body,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family:Campton;
    /*font-family: 'Saira Semi Condensed', Helvetica, Arial, sans-serif;*/
    font-weight: 300;
}

h1 {
    font-weight: 300;
    font-size: 50px;
    line-height: 50px;
}

h2 {
    font-size: 32px;
    line-height: 38px;
    color: #333;
    margin-bottom: 25px;
    font-weight: 400;
}

h3 {
    font-size: 28px;
    color: #333;
    font-weight: 400;
}

h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 44px;
    color: #333;
}

h5 {
    font-weight: 400;
    font-size: 20px;
}

h6 {
    font-weight: 400;
    font-size: 19px;
}

p {
    font-size: 19px;
    line-height: 30px;
    color: #666;
    margin: 0 0 20px 0;
}

li {
    font-size: 20px;
    line-height: 30px;
    color: #666;
}

span {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
}

strong {
    font-weight: bold;
}

.relative {
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.subheading {
    color: #999;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 80px;
}

.parallax-parent {
    overflow: hidden;
}

.mine-t {
    font-weight: 900;
    letter-spacing: 1px;
    font-family: "Gotham Book";
}

.mine-t span {
    color: #199fc9;
    font-size: 28px;
}

#team,
#services,
#works,
#blog,
.port-details-body {
    padding: 80px 0;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(200, 200, 200, 1);
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, .1);
}

::-webkit-scrollbar-thumb {
    background-color: rgb(247, 212, 68);
}


/*-------------------------------------------------------*/
/* 3.Buttons
/*-------------------------------------------------------*/

.btn {
    text-align: center;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    height: 49px;
    text-transform: uppercase;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    position: relative;
    background: #353535;
    color: #fff;
    z-index: 20;
}

.btn-default:focus {
    box-shadow: none;
    outline: 0;
    color: #fff;
}

.btn-default:focus:hover {
    color: #000;
}

.btn-default {
    font-size: 17px;
    border: none;
    position: relative;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    height: 52px;
    line-height: 42px;
    text-transform: uppercase;
    background: #353535;
    color: #fff;
    z-index: 1;
}

.btn-default:hover {
    background: transparent;
    color: #353535;
}

.btn-default.quotebtn {
    background: #fff;
    color: #353535;
    margin-top: 30px;
}

.btn-default.quotebtn:hover {
    background: transparent;
    color: #fff !important;
}

.btn-default.quotebtn:before,
.btn-default.quotebtn:after {
    background: #fff;
    width: 0;
    transition: 400ms ease all;
}

.btn-default.quotebtn:hover:before,
.btn-default.quotebtn:hover:after {
    width: 100%;
    transition: 800ms ease all;
}

.btn-default.aboutbtn {
    background: transparent;
    color: #fff !important;
}

.btn-default.aboutbtn:hover {
    background: #fff;
    color: #353535 !important;
}

.btn-default.aboutbtn:before,
.btn-default.aboutbtn:after {
    width: 100%;
    transition: 800ms ease all;
    background: #fff;
}

.btn-default.aboutbtn:hover:before,
.btn-default.aboutbtn:hover:after {
    width: 0;
    transition: 800ms ease all;
}

.btn-default:before,
.btn-default:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #353535;
    transition: 400ms ease all;
}

.btn-default:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.btn-default:hover:before,
.btn-default:hover:after {
    width: 100%;
    transition: 800ms ease all;
}


/*-------------------------------------------------------*/
/* 4.Cursor
/*-------------------------------------------------------*/

.cursor {
    border-radius: 50%;
    content: "";
    height: 10px;
    position: absolute;
    pointer-events: none;
    transform: scale(1) translateZ(0px);
    width: 10px;
    z-index: 100000;
    transition: all .3s cubic-bezier(.17, .67, .11, .89);
}

.cursor.main {
    box-shadow: 0px 2px 15px 5px rgba(80, 80, 80, .18);
    opacity: 1;
}

.cursor.sec {
    margin: -8px 0 0 -8px;
    height: 30px;
    opacity: .4;
    width: 30px;
    transition: opacity .3s cubic-bezier(.17, .67, .11, .89);
}

.d-hotline {
    background: #4748F6 !important;
}

.cursor.main,
.cursor.sec,
.cursor.main.men,
.cursor.sec.men {
    background: #199fc9;
}

.page-template-climate-action-child .cursor.main,
.page-template-climate-action-child .cursor.sec {
    background: #4748F6 !important;
}

.cursor.main.women,
.cursor.sec.women {
    background: #3dece8;
}

.cursor.main.hover {
    background: white;
    color: #000;
    height: 13px;
    opacity: 1;
    width: 13px;
    transition: all .3s cubic-bezier(.17, .67, .11, .89);
}

.cursor.sec.hover {
    opacity: 0;
    transform: scale(1.4);
    transition: all .4s cubic-bezier(.17, .67, .11, .89);
}

.cursor.main.scaling {
    background: #199fc9;
    color: #000;
    height: 13px;
    opacity: 1;
    width: 13px;
    transition: all .3s cubic-bezier(.17, .67, .11, .89);
}

.cursor.sec.scaling {
    opacity: .5;
    transform: scale(2);
    transition: all .4s cubic-bezier(.17, .67, .11, .89);
}

@media (pointer: coarse) {
    .cursor {
        display: none;
    }
}


/*-------------------------------------------------------*/
/* 5.Menu
/*-------------------------------------------------------*/

.socials a {
    display: inline-block;
    color: #fff;
    padding-right: 15px;
    transition: all 0.5s;
}

.socials a:hover {
    color: #199fc9;
    transition: all 0.5s;
}

.has-hovered li a {
    opacity: 0.4;
    transition: all 0.5s;
}

.has-hovered li a:hover {
    opacity: 1;
    transition: all 0.5s;
}

.gmnoprint {
    display: none !important;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.section {
    position: relative;
}

#btn_menu a,
#btn_bio a,
#btn_access a,
#btn_contact a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#btn_menu a.on,
#btn_bio a.on,
#btn_access a.on,
#btn_contact a.on {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu a {
    position: fixed;
    font-size: 14px;
    letter-spacing: 4px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 100;
    text-align: center;
    padding: 0px;
    text-decoration: none;
    color: #199fc9;
    -webkit-transition: -webkit-transform 0.3s 1s;
    transition: -webkit-transform 0.3s 1s;
    transition: transform 0.3s 1s;
    transition: transform 0.3s 1s, -webkit-transform 0.3s 1s;
}

.menu a span {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 30px;
}

.menu-item a {
    position: relative;
}

#btn_bio a {
    top: 30px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    max-width: 30%;
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
}

#btn_menu a {
    bottom: 0px;
    top: 0px;
    left: 10px;
    max-height: 30%;
    margin: auto;
    font-weight: 600;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-transform: translate(-80px, 0);
    transform: translate(-80px, 0);
}

#btn_access a {
    top: 0;
    bottom: 0;
    right: 10px;
    height: 0;
    margin: auto;
    font-weight: 600;
    -webkit-transform: rotate(270deg) translate(0, 80px);
    transform: rotate(270deg) translate(0, 80px);
}

#btn_contact a {
    bottom: 20px;
    right: 0px;
    left: 0px;
    max-width: 30%;
    margin: 0 auto;
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
}

.is-loaded #btn_menu a,
.is-loaded #btn_bio a,
.is-loaded #btn_contact a {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.is-loaded #btn_access a {
    -webkit-transform: rotate(270deg) translate(0, 0);
    transform: rotate(270deg) translate(0, 0);
}

#wrap {
    position: relative;
    width: 400px;
    height: 300px;
    margin: 30px auto 0;
    background: linear-gradient(0deg, #ffffff 2px, rgba(0, 0, 0, 0) 2px), linear-gradient(90deg, #ffffff 2px, rgba(0, 0, 0, 0) 2px), linear-gradient(0deg, rgba(255, 255, 255, 0.298039) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.298039) 1px, rgba(0, 0, 0, 0) 1px), rgb(34, 102, 153);
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
}

#menu_cont .mask1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ecedef;
    z-index: 6;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#menu_cont .mask2 {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url("../img/menu-bg.png") #ecedef bottom right;
    background-repeat: no-repeat;
    z-index: 6;
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#menu_cont .mask3 {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #111;
    z-index: 7;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

#menu_cont .mask3 .mask_cont {
    position: absolute;
    padding: 0px;
    left: 50%;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    top: 50%;
    transform: translate(-50%, -50%);
}

#menu_cont .mask3 .mask_cont .fadein_item {
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0) skewX(-30deg);
    transform: translate3d(-100px, 0, 0) skewX(-30deg);
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 30px;
}

#menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(1) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

#menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(3) {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

#menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(4) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

#menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(5) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

#menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(6) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

#menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(7) {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

#menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(8) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
    font-size: 12px;
    line-height: 21px;
    margin-top: 40px;
}

#menu_cont.is-visible .mask1 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#menu_cont.is-visible .mask2 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

#menu_cont.is-visible .mask3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#menu_cont.is-visible .mask3 .mask_cont .fadein_item {
    -webkit-transform: translate3d(0, 0, 0) skewX(0);
    transform: translate3d(0, 0, 0) skewX(0);
    opacity: 1;
}

#access_cont .mask1 {
    position: fixed;
    top: 0;
    right: 0;
    background: #FCF0C0;
    z-index: 6;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#access_cont .mask2 {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 6;
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#access_cont .mask3 {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #111;
    z-index: 7;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

#access_cont .mask3 .mask_cont,
#access_cont .mask2 .mask_cont {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px 10px 0 100px;
    padding: 0px;
    letter-spacing: 2px;
    line-height: 25px;
    color: #fff;
    font-size: 13px;
}

#access_cont .mask3 .mask_cont .fadein_item {
    display: block;
    -webkit-transform: translate3d(100px, 0, 0) skewX(-30deg);
    transform: translate3d(100px, 0, 0) skewX(-30deg);
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
}

#access_cont .mask3 .mask_cont .fadein_item:nth-of-type(1) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

#access_cont .mask3 .mask_cont .fadein_item:nth-of-type(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#access_cont .mask3 .mask_cont .fadein_item:nth-of-type(3) {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

#access_cont .mask3 .mask_cont .fadein_item:nth-of-type(4) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

#access_cont .mask3 .mask_cont .fadein_item:nth-of-type(5) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

#access_cont .mask3 .mask_cont .fadein_item:nth-of-type(6) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

#access_cont.is-visible .mask1 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#access_cont.is-visible .mask2 {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

#access_cont.is-visible .mask3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#access_cont.is-visible .mask3 .mask_cont .fadein_item {
    -webkit-transform: translate3d(0, 0, 0) skewX(0);
    transform: translate3d(0, 0, 0) skewX(0);
    opacity: 1;
    margin-bottom: 26px;
    letter-spacing: 1px;
    color: #fff;
}

#office_map {
    width: 100%;
    height: 100%;
}

.fadein_item a {
    display: inline-block;
    color: #fff;
}

.fadein_item:not(:last-child) a {
    padding-bottom: 15px;
}

span.addres {
    font-size: 16px;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    3.4% {
        -webkit-transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    4.7% {
        -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    6.81% {
        -webkit-transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    9.41% {
        -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    10.21% {
        -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    13.61% {
        -webkit-transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    14.11% {
        -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    17.52% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    18.72% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    21.32% {
        -webkit-transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    24.32% {
        -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    25.23% {
        -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    29.03% {
        -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    29.93% {
        -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    35.54% {
        -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    36.74% {
        -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    41.04% {
        -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    44.44% {
        -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    52.15% {
        -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    59.86%,
    63.26% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    100%,
    75.28%,
    85.49%,
    90.69% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    3.4% {
        -webkit-transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    4.7% {
        -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    6.81% {
        -webkit-transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    9.41% {
        -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    10.21% {
        -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    13.61% {
        -webkit-transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    14.11% {
        -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    17.52% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    18.72% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    21.32% {
        -webkit-transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    24.32% {
        -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    25.23% {
        -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    29.03% {
        -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    29.93% {
        -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    35.54% {
        -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    36.74% {
        -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    41.04% {
        -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    44.44% {
        -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    52.15% {
        -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    59.86%,
    63.26% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    100%,
    75.28%,
    85.49%,
    90.69% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
}

.close-menu {
    color: #199fc9;
    z-index: 9999999;
    float: right;
    padding: 20px 25px;
    font-weight: 900;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.mask2 .menu .close-menu,
.mask3 .menu .close-menu {
    position: inherit;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 900;
}


/*-------------------------------------------------------*/
/* 6.Home
/*-------------------------------------------------------*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff no-repeat center center;
}

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner-eff {
    position: relative;
    width: 50px;
    height: 50px;
}

.spinner-eff:before,
.spinner-eff:after {
    content: "";
    display: block;
}

.spinner-eff .spinner-bar:before,
.spinner-eff .spinner-bar:after {
    content: "";
    display: block;
}

@-webkit-keyframes ellipse-animation {
    0% {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }

    12.5% {
        border-top-left-radius: 0;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    25% {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    37.5% {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 50%;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    50% {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    62.5% {
        border-top-left-radius: 50%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    75% {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    87.5% {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 0;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    100% {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ellipse-animation {
    0% {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }

    12.5% {
        border-top-left-radius: 0;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    25% {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    37.5% {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 50%;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    50% {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    62.5% {
        border-top-left-radius: 50%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    75% {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    87.5% {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 0;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    100% {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-eff.spinner-eff-5 .ellipse {
    width: 100%;
    height: 100%;
    background-color: #199fc9;
    border-radius: 50%;
    -webkit-animation: ellipse-animation 2.4s cubic-bezier(0, -0.26, 0.32, 1.22) 0s infinite;
    animation: ellipse-animation 2.4s cubic-bezier(0, -0.26, 0.32, 1.22) 0s infinite;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.img-logo {
    position: fixed;
    z-index: 9999;
    top: 20px;
    left: 7%;
    /*width: 180px;*/
}

#home-under {
    position: absolute;
    z-index: -33;
    width: 100%;
    height: 100%;
}

#home {
    width: 100%;
    height: 100%;
}

.home-un-1 {
    position: relative;
    width: 100%;
    color: #f8f8f8;
    background: url("../img/home-bg.jpg") no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home-un-2 {
    position: relative;
    width: 100%;
    color: #f8f8f8;
    background: url("../img/home-bg.jpg") top right #ededed no-repeat;
    background-attachment: fixed;
    background-position: right top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slidetext {
    margin-top: 5px;
    position: absolute;
    bottom: 60px;
    left: auto;
    right: 10%;
    color: #fff;
    font-weight: 900;
    opacity: 0;
}

.slidelink {
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    margin-top: 33px;
    padding-left: 50px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
    position: absolute;
    bottom: 60px;
    left: 10%;
}

.slidelink::before {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    margin-left: -50px;
    margin-bottom: -17px;
    width: 41px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slidedata {
    width: 90%;
    top: auto;
}

.slidetitle {
    width: 90%;
    position: absolute;
    bottom: 70px;
}

.slidetitle,
.slidetitle * {
    color: #222021;
    font-size: 50px;
    line-height: 50px;
}

.slidetitle span {
    color: deeppink;
    font-family: sans-serif;
    font-weight: bold;
}

.slidetitle > div {
    left: 10%;
    opacity: 0;
    position: absolute;
    bottom: 120px;
}

.slidetitle .s-title {
    bottom: 60px;
}

.slidelink:hover {
    padding-left: 55px;
    color: #fff;
}


/*-------------------------------------------------------*/
/* 7.About
/*-------------------------------------------------------*/

.about {
    padding: 50px 0;
    background: #000000;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about-1 div img {
    width: 140px;
    padding: 20px;
    padding-bottom: 0;
    padding-top: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.about-1 h4 {
    letter-spacing: 8px;
    margin: 10px auto 0;
    width: 90%;
    text-transform: uppercase;
    color: #fff
}

.about-1 span {
    text-transform: uppercase;
    font-style: italic;
    color: #e6e5e5;
}


/*-------------------------------------------------------*/
/* 7-1.Team
/*-------------------------------------------------------*/

.overlay-type-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.overlay-type-one .overlay-inner {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
}

.overlay-type-one .overlay-inner .line-one {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.overlay-type-one .overlay-inner .line-one:before {
    position: absolute;
    content: '';
    right: -20px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.40);
}

.overlay-type-one .overlay-inner .line-one:after {
    position: absolute;
    content: '';
    right: 0px;
    top: -20px;
    height: 70%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.40);
}

.overlay-type-one .overlay-inner .line-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.overlay-type-one .overlay-inner .line-two:before {
    position: absolute;
    content: '';
    left: -20px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.40);
}

.overlay-type-one .overlay-inner .line-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -20px;
    height: 70%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.40);
}

.overlay-type-one .overlay-inner .line-one.inTeam:after {
    right: 30px;
    top: 0px;
    height: 56%;
}

.overlay-type-one .overlay-inner .line-one.inTeam:before {
    right: 0px;
    top: 25px;
    width: 56%;
}

.overlay-type-one .overlay-inner .line-one.inTeam:after,
.overlay-type-one .overlay-inner .line-one.inTeam:before {
    background-color: rgba(143, 143, 143, 0.3);
}

.css-grid--columns-2 {
    grid-template-columns: 1fr 1fr;
}

.grid-2-block .grid-2-block--element {
    width: 100%;
    position: relative;
}

.grid-2-block .grid-2-block--element .grid-2-block--element__content {
    position: absolute;
    z-index: 1;
    height: 100%;
    right: 0;
    width: 45%;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.grid-2-block .grid-2-block--element .grid-2-block--element__content .title {
    margin-bottom: 4px;
}

.grid-2-block .grid-2-block--element .grid-2-block--element__content .text {
    margin-bottom: 25px;
    transition: all .5s;
}

.grid-2-block .grid-2-block--element:hover .grid-2-block--element__content .text {
    padding-left: 5px;
    transition: all .5s;
}

.grid-2-block .grid-2-block--element .grid-2-block--element__image {
    width: 65%;
    padding-top: 65%;
    height: 0;
    position: relative;
}

.grid-2-block .grid-2-block--element .grid-2-block--element__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-socials span {
    font-size: 26px;
    color: #333;
    padding-right: 22px;
    font-family: "Gotham Book";
}


/*-------------------------------------------------------*/
/* 7-2.Counter
/*-------------------------------------------------------*/

.counts {
    padding: 60px 0;
    background: url("../img/count-bg.jpg") no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.counter-wrap {
    padding: 100px 0;
}

h1.counter {
    color: #fff;
    border-bottom: 3px solid #fff;
    display: inline-block;
    padding-bottom: 17px;
    font-size: 80px;
    width: 140px;
    font-family: "Gotham Book";
    margin-bottom: 12px;
}

.stat-counter .stat-text {
    color: #fff;
    font-size: 24px;
}


/*-------------------------------------------------------*/
/* 8.Portfolio
/*-------------------------------------------------------*/

.portfolio-filter-menu {
    list-style: none;
    font-size: 19px;
    margin-bottom: 40px;
    font-family: 'Saira Semi Condensed';
}

.portfolio-filter-menu div p.active {
    background: #fff;
    color: #e7ba00;
}

.portfolio-filter-menu div p {
    display: inline-block;
    margin: 0 1px;
    text-decoration: none;
    color: #199fc9;
    cursor: pointer;
}

.fix {
    overflow: hidden;
}

.no-gutters .single-portfolio-wrap {
    margin-top: 0;
}

.single-portfolio-wrap {
    margin-top: 30px;
}

.single-portfolio-wrap .portfolio-thumb {
    position: relative;
}

.single-portfolio-wrap figure {
    margin: 0;
}

.single-portfolio-wrap .portfolio-thumb img {
    width: 100%;
    transition: all 0.5s;
}

.single-portfolio-wrap .portfolio-thumb {
    width: 100%;
    background: url("../img/portfolio/film-grain.gif");
    transition: all 0.5s;
}

.single-portfolio-wrap:hover .portfolio-thumb img {
    opacity: 0.8;
    cursor: none;
    transition: all 0.5s;
}

.single-portfolio-wrap .portfolio-details {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.single-portfolio-wrap .portfolio-details .port-info {
    top: 50%;
    left: 50%;
    position: absolute;
    padding: 15px 10px;
    width: 66%;
    margin: auto;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.single-portfolio-wrap .portfolio-details .port-info h3 {
    font-size: 28px;
}

.single-portfolio-wrap .portfolio-details .port-info nav a {
    font-size: 15px;
    text-transform: uppercase;
    color: #199fc9;
}

.single-portfolio-wrap:hover .portfolio-details {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

span.yellow {
    color: #199fc9;
    font-size: 28px;
}

.single-portfolio-wrap .portfolio-details a {
    color: #fff;
    transition: .4s;
}

.single-portfolio-wrap .portfolio-details .port-info .portfolio-cate {
    margin-top: 4px;
}

.single-portfolio-wrap .portfolio-details .port-info .portfolio-cate a:not(:last-child):after {
    content: '/';
    font-size: 13px;
    line-height: 1;
    margin: 0 3px 0 5px;
}

.single-portfolio-wrap .portfolio-details a.btn-view-work {
    text-transform: uppercase;
    color: #199fc9;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    bottom: 20px;
    left: 40px;
    opacity: 0;
    visibility: hidden;
}

.single-portfolio-wrap:hover a.btn-view-work {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}

.single-portfolio-wrap .portfolio-details a.btn-view-work i.fa {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.more-projects:focus {
    color: #fff;
}

.more-projects:focus:hover {
    color: #000;
}


/*-------------------------------------------------------*/
/* 9.Testimonial
/*-------------------------------------------------------*/

.backgroundsection100.dark.quote {
    background-color: rgba(0, 0, 0, .95);
    background-position: 130% 50%;
    background-size: 500px;
    background-repeat: no-repeat;
}

.contentcontainer85.client-quotes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.pre-header-all-caps-underline {
    width: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
}

.w-slider {
    position: relative;
    height: 100px;
    text-align: center;
    background: #dddddd;
    clear: both;
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}

.client-quote-slide {
    width: 100%;
    padding: 0px 25px 0px 0px;
    background-color: transparent;
}

.quote-slider {
    width: 100%;
    background-color: transparent;
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}

.mask-3 {
    width: 100%;
    height: 100px;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    position: absolute;
    width: 20px;
    top: 30px;
    right: -33px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.w-slider-arrow-right {
    z-index: 4;
}

.buttonblackoutline {
    margin-top: 15px;
    padding: 7px 26px;
    border: 1px solid #000;
    background-color: transparent;
    -webkit-transition: background-color 200ms ease, border-color 200ms ease;
    transition: background-color 200ms ease, border-color 200ms ease;
    color: #000;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 3px;
}

.buttonblackoutline.white {
    border-color: #fff;
    color: #fff;
}

.client-quote-container {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
}

.client-quote {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding-top: 10px;
}

.quote-arrow {
    font-size: 30px;
}

.w-slider-arrow-right[class*=" w-icon-"] {
    position: absolute;
}


/*-------------------------------------------------------*/
/* 10.Services
/*-------------------------------------------------------*/

.css-grid {
    display: grid;
    grid-gap: 20px;
}

.css-grid--columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-3-block .grid-3-block--element {
    display: flex;
    flex-direction: column;
}

.grid-3-block .grid-3-block--element .grid-3-block--element__content {
    text-align: center;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.grid-3-block--element__content p {
    font-size: 17px !important;
}

.grid-3-block .grid-3-block--element .grid-3-block--element__content .title {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.grid-3-block .grid-3-block--element .grid-3-block--element__image img {
    width: 100%;
    height: auto;
}

.parallax-parent .parallax-child,
.parallax-parent .parallax-child--second {
    position: relative;
}

.grid-3-block .grid-3-block--element.fliping .grid-3-block--element__content {
    margin-bottom: 0;
    margin-top: 20px;
}

.grid-3-block .grid-3-block--element.fliping {
    flex-direction: column-reverse;
}

.perspective-box {
    transform: perspective(600px) translate3d(0, 0, 0);
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.reveal-effect {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
    transition-timing-function: cubic-bezier(.25, .1, .25, 1);
}

.reveal-effect {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}


/*-------------------------------------------------------*/
/* 11.Blog
/*-------------------------------------------------------*/

#blog {
    background: url(../img/dots-pattern.png) #fafafa;
}

.article-home {
    display: flex;
}

.article-home:hover .btn-default {
    background: transparent;
    color: #353535;
}

.article-home:hover .btn-default:before,
.article-home:hover .btn-default:after {
    width: 100%;
    transition: 800ms ease all;
}

.article-home:nth-child(2) {
    flex-direction: row-reverse;
}

.article-home .article-home__image {
    flex: 0 0 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.article-home .article-home__content {
    flex: 0 0 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.article-home .article-home__content .inside {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}

.article-home .article-home__content .inside {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}

.article-home .article-home__content .inside .link {
    margin-top: 20px;
}

.home-articles .column.right .article-home {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home-articles .column.right .article-home {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home-articles .column.right .article-home .article-home__image img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-articles .column.right .article-home {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home-articles .column.right .article-home .article-home__content {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    z-index: 3;
}

.css-grid-none {
    display: grid;
    grid-gap: 0px;
}


/*-------------------------------------------------------*/
/* 12.Footer
/*-------------------------------------------------------*/

.slogan h4 {
    padding: 90px 40px;
    margin-bottom: 0;
    line-height: 45px;
    color: #777;
}

.slogan h4 span {
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
}

footer .form-control .btn-default {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.form-control {
    position: relative;
    width: 80%;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 0px;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #e8e8e8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    color: #4c4c4c;
    background: transparent;
}

.form-control .input-group {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    padding: 12px 20px;
    padding-left: 0;
    font-size: 19px;
    height: auto;
    border: 0;
    width: 65%;
    background: transparent;
}

.form-control .input-group-btn {
    display: flex;
    font-size: 0;
    white-space: nowrap;
    width: 35%;
}

input[type="email"] {
    height: 46px;
    border-bottom: 1px solid #e8e8e8;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}

.form-control input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: 0;
}

.form-control:focus {
    border-color: #e91e63;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#footer.minimal {
    text-align: center;
}

#footer.minimal .copyright {
    display: block;
    margin-top: 14px;
    font-size: 17px;
}

.copyright .ion-ios-heart {
    color: #199fc9;
}

.copyright a {
    color: #333;
}

.footer-form {
    padding: 80px 0 80px;
    background: #fafafa;
}

.footer-copyright {
    padding: 40px 0 40px;
    background: #111;
    color: #FFF;
}

.footer-copyright a{
    color: #FFF;
}

/*-------------------------------------------------------*/
/* 13.SinglePage
/*-------------------------------------------------------*/

.small-section {
    padding: 0px 0;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sub-single {
    position: relative;
    padding: 40px 20px 70px 20px;
    margin: 40px 30px 40px 30px;
    text-align: center;
    border: 1px solid;
    border-color: rgba(255, 255, 255, .2);
}

.sub-single p {
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0 40px 0;
    display: inline-block;
    padding: 2px 0px;
    letter-spacing: 8px;
}

.sub-single h1 {
    color: #bbb;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: center;
}

.bg-blo-1 {
    text-align: left;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.blo-2 {
    margin: 0px;
    display: inline-block;
    padding: 20px;
    border: 1px solid #eee;
    width: 100%;
    margin-bottom: 20px;
}

.blo-2 img {
    width: 100%;
}

.blo-2 h6 {
    margin: 10px 0;
}

.blo-2 h6 span {
    font-weight: 900;
}

.blo-1 h6 span.yellow {
    font-size: 24px;
}

.blo-2 h6 strong {
    font-size: 14px;
    padding: 2px 4px;
    border-radius: 3px;
    color: #333;
    background: #199fc9;
    opacity: .9;
    line-height: 30px;
}

.blo-1 {
    padding: 0px 40px;
    display: inline-block;
    width: 100%;
}

.blo-1 h6 {
    color: #444;
    font-size: 24px;
    font-family: Gotham Book;
    font-weight: 900;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.blo-1 p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
}

/*-------------------------------------------------------*/
/* 14.Responsive
/*-------------------------------------------------------*/

@media (min-width: 460px) {
    .article-home {
        height: 100%;
        width: 100%;
    }

    .article-home__image img {
        position: static;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 1700px) and (max-width: 2100px) {
    .menu a {
        font-size: 20px;
    }

    .slidetitle,
    .slidetitle * {
        font-size: 70px;
        line-height: 70px;
    }

    .slidelink {
        font-size: 24px;
    }

    .slidelink::before {
        margin-bottom: -19px;
    }

    .slidetext {
        font-size: 22px;
    }

    .slidetitle > div {
        bottom: 160px;
    }

    .slidetitle .s-title {
        bottom: 80px;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1700px) {
    .menu a {
        font-size: 17px;
    }

    .slidetitle,
    .slidetitle * {
        font-size: 60px;
        line-height: 60px;
    }

    .slidelink {
        font-size: 22px;
    }

    .slidelink::before {
        margin-bottom: -17px;
    }

    .slidetext {
        font-size: 20px;
    }

    .slidetitle > div {
        bottom: 140px;
    }

    .slidetitle .s-title {
        bottom: 70px;
    }
}

@media screen and (min-width: 1050px) and (max-width: 1200px) {
    .inside h4 {
        font-size: 20px;
    }

    .inside p {
        font-size: 15px;
    }

    .article-home .article-home__content .inside .link {
        font-size: 13px;
    }
}

@media (min-width: 1100px) {
    .grid-3-block .grid-3-block--element:nth-child(3) {
        display: none;
    }
}

@media (max-width: 1100px) {
    .grid-3-block {
        grid-template-columns: 1fr 1fr;
    }

    .grid-3-block .grid-3-block--element:nth-child(1),
    .grid-3-block .grid-3-block--element:nth-child(4) {
        display: none;
    }

    .container {
        padding: 0 40px;
    }
}

@media (max-width: 1050px) {
    .css-grid-none {
        display: grid;
    }

    .home-articles {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-articles .column.right .article-home {
        position: static;
        display: grid;
        grid-gap: 0;
        grid-template-columns: 1fr 1fr;
    }

    .home-articles .column.right .article-home .article-home__image {
        position: static;
    }

    .home-articles .column.right .article-home .article-home__content {
        position: static;
        width: auto;
        height: auto;
    }

    .home-articles .column.right .article-home {
        position: static;
        display: grid;
        grid-gap: 0;
        grid-template-columns: 1fr 1fr;
    }

    .home-articles .column.right .article-home .article-home__image img {
        position: static;
    }
}

@media (min-width: 900px) {
    .slogan h4 {
        width: 900px;
        margin: auto;
    }
}

@media (max-width: 900px) {
    .slogan h4 {
        margin: auto;
    }
}

@media (max-width: 700px) {
    .slogan h4 {
        width: 600px;
        margin: auto;
    }
}

@media (max-width: 600px) {
    .slogan h4 {
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 993px) {
    .grid-2-block {
        grid-template-columns: 1fr;
        margin-top: 0;
        margin-bottom: 0;
    }

    .grid-2-block.container {
        max-width: 720px;
    }
}

@media (max-width: 992px) {
    .mask-3 {
        height: 130px;
    }

    .w-slider {
        height: 130px;
    }

    h1.counter {
        font-size: 70px;
        width: 120px;
    }

    .stat-counter .stat-text {
        font-size: 20px;
    }
}

@media (min-width: 750px) and (max-width: 850px) {
    #access_cont .mask3 .mask_cont {
        margin: 0px 10px 0 50px;
    }
}

@media (min-width: 680px) and (max-width: 750px) {
    #access_cont .mask3 .mask_cont {
        margin: 0px 10px 0 30px;
    }
}

@media (min-width: 650px) and (max-width: 680px) {
    .socials a {
        padding-right: 10px;
    }

    #access_cont .mask3 .mask_cont {
        margin: 0px 10px 0 30px;
    }
}

@media (max-width: 768px) {
    .subheading {
        margin-bottom: 60px;
    }

    #footer.minimal .copyright {
        font-size: 13px;
    }

    .form-control .input-group {
        font-size: 17px;
    }

    .btn-default {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .mine-t span {
        font-size: 24px;
    }

    .portfolio-filter-menu {
        font-size: 15px;
    }

    .grid-2-block.container {
        max-width: 540px;
    }

    .home-un-2,
    .home-un-1,
    .small-section {
        background-attachment: unset;
    }

    .ht-slick-nav button {
        left: 50px;
    }

    .ht-slick-nav button.next-arrow {
        right: 50px;
        left: auto;
    }

    .port-details-body {
        padding: 60px 0;
    }

    .port-con-item h2 {
        font-size: 25px;
    }

    .counts {
        background-attachment: unset;
    }

    .stat-counter .stat-text {
        font-size: 22px;
    }

    h1 {
        font-size: 45px;
        line-height: 45px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
        line-height: 40px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 15px;
    }

    p {
        font-size: 15px;
        line-height: 25px;
    }

    li {
        font-size: 16px;
        line-height: 26px;
        color: #666;
    }

    span {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    .input {
        margin-left: 0;
    }

    .blo-1 {
        padding: 0px 10px;
    }

    .stat-counter .stat-text {
        margin-bottom: 55px
    }

    .slidelink {
        bottom: 110px;
    }

    .slidetext {
        right: unset;
        left: 10%;
    }

    .slidetitle,
    .slidetitle * {
        font-size: 45px;
        line-height: 45px;
    }

    .about-1 h4 {
        font-size: 15px;
    }

    .slogan h4 span {
        font-size: 25px;
    }

    .slidetitle > div {
        bottom: 160px;
    }

    .slidetitle .s-title {
        bottom: 110px;
    }
}

@media (min-width: 620px) and (max-width: 768px) {
    .css-grid {
        grid-gap: 30px
    }

    .container {
        padding: 0 15px;
    }
}

@media (max-width: 650px) {

    .slidetitle,
    .slidetitle * {
        font-size: 40px;
        line-height: 40px;
    }

    .slidelink {
        font-size: 16px;
    }

    .slidelink::before {
        margin-bottom: -13px;
    }

    .img-logo {
        width: 60px;
        left: 0px;
    }

    .mask2 .menu .close-menu {
        padding: 20px 16px;
    }

    .counts {
        background-position: right;
    }

    .gm-style div a div img {
        display: none !important;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .mask3 .menu .close-menu {
        padding: 20px 40px;
    }

    #head_bg img {
        max-width: 76%;
    }

    #arrow img {
        height: 7%;
        bottom: 9% !important;
    }

    #name-svg01 {
        left: 0;
        top: 10% !important;
        width: 80%;
    }

    #name-svg02 {
        left: 0 !important;
        right: 0;
        width: 80%;
        top: 75% !important;
        bottom: 60% !important;
        margin: auto auto !important;
    }

    .mask3 {
        overflow: hidden;
    }

    #btn_bio a {
        top: 10px;
    }

    #btn_contact a {
        bottom: 5px;
        max-width: 40%;
    }

    #btn_menu a {
        left: 8px;
    }

    #bio_cont .mask3 .mask_cont {
        margin: 0px 50px 0 50px;
        font-size: 10px;
        line-height: 17px;
    }

    #bio_cont.is-visible .mask3 .mask_cont {
        margin: 20px 50px 0 50px;
        font-size: 10px;
    }

    #bio_cont .mask2:before {
        background-size: cover;
    }

    #menu_cont .mask1 {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #menu_cont .mask2 {
        width: 100%;
        height: 50%;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -webkit-transition-duration: 0.7s;
        transition-duration: 0.7s;
    }

    #menu_cont .mask3 {
        width: 100%;
        height: 50%;
        bottom: 0;
        top: auto;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        -webkit-transition-duration: 0.7s;
        transition-duration: 0.7s;
    }

    #menu_cont .mask3 .mask_cont .fadein_item {
        -webkit-transform: translate3d(0, 100px, 0) skewX(-30deg);
        transform: translate3d(0, 100px, 0) skewX(-30deg);
        -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        font-size: 17px;
        letter-spacing: 2px;
        line-height: 22px;
    }

    .menu a span {
        font-size: 17px;
        letter-spacing: 2px;
        line-height: 22px;
    }

    #menu_cont .mask3 .mask_cont {
        width: 100%;
        margin: 0;
        text-align: center;
        line-height: 23px;
        font-size: 12px;
    }

    #menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(8) {
        font-size: 10px;
        line-height: 17px;
        margin-top: 15px;
    }

    #menu_cont.is-visible .mask1 {
        opacity: 0;
    }

    #menu_cont.is-visible .mask2 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #menu_cont.is-visible .mask3 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #access_cont .mask1 {
        opacity: 0;
    }

    #access_cont .mask2 {
        width: 100%;
        height: 50%;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -webkit-transition-duration: 0.7s;
        transition-duration: 0.7s;
    }

    #access_cont .mask3 {
        width: 100%;
        height: 50%;
        bottom: 0;
        top: auto;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        -webkit-transition-duration: 0.7s;
        transition-duration: 0.7s;
    }

    #access_cont .mask3 .mask_cont .fadein_item {
        -webkit-transform: translate3d(0, 100px, 0) skewX(-30deg);
        transform: translate3d(0, 100px, 0) skewX(-30deg);
        -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        margin-bottom: 15px;
    }

    #access_cont .mask3 .mask_cont {
        width: 100%;
        margin: 0 0 0 0;
        text-align: center;
        line-height: 18px;
    }

    #access_cont .mask3 .mask_cont p {
        line-height: 18px;
        font-size: 8px;
    }

    #access_cont.is-visible .mask1 {
        opacity: 1;
    }

    #access_cont.is-visible .mask2 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #access_cont.is-visible .mask3 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #contact_cont .mask2 {
        background-size: cover;
    }

    #contact_cont .mask3 .mask_cont .mask_small {
        font-size: 12px !important;
    }

    #contact_cont .mask3 .mask_cont {
        font-size: 12px;
    }

    #contact_cont.is-visible .mask3 .mask_cont {
        line-height: 30px;
    }

    .mask_small {
        font-size: 10px;
    }

    .mask_bottom {
        margin-bottom: 10px;
        line-height: 35px;
    }

    .mask_top {
        margin-top: 10px;
    }

    #menu_all {
        visibility: hidden;
    }

    #menu_all.is-visible {
        visibility: visible;
    }

    #btn_access a {
        right: -1px;
    }

    #btn_access a.on {
        right: -1px;
    }
}

@media (max-width: 620px) {
    .client-quote {
        font-size: 20px;
        line-height: 32px;
    }
}

@media (max-width: 600px) {
    h1.counter {
        font-size: 50px;
        width: 90px;
    }

    .stat-counter .stat-text {
        font-size: 20px;
    }

    .grid-2-block .grid-2-block--element .grid-2-block--element__content .title {
        font-size: 22px;
    }

    .team-socials span {
        font-size: 22px;
        padding-right: 16px;
    }

    .overlay-type-one .overlay-inner .line-one.inTeam:before {
        top: 11px;
    }

    .overlay-type-one .overlay-inner .line-one.inTeam:after {
        right: 11px;
    }

    .grid-3-block {
        display: block;
    }

    .grid-3-block .grid-3-block--element:nth-child(1),
    .grid-3-block .grid-3-block--element:nth-child(4) {
        display: flex;

    }

    .grid-3-block .grid-3-block--element:nth-child(4) {
        border-bottom: none;
    }

    .grid-3-block .grid-3-block--element:nth-child(3) {
        display: none;
        border-bottom: none;
    }

    .grid-3-block .grid-3-block--element,
    .grid-3-block .grid-3-block--element.fliping {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        flex-direction: column-reverse;
    }

    .grid-3-block .gr-3 {
        padding: 0;
    }

    .grid-3-block .gri-3 {
        padding-bottom: 0;
    }

    .grid-3-block .grid-3-block--element .grid-3-block--element__content,
    .grid-3-block .grid-3-block--element.fliping .grid-3-block--element__content {
        margin-bottom: 0px;
        margin-top: 20px;
        max-width: none;
    }

    .grid-3-block .grid-3-block--element .grid-3-block--element__image img {
        padding-top: 20px;
    }

    .slogan h3 {
        font-size: 20px;
        line-height: 38px;
    }

    .slogan h3 span {
        font-size: 22px;
    }
}

@media (max-width: 500px) {

    .slidetitle,
    .slidetitle * {
        font-size: 32px;
        line-height: 32px;
    }

    .slidetitle .s-title {
        bottom: 120px;
    }
}

@media (max-width: 470px) {
    .grid-2-block .grid-2-block--element .grid-2-block--element__content .title {
        font-size: 19px;
    }

    .grid-2-block .grid-2-block--element .grid-2-block--element__content .text {
        font-size: 14px;
    }

    .team-socials span {
        font-size: 18px;
        padding-right: 12px;
    }

    .blo-1 h6,
    .blo-1 h6 span.yellow {
        font-size: 18px;
    }
}

@media (max-width: 460px) {
    .home-articles {
        padding-bottom: 25px;
    }

    .article-home {
        display: block;
    }

    .home-articles .column.right .article-home {
        display: block;
    }

    .mask-3 {
        height: 170px;
    }

    .w-slider {
        height: 170px;
    }
}

@media (max-width: 400px) {
    .slogan h3 {
        font-size: 18px;
        line-height: 36px;
    }

    .slogan h3 span {
        font-size: 20px;
    }

    .slidetitle,
    .slidetitle * {
        font-size: 25px;
        line-height: 25px;
    }
}

@media (max-width: 360px) {
    .grid-2-block .grid-2-block--element .grid-2-block--element__content .title {
        font-size: 15px;
    }

    .grid-2-block .grid-2-block--element .grid-2-block--element__content .text {
        font-size: 13px;
    }

    .team-socials span {
        font-size: 17px;
        padding-right: 12px;
    }

    .d-none-mob {
        display: none;
    }

    .single-post-details_item h5 i {
        margin-right: 3px;
    }

    .port-details-con-inner .single-post-details_item .footer-item-left {
        margin-right: 10px;
    }

}


/*-------------------------------------------------------*/
/* 15.Custom-animate
/*-------------------------------------------------------*/

.animated.moveUp,
.animated.moveDown,
.animated.moveLeft,
.animated.moveRight {
    -webkit-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -moz-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -mo-transform: translateY(0px);
        transform: translateY(0)
    }
}

.moveUp {
    -webkit-animation-name: moveUp;
    -ms-animation-name: moveUp;
    -moz-animation-name: moveUp;
    animation-name: moveUp
}

@-webkit-keyframes moveDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0)
    }
}

@keyframes moveDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -mo-transform: translateY(0px);
        transform: translateY(0)
    }
}

.moveDown {
    -webkit-animation-name: moveDown;
    -ms-animation-name: moveDown;
    -moz-animation-name: moveDown;
    animation-name: moveDown
}

@-webkit-keyframes moveLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0)
    }
}

@keyframes moveLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -moz-transform: translateX(100px);
        transform: translateX(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -mo-transform: translateX(0px);
        transform: translateX(0)
    }
}

.moveLeft {
    -webkit-animation-name: moveLeft;
    -ms-animation-name: moveLeft;
    -moz-animation-name: moveLeft;
    animation-name: moveLeft
}

@-webkit-keyframes moveRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0)
    }
}

@keyframes moveRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -mo-transform: translateX(0px);
        transform: translateX(0)
    }
}

.moveRight {
    -webkit-animation-name: moveRight;
    -ms-animation-name: moveRight;
    -moz-animation-name: moveRight;
    animation-name: moveRight
}


.enquiry {}

.enquiry input[type="email"],
[type="text"] {
    height: 46px;
    width: 90%;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}

.enquiry textarea {
    height: 146px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}

.fab {
    font-size: 30px !important;
    background: white;
    padding: 1px 2px;
    border-radius: 4px;
    font-family: "Font Awesome 5 Brands";
}
i.fab.fa-facebook-square {
    color: #3b5998;
}
i.fab.fa-instagram{
    background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
i.fab.fa-pinterest-square {
    color: #c8232c;
}
