@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
	--brand-color-theme-1: #eb5401;
	--brand-color-theme-2: #016a66;
	--brand-color-theme-3: #eeb01f;
	--brand-color-theme-4: #efb52b;
	--brand-color-theme-4: #011a21;
	--brand-color-theme-5: #ffffff;
	--brand-color-theme-6: #012c32;
	--brand-font-family-heading: 'Cormorant Garamond', serif;
	--brand-font-family-body: 'Inter', sans-serif;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* @font-face {
	font-family: 'Playfair';
	src: url('fonts/Playfair.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cabin';
	src: url('fonts/Cabin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} */

/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #ccc;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #12375d70;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.brand-color-theme-1-text {
	color: var(--brand-color-theme-1) !important;
}

.brand-color-theme-2-text {
	color: var(--brand-color-theme-2) !important;
}

.brand-color-theme-3-text {
	color: var(--brand-color-theme-3) !important;
}

.brand-color-theme-1-bg {
	background-color: var(--brand-color-theme-1) !important;
}

.brand-color-theme-2-bg {
	background-color: var(--brand-color-theme-2) !important;
}

.brand-color-theme-3-bg {
	background-color: var(--brand-color-theme-3) !important;
}

.brand-color-theme-4-bg {
	background-color: #f4f4f4 !important;
}

.brand-color-theme-6-bg {
	background-color: #012c32 !important;
}

html {
	font-size: 16px;
	overflow-x:hidden;
    max-width:100%;
}


body {
    padding: 0;
    margin: 0;
    padding-top: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 100%;

    font-size: 1rem;
    line-height: 1.5;
    color: #222;
    font-family: var(--brand-font-family-body);


    background-color: #fdfaf5;
}
img{
    max-width:100%;
    height:auto;
}
p {
	font-size: 1rem;
}

a,
span {}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

span {
	font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--brand-font-family-heading);
}

h1 {
	font-size: 2.25rem;
	font-weight: 600;
	margin: 1.25rem 0;
	line-height: 1.5;
}

h2 {
	font-size: 2rem;
	font-weight: 600;
	margin: 1.25rem 0;
	line-height: 1.5;
}

h3 {
	font-size: 2.2rem;
	/* font-weight: 600; */
	line-height: 45px;
	margin: 10px 0 0 0;
}

h4 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.25;
	margin: 1.25rem 0;
}

h5 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.25;
	margin: 1rem 0;
	margin-bottom: 0;
	font-family: auto !important;
}

.h5,
h5 {
	font-size: 1.2rem;
	/* text-transform: uppercase; */
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.no-spacing {
	padding: 0 !important;
	margin: 0 !important;
}

.bg-none {
	background: transparent !important;
}

.container {
	min-width: 320px;
}

body.width-full #fContent>.container {
	width: 100%;
	padding: 0;
	min-width: 100%;
}

body.width-full #fMatter {
	padding: 0;
}

#f-messages {
	margin: 0;
	background-color: var(--brand-color-theme-1);
	position: fixed;
	top: 0rem;
	width: 100% !important;
	left: 0;
	color: white;
	z-index: 9999999;
}

#f-messages .item {
	background-color: var(--brand-color-theme-1);
}

@-webkit-keyframes fadeOutmessage {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		display: none;
	}
}

@keyframes fadeOutmessage {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		display: none;
	}
}

.fadeOutmessage {
	-webkit-animation-name: fadeOutmessage;
	animation-name: fadeOutmessage;
}

#fPageTitle {
	display: block;
}

#nav-up {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99999;
	font-size: 18px;
	background-color: var(--brand-color-theme-1);
	color: white;
	cursor: pointer;
	width: 48px;
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-color: var(--brand-color-theme-1);
	border-image: initial;
	padding: 10px 5px;
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgb(37 34 25);
	visibility: visible !important;
}

#nav-up:hover {
	background-color: rgb(255, 255, 255);
	color: var(--brand-color-theme-1);
}

/*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.region-header>.row {
	justify-content: space-between;
}

.fRegion {
	display: inline-block;
	width: 100%;
}

.fPageTitle {
	position: relative;
	background-color: black;
	color: white;
	padding: 7rem 12px 6rem 12px;
	text-align: center;
	border-bottom: 5px solid var(--brand-color-theme-2);
	background:url(https://storage.unitedwebnetwork.com/files/1417/9bab46c42f57223c4f5c7f2bccecbbd4.jpeg) no-repeat;
	background-size: cover;

}

.fPageTitle h1 {
	font-weight: 700;
	color:black;
}

body.title-off .fPageTitle {
	display: none;
}

.f-photo-with-custom-text .fModuleTitle {
	display: none;
}

.f-photo-with-custom-text .fModuleContent .fModuleTitle {
	display: block;
}

.text-justify {
	text-align: justify;
}

.fModuleTitle h3 {
	color: black;
	/* font-weight: 600; */
	padding-bottom: 3rem;
}

.title-center .fGalleryContainer>h4 {
	text-align: center !important;
}

.fGalleryContainer>h4 {
	font-size: 1.3rem;
	color: var(--brand-color-theme-2);
	font-weight: 600;
}

.fModuleTitle h3 span {
	font-weight: 600 !important;
	color: var(--brand-color-theme-3);
	font-weight: normal;
	margin-bottom: 10px;
	font-style: italic;
}

.title-white .fModuleTitle h3 {
	color: white;
}

.title-white.bg-abstract-1 .fModuleTitle h3 span {
	color: var(--brand-color-theme-2);
}

.title-white .fModuleTitle h3 span {
	color: white;
}

.title-center .fModuleTitle h3 {
	text-align: center !important;
	padding-bottom: 1.6rem;
	padding-top: 1.6rem;
}

.title-center .fModuleTitle h3::after {
	content: "";
	display: block;
	border-top: 3px solid var(--brand-color-theme-1);
	width: 100px;
	width: 100px;
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 12px auto;
}

.f-photo-with-custom-text.title-center .fModuleContent .fModuleTitle h3 {
	text-align: start !important;
}

ul.fGalleryImages.fGalleryList {
	position: relative;
	margin-top: 0px;
	list-style: none;
	padding: 0px;
	margin-bottom: 0;
}

ul.fGalleryImages.fGalleryList li.fGalleryItem {
	margin: 0px;
	list-style: none;
}

.ItemfinnerGallery {
	position: relative;
}

/* 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;
	}
}

.collapse.show {
	display: block !important;
}

.collapse.in {
	display: block !important;
}

.navbar-header .navbar-toggler {
	display: none;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 1rem;
	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;
}

.navbar-toggle .icon-bar {
	position: absolute;
	right: 0;
	height: 3px;
	width: 26px;
	background: #1173ba;
}

.navbar-toggle .icon-bar:nth-child(3) {
	opacity: 0;
}

.navbar-toggle .icon-bar:nth-child(2) {
	transform: rotate(-45deg);
	margin-bottom: 4px;
}

.navbar-toggle .icon-bar:nth-child(1) {
	transform: rotate(45deg);
}

.navbar-toggle.collapsed .icon-bar:nth-child(1),
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
	transform: none;
	/* margin: 0;
    margin: 0; */
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
	margin-top: -7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
	margin-top: 7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
	opacity: 1;
}

.navbar-toggle-container .navbar-toggle {
	z-index: 9999;
}

/* Header */
header.fHeader.active {
	position: sticky;
	top: 0;
	background-color: white;
	z-index: 999;
}

header .fModule.fLogo {
	padding-left: 0;
	padding-right: 0;
}

.region-header .fModule,
.region-headertop .fModule {
	display: flex;
	align-items: center;
	align-self: center;
}

.region-headertop .fModule {
	padding: 0;
}

header ul,
ul.fMenu,
header ul li,
ul.fMenu li {
	margin: 0px;
	list-style: none;
	padding: 0px;
	display: flex;
	justify-content: center;
}

.headertop ul li {
	display: inline-block;
	align-items: center;
	padding: 0 0.7em 0 0;
	position: relative;
}

.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;
}

.Ftop-header-logo li.fGalleryItem {
	width: 42%;
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
}

.navbar-header {
	border-top: 5px solid #eb5401;
	 background-color: #fff; 
	padding: 20px 0px;
	/* position: absolute;
	z-index: 2;
width: 100%; */

	.fMenu {
		li {
			margin: 0 10px;
		}

		a {
			color: #8d8585;
			text-transform: uppercase;
			font-size: 13px;
		}
	}
}
.f-banner-home{
	position: relative;
}
.social {
	ul.fMenu {
		display: flex;
		align-items: center;
	}

	span.menu-item-text {
		display: none;
	}

	img {
		width: 30px;
		height: 30px;
		/* opacity: 0.4; */
		border: 1px solid;
		padding: 5px;
		border-radius: 50%;
	}

	li:last-child {
		span.menu-item-icon {
			border: none;
			display: none;
		}

		span.menu-item-text {
			display: block;
			font-weight: 300;
		}

		a {
			background: var(--brand-color-theme-1);
			display:none;
			align-items: center;
			padding: 10px 18px;
			border-radius: 5px;
			color: white;
			font-size: 0.9rem;
		}
	}
}

.logo-header {
	img {
		padding: 5px 0px;
		width: 150px;
	}
}

.logo {
	display: inline-block;
}



/*** Button ***/

a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
	background: var(--brand-color-theme-2);
	display: inline-block;
	padding: 12px 1.6rem;
	color: white;
	font-weight: 500;
	border-radius: 7px;
	margin: 0 10px 0 0;
	font-size: 0.9rem;
	border: none;
}

a.fButton.smallfButton {
	padding: 6px 1rem;
	font-size: .8rem;
}


 footer#fFooter {
	background: #063b3b;
	color: #fff;
	/* padding: 35px 0 0; */
	overflow: hidden;
}





footer#fFooter .row {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 0;
	margin: 0;
}

footer#fFooter .fModule {
	margin-bottom: 0;
}



/* Subscribe Section */

.f-subscribe-now {

	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 70px 0;
	
}

.f-subscribe-now .fModuleTitle {
	margin-bottom: 20px;
}

.f-subscribe-now .fModuleContent {
	display: flex;
	justify-content: center;
}

.f-subscribe-now form {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}



.f-subscribe-now .buttons {
	flex: 0 0 auto;
	margin: 0;

}


.f-subscribe-now #form-item-x_captcha {
	display: none !important;
}

.f-subscribe-now input[type="text"] {
	width: 100%;
	height: 56px;
	border: none;
	padding: 0 20px;
	border-radius: 8px 0 0 8px;
	margin: 0;
}

.f-subscribe-now input[type="submit"] {
	height: 56px;
	padding: 0 30px;
	border: none;
	margin: 0;
	border-radius: 0 8px 8px 0;
	background: var(--brand-color-theme-1);
	color: #fff;
	font-weight: 600;
	white-space: nowrap;
}



footer#fFooter .region-footer>.row {
	display: flex;
	
	align-items: flex-start;

	padding: 10px 0;
}

.footer-logo,
.about-footer {
	padding: 0;
}

.footer-logo img {
	width: 170px;
	margin-bottom: 30px;
}

.follow-title {
	display: block;
	margin-bottom: 16px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: 700;
}

.social-icons {
	display: flex;
	gap: 12px;
}

.social-icons a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .25);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}

.social-icons a:hover {
	background: var(--brand-color-theme-2);
	border-color: var(--brand-color-theme-2);
}



footer#fFooter .fModuleTitle {
	margin-bottom: 18px;
}

footer#fFooter .fModuleTitle h3 {
	color: #fff;
	font-size: 22px;
	
	margin: 0;
	text-transform: uppercase;
}



footer#fFooter ul {
	margin: 0;
	padding: 0;
	display: block;
}

footer#fFooter ul li {
	list-style: none;
	margin-bottom: 14px;
	display: block;
}

footer#fFooter ul li:last-child {
	margin-bottom: 0;
}

footer#fFooter ul li a {
	color: #fff;
	text-decoration: none;
	transition: .3s;
	font-size: 15px;
}
footer#fFooter ul li a span{ 
	font-weight: 500;
}
footer#fFooter ul li a:hover {
	color: #fff;
	padding-left: 6px;
}



.footer-col.contact p {
	color: rgba(255, 255, 255, .75);
	line-height: 1.8;
	margin-bottom: 20px;
}

.footer-col.contact a {
	display: flex;
	align-items: center;
	gap: 12px;

	color: #fff;
	text-decoration: none;
}


.footer-col.contact i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}



.footer-full {
	margin-top: 35px;
	background: #ef5b00;

}

.footer-full p {
	margin: 0;
	color: #fff;
	text-align: center;
	font-size: 15px;
}



/*----------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 */

/* banner with countdown starts here */

/* .f-banner .fGalleryText {
	position: absolute;
	inset: 0;
}

.f-banner-home .fGalleryText {
	position: absolute;
	inset: 0;
	padding-top: 3.6rem;
}

.f-banner-home .fGalleryText .container {
	position: relative;
	color: black;
	padding: 0;

	hr {
		width: 100px;
		color: var(--brand-color-theme-1);
	}

	img {
		width: 20px;
		filter: invert(1);
	}
}

.f-banner-home .fGalleryText h3 {
	font-size: 3.3vw;
	font-weight: 700;
	color: var(--brand-color-theme-1);
	text-transform: uppercase;

	span {
		display: block;
		font-size: 4.3vw;
	}
}

.fs-1 {
	font-size: 4rem !important;
	line-height: 63px;
}

a.fButton.text-uppercase.advertsise {
	background: white !important;
	border: 1px solid var(--brand-color-theme-2) !important;
	color: black !important;
	width: auto;

	img {
		width: 15px;
		margin: -4px 0 0 0;
	}
} */

.f-banner-home .fGalleryItem,
.f-banner-home .ItemfinnerGallery {
	position: relative;
}

.f-banner-home .fGalleryImage img {
	width: 100%;
	/* height: 700px; */
	object-fit: cover;
	display: block;
}

.f-banner-home .fGalleryText {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;




}


.f-banner-home .fGalleryText .container {

	width: 100%;
	margin: 0 auto;
}

.f-banner-home .fGalleryText .container>div {
	max-width: 560px;
}
.f-banner-home span{
	color: var(--brand-color-theme-1);
}
.f-banner-home .fGalleryText h1 {
	font-size: 4rem;
	line-height: 1.15;
	font-weight: 300;
	color: #000;
	margin-bottom: 25px;
}

.f-banner-home .fGalleryText h1 span {
	display: block;
	
	font-weight: 500;
	color: var(--brand-color-theme-2);
	margin-bottom: 10px;
}
.f-banner-home .fGalleryText span img {
	width: 17px;
}
.f-banner-home .fGalleryText hr {
	width: 90px;
	height: 4px;
	border: none;
	background: var(--brand-color-theme-1);
	opacity: 1;
	margin: 0 !important;
	border-radius: 30px;
}

.f-banner-home .fGalleryText p {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #444;
	margin-bottom: 35px;
}

.f-banner-home .fGalleryText p span {
	display: block;
}

.f-banner-home .d-flex {
	gap: 18px;
	flex-wrap: wrap;
}

.f-banner-home .fButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 210px;
	height: 56px;
	padding: 0 30px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	transition: .35s;
}



.f-banner-home .fButton {
	background: var(--brand-color-theme-2);
	color: #fff;
	border: 2px solid var(--brand-color-theme-2);
}

.f-banner-home .fButton:hover {
	background: var(--brand-color-theme-1);
	border-color: var(--brand-color-theme-1);
	color: #fff;
}



.f-banner-home .fButton.advertsise {
	background: #fff;
	color: var(--brand-color-theme-2);
	border: 2px solid var(--brand-color-theme-2);
}

.f-banner-home .fButton.advertsise:hover {
	background: var(--brand-color-theme-2);
	color: #fff;
}





/*==================================
ABOUT SECTION
==================================*/

.f-main-about {
	background: #fff;
	padding: 50px 0px 0px 0px;
}

.f-about .f-media {
	align-items: center;

}

/* Image */

.f-about .f-media-image {
	padding: 0;
}

.f-about .f-media-image img {
	width: 100%;
	height: 560px;
	object-fit: cover;
	border-radius: 28px;
	box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
	transition: .4s;
}

.f-about .f-media-image img:hover {
	transform: scale(1.02);
}





.f-about h5 {
	font-size: .9rem;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: var(--brand-color-theme-1);
	
	font-weight: 600;
}

.f-about h3 {

	line-height: 1.15;
	font-weight: 500;
	color: #111;

}

.f-about h3 span {
	display: inline;
}

.f-about .brand-color-theme-2-text {
	color: var(--brand-color-theme-2);
	font-style: italic;
	font-weight: 500;
}

.f-about h3::after {
	content: "";
	display: block;
	width: 90px;
	height: 4px;
	background: var(--brand-color-theme-1);
	border-radius: 20px;
	margin-top: 28px;
}

.f-about p {
	
	line-height: 1.6;
	color: #444;

}


.f-about .fButton {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 16px 34px;
	background: var(--brand-color-theme-2);
	color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .5px;
	transition: .35s;
}

.f-about .fButton:hover {
	background: var(--brand-color-theme-1);
	color: #fff;
	transform: translateY(-3px);
}

.f-about .fButton img.arrow {
	width: 18px;
	height: 18px;
	filter: brightness(0) invert(1);
	transition: .35s;
	box-shadow: none;
	border: none;
}

.f-about .fButton:hover img.arrow {
	transform: translateX(5px);
}





.f-newfeauter{
    position:relative;
    max-width:900px;
    margin:0 auto;
}

.f-newfeauter .f-media{
    position:relative;
}

.f-newfeauter .f-media-image{
    position:relative;
    overflow:hidden;
    border:3px solid #d8b06a;
    border-radius:70px 12px 12px 12px;
}

.f-newfeauter .f-media-image img{
    width:100%;
    height:430px;
    object-fit:cover;
    display:block;
	  border-radius:70px 12px 12px 12px;
	  overflow: hidden;
	  padding: 20px;
}

.f-newfeauter .f-media-text{
    position:relative;
    max-width:92%;
    margin:-65px auto 0;
    z-index:2;
}

.f-newfeauter .fFeatures{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:#fff;
    border:1px solid #e5c78c;
    border-radius:16px;
    overflow:hidden;
    
}

.f-newfeauter .fFeatureItem{
    text-align:center;
    padding:18px 10px;
    position:relative;
}

.f-newfeauter .fFeatureItem:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:20%;
    width:1px;
    height:60%;
    background:#ead8b5;
}

.f-newfeauter .fFeatureIcon{
    margin-bottom:15px;
}

.f-newfeauter .fFeatureIcon i{
    font-size:34px;
    color:#c59a4a;
    transition:.3s;
}

.f-newfeauter .fFeatureItem:hover .fFeatureIcon i{
    transform:translateY(-4px);
    color:#b88834;
}

.f-newfeauter .fFeatureItem h5{
    margin:0 0 8px;
    color:var(--brand-color-theme-2);
    font-size:1rem;
    font-weight:700;
    line-height:1.3;
}

.f-newfeauter .fFeatureItem p{
    margin:0;
    font-size:12px;
    color:#666;
    line-height:1.6;
}



/*about*/

/*==================================
CATEGORY
==================================*/

.f-catagory .fGalleryList{
    row-gap:22px;
}

.f-catagory .fGalleryItem{
    padding:12px;
}

.f-catagory .ItemfinnerGallery{
    display:flex;
    align-items:center;
    gap:22px;
    background:#fff;
    border:1px solid rgba(0,0,0,.06);
    border-radius:18px;
    padding:22px;
    height:100%;
    min-height:140px;
    transition:.35s;
    box-shadow:0 8px 22px rgba(0,0,0,.05);
}

.f-catagory .ItemfinnerGallery:hover{
    transform:translateY(-6px);
    border-color:#d8b06a;
    box-shadow:0 18px 35px rgba(0,0,0,.08);
}

.f-catagory .fGalleryImage{
    flex-shrink:0;
}

.f-catagory .fGalleryImage img{
    width:38px;
    height:38px;
    object-fit:contain;
    transition:.35s;

    /* Premium Gold */
    filter: brightness(0) saturate(100%)
            invert(66%) sepia(21%)
            saturate(978%)
            hue-rotate(7deg)
            brightness(97%)
            contrast(90%);
}

.f-catagory .ItemfinnerGallery:hover .fGalleryImage img{
    transform:scale(1.08);
}

.f-catagory .fGalleryText{
    flex:1;
}

.f-catagory .fGalleryText h5{
   
    color:var(--brand-color-theme-2);
    font-weight:600;
    margin-bottom:10px;
    text-transform:none !important;
    line-height:1.2;
	font-family: auto !important;
}
.f-catagory .fGalleryText p{
	font-size: 0.85rem;
}
.f-catagory .fGalleryText ul{
    margin:0;
    padding:0;
    list-style:none;
}

.f-catagory .fGalleryText li{
    font-size:15px;
    color:#666;
    line-height:1.6;
    display:flex;
    align-items:flex-start;
    gap:8px;
}

.f-catagory .fGalleryText li .tick{
    width:15px;
    margin-top:4px;

    /* Gold Tick */
    filter: brightness(0) saturate(100%)
            invert(66%) sepia(21%)
            saturate(978%)
            hue-rotate(7deg)
            brightness(97%)
            contrast(90%);
}


/*====================================
 FEATURED STORIES
=====================================*/


.f-all-story h5 {
	font-size: .9rem;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: var(--brand-color-theme-1);
	margin-top: 70px;
	font-weight: 600;
}

.f-all-story h3 {
	line-height: 1.15;
	font-weight: 500;
	color: #111;
}

.f-all-story h3 span {
	line-height: 1.15;
	font-weight: 500;
	color: #111;
	font-style: italic;
	color: var(--brand-color-theme-2);
}


/*==================================
BECOME A SPONSOR
==================================*/

.f-sponsorbecome {
	padding: 90px 0;
	
    background-image: url("https://storage.unitedwebnetwork.com/files/1417/8680cd36a9ef474757fdc46d08520d90.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.f-sponsorbecome .container{
	padding-top: 30px;
}


.f-sponsorbecome .f-media {
	align-items: center;
}



.f-sponsorbecome .f-media-image {
	text-align: right;
}

.f-sponsorbecome .f-media-image img {
	width: 100%;
	
	object-fit: cover;

	
}






.f-sponsorbecome h3 {

	line-height: 1.08;
	font-weight: 500;
	
	margin-bottom: 30px;
}

.f-sponsorbecome h3 span {
	color: var(--brand-color-theme-1);
	font-style: italic;
	font-weight: 500;
}



.f-sponsorbecome h3::after {
	content: "";
	display: block;
	width: 90px;
	height: 4px;
	background: var(--brand-color-theme-1);
	border-radius: 30px;
	margin-top: 25px;
}



.f-sponsorbecome p {

	line-height: 1.9;
	

}

.f-sponsorbecome p:nth-of-type(2) {
	font-style: italic;
	
	font-size: 22px;
	margin-bottom: 40px;
}



.f-sponsorbecome .fButton {
	display: inline-flex;
	align-items: center;
	gap: 12px;

	color: #fff !important;
	padding: 18px 34px;
	border-radius: 60px;
	text-transform: none;
	font-weight: 600;

	transition: .35s;
	border: none;
}

.f-sponsorbecome .fButton::after {
	content: "↗";
	font-size: 18px;
	transition: .3s;
}

.f-sponsorbecome .fButton:hover {
	background: var(--brand-color-theme-2) !important;
	transform: translateY(-3px);
	color: #fff !important;
}

.f-sponsorbecome .fButton:hover::after {
	transform: translate(4px, -4px);
}





/*==================================
WHY ADVERTISE
==================================*/

.f-photo-why{
    position:relative;
   
}

.f-photo-why .f-media{
    background:#055d5b;
   
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
}

.f-photo-why .f-media-image{
    overflow:hidden;
}

.f-photo-why .f-media-image img{
    width:100%;
    height:100%;
    min-height:620px;
    object-fit:cover;
    display:block;
}

.f-photo-why .f-media-text{
    padding:70px 60px;
    color:#fff;
}

.f-photo-why .sub-title{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#d8b06a;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:18px;
}

.f-photo-why .sub-title::after{
    content:"✦";
    color:#d8b06a;
}

.f-photo-why h3{
   font-weight: 2.4rem;
    line-height:1.1;
    color:#fff;
    margin-bottom:18px;
}

.f-photo-why h3 span{
    color:#f3e2b2;
}

.f-photo-why .intro{
    font-size:17px;
    line-height:1.8;
    color:rgba(255,255,255,.82);
    margin-bottom:45px;
}

.f-photo-why .advertise-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px 40px;
}

.f-photo-why .advertise-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
}

.f-photo-why .number{
    display:none;
}

.f-photo-why .icon{
    width:58px;
    height:58px;
    flex-shrink:0;
    border:2px solid rgba(216,176,106,.45);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
	margin-top: 22px;
}

.f-photo-why .icon img{
    width:28px;
    filter:brightness(0) saturate(100%)
           invert(76%) sepia(25%)
           saturate(568%)
           hue-rotate(3deg)
           brightness(98%)
           contrast(88%);
}

.f-photo-why .content h4{
    color:#f2dfb0;
  font-family: auto !important;
    margin-bottom:8px;
    font-weight:500;
}

.f-photo-why .content p{
    color:rgba(255,255,255,.78);
    font-size:15px;
    line-height:1.7;
    margin:0;
}






/*==================================
FEATURE CARD
==================================*/

.f-feature {
	position: relative;
}

.f-feature .ItemfinnerGallery {
	background: transparent;
}

.f-feature .fGalleryImage {
	display: block;
	overflow: hidden;
	border-radius: 18px;
	margin-bottom: 28px;
	position: relative;
}

.f-feature .fGalleryImage img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	display: block;
	border-radius: 18px;
	transition: .6s;
}

.f-feature .ItemfinnerGallery:hover .fGalleryImage img {
	transform: scale(1.05);
}

.f-feature .fGalleryText {
	padding: 0;
}



.f-feature .events {
	display: inline-block;
	background: transparent;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	/* margin-bottom: 22px; */
	padding: 7px 20px;
	border-radius: 20px;
}





.f-feature h5 {

	line-height: 1.15;
	font-weight: 500;
	color: #111;

}



.f-feature p {
	color: #555;

	line-height: 1.8;

}

.f-feature p:last-child {
	margin-bottom: 0;
}



.f-feature .fButton {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: #111;
	font-weight: 600;
	text-decoration: none;
	padding: 0;
	background: none;
}

.f-feature .fButton .arrow {
	width: 18px;
	transition: .35s;
}

.f-feature .fButton:hover .arrow {
	transform: translateX(8px);
}



/*==================================
FEATURED LIST
==================================*/

.f-catagory-featured {
	position: relative;
}

.f-catagory-featured .fGalleryImages {
	margin: 0;
	padding: 0;
}

.f-catagory-featured .fGalleryItem {
	list-style: none;
	padding: 28px 0;
	border-top: 1px solid #d8d2c8;
}

.f-catagory-featured .fGalleryItem:first-child {
	padding-top: 0;
	border-top: none;
}

.f-catagory-featured .ItemfinnerGallery {
	display: flex;
	align-items: center;
	gap: 24px;
}



.f-catagory-featured .fGalleryImage {
	width: 140px;
	min-width: 140px;
	height: 110px;
	border-radius: 8px;
	overflow: hidden;
	display: block;
}

.f-catagory-featured .fGalleryImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.f-catagory-featured .ItemfinnerGallery:hover .fGalleryImage img {
	transform: scale(1.08);
}



.f-catagory-featured .fGalleryText {
	flex: 1;
}



.f-catagory-featured .events {
	display: inline-block;
	/* background: none !important; */
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 4px 16px;
	border-radius: 14px;

}





.f-catagory-featured h5 {

	line-height: 1.25;
	font-weight: 500;
	color: #111;

}



.f-catagory-featured p:first-of-type {
	display: none;
}



.f-catagory-featured .fButton {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	background: none;
	color: #666;
	font-weight: 600;
	text-decoration: none;
	transition: .3s;
}

.f-catagory-featured .fButton:hover {
	color: #e65b18;
}

.f-catagory-featured .fButton img {
	width: 18px;
	transition: .3s;
}

.f-catagory-featured .fButton:hover img {
	transform: translateX(5px);
}




/*==================================
INDIA & MALAYSIA HIGHLIGHTS
==================================*/

.f-highlights-country {
	position: relative;

	background:url("https://storage.unitedwebnetwork.com/files/1417/72357f642362b63c7a7e2cd4d7dddb95.jpeg") center center/cover no-repeat; 
	
	overflow: hidden;
}



.f-highlights-country::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.45);
	/* Increase or decrease opacity here */
	z-index: 1;
}


.f-highlights-country .container {
	position: relative;
	z-index: 2;
}




.f-highlights-country li {
    border: none !important;
    padding: 12px;
}

.f-highlights-country .ItemfinnerGallery{
    background:#fff;
    border:1px solid rgba(235,84,1,.18);
    border-radius:18px;
    padding:15px 5px;
    text-align:center;
    height:250px;
    min-height:220px;
    transition:.35s ease;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.f-highlights-country .ItemfinnerGallery:hover{
    transform:translateY(-8px);
    border-color:var(--brand-color-theme-1);
    box-shadow:0 18px 35px rgba(235,84,1,.12);
}

.f-highlights-country .fGalleryImage{
    margin-bottom:18px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.f-highlights-country .fGalleryImage img{
    width:54px;
    height:54px;
    object-fit:contain;
    padding:0;
    background:none;
    box-shadow:none;

     filter: brightness(0) saturate(100%)
            invert(66%) sepia(22%)
            saturate(1100%)
            hue-rotate(10deg)
            brightness(98%)
            contrast(90%);

    transition:.3s;
}

.f-highlights-country .ItemfinnerGallery:hover .fGalleryImage img{
    transform:scale(1.08);
}

.f-highlights-country .highlights-section{
    text-align:center;
}

.f-highlights-country .highlights-section h5{
    color:var(--brand-color-theme-2);
    font-size:1.3rem;
    font-weight:500;
    line-height:1.1;
    margin-bottom:12px;
	font-family:auto !important ;
}

.f-highlights-country .highlights-section h5::after{
    display:none;
}

.f-highlights-country .highlights-section p{
    color:#444;
    font-size:15px;
    line-height:1.6;
    margin:0;
}





.f-highlights-country .fGalleryItem {
	width: 100%;
	height: 100%;
}

.f-highlights-country .owl-dots {
	margin-top: 45px;
}

.f-highlights-country .owl-dot span {
	width: 12px;
	height: 12px;
	background: #d5d5d5 !important;
	transition: .3s;
}

.f-highlights-country .owl-dot.active span {
	width: 40px;
	border-radius: 30px;
	background: var(--brand-color-theme-1) !important;
}

/*highlight*/
/* magazine */




.magazine .row {
	align-items: center;
}


.magazine {
	background-attachment: #f7f7f796;
}

.magazine .f-media-text {
	padding-right: 50px;
}

.magazine h5 {
	color: #eb5401;
	text-transform: uppercase;
	letter-spacing: 4px;

	font-weight: 600;
	margin-bottom: 20px;
}

.magazine h3 {

	line-height: 1.08;
	font-weight: 500;
	color: #111;

}

.magazine h3 span {
	color: #0b7776;
	font-style: italic;
}

.magazine p {
	font-size: 22px;
	line-height: 1.8;
	color: #505050;
	max-width: 680px;
	margin-bottom: 35px;
}



.magazine .f-media-text>p:last-child {
	display: flex;
	gap: 18px;
	margin: 0;
	flex-wrap: wrap;
}

.magazine .fButton {
	display: inline-flex;
	align-items: center;
	gap: 10px;

	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	transition: .35s;

}

.magazine .fButton:first-child {
	background: #eb5401;
	color: #fff !important;
	border: 2px solid #eb5401;
}

.magazine .fButton:first-child:hover {
	background: #cf4800;
	border-color: #cf4800;
}



.magazine .button-blue {
	background: #fff;
	color: #111 !important;
	border: 2px solid #d9d4ca;
}

.magazine .button-blue:hover {
	background: #0b7776;
	border-color: #0b7776;
	color: #fff !important;
}

.magazine .arrow {
	width: 17px;
	margin-left: 4px;
	transition: .3s;
}

.magazine .fButton:hover .arrow {
	transform: translateX(5px);
	filter: brightness(0) invert(1);
}


.magazine .f-media-image {

	position: relative;
}


.magazine .f-media-image img {
	position: relative;
	z-index: 2;
	width: 100%;
	border-radius: 28px;

	transition: .45s;
	height: 500px;
}





/* magazine */
/* previous issues */


.f-Bridging {
	background: #10140d;
	padding: 90px 0;
	overflow: hidden;
}

.f-Bridging li {
	margin: 12px !important;
}


.f-Bridging .fModuleTitle h3 {
	color: #fff;

	font-weight: 500;
	margin: 0;
	text-align: center;
}

.f-Bridging .fModuleTitle h3 span {
	color: #d79b37;
	font-style: italic;
}

.f-Bridging .owl-stage {
	display: flex;
}

.f-Bridging .owl-item {
	display: flex;
}

.f-Bridging .ItemfinnerGallery {
	position: relative;
	border-radius: 22px;
	overflow: hidden;
	transition: .45s;
	height: 100%;
}

.f-Bridging .ItemfinnerGallery:hover {
	transform: translateY(-10px);
}

.f-Bridging .fGalleryImage {
	display: block;
}

.f-Bridging .fGalleryImage img {
	width: 100%;
	height: 490px;
	object-fit: cover;
	display: block;
	transition: .5s;
}

.f-Bridging .ItemfinnerGallery:hover img {
	transform: scale(1.04);
}

.f-Bridging .fGalleryText {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 26px 24px;
	background: linear-gradient(to top,
			rgba(0, 0, 0, .92) 0%,
			rgba(0, 0, 0, .45) 55%,
			transparent 100%);
}

.f-Bridging .issue-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.f-Bridging .issue-info h5 {
	color: #fff;
	margin: 0;
	font-size: 34px;
	font-weight: 500;
}

.f-Bridging .issue-info a {
	color: #d79b37;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	transition: .3s;
}

.f-Bridging .issue-info a:hover {
	color: #fff;
}

.f-Bridging .issue-info i {
	margin-left: 8px;
	font-size: 14px;
}

.f-Bridging .owl-dots {
	margin-top: 35px;
}

.f-Bridging .owl-dot span {
	width: 10px;
	height: 10px;
	background: #555 !important;
}

.f-Bridging .owl-dot.active span {
	width: 34px;
	border-radius: 30px;
	background: #eb5401 !important;
}


/* previous issues */
/*footer*/
 footer#fFooter {
	

/* background: url(https://storage.unitedwebnetwork.com/files/1417/f206dc41b2b644583a9154ec6b73dca8.png); */
background-size: cover;
  
	background-position: right center;
	
	p {
		font-size: 16px;
		font-weight: normal;
		color: white;

		a {
			color: white;
		}
	} 

	 h3 {
		padding: 18px 0px 0 0px;
		font-size: 21px;
		color: white;
		font-weight: 300;
	}

}


.copyright {
	background: var(--brand-color-theme-1);

	p {
		margin: 0;
		padding: 10px;
	}
}

.about-footer {
	h3 {
		padding: 0;
		font-size: 20px;
	}
} */

.f-catagory-highlights {
	background: url(https://storage.unitedwebnetwork.com/files/1417/8cac11d78fa4ddb40815fd973ebadc1b.png) no-repeat;
	background-size: contain;
	position: relative;

	.container {
		h3 {
			padding-bottom: 2rem;
		}

		.ItemfinnerGallery {
			box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
			background-color: white;
			height: 100%;
			border-radius: 10px;
			text-align: center;
			min-height: 360px;
			margin: 0px 0 10px 0;
			border: 1px solid #ccc;

			.owl-dots {
				display: none;
			}

			img {
				display: inline-block;
				width: 100%;
				height: 200px;
				object-fit: cover;
				border-radius: 10px 10px 0 0;
			}

			.fGalleryText {
				margin: 0 10px;

				h5 {
					color: var(--brand-color-theme-1);
					font-size: 1.3rem;
					font-weight: bold;
				}
			}
		}

		p {
			margin-top: 5px;
		}
	}
}

div#fModule-64313 {
	background: white;
}

/*why-advertise*/

.add {
	background: #003734 !important;
}

/*why-advertise*/
/*sponsor*/
.f-advertisement-1 {
	background: url(https://storage.unitedwebnetwork.com/files/1417/c3599f54c95a8854f616d809b8552d8a.png) no-repeat center center;
	background-size: cover;
	padding: 60px !important;

	p {
		width: 400px;
	}
}

.phone-numbers {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.phone-numbers i {
    color: #fff;
}

.phone-numbers a {
    text-decoration: none;
    color: inherit;
}






/*why-add*/

/*briding*/
.f-briding-con {
	.f-media-image {
		img {
			border: 0.8em solid #f4f4f4;
			box-shadow: 0.5em 0.5em 1em #ccc;
		}

	}

	.f-Bridging ul {
		display: flex;
		justify-content: center;
	}

	img {
		border: 0.3em solid #f4f4f4;
		box-shadow: 0.5em 0.5em 1em #ccc;
	}
}


.sponsor-section {
	position: absolute;
	top: 8%;
	width: 100%;
	text-align: center;
	color: white;
	padding: 0 120px 0 120px;
}

.f-sponsor-img {
	img {
		height: 300px;
		object-fit: cover;
		object-position: top;
	}
}

.footer-logo .f-module-content.fModuleContent {
	display: inline-block;
}

.fForm .hint,
.fForm .error {
	font-size: 0.9rem;
	display: block;
	margin-left: 0px;
	margin-top: 11px;
	text-align: left;
}



.f-magazine .f-list-item {
	padding: 12px;
}

.f-magazine .f-list-item:first-child {
	width: 100%;
}

.f-magazine .f-list-item .f-list-item-container {
	height: 100%;
	background-color: white;
	box-shadow: rgba(00, 00, 00, .25) 0 5px 15px;
	border-radius: 15px;
	overflow: hidden;
}

.f-magazine .f-list-item .f-list-item-container .f-list-item-content-text {
	padding: 12px;
}

.f-magazine .f-list-item .f-list-item-container .f-list-item-title>a {
	color: var(--brand-color-theme-2);
	font-size: 1rem;
	font-weight: 700;
}

.f-magazine .f-list-item .f-list-item-container .f-list-item-subtitle {
	font-size: .9rem;
	margin-top: 7px;
	color: #666;
	font-weight: 500;
}

.f-list-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 2rem;
	justify-content: center;
}

.f-list-filter>a {
	display: inline-block;
	width: 30px;
	height: 30px;
	align-content: center;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px solid #dedede;
	border-radius: 500px;
	color: var(--brand-color-theme-2);
	font-weight: 600;
	font-size: .8rem;
}

.f-list-filter>a.selected {
	border-color: var(--brand-color-theme-2);
	background-color: var(--brand-color-theme-2);
	color: white;
}

.f-side-nav-category,
.f-side-recent-updates {
	height: 100%;
	background-color: white;
	box-shadow: rgba(00, 00, 00, .25) 0 5px 15px;
	border-radius: 15px;
	overflow: hidden;
	padding: 12px !important;
	margin-top: 36px;
}

.f-side-nav-category .fModuleTitle h3,
.f-side-recent-updates .fModuleTitle h3 {
	margin-top: 0;
	padding-top: 0;
	font-size: 1.3rem;
	padding-bottom: 0;
	color: var(--brand-color-theme-1);
}

.f-side-nav-category .fMenu {
	display: block;
	margin: 0;
}

.f-side-nav-category .fMenu>li {
	text-align: start;
	display: block;
	margin-bottom: 7px;
}

.f-side-nav-category .fMenu>li>a {
	color: #000;
	display: block;
	position: relative;
	font-size: .9rem;
}

.f-side-nav-category .fMenu>li>a>span {
	font-weight: normal;
	padding-left: 2px;
}

.f-side-nav-category .fMenu>li>a::before {
	content: "\F5AF";
	display: inline-block;
	font-family: bootstrap-icons;
	transform: scaleX(-1);
	position: relative;
	top: 4px;
	color: var(--brand-color-theme-2);
	font-size: 1.2rem;
}

.content-type-45948 #fMatter {
	overflow: hidden;
	padding-top: 36px;
}

.content-type-45948 #fMatter .f-content-image img {
	border-radius: 15px;
}

.content-type-45948 .f-side-nav-category,
.content-type-45948 .f-side-recent-updates {
	box-shadow: none;
	border: 1px solid #dedede;
	background-color: #f7f7f7;
}

.content-type-45948 .f-side-recent-updates {
	margin-top: 24px;
}

.content-type-45948 #fMatter .f-content-text {
	text-align: justify;
}

.content-type-45948 #fMatter .f-content-text ul,
.content-type-45948 #fMatter .f-content-text ol {
	margin: 0;
	padding: 0;

}

.content-type-45948 #fMatter .f-content-text ul>li {
	margin-left: 16px;
}

.content-type-45948 #fMatter .f-content-text ol>li {
	margin-left: 18px;
}

.content-type-45948 #fMatter .f-content-text h2 {
	font-size: 2.2rem;
	color: var(--brand-color-theme-1);
}

.content-type-45948 #fMatter .f-content-text h3 {
	color: var(--brand-color-theme-2);
	font-size: 1.7rem;
}

.content-type-45948 .f-side-recent-updates .f-list-item-title>a {
	color: var(--brand-color-theme-6);
	font-size: .9rem;
	font-weight: 600;
}

.content-type-45948 .f-side-recent-updates .f-list-item-subtitle {
	font-size: .8rem;
	color: #666;
	margin-top: 4px;
}

.content-type-45948 .f-side-recent-updates .f-list-item .f-list-item-container {
	border-bottom: 1px solid #dedede;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.content-type-45948 .f-side-recent-updates .f-list-item .f-list-item-container .f-list-item-button>a {
	font-size: .8rem;
	color: var(--brand-color-theme-1);
	text-decoration: underline;
	display: inline-block;
	margin-bottom: 7px;
}

.content-type-45948 .f-side-recent-updates .f-list-item:last-child .f-list-item-container {
	border-bottom: 0;
	margin-bottom: 0;
}

.content-type-45948 .fPageTitle {
	text-align: center;
}

.content-type-45948 .fPageTitle #heading {
	display: inline-block;
	width: 700px;
	max-width: 100%;
}

.content-type-45948 .fPageTitle #heading .heading-small {
	display: none;
}

.f-contact-text .fModuleTitle h3 span {
	display: block;
	font-size: 1.7rem;
}

.f-contact-text .fModuleTitle h3 {
	padding-bottom: 0;
}

.f-contact-image .ItemfinnerGallery {
	height: 100%;
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 10px;
	margin-bottom: 24px;
}

.f-contact-image .ItemfinnerGallery .fGalleryImage {
	display: inline-block;
	height: 100px;
	padding: 7px;
	border-radius: 500px;
	border: 1px solid var(--brand-color-theme-1);
}

.f-contact-image .ItemfinnerGallery .fGalleryImage img {
	border-radius: 500px;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.f-contact-image .ItemfinnerGallery .fGalleryText h3 {
	margin: 0;
	line-height: 1.1em;
}

.f-contact-image .ItemfinnerGallery .fGalleryText h3>a {

	font-size: 1.4rem;
	font-family: var(--brand-font-family-body);
	color: var(--brand-color-theme-2);
	line-height: 1.1em;
}

.f-contact-image .ItemfinnerGallery .fGalleryText p {
	margin: 5px 0 0 0;

	a {
		color: #000;
		font-size: 1rem;

		&:hover {
			color: var(--brand-color-theme-1);
			text-decoration: underline;
		}
	}
}

/* ----magazin----- */

/* 
.f-newmagazine {
	position: relative;
	overflow: hidden;
	background: linear-gradient(90deg, #f3f3f3 32%, #1f5d39 32%);

}

.f-newmagazine::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .03) 25%, transparent 25%) 0 0/220px 220px,
		linear-gradient(315deg, rgba(255, 255, 255, .03) 25%, transparent 25%) 0 0/220px 220px;
	pointer-events: none;
}

.f-newmagazine .container {
	position: relative;
	z-index: 2;
}

.f-newmagazine .f-media {
	display: grid;
	grid-template-columns: 420px 1fr;
	gap: 80px;
	align-items: center;
}

.f-newmagazine .f-media-image {
	text-align: center;
}

.f-newmagazine .f-media-image img {
	width: 100%;
	max-width: 450px;
	box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
	transition: .4s;
	margin-top: 50px;
}

.f-newmagazine .f-media-image img:hover {
	transform: translateY(-8px);
}

.f-newmagazine .f-media-text {
	color: #fff;
}



.f-newmagazine .f-media-text h3 {

	line-height: 1.15;
	color: #fff;

	margin-bottom: 35px;
}

.f-newmagazine .f-media-text h3 span {
	display: block;
	font-weight: 600;
	color: #fff !important;
}



.f-newmagazine .f-media-text p {

	line-height: 1.9;

}


@media(max-width:991px) {

	.f-newmagazine {
		background: #1f5d39;
		padding: 60px 0;
	}

	.f-newmagazine .f-media {
		grid-template-columns: 1fr;
		gap: 40px;
		text-align: center;
	}

	.f-newmagazine .f-media-image img {
		max-width: 320px;
	}

	.f-newmagazine .f-media-text h3 {
		font-size: 42px;
	}

	.f-newmagazine .f-media-text h3::after {
		display: flex;
		margin: 25px auto 0;
	}

}

@media(max-width:575px) {

	.f-newmagazine .f-media-text h3 {
		font-size: 32px;
	}

	.f-newmagazine .f-media-text p {
		font-size: 16px;
	}

	.f-newmagazine .f-media-image img {
		max-width: 260px;
	}

} */

/* ----magazin----- */


.f-sponsorshipabout{
    position:relative;
    padding:20px 60px;
    margin-top:50px;
    overflow:hidden;
    background:
        radial-gradient(circle at top left,rgba(235,84,1,.08),transparent 35%),
        radial-gradient(circle at bottom right,rgba(1,106,102,.10),transparent 35%),
        #fafaf8;
}

.f-sponsorshipabout::before{
    content:"";
    position:absolute;
    inset:0;
    background:url("https://www.transparenttextures.com/patterns/arabesque.png");
    opacity:.08;
    pointer-events:none;
    z-index:0;
}

.fSponsorBox{
    position:relative;
    z-index:2;
}

.fTag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(235,84,1,.12);
    color:var(--brand-color-theme-1);
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
   
}

.f-sponsorshipabout h2{
    line-height:1.2;
    margin-bottom:30px;
    color:#222;
}

.f-sponsorshipabout h2 span{
    color:var(--brand-color-theme-1) !important;
}

.f-sponsorshipabout p{
    line-height:1.9;
    color:#555;
    margin-bottom:22px;
}

/* Button */

.f-sponsorshipabout .fButton{
    display:inline-block;
    position:relative;
    z-index:10;
}

/* Decorative Circle */

.f-sponsorshipabout::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(1,106,102,.06);
    right:-100px;
    bottom:-100px;
    z-index:-1;
    pointer-events:none;
}
.f-sponsorshipabout .fButton {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 34px;
    background: var(--brand-color-theme-1);
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    transition: .35s;
}
.f-sponsorshipabout .fButton:hover {
    background: var(--brand-color-theme-2);
    color: #fff;
    transform: translateY(-3px);
}


.f-main-subscribe {
    position: relative;
  background: var(--brand-color-theme-6);
    overflow: hidden;
   
}

/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/

@media(min-width:991.9px) {
	.f-header-logo {
		width: fit-content;
	}

	.f-header-logo .fGalleryImage img {
		max-height: 70px;
		width: auto;
	}

	.main-menu .fMenu {
		display: flex;
		justify-content: end;
		align-items: center;
	}

	.main-menu .fMenu>li {
		padding: 0px 5px;
		position: relative;
	}

	.main-menu .fMenu>li.has-submenu,
	.main-menu .fMenu>li.has-submenu:last-child {
		padding-right: 18px;
	}

	.main-menu .fMenu>li>a {
		color: black;
		position: relative;
		font-weight: 400;
		font-size: 0.9rem;

		span {
			font-weight: 600;
			color: var(--brand-color-theme-2);
		}
	}

	.main-menu .fMenu>li:last-child {
		padding-right: 0;
	}

	.main-menu .fMenu>li>ul {
		position: absolute;
		text-align: left;
		top: 2.8rem;
		left: 7px;
		background-color: white;
		visibility: hidden;
		width: 210px;
		opacity: 0;
		z-index: -1;
		box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
		transform: scaleY(0);
		transform-origin: top center;
		transition: all 0.4s ease 0s;
		padding: 0;
		border: 1px solid #ccc;
	}

	.main-menu .fMenu>li:last-child>ul,
	.main-menu .fMenu>li:nth-last-child(2)>ul {
		left: unset;
		right: 0;
	}

	.main-menu .fMenu>li.has-submenu>a {
		position: static;
	}

	.main-menu .fMenu>li.has-submenu>a::before {
		content: "\f107";
		font-family: "FontAwesome";
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
		font-size: .8rem;
	}

	.main-menu .fMenu>li>ul::before {
		content: "";
		position: absolute;
		left: 0;
		height: 2.3rem;
		width: 100%;
		top: -2rem;
		background-color: transparent;
	}

	.main-menu .fMenu>li:hover>ul {
		visibility: visible;
		opacity: 1;
		transform: scaleY(1);
		z-index: 9;
		border: none;
	}

	.main-menu .fMenu>li>ul>li {
		display: block;
		margin: 0 0;
		padding: 0px 0px;
	}

	.main-menu .fMenu>li>ul>li>a {
		font-size: 1rem;
		line-height: 1.2em;
		color: var(--brand-color-theme-1);
		padding: .7rem 1rem;
		display: block;
		border-bottom: 1px solid #dedede;
	}

	.main-menu .fMenu>li>ul>li>a:hover {
		color: black;
	}

	.main-menu .fMenu>li>ul>li:last-child>a {
		border-bottom: 0;
	}

	/* header .main-menu {
		width: fit-content;
	} */


}

/*xl*/

@media (max-width: 1399px) {
	html {
		font-size: 16px;
	}
}

@media(max-width:1280.99px) {
	.f-card-design-1 .fGalleryItem .ItemfinnerGallery {
		aspect-ratio: 1 / .9;
		background: var(--brand-color-theme-5) !important;
		padding: 20px;
	}

	.f-card-design-1 .fGalleryItem .ItemfinnerGallery .fGalleryText h3 {
		font-size: 1.05rem;
	}
}

/*lg*/

@media (max-width: 1199px) {
	html {
		font-size: 16px;
	}

	

	.venue-address h3 {
		text-align: center;
	}

	.supported {
		padding-bottom: 0 !important;
	}

	.first {
		padding-top: 20px !important;
	}

	.past-events-custom p {
		text-align: justify;
	}

	.f-custom-fans {
		padding-block: 0 !important;
	}

	.f-custom-fans p {
		text-align: justify;
		margin: 0;
	}

	.f-text-exhibitor p {
		text-align: justify;
	}

	.f-photo-venue p {
		text-align: justify;
	}

	.f-dates-top .d-flex.justify-content-center {
		position: inherit;
	}

	.f-general-information .f-media-text .row.g-4.mt-3 {
		justify-content: center;
	}

	.f-general-information ul.list-unstyled {
		display: flex;
		justify-content: center;
	}

	.f-general-information ul.list-unstyled {
		display: flex;
		justify-content: space-between;
		margin: 0;
		text-align: center;
	}

	.past-events-custom p {
		text-align: justify;
	}

	.f-accommodation {
		padding-top: 0 !important;
	}
}

@media (max-width: 1024px) {
	.fRegion.region-header .row {
		flex-wrap: nowrap;
	}

	.logo-header {
		display: block;
		width: auto;
	}

	.main-menu .fMenu>li>a {
		font-size: 0.8rem;
	}

	#fFooter img {
		width: 80px;
	}

}

@media(max-width: 991.9px) {
	html {
		font-size: 15px;
	}

	.row.w-100 {
		--bs-gutter-x: 0;
	}

	.fHeader .navbar-header {
		margin: 0;
	}

	.fHeader .navbar-header .row.row-0 {
		margin: 0 15px;
	}

	.navbar-header .navbar-toggler {
		display: block;
	}

	.navbar-collapse.collapse.show {
		display: block;
	}

	.region-header,
	.region-headertop {
		display: inline-block;
		width: 100%;
	}

	.region-header .fModule,
	.region-headertop .fModule {
		display: block;
		width: 100%;
	}

	.row.w-100 {
		--bs-gutter-x: 0;
	}

	/*** Programme ***/
	.session-container th {
		font-size: 0px;
	}

	.session-container th select {
		font-size: 1rem;
	}

	tr.session-row {
		border: 1px solid var(--brand-color-theme-1);
		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;
	}

	.session-container {
		border: 0;
	}

	body .session-container th {
		display: none;
	}

	.navbar-toggle .icon-bar {
		background-color: black;
	}

	.main-menu {
		position: static !important;
	}

	.main-menu nav {
		left: 53%;
		transform: translateX(-50%);
		top: 4.5em;
		height: fit-content;
		background-color: #eb5401;
		width: 95%;
		padding: 0;
		z-index: 9999999;
	}

	.main-menu nav ul {
		margin: 0;
		display: block;
	}

	.main-menu nav ul.fMenu>li>a {
		display: block;
		padding: .6rem 1rem;
		color: white;
		border-bottom: 1px solid #dedede4e;
		position: relative;
		background-color: var(--brand-color-theme-1);
		width: 100%;
	}

	.main-menu nav ul.fMenu>li:last-child>a {
		border-bottom: 0;
	}

	.main-menu nav ul.fMenu>li.has-submenu>a::after {
		content: "\f107";
		font-family: "FontAwesome";
		position: absolute;
		right: 1rem;
		top: 50%;
		transform: translateY(-50%);
		color: white;
	}

	.main-menu nav ul.fMenu>li.has-submenu>ul {
		position: relative;
		padding: 7px;
		background-color: var(--brand-color-theme-1);
		display: none;
	}

	.main-menu nav ul.fMenu>li.has-submenu>ul>li>a {
		padding: .6rem 1rem;
		color: white;
		border-bottom: 1px solid #dedede4e;
		position: relative;
		background-color: #000;
		display: block;
	}

	.social ul.fMenu {
		display: none;
	}

	.f-photo-with-custom-text .fModuleTitle {
		display: block;
	}

	.f-photo-with-custom-text .fModuleContent .fModuleTitle {
		display: none;
	}

	.f-welcome-message div.f-media-image {
		float: unset;
		margin: 0 auto 10px auto;
	}

	.f-header-logo .fGalleryImage img {
		max-height: 65px;
	}

	.f-footer-menu {
		order: 2;
	}

	.f-banner-home {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}

	#fFooter .venue-address {
		text-align: left;
	}

	.f-important-dates-new {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.first .f-list-item {
		margin-bottom: 20px;
	}

	.fPageTitle {
		margin-bottom: 20px;
	}

	table.table.table-responsive th {
		text-align: center;
	}

	.f-text-sponsor h4 {
		margin-top: 0;
	}

	.f-text-sponsor {
		padding-bottom: 0;
	}

	.footer-logo {
		display: inline-block;
	}

	.footer-logo img {
		display: block;
	}

	.f-banner-home .fGalleryText h5 {
		margin: 1rem auto;
		font-size: 1rem;
	}

	.f-banner-home .fGalleryText .date {
		font-size: 1rem;
		display: block;
	}

	.f-banner-home .fGalleryText h3 {
		font-size: 5.6vw;
	}

	.f-header-logo img {
		width: 90px;
	}

	header.fHeader {
		background: var(--brand-color-theme-1);
	}

	.fRegion.region-header>.row {
		justify-content: right;
	}

	footer#fFooter {
		text-align: center;
	}

	.main-menu {
		position: absolute !important;
		top: 8px;
		display: inline-block;
		width: auto;
		right: 12px;
	}

	.fRegion.region-header>.row {
		justify-content: space-between;
	}

	.social {
		display: none;
	}

	.f-about .f-media-image img {
		height: auto;
	}

	.f-photo-why .f-media-image img {
		height: auto;
	}

	.f-about {
		padding: 0;
	}

	#fMatter .fModule,
	#fSidebarRight .fModule,
	#fContentPre .fModule,
	#fContentPost .fModule {
		padding-bottom: 1rem;
	}

	.adver-icon {
		& ul {
			li {
				width: 100%;
			}
		}

	}

	.title-center .fModuleTitle h3 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.f-catagory .ItemfinnerGallery {
		padding: 10px;
	}

	.fs-1 {
		font-size: 2.6rem !important;
		line-height: 40px;
	}

	/* 
	.f-banner-home .fGalleryText .container hr {
		margin: 0 auto;
	} */

	.f-banner-home .fGalleryText .container {
		text-align: center;
	}
	   footer#fFooter .region-footer > .row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 40px;
    }

    .footer-logo,
    .about-footer,
    .footer-col {
        width: 100%;
        text-align: center;
    }

    .footer-logo img {
        margin: 0 auto 25px;
        display: block;
    }

    .social-icons {
        justify-content: center;
    }

    footer#fFooter .fModuleTitle {
        text-align: center;
    }

    footer#fFooter ul {
        text-align: center;
    }

    footer#fFooter ul li {
        text-align: center;
    }

    footer#fFooter ul li a:hover {
        padding-left: 0;
    }

    .footer-col.contact p {
        text-align: center;
    }

    .footer-col.contact a {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 10px;
    }

    .footer-col.contact i {
        margin: 0 auto;
    }

    .footer-full p {
        text-align: center;
        padding: 12px 15px;
    }
		.f-banner-home .fGalleryImage img {
		height: 550px;
	}

	.f-banner-home .fGalleryText {
		padding: 60px 0;
	}

	.f-banner-home .fGalleryText h1 {
		font-size: 3rem;
	}

	.f-banner-home .fGalleryText h1 span {
		font-size: 1.6rem;
	}
	
	.f-about .f-media {
		gap: 30px;
	}

	.f-about .f-media-text {
		padding-left: 0;
		
	}

	.f-about .f-media-image img {
		height: 420px;
	}

	.f-about h3 {
		font-size: 2.8rem;
	}
	
	

	.f-sponsorbecome .f-media-text {
		padding-right: 15px;
		margin-bottom: 40px;
	}

	.f-sponsorbecome .f-media-image {
		text-align: center;
	}

	.f-sponsorbecome .f-media-image img {
		height: 380px;
	}


	    .f-photo-why .f-media-image img{
        min-height:420px;
    }

    .f-photo-why .f-media-text{
        padding:45px 30px;
    }


    .f-photo-why .advertise-list{
        grid-template-columns:1fr;
    }
	.f-feature .fGalleryImage img {
		height: 380px;
	}


  .phone-numbers {
        justify-content: center;
        text-align: center;
		display: block;
    }
		.magazine {
		padding: 70px 0;
	}

	/* .magazine .row {
		flex-direction: column-reverse;
	} */

	.magazine .f-media-text {
		padding-right: 0;
		margin-top: 50px;
		text-align: center;
	}



	.magazine p {
	
		max-width: 100%;
	}

	.magazine .f-media-text>p:last-child {
		justify-content: center;
	}

	.magazine .f-media-image {
		text-align: center;
	}

	.magazine .f-media-image::before {
		width: 90%;
		left: 50%;
		right: auto;
		transform: translate(-50%, -50%);
	}

	.magazine .f-media-image img {
		width: 90%;
	}
		.f-Bridging {
		padding: 70px 0;
	}

	

	.f-Bridging .fGalleryImage img {
		height: 500px;
	}

	.fSponsorBox{
    padding:50px 35px;
}

.fSponsorBox h2{
    font-size:38px;
}
}

/*sm*/

@media (max-width: 767px) {
	html {
		font-size: 14px;
	}

	.stories-arrow {
		text-align: left;
	}
	    footer#fFooter .region-footer > .row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 30px;
    }

    .footer-logo,
    .about-footer,
    .footer-col {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .footer-logo img {
        display: block;
        margin: 0 auto 20px;
    }

    .follow-title,
    footer#fFooter .fModuleTitle,
    footer#fFooter .fModuleTitle h3 {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
        align-items: center;
    }

    footer#fFooter ul {
        text-align: center;
    }

    footer#fFooter ul li {
        text-align: center;
    }

    footer#fFooter ul li a:hover {
        padding-left: 0;
    }

    .footer-col.contact {
        text-align: center;
    }

    .footer-col.contact p {
        text-align: center;
    }

    .footer-col.contact a {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .footer-col.contact i {
        margin: 0 auto;
    }

    .footer-full p {
        text-align: center;
        padding: 12px 15px;
    }
		.f-banner-home .fGalleryImage img {
		height: 500px;
	}

	.f-banner-home .fGalleryText {
		justify-content: center;
		text-align: center;
		background: rgba(255, 255, 255, .92);
	}

	.f-banner-home .fGalleryText hr {
		margin: 20px auto !important;
	}

	.f-banner-home .fGalleryText .container>div {
		max-width: 100%;
	}

	.f-banner-home .fGalleryText .d-flex {
		justify-content: center;
	}

	.f-banner-home .fButton {
		width: 100%;
		min-width: unset;
	}

	.f-banner-home .fGalleryText h1 {
		font-size: 2.3rem;
	}
		.f-about .f-media-image img {
		height: 320px;
		border-radius: 20px;
	}

	.f-about h3 {
		font-size: 2.1rem;
	}

	.f-about p {
		font-size: 1rem;
	}

	.f-about .fButton {
		width: 100%;
		justify-content: center;
	}
	
    .f-newfeauter .f-media-image img{
        height:340px;
    }

    .f-newfeauter .fFeatures{
        grid-template-columns:repeat(2,1fr);
    }

    .f-newfeauter .fFeatureItem:nth-child(2)::after{
        display:none;
    }
	.f-catagory-featured .ItemfinnerGallery {
		flex-direction: column;
		align-items: flex-start;
	}

	.f-catagory-featured .fGalleryImage {
		width: 100%;
		height: 220px;
	}

	.f-catagory-featured .fButton {
		font-size: 18px;
	}
	
    .f-newfeauter .f-media-image{
        border-radius:35px 10px 10px 10px;
    }

    .f-newfeauter .f-media-image img{
        height:250px;
    }

    .f-newfeauter .f-media-text{
        max-width:95%;
        margin-top:-35px;
    }

    .f-newfeauter .fFeatures{
        grid-template-columns:1fr;
    }

    .f-newfeauter .fFeatureItem::after{
        display:none;
    }

    .f-newfeauter .fFeatureItem{
        border-bottom:1px solid #eee;
    }

    .f-newfeauter .fFeatureItem:last-child{
        border-bottom:none;
    }
	   .f-catagory .ItemfinnerGallery{
        padding:18px;
        gap:16px;
        min-height:auto;
    }

    .f-catagory .fGalleryImage img{
        width:48px;
        height:48px;
    }

  
	 .f-photo-why .f-media{
        border-radius:20px;
    }

    .f-photo-why .f-media-image img{
        min-height:280px;
    }

    .f-photo-why .f-media-text{
        padding:35px 20px;
    }

   

    .f-photo-why .advertise-item{
        gap:15px;
    }

    .f-photo-why .icon{
        width:50px;
        height:50px;
    }
	.f-feature .fGalleryImage img {
		height: 240px;
	}

	

	.f-feature .events {
		letter-spacing: 2px;
	}
	    .phone-numbers {
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
	.f-sponsorshipabout{
    padding:70px 0;
}

.fSponsorBox{
    padding:35px 25px;
    border-radius:20px;
}





.fButton{
    width:100%;
}

}



@media (max-width: 575px) {
    .phone-numbers {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .phone-numbers a {
        display: block;
    }
	

	.magazine h5 {
		letter-spacing: 3px;
	}

	
	.magazine .fButton {
		width: 100%;
		justify-content: center;
	}
	.f-Bridging .fModuleTitle {
		display: block;
	}



	.f-Bridging .fGalleryImage img {
		height: 420px;
	}



	.f-Bridging .issue-info a {
		font-size: 15px;
	}
	 .f-sponsorshipabout{
        padding:20px;
    }
}
@media(max-width:399.9px) {
	.f-contact-image .ItemfinnerGallery {
		display: block;

	}

	.f-contact-image .ItemfinnerGallery .fGalleryImage {
		width: 100px;
	}
}