<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/* Start Header */

header .top-library-header {padding-top:15px; padding-bottom:15px;}
header .top-library-header a { color:#FFFFFF;}
header .top-library-header a h3 {    padding: 17px 25px;    margin-right: 25px;    border-right: 2px solid;}

header .top-library-header form{ position:relative; top:15px;}
header .top-library-header form input{ border:0; font-size:12px; border-radius:3px; padding:5px 10px; width:250px; outline:none;}
header .top-library-header form button{ background:none; border:0; position:absolute; left:5px; top:3px;}


header.hover-menu nav{font-size:14px; font-weight:700; position:relative; z-index:99;}
header.hover-menu nav ul{ margin:0;padding: 0;   }
header.hover-menu nav .dropdown-submenu .dropdown-menu { min-width: 190px;}
header.hover-menu nav ul.multi-level{ min-width: 210px;}
header.hover-menu nav ul li{ padding:0; float: right; list-style: none; position:relative;}
header.hover-menu nav ul li a{ color:#fff; display:block; padding:15px 15px; cursor:pointer;}

header.hover-menu nav ul li ul{ border:0px; border-radius:0;}
header.hover-menu nav ul li ul li{ float:none; border-bottom:1px solid #ddd;}
header.hover-menu nav ul li ul li a{ border: 0; color: #666; font-size: 13px; font-weight: 300; padding: 9px 15px 9px 15px;}

.menu-logo{display:none;}
.menu-logo a{ padding:10px !important;}
.menu-logo a img{ width:40px;}

header.hover-menu .dropdown-menu .sub-menu { visibility: hidden; }
header.hover-menu .dropdown-menu li:hover .sub-menu { visibility: visible; }
header.hover-menu .dropdown:hover .dropdown-menu { display: block; }

.menu-logo-text{display:none; padding:13px 0px !important; font-size:12px;}
.menu-logo{display:none; padding:10px !important;}
.menu-logo img{ width:40px;}
.btn-menu-in-mob{ display:none;}

/*inputs*/
input.form-control, select.form-control, textarea.form-control {
 
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
 	transition: .5s all;
	 
    
}


/*   Start submenu   */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu&gt;.dropdown-menu {
    top: 0;
	right: 100%;
	/* margin-top: -6px; */
	margin-left: -1px;
	border-radius: 0;
}

.dropdown-submenu:hover&gt;.dropdown-menu {
    display: block;
	border:0;
	border-radius:0;
}

.dropdown-submenu&gt;a:after {
   display: block;
	content: " ";
	float: left;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-left: -5px;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 0;
}

.dropdown-submenu:hover a:after {}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left&gt;.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*   End submenu   */



nav.darkHeader{
position:fixed !important;
top:0px;
left:0;
right:0;
background:#fff;
z-index:100;
height:60px;
-moz-box-shadow: rgba(0,0,0,0.08) 0 0 20px 0,rgba(0,0,0,0.08) 0 6px 6px 0;
-webkit-box-shadow: rgba(0,0,0,0.08) 0 0 20px 0,rgba(0,0,0,0.08) 0 6px 6px 0;
box-shadow: rgba(0,0,0,0.08) 0 0 20px 0,rgba(0,0,0,0.08) 0 6px 6px 0;
}

nav.darkHeader .menu{ background:none !important;}
nav.darkHeader .menu ul li a{padding:20px 20px; color:#333 !important; border:0 !important;}
nav.darkHeader .menu ul li ul li a{padding: 9px 15px 9px 20px;}

nav.darkHeader .menu ul li a:hover{ background:#eee !important;}
nav.darkHeader .menu ul li a.active{ background:#eee !important;}
nav.darkHeader .menu ul li a:focus{ background:#eee !important;}
nav.darkHeader .menu ul li a:focus{ background:#eee !important;}

nav.darkHeader .btn-menu-in-mob{ display:block;}
nav.darkHeader .btn-menu-in-tablet{ display:none;}

/* End Header */

/* Start footer */

footer{ background:#333;font-family:"ns";}

footer .footer-map{pointer-events: none;}

footer .footer-top{ border-top:2px solid #ddd; border-bottom:2px solid #ddd; background:#fff;}
footer .footer-top .date-today{ font-family:"ns"; font-weight:400; color:#666; font-size:14px; padding:18px 0px; }
footer .footer-top .scrollup{ font-family:"ns"; font-weight:700; color:#fff; font-size:14px; display:block; width:56px; height:56px; text-align:center; padding-top:8px;}

.footer-top .scrollup:hover span{ animation: translateyLink 0.3s infinite; animation-direction: alternate;}
@keyframes translateyLink {  0% {    transform: translatey(0px);  }  100% {    transform: translatey(-5px);  }}

footer .footer-title-website{ margin-top:30px; margin-bottom:20px; height:62px;}
footer .footer-title-website img{margin-left:10px;}
footer .footer-title-website p{ color:#999; font-size:12px;}
footer .footer-title-website h3{ font-size:24px; color:#fff; margin-bottom:10px; font-weight:400;}
footer .footer-title-website h3 span{ color:#999; font-size:16px;}

footer .footer-info{ color:#999; height:62px; padding:12px 0px; margin-top:30px; margin-bottom:20px;}
footer .footer-info h4{	border-left:1px solid #504c48;    padding: 10px;    margin: 0;    margin-left: 10px;	font-weight:700;	font-size:16px;}
footer .footer-info ul{ list-style:none;}

footer .footer-social-media{ border-top:1px solid #504c48; border-bottom:1px solid #504c48; margin-bottom:30px;}
footer .footer-social-media img.responsive{ margin-top:20px; margin-bottom:20px;}
footer .footer-social-media ul{ margin:0;}
footer .footer-social-media ul li{ margin:0; padding:0;}
footer .footer-social-media ul li a{ font-size:26px; color:#FFFFFF; border-left: 1px solid #504c48; display:block; margin-right:-4px;}
footer .footer-social-media ul li a.border-right{border-right: 1px solid #504c48; margin-right:20px;}
footer .footer-social-media ul li a span{ padding:23px;}
footer .footer-social-media ul li a:hover .fa-facebook{ background:#3b5999;}
footer .footer-social-media ul li a:hover .fa-twitter{ background:#00a0d2;}
footer .footer-social-media ul li a:hover .fa-linkedin{ background:#34516f;}
footer .footer-social-media ul li a:hover .fa-youtube{ background:#c4302c;}
footer .footer-social-media ul li a:hover .fa-flickr{ background:#f99b39;}

footer .footer-list-link{ font-family:"ns"; margin:0; padding:0;     border-right: 1px solid #504c48;    padding-right: 20px;}
footer .footer-list-link ul{ padding:0;}
footer .footer-list-link h3{ font-size:16px; color:#fff; margin-bottom:15px;}
footer .footer-list-link li{ font-size:13px; font-weight:400; line-height:28px;}
footer .footer-list-link li a{ color:#999;}
footer .footer-list-link li a:hover{ color:#fff; margin-right:2px;}

footer .footer-mail-list{ border:1px solid #504c48; padding:20px; font-family:"ns";}
footer .footer-mail-list h3{ color:#FFFFFF; font-size:18px; margin-bottom:10px;}
footer .footer-mail-list p{ color:#999; font-size:14px; font-weight:400;}
footer .footer-mail-list form { font-size:14px; font-weight:700;}
footer .footer-mail-list form input{ border-radius:0; background:#333; border:1px solid #504c48; height:46px; color:#fff; width:330px !important;}
footer .footer-mail-list form button{ border-radius:0; background:#dea537; border:1px solid #c48a19; height:46px; width:68px;}

footer .footer-album{ background:#eee; padding:30px 0px;}
footer .footer-album a.footer-album_box{ position:relative; display:block; color:#fff; font-size:16px; font-weight:700; overflow:hidden;}
footer .footer-album a.footer-album_box .footer-album_color{ position: absolute; bottom: 0;  height: 50%;  z-index: 9;  width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;amp;0+0,1+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}
footer .footer-album a.footer-album_box .footer-album_imgNambar{ position: absolute; top: 10px; left:10px; z-index: 10; background-color: rgba(0,0,0,0.5); padding:5px 10px; font-size:14px;}
footer .footer-album a.footer-album_box .footer-album_img{ width:100%; height:280px; overflow:hidden;}
footer .footer-album a.footer-album_box .footer-album_img img{ height:100%;}
footer .footer-album a.footer-album_box h3{ font-size:16px; line-height:25px; position:absolute; bottom:0; padding:15px; z-index:10;}
footer .footer-album a.footer-album_box:hover h3{ padding-bottom:30px;}
footer .footer-album a.footer-album_box:hover .footer-album_color{ height:80%;}


/* End footer */

</pre></body></html>