* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	font-size: 16px;
}
body {
	line-height: 1.375;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 1rem;
	font-family: Arial, Helvetica, sans-serif;
}
/* Layout */
a {
	text-decoration: none;
	color: #000;
	font-size: 1rem;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 2.3rem;
	margin: 1.25rem 0 1.56rem;
	font-weight: 400;
}
h2 {
	font-size: 1.9rem;
	margin: 1.25rem 0 1.56rem;
	font-weight: 400;
}
h3 {
	font-size: 1.7rem;
	margin: 1.25rem 0 1.56rem;
	font-weight: 400;
	line-height: 140%;
}
h4 {
	font-size: 1.3rem;
	margin: 1.56rem 0 1.56rem;
	font-weight: 400;
	line-height: 140%;
}
p {
	margin-bottom: 15px;
	color: #666;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
body.width-full #fContent>.container {
	width: 100%;
	padding: 0;
	min-width: 100%;
}
body.width-full #fMatter {
	padding: 0;
}
body.title-off .fPageTitle {
	display: none;
}
ol, ul {
	margin: 0em 0 1rem;
	padding: 0 0 0 1em;
	color: #666;
}
#f-messages {
	margin: 0;
}
.spacing-no {
	padding: 0 !important;
	margin: 0 !important;
}
.bg-none {
	background: transparent !important;
}
/*Module*/
.fModule .fModuleTitle, .fModule .fModuleContent {
	width: 100%;
}
.fModuleEnd .fModuleTitle, .fModuleEnd .fModuleContent, .fModuleBoxed {
	margin: 0 auto;
}
#fMatter .fModule, #fSidebarRight .fModule, #fContentPre .fModule, #fContentPost .fModule {
	padding-top: 0rem;
	padding-bottom: 3rem;
	overflow: hidden;
}
.fRegion {
	display: inline-block;
	width: 100%;
}
#fPageTitle {
	display: block;
}
.container {
	min-width: 320px;
}
body.width-full #fContent > .container {
	width: 100%;
	padding: 0;
	min-width: 100%;
}
#fMatter {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
body.width-full #fMatter {
	padding: 0;
}
.region-header .fModule {
	display:flex;
	align-items: center;
}
.fRegion.region-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
/*----------iconset----------*/
.iconset .fMenu {
	justify-content:center;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.iconset .fMenu li {
	padding: 1rem;
}
.iconset .fMenu a {
	display: block;
	padding: 1rem;
	font-weight: bold;
	color: #000;
	height: 100%;
	background: #f5f5f5;
	transition: 0.3s all ease-in-out;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 30%);
	position: relative;
}
.iconset .fMenu a:hover {
	background: #efefef;
	-webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 55%);
	-moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 55%);
}
.iconset img {
	width: auto;
	max-width: 45px;
	display: block;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.menu-item-text .action:before {
	display: block;
	content: "";
	height: 1.04rem;
	width: 1.04rem;
	background: red;
	border-radius: 1rem;
	position: absolute;
	left: 10px;
	top: 19%;
	transform: translate(0, -50%);
	animation: blinking 2s infinite;
}
/*----------animation----------*/
@keyframes blinking {
 0% {
 opacity: 1;
}
 70% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
/* Common CSS */
input.form-control, textarea.form-control {
	display: inline-block;
	margin: 10px 0px;
}
/* Programme Table */
.session-heading {
	text-align: center;
	margin-top: 1.5rem;
	color: #4d4f53;
	font-weight:bold;
	line-height: 1.3;
	font-size: 2rem;
	margin-bottom: 1rem;
	color: var(--brand-color-1);
}
.session-container {
	border-collapse: separate;
	border-spacing: 0 1rem;
	border: 1px solid #eaeaea;
}
body .session-container th {
	background: var(--brand-color-theme-1);
	color: #fff;
	font-weight: bold;
}
.session-container td {
	border-bottom: 1px solid #f7ae3f;
}
.session-container tr:last-child td {
	border-bottom: 0 none !important;
}
.session-container .session-details {
	vertical-align: top !important;
	position: relative;
	border-right: 1px solid #dadada;
}
.session-container .session-details:last-child {
	border-right: 0 none;
}
.session-container td.session-details[colspan="2"] {
	text-align: center;
}
td.session-time, th.session-time {
	padding: 1rem;
	width: 150px;
	min-width: 150px;
}
.session-time.session-time-show {
	font-size:0.9rem;
}
td.session-time {
	border-right: 1px solid #f7ae3f;
}
.session-time .session-time-start, .session-time .session-time-end {
	display: inline-block;
	opacity: 1;
}
.session-time .session-time-start:after {
	display: inline-block;
	content: " - ";
	padding-left: 5px;
}
.session-time .session-time-zone {
	font-size: 0.9rem;
	color: #999;
}
.session-time .session-time-date {
	display: none;
}
.session-time .session-time-date.is-different {
	color: #fff;
	display: inline-block;
	background: #aaa;
	border-radius: 2rem;
	font-size: 0.8rem;
	padding: 0.25rem 1rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.session-container ul li {
	margin: .5em 0 .5em 20px !important;
	list-style:square;
}
.session-sub {
	padding-left:0;
	list-style:square;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.session-sub-title {
	font-weight: 600;
}
.session-sub .session-people {
	padding-top: 0;
	margin-top: 0;
}
.session-title.session-sub-title {
	font-weight: 600;
	font-size: 1rem;
	opacity: 0.75;
	display: inline;
}
.session-venue {
	background: url('https://img.icons8.com/android/16/000000/marker.png') no-repeat right center;
	position: absolute;
	bottom: 1rem;
	border-radius: 1rem;
	padding: 0.25rem 1rem;
	background: rgba(254, 229, 0, 0.85);
	background: #666;
	color: #fff;
}
.session-venue a {
	font-size: 0.8rem;
}
.session-venue a {
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-left: 1rem;
}
.session-venue a:before {
	display: block;
	content: "";
	height: 1.1rem;
	width: 1.1rem;
	background: #fff;
	border-radius: 2rem;
	position: absolute;
	left: 6px;
	line-height: 1rem;
	top: 50%;
	transform: translate(0, -50%);
	animation: blinking 1.2s infinite;
}
.session-status-3 .session-venue, .session-status-2 .session-venue {
	margin-top: 0.5rem;
	padding-left: 1.25rem;
	background: url('https://img.icons8.com/fluency-systems-regular/48/000000/marker--v1.png') left center no-repeat;
	background-size: 1rem;
	font-size: 0.8rem;
	opacity: 0.75;
}
span.live {
	color: #cc0000 !important;
}
.session-status-3 .session-venue, .session-status-2 .session-venue {
	background-color: #cc0000;
	display: inline-block;
	position:relative;
	margin-top:2rem;
}
.session-status-3 > .session-title:before, .session-status-2 > .session-title:before {
	position: relative;
	content: "LIVE";
	color: #cc0000;
	font-size: 1rem;
	font-weight: bold;
	display: block;
	animation: blinking 1.2s infinite;
}
.no-user .session-status-3 .session-venue {
	display:none
}
.no-user .session-status-3 > .session-title:before {
	display:none
}
.session-status-2 .session-venue, .session-status-2 > .session-title:before {
	display:none;
}
.session-mine.session-status-2 > .session-title:before, .session-mine.session-status-2.session-full:before {
	content: "PRESENTER TO JOIN SESSION";
	color: #FFA500;
	display: block;
	margin-bottom:0.5rem;
}
.session-mine.session-status-2 .session-venue {
	display:inline-block;
}
@keyframes blinking {
 0% {
 opacity: 1;
}
 70% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@media(max-width: 991.8px) {
 .session-container th {
 font-size: 0px;
}
 .session-container th select {
 font-size: 1rem;
}
 tr.session-row {
 border: 1px solid #333;
 margin-top: 1.5rem;
}
 tr.session-row-hidden {
 border: 0 none;
 margin-top: 0;
}
 .session-time-zone {
 display: inline-block;
 padding-left: 0.5rem;
}
 .session-time-zone::before, .session-time-zone::after {
 position: relative;
 content: " ";
 display: inline;
}
 .session-time-zone::before {
 content: "(";
}
 .session-time-zone::after {
 content:")";
}
 tr.session-row, tr.session-row td, td.session-time {
 display: block;
 width: 100%;
 max-width: 100%;
}
 tr.session-row td {
 border: 0px none;
}
 th.session-time {
 width: 100%;
 max-width: 100%;
 display: block;
}
 .session-time .session-time-date.is-different {
 margin-left: 0;
}
 .session-container tr:hover td.session-time, table.fTable tr:nth-child(odd) td.session-time, table.fTable tr:nth-child(even) td.session-time {
 display: block;
 text-align: left;
 background: var(--brand-color-theme-1);
 color: #fff;
}
 .session-container th:last-child {
 display: none;
}
 td.session-time .session-time-end {
 opacity: .7!important;
}
 body .session-container th {
 display: none;
}
 .session-container {
 border: 0;
}
}
/* Toggle Menu */
/* .navbar-toggle {
    display: block !important;
    padding: 9px 10px;
    background: var(--brand-color-1);
    position: relative;
    width: fit-content;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: var(--brand-color-1-text);
}
.navbar-toggle .icon-bar:not(:first-child){
    margin-top:4px;
}
.navbar-toggle-container{
    height:100%;
    text-align: -webkit-right;
}
.collapse:not(.show){
    opacity:0;
    transition: 0.3s ease-in-out;
}
nav.collapse.show {
    display: block !important;
    position: fixed;
    left:0;
    right:0;
    z-index:99;
    height: 100%;
    margin-left: 30px;
    transition: 0.3s ease-in-out;
    transition: right 0.5s cubic-bezier(0.4,0,0.2,1);
}

nav.collapse.show > ul > li > ul{
    position:relative;
    width: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
}
nav.collapse.show > ul.fMenu > li > ul li{
    margin: 0;
    text-align: right;
}
nav.collapse.show > ul > li > ul:before,
nav.collapse.show > ul > li > ul:after{
    right: 1rem;
    left: unset;
}
nav.collapse.show > ul > li > ul:before{
    right: 1.5rem;
}
 */

/* Responsive Homepage */
.fModuleEnd .fModuleTitle {
 padding-right: var(--bs-gutter-x, .75rem);
 padding-left: var(--bs-gutter-x, .75rem);
}
@media (min-width : 576px) {
 .fModuleEnd .fModuleTitle {
 width: 540px;
}
}
@media (min-width: 768px) {
 .fModuleEnd .fModuleTitle {
 width: 720px;
}
}
@media (min-width: 992px) {
 .fModuleEnd .fModuleTitle {
 width: 970px;
}
}
@media (min-width: 1200px) {
 .fModuleEnd .fModuleTitle {
 width: 1140px;
}
}
@media (min-width: 1400px) {
 .fModuleEnd .fModuleTitle {
 width: 1320px;
}
}
/***----***/
.fForm .form-item-type-checkbox .checkbox label, .fForm .form-item-type-radio .checkbox label, .fForm .form-item-type-boolean label {
	display: flex;
	align-items: center;
}
header ul, ul.fMenu, header ul li, ul.fMenu li {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
ul.fGalleryImages.fGalleryList {
	position: relative;
	margin: 0px;
	list-style: none;
	padding: 0px;
}
ul.fGalleryImages.fGalleryList li.fGalleryItem {
	margin: 0px;
	list-style: none;
}
/***----***/
.collapse.show {
	display: block !important;
}
.collapse.in {
	display: block !important;
}
 .navbar-toggle.collapsed .icon-bar:nth-child(1), .navbar-toggle.collapsed .icon-bar:nth-child(2) {
 transform: none;
/* margin: 0;
    margin: 0; */
}
header .navbar-toggle .icon-bar {
	height: 3px;
	width: 26px;
	background: #fff;
}
 .navbar-toggle .icon-bar:nth-child(3) {
 opacity: 0;
}

/* .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
} */
.navbar-toggle .icon-bar:nth-child(2) {
 transform: rotate(-45deg);
 margin-top: -2px;
 margin-bottom: 4px;
}
 .navbar-toggle .icon-bar:nth-child(1) {
 transform: rotate(45deg);
}
 .navbar-toggle.collapsed .icon-bar:nth-child(1) {
 margin-top: -7px;
}
 .navbar-toggle.collapsed .icon-bar:nth-child(3) {
 opacity: 1;
}
 .navbar-toggle.collapsed .icon-bar:nth-child(2) {
 margin-top:7px;
}
.navbar-toggle-container .navbar-toggle {
	z-index: 9999;
}
.region-header, .region-headertop {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.region-header .fModule, .region-headertop .fModule {
	display: flex;
	align-items: center;
}
.region-headertop .fModule {
	padding: 0;
}
.headertop ul li {
	display: inline-block;
	align-items: center;
	padding: 0 0.7em 0 0;
	position: relative;
}
.fHeader .menu-horizontal {
	background: #fc031700;
 transition: .5s all;
}
.menu-horizontal.set {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.headertop ul li ul {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 100%;
	display: none;
}
.headertop ul li ul li {
	border: none;
	display: block;
}
header .fModule {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
nav {
	height: 100%;
}
.menu-horizontal nav ul.fMenu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.menu-horizontal nav>ul>li {
	display: flex;
	align-items: stretch;
	position: relative;
}
.menu-horizontal nav a {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding: 0.2rem 1.5rem;
	text-transform: uppercase;
	letter-spacing: normal;
	transition: 0.3s all;
}
.menu-hover-1 .fMenu>li>a {
	position: relative;
}
.menu-hover-1 .fMenu>li {
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
}
.menu-horizontal nav>ul>li>ul {
	position: absolute;
	top: 100%;
	width: 250px;
	display: none;
}
.menu-horizontal nav>ul>li>ul li a {
	color: #fff;
	font-size: 0.8rem;
	padding: 13px;
	background: #f2176b;
	border-bottom: 1px solid #ffffff45;
}
header.set .menu-horizontal nav a {
	color: #000;
}
.menu-horizontal nav>ul>li>ul li a:hover {
	color: #fff;
	background: #1173ba;
}
.fMenu li:hover>ul.sub {
	visibility: visible;
	opacity: 1;
	top: 0;
	transition: all 0.4s ease-in-out;
	display: block;
	transform: perspective(600px) scale(1);
	top: 2rem;
	padding-top: 1rem;
}
.fMenu li:hover>ul.sub {
	top: unset;
	padding-top: 0;
	position: relative;
}
.menu-horizontal nav>ul>li>ul li a {
	color: #1173ba;
	font-size: 0.8rem;
	padding: 10px 10px;
	background: #ffffff;
	text-transform: capitalize;
	transition: all 0.3s ease 0.1s;
	box-shadow: 0px 0px 20px #00000008;
}
.navbar-header .navbar-toggler {
	display: none;
}
 @media (max-width: 991.9px) {
 .row.w-100 {
 --bs-gutter-x: 0;
}
 .navbar-header .navbar-toggler {
 display: block;
}
 .navbar-collapse.collapse.show {
 display: block;
}
 header.fHeader .menu-horizontal nav {
 position: fixed;
 float: right;
 padding: 29px 1px;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 background-color: rgba(0, 0, 0, 0);
 background-image: none;
 border: 1px solid transparent;
 width: 100%;
 left: 0;
 z-index: 9;
 top: 5rem;
}
 header.fHeader .menu-horizontal ul li {
 float: none;
 display: block;
}
 header.fHeader .menu-horizontal ul li a {
 color: #fff;
 background-color: #000;
}
 .fHeader .menu-horizontal ul li, .fHeader.set .menu-horizontal ul li {
 float: none;
 padding: 20px 0;
}
 .fHeader .menu-horizontal ul li a, .fHeader.set .menu-horizontal ul li a {
 color: #fff;
}
 header .navbar-toggle {
 position: relative;
 float: right;
 padding: 9px 10px;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 background-color: rgba(0, 0, 0, 0);
 background-image: none;
 border: 1px solid transparent;
 border-radius: 4px;
}
 .fHeader .menu-horizontal {
 padding: 0;
}
 .region-header, .region-headertop {
 display: inline-block;
 width: 100%;
}
 .region-header .fModule, .region-headertop .fModule {
 display: block;
}
 .fHeader .navbar-header {
 margin: 0;
}
 .fHeader .navbar-header .row.row-0 {
 margin: 0 15px;
}
 header .navbar-toggle .icon-bar {
 background: #1173ba;
 height: 3px;
 width: 26px;
 position: absolute;
 right: 0;
}
 .menu-horizontal nav ul.fMenu {
 display: flex;
 flex-wrap: wrap;
 align-items: stretch;
 justify-content: center;
 flex-direction: column;
}
 header.fHeader .menu-horizontal ul li {
 float: none;
 display: block;
 width: 100%;
 text-align: left;
 padding: 0px 0;
 border-top: 0px solid white;
 margin: 0;
}
 header.fHeader .menu-horizontal nav>ul>li>a {
 color: #1874bb;
 background: #fff;
 margin: 0;
 padding: 11px 8px !important;
 border-bottom: 1px solid #000;
 font-size: 14px;
 position: relative;
}
 header.fHeader .menu-horizontal nav>ul>li>a:first-child {
 border-top: 1px solid #000;
}
 header.fHeader .menu-horizontal nav>ul>li>a {
 color: #fff;
 background-color: #000;
}
 .header-middle-container-row ul li a::before {
 content: '';
 height: 1px;
 width: 0;
 -webkit-transition: all .3s linear 0ms;
 -khtml-transition: all .3s linear 0ms;
 -moz-transition: all .3s linear 0ms;
 -ms-transition: all .3s linear 0ms;
 -o-transition: all .3s linear 0ms;
 transition: all .3s linear 0ms;
 position: absolute;
 bottom: 0;
 left: 0;
 background: var(--brand-color-blue);
}
 .menu-hover-1 .fMenu>li>a:hover::before {
 width: 100%;
}
 .menu-horizontal nav>ul>li>ul.sub {
 padding-top: 0;
 position: sticky;
 float: l;
 float: left;
 width: 100%;
 background: #f9b90d;
 padding-left: 6px;
 padding-bottom: 0;
}
 .menu-horizontal nav>ul>li>ul li a {
 background: #ffffff;
 margin-left: 0px;
}
 header.fHeader .menu-horizontal nav>ul>li>a:hover {
 color: #fff;
}
 .menu-horizontal nav>ul>li>ul li a:first-child {
 border-top: 1px solid #00000005;
 border-bottom: solid 1px #eeeeee03;
}
 .navbar-toggle .icon-bar:nth-child(1) {
 margin-top: 0;
}
 .navbar-toggle .icon-bar:nth-child(2) {
 margin-top: 0;
}
 header.fHeader .menu-horizontal nav>ul>li>ul {
 position: relative;
 padding-top: 0;
}
 .menu-horizontal nav>ul>li>ul li a:hover {
 background-color: #fff;
 color: #000;
}
}
 @media only screen and (min-width:  786px) and (max-width: 991.9px) and (orientation: landscape) {
 .navbar-header .navbar-toggler {
 display: block;
}
 .navbar-collapse.collapse.show {
 display: block;
}
 header.fHeader .menu-horizontal nav {
 position: fixed;
 float: right;
 padding: 29px 1px;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 background-color: rgba(0, 0, 0, 0);
 background-image: none;
 border: 1px solid transparent;
 width: 100%;
 left: 0;
 z-index: 9;
 top: 5rem;
}
 header.fHeader .menu-horizontal ul li {
 float: none;
 display: block;
}
 header.fHeader .menu-horizontal ul li a {
 color: #fff;
 background-color: #000;
}
 .fHeader .menu-horizontal ul li, .fHeader.set .menu-horizontal ul li {
 float: none;
 padding: 20px 0;
}
 .fHeader .menu-horizontal ul li a, .fHeader.set .menu-horizontal ul li a {
 color: #fff;
}
 header .navbar-toggle {
 position: relative;
 float: right;
 padding: 9px 10px;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 background-color: rgba(0, 0, 0, 0);
 background-image: none;
 border: 1px solid transparent;
 border-radius: 4px;
}
 .fHeader .menu-horizontal {
 padding: 0;
}
 .region-header, .region-headertop {
 display: inline-block;
 width: 100%;
}
 .region-header .fModule, .region-headertop .fModule {
 display: block;
}
 .fHeader .navbar-header {
 margin: 0;
}
 .fHeader .navbar-header .row.row-0 {
 margin: 0 15px;
}
 header .navbar-toggle .icon-bar {
 background: #1173ba;
 height: 3px;
 width: 26px;
 position: absolute;
 right: 0;
}
 .menu-horizontal nav ul.fMenu {
 display: flex;
 flex-wrap: wrap;
 align-items: stretch;
 justify-content: center;
 flex-direction: column;
}
 header.fHeader .menu-horizontal ul li {
 float: none;
 display: block;
 width: 100%;
 text-align: left;
 padding: 0px 0;
 border-top: 0px solid white;
 margin: 0;
}
 header.fHeader .menu-horizontal nav>ul>li>a {
 color: #1874bb;
 background: #fff;
 margin: 0;
 padding: 11px 8px !important;
 border-bottom: 1px solid #000;
 font-size: 14px;
 position: relative;
}
 header.fHeader .menu-horizontal nav>ul>li>a:hover {
 color: #fff;
}
 header.fHeader .menu-horizontal nav>ul>li>a:first-child {
 border-top: 1px solid #000;
}
 header.fHeader .menu-horizontal nav>ul>li>a {
 color: #fff;
 background-color: #000;
}
 .header-middle-container-row ul li a::before {
 content: '';
 height: 1px;
 width: 0;
 -webkit-transition: all .3s linear 0ms;
 -khtml-transition: all .3s linear 0ms;
 -moz-transition: all .3s linear 0ms;
 -ms-transition: all .3s linear 0ms;
 -o-transition: all .3s linear 0ms;
 transition: all .3s linear 0ms;
 position: absolute;
 bottom: 0;
 left: 0;
 background: var(--brand-color-blue);
}
 .menu-hover-1 .fMenu>li>a:hover::before {
 width: 100%;
}
 .menu-horizontal nav>ul>li>ul.sub {
 padding-top: 0;
 position: sticky;
 float: l;
 float: left;
 width: 100%;
 background: #f9b90d;
 padding-left: 6px;
 padding-bottom: 0;
}
 .menu-horizontal nav>ul>li>ul li a {
 background: #ffffff;
 margin-left: 0px;
}
 .menu-horizontal nav>ul>li>ul li a:first-child {
 border-top: 1px solid #00000005;
 border-bottom: solid 1px #eeeeee03;
}
 .navbar-toggle .icon-bar:nth-child(1) {
 margin-top: 0;
}
 .navbar-toggle .icon-bar:nth-child(2) {
 margin-top: 0;
}
 header.fHeader .menu-horizontal nav>ul>li>ul {
 position: relative;
 padding-top: 0;
}
 .row.w-100 {
 --bs-gutter-x: 0;
}
 .menu-horizontal nav>ul>li>ul li a:hover {
 background-color: #fff;
 color: var(--brand-color-blue2);
}
}
/*suchita-add-css-from-here-home*/
.menu-nav ul.fMenu {
	display:flex;
	ustify-content: right;
}
.menu-nav ul.fMenu li {
	margin:0 20px 0 0;
	text-transform:uppercase;
}
.menu-nav ul.fMenu li a {
	color:var(--brand-color-theme-5);
	font-size:14px;
}
.menu-nav ul.fMenu li:last-child {
	margin:0;
}
.menu-nav ul.fMenu li#menu-item-34366 span { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a81401+0,d13b38+100 */
	background: var(--brand-color-theme-1);
	color:white;
	padding:13px 20px;
}
li#menu-item-34366 span.menu-item-icon {
	display:none;
}
.logo h3 a {
	font-size:2rem;
	font-weight:600;
	color:var(--brand-color-theme-1);
}
.logo h3 {
	margin:0;
}
.logo p {
	margin:0;
}
.banner .fGalleryText {
	position:absolute;
	top:30%;
	width:50%;
	left:6.7%;
	background:#292929ad;
	padding:20px;
}
.logo p a {
	color:var(--brand-color-theme-5);
	font-size:12px;
}
.welcome-con .row {
	background:#f8f8f8;
	padding:30px; margin-bottom:3rem;
}
.welcome-img {
	padding:0 0 1rem 0 !important;

	
}

.welcome-img .fGalleryText{ background:var(--brand-color-theme-1);}
.welcome-img img {
	width:100%; height:300px;
	object-fit:cover;
}

.welcome h4{ font-weight:400; color:var(--brand-color-theme-1); margin:0px 0 0 0;}
.welcome h3{ font-size:2rem; margin:5px 0 0 0;}
.banner h3 {
	font-size:2.8rem;
	color:white;
	margin:0;
	font-weight:600;
}

a.fButton.buttons{
    color: white;
    background: var(--brand-color-theme-1);
    line-height: 40px;
    padding: 15px 25px;
    margin-top: 20px;
}
.banner h4 {
	margin:0;
	color:var(--brand-color-theme-1);
	font-weight:500;
}
.banner p {
	color:white;
	overflow:hidden;
}
.banner a.fButton {
	color:white; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a81401+0,d13b38+100 */
	background:  var(--brand-color-theme-1); line-height:40px; padding:15px 15px;
	margin-top:20px;
}
.welcome-img h3 {
	color:white; margin:0;
	text-align:center; font-size:1.3rem;
}
.welcome-img h4 {
	color:white;
	text-align:center; margin:0;font-size:1rem;
}


/*suchita-add-css-from-here-home*/
