/*================================================
Custome__Css
=================================================*/
body {
	padding: 0;
	margin: 0;
	font-family: 'General Sans';
	font-size: 16px !important;
	line-height: 23px !important;
	/* 	overflow: hidden !important;
	overflow-y: auto !important; */
	background-color: #f9f9f9 ;
	-webkit-font-smoothing: antialiased;
}
.header_fix {
    background: #fff;
}

/*==================== theme-color========================*/

:root {
	--h2: 40px;
	--l-height: 50px;
}

.bg {
	background-color: #EFF1ED;
}

.bg_blue{
	background:#2d4181;
}

/* End-color */
p {
	font-size: 16px !important;
	line-height: 30px !important;
	margin: var(--margins);
	font-weight:400;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
}
.pb0{
	padding-bottom:0px;
}
a {
	text-decoration: none !important;
	transition: all 0.5s;
	font-family: 'General Sans';
	-webkit-font-smoothing: antialiased;
}

ul {
	list-style: none;
	margin: var(--margins);
	padding: var(--paddings);
}

h2 {
	font-size: var(--h2);
	line-height: var(--l-height);
	font-weight: 500;
	margin-bottom: 0;
}

h1,
h3,
h2,
h4,
h5,
h6 {
	font-family: 'General Sans';  -webkit-font-smoothing: antialiased;
}

button:focus {
	outline: none;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}
.bg_white{
	background-color:#ffffff !important;
}
.p_100 {
	padding: 100px 0;
	width: 100%;
	position: relative;
}
.pt0{
	padding-top: 0 !important;
}
.pb0{
	padding-bottom: 0 !important; 
}
header.navik-header {
	position: absolute;
	z-index: 99;
}

.main_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav.navik-menu.menu-caret.submenu-top-border {
	text-align: center;
	width: 100%;
}

/* .header_top {
width: 85%;
} */
.logo {
	width: 15%;
	/* 	border-right: 1px solid #000000; */
	padding: 12px 0 !important;
}
.navik-header.header-shadow.navik-mega-menu.mega-menu-fullwidth.viewport-lg {
	border-bottom: 1px solid #000000;
}
/* .page-id-7 .navik-header:hover {
background:#2d4181
}
.page-id-7 .navik-header.header-shadow.navik-mega-menu.mega-menu-fullwidth.viewport-lg {
border-bottom: 1px solid #8E8E8E;
} */
.second_header ul li svg path {
	fill: #000000;
}
/* .navik-header:hover  .second_header ul li svg path {
fill: #000000;
} */
.second_header ul li svg {
	width: 16px;
}
/* .navik-header:hover .navik-menu>ul>li>a{
color:#000000;
} */
.second_header {
	/* 	border-bottom:1px solid #8E8E8E; */
	margin-bottom: 24px;
	position: relative;
}
.second_header ul li {
	padding-bottom: 0px;
}
/* .second_header::before {
content: '';
position: absolute;
bottom: -1px;
left: 0;
height: 0.2px;
width: 109%;
background: #ffffff;
} */
/* .page-id-7 .second_header::before{
background: #8E8E8E;
} */
.second_header ul {
	display: flex;
	justify-content: flex-end;
	column-gap: 20px;
	margin: 0 !important;
	position: relative;
	top: -20px;
}
.navik-header.header-shadow.navik-mega-menu.mega-menu-fullwidth.viewport-lg .container-fluid {
	padding: 0px 100px;
}

/* .page-id-7 .navik-header.header-shadow.navik-mega-menu.mega-menu-fullwidth.viewport-lg:hover {
border-color: #ffffff;
}

.page-id-7 .navik-header .logo{
border-color:#8E8E8E;
}
.page-id-7 .navik-header:hover .logo{
border-color:#ffffff;
}
.page-id-7 .navik-header:hover .second_header::before{
background: #ffffff;
} */
.hero_content p {
	font-size: 24px !important;
	color: #ffffff;
}
.hero_content {
	background: #2d4181;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 50px;
	width: 45%;
	height: 340px;
}

.hero_content h3 {
	font-size: 36px;
	width: 70%;
	line-height: 46px;
	color: #ffffff;
	margin-bottom: 0;
}

.owl-dots button {
	display: block;
	width: 10px;
	height: 10px;
	background: white !important;
	border-radius: 100%;
}

.hero_section .owl-dots {
	position: absolute;
	bottom: 6%;
	right: 14%;
	display: flex;
	column-gap: 10px;
}
button.owl-dot.active {
	background: #f39430 !important;
}

.common_heading h2 {
	font-size: 32px;
	line-height: 42px;
	font-weight: 600;
	margin-bottom: 0;
	color: #000000;
}

.second_home_section .common_heading {
	border-top: 1px solid #DDDEE0;
	padding-top: 24px;
	margin-bottom: 48px;
	width: 100%;
}

.left_content {
	padding: 48px;
	background: #ffffff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
	width: 90%;
}
.left_content ul li:last-child {
	margin: 0;
	border: none;
	padding: 0;
}

.left_content ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D3D3D3;
}
.left_content ul li a {
	font-family: 'General Sans';
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #000000;
}

.left_content ul {
	height: 330px;
	overflow-y: auto;
	margin-right: 0px;
	padding-right: 22px;
}

.left_content ul::-webkit-scrollbar-thumb {
	background: #2d4181;
	border-radius: 10px;
}
.left_content ul::-webkit-scrollbar {
	width: 7px;
	background: #cccccc;
	color: #008BD2;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}


.common_heading a {
	display: flex;
	align-items: center;
	column-gap: 10px;
	text-decoration: underline !important;
	font-family: 'General Sans';
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #2D4181;
	text-underline-offset: 5px;
}

.common_heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.events_gird {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 250px;
	grid-auto-flow: dense;
	margin: 0px auto;
}
.events_image img {
	width: 100%;
}


.events_content span {
	font-family: 'General Sans';
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 8px;
	display: block;
	color: #2D4181;
}
.events_content h2 {
	font-family: 'General Sans';
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #ffffff;
	margin-top: 0;
	text-align: center;
}

.events_content {
	padding: 15px 5px;
	text-align: center;
	background: #2d4181;
	width: 97%;
	margin: -25px auto 0;
	position: relative;
}
section.hero_section .row {
	row-gap: 30px;
}
.carousel-inner h4 {
	background: #2d4181;
	padding: 14px;
	margin-bottom: 0;
	font-size: 13px;
	text-align: center;
	font-weight: 600;
	color: #ffffff;
}
/* .new_colord .row .col-md-4:nth-child(even) .events_content {
background: #005e60;
} */
.new_colord .row{
	justify-content:center;
}
.second_home_section .row {
	row-gap: 30px;
}
.new_dev_work {
	padding: 20px;
	height: 100%;
}
.new_dev_work .news_content_left {
	width: 100%;
	margin-bottom:0px
}
.new_dev_work .new_home_left.hover_image_common {
	padding-bottom: 30px;
	margin-bottom: 28px;
}
.new_dev_work p {
	font-weight: 300;
	margin-top: 20px;
	width: 80%;
}
.new_dev_work .new_home_left.hover_image_common:last-child{
	padding-bottom:0;
}
section.p_100.pt0.home_news_section.second_home_section.third_section_home {
	padding-bottom: 0;
}
.flat_image.hover_image_common .home_video_right {
	padding: 0;
}
.events_item:hover .events_content h2 {
	color: #f39430;
}
.upcoming_wrapper a {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
	padding: 24px;
	height: 400px;
	background: #2d4181;
	justify-content: normal;
}
.upcoming_wrapper h2 {
	font-weight: 300;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
}

.upcoming_wrapper:hover a {
	background: #2d4181;
}
.upcoming_wrapper:hover a h2 {
	color: #ffffff;
}
.button_new h5 {
	font-size: 18px;
	line-height: 20px;
	border-bottom: 1px solid;
	padding-bottom: 2px;
}
.button_new i {
	margin-left: 11px;
}
.button_new {
	align-items: center;
	column-gap: 0;
	font-family: 'General Sans';
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	text-align: left;
	color: #2D4181;
	display: flex;
}
.new_dev_work .new_home_left.hover_image_common:hover h2 {
	color: #2D4181;
}
.upcoming_wrapper:hover a p {
	opacity: 0;
	visibility: hidden;
}
.upcoming_wrapper:hover a h6 {
	opacity: 0;
	visibility: hidden;
}
.upcoming_wrapper h6 {
	text-decoration: underline !important;
	font-family: 'General Sans';
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #ffffff;
	text-underline-offset: 5px;
	margin-bottom: 0;
}
.upcoming_wrapper:hover a h2 {
	opacity: 0;
	visibility: hidden;
}
.upcomong_image img {
	width: 100%;
	/* 	height: 250px; */
	/* 	object-fit: cover; */
}
.upcoming_wrapper {
	position: relative;
}
.upcomong_image {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.upcoming_wrapper:hover .upcomong_image {
	opacity: 1;
	visibility: visible;
}

.report_content {
	background: #2d4181;
	padding: 50px 50px 50px 150px;
	width: 95%;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 40px;
}
.reporst_items {
	position: relative;
}
.repoet_image {
	position: absolute;
	bottom: -20px;
	width: 31%;
}

.report-slider .owl-stage-outer {
	padding-bottom: 100px !important;
}

.report_content h3 {
	font-family: 'General Sans';
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #ffffff;
}

.report_content a:nth-child(2) svg path {
	fill: #ffffff;
}

.report_content a:nth-child(2) {
	color: #ffffff;
	text-underline-offset: 6px;
	display: flex;
	align-items: center;
	column-gap: 10px;
	text-decoration: underline !important;
	font-family: 'General Sans';
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
}

.new_image img {
	width: 100%;
}

.news_content {
	/* 	background: #2d4181; */
	padding: 40px;
}
.new_home {
	height: 100%;
	background: #2d4181;
}
.title h6 {
	font-family: 'General Sans';
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	text-align: left;
	color: #ffffff;
}
.title {
	margin-bottom: 60px;
}
.new_home {
	height: 100%;
	background: #2d4181;
}
.title span{
	display: inline-block;
	margin-right: 4px;
}
.news_content h5 {
	font-size: 16px;
	border-bottom: 1px solid #ffffff;
	display: inline-block !important;
	margin-bottom: 0;
	padding-bottom: 3px;
	color: #ffffff;
}

.home_news_section .row .col-md-6 {
	padding: 0;
}

.news_content h2 {
	font-family: 'General Sans';
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	text-align: left;
	color: #ffffff;
}

.new_home_left a {
	display: flex;
	column-gap: 30px;
	align-items: center;
}
.news_content_left h6 {
	color: #2D4181;
}

.news_content_left h2 {
	font-family: 'General Sans';
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	text-align: left;
	color: #000000;
}
.news_content_left {
	width: 70%;
}
.new_home_left {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 32px;
}

.recent_home_wrapper .new_image img {
	height: 149px;
	object-fit: cover;
}
.recent_home_wrapper .new_image {
	width: 30%;
}
.recent_home_wrapper {
	padding: 40px;
	background: #ffffff;
	height: 100%;
}

.news_content_left .title {
	margin-bottom: 0;
}
.recent_home_wrapper .new_home_left:last-child {
	margin-bottom: 0;
	border: none;
}
.flat_image {
	margin-top: 100px;
}
.flat_image img {
	width: 100%;
}

footer.p_100.footer_aera {
	background: #181818;
	padding-bottom: 50px;
}
.second_header.footer_icon:before{
	display: none;
}

.second_header.footer_icon {
	margin-bottom: 0;
	margin-top: 30px;
}

.second_header.footer_icon ul {
	justify-content: flex-start;
	margin-bottom: 0 !important;
}

.footer_wrapper h2 {
	font-family: 'General Sans';
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	text-align: left;
	margin-bottom: 20px;
	color: #ffffff;
}
.footer_wrapper ul li a {
	font-family: 'General Sans';
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	text-align: left;
	color: #E6E6E6;
	margin-bottom: 8px;
	display: inline-block;
}

.footer_add p {
	font-family: 'General Sans';
	font-size: 17px !important;
	font-weight: 300;
	line-height: 36px !important;
	text-align: left;
	color: #E6E6E6;
	margin-bottom: 20px;
}
.copy p {
	font-family: 'General Sans';
	font-size: 17px !important;
	font-weight: 300;
	line-height: 36px !important;
	text-align: left;
	color: #E6E6E6;
}
.copy {
	border-top: 1px solid #ffffff;
	margin-top: 50px;
	padding-top: 50px;
}

.copy p a {
	color: #f39430;
	font-weight: 600;
}
.copy {
	border-top: 1px solid #ffffff;
	margin-top: 50px;
	padding-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



section.breadcum__main img {
	width: 100%;
	height:100%;
	object-fit:cover;
}

.bread-url h1 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 0;
	background: #2d4181d6;
	padding: 10px;
	display: inline-block;
}
section.breadcum__main .row {
	flex-wrap: inherit;
	align-items: flex-end;
}
.banner_inner img {
	width: 100%;
}
.new_bradcum {
	position: absolute;
	bottom: 0;
	transform: translateY(-50%);
	width: 51%;
}
/* section.breadcum__main::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0000003d;
} */
.flex_auto{
	width:auto;
}
.bread_url_new ul li a span {
	display: inline-block;
	margin-left: 10px;
}
.bread_url_new ul li {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}
.bread_url_new ul {
	display: flex;
	column-gap: 20px;
}
.bread_url_new {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}
/* section.breadcum__main::before {
content: '';
position: absolute;
top: 0;
left: 0;
background: #0000005c;
height: 100%;
width: 100%;
} */
.bread_url_new ul li a {
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline !important;
	display: inline-block;
	text-underline-offset: 0.2em;
}
.inner_heading h2 {
	font-size: 32px;
	line-height: 46px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #000000;
	width: 90%;
}
.fac_image {
	margin-top: 10px;
}
.fac_image img {
	width: 100%;
}
.fac_agllery {
	border-top: 1px solid #cccccc;
	margin-top: 50px;
	padding-top: 50px;
}
.common_content p:last-child {
	margin-bottom: 0;
}
.common_content p {
	margin-bottom: 20px;
}

.contact_top_section .common_heading h2 {
	margin-bottom: 20px;
}
.contact_top_section .common_heading p {
	width: 40%;
}
.contact_top_section .common_heading {
	display: block;
	margin-bottom: 38px;
}
.contact_box h4 {
	font-size: 17px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 0;
	width: 70%;
	line-height: 30px;
}
.contact_box {
	padding: 40px;
	height: 100%;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	border-top: 4px solid #2d4181;
}

.contact_box h6 {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}

.contact_box ul li {
	display: flex;
	align-items: center;
	column-gap: 12px;
	margin-bottom:12px;
}
.contact_box ul li a {
	display: inline-block;
	color: #000000;
	font-weight: 300;
}
.contact_box ul li span {
	font-weight: 600;
	color: #000000;
}

.contact_form_section {
	background: #ffffff;
	padding: 0;
}
.form_left {
	background: #ffffff;
	padding: 60px;
	height: 100%;
}
.sidebar__block {
	padding: 40px;
	background: #2d4181;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	margin-top: 20px;
}
.sidebar__block h3 {
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 0;
}
.sidebar__block p {
	color: #ffffff;
}

.sidebar__block a {
	display: block;
	text-align: center;
	background: #ffffff;
	padding: 15px;
	border-radius: 10px;
	font-size: 18px;
	color: #2d4181;
	font-weight: 600;
}
.form_left h2 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 30px;
}
.address_wrapper_fix {
	padding: 40px;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.address_wrapper_fix h2 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 0;
}
.address_wrapper_fix a {
	color: #000000;
	font-weight: 300;
}
.address_wrapper_fix p {
	color: #000000;
	line-height: 24px !important;
}
.contact_top_section .row {
	row-gap: 24px;
}
.address_wrapper_fix span {
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
}
.address_wrapper_fix ul li:last-child {
	margin-bottom: 0;
}
.address_wrapper_fix ul li {
	margin-bottom: 18px;
}
.group-img input {
	width: 100%;
	border: 1px solid #767676;
	padding: 10px 20px;
	font-size: 15px;
}
.group-img textarea {
	width: 100%;
	border: 1px solid #767676;
	padding: 10px 20px;
	font-size: 15px;
	height:150px;
	resize:none;
}

.form_left .row {
	row-gap: 22px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
	background: #2d4181;
	border: none;
	width: auto;
	padding: 13px 34px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}

.wpcf7-not-valid::placeholder {
	color: red;
}
.wpcf7-not-valid {
	border-color: red !important;
}
span.wpcf7-not-valid-tip {
	display: none;
}

.maon iframe {
	display: block;
	width: 100%;
}
.navik-menu .mega-menu-box {
	margin-bottom: 30px;
	text-align: left;
}
.team_image img {
	width: 100%;
}
.center_wrapper {
	justify-content: center;
}
.team_content {
	margin-top: 20px;
}
.team_content_inner h5 {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 14px;
}
.team_content_inner h4 {
	font-size: 16px;
	line-height:26px;
	color: #ffffff;
	margin: 0;
	padding: 20px 0;
}
.team_content_inner h3 {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
}
.team_content_inner {
	height: 100%;
	background: #2d4181;
	margin-top: 0;
	padding: 24px;
}
.team_content_inner a {
	display: inline-block;
	margin-top: 18px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: underline !important;
	text-underline-offset: 8px;
}
.common_main_content {
	padding: 50px 0px;
}

/* .single-event .navik-header.header-shadow.navik-mega-menu.mega-menu-fullwidth.viewport-lg {
position: relative;
background: #ffffff;
}

.single-event .navik-header.header-shadow.navik-mega-menu.mega-menu-fullwidth.viewport-lg .navik-menu ul li>a{
color:#000000 !important;
}
.single-event .navik-header.header-shadow.navik-mega-menu.mega-menu-fullwidth.viewport-lg .second_header ul li svg path {
fill: #000000 !important;
} */

.image_in_blogs img {
	width: 100%;
}
.heading_wrapper h4 {
	font-size: 15px;
	font-weight: 600;
	background: #2d4181;
	display: inline-block;
	padding: 9px 20px;
	color: #ffffff;
}

.heading_wrapper h1 {
	font-size: 38px;
	line-height: 46px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #000000;
}


.single_new_blog_wrapper p:last-child {
	margin-bottom: 0;
}
.city_fix {
	margin-bottom: 40px;
}
.upcoming_event_section .common_heading a {
	text-decoration: none !important;
	color: #ffffff;
	font-size: 18px;
	background: #2d4181;
	padding: 10px 40px;
	font-weight: 600;
}
section.p_100.upcoming_event_section.bg_white .media_coverage {
	margin-bottom: 0;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #cccccc;
}
.content_events_wrapper h4 {
	font-size: 18px;
	line-height:28px;
	font-weight: 600;
	margin-top: 16px;
	margin-bottom: 48px;
	color: #2d4181;
}
.content_events_wrapper h5 {
	font-size: 26px;
	font-weight: 600;
	color: #000000;
	width: 70%;
	margin-bottom: 20px;
}
.content_events_wrapper p {
	width: 70%;
}
.single_new_blog_wrapper p {
	margin-bottom: 20px;
	color: #000000;
	font-size: 15px !important;
	line-height: 23px !important;
	text-transform: none;
}
.events_main_dis {
	width: 90%;
}
/* .right_deta_wrapper {
margin-top: 300px;

} */
.content_events_wrapper.right_side_new h5 {
	width: 100%;
}
.single_blog_content.single_new_blog_wrapper h2 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 22px;
}
.single_blog_content.single_new_blog_wrapper {
	width: 80%;
	margin: 0 auto;
}
.common_main_content .common_heading {
	justify-content: center;
	margin-bottom: 20px;
}
.logo_events img {
	width: 100%;
}
.content_events_wrapper .row {
	row-gap: 24px;
	justify-content: center;
	margin-top: 30px;
}
.content_events_wrapper p {
	width: 100%;
}
.upcoming_event_section .common_heading {
	margin-bottom: 30px;
}
.image_fix_wrapper_single img {
	width: 100%;
	margin-bottom: 20px;
}
.main_blog_page {
	background: #ffffff;
}
.header-shadow-wrapper{
	display: none;
}
.top_retail h4 {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 0;
}
.right_deta_wrapper .top_retail {
	position: relative;
}
.top_retail a {
	position: relative;
	display: block;
	margin-bottom: 0;
}
.top_retail.date_fix h2 {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
	line-height: 25px;
}
.top_retail.date_fix h5 {
	color: #000000;
	font-size: 16px;
	line-height:26px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 0;
}
.right_side_new .top_retail:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.content_events_wrapper.events_main_dis p:last-child {
	margin-bottom: 0;
}
.content_events_wrapper.events_main_dis p {
	margin-bottom: 20px;
}
.details {
	margin-top: 60px;
}

.right_side_new .top_retail {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.media_coverage ul li a {
	text-decoration: none !important;
	color: #ffffff;
	font-size: 15px;
	line-height: 28px;
	background: #2d4181;
	padding: 15px 18px;
	font-weight: 500;
	display: block;
	text-align: center;
}
.media_coverage ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}
.sponser_image img {
	height: 458px;
	object-fit: cover;
}
.wedding_image {
	margin-bottom: 30px;
}
.wedding_image img {
	width: 100%;
}
.media_coverage ul li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.media_coverage ul li:last-child a {
	margin-bottom: 0;
}
.media_coverage {
	margin-bottom: 50px;
	/*     padding-bottom: 20px;
	border-bottom: 1px solid #cccccc; */
}
.media_coverage ul li a:hover {
	background: #ff0000;
	color:#ffffff;

}
.right_deta_wrapper .media_coverage:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.content_events_wrapper .row .col {
	margin: 0;
}

.media_coverage h3 {
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 24px;
	line-height: 22px;
}


.thumnail img {
	width: 100%;
}
.thumnail a {
	display: block;
	position: relative;
}
.thumnail a:before {
	content: "";
	height: 70px;
	width: 70px;
	background: url(https://ceep.in/phdcci/wp-content/uploads/2024/06/red-u-tube.webp);
	background-size: cover;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
}

.thumnail_content h4 {
	color: #000;
	font-family: Avenir Next LT Pro;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
}
.thumnail_content h5 {
	color: #555;
	font-family: Avenir Next LT Pro;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}
.thumnail_content {
	padding-top: 20px;
}

.main_video_box .row .col-md-6 {
	padding: 0;
}
.home_video_right {
	text-align: center;
	padding: 0 30px;
}

.videos_main_rr .col-12 {
	border-right: 1px solid #cccccc;
}

.videos_main_rr .col-12:nth-child(3n + 3) {
	border-right: none;
}
.videos_main_rr .row {
	row-gap: 50px;
}
.thumnail_content h4 a {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
}
.content_events_wrapper ul li:last-child {
	padding: 0;
}
.content_events_wrapper ul li {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 26px;
}
.content_events_wrapper ul {
	padding-bottom: 0px;
}
.content_events_wrapper ul li span {
	font-weight: 600;
	margin-right: 4px;
}
.details .row {
	row-gap: 50px;
}


.report_image img {
	width: 100%;
}
.report_main h3 {
	font-size: 18px;
	font-weight: 300;
	color: #000000;
	margin-top: 15px;
	text-align: left;
	line-height: 28px;
	margin-bottom: 0;
}
.report_main {
	text-align: center;
	padding: 0 30px;
}
.reports_section .row{
	row-gap: 50px;
}
.reports_section .col-12 {
	border-right: 1px solid #dddddd;
}
.reports_section .row .col-12:nth-child(4n + 4) {
	border: none;
}
.gallery__parent {
	column-width: 320px;
	width: 100%;
	column-gap: 10px;
	position: relative;
}
.inner_gallery {
	-webkit-column-break-after: avoid;
	display: inline-block;
	margin: 5px;
	position: relative;
	overflow: hidden;
	border-bottom: 2px dotted #cccccc;
	padding-bottom: 20px;
}
.inner_gallery h4 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	margin-top: 10px;
}
.inner_gallery img {
	width: 100%;
}

.media_link h5 {
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.media_link h4 {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-bottom: 18px;
	line-height: 28px;
	width: 85%;
}
.media_link a:hover {
	color: red;
}
.media_link ul {
	padding-left: 24px;
	list-style: disc;
	padding-bottom: 8px;
}
.media_link ul li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 14px;
	padding-left: 12px;
}

/* .media_main_page .row{
row-gap: 24px;
} */
.media_link a {
	/* display: flex
	; */
	/* flex-direction: column; */
	/* justify-content: space-between; */
	/* padding: 30px; */
	/* background: #2d4181; */
	/* border-radius: 10px; */
	display: block;
	color: #000;
}
section.p_100.contact_top_section {
	background: #e8eae9;
}

section.p_100.gallery_main {
	background: #e8eae9;
}

.tab-menu ul li a:hover {
	color: red;
}
.tab-menu ul li a.tab-a.active-a {
	color: red;
}
.tab-menu ul li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.tab-menu ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.tab-menu {
	background: #ffffff;
	border-top: 4px solid #2d4181;
	padding: 30px;
}
.tab-menu ul li a {
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
	color: #000000;
	transition: 0.7s all;
	cursor: pointer;
}

.gallery_inner_main {
	background: #ffffff;
	border-top: 4px solid #2d4181;
	padding: 30px;
}
.gallery_image img {
	width: 100%;
	border-radius: 10px;
}
.gallery_fix .row {
	row-gap: 24px;
}
.gallery_fix h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 22px;
	line-height: 26px;
	color: #000000;
}
.gallery_inner .gallery_fix:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.gallery_inner .gallery_fix {
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #cccccc;
}

.tab{
	display: none;
}
.tab-active{
	display: block;
}

button.sub-menu-toggle {
	display: none;
}

.right_deta_wrapper .media_coverage {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #cccccc;
}



.content-wrapper {

	transition: height 0.5s ease-in-out;
}
.single_blog_content.single_new_blog_wrapper {
	width: 80%;
	margin: 0 auto;
	height: 190vh;
	overflow: hidden;
}
.single_blog_content.single_new_blog_wrapper.expanded {
	height: auto;
}

.moreless-button {
	display: block;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
}

.readmore_less a {
	display: flex;
	align-items: center;
	column-gap: 10px;
	text-decoration: underline !important;
	font-family: 'General Sans';
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #2D4181;
	text-underline-offset: 5px;
}
.readmore_less {
	width: 80%;
	margin: 0 auto;
}
.image_events_left {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #cccccc;
}
.image_events_left img {
	width: 100%;
}
.speakers_wrapper {
	margin-top: 40px;
}
.center_width {
	width: 70%;
	margin: 0 auto;
}

.second_home_section .right_deta_wrapper {
	margin-top: 0;
	margin-bottom: 48px;
}


.tab .main_wrapper_new:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.tab .main_wrapper_new {
	margin-bottom: 18px;
	padding-bottom: 0px;
	border-bottom: 1px solid #cccccc;
}
.main_wrapper_new h2 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 13px;
	font-weight: 600;
	color: #000000;
}
/* .navik-menu.submenu-top-border li>ul ul {
top: -0px;
height: 370px;
overflow-x: auto;
} */
/* .navik-menu.submenu-top-border li>ul ul::-webkit-scrollbar {
width: 7px;
background: #cccccc;
color: #008BD2;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}

.navik-menu.submenu-top-border li>ul ul::-webkit-scrollbar-thumb {
background: #ffffff;
border-radius: 10px; */
/* } */


.logo_events h6 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}

.imgae_speaker img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.speaker_inner_wrapper {
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	height: 100%;
}
.content_speaker p {
	font-size: 14px !important;
}
.content_speaker h3 {
	font-size: 16px;
	color: #ff0000;
	margin-bottom: 13px;
	font-weight: 600;
}

.content_speaker {
	padding: 20px;
}

.content_events_wrapper.speakers_wrapper .row {
	row-gap: 24px;
	justify-content: flex-start;
}

.ajenda_wrappe h3 {
	font-size: 26px;
	font-weight: 600;
	color: #000000;
	width: 70%;
	margin-bottom: 30px;
}
.ajenda_wrappe {
	margin-top: 40px;
}
.ajenda_wrappe .media_coverage {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.ajenda_wrappe .media_coverage ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.ajenda_wrappe .media_coverage ul {
	padding-bottom: 0;
}


.left_content ul li a:hover {
	color: #ff0000;
}
section.breadcum__main .row {
	flex-wrap: inherit;
	align-items: flex-end;
	height: 500px;
}
section.breadcum__main {

	position: relative;
}
.footer_logo img {
	width: 50%;
	margin-bottom: 30px;
}

.mobile_img{
	display:none;
}

.bg_blue .common_heading h2 {
	color: #ffffff;
}

.bg_blue .events_content h2{
	color: #ffffff;
}


.repoet_image img {
	border: 1px solid #cccccc;
}

.navik-header:before {
	content: '';
	position: absolute;
	top: 43%;
	left: 0;
	width: 100%;
	height: 1px;
	/* 	background: #000000; */
}
.navik-header:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
	height: 100%;
	background: #f9f9f9;
}
.left_content ul li:last-child {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
body .navik-header.header-shadow.navik-mega-menu.mega-menu-fullwidth .accordion_body_wrapper ul li a {
	border-bottom: 1px solid #000000 !important;
	line-height: 28px;
	margin-bottom: 12px;
	padding-bottom: 10px !important;
}
.zoom_image {
	overflow: hidden;
}
.zoom_image img {
	transition: 0.9s all;
	width: 100%;

}
.hover_image_common:hover .zoom_image img {
	transform: scale(1.1);
}
.upcoming_wrapper:hover .upcomong_image img {
	height: 400px;
}
section.p_100.bg_white.home_news_section.second_home_section.third_section_home {
	background: #f6f0e4;
}
.content_events_wrapper.events_main_dis ul {
	list-style: disc;
	padding-left: 17px;
}
.new_add_row {
	background: #f9f5ec !important;
}
.top_lic{
	background: #ffffff !important;
}


.further_info h3 {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
	line-height: 25px;
}
.further_info {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}
.further_info .contact_box {
	padding: 20px;
	background: #f9f9f9 !important;
}
.further_info .contact_box h4 {
	margin: 0;
}
.further_info .contact_box ul {
	padding-bottom: 0;
}

.left_menu_wrapper ul#myTab {
	display: block !important;
	border: 0;
	text-align: left;
}
.left_menu_wrapper .nav-item {
	margin-bottom: 20px;
}
.left_menu_wrapper .nav-link.active {
	color: red !important;
	text-decoration: underline !important;
	text-underline-offset: 6px;
}
.navik-menu ul ul li>a:hover {
	color: red !important;
}
.left_menu_wrapper .nav-link {
	color: #000000;
	font-size: 18px;
	line-height: 25px;
	background: none !important;
	border: none;
	display: inline-block !important;
}
.left_menu_wrapper .nav-link:hover {
	color: red !important;
	text-decoration: underline !important;
	text-underline-offset: 6px;
}
.left_menu_wrapper {
	border-right: 1px solid #000000;
	width: 80%;
}
.mega-menu.dropdown_menu .mega-menu-container {
	padding: 0;
	padding-top: 30px;
	padding-bottom: 50px;
}
.accordion-item{
	background: none;
	border: none !important;
}
.accordion_body_wrapper ul li a {
	border: none !important;
}
.accordion_body_wrapper ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px 20px;
}


.accordion_body_wrapper ul li a:hover {
	color: red !important;
}
.left_menu_wrapper {
	height: 400px;
}

div#myTabContent .accordion-button::after {
	background-image: url(https://phdccitourismhospitality.in/wp-content/uploads/2024/08/plus.svg) !important;
	width: 39px !important;
	height: 39px !important;
	background-size: cover;
	position: absolute;
	right: 5px;
	z-index: 9;
	transform: inherit !important;
}
div#myTabContent .accordion-button:not(.collapsed)::after{
	background-image: url(https://phdccitourismhospitality.in/wp-content/uploads/2024/08/minus.svg) !important;
}
section.hero_section {
	padding-top: 40px;
	background: #ffffff;
	padding-bottom: 48px;
}
.hero_aera img {
	width: 100%;
	height: 442px;
	object-fit: cover;
	object-position: center;
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 50%;
	bottom: 0;
	z-index: 1;
	width: 50px;
	height: 50px;
	transform: translate(0px, -50%);
	border: none;
	background: #000000;
}

.hero_section .hover_image_common img {
	height: 488px;
	width: 100%;
	object-fit: contain;
}
.hero_section .hover_image_common {
	height: 100%;
}

.new_dev_work a {
	display: block;
}
.new_dev_work {
	padding: 50px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
}
.new_dev_work .new_home_left.hover_image_common:nth-last-child(2) {
	margin-bottom: 0;
	border: 0;
	padding: 0;
}

.left_new {
	background: #ffffff;
	border-top: 4px solid #2d4181;
	padding: 30px;
}
.left_new ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.left_new ul li.active a{
	color: red;
}
.left_new ul li a {
	font-size: 22px;
	line-height: 34px;
	font-weight: 300;
	color: #000000;
	transition: 0.7s all;
	cursor: pointer;
}
div#product-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px 20px;
	background: #ffffff;
	border-top: 4px solid #2d4181;
	padding: 30px;
}

.grid_title {
	border-bottom: 1px solid #000000 !important;
	line-height: 29px;
	margin-bottom: 20px;
	padding-bottom: 20px !important;
	height: fit-content;
}
.grid_title h2 {
	font-size: 18px;
	line-height: 27px;
}
.grid_title a {
	text-transform: inherit;
	transition: all .2s ease-in-out;
	color: #000000 !important;
	font-weight: normal;
}
.ev_gallery .row img {
	border-radius: 15px;
}
.ev_gallery .row {
	row-gap: 24px;
}

.logo-slider .owl-nav button {
	background: #2d4181 !important;
	width: 50px;
	height: 50px;
}
.logo-slider .owl-nav {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top:24px;
}

.logo-slider .owl-nav .owl-prev {
	transform: rotateY(180deg);
}
.common_main_content .common_content ul {
	list-style: disc;
}
.common_main_content .common_content ul {
	list-style: disc;
	margin-left: 18px;
}

section.ev_gallery_breadcum {
	background: #2d4181;
	padding: 70px 0px;
	color: #fff;
}
.ev_gallery_breadcum ul{
	display: flex;
	gap: 12px;
}
.ev_gallery_breadcum ul li a{
	color:#fff;
}

.scroll-container {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	position: relative;
	padding: 12px 0px 12px 0px;
	background: #2d4181;
	cursor: pointer;
	margin-bottom: 48px;
}

.scroll-wrapper {
	display: inline-block;
	animation: scroll-left 20s linear infinite;
	will-change: transform;
}

.scrolling-text {
	display: inline-block;
	margin-right: 100px;
	color: #000;
	font-weight: 500;
	font-size: 16px;
}

.scrolling-text a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
}


@keyframes scroll-left {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

/* Pause animation on hover */
.scroll-container:hover .scroll-wrapper {
	animation-play-state: paused;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
	.scrolling-text {
		font-size: 14px;
		margin-right: 50px;
	}

	.scrolling-text a {
		padding: 6px 12px;
	}
}