/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans&family=Raleway:wght@400;500;600;700&display=swap');


:root {
	 --container-width:1200px
}


html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 17px/1.8 'Open Sans', sans-serif;
	color: #1d1d1f;
	height: 100%;
	line-height: 1.6;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

.DNNEmptyPane {
	display: none !important;
}



#Body,
html,
body,
.Head,
.SubTitle,
.SubSubTitle {
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #000000;
}

.Normal {
	color: inherit !important;
	font-family: 'Open Sans';
	line-height: 1.6;
	font-style: normal;
	font-size: inherit;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway';
	font-weight: 500;
	line-height: 1.1;
	margin-top: 0px;
	margin-bottom: 12px;
}

h1 {
	font-weight: 700;
	font-size: 39px;
	line-height: 1.1;
	letter-spacing: 0;
	color: #000000;
}

h2 {
	font-weight: 700;
	font-size: 33px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #000000;
}

h3 {
	font-weight: 700;
	font-size: 27px;
	line-height: 1.4;
	letter-spacing: 0;
	color: #000000;
}

h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #000000;
}

h5 {
	font-weight: 700;
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #000000;
}

h6 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #000000;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.9;
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.9;
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.9;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.9;
}

:placeholder {
	color: inherit;
	opacity: 0.9;
}

a,
a:link {
	transition: all 0.2s;
	text-decoration: none;
}
a,
a:link,
a:visited,
a:active {
	color: #c4161c;
}

a:hover {
	color: #c4161c;
}

 
body div.actionMenu ul,
body div.actionMenu ul:hover, 
body div.actionMenu ul.showhover{
	z-index: 11110 !important;
}
.dnnEditState.personabar-visible .actionMenu{
	display: block !important;
	z-index: 904;
}

@media (max-width: 767px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 26px;
	}

	h3,
	h4 {
		font-size: 24px;
	}

}


@media (min-width: 1600px) {
	#dnngo_megamenu > div > ul > li > a{
		font-size: 16px !important;
		padding: 3px 5px !important;
	}
	.header-center .container{
		max-width: 1430px;
	}
	.container {
		max-width: var(--container-width);
	}
}

p {
	margin-bottom: 18px;
}


/*header*/
.desktop-header {
	z-index: 991;
	width: 100%;
	padding:0;
}
.desktop-header .header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all ease-in 300ms;
}

.desktop-header.floating-active{
	position: fixed;
	top: 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.dnnEditState .header-replace {
	position: absolute !important; 
}


.desktop-header p {
	margin: 0;
}
.desktop-header .dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

.header-replace.roll_menu{
	position: absolute;
	left: 0;
	width: 100%;
	padding: 18px 0;
	z-index: 990;
	background-color: rgba(0,0,0,.3);
}

.desktop-header.floating-active{
	background-color: #FFF;
}

@media (max-width: 767px) {
	.desktop-header .dnn_logo{
		padding: 8px 0;

	}
	.desktop-header .dnn_logo img {
		height: 30px;
	}
	.header-replace.roll_menu{
		padding:  0;
	}
	
}



/*dnngo_megamenu */

#dnngo_megamenu {
	margin: 0px;
	padding: 0px;
	clear:both;
}
#dnngo_megamenu .primary_structure{
	position:relative;
	clear:both;
	margin:0; 
	padding:0;
}
#dnngo_megamenu .primary_structure:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
 
#dnngo_megamenu .primary_structure > li {
	float: left;
	list-style: none;
	position: relative;
	margin-left: 10px;
}
#dnngo_megamenu .primary_structure > li > a {
	display: inline-block;
	
}


#dnngo_megamenu .primary_structure > li > a:hover,
#dnngo_megamenu .primary_structure > li.menu_hover > a ,
#dnngo_megamenu .primary_structure > li.current > a { 
	text-decoration:none;
}
#dnngo_megamenu > div > ul > li > a{
	background:none;
	position: relative;
	display: block;
}
#dnngo_megamenu > div > ul > li > a:hover{
}
#dnngo_megamenu > div > ul > li > a {
	position:relative;
	color: #FFF;
	display:block;
	font-size:12px;
	padding: 3px 3px;
	transition: all ease-in 300ms;
}
.floating-active #dnngo_megamenu > div > ul > li > a > span{
	color: #000;
	transition: all ease-in 300ms;
}


#dnngo_megamenu > div > ul > li > a:hover ,
#dnngo_megamenu > div > ul > li.current > a,
.floating-active #dnngo_megamenu > div > ul > li > a:hover > span,
.floating-active #dnngo_megamenu > div > ul > li.current > a > span{
	color: #ffd800;
}

#dnngo_megamenu > div > ul > li.dir::after{
	content: "";
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 6px;
	height: 6px;
	display: inline-block;
	transform: rotate(45deg);
	vertical-align: middle;
	margin-bottom: 4px;
}
.floating-active #dnngo_megamenu > div > ul > li.dir::after,
.floating-active #dnngo_megamenu > div > ul > li.dir::after{
	border-bottom-color: #000;
	border-right-color: #000;
}
#dnngo_megamenu > div > ul > li.dir:hover::after,
#dnngo_megamenu > div > ul > li.dir.current::after,
.floating-active #dnngo_megamenu > div > ul > li.dir:hover::after,
.floating-active #dnngo_megamenu > div > ul > li.dir.current::after{
	border-bottom-color: #ffd800;
	border-right-color: #ffd800;
}


/*sub*/
#dnngo_megamenu .dnngo_menuslide {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 903;
	margin:0;
	padding:0;
}
#dnngo_megamenu .dnngo_masonrymenu {
	width:100%;
}
#dnngo_megamenu .dnngo_masonrymenu > ul {
	float:left;
	
}
#dnngo_megamenu .dnngo_masonrymenu > ul > li{
	margin:0px 10px;
}

/*dnngo_slide_menu*/
#dnngo_megamenu .dnngo_slide_menu {
	margin: 0;
	padding:0;
	white-space:nowrap;
	position: relative;
    background-color: #FFF;
}

#dnngo_megamenu .dnngo_slide_menu ul,
#dnngo_megamenu .dnngo_slide_menu ul li{
	margin:0;
	padding:0;
}

#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
	margin: 0;
	padding:0;
    background-color: #FFF;
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 904;
	box-shadow:			0 0 2px rgba(0,0,0,0.1);	
	-moz-box-shadow:	0 0 2px rgba(0,0,0,0.1); 	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
#dnngo_megamenu .dnngo_slide_menu li {
	position: relative;
	list-style: none;
 }
#dnngo_megamenu .dnngo_slide_menu li:last-child {
	border-bottom:none;
}

#dnngo_megamenu .dnngo_slide_menu li a {
	text-decoration:none;
	text-align:left;
	padding: 12px 80px 12px 15px;
	font-size:13px;
	display: block;
	color: #000;
	transition: all ease-in 200ms;
}

#dnngo_megamenu .dnngo_slide_menu li a:hover,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a {
	color: #fff;
	background-color: #ffd800;
}

#dnngo_megamenu .dnngo_slide_menu li.dir > a:before {
	content: "";
	width:5px;
	height:5px;
	right: 20px;
	top: 50%;
	position: absolute;
	margin:-2px 0 0 0;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); /* IE 9 */
	-moz-transform:rotate(-45deg); /* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari and Chrome */
	-o-transform:rotate(-45deg); /* Opera */
}

#dnngo_megamenu .dnngo_slide_menu li.dir > a:hover:before,
#dnngo_megamenu .dnngo_slide_menu li.dir.menu_hover > a:before  {
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}


.mobile-icon,.menu_main{
	display: none;
}

@media (max-width: 991px) {

	#dnngo_megamenu{
		display: none;
	}
	.header-right .menu-top{
		float: none;
		display: inline-flex;
		margin: 0;
	}


	.menu_main .multi_menu > ul a{
		font-size: 16px;
		position: relative;
		padding-right: 25px;
	}
	.menu_main .multi_menu > ul a .menu_arrow{
		font-size: 20px;
		position: absolute;
		right: 0;
		top: 0;
		width: 25px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;

	}
	.menu_main .multi_menu > ul a .menu_arrow.arrow_opened{
		line-height: 16px;
	}
	.menu_main .multi_menu > ul li.current  > ul{
		display: block;
	}
	.menu_main .multi_menu > ul ul{
		padding: 0;
		margin: 0;
		display: none;
	}
	.menu_main .multi_menu > ul ul li{
		list-style: none;
	}
	.page_title_box{
		padding-top: 100px;
		padding-bottom: 40px;
	}
	.menu_main > .multi_menu > .dropdown > li > a:after,
	.menu_main > .multi_menu > .dropdown > li > a:before{
		display: none;
	}

	.menu_main{
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 1002;
		padding: 10px 0;
		display: none;
		max-height: calc(100vh - 100px);
		overflow: hidden;
		overflow-y: auto;
		background-color: #FFF;
		box-shadow: 0 0 15px rgba(0,0,0,0.1);
	}
	.mobile-active .menu_main{
		opacity: 1;
		pointer-events: all;
		visibility: visible;

	}


	.menu_main .dropdown{
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.menu_main .dropdown li{
		margin: 0 15px;
		padding: 0px 0;
	}
	.menu_main .dropdown li a{
		display: block;
		text-align: left;
		border-bottom: 1px solid rgba(0,0,0,.2);
		padding: 10px 0;
	}

	.mobile-icon{
		width: 20px;
		height: 16px;
		color:#fff;
		border-top: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		display: block;
		position: relative;
		cursor: pointer;
		display: inline-block;
		backface-visibility: hidden;
		margin-left: 10px;
	}

	.desktop-header.floating-active .mobile-icon{
		color:#000;
	}


	.mobile-icon::after{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 5px;
		border-bottom: 2px solid currentColor;
	}


	.menu_main .dropdown {
		display: flex;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.menu_main .dropdown a,
	.menu_main .dropdown a:link,
	.menu_main .dropdown a:visited {
		color: #000;
	}
	.menu_main .dropdown .current > a,
	.menu_main .dropdown a:hover {
		color: #c4161c;
	}
	
	.menu_main > .multi_menu > .dropdown li.active > a,
	.menu_main > .multi_menu > .dropdown li.current > a,
	.menu_main > .multi_menu > .dropdown li > a:hover{
		color: #c4161c;
	}


}


/*****************/

.Normal img{
	max-width: 100%;
}

.row > .PaneBox {
	display: flex;
	flex-direction: column;
}
.row > .PaneBox > .DnnModule-DNN_HTML{
	flex-grow: 1;
}

.PaneBox{
	margin: 0 0 80px;
}
@media (max-width: 991px) {
	.PaneBox{
		margin: 0 0 60px;
	}
}
@media (max-width: 767px) {
	.PaneBox{
		margin: 0 0 30px;
	}
}



/*****************/

.title-01{
	display: block;
	font-size: 28px;
    line-height: 1.6;
    font-weight: 600;
	margin: 0 auto 20px;
	text-align: center;
	max-width: 690px;
}
.title-01::after{
	content: "";
	border-bottom: 1px solid #c4161c;
	width: 300px;
	display: block;
	margin: 30px auto;
}
.title-01.color-2{
	color: #FFF;
}
.title-01.color-2::after{
	border-bottom-color:#ffd800;
}


.menu-top{
	display: flex;
	align-items: center;
	float: right;
	margin-bottom: 14px;
}

.menu-top .Login-box{
	margin-right: 15px;
	position: relative;
}
.menu-top .Login-box .icon{
	display: none;
	/* color: #ffd800;
	font-size: 20px;
	cursor: pointer; */
}
.menu-top .Login{ 
	/* position: absolute;
	top: 100%; 
	right: -20px;
	background-color: #FFF;
	padding: 10px 20px;
	z-index: 30;
	border-radius: 3px;
	display: none;
    white-space: nowrap; */
}
.menu-top .Login a{
	margin: 0px 5px;
	/* color: #000; */
	color: #fff;
}
.desktop-header.floating-active .menu-top .Login a{
	color: #000;
}
.menu-top .Login a:hover{
	/* color: #c4161c; */
	color: #ffd800 !important;
}
@media (max-width: 767px) {
	.menu-top .Login a.SkinObject{
		display: none;
	}
}

.menu-top .Login::after{
	content: none;
	border: 4px solid transparent;
	border-bottom-color: #FFF;
	position: absolute;
	right: 23px;
	bottom: 100%;
}
.floating-active .menu-top{
	margin-bottom: 4px;
}


a.button-01{
	font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    min-width: 28px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #ffd800 ;
	border: 1px solid #ffd800;
    border-radius: 3px;
	display: inline-block;
	transition: all ease-in 300ms;
}
.header-replace a.button-01{
	font-size: 14px;
	padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}


a.button-01:hover{
	background: #ffd800;
    color: #FFF !important;
}


.banner-button{
	margin-left: auto;
	margin-right: 12%;
	margin-top: 4%;
	background-color: #c4161c;
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 45px;
	color: #FFF;
	font-size: 16px;
	position: relative;
	z-index: 3;
    white-space: nowrap;
}
.banner-button:hover{
	color: #FFF;
}
.banner-button::before{
    content: '';
    position: absolute;
    right: 100%;
    background-color: inherit;
    width: 76px;
    height: 100%;
    transform: skewX(-45deg);
    transform-origin: right bottom;
	z-index: -1;
}
.banner-button .fa{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #FFF;
	color: #c4161c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	margin-left: 10px;
}


.tp-mask-wrap[style*="min-height: 100%;"]{
	height: 100% !important;
}
.banner-mask{
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(0,0,0,.3);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 15%, 65% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 15%, 65% 100%, 0 100%);
}


@media (max-width: 991px) {

	.banner-button{
		height: 50px;
		padding: 0px 25px;
	}
	.banner-button::before{
		width: 50px;
	}
}



.SectionPaneA ,
.SectionPaneC {
	margin: 0 0 30px;
}
.iconbox-01{
	text-align: center;
}
.iconbox-01 .number{
	margin-bottom: 15px;
}
.iconbox-01 .title{
	color: #000000;
}

.iconbox-01 .circle-1{
	stroke:#e8e8e8 ;
}
.iconbox-01 .circle-2{
	stroke:#7E7E7E ;
	transform: rotate(-90deg);
	transform-origin: center;
}
.iconbox-01 .text{
	dominant-baseline:middle ;
	text-anchor:middle ;
	fill:#7E7E7E ;
	font-family: 'Bebas Neue';
}

.section-2{
	

	background-image: url("../images/SectionPane-bg.webp");
	background-size: cover;
	background-position: center center;
	color: #FFF;
	margin-bottom: 80px;
	position: relative;
}
.section-2 > div{
	position: relative;
	z-index: 1;
}
.section-2:after{
	content: "";
	background: #000;
	opacity: 0.5;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	pointer-events: none; 
}
.section-2 .SectionPaneB {
	padding-top: 80px;
	padding-bottom: 80px;
	margin: 0;
}
@media (max-width: 767px) {
	.section-2{
		margin-bottom: 30px;
	}
}


.section-cont01{
	margin: 0 0 0 auto;
	font-size: 18px;
}
.section-cont01 .title{
	font-size: 55px;
	color: #FFF;
}
.iconbox-02{
	text-align: center;
}
.iconbox-02 .icon{
	margin-bottom: 15px;
}
.iconbox-02 .title{
	font-size: 16px;
}

.section-3{
	background-color: #c4161c;
	margin-bottom: 80px;
}
.section-3 .SectionPaneD {
	padding-top: 80px;
	padding-bottom: 80px;
	margin: 0;

}
@media (max-width: 991px) {
	.section-cont01 .title{
		font-size: 32px;
	}
}



/*footer */

.section-footer{
	background-color:#282828;
	color: #ffffff;
	font-size: 14px;
	padding: 80px 0 0;
}

@media (max-width: 991px) {
	.section-footer{
		padding: 40px 0 0;
	}
}


.footer-social a{
	display: inline-flex;
	width: 31px;
	height: 31px;
	background-color: #ffd800;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	color: #282828 !important;
	margin: 0 5px 5px 0;
	transition: all ease-in 300ms;
	font-size: 18px;
}
.footer-social a:hover{
	color: #ffffff !important;
	background-color: #c4161c;
}




.footer-list{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.footer-list li{
	margin-bottom: 6px;
}
.footer-list a,
.footer-list a:link,
.footer-list a:visited {
	color: #ffffff;
}
.footer-list a:hover {
	color: #ffd800;
}




.footer-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 15px;
	font-size: 12px;
	background-color: #000000;
	text-align: center;
}
.footer-bottom .loginGroup{
	display: inline-block;
}
.section-footer .sep{
	margin: 0 10px;
}

.footer-bottom a,
.footer-bottom a:link,
.footer-bottom a:visited {
	color: #ffffff;
}
.footer-bottom a:hover {
	color: #ffd800;
}


.section-footer .XBD_Effect_10_Default .title a{
	color: #FFF;

}
.section-footer .XBD_Effect_10_Default .content{
	display: inline;
}
.section-footer .XBD_Effect_10_Default > ul > li{
	margin-bottom: 20px;
}



#to_top{
	width: 44px;
    height: 44px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    background-color: #c4161c;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	position: fixed;
	z-index: 1003;
    right: 25px;
    bottom: 25px;
	border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	visibility: hidden;
}
#to_top:before {
    content: '';
    border-bottom: 6px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;

}
#to_top.active{
	opacity: 0.7;
	visibility: visible;
}

#to_top:hover{
	opacity: 1;
}




#Body a.button-02 {
	font-size: 18px !important;
	line-height: 1.2 !important;
	font-weight: 600 !important;
	min-width: 28px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-top: 18px !important;
	padding-bottom: 18px !important;
	color: #010307 !important;
	border: 1px solid #ffd800 !important;
	background-color: #FFD800 !important;
	border-radius: 3px !important;
	display: inline-block !important;
	transition: all ease-in 300ms !important;
  }
  #Body a.button-02:hover{
	background-color: #C4161C !important;
	border-color:#C4161C !important;
	color: #fff !important;
  }
  #Body a.button-03 {
	font-size: 18px !important;
	line-height: 22px !important;
	font-weight: 600 !important;
	min-width: 28px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-top: 18px !important;
	padding-bottom: 18px !important;
	color: #fff !important;
	border: 1px solid #C4161C !important;
	background-color: #C4161C !important;
	border-radius: 3px !important;
	display: inline-block !important;
	transition: all ease-in 300ms !important;
  }
  #Body a.button-03:hover{
	background-color: #ffd800 !important;
	border-color:#ffd800 !important;
	color: #010307 !important;
  }


.text-shadow{
	text-shadow: 0 0 15px #000;
}
.bg_opiton_box{
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inside_banner{
	padding-top: 230px;
	padding-bottom: 123px;
}
.inside_banner h2{
	font-size: 49.99px;
	line-height: 1.2;
	color: #fff;
}
.inside_banner p{
	font-size: 21.9px;
	line-height: 1.2;
	color: #fff;
	padding-top: 17px;
	padding-bottom: 42px;
	font-weight: 600;
}
.btn_banner a{
	margin-left: 15px;
	margin-right: 15px;
}
.size-18{
	font-size: 18px;
	line-height: 1.555;
}
.size-22{
	font-size: 22px;
	line-height: 1.454545;
}

.in_box2{
	padding-top: 24px;
}
.in_box2 > div{
	margin-bottom: 60px;
}
.in-box3{
	max-width: 484px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.in-box3 h3.title{
	font-size: 39.99px;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0 0 15px #000;
	padding-bottom: 28px;
}
.color-white{
	color: #fff !important;
}

#Body .Custom_Testimonials li p a{
	color: #fff;
}
#Body .Custom_Testimonials li p a:hover{
	text-decoration: underline;
}
.section-3.background_container_box{
	margin-bottom: 0;
}
.skin-flex{
	display: flex;
	align-items: center;
}
.skin-flex .img_box{
	flex: 0 0 43%;

}
.skin-flex .context{
	flex: 1 1 auto;
	padding-left: 52px;
}
.skin-flex .context h3{
	color: #fff;
	font-size: 27.99px;
	line-height: 1.2;
}
.skin-flex .context h3:after{
	content: "";
	border-bottom: 1px solid #FFD800;
    width: 300px;
    display: block;
    margin: 30px 0;
}
.skin-flex .context p{
	color: #fff;
}
#Body .skin-flex .context .button-02{
	margin-top: 30px;
}
#Body .skin-flex .context .button-02:hover{
	background-color: #fff !important;
	color: #C4161C !important;
	border-color: #fff !important;
}
.size-20{
	font-size: 20px !important;
}
.font-w600{
	font-weight: 600;
}
.BottomOutPane{
	padding-top: 86px;
	padding-bottom: 80px;
}
.icon_box_container .row > .PaneBox{
	margin-bottom: 20px;
}
.height-80{
	font-size: 0;
	height: 80px;
}



@media (max-width: 767px) {
	.inside_banner{
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.inside_banner h2{
		font-size: 30px;
	}
	.btn_banner a{
		margin-bottom: 5px;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 3px;
	}
	.btn_banner{
		display: flex;
		justify-content: center;
	}
	.in_box2 img{
		margin-bottom: 15px;
	}
	.skin-flex{
		display: block;
	}
	.skin-flex .img_box{
		margin-bottom: 40px;
	}
	.skin-flex .context{
		padding-left: 0;
	}
	.BottomOutPane{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.height-80{
		height: 10px;
	}
}



.breadcrumbBox {
	display: flex;
	background-image: url("../images/breadcrumb.jpg");
	background-size: cover;
	background-position: center center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 530px;
	margin-bottom: 80px;
}
.breadcrumbBox .title{
	text-align: center;
	color: #ffffff;
	font-size: 40px;
	font-weight: 500;
}
.breadcrumbBox  .breadcrumbRight {
	text-align: center;
	color: #ffffff;
}
.breadcrumbBox  .breadcrumbRight *{
	display: inline-block;
}
.breadcrumbBox  .breadcrumbRight a,
.breadcrumbBox  .breadcrumbRight a:link{
	color: #FFF;
	font-size: 20px;
}
.breadcrumbBox  .breadcrumbRight a:hover{
	color: #fed700;

}
.breadcrumbBox  .breadcrumbRight .sep{
	display: inline-block;
	margin: 0 10px;
	width: 8px;
	height: 2px;
	margin-bottom: 3px;
	vertical-align: middle;
	background-color: currentColor;
}
.DnnModule-Admin .LoginPanel{
	margin-top: 300px;
}
.inside_box1 .title-01{
	max-width: inherit;
	font-size: 24px;
	color: #000;
}
.title-01.color-3:after{
	border-color: #000000;
}
.social_message li{
	display: inline-block;
	list-style: none;
	font-size: 20px;
	 color: #555;
	 margin: 0 17px;
}
.social_message li a{
	color: #555;
}
.social_message li a:hover{
	color: #C4161C;
}
.social_message li span.fa{
	color: #000;
	margin-right: 10px;
}
.social_message{
	display: block;
	padding:20px 0 0;
	margin: 0;
	text-align: center;
}
.About-NSTA-box1 .title-01:after{
	margin-top: 23px;
	margin-bottom: 45px;
}
.About-NSTA-box2{
	padding-top: 70px;
}
.About-NSTA-box2 .title-01:after{
	margin-top: 23px;
}
.bar{
	text-align: center;
	padding: 10px 15px;
	background: #BD0F11;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.breadcrumbborder{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
@media (max-width: 767px) {
	.breadcrumbBox {
		height: 350px;
		margin-bottom: 40px;
	}
	.breadcrumbBox .title{
		color: #ffffff;
		font-size: 32px;
		font-weight: 500;
	}
}

@media (min-width: 768px) {
	.breadcrumbborder{
		margin-top: 100px;
	}
	.bar{
		padding: 20px 0;
		font-size: 28px;
	}
}

@media (min-width: 1600px) {
	#Body a.button-03{
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	.bar{
		padding: 30px 0;
		font-size: 35px;
	}
}

.CalendarAndCard-tabs-title {
	display: flex;
	margin: 0 0 30px;
	padding: 0;
	justify-content: center;
	align-items: center;
	list-style: none;
}

.CalendarAndCard-tabs-title li {
	font-size: 20px;
	color: #666;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.filter-switch{
	width: 47px;
	height: 24px !important;
	background: #C5161D;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	position: relative;
	margin-left: 8px;
	margin-right: 8px;
}
.active .filter-switch span{
	left: 4px;
}
.filter-switch span {
	transition: all ease-in 300ms;
	position: absolute;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	left: auto;
	right: 4px;
	top: 4px;
	background: #FFF;
	display: block;
	height: 16px;
	width: 16px;
  }

.CalendarAndCard-tabs-title li:first-child {
	border-radius: 6px 0 0 6px;
}

.CalendarAndCard-tabs-title li:last-child {
	border-radius: 0 6px 6px 0;
}

.CalendarAndCard-tabs-title li:hover {

}

.CalendarAndCard-tabs-title li.active {
	color: #000;
}
.CalendarAndCard-tabs {
	margin-bottom: 30px;
}
.CalendarAndCard-tabs .tab-content {
	display: none;
}
.Committees_box{
	text-align: center;
	color: #555;
}
.Committees_box p strong{
	color: #000000;
}
.Committees_box .p-row2,
.Committees_box .p-row1{
	padding-bottom: 10px;
}
.Committees_box .p-row3{
	padding-bottom: 30px;
}
.Committees_box .p-row4{
	padding-bottom: 12px;
}
.Committees_box2{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
a.btn_link{
	display: inline-block;
	background-color: #E9002F;
	color: #fff;
	padding: 10px 30px;
	font-size: 18px;
	transition: all ease-in 300ms;
}
a.btn_link:hover{
	background-color: #ffd800;
	color: #000;
}





/* LoginPage */
#dnn_wrapper.LoginPage #dnn_content{
	display: flex;
    flex-direction: column;
    justify-content: center;

	padding-top: calc( 46px + 30px );
	padding-bottom: 30px;
	min-height: 100vh;

	background-image: url("../images/NSTA-Login-Bg.jpg");
	background-size: cover;
	background-position: center center;
}
@media (min-width: 768px) {
	#dnn_wrapper.LoginPage #dnn_content{
		padding-top: calc( 100px + 30px );
	}
}
@media (min-width: 1600px) {
	#dnn_wrapper.LoginPage #dnn_content{
		padding-top: calc( 110px + 30px );
	}
}

#dnn_wrapper.LoginPage .ContentPane{
    margin: 0 0 0 auto;
	padding: clamp(20px, 2.5vw + 2px ,50px);
	max-width: 600px;
	background-color: #fff;
	border-radius: 5px;
}
#dnn_wrapper.LoginPage .ContentPane a:hover{
	text-decoration: underline;
}

#dnn_wrapper.LoginPage .LoginPanel{
	float: none;
	width: 100%;
    padding: 0 0 0;
}
#dnn_wrapper.LoginPage #socialControls{
	display: none;
}
#dnn_wrapper.LoginPage .LoginPanel .dnnLoginService{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
#dnn_wrapper.LoginPage .LoginPanel .dnnLoginService::after{
	content: none;
}
#dnn_wrapper.LoginPage .LoginPanel .dnnLoginService .dnnFormItem{
	position: relative;
	width: 100%;
	gap: 10px;
}
#dnn_wrapper.LoginPage .LoginPanel .dnnLoginService .dnnFormItem:nth-child(3),
#dnn_wrapper.LoginPage .LoginPanel .dnnLoginService .dnnFormItem:nth-child(5){
	width: auto;
}
#dnn_wrapper.LoginPage .LoginPanel .dnnLoginService .dnnFormItem:nth-child(4){
	order: 1;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#dnn_wrapper.LoginPage .LoginPanel .dnnFormItem > .dnnLabel{
    float: none;
    margin: 0 0 0;
    padding: 0 0 0;
    width: 100%;
	color: #444;
	font-size: 18px;
	line-height: 32px;
	text-align: left;
}
#dnn_wrapper.LoginPage .LoginPanel .dnnFormItem > span.dnnFormLabel{
	display: none;
}
#dnn_wrapper.LoginPage .LoginPanel .dnnLoginService input[type="text"],
#dnn_wrapper.LoginPage .LoginPanel .dnnLoginService input[type="password"]{
	margin: 0 0 0;
	padding: 10px 20px;
	min-width: auto;
    max-width: none;
	width: 100%;
	color: #444;
	font-size: 18px;
	line-height: 32px;
    border: 1px solid #e0e0e0;
	border-radius: 3px;
    box-shadow: none;
}

#dnn_wrapper.LoginPage .LoginPanel .dnnFormItem input[type="checkbox"] + span{
	margin: 0 4px 0 0;
}
#dnn_wrapper.LoginPage .LoginPanel .dnnFormItem input[type="checkbox"] + span.dnnCheckbox .mark{
	padding: 0;
    background: none;
}
#dnn_wrapper.LoginPage .LoginPanel .dnnFormItem input[type="checkbox"] + span.dnnCheckbox .mark img{
	margin-bottom: 3px;
}
#dnn_wrapper.LoginPage .LoginPanel .dnnBoxLabel{
	margin: 0 0 0;
	color: #444;
	font-size: 18px;
	line-height: 32px;
}
#dnn_wrapper.LoginPage .LoginPanel .dnnActions{
	padding: 0;
}
#dnn_wrapper.LoginPage .LoginPanel .dnnActions::after{
	content: none;
}
#dnn_wrapper.LoginPage .LoginPanel .dnnActions li{
	float: none;
	margin: 0 0 0;
}
#dnn_wrapper.LoginPage .LoginPanel .dnnSecondaryAction, 
#dnn_wrapper.LoginPage .LoginPanel a.dnnSecondaryAction{
	margin: 0;
	padding: 0;
	color: #c4161c !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
    background: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
}

#dnn_wrapper.LoginPage .LoginPanel .dnnPrimaryAction,
#dnn_wrapper.LoginPage .LoginPanel a.dnnPrimaryAction{
	font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
	width: 100% !important;
	margin: 0 0 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    color: #fff !important;
    border: 1px solid #C4161C !important;
    background: #C4161C !important;
    border-radius: 3px !important;
    display: block !important;
    transition: all ease-in 300ms !important;
	box-shadow: none !important;
	text-shadow: none !important;
	text-decoration: none !important;
}
#dnn_wrapper.LoginPage .LoginPanel .dnnPrimaryAction:hover,
#dnn_wrapper.LoginPage .LoginPanel a.dnnPrimaryAction:hover{
	background-color: #ffd800 !important;
    border-color: #ffd800 !important;
    color: #010307 !important;
}
/* 
#dnn_wrapper.LoginPage .LoginPanel .dnnPrimaryAction + .dnnSecondaryAction,
#dnn_wrapper.LoginPage .LoginPanel a.dnnPrimaryAction + .dnnSecondaryAction{
	display: none;
}
*/
#dnn_wrapper.LoginPage .LoginPanel .dnnSecondaryAction{
	display: none;
}


.loginPage-title-01{
	text-align: center;
}
.loginPage-title-01 .title{
	margin: 0 0 20px;
}
.loginPage-title-01 .title span{
	color: #c4161c;
}
.custom_width{
	max-width: 1429.5px;
}
.Theme_Imagebox .imagebox a[href^="http://"]{
	pointer-events: none;
	cursor: default;
}
.dnn_spear{
	padding-top: 40px;
	padding-bottom: 80px;
}
.inside_banner2{
	padding-top: 290px;
	padding-bottom: 247px;
}
.inside_banner2 .title{
	color: #fff;
	font-size: 44.99px;
	font-weight: bold;
	line-height: 1.22;
}
.inside_banner2 .title + p{
	color: #fff;
	font-size: 20px;
	line-height: 1.4995;
	font-weight: normal;
	padding-top: 24px;
}

.context-01 .title-02:after {
    content: "";
    border-bottom: 1px solid #C4161C;
    width: 300px;
    display: block;
    margin: 30px 0;
}
.title_line .title-02:after {
    content: "";
    border-bottom: 1px solid #C4161C;
    width: 300px;
    display: block;
    margin: 30px 0;
}
.context-01 .button-02 {
    margin-top: 30px;
}
.img_spear{
	padding-top: 120px;
	padding-bottom: 98px;
}
.custom_font hr{
	border-color: #fff;
}
.custom_font .big_title{
	font-size: 40px;
	line-height: 50px;
	color: #fff;
}
.inside_banner2.custom_font{
	padding-top: 240px;
	padding-bottom: 167px;
}
.custom_box2 p,
.custom_box01 p{
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 10px;
}
.size-25{
	font-size: 25px;
}
.custom_box2 .size-25{
	font-weight: 600;
}
.bg_box_style01{
	display: flex;
	background-color: #FFDE26;
	padding: 20px;
	gap: 20px;
	margin-bottom: 31px;
}
.con_box .title{
	font-size: 30px;
	font-weight: 600;
}
.con_box p{
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
	margin: 0;
}
.bg_box_style01 .img_box{
	flex: 0 0 140px;
	max-width: 140px;
}
.bg_box_style02{
	display: flex;
	gap: 10px;
	padding: 20px;
	background-color: #00656F;
}
.bg_box_style02 .img_box{
	order: 2;
}
.bg_box_style02 .con_box{
	order:1;
}
.bg_box_style02	.con_box .title{
	font-size: 28px;
}
.light_text *{
	color: #fff;
}
.bg_box_style02	.con_box p{
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	padding-bottom: 17px;
}
.bg_box_style02	.con_box p:last-child{
	padding-bottom: 0;
}
.mb-80{
	margin-bottom: 60px;
}
.align-items-center{
	align-items: center;
}
.bg_box_style01 .title2{
	margin: 0;
}
.pb-20{
	padding-bottom: 20px;
}
.bg_box_style03{
	text-align: center;
	background-color: #F7F7F7;
	padding: 20px;
}
.bg_box_style03	.con_box .title{
	font-size: 28px;
	line-height: 38px;
	color: #c4161c;
	font-weight: bold;
	padding-bottom: 7px;
}
.bg_box_style03	.con_box p{
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: normal;
}
.title-25{
	font-size: 25px;
}
.font_style01 .con_box .title2{
	font-size: 32px;
	line-height: 40px;
}
.box_style01{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
}
.box_style01 .title{
	font-size: 25px;
	padding-bottom: 6px;
}
.bg_box_style04{
	background-color: #00656F;
	padding: 20px;
}
.bg_box_style04 *{
	color: #fff;
}
.bg_box_style04 .title{
	font-weight: 600;
}
.bg_box_style04 .font_weight_600{
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0;
}
.bg_box_style04 ul{
	padding: 0;
	margin: 0;
}
.bg_box_style04 ul li{
	list-style: none;
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}
.bg_box_style04 ul li:last-child{
	margin-bottom: 0;
}
.bg_box_style04 ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
}
.box_style01{
	padding: 0px 0 60px;
}
.footer_bottom_text{
	text-align: center;
}
.footer_bottom_text .title{
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	line-height: 42px;
}
.footer_bottom_text{
	padding: 50px 0 0;
}
.footer_bottom_text2 .title{
	color: #fff;
	font-size: 28px;
	line-height: 50px;
	font-weight: normal;
}
.footer_bottom_text2 .title a{
	font-weight: 600;
	font-size: 32px;
	color: #fff;
}
.footer_bottom_text2 .title a:hover{
	text-decoration: underline;
}
.footer_bottom_text2 {
	text-align: center;
}
@media (min-width:1600px) {
	.footer_bottom_text2{
		padding: 0 100px;
	}
	.footer_bottom_text{
		padding: 92px 0 0;
	}
	.bg_box_style04 .title{
		font-size: 40px;

	}
	.bg_box_style04{
		padding: 70px 100px;
	}
	.box_style01 .img_box{
		flex: 0 0 500px;
		max-width: 500px;
	}
	.box_style01{
		gap: 100px;
		padding: 40px 0 100px;
	}
	.bg_box_style03{
		padding: 78px 60px;
	}
	.bg_box_style01 .title2{
		font-size: 40px;
		line-height: 50px;
		
	}
	.mb-80{
		margin-bottom: 80px;
	}
	.bg_box_style02 .img_box{
		flex: 0 0 195px;
		max-width: 195px;
	}
	.con_box .title{
		font-size: 48px;
	}
	.bg_box_style02	.con_box .title{
		font-size: 40px;
	}
	.bg_box_style02{
		gap: 70px;
		padding: 60px 100px;
	}
	.bg_box_style01{
		padding: 47px 100px;
		gap: 70px;
	}
	.pl-xl-20{
		padding-left: 20px;
	}
	.pr-xl-20{
		padding-right: 20px;
	}
	.custom_box01 .button-02{
		margin-top: 20px;
	}
	.custom_font hr + .big_title{
		padding-top: 42px;
	}
	.custom_font .big_title{
		font-size: 60px;
		line-height: 70px;
	}
	.img_right_option{
		margin-right: -30px;
	}
}
@media (max-width: 992px) {
	.box_style01 .img_box{
		flex: 0 0 40%;
		max-width: 40%;
	}
	.dnn_spear{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.inside_banner2 .title{
		font-size: 30px;
		line-height: 1.2;
	}
	.inside_banner2.custom_font,
	.inside_banner2 {
		padding-top: 90px;
		padding-bottom: 60px;
	}
	.context-01 img{
		margin-bottom: 20px;
	}
	.img_spear{
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.bg_box_style02,
	.bg_box_style01{
		display: block;

	}
	.box_style01 .img_box,
	.bg_box_style02 .img_box,
	.bg_box_style01 .img_box{
		padding-bottom: 20px;
	}
	.box_style01{
		display: block;
	}
	.font_style01 .con_box .title2{
		font-size: 25px;
	}
}

.por-history .history-title{
	font-size: 20px;
}




/*login*/

.Login .userName>a {
	/* max-width: 140px;
 text-overflow : ellipsis ;
 overflow: hidden; */
	padding-right: 18px;
}

.Login a,
.Login a:link,
.Login a:active,
.Login a:visited {
	color: inherit;
	display: inline-block;
	color: #fff;
}

.userName>a:after {
	content: "";
	border-color: currentColor transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -3px 0 0 -6px;
	-webkit-transition: border-color ease-in 200ms;
	transition: border-color ease-in 200ms;
}

.Login .userName,
.Login .userProfile,
.Login .userProperties {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
}

.Login .userName+.userProfile,
.Login .userRegister+.userLogin {
	margin-left: 10px;
}
.Login .userName+.userProfile{
	display: none !important;
}

.Login .userProperties>ul {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.Login .userProperties>ul li {
	list-style: none;
	position: relative;

}
.Login .userProperties>ul li.viewProfile,
.Login .userProperties>ul li.userMessages,
.Login .userProperties>ul li.userNotifications,
.Login .userProperties>ul li.userProfilename{
	display: none;
}

.Login .userProperties>ul>li,
.Login .userProperties>ul>li>span {
	display: inline-block;
}

.Login .userProperties>ul>li img,
.Login .userProperties>ul>li>a {
	width: auto;
	display: block;
	text-decoration: none;
}

.Login .userProfile .userMessages {
	position: absolute;
	top: -6px;
	right: -5px;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: var(--accent-color);
	border-radius: 10px;
}



/*--------------
	 User Controls Menu Drop Down
---------------*/
.Login .userProperties ul.userMenu {
	display: none;
	position: absolute;
	right: 0;
	top: 32px;
	z-index: 906;
	width: 175px;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	background: #3a4241;
	padding: 15px 0px;
	text-align: left;
}

.Login .userProperties li.userNotifications,
.Login .userProperties li.userProfilename {
	border-bottom: 1px solid #5e5e5e;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
}

.Login .userProperties ul.userMenu:after {
	position: absolute;
	top: -6px;
	right: 59px;
	content: '';
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	/* left arrow slant */
	border-right: 7px solid transparent;
	/* right arrow slant */
	border-bottom: 7px solid #3a4241;
	/* bottom, add background color here */
	font-size: 0px;
	line-height: 0px;
}

.Login .userProperties ul.userMenu a {
	display: block;
	padding: 2px 15px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	/* transition decleration */
	transition: all ease-in 100ms;
	-moz-transition: all ease-in 100ms;
	/* Firefox 4 */
	-webkit-transition: all ease-in 100ms;
	/* Safari and Chrome */
	-o-transition: all ease-in 100ms;
	/* Opera */
	-ms-transition: all ease-in 100ms;
	/* IE9? */
}

.Login .userProperties ul.userMenu a:hover {
	color: #FFF;
}

.Login .userProperties ul.userMenu a span {
	padding: 1px 4px;
	border-radius: 3px;
	font-size: 11px;
	color: #fff;
	background-color: var(--accent-color);
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
	margin-bottom: 2px;
}

.Login .userProperties ul.userMenu li:last-child>a {
	padding-bottom: 0;
}

.Login .userProperties ul.userMenu li:hover>a {}

.Login .userProperties ul.userMenu a strong {
	font-weight: normal;
}


.desktop-header.floating-active .Login .userProperties .userMenu a{
	color: #fff;
}
.ModC #dnnEditUser .dnnAdminTabNav{
	display: none !important;
}
.ModC #dnnEditUser #dnnUserDetails .udContent #H2 + fieldset,
.ModC #dnnEditUser #dnnUserDetails .udContent #H2{
	display: none !important;
}
.ModC #dnnEditUser .dnnActions a.dnnPrimaryAction{
	color: #fff;
}
.ModC #dnnEditUser .dnnActions a.dnnSecondaryAction{
	color: #333;
}
.ModC #dnnEditUser h2.dnnFormSectionHead > a,
.ModC #dnnEditUser h2.dnnFormSectionHead{
	font-weight: bold;
}
.ModC #dnnEditUser #dnnPassword h2.dnnFormSectionHead{
	font-weight: normal;
}

.item_center_box .pro-img-list.numbercolumns-3 li{
	margin-left: auto;
    margin-right: auto;
    float: none;
}

.card_img_center .Theme_08_Default.pro-img-list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
 	height: 0; 
	overflow: hidden;
	z-index:0;
}
 
.responsive-video iframe,
.responsive-video object,
.responsive-video embed,
.responsive-video video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:1;
}
.yellow_bg{
	background-color: #FFFF00;
	padding: 0 5px;
	border-radius: 5px;
}