/*
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
*/

:root{
	--c:var(--nectar-accent-color);
	--c1: var(--nectar-extra-color-1);
	--c2: var(--nectar-extra-color-2);
	--c3: var(--nectar-extra-color-3);
	--g: linear-gradient(180deg, var(--c) 0%, var(--c1)  100%);
	--g1: linear-gradient(180deg, var(--c) 0%, var(--c1)  50%, var(--c)  100%);

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

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

::-webkit-scrollbar-thumb
{
	background: var(--c);
}
::selection {
	background:  var(--c);
	color:white;
}

/*------typography-----------*/

html body h1{
	font-family:font2 !important;
}
html body h2{
	font-family:font2  !important;
	color: #000;
}
html body h3{
	font-family: font1 !important;
	color: #000;
}
html body h4{
	font-family:font1 !important;
}
html body h5{
	font-family:font1  !important;
}
html body h6{
	font-family:font1  !important;
}
html body p,html body em,html body a,html body button,html body input,html body label,html body legend,html body .wpb_text_column li,html body .nectar-split-heading li,html body .nectar-fancy-ul li{
	font-family:font1 !important;
	color: #000;
}
html body strong{
	font-family:inherit;
}
#top ul .current-menu-item a span:not(.s1 a span) {
	border-bottom: 4px solid var(--c);
}

#top ul .s1 a span {
	background: var(--c);
	padding-block: 12px;
	color: #fff;
	font-family: font1 !important;
	padding-inline: 50px;
}

#top ul .s1 a span:before,#top ul .s1 a span:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	transition: .65s;
}

#top ul .s1 a span:before {
	left: 13px;
	top: -10px;
	border-left: 2px solid;
	border-top: 2px solid;
}

#top ul .s1 a span:after {
	bottom: -10px;
	right: 0px;
	z-index: 9;
	border-right: 2px solid;
	border-bottom: 2px solid;
}

#top ul .s1 a span:hover:before, #top ul .s1 a span:hover:after {
	width: 92%;
	height: 155%;
}
#top ul .s1 a span:hover {
	background: var(--c1) !important;
}
/*------typography-----------*/

body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
	background: var(--c) !important;
}

#s1 em {
	font-size: 25px;
	line-height: 35px;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700 !important;
}
#s1 .video-texture {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 30.02%, #FFF 120%);
	height: 560px;
}
#s1 a.primary-color {
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 0px;
	font-family: 'font2' !important;
	border-radius: 0px !important;
}

#s1 a.primary-color:before,#s1 a.primary-color:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	transition: .65s;
}

#s1 a.primary-color:before {
	left: 0px;
	top: 0px;
	border-left: 2px solid;
	border-top: 2px solid;
}

#s1 a.primary-color:after {
	bottom: 0px;
	right: 0px;
	z-index: 9;
	border-right: 2px solid;
	border-bottom: 2px solid;
}

#s1 a.primary-color:hover:before, #s1 a.primary-color:hover:after {
	width: 99%;
	height: 97%;
}

#s1 a.primary-color:hover {
	background: var(--c1) !important;
}

#s1 .buttons {
	justify-content: end;
}

#s1 span {
	color: var(--c1);
	-webkit-text-stroke: 1px #fff;
}
#s1 strong {
	color: var(--c);
	-webkit-text-stroke: 1px #fff;
}
#s1 a#down {
	font-size: 0px;
	background: transparent !important;
	position: absolute;
	left: 0;
	right: 0;
	margin-inline: auto;
	display: table;
	bottom: 10px;
	z-index: 9999999;
	top: unset;
	animation: floatY 5s infinite ease-in-out;
}
@keyframes floatY{
	0%,100%{
		transform:translateY(-15px);
	}
	50%{
		transform:translateY(15px);
	}
}

#s1 a#down i {
	font-size: 50px;
}

div#s2 {
	padding-block: 70px !important;
}

#s2 .t1 p {
	margin-inline: auto;
	width: 80%;
}

#s2 .carousel-item:hover .m1 {
	filter: brightness(0.8);
}

#s2 .m1 {
	transition: .65s;
}

#s2 a#b2 {font-size: 0px;padding-inline: 0px;padding-block: 0px !important;width: 28%;aspect-ratio: 1/1;margin-inline: auto;display: table;border-radius: 100% !important;position: absolute;top: 83%;left: 0;right: 0;opacity: 0;transition: .65s;}

#s2 a#b2 i {
	left: 0;
	right: 0;
	margin-inline: auto;
	font-size: 80px;
	rotate: -58deg;
	transform: translate(-10px, -11px);
}

#s2 a#b2:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin-inline: auto;
	width: 100%;
	height: 100%;
	background-image: url(https://yelnf.org/wp-content/uploads/2025/04/learn-more.png);
	background-repeat: no-repeat;
	background-position: center;
	animation: rotate 5s infinite linear alternate;
	transform: scale(1.5);
}
@keyframes rotate{
	100%{
		transform:rotate(100deg);
	}
}

#s2 .carousel-item:hover a#b2 {
	opacity: 1;
	top: 33%;
}
div#s3 {
	padding-block: 100px !important;
}
div#s3 ul li{
	color:#fff;
}

div#img2 {margin-left: auto;display: table;right: -44%;}

div#img3 {
	margin-top: -414px;
	right: -80px;
	display: table;
}

div#img1 {
	margin-bottom: -180px;
	right: -170px;
	display: table;
}

#s3 h2 {
	right: -150px;
	position: relative;
	margin-top: -50px;
	padding-bottom: 30px;
}

#s3 .t1 p {
	text-align: justify;
	opacity: 0.8;
}
a#b1 {
	FONT-SIZE: 22PX;
	LINE-HEIGHT: 32PX;
	padding-inline: 40px !important;
	padding-block: 13px;
	border-radius: 0px !important;
}

a#b1:before,a#b1:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	transition: .65s;
}

a#b1:before {
	left: 0px;
	top: 0px;
	border-left: 2px solid;
	border-top: 2px solid;
}

a#b1:after {
	bottom: 0px;
	right: 0px;
	z-index: 9;
	border-right: 2px solid;
	border-bottom: 2px solid;
}

a#b1:hover:before, a#b1:hover:after {
	width: 99%;
	height: 96%;
}
a#b1:hover {
	background: var(--c1) !important;
}
div#s4 {
	padding-block: 100px !important;
}
#s4 p {
	width: 93%;
}
#s4 a#b2 {font-size: 0px;padding-inline: 0px;padding-block: 0px !important;width: 20%;aspect-ratio: 1/1;margin-inline: auto;display: table;border-radius: 100% !important;position: absolute;top: 83%;left: 0;right: 0;opacity: 0;transition: .65s;}

#s4 a#b2 i {
	left: 0;
	right: 0;
	margin-inline: auto;
	font-size: 80px;
	rotate: -58deg;
	transform: translate(-10px, -11px);
}

#s4 a#b2:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin-inline: auto;
	width: 100%;
	height: 100%;
	background-image: url(https://yelnf.org/wp-content/uploads/2025/04/learn-more.png);
	background-repeat: no-repeat;
	background-position: center;
	animation: rotate 5s infinite linear alternate;
	transform: scale(1.15);
}
@keyframes rotate{
	100%{
		transform:rotate(100deg);
	}
}
#inner1:hover a#b2 {
	opacity: 1;
	top: 33%;
}
div#scroll {
	padding-block: 10px !important;
}

#scroll h3 {
	padding-inline: 10px;
	text-transform: uppercase;
	font-family: 'font1' !important;
}
#s5 .t1 {
	max-width: 65%;
	margin-inline: auto;
	margin-bottom: -165px;
	position: relative;
	z-index: 9;
	top: 60px;
	height: 140px;
}

#s5 .owl-dots {
	margin-top: -100px;
}

#s5 .owl-dots button span {
	background: #ffffff7a;
	width: 15px;
	height: 15px;
}

#s5 .owl-dots button.owl-dot.active span {
	transform: scale(0.95);
	background: #fff !important;
}

#s5 .owl-nav {
	display: block;
}

#s5 .owl-nav button {
	position: absolute;
	top: 94%;
	padding-block: 12px;
	border-radius: 40px !important;
	border: unset;
	backdrop-filter: blur(5px);
	background: #cccccc57;
	font-size: 0px;
	width: 200px;
	margin-inline: auto;
}

#s5 .owl-nav button:before {
	font-size: 25px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	margin-inline: auto;
	display: table;
}

#s5 button.owl-prev:before {
	content: 'Previous';
}

#s5 button.owl-next:before {
	content: 'Next';
}

#s5 button.owl-prev {
	left: 336px;
}

#s5 button.owl-next {
	right: 336px;
}
div#s6 {
	padding-block: 150px 100px !important;
}

#s6 .t1 p {
	margin-inline: auto;
	width: 50%;
}

#s6 .carousel-item {
	margin-inline: 15px;
}
#s6 .owl-carousel {
	width: 115%;
}

#s6 .t2 {
	text-align: center;
	padding-top: 15px;
}

#s7 a#b1 {
	background: var(--c1) !important;
}

#s7 a#b1:hover {
	background: var(--c) !important;
}
div#s7 {
	padding-block: 184px !important;
}

#s7 .t1 h2 {
	font-size: 111px;
	line-height: 111px;
	max-width: 1560px;
}

#s7 .t1 p {
	width: 40%;
}

#s7 span.text1 {position: absolute;top: 118px;width: 100%;left: 0px;}

#s7 span.blend {
	mix-blend-mode: exclusion;
	background-image: url(https://yelnf.org/wp-content/uploads/2025/04/img33.webp);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#footer-outer #footer-widgets .widget h4 {
	font-family: font2 !important;
}

#footer-widgets a:not(.icn ul li a) {
	opacity: 0.7;
}

div#nav_menu-3 {
	text-align: center;
	border-bottom: 1px solid #4c4c4c;
	margin-bottom: 30px !important;
	padding-bottom: 30px;
}

div#custom_html-2 {
	text-align: center;
}

div#footer {
	padding-block: 80px!important;
}
div#copyright {
	padding-block: 20px !important;
}

#copyright p {
	font-size: 20px;
	opacity: 0.7;
}

#footer-widgets .icn ul {
	display: flex;
	justify-content: center;
	gap: 0px 50px;
}

#footer-widgets .icn ul li a i {
	top: unset;
}

#footer-widgets .icn ul li a 
i.fa.fa-facebook {
	top: 4px;
}

div#nav_menu-4 {
	float: right;
}

#footer-widgets .row {
	position: relative;
}

#footer-widgets .row:before {
	content: '';
	position: absolute;
	left: -27%;
	right: 0;
	margin-inline: auto;
	display: table;
	border-top: 1px solid #4c4c4c;
	width: 300vh;
	top: 0px;
}

#footer-widgets .col.span_4 {
	position: relative;
}

#footer-widgets .col.span_4:nth-child(2):before, #footer-widgets .col.span_4:nth-child(3):before {
	content: '';
	position: absolute;
	height: 397px;
	z-index: 1111;
	top: -39px;
}

#footer-widgets .col.span_4:nth-child(2):before {
	border-left: 1px solid #4c4c4c;
	left: -80px;
}

#footer-widgets .col.span_4:nth-child(3):before {
	left: 80px;
	border-right: 1px solid #4c4c4c;
	z-index: 999;
}

#footer-outer[data-copyright-line=true] #copyright {
	border-color: #4c4c4c;
}
#footer-widgets .row {padding-block: 40px 30px !important;}
#s1 h1.ns-heading-el {
	position: relative;
}

#s1 h1.ns-heading-el:before {
	content: '';
	position: absolute;
	border-bottom: 5px solid var(--c);
	width: 37%;
	bottom: -10px;
}
#s4 .m1 {
	transition: .65s;
}

#s4 .m1:hover {
	filter: brightness(0.7);
}
#s1 a.primary-color {
	right: 88px;
}
#page-header-bg h1, body h1 {
	color: #000;
}
div#pgm_pg_sec_03 ul li {
	color: #fff;
}
div#df_160 {
	margin: 0px !important;
}
div#pgm_pg_sec_02 .df-book-cover img {
    width: 280px !important;
}
div#pgm_pg_sec_02 div#df_160 {
    width: 280px !important;
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	#top .container {
		padding: 0 70px !important;
	}
	#s3 h2 {
		margin-top: -40px;
	}

	div#img2 {
		right: -16%;
		width: 64%;
	}
	html body h1 {
		font-size: 130px;
		line-height: 120px;
	}

	div#img1 {
		right: -100px;
		margin-bottom: -183px;
	}

	div#img3 {
		margin-top: -349px;
		right: -58px;
		width: 40%;
	}

	#s5 .t1 {
		max-width: 82%;
	}

	#s5 button.owl-prev {
		left: 143px;
	}

	#s5 button.owl-next {
		right: 142px;
	}
	div#s7 {
		padding-block: 119px !important;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	#top ul li a span {
		font-size: 16px;
		line-height: 26px;
	}

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

	div#img2 {
		right: -20px;
		width: 51%;
	}

	div#img1 {
		width: 26%;
		right: -147px;
		margin-bottom: -142px;
	}

	div#img3 {
		margin-top: -280px;
		width: 32%;
		right: -109px;
	}

	#s5 .t1 {
		max-width: 90%;
	}

	#s5 button.owl-prev {
		left: 73px;
	}

	#s5 button.owl-next {
		right: 73px;
	}

	#s5 .owl-nav button {
		top: 91%;
	}

	div#s6 {
		padding-block: 100px 80px !important;
	}
	div#s7 {
		padding-block: 80px !important;
	}
	#header-outer[data-lhe="animated_underline"].transparent.dark-slide #top nav > ul > li > a .menu-title-text:after {
		border-color: var(--c) !important;
	}
	#top ul .s1 a span:hover::before, #top ul .s1 a span:hover::after {
		width: 90%;
	}
	#s1 a.primary-color {
		right: 67px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	}
div#page-header-bg h1 {
    font-size: 100px;
}
	#header-outer[data-lhe="animated_underline"].transparent.dark-slide #top nav > ul > li > a .menu-title-text:after {
		border-color: var(--c) !important;
	}
	#s3 h2 {
		margin-top: -30px;
	}

	div#img2 {
		width: 53%;
	}

	div#img1 {
		right: -130px;
		margin-bottom: -132px;
	}

	div#img3 {
		margin-top: -280px;
		width: 34%;
		right: -79px;
	}

	div#s3 {
		padding-block: 80px !important;
	}

	html body h2 {
		font-size: 64px;
		line-height: 64px;
	}

	html body h3 {
		font-size: 30px !important;
		line-height: 30px !important;
	}

	#s5 .t1 {
		margin-bottom: -165px;
	}

	#s6 .t1 p {
		width: 67%;
	}

	#s7 .t1 h2 {
		font-size: 100px;
		line-height: 100px;
		max-width: 1130px;
	}

	#s7 span.text1 {
		top: 107px;
		left: -48px;
	}

	#s7 .t1 p {
		width: 43%;
	}
	#top ul li a {
		margin: 0px !important;
		padding-inline: 7px !important;
	}
	html body h1 {
		font-size: 120px;
		line-height: 110px;
	}
	#top ul .s1 a span:before {
		left: 6px;
		top: -7px;
	}

	#top ul .s1 a span:after {
		bottom: -10px;
		right: 6px;
	}

	#top ul .s1 a span:hover::before, #top ul .s1 a span:hover::after {
		width: 91%;
	}
	#s1 a.primary-color {
		right: 77px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	#s2 a#b2 {
		width: 32%;
	}
	html body h2 {
		font-size: 57px;
		line-height: 57px;
	}

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

	div#img1 {
		right: -123px;
		margin-bottom: -123px;
	}

	div#img3 {
		margin-top: -262px;
	}

	#s7 .t1 h2 {
		font-size: 90px;
		line-height: 90px;
		max-width: 1010px;
	}

	#s7 span.text1 {
		top: 97px;
		left: -65px;
	}
	html body h1 {
		font-size: 110px;
		line-height: 100px;
	}
	#s4 a#b2 {
		width: 21%;
	}
	#s1 a.primary-color {
		right: 97px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	div#page-header-bg h1 {
    font-size: 80px !important;
}
	html body h1 {
		font-size: 90px;
		line-height: 80px;
	}
	#s1 h1.ns-heading-el:before {
		width: 36%;
	}

	#s1 em {
		font-size: 20px;
		line-height: 20px;
	}

	div#s2 {
		padding-block: 30px 50px !important;
	}

	#s2 .owl-stage {
		padding: 0;
	}

	#s2 a#b2 i {
		font-size: 60px;
		transform: translate(-2px, -10px);
	}

	#s2 a#b2 {
		width: 40%;
		top: 30% !important;
	}

	#s3 h2 {
		right: -115px;
		margin-top: -30px;
		padding-bottom: 15px;
	}

	html body h2 {
		font-size: 45px;
		line-height: 45px;
	}

	div#img2 {
		right: -40px;
		width: 63%;
	}

	div#img1 {
		margin-bottom: -96px;
		right: -76px;
	}

	div#img3 {
		margin-top: -261px;
		width: 43%;
		right: -3px;
	}

	html body  p {
		font-size: 14px;
		line-height: 24px;
	}

	div#s4 {
		padding-block: 50px !important;
	}

	html body h3 {
		font-size: 20px !important;
		line-height: 30px !important;
	}

	#s5 .owl-nav button:before {
		font-size: 20px;
		line-height: 30px;
	}

	#s5 .owl-nav button {
		top: 87%;
	}
	#s6 .owl-stage {
		padding: 0;
	}

	#s7 .t1 h2 {
		font-size: 75px;
		line-height: 75px;
		max-width: 848px;
	}

	#s7 span.text1 {
		top: 82px;
		left: -18px;
	}

	#footer-widgets .col.span_4:nth-child(3):before {
		left: 45px;
	}

	#footer-widgets .col.span_4:nth-child(2):before {
		left: -45px;
	}
	#header-outer.transparent[data-permanent-transparent="false"] #top .slide-out-widget-area-toggle.mobile-icon i:before, #header-outer.transparent[data-permanent-transparent="false"] #top .slide-out-widget-area-toggle.mobile-icon i:after, body.material.mobile #header-outer.transparent:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line, body #header-outer[data-permanent-transparent="1"].transparent:not(.dark-slide) > #top .span_9 > .slide-out-widget-area-toggle .lines-button:after, body #header-outer[data-permanent-transparent="1"].transparent:not(.dark-slide) > #top .span_9 > .slide-out-widget-area-toggle .lines:before, body #header-outer[data-permanent-transparent="1"].transparent:not(.dark-slide) > #top .span_9 > .slide-out-widget-area-toggle .lines:after, #header-outer[data-lhe="animated_underline"].transparent .nectar-header-text-content a:after {
		background: #fff !important;
	}
	#footer-widgets .row {
		padding-bottom: 0px !important;
	}

	#footer-widgets .col.span_4:nth-child(2):before, #footer-widgets .col.span_4:nth-child(3):before {
		height: 366px;
	}
	#s4 a#b2 {
		width: 27%;
	}
	#s1 a.primary-color {
		right: 27px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	div#s3 ul {
    text-align: left;
}
	div#page-header-bg h1 {
    font-size: 60p !important;
}
	div#pgm_pg_sec_01, div#pgm_pg_sec_03 {
    text-align: center;
}
	#s2 a#b2:before {
		transform: scale(1.1) !important;
	}
	#s1 .content {
		text-align: center;
	}
	#s1 a.primary-color {
		right: 0px;
	}

	html body h1 {
		font-size: 70px;
		line-height: 70px;
	}

	#s1 a.primary-color {
		font-size: 20px;
		line-height: 30px;
		padding-block: 15px;
		padding-inline: 40px;
		margin-inline: auto;
	}

	#s1 .buttons {
		justify-content: center;
	}

	#s1 a#down {
		display: none;
	}

	html body h2 {
		font-size: 40px !important;
		line-height: 50px !important;
	}

	html body h3 {
		font-size: 30px !important;
		line-height: 30px !important;
	}

	#s2 a#b2 {
		width: 37%;
	}

	#s2 .carousel-item:hover a#b2 {
		top: 30%;
	}

	div#s3 {
		text-align: center;
	}

	#s3 h2 {
		margin-top: 0px;
		right: 0;
		left: 0;
	}

	#s3 .t1 p {
		text-align: center;
	}

	div#img1 {
		display: none;
	}

	div#img3 {
		display: none;
	}

	div#img2 {
		right: 0;
		left: 0;
		margin-inline: auto;
	}

	div#s4 {
		text-align: center;
	}

	#s4 p {
		margin-inline: auto;
	}

	#s4 a#b2 {
		opacity: 1;
		top: 30%;
		width: 17%;
	}

	div#s5 {
		text-align: center;
	}

	#s5 .owl-nav {
		display: none;
	}

	#s5 .owl-dots {
		margin-top: -70px;
	}

	div#s6 {
		padding-block: 50px 50px !important;
	}

	#s6 .t1 p {
		width: 90%;
	}

	#s6 .owl-carousel {
		width: 100%;
	}

	div#s7 {
		padding-block: 26px !important;
		text-align: center;
	}

	#s7 .t1 p {
		width: 70%;
		margin-inline: auto;
	}

	#s7 span.text1 {
		display: none;
	}
	#s7 .t1 {
		filter: drop-shadow(2px 4px 6px black)drop-shadow(2px 4px 6px black)drop-shadow(2px 4px 6px black);
	}
	#footer-widgets .col.span_4:nth-child(2):before,#footer-widgets .col.span_4:nth-child(3):before {
		display: none;
	}

	div#nav_menu-4 {
		float: unset;
	}
	#top .container {
		padding: 0 18px !important;
	}
	#s1 h1.ns-heading-el:before {
		display: none;
	}
	#s2 .owl-dots {
		margin-top: -15px;
	}
	#s1 h1.ns-heading-el {
		PADDING-BOTTOM: 20PX !IMPORTANT;
	}
	#s5 .t1:not(#s5 .ttt2) {
		filter: drop-shadow(2px 4px 6px black)drop-shadow(2px 4px 6px black)drop-shadow(2px 4px 6px black);
	}

	#s5 .ttt2 {
		background: #ffffff78;
		padding-top: 30px;
		display: table;
		padding-inline: 30px;
		backdrop-filter: blur(1px);
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	div#pgm_pg_sec_02 div#df_160,div#pgm_pg_sec_02 .df-book-cover img {
    width: 245px !important;
}

	div#page-header-bg h1 {
    font-size: 40px !important;
}
	html body h1 {
		font-size: 30px;
		line-height: 40px;
	}
	#s5 .t1:not(#s5 .ttt2) {
		filter: unset;
	}

	#s5 .ttt2 {
		background: transparent;
		padding-top: 0px
			padding-inline: 0px;
	}
	#s1 .content {
		filter: drop-shadow(2px 4px 6px black)drop-shadow(2px 4px 6px black)drop-shadow(2px 4px 6px black)drop-shadow(2px 4px 6px black);
	}

	#s1 em {
		font-size: 14px;
		line-height: 24px;
	}

	#s2 .t1 p {
		width: 100%;
	}

	html body h3 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	#s4 a#b2 {
		width: 28%;
	}

	#inner1:hover a#b2 {
		top: 33%;
	}

	#s4 a#b2 {
		top: 20%;
	}

	#s5 .t1 {
		margin-bottom: 0px;
		top: 20px;
	}

	#s7 .t1 p {
		width: 100%;
	}

	div#nav_menu-3 {
	}

	div#custom_html-2 {
		text-align: center;
	}

	div#nav_menu-2 {
		text-align: center;
	}

	div#nav_menu-4 {
		text-align: center;
	}
	html body h2 {
		font-size: 32px !important;
		line-height: 42px !important;
	}
	#s2 a#b2 {
		width: 32%;
		opacity: 1 !important;
	}
	#s5 .t1 h2 span {
		color: #000 !important;
	}
	div#s2 {
		padding-block: 30px 30px !important;
	}
	div#footer {
		padding-block: 40px !important;
	}
	#s7 .row-bg.viewport-desktop.using-image {
		background-position: right center !important;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
	 #s2 a#b2::before {
    transform: unset !important;
  }
	 #s2 a#b2::before {
    transform: unset;
  }
	#s2 a#b2 {
		width: 33%;
		opacity: 1 !important;
	}
	#s4 a#b2 {
		width: 37%;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 390px) {
	  #s2 a#b2 {
    width: 38%;
  }
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}

@-moz-document url-prefix() {
	/*-----------------------------------------------------------------------------------------------------*/
	@media (max-width: 1920px) {}
	/*-----------------------------------------------------------------------------------------------------*/
	@media (max-width: 1600px) {}
	/*-----------------------------------------------------------------------------------------------------*/
	@media (max-width: 1440px) {
		#top ul .s1 a span::before {
			top: -9px;
		}
		/*-----------------------------------------------------------------------------------------------------*/
		@media (max-width: 1366px) {}
		/*-----------------------------------------------------------------------------------------------------*/
		@media (max-width: 1340px) {}
		/*-----------------------------------------------------------------------------------------------------*/
		@media (max-width: 1320px) {}
		/*-----------------------------------------------------------------------------------------------------*/
		@media (max-width: 1280px) {}
		/*-----------------------------------------------------------------------------------------------------*/
		@media (max-width: 1024px) {}
		/*-----------------------------------------------------------------------------------------------------*/
		@media (max-width: 840px) {}
		/*-----------------------------------------------------------------------------------------------------*/
		@media (max-width: 768px) {}
		/*-----------------------------------------------------------------------------------------------------*/
		@media (max-width: 525px) {}
		/*-----------------------------------------------------------------------------------------------------*/
		@media (max-width: 430px) {}
		/*-----------------------------------------------------------------------------------------------------*/
		@media (max-width: 375px) {}
		/*-----------------------------------------------------------------------------------------------------*/
		@media (max-width: 360px) {}
	}  