/*======== Fonts =============*/
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-regular-webfont.woff') format('woff'),
    url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-bold-webfont.woff') format('woff'),
    url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratextrabold';
    src: url('../fonts/montserrat-extrabold-webfont.eot');
    src: url('../fonts/montserrat-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-extrabold-webfont.woff') format('woff'),
    url('../fonts/montserrat-extrabold-webfont.svg#montserratextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.eot');
    src: url('../fonts/montserrat-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff'),
         url('../fonts/montserrat-medium-webfont.svg#montserratmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*====== Common Style =========*/
body{
    font-family: 'montserratregular', sans-serif;
    font-size: 15px;  
	line-height: 24px;
    width: 100%;
    height: 100%;
}
canvas{
    width: 100%!important;
    z-index: -1;
}
/**** Color *****/
#blackmenu .wburger{
	background-color: #ffffff;
}

#blackmenu .wburger:before, #blackmenu .wburger:after{
	background-color: #ffffff;
}

#blackmenu ul li:before, #blackmenu ul li:after{
	background-color: #ffffff;
}

.minmenu .icon{
	border: 1px solid #ffffff;
}

.minmenu .icon{
	color: #ffffff;
}
.minmenu .menubutton {
	border: 1px solid #ffffff;
}
.minmenu .menubutton{
	border: 1px solid #ffffff;
	color: #ffffff;
}

.minmenu .menubutton .burger .lines:before, .minmenu .menubutton .burger .lines:after {
    background-color: #ffffff;
}

.minmenu .menubutton .burger .lines {
    background-color: #ffffff;
}
#blackmenu .wburger {
	background-color: #ffffff;
}
.close {
    color: #ffffff!important;
    opacity: 1;

}

h1,h2,h3,h4,h5,h6{margin-top: 0;font-family: 'montserratmedium';}
.padding-xs { padding: .25em; }
.padding-sm { padding: .5em; }
.padding-md { padding: 1em; }
.padding-lg { padding: 1.5em; }
.padding-xl { padding: 3em; }

.padding-x-xs { padding: .25em 0; }
.padding-x-sm { padding: .5em 0; }
.padding-x-md { padding: 1em 0; }
.padding-x-lg { padding: 1.5em 0; }
.padding-x-xl { padding: 3em 0; }

.padding-y-xs { padding: 0 .25em; }
.padding-y-sm { padding: 0 .5em; }
.padding-y-md { padding: 0 1em; }
.padding-y-lg { padding: 0 1.5em; }
.padding-y-xl { padding: 0 3em; }

.padding-top-xs { padding-top: .25em; }
.padding-top-sm { padding-top: .5em; }
.padding-top-md { padding-top: 1em; }
.padding-top-lg { padding-top: 1.5em; }
.padding-top-xl { padding-top: 3em; }

.padding-right-xs { padding-right: .25em; }
.padding-right-sm { padding-right: .5em; }
.padding-right-md { padding-right: 1em; }
.padding-right-lg { padding-right: 1.5em; }
.padding-right-xl { padding-right: 3em; }

.padding-bottom-xs { padding-bottom: .25em; }
.padding-bottom-sm { padding-bottom: .5em; }
.padding-bottom-md { padding-bottom: 1em; }
.padding-bottom-lg { padding-bottom: 1.5em; }
.padding-bottom-xl { padding-bottom: 3em; }

.padding-left-xs { padding-left: .25em; }
.padding-left-sm { padding-left: .5em; }
.padding-left-md { padding-left: 1em; }
.padding-left-lg { padding-left: 1.5em; }
.padding-left-xl { padding-left: 3em; }

.margin-xs { margin: .25em; }
.margin-sm { margin: .5em; }
.margin-md { margin: 1em; }
.margin-lg { margin: 1.5em; }
.margin-xl { margin: 3em; }

.margin-x-xs { margin: .25em 0; }
.margin-x-sm { margin: .5em 0; }
.margin-x-md { margin: 1em 0; }
.margin-x-lg { margin: 1.5em 0; }
.margin-x-xl { margin: 3em 0; }

.margin-y-xs { margin: 0 .25em; }
.margin-y-sm { margin: 0 .5em; }
.margin-y-md { margin: 0 1em; }
.margin-y-lg { margin: 0 1.5em; }
.margin-y-xl { margin: 0 3em; }

.margin-top-xs { margin-top: .25em; }
.margin-top-sm { margin-top: .5em; }
.margin-top-md { margin-top: 1em; }
.margin-top-lg { margin-top: 1.5em; }
.margin-top-xl { margin-top: 3em; }

.margin-right-xs { margin-right: .25em; }
.margin-right-sm { margin-right: .5em; }
.margin-right-md { margin-right: 1em; }
.margin-right-lg { margin-right: 1.5em; }
.margin-right-xl { margin-right: 3em; }

.margin-bottom-xs { margin-bottom: .25em; }
.margin-bottom-sm { margin-bottom: .5em; }
.margin-bottom-md { margin-bottom: 1em; }
.margin-bottom-lg { margin-bottom: 1.5em; }
.margin-bottom-xl { margin-bottom: 3em; }

.margin-left-xs { margin-left: .25em; }
.margin-left-sm { margin-left: .5em; }
.margin-left-md { margin-left: 1em; }
.margin-left-lg { margin-left: 1.5em; }
.margin-left-xl { margin-left: 3em; }
.wrapper{}

h1{ font-size: 32px; margin-bottom: 25px;}
h2{ font-size: 28px; margin-bottom: 22px;}
h3{ font-size: 24px;margin-bottom: 15px;}
h4{ font-size: 18px; margin-bottom: 10px;}
p{ margin-bottom: 15px;}
a{-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;}
a:focus,
a:hover{color: #dddddd;}
a:focus{outline: 0 none;outline-offset: -2px;}
.row_margin_0{margin-left: 0!important; margin-right: 0!important;}
.spaces_xs{ height: 1px;width: 100%; padding: 1em 0;}
.spaces_sm{ height: 1px;width: 100%; padding: 2em 0;}
.spaces_md{ height: 1px;width: 100%; padding: 4em 0;}
.padding_left_0{ padding-left: 0 !important;}
.padding_right_0{padding-right: 0 !important;}
.padding_top_0{padding-top: 0 !important;}
.padding_bottom_0{padding-bottom: 0 !important;}
.padding_both_0{padding-left: 0 !important; padding-right: 0 !important;}
.border_left_0{ border-left: 0 !important;}
.border_right_0{border-left: 0 !important;}
.border_both_0{border-left: 0 !important; border-right: 0 !important;}

.animation_slide_show{
    opacity: 0;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.title h2{
    border-bottom: 2px solid #dcba5a;
    padding: 0.3em 1em;
    display: inline-block;
    margin-bottom: 28px;text-transform: uppercase;
    font-size:25px;
}
.title h3{
    border-bottom: 2px solid #dcba5a;
    padding: 0.3em 1em;
    display: inline-block;
    margin-bottom: 28px;
    text-transform: uppercase;
    font-size:25px;
}
.title h4{
    border-bottom: 1px solid #dcba5a;
    padding: 0.3em 1em;
    display: inline-block;
    margin-bottom: 28px;
    text-transform: uppercase;
    font-size:22px;
}

.studio_section .title h3{
    padding: 0.3em 0em;
    display: block;
}

.modal-title{
    color: #ffffff;
}

#introModal{
    width: 100%;
    height: 100vh;
}
#introModal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#introModal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}
/*===== video style =====*/

.poche_tube_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.poche_tube_wrap{
    position: relative;
    padding-bottom: 56.25%;
}

.studio_tube_wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.studio_tube_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*===== fixed nave style ====*/
.fix_nav{
    display: none;
    position: fixed;
    left: 0;
    bottom: 40%;
}
.fix_nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.fix_nav .minmenu .menubutton {
    width: 26px !important;
    height: 26px !important;
    font-size: 12px !important;
    letter-spacing: 0;
    vertical-align: top;
    padding-right:0;
}
.fix_nav .minmenu .menubutton .burger{
    width: 18px;
    right: 3px;
    top: 4px;
}

/*========= Header Style ==========*/
.header{
    padding: 12px 70px;
    background: #000000;
}

.head_logo img{height: 60px;}
.logo_box img{width: 220px;}
#blackmenu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.94);
    z-index: 99999;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
#blackmenu .wburger {
    height: 0.3em;
    float: right;
    width: 1.5em;
    position: relative;
}

#blackmenu .wburger:before, #blackmenu .wburger:after {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    height: 0.3em;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}
#blackmenu .wburger:before {
    bottom: -0.6em;
}
#blackmenu .wburger:after {
    top: -0.6em;
}
#blackmenu > ul {
    padding: 0;
    margin: 0 7em 0 0;
    list-style-type: none;
}
@media (max-width: 500px) {
    #blackmenu ul {
        margin-right: 2em;
    }
}
#blackmenu > ul > li {
    text-align: right;
    position: relative;
    margin-bottom: 5.5em;
}
#blackmenu ul > li > a {
    font-size: 1.3em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.2em;
    padding: 30px 0;
    cursor: pointer;
	color:#ffffff;
}
#blackmenu ul li:hover:before, #blackmenu ul li:hover:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
#blackmenu ul li:before, #blackmenu ul li:after {
    -webkit-transition: -webkit-transform 0.15s ease-out;
    -moz-transition: -moz-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    content: "";
    width: 1.7em;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -2.75em;
}
#blackmenu ul li:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#blackmenu ul li:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#blackmenu ul li:last-child {
    margin-bottom: 0;
}
#blackmenu ul li:last-child:before, #blackmenu ul li:last-child:after {
    display: none;
}
#blackmenu > ul > li:first-child {
    cursor: pointer;
    margin-bottom: 4em;
    padding: 25px 0 25px 25px;
}
#blackmenu ul li:first-child:hover .wburger {
    background-color: transparent;
}
#blackmenu ul li:first-child:hover .wburger:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
    left: -0.3em;
    right: -0.3em;
}
#blackmenu ul li:first-child:hover .wburger:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    left: -0.3em;
    right: -0.3em;
}
#blackmenu ul li:first-child:before, #blackmenu ul li:first-child:after {
    display: none;
}

.minmenu {
    float: right;
}
@media (max-width: 768px) {
    .minmenu {
        padding: 2em 0 0 0;
        float: none;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
}
.minmenu a {
    display: inline-block;
    cursor: pointer;
}
.minmenu .menubutton {
    display: inline-block;
    text-align: center;
    width: 6em;
    height: 2em;
    font-size: 13px;
    letter-spacing: 0.2em;
    vertical-align: top;
    padding-right: 2.5em;
    position: relative;
    cursor: pointer;
    margin-right: 0;
}
.minmenu .menubutton .low {
    font-size: 9px;
    position: relative;
    left: 0.4em;
}
.minmenu .menubutton .burger {
    width: 1.9em;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
	line-height: 18px;
}
.minmenu .menubutton .burger .lines {
    height: 1px;
    position: absolute;
    top: calc(48% - 1px);
    right: 0.15em;
    left: 0.3em;
}
.minmenu .menubutton .burger .lines:before, .minmenu .menubutton .burger .lines:after {
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}
.minmenu .menubutton .burger .lines:before {
    bottom: -6px;
}
.minmenu .menubutton .burger .lines:after {
    top: -6px;
}
.minmenu .langs {
    display: inline-block;
    position: relative;
}
.minmenu .lang-not-active {
    display: none;
    position: absolute;
    left: 0;
    top: 2em;
}
.minmenu .lang-not-active i {
    background-color: transparent !important;
    color: #dcba5a !important;
    border: 1px solid #dcba5a !important;
}
.minmenu .icon {
    width: 2em;
    height: 2em;
    display: inline-block;
	font-size: 13px;
	line-height: 18px;
    margin-left: 0.5em;
    cursor: pointer;
    text-align: center;
    padding: 4px;
}
.minmenu .icon.icon-lang {
    text-transform: uppercase;
    position: relative;
    padding-top: 5px;
    font-style: normal;
    font-weight: 700;
    border: none;
    text-align: center;
    color: #dcba5a;
    background-color: #dcba5a;
}
/*======== Submenu style =========*/

#blackmenu > ul > li{
    position:relative;
}

#blackmenu .submenu li{
    margin-bottom: 10px;
}

#blackmenu .submenu{
    list-style: none;
}

#blackmenu > ul > li > ul{
    width: 230px;
    position: absolute;
    padding: 0;
    display: none;
    z-index: 999;
    top: -25px;
    right: 100%;
}

#blackmenu > ul > li > ul li{
    width: 100%;
    text-align: right !important;
}

#blackmenu > ul > li > ul li a{
    display: block;
    padding: 6px 30px 6px 15px;
    font-size: 13px;
}

#blackmenu > ul > li > ul li a:hover{
    text-decoration: underline;
}


/*========== Home content ========*/

.menu_box{
    position: relative;
    height: auto;
    padding: 0.8em 0.8em 10em;
}
/*
.menu_box a{
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
}
*/

.menu_box a {
    color: #dcba5a;
    padding: 0.7em ;
    display: inline-block;
    border: 1px solid transparent;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

/*.menu_box > a:hover:before, .menu_box > a:hover:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}*/
.menu_box > a:hover{
    transform: scale(1.5,1.5);
}
.menu_box > a:hover:before{

}

.menu_box > a:hover:after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: calc(0.7em * 1.2);
    right: calc(0.7em * 1.2);
    height: 1px;
    background: #dcba5a;
    transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
    transform-origin: left;
}

.menu_box > a .text {
    transform: translate3d(0, 0.7em, 0);
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}

.menu_box > a .line {
    position: absolute;
    background: #dcba5a;
}

.menu_box > a .line.-right, .menu_box > a .line.-left {
    width: 1px;
    bottom: -1px;
    top: -1px;
    transform: scale3d(1, 0, 1);
}

.menu_box > a .line.-top, .menu_box > a .line.-bottom {
    height: 1px;
    left: -1px;
    right: -1px;
    transform: scale3d(0, 1, 1);
}

.menu_box > a .line.-right {
    right: -1px;
    transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
    transform-origin: top;
}

.menu_box > a .line.-top {
    top: -1px;
    transition: transform 0.08s linear 0.43s;
    transform-origin: left;
}

.menu_box > a .line.-left {
    left: -1px;
    transition: transform 0.08s linear 0.51s;
    transform-origin: bottom;
}

.menu_box > a .line.-bottom {
    bottom: -1px;
    transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
    transform-origin: right;
}
.menu_box > a:hover .text,
.menu_box > a:active .text {
    transform: translate3d(0, 0, 0);
    transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}

.menu_box > a:hover:after,
.menu_box > a:active:after {
    transform: scale3d(0, 1, 1);
    right: -1px;
    left: -1px;
    transform-origin: right;
    transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
}

.menu_box > a:hover .line,
.menu_box > a:active .line {
    transform: scale3d(1, 1, 1);
}

.menu_box > a:hover .line.-right,
.menu_box > a:active .line.-right {
    transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
    transform-origin: bottom;
}

.menu_box > a:hover .line.-top,
.menu_box > a:active .line.-top {
    transition: transform 0.08s linear 0.4s;
    transform-origin: right;
}
.menu_box > a:hover .line.-left,
.menu_box > a:active .line.-left {
    transition: transform 0.08s linear 0.48s;
    transform-origin: top;
}
.menu_box > a:hover .line.-bottom,
.menu_box > a:active .line.-bottom {
    transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
    transform-origin: left;
}


/*.menu_box > a:before, .menu_box > a:after {
    -webkit-transition: -webkit-transform 0.15s ease-out;
    -moz-transition: -moz-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    content: "";
    width: 1.2em;
    height: 1px;
    background-color: #dcba5a;
    position: absolute;
    left: calc(50% - 0.6em);
    top: 45px;
}

.menu_box > a.icon_position1:before, .menu_box > a.icon_position1:after {
    left: calc(50% - 6.6em);
    top: 45px;
}
.menu_box > a.icon_position2:before, .menu_box > a.icon_position2:after {
    left: calc(50% - -4.4em);
    top: 45px;
}

.menu_box > a:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_box > a:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }*/

.menu_box > ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style-type: none;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 5em;
}

.menu_box > ul li a{
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    letter-spacing: 2px;
}

.menu_box > ul li a:hover{
    text-decoration: underline;
}

.intro_modal{
    width: 100%;
}

.intro_modal .modal-content {
    background: #222222;
}
.intro_modal .modal-header {
    border-bottom: 1px solid #111111;
}


/*======== Page style =========*/
.contact_box{
    border: 1px solid #dddddd;
}
.contact_box_top,
.contact_box_bottom{
    padding: 2em 3em;
}
.contact_box_top p {
	margin: 0;
}

.image_box img{
    width: 100%;
   /*  max-height: 450px; */
}

/*======= Projects style ======*/
/*===== Advances====== */
.pro_row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

.column {
    -ms-flex: 16.66%; /* IE10 */
    flex: 16.66%;
    max-width: 16.66%;
}

.column img {
    vertical-align: middle;
}

/*======= End advance ========*/
.project_box{
    overflow: hidden;
}

.project_box img{
    width: 100%;
    transition: transform 3s ease-in-out, filter 0.3s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.project_box:hover img{
    transform: scale(1.2);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.project_img_hig_200 img{
    #height: 200px;
}

.project_box{
    position: relative;
}
.project_box_inner{
    display: block;
    width: 100%;
}
.project_position_top_50{
    margin-top: -68%;
}
.project_position_top_14{
    margin-top: 14%;
}
.project_position_bottom_50{
    margin-top: 68%;
}

.project_position_left_50{
    position: absolute;
    left: -50%;
}
.project_position_right_50{
    position: absolute;
    right: -50%;
}

.project_box .project_title{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding:10px 5px;
    font-size: 14px;
}
.projects_title{
    height: 200px;
}
.projects_title h3{
    padding: 3em 0.5em 0;
}
/*===== Project details style ====*/
.project_details{
    width: 100%;
    height: auto;
}
.project_slider{

}

.project_slider .carousel-inner>.item>img{
    /* height: 540px!important; */
    height:auto;
    width: 100%;
}
.carousel-control.right,
.carousel-control.left{
    background: none;
}


.carousel-control{
    color: #ffffff;
}

.project_info{
    padding: 25px 0
}

.project_des h4{
    font-size: 22px;
    margin-bottom: 1.5em;
}

.project_properties{
    padding-left: 10%;
}
.project_properties ul{
    list-style: none;
    padding: 0;
}

.project_properties ul .project_row{
    width: 100%;
    padding: 5px 0;
}

.project_properties ul .project_row .project_td{
    display: inline-block;
    padding-left: 15px
}
.project_row .project_td:first-child{
    width: 35%
}

.project_row .project_td:last-child{
    width: 65%;
}


/*======= studio style ========*/
.container-full {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
body[data-aos-duration='4000'] [data-aos],[data-aos][data-aos-duration='5000']{
    transition-duration: 5000ms!important;
}
.studio_text{
    padding-top: 20px;
}

.studio_banner{
    width: 100%;
    height: auto;
}

.studio_banner img{
    height: auto;
    width: 100%;
}

.project_details{

}
.item_section,
.studio_section{
    padding: 2.5em 0;
}

.studio_text{

}

.studio_section{
    padding: 2em 0;
    width: 100%;
}
.founder_left{
    float:left;
    width: 33.3333%;
    padding: 0 2em 1em 0;
}

.founder_right{

}
.team_member img{
    width: 100%;
}
.team_img{
    transition: all 0.8s;
}

.team_img:hover{
    opacity:1;
}

.team_member{
    position: relative;
    height: 200px;
}
.team_member img{
    /* height: 200px; */
    height: auto;
    width: 100%;
}
.team_md img{
    width: 100%;
}

.popup_content{
    background: #ffffff;
    border: 1px solid  #dcba5a;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 15px rgba(220, 186, 90, 1);
    box-shadow: 0 5px 15px rgba(220, 186, 90, 1);
}

.popup_right a{
    color: #000000;
}
.popup_right h4{
	margin-bottom: 8px;
}

.popup_info {
    font-size: 15px;
    line-height: 23px;
}

.team_popup_links a{
    border: 1px solid #dcba5a;
    padding: 5px 5px;
    display: inline-block;
    text-decoration: none;
    margin-right: 6px;
    font-size: 12px;
}

.team_member{
    cursor:pointer;
}
.team_member .team_des{
    width: 100%;
    padding: 15px 8px 10px;
    background-color: rgba(12, 12, 12, 0.8);
    position: absolute;
    bottom: 0;
    color:#dcba5a;
}

.team_des p{
    line-height: 20px;
}
.team_des p:last-child{
    font-size: 1.5em;
}

.element_show{
    display: none;
}

.team_des h4{
    margin-bottom:4px;
    text-transform: uppercase;
    font-size: 16px;
}

/*===== test style =======*/

.home_menu{
    padding-top: 5em;	
}
.menu_item{
    height: 3em;
    padding: 0.5em;
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    width: 17em;
    text-align: center;
    cursor: pointer;
}
.logo_box{
    /*top: calc( 24% - 3.2em);
    left: calc( -12% - 8.5em );*/
	text-align: center;
    float: left;
    width: 100%;
    position: absolute;
    top: 30%;
}
#menu_item_1{
    /*top: calc( -2% - 3.2em);
    left: calc( -12% - 8.5em );*/
	bottom: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#menu_item_2{
    /*bottom: calc(-4% - 4.8em);
    left: calc( 18% - 12.5em );*/
	left: 6%;
	top: 22%;
}
#menu_item_3{
    /*top: calc(37% - 5.2em);
    right: calc(-8% - 7.5em );*/
	right: 15%;
	bottom: 4%;
}
#menu_item_4{
    /*bottom: calc(-4% - 6.8em);
    right: calc( 10% - 8.5em );*/
	right: 6%;
	top: 33%;
}

#menu_item_5{
    /*bottom: calc(-46% - 10.5em);
    left: calc( 41% - 2.5em );*/
	left: 15%;
	bottom: 18%;
}

.menu_item a{
    font-family: 'montserratregular';
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
}

.menu_item ul{
    padding: 20px 0 0 0;
    list-style: none;
    position: absolute;
    width: 17em;
}
.menu_item ul li a{
    padding: 8px 10px;
}

.menu_item > a:hover:before, .menu_item > a:hover:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.menu_item > a:before, .menu_item > a:after {
    -webkit-transition: -webkit-transform 0.15s ease-out;
    -moz-transition: -moz-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    content: "";
    width: 1.2em;
    height: 1px;
    background-color: #dcba5a;
    position: absolute;
    left: calc(50% - 0.6em);
    top: 45px;
}
.menu_item > a:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_item > a:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/*===== End test style =======*/



/*========================
    Responsive Style
=========================*/
@media screen and (max-width: 1199px){

}

@media screen and (max-width: 991px){

}

@media screen and (max-width: 768px){
    /*==== General style ====*/
    .header{
        padding:20px 30px;
    }
    h1{
        font-size: 26px;
        margin-bottom: 18px;
    }
    h2{
        font-size: 22px;
        margin-bottom: 12px;
    }
    h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    h4{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .head_logo{text-align: center}
    .head_logo img{width: 120px;}
    .logo_box{
        text-align: center;
        top: 17%;
    }
    .logo_box img{
        width: 14%;
    }

   
    #menu_item_1 {
        /* bottom: 58%; */
        bottom: 47%;
        /* left: 50%; */
        left: 22%;
        transform: translate(-50%, -50%);
    }
    #menu_item_2 {
    
        /* top: 43%; */
        top: 56%;

        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }
    #menu_item_3 {
        /* bottom: 34%; */
        bottom: 61%;
        position: absolute;
        /* left: 50%; */
        left: 75%;
        transform: translate(-50%, 0);
    }

     #menu_item_4 {
    
        top: 73%;
        top: 88%;  
        position: absolute;
        /* left: 50%; */
        left: 75%;
        transform: translate(-50%, 0);
    }

    #menu_item_5 { 
        bottom: 7%; 
        position: absolute;
        /* left: 50%; */
        left: 22%;

        transform: translate(-50%, 0);
    }
    

    
    

    /*===== architecture page style ======*/

    .projects_menu{
        height: 160px;
    }
    .projects_menu ul{
        text-align: left;
    }
    .projects_menu ul li{
        font-size: 13px;
    }

    .column {
        -ms-flex: 33.3333%;
        flex: 33.3333%;
        max-width: 33.3333%;
    }
    .invisible{
        display: none;
    }

    .project_position_top_50{
        margin-top: 0;
    }
    .project_position_bottom_50{
        margin-bottom: 0;
    }
    .project_position_left_50{
        position: static;
        left: 0;
    }
    .project_position_right_50{
        position: static;
        right: 0;
    }

    .project_properties ul .project_row{
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 425px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}






@media screen and (max-width: 1199px){
    .projects_title {
        height: 200px;
        left: -45px;
        width: 110%;
    }

}
@media screen and (max-width: 991px){
    .projects_title {
        height: 200px;
        left: -66px;
        width: 141%;
        }


}
@media screen and (max-width: 768px){

    .projects_title {
        height: 200px;
        left: 20px;
        width: 141%;
    }
}

@media screen and (max-width: 425px) {
   .logo_box img {
        width: 26%;
    }
}


@media screen and (max-width: 320px){

    .projects_title {
        height: 200px;
        left: 5px;
        width: 141%;
    }
    .logo_box img {
        width: 26%;
    }
}




   /*===== studio page style ======*/

    

@media screen and (max-width: 425px) {
    .team_member img {
        height: auto;
        /* height: auto; */
        width: 217%;
    }  
    .popup_right{
        margin-top: 33px;
    }
}

@media screen and (max-width: 1199px){
   

}
@media screen and (max-width: 991px){
    
}
@media screen and (max-width: 768px){
    .col-sm-6 {
        width: 66%;
    }    
}

@media screen and (max-width: 320px){
    .team_member img {
    height: auto;
    /* height: auto; */
    width: 217%;
    }   
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
    border:1px solid #dddddd;
}
@media screen and (max-width: 425px) {
    .contact_box_top, .contact_box_bottom {    
    font-size: 11px;
    }
}

 /*===== news page style ======*/
@media screen and (max-width: 768px){

    .news{
        margin-right: 38%;
    }    
}
/*===== index page responsive height fix ======*/
@media screen and (max-height: 425px){
    .logo_box img {
        width: 109px;
        margin-top: -1%;
    }
    #menu_item_3 {
        bottom: 57%;
    }
    #menu_item_4 {
    top: 81%;
    }     
}


