<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px;
    direction: ltr;
    background: #36434d ;
    display: block;
}
.header{
    width: 100%;
    background: rgba(0,0,0,0.6);
}
a:link, a:visited:link {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.nav{
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-style: normal;
    font-weight: 500;
	width:65%;
}
.nav&gt;li{
	border-width:0;
	width:16.66666%;
    line-height: 40px;
    padding: 0;
    border-style: solid;
    border-color: rgba(0,0,0,.1);
}
.nav&gt;li&gt;a{
    padding: 10px 2px;
    color: #9ba4ad;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    text-align: center;
    font-size: 13px;
	position:relative;
}
.nav&gt;li&gt;a:hover{
    background-color: black;
    color: #9ba4ad;
}
.navbar{
    min-height: 40px;
    margin-bottom: 0;
}
.navbar-brand{
    padding: 10px 10px;
    height: 40px;
    margin-left: 30px;
}
.navbar-toggle{
    cursor: pointer;
}
.d1 #d1-1{display:none;}
.d1:hover #d1-2{display:none;}
.d1:hover #d1-1{display:block;-webkit-animation: myfirst 0.3s;animation: myfirst 0.3s;}
.d2 #d2-1{display:none;}
.d2:hover #d2-2{display:none;}
.d2:hover #d2-1{display:block;-webkit-animation: myfirst 0.3s;animation: myfirst 0.3s;}
.d3 #d3-1{display:none;}
.d3:hover #d3-2{display:none;}
.d3:hover #d3-1{display:block;-webkit-animation: myfirst 0.3s;animation: myfirst 0.3s;}
.d4 #d4-1{display:none;}
.d4:hover #d4-2{display:none;}
.d4:hover #d4-1{display:block;-webkit-animation: myfirst 0.3s;animation: myfirst 0.3s;}
.d5 #d5-1{display:none;}
.d5:hover #d5-2{display:none;}
.d5:hover #d5-1{display:block;-webkit-animation: myfirst 0.3s;animation: myfirst 0.3s;}
.d6 #d6-1{display:none;}
.d6:hover #d6-2{display:none;}
.d6:hover #d6-1{display:block;-webkit-animation: myfirst 0.3s;animation: myfirst 0.3s;}
/* Chrome, Safari, Opera */

@-webkit-keyframes mysecond{
	0%   {width:120%;background-color: black;opacity:0}
	25%   {width:120%;background-color: black;opacity:0.01}
	50%   {width:120%;background-color: black;opacity:0.15}
	75%   {width:110%;background-color: black;opacity:0.2}
    100% {width:100%;background-color: black;opacity:1}
}
/* Standard syntax */
@keyframes myfirst {
	0%   {width:120%;background-color: black;opacity:0}
	25%   {width:120%;background-color: black;opacity:0.01}
	50%   {width:120%;background-color: black;opacity:0.15}
	75%   {width:110%;background-color: black;opacity:0.2}
    100% {width:100%;background-color: black;opacity:1}
}
@keyframes mysecond {
	0%   {width:120%;background-color: black;opacity:0}
	25%   {width:120%;background-color: black;opacity:0.01}
	50%   {width:120%;background-color: black;opacity:0.15}
	75%   {width:110%;background-color: black;opacity:0.2}
    100% {width:100%;background-color: black;opacity:1}
}
.page-container{
    margin:0;
    padding:0;
    position: relative;
}
.page-container:before, .page-container:after {
display: table;
content: " ";
}
.footer{
    width: 100%;
    background: rgba(0,0,0,0.6);
}
.footer&gt;a{
    color: #9ba4ad;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    text-align: left;
    font-size: 13px;
    text-decoration: none;
	padding:18px 20px;
}
.page-container-1{
    margin:42px 0 0 0;
    padding:0;
    position: relative;
}
.show-grid{
    max-width: 1300px;
    margin: 0 auto;
}
#main-ele{
    padding: 0 15px 0 15px;
}
.wra-ele{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    background: white;
    position: relative;
    min-height: 406px;
}
.par-text{
    font-weight: 300;
    font-size: 12px;
    padding:80px 32px 32px 32px !important;
    line-height: 22px;
    font-family: inherit;
    min-height: 250px;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
}
.par-text&gt;h2{
    font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
}
.par-text&gt;h2{
    letter-spacing: 0.15rem;
    font-style: normal;
    color: #9ba4ad;
}
.par-text&gt;p{
    color: #9ba4ad;
}
.view-more{
    width: 160px;
    height: 46px;
    float: right;
    background: url(../img/view-more-arrow.png)105px 12px no-repeat #828d9b;
    transition: all ease 0.7s;
    position: absolute;
    right: 66.66666667%;
    bottom:0;
}
.view-more:hover{
    background-position: 124px 12px;
    background-color: #000;
}
.view-more&gt;a{
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 52px;
    color: #071a21;
    padding: 0 20px;
    width: 100%;
    height: 100%;
}
.view-more&gt;a:hover{
    color: #9ba4ad;
}
.par-img{
    height: 100%;
    position: absolute;
    background-position: center;
    right:0;
}
.par-img a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background: url('../img/magnifying_icon.png') 50% 35% no-repeat;
    transition: all ease 0.3s;
    opacity:0;
}
.par-img a:hover{
    background-position: 50% 50%;
    background-color: rgba(0, 0, 0, 0.19);
    opacity: 1;
}
.wrapper_second{
    position: relative;
    display: block;
	margin:0 auto;
}
.f2_img{
    width:100%;
}
.f2_img&gt;img{
    background: rgba(0,0,0,0.6);
}
.tel{
    position: fixed;
    top: 60px;
    left:67px;
    z-index: 100;
    color: #EFEFEF;
    font-size: 16px;
    padding: 14px 40px;
    font-weight: bold;
    background: rgba(0,0,0,0.6);
	white-space: nowrap;
}
.social-icon{
	margin-right:15%;
	height: 40px;
	width: 40px;
	padding-top:5px;
}
.footer .nav {
	 width:100%;
}
.address-f{
	height:40px;
	color: white;
}
.footer .address-li{
	width:80%;
	text-align:left;
	height:40px;
	left:105px;
}
.footer .social-li{
	width:5%;
	float:right;
}
.social-icon&gt;a{
	 background-image: url('../img/social_buttons.png');
	 background-position: 0 0;
	 height: 40px;
	 width: 40px;
	 transition: all ease 0.5s;
	 float:left;
}
.social-icon&gt;a:hover{
	background-position:0 -40px;
}
.address-f&gt;a{
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: center;
	font-size: 13px;
	text-decoration:none;
}
#loading{
	position:fixed;
	width:100%;
	top:0;
	background-color:black;
}
#loading&gt;img{
	position:fixed;
	top:35%;
	left:40%;
}
.popup_r{
	position:fixed;
	background-color:black;
	opacity:0.5;
	filter:alpha(opacity=50);/*for IE8 and earlier*/
	width:100%;
	height:1000px;
	top:0;
	left:0;
	z-index:2000;
}
.popup_img{
	position:fixed;
	z-index:2001;
	top:20%;
	left:30%;
}
@media(max-width:991px){
    .par-img{
        width: 100%;
        height: 270px;
        position: relative;
    }
    .par-text{
        padding: 10px 20px 42px 20px !important;
        position: relative;
        min-height: 200px;
    }
    .view-more{
        right:0;
    }
	.navbar-brand{
		left:40px !important;
	}
	.tel{
        left: 40px;
    }
	.social-icon{
		margin-right:10px;
	}
}
@media(max-width:767px){
    .navbar-toggle{
        display: block;
    }
    .cus_menu{
        float:left;
        width:100%;
        padding: 0;
    }
    .cus_menu&gt;ul{
        float: left !important;
        width:100%;
        margin: 0;
		overflow:hidden;
    }
    .cus_menu&gt;ul&gt;li{
       width:100%;
       border-top-width:1px;
       border-style: solid;
       border-color: rgba(0,0,0,.1);
    }
    .nav&gt;li&gt;a{
        text-align: left;
        padding: 10px 20px;
    }
    .tel{
        left: 40px;
    }
	.footer .address-li{
		display:none;
	}
	.footer&gt;ul{
		margin:0;
		width:15% !important;
	}
}
@media(max-width:339px){
	.navbar-brand{
		left:40px !important;
	}
}</pre></body></html>