@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: 'headings';
 src: url(../fonts/inter-headings.ttf);
}
 @font-face {
 font-family: 'para';
 src: url(../fonts/inter-para.ttf);
}
 @font-face {
 font-family: 'main';
 src: url(../fonts/gelasio-main.ttf);
}
body {
	font-family: 'para';
}
.bg-dark {
	background-color: #2C3748 !important;
	padding: 15px 0px 15px 0px;
}

/*****  Buttons  ********/

.btn, a{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.btn:focus {
	outline:none;
}
button:focus {
	outline:none;
}

.brown_skew_btn:focus, .grey_dark_skew_btn:focus{
	outline:none;
}

/**  Primary Button Brown  ***/
.brown_skew_btn, .grey_dark_skew_btn  {
	display: inline-block;
	border: 0;
	padding: 0 15px 0 15px;
	background-color: transparent;
	overflow: hidden;
	border-radius: 5px;
	font-size: 16px;
	transform: skewX(-15deg);
	cursor:pointer;
	float: center;
	box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.24);
}

.brown_skew_btn.btn-block{
	display: block;
	width:90%;
	margin:0 auto;
}

.brown_skew_btn.btn-block .brown_skew_btn_content{
	display: block;
}

.brown_skew_btn.btn-block .brown_skew_btn_content_text{
	display: block;
}

.brown_skew_btn:hover {
	text-decoration:none;
}
.brown_skew_btn_content, .grey_dark_skew_btn_content {
	display: inline-block;
	padding: 8px 15px 8px 15px;
	margin-left: -30px;
	transform: skewX(30deg);
	background-color: #b79654;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.24);
	min-width: 150px;
	text-align: center;
}
.brown_skew_btn_content_text, .grey_dark_skew_btn_content_text {
	display: inline-block;
	transform: skewX(-16deg);
	color: #fff;
	font-weight: 300;
	text-align: center;
	word-break: initial;
	padding-left: 15px;
}

.brown_skew_btn .fas, 
.grey_dark_skew_btn .fas{
	margin-left:-2px;
}

.grey_dark_skew_btn_content {
	background-color: #2c3748;
}
.btn-outline-default {
	color: #fff;
	border-color: #718095;
	font-size: 16px;
	padding: 5px 20px;
	border-radius: 4px;
	margin-left: 10px;
}
.btn-outline-default:hover {
	color: #fff;
	background-color: #B79654;
	border-color: #B79654;
}
.bg-light {
	padding:0px;
}
.btn-dark-default {
	background-color: #b79654;
	color: #fff;
	border-radius: 4px;
	margin-top: -1rem;
}
marquee {
	color: #fff;
	font-family: 'para';
	text-transform: uppercase;
	width: 50%;
	background-image: linear-gradient(to left, #2c3748 100%, rgba(44, 55, 72, 0.25) 93%, rgba(44, 55, 72, 0) 50%, rgba(44, 55, 72, 0.25) 6%, #2c3748);
}
marquee .data {
	display: inline-block;
}
marquee h3, marquee p {
	display: inline-block;
	font-size: 15px;
	margin-left: 20px;
	margin-top: 1rem;
}
marquee p.red {
	color: red;
	margin-left: 5px;
}
marquee p.green {
	color: green;
	margin-left: 5px;
}
.navbar-light
{padding: 25px 0;}

.navbar-light .navbar-nav .nav-link {
	font-size: 18px;
	color: #718095;
	margin-right: 5px;
}
.navbar-light .navbar-nav .nav-link {
	font-size: 17px;
	color: #718095;
	margin-right: 5px;
	padding: 6px 12px !important;
	text-align: center;
	border-bottom: 1px solid transparent;
}
.navbar-light .navbar-nav .nav-link:hover
{color: #2c3748 !important; border-color: #d79654;}

.navbar-light .navbar-nav .active .nav-link {
	border-radius: 8px;
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	background-color: #d6dfeb; color: #2c3748 !important;
}
.navbar-icons {
	margin-left: 10px;
	padding: 8px 5px 8px 5px;
}
.navbar-icons:hover {
	background-color: transparent;
	border-radius: 0px;
	box-shadow: inset 0 0px 0px 0 rgba(0, 0, 0, 0.16);
}
.website-header {
	/*height: 400px;*/
	min-height:400px;
	background-color: ##2C3748;
	background-image:url(../images/itm-trading-header-2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.website-header .header-title {
	padding-top: 120px;
}
.website-header h1 {
	font-size: 65px;
	font-family: 'main';
	color: #b79654;
}
.website-header h3 {
	font-size: 25px;
	font-family: 'headings';
	color: #b79654;
}

.site-feature .feature-title {
	padding-top: 120px;
}
.site-feature h1 {
	font-size: 45px;
	text-align: center;
	font-family: 'main';
	color: #f8f9fa;
}

.site-feature h3 {
	font-size: 25px;
	font-family: 'headings';
	color: #f8f9fa;
}

.site-feature hr {
	border-top: 2px solid rgba(113, 128, 149, 1);
}

.site-sub-feature .sub-feat-col-2 {
	border-radius: 8px;
	margin-top: 17px;

}

.site-sub-feature h2 {
	line-height: 1.33;
	letter-spacing: normal;
	font-family: 'main';
	color: #fff;
	text-align: center;
	font-size: 24px;
}

.site-sub-feature hr {
	border-top: 2px solid rgba(113, 128, 149, 1);
}

.rectangle {
	border-radius: 8px;
	border: solid 1px #b79654;
	background-color: #f7f1e9;
	padding: 18px 30px;
}
.box {
	border-radius: 8px;
	border: solid 1px #b79654;
	background-color: #f7f1e9;
	padding: 25px 25px;
	text-align: center;
}
.box h3 {
	color: #2c3748;
	font-size: 18px;
	line-height: 1.33;
	font-family: 'headings';
	margin-top: 1rem;
}
.box .btn-dark-default {
	margin-top: 1rem;
}
.rectangle h3 {
	color: #2c3748;
	font-size: 18px;
	line-height: 1.33;
	font-family: 'headings';
	display: inline-block;
	margin-left: 25px;
}
.rectangle img {
	vertical-align: top;
}
.rectangle .btn-dark-default {
	margin-left: 80px;
}
.header-search .form-control {
	height: calc(3.5em + 0.50rem + 2px);
	color: #718095;
	font-size: 24px;
	padding: 0.375rem 3.75rem;
	border-radius: 5px;
	border: solid 1px #cbd5df;
	background-color: #ffffff;
}
.overlap-container {
	margin-top: 75px;
	z-index: 2;
	margin-bottom: 88px;
	transform: translate(0px, 50px);
	position: relative;
}
footer {
	background-color: #2c3748;
	padding:  50px 0px 0px 0px;
}
.footer-title {
	line-height: 1.5;
	letter-spacing: 1px;
	color: #ecf1f6;
	font-size: 14px;
	text-transform: uppercase;
}
.search-title {
	line-height: 1.5;
	letter-spacing: 1px;
	color: #ecf1f6;
	font-size: 14px;
	margin-top: 75px;
	margin-bottom: 15px;
}
ul.footer-link {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.footer-link li {
	margin-top: 15px;
}
ul.footer-link li a {
	line-height: 1.5;
	letter-spacing: 1px;
	color: #cbd5df;
	font-size: 14px;
	font-family: 'para';
}

ul.footer-link li a:hover {
	color: #cbd5df;
	/* font-size: 14px; */
	font-family: 'para';
}
.footer-bottom {
	background-color: #191f29;
	padding:  15px 0px 0px 0px;
	margin-top: 45px;
	text-transform: uppercase;
}
.footer-bottom p {
	line-height: 1.5;
	letter-spacing: 1px;
	color: #cbd5df;
	font-size: 14px;
}
.footer-bottom ul.footer-link li {
	display: inline-block;
	margin-top: 0px;
	margin-right: 15px;
}
.newsletter {
	background-color: #f7f1e9;
	text-align: center;
	padding: 100px 0px 100px 0px;
}
.newsletter h1 {
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #2c3748;
	font-size: 32px;
	font-family: 'main';
}
.newsletter p {
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #2c3748;
	font-size: 16px;
	margin-bottom:30px;
}
.newsletter .form-inline {
	display: block;
}
.newsletter-form .form-control {
	border-radius: 4px;
	background-color: #e7dbc5;
}
.btn-outline-dark {
	color: #fff;
	font-size: 18px;
	padding: 5px 25px;
	border-radius: 4px;
	background-color: #2c3748;
}
.btn-outline-dark:hover {
	border-radius: 4px;
	background-color: #2c3748;
}
.call-2-action {
	background-color: #2c3748;
	padding: 100px 0px 100px 0px;
	text-align: center;
}
.call-2-action h1 {
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #e7dbc5;
	font-size: 32px;
	font-family: 'main'
}
.call-2-action p {
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #ecf1f6;
	font-size: 21px;
	font-family: 'para';
	margin-top: 25px;
}
.btn-number {
	font-size: 18px;
	line-height: 1.33;
	letter-spacing: 0.75px;
	text-align: center;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 25px;
}
.call-2-action div a {
	/* font-style: normal; */
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #cbd5df;
	/* font-size: 16px; */
	display: inline-block;
}
.cat-title {
	font-family: 'main';
	line-height: 1.17;
	letter-spacing: -0.75px;
	font-size: 47px;
	color: #2c3748;
	display: inline-block;
}
.btn-secondary {
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgba(122, 122, 122, 0.48);
	background-color: #ffffff;
	color: #718095;
	border: none;
}
.btn-secondary:hover span.btn-txt-dark, .btn-secondary:focus span.btn-txt-dark {
	color: #fff;
}
span.btn-txt-dark {
	color: #2c3748;
	font-family: 'headings';
}
.dropdown {
	display: inline-block;
	margin-top: 10px;
}
.half-categories {
	padding: 80px 0px 80px 0px;
}
.half-categories ul {
	margin: 50px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.half-categories ul li {
	border-bottom: 1px solid #cbd5df;
}
.half-categories ul li a {
	padding: 20px 0px 20px 0px;
	line-height: 1.33;
	letter-spacing: normal;
	color: #2c3748;
	font-size: 21px;
	font-family: 'headings';
	display: block;
	margin: 20px 0;
}

.half-categories ul li a:hover{
	text-decoration:none;
	color:#b79654;
}

.icon-arrow {
	float: right;
	/* width: 40px; */
	/* height: 40px; */
	border-radius: 50%;
	padding: 5px;
	margin-top: -3px;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.half-categories ul li a:hover .icon-arrow {
	background-color: #b796541c;
}
.btn-light-default {
	border-radius: 4px;
	border: solid 1px #cbd5df;
	line-height: 1.33;
	letter-spacing: 0.75px;
	text-align: center;
	color: #2c3748;
	font-family: 'headings';
	font-size: 18px;
	margin-top: 50px;
}
.btn-light-default:hover {
	background-color: #cbd5df;
}
.half-section {
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7dbc5+10,e7dbc5+90&0+0,1+50,0+97 */
background: -moz-linear-gradient(left, rgba(231, 219, 197, 0) 0%, rgba(231, 219, 197, 0.2) 10%, rgba(231, 219, 197, 1) 50%, rgba(231, 219, 197, 0.15) 90%, rgba(231, 219, 197, 0) 97%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(231, 219, 197, 0) 0%, rgba(231, 219, 197, 0.2) 10%, rgba(231, 219, 197, 1) 50%, rgba(231, 219, 197, 0.15) 90%, rgba(231, 219, 197, 0) 97%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(231, 219, 197, 0) 0%, rgba(231, 219, 197, 0.2) 10%, rgba(231, 219, 197, 1) 50%, rgba(231, 219, 197, 0.15) 90%, rgba(231, 219, 197, 0) 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e7dbc5', endColorstr='#00e7dbc5', GradientType=1 ); /* IE6-9 */
}
.half-section .half-section-bg {
	background-image: url("../images/molecules-pattern.png");
}
 .half-section .col-md-6:nth-of-type(1) {
 border-right: 1px solid #d1bc92;
 padding: 60px 0px 60px 0px;
 background-color: rgba(231, 218, 196, 0.6);

}
 .half-section .col-md-6:nth-of-type(2) {
 padding: 60px 0px 60px 0px;
 background-color: rgba(231, 218, 196, 0.6);
}
.half-section button {
	margin-top: 25px !important;
}
.half-section h1 {
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #2c3748;
	font-size: 32px;
	font-family: 'main';
}
.Light-Silver-Copy {
	background-color: #2c3748;
	padding: 50px 0px 50px 0px;
}
.video {
	background-color: #2c3748;
	border-radius: 8px 8px 0px 0px;
}
.video a {
	position: absolute;
	right: 0%;
}
.video a:hover {
	text-decoration: none;
}





.video-card-list .col-md-12 .video {
	border-radius: 8px;
	margin-top: 17px;
}
.video-card-list h2 {
	line-height: 1.33;
	letter-spacing: normal;
	color: #fff;
	font-size: 24px;
}
.video-card-list hr {
	border-top: 2px solid rgba(113, 128, 149, 1);
}
.video-card-list .video a {
	margin-top: 15px;
}
.video a {
	/* font-size: 35px; */
	margin-top: 25px;
	margin-right:  35px;
	float: right;
}
.live-time, .live-date {
	float: right;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: #718095;
	margin-left: 15px;
}
.video-card {
	border-radius: 8px;
	box-shadow: 0 1px 4px 0 rgba(122, 122, 122, 0.16);
	border: solid 1px #ecf1f6;
	background-color: #ffffff;
	margin-bottom: 25px;
	overflow: hidden;
}
.card-info {
	padding: 20px;
}
.card-info .live-info {
	border-radius: 16px;
	background-color: #ecf1f6;
	line-height: 1.5;
	letter-spacing: 0.5px;
	text-align: center;
	color: #718095;
	font-size: 16px;
	padding: 5px 15px;
}
.card-info .btn-light-default {
	border-radius: 4px;
	border: solid 1px #cbd5df;
	line-height: 1.33;
	letter-spacing: 0.75px;
	text-align: center;
	color: #2c3748;
	font-family: 'headings';
	font-size: 18px;
	margin-top: 10px;
}
.card-details {
	margin-top: 20px;
}
.card-details p {
	display: inline-block;
	width: 65%;
	font-size: 14px;
	margin-bottom: 5px;
}
.btn-centered {
	margin: 40px auto 60px;
}
.video-section {
	margin-top: 50px;
}
.video-section h2 {
	font-family: 'headings';
	line-height: 1.33;
	letter-spacing: normal;
	color: #191f29;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.video-section h1.cat-title {
	font-family: 'main';
	line-height: 1.33;
	letter-spacing: normal;
	color: #2c3748;
	font-size: 48px;
	margin-bottom: 50px;
}
.partners ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
.partners ul li {
	display: inline-block;
	padding: 80px 58px;
}
ul.social {
	margin: 0px;
	padding: 0px;
}
ul.social li {
	display: inline-block;
	margin-left: 0px;
}
ul.social li a {
	color: #718095;
	font-size: 25px;
	margin-right: 15px;
}
/**Aticle Css Here**/

.-back {
	margin-top: 50px;
	margin-bottom: 50px;
}
.-back a {
	line-height: 1.33;
	letter-spacing: normal;
	color: #2c3748;
	font-size: 21px;
	font-family: 'headings';
}
.-back a:hover {
	text-decoration:none;
	color:#b79654;
}
.article-info h2, .article-history h2 {
	font-size: 24px;
	line-height: 1.33;
	letter-spacing: normal;
	font-family: 'headings';
	color: #2c3748;
	margin: 35px 0px;
}
.article-info p, .article-history p {
	line-height: 1.5;
	letter-spacing: normal;
	color: #2c3748;
	font-size: 16px;
	font-family: 'para';
	margin: 35px 0px;
}
.article-history ul, .article-history ol {
	display: inline-block;
}
.article-history ul li,.article-history ol li{
	padding:5px;
}
.article-testimonial {
	border-radius: 8px;
	background-color: #2c3748;
	padding: 35px 35px;
	text-align: center;
	margin-top: 100px;
}
.article-testimonia .text, .article-testimonial .quote {
	display: inline-block;
}
.article-testimonial .quote {
	font-size: 35px;
	color: #c2d1d9;
	margin-top: 10%;
	margin-bottom: 10%;
}
.article-testimonial .text img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: block;
	margin: 0px auto;
}
.article-testimonial .text q {
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #ecf1f6;
	padding: 20px 20px;
	display: block;
	font-size: 24px;
}
.article-testimonial .text h4 {
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #cbd5df;
	font-size: 16px;
}
.article-testimonial .text P {
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #718095;
	font-size: 16px;
}
.article-data {
	border-top: solid 2px #cbd5df;
	border-bottom: solid 2px #cbd5df;
	margin: 100px 0px;
	padding: 50px 0px;
}
.article-data h3 {
	line-height: 1.33;
	letter-spacing: normal;
	color: #2c3748;
	font-size: 21px;
	font-family: 'headings';
}
.tags, .categories ul, .archives ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.categories ul li, .archives ul li {
	margin-top: 20px;
}
.categories h2 {
	font-size: 21px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #2c3748;
	font-family: 'headings';
	margin-top: 70px;
}
.categories a {
	color: #2c3748;
	margin-top: 70px;
}
.archives h2 {
	font-size: 21px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #2c3748;
	font-family: 'headings';
	margin-top: 70px;
}
.categories, .archives {
	margin: 35px 0px;
}
.categories .btn-light-default, .archives .btn-light-default {
	/*
	width: 80%;
	margin-top: 15px;
	*/
}
.tags li {
	display: inline-block;
}
.tags li a {
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: #718095;
	font-size: 16px;
	text-transform: uppercase;
}
.source li a {
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: #2c3748;
	font-size: 16px;
	text-decoration: underline;
}
section.article-video .card-info {
	padding: 25px 0px;
}
.video-section .search-bar {
	margin-top: 50px;
	margin-bottom: 50px;
}
.category-dropdown {
	float: right;
	margin-left: 20px;
}
.header-search input[type=search] {
	background-image: url('../images/search-2-line.svg');
	background-position: 24px 32px;
	background-repeat: no-repeat;
}




/*search cards*/

/* width */
::-webkit-scrollbar {
 width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
 background-color: transparent !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background-color: rgba(0, 0, 0, 0.2);
 border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background-color: rgba(0, 0, 0, 0.3);
}
.search-dropdown .results {
	border: solid 1px #ecf1f6;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
	padding: 15px;
	margin-top: 20px;
	overflow: auto;
	height: 600px;
	position: absolute;
	background-color: #fff;
	margin-right: 15px;
	z-index: 3;
}
.search-dropdown .results .video-card {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 15px;
	background-color: transparent !important;
	box-shadow: none;
	border: none;
	z-index: 3;
}
.search-dropdown .results .video-card:hover {
	background-color: #f4f8fa !important;
}
.search-dropdown .results .video-card .video {
	border-radius: 4px;
	background-color: #718095;
	margin-top: inherit;
	height: 110px;
	text-align: center;
	position:relative;
	z-index: 3;

}
.search-dropdown .results .video-card .video a {
	text-align: center;
	float: none;
	margin-right: auto;
	position: relative;
	right: auto;
	color: #ffffff;
	text-shadow:  2px 2px 5px rgba(0, 0, 0, 0.2);
	font-size: 50px;
	font-size: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	margin: 0;
	z-index: 3;
}

.search-dropdown .results .video-card .card-info {
	padding: 0px 25px 0px 25px;
	z-index: 99999;
}
.search-dropdown .results .video-card .card-info .live-time, .search-dropdown .results .video-card .card-info .live-date {
	float: none;
	z-index: 3;
}

.card-info .card-details + .live-time, .card-info .card-details + .live-date{
	margin:0;
	margin-right: 15px;
	
}
.search-dropdown .results .video-card .card-info h1 {
	width: 100%;
	line-height: 1.4;
	letter-spacing: normal;
	color: #2c3748;
	font-size: 20px;
	font-family: 'main';
	z-index: 3;
}
.topbar-tool {
	float: right;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
}
.topbar-tool .navbar-icons {
	display: inline-block;
	margin-left: 15px;
	padding: 8px 0px 8px 0px;
}
.topbar-tool .navbar-icons {
	display: inline-block;
	margin-left: 15px;
	padding: 8px 0px 8px 0px;
}
.topbar-tool > ul {
	margin:0;
	padding:0;
	float: left;
	margin-right: 15px;
}
.topbar-tool .navbar-toggler-icon {
	float:right;
}
.navbar-dark .navbar-toggler {
	border:none;
}

.playbtn_light {
	box-sizing: border-box;
	display:block;
	width: 40px;
	height: 40px;
	padding-left: 3px;
	line-height: 40px;
	border-radius: 50%;
	color: #424b5a;
	text-align:center;
	text-decoration:none;
	background-color: #fff;
	font-weight:bold;
	transition: all 0.3s ease;
	text-align: center;
	margin: 0 auto;
}
.playbtn_light:hover {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(255,255,100,1);
	text-shadow: 0px 0px 10px rgba(255,255,100,1);
	color: #000;
}

.playbtn_dark {
	box-sizing: border-box;
    display: block;
    width: 50px;
    height: 50px;
    padding-left: 3px;
    line-height: 50px;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background-color: #424b5a;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    margin: 0 auto;
}
.playbtn_dark:hover {
	background-color: rgba(0,0,0,0.8);
	box-shadow: 0px 0px 10px rgba(255,255,100,1);
	text-shadow: 0px 0px 10px rgba(255,255,100,1);
}

.dropdown-item
{margin: 0 !important;}



.navbar-dark .topbar-tool
{display: none;}

.article-history img
{width: auto; max-width: 100%; height: auto;}

.video-section2 {
	padding: 50px 0 50px 0; background: #f7f1e9;
}

.title {
    margin: 0 0 50px;
    font-size: 30px;
    font-weight: normal;
    color: #444;
    text-align: center;
}

.title strong
{	color: #718095;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Inter',Arial,Helvetica,sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.title h2
{
	font-size: 32px;
    margin: 15px 0;
    color: #2c3748;
    font-family: 'Gelasio',serif;
}

.btmBtn
{width: 100%; padding: 30px 0 0 0; text-align: center;}

.footerInfo
{color: #cbd5df; padding: 10px 0 0 0; font-size: 14px; font-family: Inter,Arial,Helvetica,sans-serif;}

.grphCntnt
{position: absolute; background: #081828; border: 0; left: 0; top: 100%; width: 100%; color: #718095; transition: all linear 1s; -webkit-transition: all linear .25s; box-shadow: 0 5px 8px rgba(255,255,255,.1); z-index: 4; max-height: 0; opacity: 0; visibility: hidden;}

.grphCntntActive
{max-height: 3000px;
    opacity: 1;
    transition: all linear 1s;
    -webkit-transition: all linear .25s; visibility: visible;}

@media screen and (max-width:767px) and (min-width:320px){
	.navbar-dark .topbar-tool
	{display: block;}

	.priceMrqu
	{display: none;}

	.navbar-light
	{padding: 0;}

	.video-section2 {
		padding: 40px 0 40px 0;
	}

	.btmBtn
	{width: 100%; padding: 20px 0 0 0;}
}

@media screen and (max-width:992px) and (min-width:768px){
	.navbar-dark .topbar-tool
	{display: block;}

	.priceMrqu
	{display: none;}

	.navbar-light
	{padding: 0;}
}