/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.theme-toggle {
	width: 60px;
	height: 30px;
	background: #ddd; /* Default background (Light mode) */
	border-radius: 15px;
	position: relative;
	cursor: pointer;
	transition: background-color 0.3s ease;
	top:55px;
}

.theme-toggle .toggle-btn {
	width: 28px;
	height: 28px;
	background: #ffffff; /* Button color */
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 1px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .theme-toggle {
	background: #333; /* Dark mode background */
}

[data-theme="dark"] .toggle-btn {
	left: 31px; /* Move button to the right for dark mode */
	background: #ffcc00; /* Optional: Dark mode button color */
}

/*------typography-----------*/
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background-color: red;
}
#top ul.sf-menu.sf-js-enabled.sf-arrows {
	position: relative;
}

/* #top ul.sf-menu.sf-js-enabled.sf-arrows:before {
content: '';
position: absolute;
background-color: red;
height: 45px;
width: 45px;
right: -9px;
top: 45px;
border-radius: 100px !important;
box-shadow: 0px 0px 20px 0px white;
} */
/* 
#top ul.sf-menu.sf-js-enabled.sf-arrows:after {
content: '';
position: absolute;
background-color: #ffffff59;
width: 55px;
height: 55px;
right: -14px;
top: 40px;
z-index: -99;
border-radius: 100px;
} */

/*------typography-----------*/
#top ul.sf-menu.sf-js-enabled.sf-arrows > .current-menu-item > a span {
	color: red;
}
#r1 h3 {
	font-size: 18px;
	line-height: 28px;
}
#r1 {
	padding-block: 333px !important;
}
#r1 .row-bg.viewport-desktop.using-image {
	background-size: cover;
}
a#b1 {
	font-size: 16px;
	color: black;
	padding: 14px 60px 14px 30px;
	border-radius: 100px !important;
	position: relative;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

a#b1:before {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 20px;
	background-color: red;
	position: absolute;
	right: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 100px;
	text-align: center;
	font-weight: 100;
	color: white;
}

#r1 a#b1 {
	display: table;
	margin: auto;
}

.home #r2 {
	padding-block: 0px 100px !important;
}

#r2 .m1 {
	filter: drop-shadow(2px 4px 26px #cccc);
	transition: 0.6s;
}
#r2 .m1:hover {
	transform: scale(0.9);
	rotate: -5deg;
}
a#b2 {
	background-color: black !important;
	box-shadow: 0px 0px 10px 0px #Ffff !important;
	border-radius: 100px !important;
	font-size: 16px;
	padding: 14px 60px 14px 30px;
	transform: unset;
	position: relative;
}

a#b2:before {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 20px;
	background-color: red;
	position: absolute;
	right: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 100px;
	text-align: center;
	font-weight: 100;
	color: white;
}

#r2 a#b1 {margin-right: 30px;}

#r3 {
	padding-block: 100px !important;
}

#r3 .dot1 {
	position: absolute;
	right: -100px;
	top: -50px;
}

#r3 h5, #r7 h5{
	font-size: 200px;
	padding-block: 60px;
	opacity: 0.1;
	text-transform: uppercase;
}

#r3 .nectar-scrolling-text, #r7 .nectar-scrolling-text {
	position: absolute;
	top: -70px;
}
#r3 a#b1 {
	display: table;
	margin: auto;
}

#r3 .dot2 {
	position: absolute;
	left: -140px;
}

#r3 .text3 p {
	width: 60%;
	margin: auto;
}

#r3 .owl-item.active+.owl-item.active {
	transform: scale(1.5);
	transition: 0.9s;
	filter: unset;
	opacity: 1 !important;
}

#r3 .owl-item.active+.owl-item.active+.owl-item.active {
	transform: unset;
	z-index: -999;
	opacity: 0.5;

}

#r3 .owl-item.active {
	filter: grayscale(1);
	opacity: 0.5;
}

#r3 .owl-item.active+.owl-item.active+.owl-item.active {
	filter: grayscale(1);
	opacity: 0.5 !important;
}
#r3 .owl-stage {
	padding-block: 60px;
}

#r3 .owl-nav.disabled {
	display: block;
}

#r3 .owl-nav button {
	background: transparent;
	font-size: 0;
	border: unset;
}

#r3 button.owl-prev:before {
	content: "\e909";
	position: absolute;
	font-family: 'icomoon';
	font-size: 25px;
	font-weight: 100;
	rotate: 180deg;
}
#r3 button.owl-next:before {
	content: "\e909";
	position: absolute;
	font-family: 'icomoon';
	font-size: 25px;
}
#r3 button.owl-prev {
	position: absolute;
	left: 150px;
	top: 40%;
}

#r3 button.owl-next {
	position: absolute;
	right: 150px;
	top: 40%;
}

#r4 {
	padding-block: 80px !important;
}
#r4 h2 {
	margin-bottom: 40px;
}

#r4 .t1 {
	position: absolute;
	bottom: 10px;
	left: 30px;
}

#r4 .t1 h4 {
	font-size: 25px;
	line-height: 35px;
}

a#b3 {
	font-size: 0;
	background-color: transparent !important;
	position: absolute;
	bottom: 30px;
	top: unset;
	right: 20px;
	transform: unset;
}

a#b3:before {
	content: "\e909";
	position: absolute;
	font-size: 20px;
	font-family: icomoon;
}
#r4 #Inner .wpb_wrapper {
	display: flex;
	justify-content: center;
}
#r4 a#b1 {
	margin-right: 40px;
}
#r4 #Inner {
	margin-top: 25px;
}
#r4 .hover-wrap {
	overflow: hidden;
	border-radius: 15px;
}

#r4 img {
	transition: 0.6s;
	width: 100%;
}

#r4 img:hover {
	transform: scale(1.1);
}
#r4 .carousel-item {
	margin: 0px 10px;
}
#r4 .owl-stage {
	padding: 0;
	animation: marquee-horizontal 20s linear infinite;
}
@keyframes marquee-horizontal{

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

}
#r5 .cc1>div {
	padding-inline: 150px 40px;
}
#r5 .nectar-video-box .inner-wrap {
	transform: scale(1.1);
	box-shadow: 0px 0px 15px 0px #cccc;
	border-radius: 20px !important;
	width: 80%;
}
#r5 a#b1 {margin-right: 30px;}

#r5 .dt1 {
	position: absolute;
	left: -140px;
	bottom: -70px;
}
#r5 a#b1, #r5 a#b2 {
	position: relative;
	top: 30px;
}
#r6 {
	padding-block: 100px !important;
}
#r6 .row-bg.viewport-desktop.using-image {
	background-size: 100% 100%;
}
#r6 h4 {
	font-size: 16px;
	line-height: 28px;
}

#r6 .carousel-item {
	margin: 0px 15px;
	transition: 0.6s;
	/*     box-shadow: 0px 0px 50px 0px #cccc; */
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 30px;
}

#r6 .t2 {
	background: #1a1a1a;
	padding-block: 30px 10px;
	padding-inline: 10px;
	margin-top: -60px;
	border-radius: 0px 0px 30px 30px;
	z-index: 11111;
	position: relative;
}
#r6 .t2 p {
	font-size: 14px;
	line-height: 24px;
}

#r6 .owl-stage-outer {width: 140%;}

#r6 .owl-item.active+.owl-item.active {
	transform: translateY(-60px);
}

#r6 .owl-carousel {
	width: 115%;
}

#r6 button.owl-dot.active span {
	background-color: red;
	width: 25px;
	filter: drop-shadow(1px 2px 4px #fff);
}
#r6 .owl-stage {
	padding-block: 60px 10px;
}

#r6 button.owl-dot span {
	background-color: transparent;
	border: 1px solid red;
	transform: scale(2);
	margin: 0px 12px;
}
#r6 a#b1:before {
	content: '';
	position: absolute;
	background: transparent;
	background-image: url(https://madblackentertainment.com/wp-content/uploads/2025/01/befoer.png);
	width: 45px;
	height: 45px;
	background-size: 100% 100%;
	right: 5px;
	bottom: 0;
}
#r6 .owl-dots {
	position: relative;
	top: 30px;
}
#r7 {
	padding-block: 100px !important;
}

#r7 .dot3 {
	position: absolute;
	right: -130px;
	top: -80px;
}

#r7 .t3 p {
	width: 60%;
	margin: auto;
}
#r7 .carousel-item .hover-wrap {
	overflow: hidden;
	border-radius: 15px;
}

#r7 .carousel-item img {
	transition: 0.6s;
}

#r7 .carousel-item img:hover {
	transform: scale(1.1);
}
#r7 .owl-stage {
	padding: 0;
}

#r7 .carousel-item {
	margin: 0px 10px;
}

#r7 .tt1 {
	position: absolute;
	bottom: 30px;
	left: 20px;
}

#r7 .tt1 h4 {
	font-size: 35px;
}

#r7 a#b1 {
	display: table;
	margin: auto;
}

#r7 .dot4 {
	position: absolute;
	left: -140px;
}

#r8 .image1 {
	transition: 0.6s;
}
#r8 .row-bg.viewport-desktop.using-image {
	background-size: 100% 100%;
}
#r8 .image1:hover {
	transform: scale(0.9);
	rotate: -5deg;
}


#f1 h5 {
	font-size: 200px;
	padding-block: 60px;
	text-transform: uppercase;
	opacity: 0.1;
	z-index: 1111;
	position: relative;
}

#f1{
	padding-block: 80px 20px  !important;
}
#f1 .ft h2 {
	color: #cc0011;
}
#f1 .icn ul li {
	display: inline-block;
	margin: 0px 10px;
}

#f1 .icn ul li a i {
	top: 0;
	font-size: 20px;
	color: white;
	transition: 0.6s;
}

#f1 .icn ul li:hover a i {
	color: #cc0011;
}

#f1 #inner4 {
	border-top: 1px solid #cccccc36;
	padding-top: 20px;
}
#footer-outer #footer-widgets .widget h4 {
	font-size: 25px !important;
}
#f1 .nectar-scrolling-text {
	position: absolute;
	top: -50px;
}
#f1 h2.widgettitle {
}

#f1 h2.widgettitle, #f1 h4 {
	font-size: 30px;
}

#f1 ul {
	margin-left: 0;
}

#f1 ul li {
	list-style: none;
}

#f1 ul li a, #f1 p {
	line-height: 30px;
	color: #cccc;
}
html body h2 {
	font-weight: 800;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: black;
	font-family: 'Inter';
}

.container-wrap {
	min-height: unset !important;
}
/*-------------Light Mode CSS Start-----------------*/
/* Light Mode Styles */
[data-theme="light"] div#r1 .row-bg.viewport-desktop.using-bg-color {
	background-color:#fff !important;
}
[data-theme="light"] div#r2 .row-bg.viewport-desktop.using-bg-color,
[data-theme="light"] div#r4 .row-bg.viewport-desktop.using-bg-color,
[data-theme="light"] div#r5 .row-bg.viewport-desktop.using-bg-color,
[data-theme="light"] div#r6 .row-bg.viewport-desktop.using-bg-color,
[data-theme="light"]  #r6 .t2,
[data-theme="light"] div#r8 .row-bg.viewport-desktop.using-bg-color{
	background: #fff !important;
}
[data-theme="light"] div#r2 h2,
[data-theme="light"] div#r4 h2,
[data-theme="light"] div#r6 h2,
[data-theme="light"] #r6 h4,
[data-theme="light"] div#r8 h2{
	color: #000;
}
[data-theme="light"] div#r2 p,
[data-theme="light"] div#r4 p,
[data-theme="light"] div#r6 p,
[data-theme="light"] #r6 .t2 p,
[data-theme="light"] div#r8 p{
	color:#141414;
}
[data-theme="light"] div#f1 .row-bg.viewport-desktop.using-bg-color,
[data-theme="light"] div#social_media_sec  .main_col .vc_column-inner,
[data-theme="light"] .light .row-bg.viewport-desktop.using-bg-color{
	background-color: #000 !important;
}
[data-theme="light"] div#social_media_sec .row-bg.viewport-desktop.using-bg-color,
[data-theme="light"] div#page-header-bg{
	background-color: #1a1a1a !important;
}
[data-theme="light"] .dark .row-bg.viewport-desktop.using-bg-color{
	background-color: #1a1a1a !important;
}
/*-------------Light Mode CSS End-----------------*/
.rcp_login_link a {
	color: #ff0000;
	font-weight: 600;
}
h3.rcp_header, .rcp_form label, .rcp_form p, .rcp_form table.rcp-table, .rcp_form label span, .rcp-table-wrapper, .rcp-table-wrapper h3{
	color: #000;
}
.rcp_form .rcp_login_link {
	margin-bottom: 20px;
}
.rcp_form input, .rcp_form select {
	border: 1px solid #000;
}
.rcp_form input:focus, .rcp_form select:focus {
	border: 1px solid #ff0000 !important;
}
.rcp_form fieldset.rcp_user_fieldset {
	margin-bottom: 30px;
}
ul#rcp_subscription_levels {
	margin-left: 0px;
	column-count: 2;
}
ul#rcp_subscription_levels li.rcp_subscription_level {
	margin-bottom: 10px;
	list-style: none;
}
.rcp_form .rcp_level_description {
	margin-left: 25px;
	color: #444;
}
p.rcp_subscription_message {
	font-size: 20px;
	padding-bottom: 15px;
	font-weight: 600;
}
input#rcp_submit, input#rcp_login_submit, input#rcp_lostpassword_submit, input#rcp_profile_editor_submit{
	padding: 14px 40px !important;
	border-radius: 100px !important;
	background: #000;
	border: none;
	font-family:'Inter';
}
p.rcp_lost_password a {
	color: #ff0000 !important;
	font-weight: 600;
}

div#fan_pg_sec .iwithtext .iwt-icon img {
	width: 90px;
	border-radius: 100px;
	border: 2px solid #fff;
}
div#fan_pg_sec .iwithtext {
	display: flex;
	align-items: center;
}
div#fan_pg_sec .iwithtext .iwt-icon{
	position: relative;
}
div#fan_pg_sec .iwithtext .iwt-text {
	padding-left: 15px;
}
div#social_media_sec h3 {
	margin-bottom: 0px;
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	#r1 {
		padding-block: 250px !important;
	}
	#r1 .v1 {
		transform: translateY(-50px);
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	#r1 {
		padding-block: 210px !important;
	}
	#r1 .v1 {
		transform: translateY(-20px);
	}
	#r3 .dot1 {
		right: -60px;
		top: -60px;
	}
	#r3 .dot2 {
		left: -70px;
	}
	#r5 .cc1>div {
		padding-inline: 80px 40px;
	}
	#r5 .dt1 {
		left: -70px;
		bottom: -50px;
		width: 12%;
	}
	#r7 .dot3 {
		right: -70px;
		top: -80px;
	}
	#r7 .dot4 {
		left: -70px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	#r7 .dot3 {
		right: -50px;
		top: -80px;
	}
	#r7 .dot4 {
		left: -60px;
	}
	#r5 .dt1 {
		left: -70px;
		bottom: -40px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	.theme-toggle {
		right: 40px;
	}
	#r1 h1 {
		font-size: 60px;
		line-height: 70px;
	}

	#r1 {
		padding-block: 180px !important;
	}

	#r1 .v1 {
		transform: unset;
	}

	#r3 .dot2 {
		left: -60px;
	}

	#r5 .dt1 {
		width: 15%;
		left: -70px;
		bottom: -40px;
	}
	html body h2 {
		font-size: 40px;
		line-height: 50px;
	}
	#top ul.sf-menu.sf-js-enabled.sf-arrows {
		position: relative;
	}

	#top u.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right a:before {
		content: '';
		position: absolute;
		background-color: red;
		height: 45px;
		width: 45px;
		right: -9px;
		top: 45px;
		border-radius: 100px !important;
	}

	#top .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right:after {
		content: '';
		position: absolute;
		background-color: #ffffff59;
		width: 55px;
		height: 55px;
		right: -14px;
		top: 40px;
		z-index: -99;
		border-radius: 100px;
	}
	#r5 a#b1, #r5 a#b2 {
		position: relative;
		top: 0;
	}
	#r5 .nectar-video-box .inner-wrap {
		width: 90%;
	}
	#top .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right:before {
		content: '';
		position: absolute;
		background-color: red;
		height: 45px;
		width: 45px;
		right: -9px;
		top: 45px;
		border-radius: 100px !important;
		box-shadow: 0px 0px 20px 0px white;
	}
	.off-canvas-menu-container.mobile-only ul li a{
		font-size:16px !important;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	#r1 h1 {
		font-size: 45px;
		line-height: 55px;
	}

	#r1 h3 {
		font-size: 18px;
	}
	html body h2 {
		font-size: 30px;
		line-height: 40px; 
	}
	html body p {
		font-size: 14px;
		line-height: 24px;
	}
	.home #r2 {
		padding-block: 0px 60px !important;
	}

	#r3 h5, #r7 h5, #r8 h5 {
		font-size: 150px;
	}

	#r3 {
		padding-block: 60px !important;
	}

	#r3 .nectar-scrolling-text, #r7 .nectar-scrolling-text {
		top: -40px;
	}

	#r3 .dot1 {
		right: -60px;
		top: -20px;
	}

	#r3 .owl-stage {
		padding-block: 45px;
	}

	#r3 .dot2 {
		bottom: -50px;
	}

	#r4 {
		padding-block: 60px !important;
	}

	#r4 h2 {
		margin-bottom: 20px;
	}

	#r4 .t1 {
		left: 15px;
	}

	a#b3 {
		right: 10px;
		bottom: 25px;
	}

	#r5 .cc1>div {
		padding-inline: 60px 40px;
	}

	#r5 .dt1 {
		width: 15%;
		left: -55px;
		bottom: -15px;
	}

	#r7 {
		padding-block: 60px !important;
	}

	#r7 .dot3 {
		right: -50px;
		top: -40px;
	}

	#r7 .dot4 {
		width: 10%;
		bottom: -50px;
	}

	#r7 .tt1 h4 {
		font-size: 25px;
	}

	#footer-widgets a {
		font-size: 14px;
		line-height: 24px;
	}
	#r6 {
		padding-block: 60px !important;
	}
	#r6 .owl-carousel {
		width: 140%;
	}
	#r6 .row-bg.viewport-desktop.using-image {
		background-size: cover;
	}
	#r8 .row-bg.viewport-desktop.using-image {
		background-size: cover;
	}
	#f1 h5 {
		font-size: 150px;
		padding-block: 40px;
	}
	#r4 .t1 h4 {
		font-size: 22px;
		line-height: 32px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	div#social_media_sec .vc_col-sm-12 .vc_col-sm-1\/5 {
		width: 20%;
	}
	.theme-toggle {
		width: 40px;
		height: 20px;
		top: 12px;
		right: 60px;
		position: absolute;
	}
	.theme-toggle .toggle-btn {
		width: 18px;
		height: 18px;
	}
	[data-theme="dark"] .toggle-btn {
		left: 21px;
	}
	#r1 h1 {
		font-size: 40px;
		line-height: 50px;
	}

	#r1 {
		padding-block: 100px  130px !important;
	}

	#r2 .m1 {display: table;margin: auto;width: 70%;}

	#r2 .text2 {
		text-align: center;
	}

	#r2 #inner3 .wpb_wrapper {
		display: flex;
		justify-content: center;
	}

	#r5  #inner2 .wpb_wrapper {
		display: flex;
		justify-content: center;
	}
	#r3 .text3 p {
		width: 100%;
	}

	#r4 .vc_col-sm-4 {
		width: 50%;
		margin-bottom: 0;
	}	
	#r5 .cc1>div {
		padding-inline: 40px;
		padding-block: 60px;
	}

	#r5 .dt1 {
		display: none;
	}

	#r5 .text4 {text-align: center;}

	#r5 #fws_67770196644d6 .wpb_wrapper {
		display: flex;
		justify-content: center;
	}

	#r6 .text7 {
		text-align: center;
	}

	#r6 a#b1 {
		display: table;
		margin: auto;
	}

	#r6 .owl-carousel {
		width: unset;
	}

	#r7 .dot3 {
		display: none;
	}

	#r7 .t3 p {
		width: 80%;
	}

	#r7 .dot4 {
		display: none;
	}

	#r8 .tt2 {
		text-align: center;
	}

	#r8 {
		padding-block: 30px !important;
	}

	#r8 a#b2 {
		display: table;
		margin: auto;
	}

	#r8 .image1 {
		width: 80%;
		margin: auto;
	}

	#footer-widgets #nav_menu-2 {
		margin: unset;
	}

	#footer-widgets a {
		font-size: 16px;
		line-height: 26px;
	}

	html body p {
		font-size: 16px;
		line-height: 26px;
	}

	body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before, body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close:before {
		background: black;
	}
	#r5 .nectar-video-box .inner-wrap {
		transform: unset;
		width: 100%;
	}
	#r3 .dot1 {
		display: none;
	}
	#r3 .owl-nav.disabled {
		display: none;
	}

	#r3 .dot2 {
		display: none;
	}
	#top .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right:after {
		display: none;
	}
	#top .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right:before {
		right: -10px;
		top: -3px;
	}
	#r3 .owl-item.active+.owl-item.active {
		transform: unset;
	}

	#r3 .owl-item.active {
		filter: unset;
		opacity: 1;
	}

	#r3 .owl-item.active+.owl-item.active+.owl-item.active {
		filter: unset;
		opacity: 1;
	}
	#r3 .carousel-item {
		margin: 0px 10px;
	}
	#r3 .owl-stage {
		padding-block: 0;
	}
	a#b3 {
		right: 20px;
		bottom: 25px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	div#social_media_sec .vc_col-sm-12 .vc_col-sm-1\/5 {
		width: 50%;
	}
	ul#rcp_subscription_levels {
		column-count: 1;
	}
	#r1 h1 {
		font-size: 25px;
		line-height: 35px;
	}

	#r1 h3 {
		font-size: 16px;
	}

	#r1 {
		padding-block: 30px 130px !important;
	}

	html body h2 {
		font-size: 25px !important;
		line-height: 35px !important;
	}


	#r3 .owl-stage {
		padding: 0;
	}
	#r3 h5, #r7 h5, #r8 h5 {
		font-size: 90px;
		padding-block: 20px;
	}
	#r3 .nectar-scrolling-text, #r7 .nectar-scrolling-text {
		top: -10px;
	}
	#r3 .text3 p {
		width: 100%;
	}

	#r3 {
		padding-block: 30px !important;
	}
	#r4 .t1 h4 {
		font-size: 20px;
		line-height: 30px;
	}
	#r7 {
		padding-block: 30px !important;
	}
	#footer-widgets .row {
		padding-block: 40px 20px !important;
	}
	#r2 a#b1 {
		margin-right: 0;
	}
	#f1 h5 {
		font-size: 100px;
		padding-block: 30px;
		opacity: 0.1;
	}
	#f1 .nectar-scrolling-text {
		top: 0;
	}
	#f1 {
		padding-block: 40px 20px !important;
	}
	#page-header-wrap h1 {
		font-size: 30px !important;
	}
	/*-----------------------------------------------------------------------------------------------------*/
	@media (max-width: 430px) {
		div#social_media_sec .vc_col-sm-12 .vc_col-sm-1\/5 {
			width: 100%;
		}
		#r2 #inner3 .wpb_wrapper {
			display: flex;
			flex-wrap: wrap;
		}
		#r4 .t1 {
			left: 10px;
		}
		#r4 .t1 h4 {
			font-size: 16px;
			line-height: 26px;
		}
		#r4 a#b1 {
			margin-right: 0;
		}
		#r4 #Inner .wpb_wrapper {
			display: flex;
			flex-wrap: wrap;
		}
		#r5 a#b1 {
			margin-right: 0;
		}
		#r5 #inner2 .wpb_wrapper {
			display: flex;
			flex-wrap: wrap;
		}
		a#b3 {
			right: 10px;
			bottom: 15px;
		}
		#r5 .cc1>div {
			padding-inline: 20px;
			padding-block: 60px;
		}
	}
	/*-----------------------------------------------------------------------------------------------------*/
	@media (max-width: 375px) {}
	/*-----------------------------------------------------------------------------------------------------*/
	@media (max-width: 360px) {}
