/*
Theme Name: tokyoolympics
Description: tokyoolympics  is simple responsive SEO friendly theme. 
Version: 0.1
Tags:  blog, news, featured-images, one-column, theme-options
Text Domain: tokyoolympics 
Domain Path: tokyoolympics 
Author: Developers
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

*{ 
	font-family:'Titillium Web';
}
.text-center img {
	display: inline-block;
}
header .mainmenu {
	float: right;
	padding-top: 6px;
}
header {
	padding: 0px;
}
.top-wrap {
	background-image: url(img/others/top-bg.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 92% 100%;
	padding: 0px 0px;
}
.header-search ul li:last-child {
	margin-right: 0px !important;
}
.header-search ul li {
	margin-right: 20px;
}
.metal-table ul li:last-child {
	border-right: none;
}
.metal-table ul li:first-child {
	padding-right: 0px !important;
	border-right: none;
}
.metal-table ul li.metal {
	padding-top: 2px;
	width: auto!important;
}
.header-search {
	padding-top: 3px;
}
.metal-table ul li {
	padding: 0px 9px;
	border-right: 0.5px solid #cb171f;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	width: 11%;
}
.header-search ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
header .mainmenu ul li a {
	text-decoration: none;
	font-size: 19px;
	color: #3f3f3f;
	font-weight: 600;
	text-transform: uppercase;
}
header .mainmenu ul li {
	padding: 0px 15px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
.header-logo {
	position: absolute;
	z-index: 10;
	top: -60px;
}
.header-top {
	background-color: #fff;
	padding: 20px 0px;
}
.medal-img {
	position: relative;
}
.medal-count h4 {
	margin-bottom: 0px;
	font-size: 20px;
	color: #fff;
	font-family: "Roboto Slab";
}
.medal-count {
	position: absolute;
	left: 0;
	right: 0;
	top: 5px;
}
.home-btn a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;
	padding: 7px 15px;
	background-color: #ed1b24;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav .current-menu-item a,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
	color: #ed1b24;
}
header .header-bottom {
	position: relative;
}
header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	width: 100%;
	text-align: center;
}
header .banner-contents h3 {
	font-size: 60px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 30px;
}
header .banner-contents h3 span{
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.banner-contents a.log-btn:hover {
	background-color: #fff;
	color: #000;
}
.banner-contents a.athletic-btn:hover {
	background-color: #fff;
	color: #ed1b24;
	border: 2px solid #fff;
}
.banner-contents a.log-btn {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	padding: 7px 20px;
	border: 2px solid #fff;
	background-color: transparent;
	margin-right: 25px;
}
.banner-contents a.athletic-btn {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	padding: 7px 20px;
	font-weight: 600;
	border: 2px solid #ed1b24;
	background-color: #ed1b24;
}
/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 44px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 44px;
	outline: none !important;
}
header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 44px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 44px;
	outline: none !important;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 9%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 99;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
	height: 15px;
	width: 15px;
	margin: 4px 4px !important;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover {
	border: 1px solid #fff !important;
}
header .header-bottom .owl-theme .owl-dot {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid transparent !important;
	margin: 0px 4px;
	text-align: center;
	padding: 0px !important;
}
.heading h3 {
	font-size: 48px;
	color: #242424;
	font-weight: 700;
	text-transform: uppercase;
}
.about-section {
	background-color: #fff;
	padding: 90px 0px;
}
.content-contents {
    text-align: center;
    padding: 20px 21px;
}
.content-section {
    padding: 90px 0px;
}
.content-contents h3 {
	font-size: 	24px;
}
.content-contents p {
	font-size: 	18px;
	color: #1f1e1e;
	margin-bottom: 0px;
}
.content-cont-wrap {
	box-shadow: 0px 4px 10px #d6d6d6;
	-webkit-box-shadow: 0px 4px 10px #d6d6d6;
	-moz-box-shadow: 0px 4px 10px #d6d6d6;
	-ms-box-shadow: 0px 4px 10px #d6d6d6;
	margin-bottom: 30px;
	background-color: #fff;
}
.about-contents h4 {
	font-size: 24px;
	color: #242424;
	font-weight: 700;
	text-transform: uppercase;
	background-image: url(img/others/red-heading.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.about-contents p {
	font-size: 18px;
	color: #000;
	line-height: 1.7;
	text-align: justify;
	font-family: "IBM Plex Sans";
}
.about-contents {
	padding-top: 20px;
}
.video-section {
	background-image: url(img/others/hosting-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 200px 0px;
	position: relative;
}
.hosting-shape {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.video-heading h3 {
	color: #fff;
	background-image: url(img/others/white-heading.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.video-heading {
	margin-bottom: 40px;
}
.video-contents p {
	font-size: 22px;
	color: #313131;
	line-height: 1.7;
	font-weight: 600;
}
.video-contents p {
	font-size: 18px;
	color: #313131;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 5px;
}
.video-contents ul {
	margin-bottom: 0px;
}
.video-contents ul li a {
	text-decoration: none;
	font-size: 15px;
	color: #ed3237;
	font-style: italic;
}
.video-contents ul li {
	margin-right: 10px;
}
.video-contents ul li:last-child {
	margin-right: 0px;
}
.video-cont-wrap {
	background-color: #fbedee;
	padding: 10px;
	margin-bottom: 10px;
}
.video-contents {
	padding-left: 10px;
}
.event-section {
	background-color: #fff;
	padding: 90px 0px;
}
.event-heading h3 {
	background-image: url(img/others/red-heading.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.event-heading {
	padding-bottom: 40px;
}
.about-section .event-contents h3 {
	text-transform: uppercase;
	}
.event-contents p {
	font-size: 18px;
	color: #1f1e1e;
	line-height: 1.5;
	font-family: "Roboto";
	margin-bottom: 5px;
}
.event-contents a {
	text-decoration: none;
	font-size: 18px;
	color: #ed1b24;
	font-weight: 600;
	font-family: "Open Sans";
}
.event-contents {
	padding: 20px;
}
.event-contents ul {
	margin-bottom: 0px;
}
.event-cont-wrap {
	box-shadow: 0px 4px 10px #c6c6c6;
	-webkit-box-shadow: 0px 4px 10px #c6c6c6;
	-moz-box-shadow: 0px 4px 10px #c6c6c6;
	-ms-box-shadow: 0px 4px 10px #c6c6c6;
}
.event-cont-wrap.last {
	padding: 10px;
	margin-bottom: 25px;
}
.event-cont-wrap.last .event-contents {
	padding: 5px 10px;
}
.event-cont-wrap.last .event-contents a {
	color: #707070;
}
.feedback-section {
	background-image: url(img/others/social-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0px;
	position: relative;
}
.footer-section {
	background-color: #323232;
	padding: 20px 0px;
}

.footer-menu ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	font-family: "IBM Plex Sans";
}
.footer-menu ul li {
	margin-right: 20px;
	position: relative;
}
.footer-menu ul li:last-child {
	margin-right: 0px;
}
.footer-menu ul li::after {
	content: "|";
	font-size: 17px;
	color: #fff;
	position: absolute;
	right: -12px;
	top: 1px;
}
.footer-menu ul li:last-child::after {
	display: none;
}
.blog-section {
	background-color: #fff;
	padding: 90px 0px;
}
.tokyo-year h4 {
	margin-bottom: 0px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}
.blog-img {
	position: relative;
}
.tokyo-year {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	background-color: #ed1b24;
}
.blog-contents h3 {
	font-size: 30px;
	color: #282828;
	text-transform: uppercase;
	font-weight: 700;
}
.blog-contents h4 {
	font-size: 18px;
	color: #ed1b24;
	font-weight: 700;
}
.blog-contents p {
	font-size: 18px;
	color: #1c1c1c;
	font-family: "IBM Plex Sans";
	line-height: 1.6;
	text-align: justify;
}
.blog-contents {
	padding: 20px 0px;
}
.blog-achieve h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding: 10px;
	background-color: #ed1b24;
}
.blog-achieve ul li {
	padding: 10px;
	border-bottom: 1px solid #d6d6d6;
}
.blog-achieve ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #101010;
}
.blog-achieve {
	border: 1px solid #d6d6d6;
}
.contents-heading h3 {
	background-image: url(img/others/red-heading.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
}
.contents-heading {
	padding-bottom: 40px;
}
.content-section.videos {
	background-image: url(img/others/video-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.content-section.videos .content-contents h3 {
	font-size: 19px;
}
.about-heading h3 {
	background-image: url(img/others/red-heading.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	text-transform: capitalize;
}
.about-heading {
	padding-bottom: 40px;
}
.faq-wrap button, .faq-wrap button:hover {
	width: 100%;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	background-color: #cf181f;
	border-radius: 0px;
	text-align: left;
	font-weight: 700;
	text-decoration: none !important;
}
.faq-wrap .card-header [data-toggle="collapse"] .fa:before {  
	background-image: url("img/others/plus.png");
	background-repeat: no-repeat;
	content: "";
	width: 25px;
	float: right;
	height: 20px;
	position: relative;
	top: 2px;
	right: 0px;
}
.faq-wrap .card-header [data-toggle="collapse"].collapsed .fa::before {
	background-image: url("img/others/plus.png");
	background-repeat: no-repeat;
	content: "";
	width: 25px;
	float: right;
	height: 20px;
	position: relative;
	top: 2px;
	right: 0px;
}
.card-body p {
	    font-size: 18px;
	    color: #000;
		line-height: 1.7;
		font-family: "IBM Plex Sans";
}
.card-header {
	padding: 0px;
	border-radius: 0px !important;
	border: none !important;
}
.card {
	border-radius: 0px !important;
	border: none !important;
	margin-bottom: 10px;
}
.common-wrap {
	background-image: url(img/others/video-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.schedule-head h3 {
	font-size: 27px;
	color: #2f2f2f;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "IBM Plex Sans";
}
.schedule-calendar h4 {
	font-size: 20px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "IBM Plex Sans";
}
.schedule {
	background-color: #fff;
	border-radius: 5px;
	padding: 30px;
	box-shadow: 0px 0px 10px #969696;
	-webkit-box-shadow: 0px 0px 10px #969696;
	-moz-box-shadow: 0px 0px 10px #969696;
	-ms-box-shadow: 0px 0px 10px #969696;
	position: relative;
	margin-top: -160px;
}
.schedule-heading {
    padding-bottom: 30px;
}
.schedule-wrap ul li {
	width: 10%;
}
.schedule-wrap ul li a {
	border-radius: 0px !important;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 5px;
	text-align: center;
	background-color: #2b2b2b;
	font-family: "IBM Plex Sans"; 
	border:1px solid #3E3E3E !important;
}
.schedule-wrap ul li a span {
	font-weight: 400;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	font-family: "IBM Plex Sans"; 
}
.schedule-wrap ul li a.active {
	background-color: #ed1b24;
}
.schedule-wrap .nav-tabs .nav-link.active, .schedule-wrap .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:focus {
	background-color: #ed1b24;
	color: #fff;
	box-shadow: none;
	border: 1px solid transparent !important;
}
.schedule-wrap ul {
	border-bottom: none;
}
.tab-content table th {
	background-color: #ed1b24;
	color: #fff;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "IBM Plex Sans";
	border-top: none;
}
.table-responsive {
    overflow: visible;
}
.tab-content table td {
	color: #1f1f1f;
	font-size: 16px;
	font-family: "IBM Plex Sans";
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #fff;
}
.table-striped tbody tr {
    background-color: #f0f3f9;
}
.tab-content table tr td:first-child {
	border-left: 2px solid #e9ecf2;
}
.tab-content table tr:last-child {
	border-bottom: 1px solid #e9ecf2;
}
/*.tab-content table tr td:firs {
	border-right: 1px solid #e9ecf2;
	border-left: 1px solid #e9ecf2;
}*/
.tab-content table tr td {
	border-right: 1px solid #d8d8d8;
	border-top: none;
	border-bottom: none;
}
.tab-content table tr td:last-child {
	border-right: 1px solid #e9ecf2;
}
.table-contents p {
	font-size: 20px;
	color: #2b2b2b;
	font-family: "IBM Plex Sans";
}
.table-contents p a {
	text-decoration: underline;
	font-weight: 600;
	font-size: 20px;
	color: #ed1b24;
	font-family: "IBM Plex Sans";
}
.schedule-section {
	padding: 60px 0px;
}
.details-section {
	padding: 30px 0px 60px;
}
.details-wrap h3 {
	font-size: 24px;
	color: #000000;
	font-weight: 700;
	font-family: "IBM Plex Sans";
}
.details-wrap h4 {
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	font-family: "IBM Plex Sans";
	margin-bottom: 12px;
}
.details-wrap h4 span {
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	font-family: "IBM Plex Sans";
}
.details-wrap a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	font-family: "IBM Plex Sans";
	border-radius: 0px;
	padding: 7px 20px;
	background-color: #ed1b24;
	margin-top: 15px;
}
.details-wrap {
	background-color: #fff;
	border: 1px solid #d1cbe7;
	padding: 30px 20px;
	min-height: 360px;
	margin-bottom: 20px;
}
.view-btn a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	font-family: "IBM Plex Sans";
	border-radius: 0px;
	padding: 10px 20px;
	background-color: #ed1b24;
	text-transform: uppercase;
}
.view-btn {
	padding-top: 20px;
}
.faq-wrap {
	padding-top: 20px;
}
/*CUSTOM CSS */


.header-top.header-top-inner {
    border-bottom: 1px solid #ccc;
}
.box-holder-inner {
    padding: 4% 0 4% 0;
}
footer {
	    border-top: 1px solid #ccc;
}
.btn.default-btn {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	padding: 6px 12px;
	font-weight: 600;
	border: 2px solid #ed1b24;
	background-color: #ed1b24;
}
.box-holder-inner h4 {
	text-decoration: none;
	font-size: 19px;
	color: #3f3f3f;
	font-weight: 600;
	text-transform: uppercase;
}
.box-holder-inner p a {
	text-decoration: none;
	font-size: 19px;
	color: #797979;
}
.box-holder-inner p, .box-holder-inner ul li {
	font-size: 18px;
	color: #000;
	line-height: 1.7;
	text-align: justify;
	font-family: "IBM Plex Sans";
}
.custom-pagination {
    text-align: center;
    margin-top: 40px !important;
}

.custom-pagination .page-numbers.current {
    background: #ed1b24;
	color:#fff;
    padding: 10px;
}

.custom-pagination .page-numbers {
    background: #000;
    padding: 10px;
    color: #fff;
}
.single .heading h3 {
	font-size: 28px;
	color: #242424;
	font-weight: 700;
	text-transform: uppercase;
}
.single h3 br {
    display: none;
}
#pms_login {
	width: 70%;
	margin: 0 auto;
}
.head-logo {
    margin-bottom: 50px;
}
#wpforms-submit-75 {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	padding: 7px 20px;
	font-weight: 600;
	border: 2px solid #ed1b24;
	background-color: #ed1b24;
	margin-right: 25px;
}
.wpforms-confirmation-container-full {
	background: #fed7d9 !important;
	border: 1px solid #fed7d9 !important;
}
#ctf {
	height: 400px;
}
.feedback-section1 {
	padding: 100px 0px;
}
.head-logo img {
	width: 60%;
}
.about-section .event-contents h3 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.about-section .event-contents p {
	font-size: 18px;
	color: #1f1e1e;
	line-height: 1.5;
	font-family: "IBM Plex Sans";
	margin-bottom: 5px;
	text-align: center;
}
.widgettitle {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding: 10px;
	background-color: #ed1b24;
}
#archives-3 ul li {
	list-style: none !important;
}
#archives-3 ul {
	margin-left: -40px !important;
}
#archives-3 ul {
	margin-left: -40px !important;
	margin-bottom: 0px;
}
.blog-img img {
	width: 100%;
}
.content-img p {
	padding-bottom: 0;
	margin-bottom: -10px;
}

/*RESPONSIVE*/
@media screen and (max-width: 2880px) {
.top-wrap {
	background-size: 85% 100%;
}
}

@media screen and (max-width: 1920px) {
	.video-section {
		padding: 150px 0px;
	}
	.feedback-section {
		padding: 90px 0px;
	}
		.top-wrap {
		background-size: 91% 100%;
	}
}


@media screen and (max-width: 1600px) {
	.metal-table ul li.metal {
		padding-top: 6px;
		font-size: 15px;
	}
}

@media screen and (max-width: 1440px) {
	.metal-table ul li {
		padding: 0px 9px;
		width: 11%;
	}
	.metal-table {
		text-align: left;
		padding-left: 40px;
	}
	.metal-table ul li.metal {
		padding-top: 5px;
		font-size: 15px;
	}
	.header-search {
		padding-top: 2px;
	}
}

@media screen and (max-width: 1366px) {
.LI-badge-container.horizontal.light {
	width: auto !important;
}
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {

}
@media screen and (max-width: 1279px) {
	
	.header-search ul li.search a {
		font-size: 13px;
	}
	.top-wrap {
		background-size: 112% 100%;
		background-image: url(img/others/top-bg-1.png);
	}
	.header-search ul li.follow a {
		font-size: 13px;
	}
	header .mainmenu ul li a {
		font-size: 15px;
	}
	header .banner-contents h3 {
		font-size: 30px;
	}
	.banner-contents a.log-btn {
		font-size: 13px;
	}
	.banner-contents a.athletic-btn {
		font-size: 13px;
	}
	.heading h3 {
		font-size: 38px;
	}
	.about-contents h4 {
		font-size: 18px;
	}
	.video-section {
		padding: 90px 0px;
	}
	.video-contents p {
		font-size: 15px;
	}
	.video-contents ul li a {
		font-size: 12px;
	}
	.video-img iframe {
		height: 340px;
	}
	.event-contents p {
		font-size: 14px;
	}
	.event-contents a {
		font-size: 14px;
	}
	.home-btn a {
		font-size: 13px;
	}
	header .banner-contents h3 span {
		font-size: 40px;
	}
	.content-contents h3 {
		font-size: 24px;
	}
	.blog-contents h3 {
		font-size: 20px;
	}
	.blog-achieve ul li a {
		font-size: 15px;
	}
	.blog-contents p {
		font-size: 16px;
	}
	.content-section.videos .content-contents h3 br {
		display: none;
	}
	.schedule-wrap ul li a {
		font-size: 14px;
	}
	.schedule-wrap ul li a span {
		font-size: 12px;
	}
	.tab-content table th {
		font-size: 11px;
	}
	.tab-content table td {
		font-size: 12px;
	}
	.table-contents p {
		font-size: 15px;
	}
	.table-contents p a {
		font-size: 15px;
	}
	.details-wrap h3 {
		font-size: 17px;
	}
	.details-wrap h4 {
		font-size: 15px;
	}
	.details-wrap h4 span {
		font-size: 14px;
	}
	.details-wrap a {
		font-size: 13px;
		padding: 5px 16px;
	}
	.details-wrap {
		min-height: 310px;
	}
	.view-btn a {
		font-size: 12px;
		padding: 10px 20px;
	}
		.metal-table ul li {
		padding: 0px 9px;
		width: 15%;
	}
}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
	.metal-table {
	text-align: left;
	padding-left: 0;
	}
	header .mainmenu ul li {
		padding: 0px 5px;
	}
	header .mainmenu ul li a {
		font-size: 13px;
	}
	.header-search ul li.search a {
		font-size: 11px;
		padding: 5px 10px;
		margin-right: 10px;
	}
	.header-search ul li.follow a {
		font-size: 11px;
		padding: 5px 10px;
		margin-right: 10px;
	}
	.header-search ul li a {
		font-size: 14px;
	}
	.header-search ul li a i {
		width: 30px;
		height: 30px;
		padding-top: 6px;
		margin-right: 5px;
	}
	header .mainmenu {
		padding-top: 10px;
	}
	.header-top {
		padding: 10px 0px;
	}
	.header-logo {
		top: 0px;
	}
	header .banner-contents h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.banner-contents a.log-btn {
		font-size: 11px;
		padding: 7px 15px;
	}
	.banner-contents a.athletic-btn {
		font-size: 11px;
		padding: 7px 15px;
	}
	.heading h3 {
		font-size: 28px;
	}
	.about-contents h4 {
		font-size: 13px;
	}
	.about-contents p {
		font-size: 15px;
	}
	.about-section {
		padding: 50px 0px;
	}
	.video-contents p {
		font-size: 10px;
	}
	.video-contents ul li {
		margin-right: 5px;
	}
	.video-contents ul li a {
		font-size: 8px;
	}
	.video-img iframe {
		height: 270px;
	}
	.event-section {
		padding: 50px 0px;
	}
	.event-heading {
		padding-bottom: 10px;
	}
	.event-cont-wrap.last {
		padding: 5px;
		margin-bottom: 10px;
	}
	.event-cont-wrap.last .event-contents p {
		font-size: 10px;
		margin-bottom: 0px;
	}
	.event-cont-wrap.last .event-contents a {
		font-size: 11px;
	}
	.event-cont-wrap.last .event-contents {
		padding: 5px 10px 0px;
	}
	.feedback-section {
		padding: 70px 0px;
	}
	.hosting-shape {
		top: -3px;
	}
	.banner-shape {
		bottom: -3px;
	}
	.footer-menu ul li a {
		font-size: 15px;
	}
	.footer-menu ul li::after {
		font-size: 15px;
	}
	.copyrights p {
		font-size: 14px;
	}
	.header-search ul li {
		margin-right: 15px;
	}
	.metal-table ul li {
		font-size: 11px;
		padding: 0px 4px;
		width: 15%;
	}
	.blog-section {
		padding: 50px 0px;
	}
	.blog-achieve h3 {
		font-size: 18px;
	}
	.schedule-head h3 {
		font-size: 17px;
	}
	.schedule-calendar h4 {
	font-size: 14px;
	}
	.schedule-heading {
		padding-bottom: 10px;
	}
	.schedule {
		margin-top: 0;
	}
	.schedule-wrap ul li a {
		font-size: 14px;
	}
	.details-wrap {
		min-height: 310px;
		padding: 20px 10px;
	}
	.header-search ul li {
    margin-right: 0px;
}
}

@media screen and (max-width: 767px) {
		header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #ed3237;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}
	.header-search {
		text-align: center !important;
	}
	header .header-bottom .owl-theme .owl-dots .owl-dot span {
		background-color: #fff;
		height: 8px;
		width: 8px;
		margin: 4px 4px !important;
	}
	header .header-bottom .owl-theme .owl-dot {
		width: 18px;
		height: 18px;
		border-radius: 50%;
		border: 1px solid transparent !important;
		margin: 0px 1px;
		text-align: center;
		padding: 0px !important;
	}
	.about-img {
		padding: 30px 0px;
	}
	.about-img img {
		width: 100%;
		margin: auto;
	}
	.faq-wrap button, .faq-wrap button:hover {
		font-size: 18px;
	}
	.card-body p {
		font-size: 16px;
	}
	.about-heading {
		padding-bottom: 20px;
	}
	.video-img img {
		width: 100%;
	}
	.video-contents p {
		font-size: 13px;
	}
	.video-contents ul li a {
		font-size: 12px;
	}
	.video-img iframe {
		height: 230px;
		margin-bottom: 10px;
	}
	.event-img img {
		width: 100%;
	}
	.event-cont-wrap {
		margin-bottom: 15px;
	}
	.event-cont-wrap.last {
		padding: 0;
		margin-bottom: 10px;
	}
	.event-cont-wrap.last .event-contents {
		padding: 20px;
	}
	.event-cont-wrap.last .event-contents p {
		font-size: 14px;
		margin-bottom: 0px;
	}
	.event-cont-wrap.last .event-contents a {
		font-size: 13px;
	}
	.footer-menu ul {
		display: block !important;
	}
	.footer-menu ul li {
		margin-right: 0px;
	}
	.footer-menu ul li::after {
		display: none;
	}
	.footer-menu {
		padding-top: 5px;
	}
	header .header-bottom .banner-contents {
		top: 15%;
	}
	.about-contents {
		padding-top: 0;
	}
	/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/mobile-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 24px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 25%;
	width: 24px;
	outline: none !important;
}
header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/mobile-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 24px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 25%;
	width: 24px;
	outline: none !important;
}
.top-wrap {
	background-image: none;
	background-color: #ed1b24;
	padding: 0px 0px;
}
.content-img img {
	width: 100%;
}
.content-cont-wrap {
	margin-bottom: 20px;
}
.facebook-img {
	margin: 10px 0px;
}
.blog-contents h3 br {
	display: none;
}
.schedule-wrap ul li a {
	font-size: 10px;
	padding: 10px 0px;
}
.schedule-wrap ul li a span {
	font-size: 10px;
}
.details-wrap {
	min-height: 0px;
}
.metal-table ul li {
	padding: 0px 3px;
	font-size: 10px;
	width: 15%;
	
}
	.metal-table ul li:first-child{
		margin-right: 5px;
	}
	
.metal-table ul li.metal {
	padding-top: 9px;
	font-size: 11px;
	width: auto;
}
.metal-table ul li img {
	width: auto;
}
.metal-table ul li:last-child {
	padding-right: 5px !important;
	border-right: none;
}
.table-responsive {
    overflow-x: auto;
}
.banner-contents.inner-page {
	top: 38% !important;
}
.header-search {
	padding-top: 5px;
}
}


@media screen and (max-width: 480px) {
	.schedule-wrap ul li {
	width: auto;
}
	.video-section {
		padding: 50px 0px;
	}
	.hosting-shape {
		top: -7px;
	}
	.video-contents {
		padding: 20px 10px 10px;
	}
	.navbar-dark .navbar-brand {
		color: #fff;
		width: 50%;
	}
		header .banner-contents h3 span {
		font-size: 18px;
	}
	
	.metal-table ul li {
		width: 11%;
	}
	.schedule-wrap ul li {
		width: 20%;
	}
	.header-search ul li {
	margin-right: 0px;
}
	.medal-count {
	top: 2px;
}
	.metal-table ul li {
	width: 16%;
		padding-top: 4px;
}
#linkedin_master_widget_profile_member-2 {
	margin-bottom: 20px !important;
}
}
@media screen and (max-width: 414px) {
	header .banner-contents h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.banner-contents a.log-btn {
		font-size: 10px;
		padding: 5px 9px;
	}
	.banner-contents a.athletic-btn {
		font-size: 10px;
		padding: 5px 10px;
	}

}
@media screen and (max-width: 387px) {
	.metal-table ul li.metal {
		padding-top: 6px;
		font-size: 11px;
		width: auto;
	}
	.header-search {
		padding-top: 2px;
	}
}
@media screen and (max-width: 375px) {
	.feedback-section {
		padding: 50px 0px;
	}
	.hosting-shape {
		top: -9px;
	}
	.banner-shape {
		bottom: -6px;
	}
.metal-table ul li {
    width: 17%;
}
.medal-count h4 {
	font-size: 16px;
}
}
@media screen and (max-width: 360px) {
	.heading h3 {
		font-size: 22px;
	}
}
@media screen and (max-width: 320px) {
	.header-search {
		padding-top: 0px;
	}
	.metal-table ul li.metal {
		padding-top: 6px;
		font-size: 10px;
		width: auto;
	}
	.metal-table ul li {
		padding: 0px 3px;
		font-size: 10px;
	}
}