@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
}

hr {
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
}
h1, h2, h4 {
	font-weight: 300 !important;
}
.brdr01 {
	border: 1px dotted #FF0000;
}
.brdr02 {
    border-width: 3px 0px 0px 0px;
    border-color: #FB4400;
    border-style: solid;
}
.brdr03 {
    border-width: 0px 0px 0px 1px;
    border-color: #A2A2A2;
    border-style: dotted;
}
.f1 {
	font-family: 'Roboto', sans-serif;
}
.f2 {
	font-family: 'Montserrat', sans-serif;
}
.f3 {
	font-family: 'Open Sans', sans-serif;
}
.fclr01 {
	color: white;
}
.fclr02 {
	color: orange;
}
.fclr03 {
	color: #B0B0B0;
}

.bclr01 {
	background-color: #FB4400;
}
.bclr02 {
	background-color: #F29105;
}
.bclr03 {
	background-color: #EDEDED;
}
.bclr04 {
	background-color: #383838;
}
.bclr05 {
	background-color: #262626;
}
.bck01 {
	background-image: url(../images/globe.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bck02 {
	background-image: url(../images/bck_expertise02.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}
.tpmnu a {
	font-size: 14px;
}
.tpmnu a:hover {
	background-image: url("../images/menu-hover.png");
	background-repeat: no-repeat;
}
.tpmnu a.actv {
	color: orange;
	background-image: url("../images/menu-hover-act.png");
	background-repeat: no-repeat;

}
.styl01 a {
	font-size: 24px;
	text-decoration: none;
	color: #F84400;
}
.styl01 a:hover {
	color: #000000 !important;
}
a.styl02:link, a.styl02:visited {
	font-size: 13px;
	text-decoration: none;
	color: #505050;
}
a.styl02:hover {
	color: #000000 !important;
}
.lig01 ul li {
	margin: 0px !important;
	padding: 0px !important;
}
.lig01 li {
	font-size: 15px;
    color: #000000 !important;
    text-decoration: none !important;
    display: block;
	border-bottom: 1px dotted #6D6A6A;
	margin: 2px;
	padding: 5px;
}
.lig01 i {
	color: coral;
}
.lig02 p {
	font-size: 15px;
    color: #000000 !important;
    text-decoration: none !important;
    display: block;
	border-bottom: 1px dotted #6D6A6A;
	margin: 5px;
	padding: 5px;
}
.lig02 i {
	color: coral;
	font-size: 10px;
}
.lig03 p {
	font-size: 15px;
    color: #000000 !important;
    text-decoration: none !important;
    display: block;
	border-bottom: 1px dotted #6D6A6A;
	margin: 5px;
	padding: 5px;
}
.lig03 i {
	color: coral;
	font-size: 15px;
}
a.rm:link, a.rm:visited {
	font-size: 15px;
	text-decoration: none;
	color: #F84400;
}
a.rm:hover {
	color: #000000 !important;
}
.bottbar {
	color: #999999;
	font-size: 14px;
}
.bottbar a {
	font-size: 14px;
    color: #999999 !important;
    text-decoration: none !important;
    display: block;
	margin: 2px;
	padding: 5px;
	border-bottom: 1px solid #6D6A6A;
	
}
.blogbar a {
	font-size: 24px;
    color: #F04F00;
	font-weight: 200 !important;
    text-decoration: none;
	line-height: 28px;
	
}
.blogbar a:hover {
    color: #000000;
	
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}