<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
ul {
	list-style-type: none;
	margin: 0px;
	z-index: 99;
}

@media screen and (min-width: 791px) {

  #menu {
	display: block !important;
	position: relative;
	z-index: 99;
    }
.txt_r_menu {
	padding-left: 15px;
	padding-top: 5px;
	color: #46484a;
	text-transform: uppercase;
}


ul#menu {
	width: auto;
	height: 46px;
	margin:0 auto;
	top: 0px;
	display: block;
	z-index: 99;
	}
	
ul#menu li{
	float: left;
	font-size: 1.18em;
	font-family: Calibri;
	}
	
ul#menu li a{
	display: block;
	float: left;
	height: 46px;
	text-decoration: none;
	line-height: 46px;
	padding-right: 7px;
	padding-left: 7px;
	color:  #1c497b; 
}

ul#menu li:hover{
	background: 
	url(../images/companents/seta_menu.png) center 6px no-repeat,
	url(../images/companents/bg_top_menu.jpg) top repeat-x;
	}
	
ul#menu li ul{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 33px;
	font-size: 0.8em;
	font-family: Calibri;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6c829f;
	background-image: url(../images/companents/seta_sup_sub.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: rgba(228, 228, 228, 0.6);
	margin-left: auto;
	transition: all .2s ease-in-out;
	width: auto;
	padding: 0px;
	margin-right: auto;
	left: 15px;
}
ul#menu li ul li a{
	display: block;
	height: 32px;
	text-decoration: none;
	line-height: 28px;
	padding-right: 5px;
	padding-left: 5px;
	color: #6e7986;
	padding-top: 3px;
}
ul#menu li ul li a:hover{
	color: #a2b8d1;	
	}

ul#menu li ul li:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a8bcd3;
	background-image: url(../images/companents/seta_inf_sub.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	}

	ul#menu li:hover &gt; ul{
	opacity: 1;
	visibility: visible;
	margin-top: 8px;
   }
   

#menu_r_content {
	margin: 0px;
	width: 485px;
	list-style-type: none;
	margin: 0px;
	background-color: #00F;
	padding: 0px;
	height: auto;
	bottom: 0px;
	position: relative;
}

.m_r_title {
	font-family: Calibri;
	font-size: 1.62em;
	font-weight: bold;
	text-transform: uppercase;
	color: #2365B3;
	padding-bottom: 15px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2365B3;
	background-color: #FFF;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 15px;
}
#our_service {
	height: 282px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 121px;
	background-color: #2365B3;
	font-family: Calibri;
	font-size: 1.9em;
	color: #FFF;
	z-index: 1;
	text-align: center;
	line-height: 260px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #DEDFE0;
}


ul#menu_r_content li  {
	margin: 0px;
	list-style-type: none;
	float: left;
	width: 97px;
	padding: 0px;
	left: 0px;
	top: 0px;
	background-color: #000;
	opacity: 1;

}

ul#menu_r_content li ul {
	list-style-type: none;
	height: auto;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	position: absolute;
	top: 121px;
	z-index: 99;
	background-color: #333;
}

ul#menu_r_content li ul li {
	display: none;
	list-style-type: none;
	list-style-position: outside;
	min-height: 297px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	width: 100%;
	margin: 0px;
	position: relative;
	background-color: #FFF;
}
ul#menu_r_content li:hover {
	opacity: 1;
	}

ul#menu_r_content li:hover &gt; ul li{
    display: block;
   }


#select_menu ul li {
	font-size: 1.12em;
	color: #0C3;
	min-height: 62px;
	line-height: 60px;
	flex: 1;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#select_menu ul {
	background-color: #34383c;
	min-height: 62px;
	width: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2365b3;
	border-radius: 0px 10px 10px 10px;
	display: flex;
	position: relative;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#select_menu ul li a{
	color: #b8bdc2;
	text-decoration: none;
	display: block;
	padding: 0px;

}

#select_menu ul li a:hover{
	color: #7da7d1;
	text-decoration: none;
	display: block;
}

.link_r_menu {
	font-family: Calibri;
	font-size: 1.12em;
	line-height: 34px;
	color: #dedfe0;
	text-align: right;
	height: 36px;
	width: 90%;
	padding-right: 10%;
	position: absolute;
	text-transform: uppercase;
	bottom: 0px;
	font-weight: bold;
	background-color: rgba(35, 101, 179, 1);
}
.link_r_menu a {
	font-family: Calibri;
	text-decoration: none;
	color: #dedfe0;
}
.link_r_menu a:hover {
	font-family: Calibri;
	text-decoration: none;
	color: #EEE;
}
   
   #menu-trigger { /* Hide it initially */
	display: none;
}
}
   
   
@media screen and (max-width: 790px) {

    #menu-trigger {
	display: block;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	background-color: #286bb5;
	text-align: left;
	padding-left: 25px;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 1.12em;
	background-image: url(../images/companents/menu.png);
	background-repeat: no-repeat;
	background-position: right;
	text-transform: uppercase;
    }

    ul#menu {
	position: absolute;
	top: 40px;
	width: 100%;
	background-color: RGBA(3, 18, 23, 0.8);
	text-align: left;
	text-decoration: none;
	right: 0px;
	bottom: 0px;
	display: none;
	z-index: 99;
    }
	
    ul#menu li {
	position: static;
	display: block;
	background-color: RGBA(248, 248, 248, 0.9);
	margin: 0px;

    }
	
	ul#menu li a {
	display: block;
	line-height: 2.18em;
	height: 2.18em;
	color: #6e7986;
	font-size: 1.12em;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;

    }

    ul#menu ul li{
	margin-left: 0px;
	box-shadow: none;
	padding-left: 20px;
	background-color: #CFDAE2;	
    }
    ul#menu ul{
	background-image: url(../images/companents/seta_sup_sub.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6c829f;
    }

    ul#menu a{
        display: block;
        float: none;
        padding: 0;
        color: #999;
    }
	
	  ul#menu a:hover{
	display: block;
	float: none;
	padding: 0;
	color: #999;
    }
	
	
	
	
#select_menu ul li {
	font-size: 1.37em;
	color: #9ba0a4;
	min-height: 62px;
	line-height: 60px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-color: #DEDFE0;
	position: relative;
	z-index: 1;
}
#select_menu ul {
	background-color: #34383c;
	min-height: 62px;
	width: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2365b3;
	border-radius: 0px 10px 10px 10px;
	padding: 0px;
	position: relative;
	z-index: 1;
}



#select_menu ul li a{
	color: #b8bdc2;
	text-decoration: none;
	display: block;

}

#select_menu ul li a:hover{
	color: #7da7d1;
	text-decoration: none;
	display: block;
}
	
	
	
	
	#our_service {
	font-size: 1.25em;
	color: #FFF;
	background-color: #2365b3;
	text-align: center;
	width: auto;
	line-height: 38px;
	height: 38px;
	}
	
	#menu_r_content {
	width: 320px;
	/**background-color: #dedfe0;**/
	padding: 0px;
	height: auto;

}

.m_r_title {
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	color: #c1c6cb;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #1c497b;
	background-color: #34383c;
	width: 100%;
	height: auto;
	text-align: center;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

ul#menu_r_content li ul{
	margin: 0px;
	list-style-type: none;
	float: left;
	padding: 0px;
	top: 0px;
	width: 100%;


}

ul#menu_r_content li {
	width: 100%;
	text-align: center;
	background-color: #dedfe0;


	}
.txt_r_menu {
	display: none;
	background-color: #09C;
}

.link_r_menu {
	display: none;
}
}
  
</pre></body></html>