@charset "UTF-8";
@font-face {
    font-family: 'DINPro-Bold';
    src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro-Bold.otf') format('opentype'), url('../fonts/DINPro-Bold.woff') format('woff'), url('../fonts/DINPro-Bold.ttf') format('truetype'), url('../fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Light';
    src: url('../fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro-Light.otf') format('opentype'), url('../fonts/DINPro-Light.woff') format('woff'), url('../fonts/DINPro-Light.ttf') format('truetype'), url('../fonts/DINPro-Light.svg#DINPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro-Medium.otf') format('opentype'), url('../fonts/DINPro-Medium.woff') format('woff'), url('../fonts/DINPro-Medium.ttf') format('truetype'), url('../fonts/DINPro-Medium.svg#DINPro-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Regular';
    src: url('../fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro-Regular.otf') format('opentype'), url('../fonts/DINPro-Regular.woff') format('woff'), url('../fonts/DINPro-Regular.ttf') format('truetype'), url('../fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'DINPro-Regular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.title_box {
    font-family: 'DINPro-Light', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.title_box span,
.box_imp01_right,
.box_imp03_in a .hexagon span,
.footer h3 {
    font-family: 'DINPro-Medium', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

a.text-nav,
.header_bottom_nav a small,
.project_text h3,
.box_imp01_left,
.imgText h3,
.box_imp03_in h3 {
    font-family: 'DINPro-Bold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

html {
    font-size: 100%;
}

body {
    font-size: 15px;
    color: #000;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}

h1,
h2,
h3,
h4 {
    line-height: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

a:link,
a:visited {
    color: #000;
}

a:hover {
    color: #a67966;
    text-decoration: none;
}

a.text-nav {
    text-decoration: underline;
}

a.text-nav:hover {
    text-decoration: none;
}

a.nav_next {
    position: relative;
    display: inline-block;
    color: #000;
    letter-spacing: 1px;
    padding: 15px 45px;
    border: 2px solid #000;
    overflow: hidden;
}

a.nav_next:hover {
    color: #fff;
    text-decoration: none;
}

a.nav_next:before {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0;
}

a.nav_next:hover:before {
    left: 0;
    opacity: 1;
}

a.nav_next span {
    position: relative;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


/* Base-styles ............................. */

.content {
    position: relative;
    overflow: hidden;
}

.box_margin {
    margin-bottom: 30px;
}

.box_margin2 {
    margin-bottom: 15px;
}

.box_margin3 {
    margin-bottom: 60px;
}

.nomargin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.nomargin-top {
    margin-top: 0 !important;
}

.nomargin-bottom {
    margin-bottom: 0 !important;
}

.box_padding {
    padding-left: 100px;
    padding-right: 100px;
}

.title_box {
    position: relative;
    color: #000;
}

.title_box_wht {
    color: #fff;
}

.title_box>* {
    position: relative;
    line-height: 1.2em;
}

.title_box h1,
.title_box h2 {
    font-size: 320%;
    text-transform: uppercase;
}

.title_box small {
    display: block;
    font-size: 62%;
    color: inherit;
    text-transform: none;
    line-height: 1.2em;
}


/* Header ............................................................... */

.header {
    position: relative;
    background-color: #fff;
    z-index: 1000;
}

.header.scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header.scroll:after {
    position: absolute;
    top: 100%;
    left: -1000px;
    width: 3000px;
    height: 10px;
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    z-index: 10;
    opacity: 0.5;
}

.header_content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header.scroll .header_content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main_logo {
    position: absolute;
    top: 15px;
    left: 100px;
    background-color: #fff;
    padding: 0 15px 15px 0;
    z-index: 300;
    max-width: 160px;
}

.main_logo.scroll {
    display: none;
}

.navigation {
    position: relative;
}

.navigation .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navigation .navbar-collapse>ul {
    text-align: right;
}

.navigation .navbar-collapse>ul>li {
    display: inline-block;
    margin-left: 45px;
}

.navigation .navbar-collapse>ul>li:first-child>a {
    margin-left: 0 !important;
}

.navigation .navbar-collapse>ul>li>a {
    position: relative;
    display: inline-block;
    font-size: 120%;
    color: #000;
    letter-spacing: 1px;
    line-height: 66px;
    text-transform: uppercase;
    text-decoration: none;
}

.navigation.scroll .navbar-collapse>ul>li>a {
    line-height: 34px;
}

.navigation .navbar-collapse>ul>li>a:hover,
.navigation .navbar-collapse>ul>li:hover>a,
.navigation .navbar-collapse>ul>li>a.hi {
    color: #a67966;
}

.navigation .dropdown-menu {
    text-align: left !important;
    background-color: #000;
    margin-top: 0;
    padding: 0 !important;
    border: 0 solid #fff;
    border-radius: 0;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.navigation .dropdown-menu li {
    width: 100%;
}

.navigation .dropdown-menu a {
    position: relative;
    font-size: 105%;
    color: #fff;
    text-transform: none !important;
    height: auto;
    margin: 0 !important;
    padding: 8px 15px !important;
    border-bottom: 1px solid #2e2e2d !important;
}

.navigation .dropdown-menu li:last-child a {
    border-bottom: 0 !important;
}

.navigation .dropdown-menu a:hover,
.navigation .dropdown-menu a:focus,
.navigation .dropdown-menu a.hi {
    color: #fff !important;
    background: #a67966;
}

.header_bottom_nav {
    position: absolute;
    top: 100%;
    right: 100px;
    -webkit-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px);
}

.header.scroll .header_bottom_nav {
    display: none;
}

.header_bottom_nav li {
    display: inline-block;
}

.header_bottom_nav a {
    display: block;
    width: 180px;
    height: 180px;
    font-size: 160%;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2em;
    background-color: #a67966;
    margin-left: 10px;
    border-radius: 50%;
}

.header_bottom_nav a:hover {
    color: #a67966;
    background-color: #fff;
}

.header_bottom_nav a span {
    position: relative;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_bottom_nav a small {
    display: block;
    font-size: 100%;
    color: inherit;
}


/* Rslider ............................................................... */

.rslider_container {
    position: relative;
}

.rslider_wrapper {
    position: relative;
    height: 750px;
}

.rslider_wrapper_in {
    height: 300px;
}

.rslides,
.rslides_li,
.rslider_img {
    height: inherit;
    width: 100%;
}

.rslider_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.rslides_tabs {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(44px, -50%);
    transform: translate(44px, -50%);
}

.rslides_tabs a {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #ababab;
    margin-top: 4px;
    margin-bottom: 4px;
    z-index: 100;
    text-decoration: none;
    border-radius: 50%;
}

.rslides_tabs a:hover,
.rslides_here a {
    background-color: #1d1d1b;
}

.we_button {
    position: relative;
    z-index: 50;
}


/* projects-wrapper */

.projects_wrapper {
    height: 600px;
}

.projects_wrapper:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 188px;
    height: 202px;
    content: "";
    background: url("../images/bg-object02.png") center 50% no-repeat;
    background-size: cover;
    -webkit-transform: translate(-50%, 70%);
    transform: translate(-50%, 70%);
    z-index: 10;
}

.project {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}

.project_img {
    height: 100%;
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.project_text {
    padding-left: 85px;
}

.project_text h3 {
    font-size: 113%;
    line-height: 1.2em;
}


/* Container-x1 ............................................................... */

.container_x1 {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

.c_x_bg {
    position: absolute;
    top: 120px;
    width: calc(50% - 200px);
    height: calc(100% - 240px);
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: cover;
}

.c_x_bg_left {
    left: 100px;
}

.c_x_bg_right {
    right: 100px;
}

.c_x_bg:before {
    position: absolute;
    top: -120px;
    width: 70%;
    height: calc(100% + 240px);
    content: "";
    background-color: #a67966;
    z-index: -1;
}

.c_x_bg_left:before {
    left: 0;
}

.c_x_bg_right:before {
    right: 0;
}


/* .c_x_bg:after {
	position:absolute;
	top:70%;
	width:188px;
	height:202px;
	content:"";
	background:url("../images/bg-object01.png") center 50% no-repeat;
	background-size:cover;
} */

.c_x_bg_right:after {
    right: 70%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.c_x_bg_left:after {
    left: 70%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* text-box */

.text_wrapper {
    margin-left: -35px;
    margin-right: -35px;
}

.text_box {
    padding-left: 35px;
    padding-right: 35px;
}


/* box-imp01 */

.box_imp01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.box_imp01_left,
.box_imp01_right {
    flex: 0 1 auto;
}

.box_imp01_left {
    position: relative;
    font-size: 1000%;
    color: #a67966;
    line-height: 1em;
}

.box_imp01_left:after {
    position: absolute;
    top: 50%;
    left: 100%;
    content: "";
    width: 385px;
    height: 2px;
    background-color: #a67966;
    -webkit-transform: translate(-40px, -50%);
    transform: translate(-40px, -50%);
}

.box_imp01_right {
    font-size: 133%;
    line-height: 2.2em;
    margin-left: 30px;
}


/* box-imp02 */

.box_imp02 {
    position: relative;
    height: 600px;
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.box_imp02:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(166, 121, 102, 0.55);
    opacity: 0;
}

.box_imp02:hover:after {
    opacity: 1;
}

.box_imp02 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.box_imp02 a:before {
    position: absolute;
    bottom: 60px;
    left: 0;
    content: "";
    width: 55%;
    height: 2px;
    background-color: #a67966;
}

.box_imp02 a:after {
    position: absolute;
    bottom: 60px;
    left: 0;
    content: "";
    width: 55%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.box_imp02 a:hover:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/* box-imp03 */

.box_imp03_in {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin-right: -4px;
}

.box_imp03_in a {
    position: relative;
    display: block;
    color: #000;
}

.box_imp03 .hexagon_wrapper {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
}

.box_imp03 .hexagon_wrapper:before {
    position: absolute;
    top: 50%;
    left: 100%;
    content: "";
    width: 160px;
    height: 1px;
    background: #a67966;
    margin-left: -20px;
}

.box_imp03 .hexagon_wrapper:after {
    position: absolute;
    top: 50%;
    right: 100%;
    content: "";
    width: 160px;
    height: 1px;
    background: #a67966;
    margin-right: -20px;
}

.box_imp03 .box_imp03_in:first-child .hexagon_wrapper:after {
    display: none;
}

.box_imp03 .box_imp03_in:last-child .hexagon_wrapper:before {
    display: none;
}

.box_imp03_in a .hexagon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #a67966;
    margin-bottom: 30px;
    border-radius: 50%;
    z-index: 10;
}

.box_imp03_in a:hover .hexagon {
    color: #a67966;
    background-color: #000;
}

.box_imp03_in a .hexagon span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 160%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
}

.box_imp03_content {
    padding: 0 15px;
}

.box_imp03_in h3 {
    font-size: 113%;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 15px;
}


/* portfolio */

.portfolioWrapper {
    margin-left: -10px;
    margin-right: -10px;
}

.portfolioGroup {
    padding-left: 10px;
    padding-right: 10px;
}

.portfolioMargin {
    margin-bottom: 20px;
}

.portfolio {
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio01 {
    height: 600px;
}

.portfolio02 {
    height: 290px;
}

.portfolio03 {
    height: 430px;
}

a.imgWrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}

a.imgWrapper:hover {
    text-decoration: none;
}

a.imgWrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(166, 121, 102, 0.55);
    opacity: 0;
}

a.imgWrapper:hover:before {
    opacity: 1;
}

.imgText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.87);
}

.imgText h3 {
    font-size: 130%;
    line-height: inherit;
}


/* Footer ................................................................ */

.footer {
    position: relative;
    color: #fff;
    background-color: #000;
    padding-top: 60px;
}

.footer:before,
.footer:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100px;
    height: 100%;
    display: block;
    background-color: #fff;
}

.footer:after {
    left: initial;
    right: 0;
}

.footer h3 {
    font-size: 120%;
    line-height: 1.2em;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #a67966;
}

.footer_top,
.footer_bottom {
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
}

.footer_bottom {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #686868;
}

.footer_nav01 li,
.footer_nav02 li {
    display: inline-block;
}

.footer_nav01 a {
    font-size: 146%;
    margin-left: 5px;
}


/* Effects ............................. */

a,
a.nav_next:before,
a.imgWrapper:before,
.box_imp03_in a .hexagon,
.box_imp02:after,
.box_imp02 a:after {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

::i-block-chrome,
div {
    -webkit-transition: initial;
}


/* RESPONSIVE STRUCTURE
--------------------------------------- */

@media screen and (max-width: 1600px) {
    .box_padding {
        padding-left: 80px;
        padding-right: 80px;
    }
    .main_logo {
        left: 80px;
    }
    .main_logo img {
        max-width: 160px;
    }
    .header_bottom_nav {
        right: 80px;
    }
    .rslides_tabs {
        -webkit-transform: translate(34px, -50%);
        transform: translate(34px, -50%);
    }
    .c_x_bg {
        width: calc(50% - 160px);
    }
    .c_x_bg_left {
        left: 80px;
    }
    .c_x_bg_right {
        right: 80px;
    }
    .footer:before,
    .footer:after {
        width: 80px;
    }
}

@media screen and (max-width: 2000px) {
    .main_logo img {
        max-width: 160px;
    }
}

@media screen and (max-width: 1366px) {
    a.nav_next {
        padding: 10px 30px;
    }
    .box_margin {
        margin-bottom: 15px;
    }
    .box_margin3 {
        margin-bottom: 30px;
    }
    .box_padding {
        padding-left: 56px;
        padding-right: 56px;
    }
    .title_box h1,
    .title_box h2 {
        font-size: 280%;
    }
    .header_content {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .main_logo {
        left: 56px;
    }
    .main_logo img {
        max-width: 120px;
    }
    .navigation .navbar-collapse>ul>li {
        margin-left: 20px;
    }
    .navigation .navbar-collapse>ul>li>a {
        font-size: 110%;
        line-height: 46px;
    }
    .header_bottom_nav {
        right: 56px;
        -webkit-transform: translate(-15px, -15px);
        transform: translate(-15px, -15px);
    }
    .header_bottom_nav a {
        width: 140px;
        height: 140px;
        font-size: 120%;
        margin-left: 5px;
    }
    .rslider_wrapper {
        height: 550px;
    }
    .rslider_wrapper_in {
        height: 250px;
    }
    .rslides_tabs {
        -webkit-transform: translate(23px, -50%);
        transform: translate(23px, -50%);
    }
    .rslides_tabs a {
        width: 10px;
        height: 10px;
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .projects_wrapper {
        height: 500px;
    }
    .projects_wrapper:after {
        width: 130px;
        height: 140px;
    }
    .project_text {
        padding-left: 60px;
    }
    .project_text h3 {
        font-size: 107%;
    }
    .container_x1 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .c_x_bg {
        top: 60px;
        width: calc(50% - 112px);
        height: calc(100% - 120px);
    }
    .c_x_bg_left {
        left: 56px;
    }
    .c_x_bg_right {
        right: 56px;
    }
    .c_x_bg:before {
        top: -60px;
        height: calc(100% + 120px);
    }
    .c_x_bg:after {
        top: 85%;
        width: 130px;
        height: 140px;
    }
    .text_wrapper {
        margin-left: -25px;
        margin-right: -25px;
    }
    .text_box {
        padding-left: 25px;
        padding-right: 25px;
    }
    .portfolio01 {
        height: 460px;
    }
    .portfolio02 {
        height: 220px;
    }
    .portfolio03 {
        height: 350px;
    }
    .box_imp02 {
        height: 500px;
    }
    .box_imp03 .hexagon_wrapper {
        width: 80px;
        height: 80px;
    }
    .box_imp03 .hexagon_wrapper:before,
    .box_imp03 .hexagon_wrapper:after {
        width: 110px;
    }
    .box_imp03_in a .hexagon {
        margin-bottom: 20px;
    }
    .box_imp03_in a .hexagon span {
        font-size: 130%;
    }
    .box_imp03_in h3 {
        font-size: 107%;
    }
    .footer {
        padding-top: 40px;
    }
    .footer:before,
    .footer:after {
        width: 56px;
    }
    .footer_top,
    .footer_bottom {
        padding-left: 60px;
        padding-right: 60px;
    }
    .footer h3 {
        font-size: 110%;
    }
    .footer_bottom {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1200px) {
    a.nav_next {
        letter-spacing: 0;
        padding: 7px 15px;
    }
    .box_padding {
        padding-left: 30px;
        padding-right: 30px;
    }
    .title_box h1,
    .title_box h2 {
        font-size: 220%;
    }
    .title_box small {
        font-size: 70%;
    }
    .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main_logo {
        top: 5px;
        left: 30px;
        padding: 0 10px 10px 0;
    }
    .main_logo img {
        max-width: 90px;
    }
    .navigation .navbar-collapse>ul>li {
        margin-left: 15px;
    }
    .navigation .navbar-collapse>ul>li>a {
        font-size: 105%;
        letter-spacing: 0;
        line-height: 40px;
    }
    .header_bottom_nav {
        right: 30px;
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    .header_bottom_nav a {
        width: 100px;
        height: 100px;
        font-size: 90%;
    }
    .rslider_wrapper {
        height: 450px;
    }
    .rslider_wrapper_in {
        height: 200px;
    }
    .rslides_tabs {
        -webkit-transform: translate(11px, -50%);
        transform: translate(11px, -50%);
    }
    .rslides_tabs a {
        width: 8px;
        height: 8px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .projects_wrapper {
        height: 400px;
    }
    .projects_wrapper:after {
        -webkit-transform: translate(-50%, 60%);
        transform: translate(-50%, 60%);
    }
    .project_text {
        padding-left: 35px;
    }
    .container_x1 {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .c_x_bg {
        width: calc(50% - 60px);
    }
    .c_x_bg_left {
        left: 30px;
    }
    .c_x_bg_right {
        right: 30px;
    }
    .text_wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
    .text_box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .box_imp01_left {
        font-size: 800%;
    }
    .box_imp01_left:after {
        width: 300px;
    }
    .box_imp01_right {
        font-size: 115%;
        line-height: 2.2em;
        margin-left: 15px;
    }
    .portfolioWrapper {
        margin-left: -5px;
        margin-right: -5px;
    }
    .portfolioGroup {
        padding-left: 5px;
        padding-right: 5px;
    }
    .portfolioMargin {
        margin-bottom: 10px;
    }
    .portfolio01 {
        height: 380px;
    }
    .portfolio02 {
        height: 185px;
    }
    .portfolio03 {
        height: 290px;
    }
    .imgText {
        padding: 6px 10px;
    }
    .imgText h3 {
        font-size: 115%;
    }
    .box_imp02 {
        height: 400px;
    }
    .box_imp02 a:before,
    .box_imp02 a:after {
        bottom: 30px;
        height: 1px;
    }
    .box_imp03 .hexagon_wrapper {
        width: 60px;
        height: 60px;
    }
    .box_imp03 .hexagon_wrapper:before,
    .box_imp03 .hexagon_wrapper:after {
        width: 90px;
    }
    .box_imp03_in a .hexagon {
        margin-bottom: 15px;
    }
    .box_imp03_in a .hexagon span {
        font-size: 115%;
    }
    .box_imp03_in h3 {
        font-size: 100%;
    }
    .footer {
        padding-top: 30px;
    }
    .footer:before,
    .footer:after {
        width: 30px;
    }
    .footer_top,
    .footer_bottom {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer_bottom {
        margin-top: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .box_margin3 {
        margin-bottom: 15px;
    }
    .box_padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main_logo {
        left: 15px;
    }
    .main_logo img {
        max-width: 70px;
    }
    .navigation .navbar-collapse>ul>li {
        margin-left: 10px;
    }
    .navigation .navbar-collapse>ul>li>a {
        font-size: 105%;
        line-height: 40px;
    }
    .header_bottom_nav {
        right: 15px;
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }
    .rslider_wrapper {
        height: 380px;
    }
    .rslider_wrapper_in {
        height: 150px !important;
    }
    .c_x_bg {
        width: calc(50% - 30px);
    }
    .c_x_bg_left {
        left: 15px;
    }
    .c_x_bg_right {
        right: 15px;
    }
    .portfolio01 {
        height: 280px;
    }
    .portfolio02 {
        height: 135px;
    }
    .portfolio03 {
        height: 200px;
    }
    .imgText {
        padding: 4px 10px;
    }
    .imgText h3 {
        font-size: 105%;
    }
    .box_imp03_in {
        width: 33.333333333%;
    }
    .box_imp03 .hexagon_wrapper:before,
    .box_imp03 .hexagon_wrapper:after {
        display: none;
    }
    .footer {
        padding-top: 30px;
    }
    .footer:before,
    .footer:after {
        width: 15px;
    }
    .footer_top,
    .footer_bottom {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .title_box h1,
    .title_box h2 {
        font-size: 190%;
        text-align: center;
    }
    .header {
        position: relative !important;
    }
    .header:after {
        display: none !important;
    }
    .header_content {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .main_logo {
        top: 5px;
        left: 15px;
        display: block !important;
        width: 70px;
        padding: 0;
    }
    .main_logo img {
        width: 70px;
    }
    .navigation .navbar-collapse>ul {
        width: 100%;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .navigation .navbar-collapse>ul>li {
        width: 100%;
        position: relative !important;
        margin-left: 0;
        margin-bottom: 5px;
    }
    .navigation .navbar-collapse>ul>li>a {
        display: inline-block;
        line-height: 34px;
        margin: 0 !important;
    }
    .navigation .nav_button {
        display: inline-block !important;
        width: 100px;
        height: 100px;
        font-size: 90% !important;
        line-height: 16px !important;
        color: #fff !important;
        text-transform: uppercase;
        line-height: 1.2em;
        background-color: #a67966;
        border-radius: 50%;
    }
    .navigation .nav_button:hover {
        color: #a67966;
        background-color: #000;
    }
    .navigation .nav_button span {
        position: relative;
        top: 50%;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .navigation .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        text-align: center !important;
        line-height: 11px;
        margin-top: 10px;
        border: 0;
        box-shadow: none;
    }
    .navigation .dropdown-menu li {
        margin-bottom: 0;
    }
    .navigation .dropdown-menu a {
        display: block;
        white-space: normal;
        z-index: 1000;
    }
    .navigation .navbar-header {
        float: none;
    }
    .navigation .navbar-toggle {
        position: relative;
        display: block;
        z-index: 300;
    }
    .navigation .navbar-collapse {
        max-height: inherit;
        overflow: hidden !important;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
    }
    .navigation .navbar-collapse.collapse:not(.in) {
        display: none!important;
    }
    .navigation .navbar-default {
        background-color: transparent !important;
    }
    .navigation .navbar-default .navbar-toggle {
        border-color: #000;
        border-radius: 0;
        margin-right: 0;
    }
    .navigation .navbar-default .navbar-toggle:hover,
    .navigation .navbar-default .navbar-toggle:focus {
        background-color: #000;
    }
    .navigation .navbar-default .navbar-toggle .icon-bar {
        background-color: #a67966;
    }
    .navigation .navbar-default .navbar-collapse,
    .navigation .navbar-default .navbar-form {
        border-color: #000;
    }
    .projects_wrapper {
        height: auto !important;
    }
    .projects_wrapper:after {
        display: none;
    }
    .projects_wrapper .rslider_img {
        position: relative;
    }
    .project {
        display: block;
        text-align: center;
    }
    .project_img {
        height: 300px;
    }
    .project_text {
        padding: 15px;
    }
    .container_x1 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .c_x_bg {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 220px;
        margin-left: 0 !important;
        margin-top: 15px;
    }
    .c_x_bg:before,
    .c_x_bg:after {
        display: none;
    }
    .box_imp01_left {
        font-size: 600%;
    }
    .box_imp01_left:after {
        width: 220px;
    }
    .box_imp01_right {
        font-size: 105%;
        line-height: 1.8em;
        margin-left: 5px;
    }
    .box_imp02 {
        height: 300px;
    }
    .portfolioMargin {
        margin-bottom: 0;
    }
    .portfolio {
        height: 135px !important;
        margin-bottom: 10px;
    }
    .footer {
        text-align: center;
        padding-top: 15px;
    }
    .footer_nav01,
    .footer_nav02 {
        text-align: center;
    }
    .footer h3 {
        margin-bottom: 15px;
    }
    .footer_nav02 {
        margin-top: 15px;
    }
}

@media screen and (min-width: 767px) {
    .navigation .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .navigation .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
    }
    .navigation .dropdown {
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    .rslider_wrapper {
        height: 300px;
    }
    .box_imp02 {
        height: 220px;
    }
    .box_imp03_in {
        width: 50%;
    }
}

@media screen and (max-width: 360px) {
    .title_box h1,
    .title_box h2 {
        font-size: 170%;
    }
    .rslider_wrapper {
        height: 220px;
    }
    .project_img {
        height: 220px;
    }
    .box_imp01_left {
        font-size: 500%;
    }
    .box_imp01_left:after {
        width: 180px;
        -webkit-transform: translate(-25px, -50%);
        transform: translate(-25px, -50%);
    }
    .box_imp01_right {
        font-size: 100%;
        line-height: 1.8em;
        margin-left: 5px;
    }
    .box_imp03_in {
        width: 100%;
    }
    .box_imp03_content {
        padding: 0;
    }
}