 @charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
body {
	font-family: "Noto Sans TC", sans-serif;
}
li {
	list-style: none;
}
ul {
	padding: 0px;
	margin: 0px;
}
p {
	font-size: 17px;
	color: #272727;
	line-height: 26px;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.container {
	max-width: 1300px;
}
li {
	list-style: none;
}
::-webkit-scrollbar {
 width:8px
}
::-webkit-scrollbar-track {
 background:#fff
}
::-webkit-scrollbar-thumb:hover {
 background:#fda329
}
::-webkit-scrollbar-thumb {
 background-image:-webkit-linear-gradient(45deg, #fda329, #fda329);
 background-image:-o-linear-gradient(45deg, #fda329, #fda329);
 background-image:linear-gradient(45deg, #fda329, #fda329)
}
/*----------------------------------------*/
/*          Theme-btn Hover css
/*----------------------------------------*/
.theme-btn a {
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
	will-change: box-shadow, color, transform, opacity, background;
	background: #ffffff;
	border-radius: 100px;
	padding: 8px 29px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 2px;
}
.theme-btn a {
	color: #272727;
}
.theme-btn a:hover {
	color: #fff;
}
.theme-btn a.outlined {
	display: inline-flex;
	background: none;
	color: #170b39;
}
.theme-btn a:after, .theme-btn a:before {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 0;
	right: -50%;
	left: -50%;
	height: 0;
	padding-bottom: 200%;
	border-radius: 39%;
	border: unset;
	transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
	opacity: 0;
}
.theme-btn a:before {
	transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
	background: linear-gradient(25deg, #ffa91d, rgba(150, 56, 216, 0));
}
.theme-btn a:after {
	transform: translate3d(10%, 4.8em, 0) rotate(0deg);
	background: linear-gradient(70deg, #e38d02, rgba(124, 56, 216, 0));
}
.theme-btn a:hover, .theme-btn a:focus {
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
	background: #ffa91d;
	animation: pulse 2s infinite;
}
.theme-btn a:hover.outlined, .theme-btn a:focus.outlined {
	color: white;
}
.theme-btn a:hover:before, .theme-btn a:hover:after, .theme-btn a:focus:before, .theme-btn a:focus:after {
	transition: transform 2s ease 0s, opacity 0.2s ease;
	opacity: 1;
}
.theme-btn a:hover:before, .theme-btn a:focus:before {
	transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.theme-btn a:hover:after, .theme-btn a:focus:after {
	transform: translate3d(10%, -1em, 0) rotate(180deg);
}
@keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 rgba(253, 163, 41, 0.6);
}
 70% {
 box-shadow: 0 0 0 15px rgba(253, 163, 41, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(253, 163, 41, 0);
}
}
/*----------------------------------------*/
/*              Menu css
/*----------------------------------------*/
ul.menu {
	display: flex;
	gap: 44px;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
@media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 261px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 9999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 30px;
}
.header .row {
	align-items: center;
}
.menu-view-div-row .toggle {
	color: #fff;
	cursor: pointer;
	font-size: 28px;
	margin: 0;
	text-align: left;
	position: relative;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 45px !important;
	font-size: 15px;
	color: #000000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
	font-weight: 500;
	text-decoration: none;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #000000;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #c9c9c9;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
	font-size: 15px;
	letter-spacing: initial;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
.toggle {
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 8px;
	top: -48px;
	z-index: 9999;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: #f27200;
}
}
@media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: right;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	float: left;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #fff;
	font-size: 19px;
	display: inline-block;
	text-decoration: none;
	position: relative;
	padding-bottom: 16px;
}
.nav_area > ul > li.menu-item-has-children:first-child {
	padding-left: 0;
}
span.arrow {
	padding-left: 0px;
	color: #ffffff;
	margin-left: 9px;
	position: absolute;
	top: 8px;
	font-size: 14px;
	font-weight: 300;
}
span.arrow i {
	font-weight: 500;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #ffffff;
	z-index: 555;
	text-align: left;
	border-radius: 0px;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	/* transform: scaleY(1) translateZ(0); */
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	padding-top: 0px;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 17px;
	background: #04994b;
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #413834;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
	margin-top: 0px;
	font-size: 13px;
}
ul.sub-menu li a {
	color: #000;
	line-height: 21px;
	padding: 9px 14px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
	border-bottom: solid 1px #f1f1f1;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.mobile-menu.wrapper-menu {
	padding-top: 28px;
}
.language-box-row {
	display: flex;
	padding-top: 8px;
}
.language-box-row .select-box-language {
	margin-left: 7px;
}
.language-box-icon i {
	color: #ffffff;
	font-size: 18px;
}
/********** menu css End **********/
.header-top-right-side {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header-top-right-side .social-media-icon ul li a img {
	max-width: 42px;
}
.header-top-right-side .social-media-icon ul {
	display: flex;
	gap: 8px;
}
.header-top-right-side .top-links-btn {
	display: inline-block;
	margin-right: 7px;
}
.header-top-right-side .top-links-btn ul {
	display: flex;
}
.header-top-right-side .top-links-btn li a {
	background: #ff6d1b;
	padding: 6px 16px;
	display: inline-block;
	margin: 0px 1px;
	text-decoration: none;
	color: #fff;
	clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
	padding-bottom: 5px;
	font-size: 14px;
}
#sliderhome .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin: 0px 10px;
}
#sliderhome .owl-dots button.active span {
	background-color: #ffffff;
	position: relative;
}
#sliderhome .owl-dots {
	text-align: left;
	bottom: 81px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
	max-width: 1300px;
	left: 0;
	right: 0;
}
#sliderhome .owl-dots button.active span::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: solid 1px #ffffff;
	left: -7px;
	top: -6px;
	border-radius: 50%;
}
.item-row-home {
	position: relative;
}
.slider-banner-info {
	position: absolute;
	width: 100%;
	left: 0px;
	z-index: 222;
	display: flex;
	transform: translateY(-50%);
	top: 50%;
	flex-direction: column !important;
}
.slider-banner-info .slider-banner-title {
	font-size: 53px;
	margin-bottom: 11px;
	color: #fff;
	line-height: 75px;
}
.slider-banner-info p {
	color: #fff;
	font-size: 18px;
}
#sliderhome .owl-nav button.owl-prev {
	position: absolute;
	left: 6px;
	top: 40%;
}
#sliderhome .owl-nav button.owl-next {
	position: absolute;
	right: 6px;
	top: 40%;
}
.green {
	background: linear-gradient(#7bbf2a, #7bbf2a 50%, #9fe150 50%, #4a7c0e);
	background-size: 100% 200%;
	transition: background 1s;
}
.green:hover {
	background-position: 100% 100%;
}
.pink {
	background: linear-gradient(#d33a6a, #d33a6a 50%, #ff6897 50%, #d33a6a);
	background-size: 100% 200%;
	transition: background 1s;
}
.pink:hover {
	background-position: 100% 100%;
}
.orange {
	background: linear-gradient(#e6963c, #e6963c 50%, #fbb464 50%, #df8b2d);
	background-size: 100% 200%;
	transition: background 1s;
}
.orange:hover {
	background-position: 100% 100%;
}
.yellow {
	background: linear-gradient(#eec346, #eec346 50%, #ffd763 50%, #cda328);
	background-size: 100% 200%;
	transition: background 1s;
}
.yellow:hover {
	background-position: 100% 100%;
}
.feature-section-box .feature-box .feature-box-icon img {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.feature-section-box .feature-box:hover .feature-box-icon img {
	-webkit-transform: rotateY( 360deg );
	transform: rotateY( 360deg );
}
.feature-section-box {
	margin-top: -39px;
	z-index: 1;
	position: relative;
}
.feature-section-box .feature-3 {
	padding: 0;
}
.feature-section-box .feature-box {
	text-align: center;
	padding: 25px;
}
.feature-section-box .feature-box .feature-box-icon {
	margin-bottom: 15px;
}
.feature-section-box .feature-box p {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
}
.introduction-section {
	padding-top: 39px;
	padding-bottom: 39px;
}
.introduction-box-img {
	clip-path: polygon(0% 0%, 83% 0%, 100% 100%, 16% 100%);
}
.introduction-info .introduction-info-title {
	font-size: 44px;
	margin-bottom: 3px;
	color: #e97438;
}
.introduction-info p {
	font-size: 17px;
	line-height: 36px;
}
.news-big-card {
	position: relative;
}
.news-big-card .date {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #ff6b00;
	color: #fff;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	font-size: 34px;
	text-align: center;
	line-height: 1.1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: bold;
}
.news-big-card .date span {
	font-weight: 300;
	font-size: 25px;
}
.news-bg-text {
	background: #262626;
	text-align: center;
	padding: 23px 15px;
}
.news-bg-text .news-card-title1 {
	color: #fff;
	font-size: 27px;
	letter-spacing: 4px;
}
.small-card .news-bg-text .news-card-title1 {
	font-size: 15px;
	letter-spacing: initial;
	line-height: 23px;
}
.small-card .news-bg-text {
	padding: 8px 9px;
}
.small-card .date {
	width: 75px;
	height: 75px;
	font-size: 25px;
}
.small-card .date span {
	font-size: 18px;
}
.footer-section {
	background: #000;
	padding-top: 40px;
}
.footer-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	margin-bottom: 4px;
	display: inline-block;
}
.footer-info .footer-info-title {
	font-size: 26px;
	color: #fff;
	letter-spacing: 2px;
}
.footer-info-row {
	display: flex;
	margin-top: 17px;
}
.footer-info-row .contact-info-icon {
	margin-right: 8px;
}
.footer-info-row .contact-info-icon i {
	font-size: 23px;
	color: #ff9e00;
	font-weight: 300;
}
.footer-info-row .contact-info-text {
	color: #fff;
	font-size: 16px;
}
.footer-social-media-icon {
	display: flex;
}
.footer-social-media-icon ul {
	display: flex;
	gap: 10px;
}
.footer-social-media-icon {
	display: flex;
	align-items: center;
	margin-top: 16px;
}
.footer-social-media-icon .social-media-title {
	margin-right: 15px;
	color: #fff;
	font-size: 23px;
	letter-spacing: 2px;
}
.footer-social-media-icon ul li a img {
	max-width: 42px;
}
.copy-right {
	color: #fff;
	font-size: 14px;
}
.footer-copy-right {
	padding-top: 13px;
	border-top: solid 1px #fda329;
	padding-bottom: 13px;
	margin-top: 37px;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.training-card-section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 60px;
}
.training-card-box .training-card-box-img {
	text-align: center;
	padding: 0px 14px;
}
.training-card-box .training-card-box-info .training-card-box-title {
	font-size: 20px;
	margin-bottom: 4px;
	color: #000;
	font-weight: 600;
}
.training-card-section:After {
	content: "";
	background: #ff6e1b;
	width: 100%;
	height: 522px;
	position: absolute;
	top: 0px;
	clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
	z-index: -1;
}
.training-card-box {
	position: relative;
	margin-bottom: 54px;
}
.training-card-box:after {
	content: "";
	width: 100%;
	height: 430px;
	background: #fff;
	position: absolute;
	left: 0;
	display: inline-block;
	z-index: 0;
	bottom: -7px;
	border: solid 1px #e7973d;
}
.training-card-box-b {
	position: relative;
	z-index: 1;
}
.training-card-box-b .training-card-box-info {
	padding: 17px;
	padding-top: 8px;
}
.training-card-box-b .theme-btn {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
}
.training-card-box-b .theme-btn a {
	background: #ff9e00;
	color: #fff;
}
.white-btn a {
	border: solid 1px #e6953d;
}
.white-btn {
	display: inline-block;
	position: relative;
	width: auto;
}
.news-section .white-btn {
	margin-top: 25px;
	padding: 0;
}
.white-btn:after {
	content: "";
	width: 52px;
	height: 1px;
	background: #e6953d;
	display: inline-block;
	right: -34px;
	position: absolute;
	top: 24px;
}
.white-btn:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #e6953d;
	display: inline-block;
	right: -34px;
	position: absolute;
	top: 22px;
	z-index: 1;
	border-radius: 100px;
}
.newscontainer {
	display: flex;
	position: relative;
}
.newscontainer .ribbon {
	width: 90px;
	height: 360px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	margin-right: 25px;
	padding-left: 23px;
	margin-top: -63px;
}
/* Vertical text */
.newscontainer .ribbon-text {
	writing-mode: vertical-rl;
	font-size: 42px;
	font-weight: 900;
	letter-spacing: 6px;
	color: #ffffff;
	-webkit-text-stroke: 0px #f4b400;
	text-stroke: 4px #f4b400;
	letter-spacing: 8px;
	text-shadow: 3px 0 #f2b21a, -3px 0 #f2b21a, 0 3px #f2b21a, 0 -3px #f2b21a, 3px 3px #f2b21a, -3px -3px #f2b21a, 3px -3px #f2b21a, -3px 3px #f2b21a;
}
.ribbon-bg {
	float: left;
	position: absolute;
	left: 0;
	top: -39px;
	max-width: 317px;
	z-index: -1;
}
#sliderhome .owl-nav button i {
	font-weight: 100;
}
#sliderhome .owl-nav button {
	font-size: 43px;
	color: #fff;
}
.top-other-banner-section {
	position: relative;
}
.banner-title-info {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 20%;
}
.banner-title {
	font-size: 40px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 4px;
}
.header-section-bg {
	padding-top: 11px;
	padding-bottom: 6px;
}
.header-section .navbar {
	margin-bottom: -66px;
	z-index: 1;
	padding-top: 16px;
	position: relative;
}
.header-section {
	position: relative;
	z-index: 2;
}
.section-heading {
	display: flex;
	align-items: center;
	margin-bottom: 34px;
	border-bottom: solid 2px #edc04a;
	padding: 0px 90px 10px;
}
.news-details-info .news-details-img {
	margin: 0px 90px;
}
.date-info .datetext {
	text-align: center;
	color: #ffffff;
	font-size: 26px;
	width: 75px;
	height: 75px;
	padding-top: 11px;
	line-height: 26px;
	background: #ff6b00;
	border-radius: 50%;
	font-weight: 600;
}
.date-info .datetext span {
	display: block;
	font-size: 18px;
	font-weight: 300;
}
.cont-text {
	font-size: 15px;
	text-align: justify;
	color: #000000;
	line-height: 29px;
}
.theme-btn-row {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.orange-btn a {
	background: #ff6e1b;
	color: #fff;
	padding: 8px 42px;
}
.orange-btn a img {
	margin-right: 5px;
}
.content-section {
	padding-top: 40px;
	padding-bottom: 51px;
}
.news-details-info .cont-text {
	margin-bottom: 29px;
	margin-top: 28px;
}
/*----------------------------------------*/
/*    Boat Racing Committee Page css
/*----------------------------------------*/
.heading-title {
	font-size: 26px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	color: #e97438;
}
.conttext {
	font-size: 16px;
	color: #000000;
	text-align: justify;
	margin-bottom: 20px;
	line-height: 24px;
}
.dragon-boat-racing-details-row {
	margin-bottom: 35px;
}
.member-agencies-details-row {
	padding-top: 35px;
	width: 85%;
	margin: auto;
}
.section-heading-info {
	text-align: center;
	margin-bottom: 30px;
}
.section-heading-info .section-heading-title {
	font-size: 22px;
	color: #e97438;
	letter-spacing: 1px;
}
.section-heading-info p {
	margin-bottom: 0px;
	font-size: 22px;
	color: #e97438;
	line-height: 27px;
}
.member-agencies-details-box-row .col-md-6 {
	padding: 0px 7px;
}
.member-agencies-details-box-row .col-md-12 {
	padding: 0px 7px;
}
.member-agencies-details-box {
	text-align: center;
	margin-bottom: 10px;
	background: #fcebe3;
	padding: 20px;
}
.member-agencies-details-box .member-agencies-details-box-title {
	font-size: 16px;
	color: #932e06;
	font-weight: 600;
}
/*----------------------------------------*/
/*    Boat Racing Committee Page css
/*----------------------------------------*/
.events-list .news-big-card {
	margin-bottom: 20px;
}
.pagination-wrapper {
	text-align: center;
}
.pagination-wrapper li {
	display: inline-block;
	margin: 0px 5px;
}
.pagination-wrapper li a {
	width: 44px;
	height: 44px;
	display: inline-block;
	border: solid 1px #cccccc;
	border-radius: 100px;
	line-height: 41px;
	text-decoration: none;
	font-size: 18px;
	color: #234479;
}
.pagination-wrapper li a.active, .pagination-wrapper li a:hover {
	background: #7fbe32;
	color: #fff;
}
.pagination-wrapper {
	margin-top: 25px;
}
.introduction2 {
	margin-top: 36px;
}
.training-card-right-side-d {
	text-align: right;
}
.training-card-right-side-d .training-card-title-top1 {
	margin-bottom: 8px;
	font-size: 48px;
	color: #fff;
}
.row-training-card1 {
	align-items: center;
	margin-bottom: 20px;
}
.training-card-box-b .theme-btn img {
	width: auto !important;
}
.training-card-section .container {
	padding: 0px 90px;
}
.tab-content-slider .owl-dots {
	display: none;
}
.tab-content-slider .owl-nav {
	position: absolute;
	right: 0px;
	top: -122px;
}
.training-card-right-side-d .training-card-title-top1 {
	padding-right: 83px;
}
.tab-content-slider .owl-nav button i {
	font-size: 47px;
	font-weight: 200;
	color: #fff;
}
.row-training-card1 #nav-tab {
	border-bottom: solid 1px #fda329;
}
.row-training-card1 #nav-tab button {
	border: none;
	color: #fff;
	font-size: 21px;
	padding: 7px 33px;
	background: none !important;
}
.row-training-card1 #nav-tab button.active {
	color: #ffd499;
}
.footer-menu li a:hover {
	color: #ff9e00;
}
.row-training-card1 .white-btn:before {
	background: #fff;
}
.row-training-card1 .white-btn:after {
	background: #fff;
}
.newscontainer .small-card .padding-none1 {
	padding-top: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
.newscontainer .padding-none1 {
	padding: 9px;
}
.news-section .row.small-card .news-big-card img {
	max-height: 266px;
	width: 100%;
	object-fit: cover;
}
.section-heading .section-heading-text {
	margin-left: 11px;
	color: #000;
	font-size: 25px;
	font-weight: bold;
}
.header-section .navbar:after {
	content: "";
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0px;
	background-image: linear-gradient(to bottom, black, #ffffff00);
	z-index: -1;
}
.header-top-right-side .top-links-btn li a:hover {
	background-color: #04994b;
}
.mobile-menu ul.menu li.active-hover > a {
	color: #04994b;
}
.mobile-menu ul.menu li.active-hover span.arrow {
	color: #04994b;
}
.news-big-card .news-big-card {
	position: relative;
	overflow: hidden;
}
.news-big-card .news-big-card img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.news-big-card:hover .news-big-card img {
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.training-class-details-info {
	text-align: center;
	margin-top: 35px;
}
.training-class-details-info p {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #f57839;
	line-height: 34px;
}
.training-class-details-info p span {
	display: inline-block;
	color: #8dbc48;
}
.theme-btn.pink-btn a {
	background: #d33a6a;
	color: #fff;
}
.theme-btn.pink-btn a, .theme-btn.orange-btn a {
	min-width: 287px;
	padding: 8px 0px;
}
.theme-btn.pink-btn {
	margin-top: 15px;
}
.theme-btn.pink-btn a img, .theme-btn.orange-btn a img {
	margin-right: 13px;
}
.select-box-wrapper-row {
	display: flex;
	justify-content: center;
	margin-bottom: 42px;
	position: relative;
	z-index: 1;
}
.select-box-wrapper {
	width: 18%;
	margin: 0px 8px;
}
.photo-album-box-wrapper-info {
	position: relative;
	margin-bottom: 44px;
}
.photo-album-box-wrapper-info .photo-album-box-wrapper {
	position: relative;
	z-index: 1;
	border: solid 1px #e7973d;
}
.photo-album-box-wrapper-info .photo-album-box-wrapper .photo-album-box-img img {
	width: 100%;
}
.photo-album-box-wrapper-info .photo-album-box-wrapper .photo-album-box-text-info {
	background: #ffffff;
	padding: 13px 15px 26px;
	border-top: solid 4px #f57839;
}
.photo-album-box-wrapper-info .photo-album-box-wrapper .photo-album-box-text-info .photo-album-box-title {
	font-size: 15px;
	color: #000000;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: justify;
	margin-bottom: 5px;
}
.photo-album-box-wrapper-info .photo-album-box-wrapper .photo-album-box-text-info .date-text {
	font-size: 14px;
	color: #000000;
}
.photo-album-box-wrapper-info .photo-album-box-wrapper .photo-album-box-text-info .date-text i {
	margin-right: 4px;
	font-size: 18px;
	vertical-align: text-bottom;
	color: #f68146;
}
.photo-album-box-wrapper-info::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 9px;
	top: 9px;
	background: #fde2d4;
}
/*----------------------------------------*/
/*        Nice-select Box css
/*----------------------------------------*/
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 0;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 16px;
	text-transform: capitalize;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	border: solid 1px #cccccc;
	color: #000000;
	font-weight: 600;
	border-radius: 0px;
	letter-spacing: 2px;
}
.nice-select:hover {
	border-color: #5999f1;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #5999f1;
}
.nice-select:after {
	border-bottom: 1px solid #f57839;
	border-right: 1px solid #f57839;
	content: '';
	display: block;
	height: 8px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 18px;
	top: 49%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	width: 100%;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option.selected {
	font-weight: bold;
	color: #1d2482;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}
.photo-album-section {
	padding-top: 40px;
	padding-bottom: 51px;
}
.photo-album-box-wrapper-info-row .col-md-4 {
	padding: 0px 19px;
}
.training-list-section {
	padding-top: 40px;
	padding-bottom: 51px;
}
.category-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0px 49px;
	margin: 0px 14px;
	margin-bottom: 37px;
	border-bottom: solid 1px #fda329;
}
.category-scroll {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	width: 100%;
	scroll-behavior: smooth;
}
.category-scroll::-webkit-scrollbar {
 display:none;
}
.category-wrapper .category-list {
	display: flex;
	gap: 67px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.category-wrapper .category-list li {
	cursor: pointer;
	padding-bottom: 5px;
}
.category-wrapper .category-list li.active {
	border-bottom: 3px solid orange;
}
.category-wrapper .category-list a {
	font-size: 21px;
	color: #000;
	text-decoration: none;
	padding: 9px 13px;
	display: inline-block;
}
.category-wrapper .scroll-arrow {
	position: absolute;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.category-wrapper .left-arrow {
	left: 10px;
}
.category-wrapper .right-arrow {
	right: 10px;
}
.category-wrapper .scroll-arrow i {
	font-size: 40px;
	font-weight: 200;
	color: #f57839;
}
.photo-album-slider {
	padding: 0px 52px;
	margin-top: 25px;
}
.vehicle-detail-banner .car-slider-desc {
	max-width: 180px;
	margin: 0 auto;
}
.banner-slider .slider.slider-for {
	max-width: 84%;
	padding-left: 35px;
}
.banner-slider .slider.slider-nav {
	max-width: 16%;
}
.banner-slider .slider.slider-for, .banner-slider .slider.slider-nav {
	width: 100%;
	float: left;
}
.banner-slider .slider.slider-nav {
	/*height: 610px;*/
	overflow: hidden;
}
.slider-large-image {
	height: 560px;
}
.slider-large-image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.banner-slider .slider.slider-nav {
	padding: 32px 0 0;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg {
	max-width: 178px;
	height: 110px;
	margin: 0 auto;
	border: 1px solid #ebebeb;
}
.slider-banner-image img, .slider-nav .slick-slide.thumbnail-image .thumbImg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.slick-vertical .slick-slide:active, .slick-vertical .slick-slide:focus, .slick-arrow:hover, .slick-arrow:focus {
	border: 0;
	outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
	border: 2px solid #196db6;
}
.slider-nav .slick-slide.slick-current span {
	color: #196db6;
}
.slider-nav .slick-slide {
	text-align: center;
}
.slider-nav .slick-slide span {
	font-size: 14px;
	display: block;
	padding: 5px 0 15px;
}
.slick-arrow {
	width: 100%;
	background-color: transparent;
	border: 0;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	height: 18px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
}
.slick-prev {
	top: 0;
}
.slick-next {
	bottom: 0;
	background-color: #fff;
}
.slick-prev.slick-arrow {
	background-image: url(../images/black-up-arrow.png);
	background-color: #fcddcd;
	padding: 16px 15px;
}
.slick-next.slick-arrow {
	background-image: url(../images/black-down-arrow.png);
	background-color: #fcddcd;
	padding: 16px 15px;
}
/*End USE CSS for Slider*/

@media screen and (max-width: 991px) {
.banner-slider .slider.slider-for, .banner-slider .slider.slider-nav {
	max-width: 100%;
	float: none;
}
.banner-slider .slider.slider-for {
	padding-right: 0;
}
.banner-slider .slider.slider-nav {
	height: auto;
}
.slider-banner-image {
	height: 500px;
}
.slider.slider-nav.thumb-image {
	padding: 10px 30px 0;
}
.slider-nav .slick-slide span {
	padding: 5px 0;
}
.slick-arrow {
	padding: 0;
	width: 30px;
	height: 30px;
	top: 50%;
	bottom: 0;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
.slick-prev {
	left: 0;
	right: unset;
}
.slick-next {
	left: unset;
	right: 0;
	background-color: transparent;
}
.vehicle-detail-banner .car-slider-desc {
	max-width: 340px;
}
.bid-tag {
	padding: 10px 0 15px;
}
.slider.slider-nav.thumb-image {
	white-space: nowrap;
}
.thumbnail-image.slick-slide {
	padding: 0px 5px;
	min-width: 75px;
	display: inline-block;
	float: none;
}
}
 @media screen and (max-width: 767px) {
.slider-banner-image {
	height: 400px;
}
.slider.slider-nav.thumb-image {
	padding: 0px 0 0;
	margin: 0;
	order: 2;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg {
	max-width: 140px;
	height: 80px;
}
.slick-prev.slick-arrow {
	background-position: center 10px;
}
.slick-next.slick-arrow {
	background-position: center 10px, center;
}
.slider-nav .slick-slide span {
	font-size: 12px;
	white-space: normal;
}
}
 @media screen and (max-width: 580px) {
.slider-banner-image {
	height: 340px;
}
}
 @media screen and (max-width: 480px) {
.slider-banner-image {
	height: 280px;
}
}
.photo-album-slider .theme-btn {
	margin-top: 31px;
}
.events-list .news-big-card-img {
	position: relative;
	overflow: hidden;
}
.events-list .news-big-card-img img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.events-list .news-big-card:hover .news-big-card-img img {
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.photo-album-box-img {
	position: relative;
	overflow: hidden;
}
.photo-album-box-img img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.photo-album-box-wrapper-info:hover .photo-album-box-img img {
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.besign-by a:hover {
	color: #ff9e00;
}





/********* Mobile Layout *********/
@media only screen and (max-width: 767px) {
.photo-album-box-wrapper-info {
	margin-bottom: 30px;
}
.select-box-wrapper-row {
	margin-bottom: 26px;
	width: 100%;
	gap: 12px;
}
.select-box-wrapper {
	width: 50%;
	margin: 0;
	margin-bottom: 0px !important;
	display: inline-block;
}
.header-section .navbar:after {
	height: 58px;
}
.pagination-wrapper li {
	margin: 0px 1px;
}
.news-big-card-img img {
	width: 100%;
}
ul.menu {
	display: inherit;
}
.header-top-right-hide {
	display: none;
}
.header-section .navbar {
	margin-bottom: 0;
	padding-top: 0px;
}
.header-logo {
	max-width: 250px;
}
.feature-section-box {
	margin-top: 18px;
}
.feature-section-box .feature-3 {
	max-width: 50%;
}
.feature-section-box .feature-box {
	padding: 16px;
}
.introduction-section .theme-btn {
	margin-bottom: 22px;
}
.newscontainer .ribbon {
	margin-right: 0;
	padding-left: 0;
	width: 100%;
	height: auto;
}
.training-card-section .container {
	padding: 0px 15px;
}
.copy-right {
	text-align: center;
	margin-bottom: 7px;
}
.besign-by {
	text-align: center;
	margin-bottom: 15px;
}
.footer-section .col-md-2 {
	max-width: 50%;
	margin-bottom: 24px;
	margin-top: 26px;
}
.footer-menu li a {
	font-size: 13px;
}
.row-training-card1 .order-n2 {
	order: 2;
	margin-top: 25px;
}
.row-training-card1 .order-n1 {
	order: 1;
}
.row-training-card1 #nav-tab button {
	font-size: 14px;
	padding: 7px 9px;
}
.training-card-right-side-d {
	text-align: center;
}
.training-card-right-side-d .training-card-title-top1 {
	padding-right: 0;
	margin-bottom: 10px;
}
.newscontainer {
	display: inline-block;
}
.newscontainer .ribbon-text {
	writing-mode: horizontal-tb;
}
.news-section .row.small-card {
	margin: 0;
}
.news-section .white-btn {
	margin: 0px auto;
	margin-top: 20px;
}
.news-section {
	margin-top: 49px;
}
.slider-banner-info .slider-banner-title br {
	display: none;
}
.slider-banner-info .slider-banner-title {
	font-size: 18px;
	margin-bottom: 3px;
	line-height: 38px;
}
.slider-banner-wrapper img {
	height: 195px;
	object-fit: cover;
}
.slider-banner-info p {
	font-size: 10px;
	margin-bottom: 0px;
}
#sliderhome .owl-dots {
	text-align: center;
	bottom: 7px;
	max-width: 100%;
}
.news-details-info .news-details-img {
	margin: 0px 0px;
}
.section-heading {
	margin-bottom: 21px;
	padding: 0px 0px 12px;
}
.top-other-banner-section .other-banner-img img {
	height: 135px;
	object-fit: cover;
}
.banner-title {
	font-size: 27px;
	letter-spacing: 2px;
}
.member-agencies-details-row {
	padding-top: 17px;
	width: 100%;
}
.section-heading-info p {
	font-size: 19px;
	line-height: 31px;
}
.slider-banner-info {
	text-align: center;
}
#sliderhome .owl-nav button {
	display: none;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.header-section {
	z-index: initial;
}
.header-section .navbar {
	z-index: initial;
}
.category-wrapper {
	padding: 0px 46px;
	margin: 0px 0px;
	margin-bottom: 27px;
}
.category-wrapper .category-list {
	gap: 5px;
}
.photo-album-slider {
	padding: 0px 0px;
}
.banner-slider .slider.slider-for {
	max-width: 100%;
	padding-left: 0;
	order: 1;
}
.slider-large-image {
	height: auto;
}
.photo-album-slider .banner-slider {
	display: flex;
	flex-flow: column;
}
.photo-album-slider .thumbImg {
	padding: 4px;
}
.slick-prev.slick-arrow, .slick-next.slick-arrow {
	background-color: transparent !important;
}
}


/********* Mobile Layout *********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.photo-album-slider .banner-slider {
	display: flex;
	flex-flow: column;
}
.banner-slider .slider.slider-for {
	max-width: 100%;
	padding-left: 0;
	order: 1;
}
.slider.slider-nav.thumb-image {
	order: 2;
}
.photo-album-slider .thumbImg {
	padding: 8px;
}
.slider-large-image {
	height: 393px;
}
.category-wrapper .category-list {
	gap: 49px;
}
.training-list-section .training-card-box {
	margin-bottom: 94px;
}
.header-section {
	z-index: initial;
}
.header-section .navbar {
	z-index: initial;
}
.header-section-bg {
	padding-top: 17px;
	padding-bottom: 21px;
}
.slider-banner-info {
	text-align: center;
}
.slider-banner-info .slider-banner-title br {
	display: none;
}
.slider-banner-info .slider-banner-title {
	font-size: 33px;
}
ul.menu {
	display: inherit;
}
.header-top-right-hide {
	display: none;
}
.header-section .navbar {
	margin-bottom: 0;
	padding-top: 0px;
}
.header-logo {
	max-width: 250px;
}
.slider-banner-wrapper img {
	height: 420px;
	object-fit: cover;
}
.training-card-section .container {
	padding: 0px 20px;
}
.training-card-right-side-d .training-card-title-top1 {
	padding-right: 66px;
	font-size: 40px;
}
.row-training-card1 #nav-tab button {
	padding: 7px 13px;
}
.newscontainer {
	display: inline-block;
}
.newscontainer .ribbon-text {
	writing-mode: horizontal-tb;
}
.newscontainer .ribbon {
	margin-right: 0;
	padding-left: 0;
	width: 100%;
	height: auto;
}
.news-section {
	margin-top: 55px;
}
.feature-section-box .feature-box {
	padding: 19px;
}
.news-details-info .news-details-img {
	margin: 0px 50px;
}
.section-heading {
	padding: 0px 50px 10px;
}
.member-agencies-details-row {
	width: 100%;
}
.select-box-wrapper {
	width: 220px;
}
}

/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.select-box-wrapper {
	width: 220px;
}
.slider-large-image {
	height: 436px;
}
.news-section {
	margin-top: 73px;
}
.training-card-section .container {
	padding: 0px 40px;
}
ul.menu {
	gap: 18px;
}
.member-agencies-details-row {
	width: 91%;
}
.slider-banner-info {
	padding: 0px 50px;
}
#sliderhome .owl-dots {
	text-align: center;
	bottom: 48px;
}
.row-training-card1 #nav-tab button {
	font-size: 21px;
	padding: 7px 22px;
}
}
