@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
div.outsideframe > div.row.hidden-lg.hidden-md {
	display: none !important;
}

.headersection {
	margin-left: 0px;
	margin-right: 0px;
	display: block !important;
}


body {
	padding-top: 0px;
}

.footer-top, .footer-bottom {
	margin-left: 0px;
	margin-right: 0px;
}

footer {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.container2 {
	margin-top: 0px;
}

.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
	margin: 0;
	padding: 0;
}

div.domoa a:hover, div.domoa a:focus {
	outline: 0 none;
	text-decoration: none;
}
div.domoa h1, div.domoa h2, div.domoa h3, div.domoa h4, div.domoa h5, div.domoa h6, div.domoa p {
	margin: 0;
	padding: 0;
}
div.domoa ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.domoa ul li {
	margin: 0;
	padding: 0;
}
div.domoa .m-t-5 {
	margin-top: 5px;
}
div.domoa .header .logo
{
	width: 49%;
    padding: 20px 0;
}
div.domoa .menu
{
	background-color: #00303F;
}
div.domoa .menu .navbar-inverse
{
	background-color: inherit;
	border: none;
}
div.domoa .dropdown-menu
{
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #023747;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: none;
}
div.domoa .navbar-nav>li>.dropdown-menu
{
	width: 220px;
	padding: 0;
}
div.domoa .navbar-nav>li>.dropdown-menu li
{
	border-right: none;
	border-bottom: 1px solid #fff;
}
div.domoa .navbar-nav>li>.dropdown-menu li:last-child
{
	border-bottom: none;
}
div.domoa .navbar-nav>li>.dropdown-menu li a
{
	color: #fff;
	font-size: 11px;
	text-align: left;
	/* padding: 0; */
	padding: 7px 10px;
}
div.domoa .navbar-nav>li>.dropdown-menu li a:hover
{
    background: #034154;
}
div.domoa .navbar-default 
{
	background-color: inherit;
	border: none;
	margin: 0;
}
div.domoa .navbar-default .navbar-nav>li>a
{
	color: #fff;
    padding: 0 20px;
    height: 60px;
    border: 0;
    line-height: 60px;
   text-align: left;
    font-size: 15px;
    font-weight: 400;
}
div.domoa .navbar-default .navbar-nav li
{
	border-right: 1px solid #fff;
}
div.domoa .navbar-default .navbar-nav li:last-child
{
	border-right: none;
}
div.domoa .navbar-default .navbar-nav>li>a:hover, div.domoa .navbar-default .navbar-nav>li>a:focus, div.domoa .navbar-default .navbar-nav>li>a:active
{
	background: #023747;
	color: #fff;
} 
div.domoa .footer
{
	background-color: #00303F;
    font-size: 16px;
    font-family: verdana, geneva;
    color: #ffffff;
  
} 
div.domoa .footer .address_link
{
	padding: 30px 0 0 0;
}
div.domoa .footer .address p
{
	text-align: right;
}
div.domoa .footer .address span
{
	font-size: 16px; 
	font-family: verdana, geneva; 
	color: #ffffff;
}
div.domoa .footer .address .innertext
{
	font-size: 14px; color: #ffffff;
}
div.domoa .footer .icons i
{
	background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    padding: 0 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
	color: #00303f;
}
div.domoa .footer .icons
{
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
div.domoa .footer .icons a
{
	margin: 0 5px;
}
div.domoa .footer .page_top_link
{
	margin-top: 30px;
    text-align: right;
}
div.domoa .footer .page_top_link a
{
	color: #fff;
	font-size: 12px;
}
div.domoa .footer .page_top_link i
{
	font-size: 16px;
}
div.domoa .footer .copyright a
{
	font-size: 11px;
    line-height: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
	color: #fff;
	text-align: center;
}
div.domoa .footer .copyright
{
	padding-bottom: 20px;
}
div.domoa .footer .mc-brand-container
{
	font-weight: bolder;
    letter-spacing: -1px;
    font-size: 14px;
}

@media(max-width:1199px)
{
	div.domoa .navbar-default .navbar-nav>li>a
	{
		padding: 0 14px;
	}
}
@media (min-width: 991px) {
	div.domoa ul.nav li:hover > ul.dropdown-menu {
	  display: block;
	}
	#navbar {
	  text-align: center;
	}
    div.domoa .navbar-collapse
	{
		background-color: #00303f;
	}
  } 
@media (max-width: 991px) {
	div.domoa .navbar-collapse
	{
		padding-left: 0;
		padding-right: 0;
	}
	div.domoa .dropdown-menu
	{
		position: relative;
	}
	div.domoa .navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	div.domoa .navbar-default .navbar-toggle {
		border: none;
	}
	div.domoa .navbar-default .navbar-toggle:focus, div.domoa .navbar-default .navbar-toggle:hover {
		background-color: inherit;
	}
	div.domoa .navbar-header {
		float: none;
        background-color: #00303f;
      	min-height: 50px;
	}
	div.domoa .navbar-default .navbar-nav li {
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	div.domoa .navbar-left,  div.domoa .navbar-right {
		float: none !important;
	}
	div.domoa .navbar-toggle {
		display: block;
        float: left;
	}
	div.domoa .navbar-collapse {
		border-top: none;
		box-shadow: none;
		background-color: #333;
	}
	div.domoa .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	div.domoa .navbar-collapse.collapse {
		display: none!important;
	}
	div.domoa .navbar-nav {
		float: none!important;
		margin: 0;	}
	div.domoa .navbar-nav>li {
		float: none;
	}
	div.domoa .navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	div.domoa .collapse.in {
		display: block !important;
		background: #333;
		border: none;
		box-shadow: none;
		padding: 0;
	}
	div.domoa .open>.dropdown-menu {
		display: block;
	}
	div.domoa .navbar-nav>li>.dropdown-menu
	{
		width: 100%;
	}
	div.domoa .navbar-nav>li>.dropdown-menu li
	{
		border: none;
		
	}
	div.domoa  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		padding-left: 40px;
		padding-right: 60px;
		font-size: 13px;
		font-weight: normal;
	}
	div.domoa .navbar-default .navbar-nav>li>a:hover {
		background: inherit;
		color: #fff;
	}
	div.domoa .navbar-default .navbar-nav>li>a
	{
		height: auto;
		line-height: normal;
		padding: 10px 20px;
	}
	div.domoa .dropdown-menu
	{
		background-color: #333;
	}
	div.domoa .footer .icons {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		margin: 20px auto;
	}
	}
@media (max-width: 767px) {
	div.domoa  .navbar-nav  {
     display: inline;
  }
  div.domoa  .navbar-default .navbar-brand {
    display: inline;
  }
  div.domoa  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  div.domoa  .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
   div.domoa .dropdown-menu {
      padding-left: 10px;
  }
  div.domoa  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   div.domoa  .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   div.domoa  li.dropdown.open {
    border: 0px solid red;
   }
	div.domoa .footer .page_top_link {
		margin-top: 20px;
        text-align: center;
	}
}
@media(max-width:550px)
{
	div.domoa .header .logo {
		width: 100%;
		padding: 20px 0;
	}
}

div.domoa .back-to-top {
  background-color: transparent;
  position: relative;
}

div.domoa .fa-ce21, div.domoa .fab-ce21, div.domoa .fal-ce21, div.domoa .far-ce21, div.domoa .fas-ce21 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

@font-face {
	font-family: "Font Awesome 5 Brands - ce21";
	src: url(https://cdn.ce21.com/global/fa-brands-400-custom.eot?#iefix) format("embedded-opentype"), url(https://cdn.ce21.com/global/fa-brands-400.woff2) format("woff2")
}

.fab-ce21 {
    font-family: "Font Awesome 5 Brands - ce21"
}

.fa-linkedin-in:before { 
    content: "\f0e1"
}
.fa-facebook-f:before { 
    content: "\f39e"
}.event_1{background-color: #83b9eb !important;color:black !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:black !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:black !important; }.event_11{background-color: #6aa84f !important;color:black !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:black !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:black !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:black !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:black !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:black !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #6aa84f !important;color:black !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:black !important; }.event_3{background-color: #dd9d5a !important;color:black !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:black !important; }.event_4{background-color: #3181cb !important;color:black !important;}.event_icon_4{color: #3181cb !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#3181cb;color:black !important; }.event_5{background-color: #e06666 !important;color:black !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:black !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:black !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:black !important; }.event_8{background-color: #45818e !important;color:black !important;}.event_icon_8{color: #45818e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#45818e;color:black !important; }.event_9{background-color: #bf9000 !important;color:black !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:black !important; }