/*  
Theme Name: USForecasts Theme
Theme URI: https://www.usforecaststats.com
Description: A WordPress theme frame work
Version: 3.0
Author: USForecasts
Author URI: https://www.usforecaststats.com
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

•ie - Internet Explorer (All versions)
•ie8 - Internet Explorer 8.x
•ie7 - Internet Explorer 7.x
•ie6 - Internet Explorer 6.x
•gecko - Mozilla, Firefox (all versions), Camino
•ff3 - Firefox 3
•ff3_5 - Firefox 3.5 new
•opera - Opera (All versions)
•opera8 - Opera 8.x
•opera9 - Opera 9.x
•opera10 - Opera 10.x
•webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
•safari3 - Safari 3.x
•chrome - Google Chrome
*/

/*Presets*/
.mar-90{
	margin: 90px 0px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em,  img, ins, kbd, q, 
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
}
body, th, td, input, textarea{
		color: var(--color1);
		font-family: var(--font1);
		font-size:16px;
		line-height: 26px;
}
input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none !important;
		outline-style: none;
}
input:focus-visible{
		outline-width: 0px ;
}
textarea:focus-visible{
		outline-width: 0px ;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.wpcf7-form label{
		width: 100%;
		margin-top: 15px;
		font-family: var(--font1);
		font-size: 15px;
		line-height: 25px;
}
.wpcf7-form input{
		width: 100%;
		border-radius: 5px;
		height: 40px;
		margin-top: 8px;
		padding: 0px 20px;
		display: flex;
		align-items: center;
		font-family: var(--font1);
		font-size: 14px;
		line-height: 24px;
}
.wpcf7-form textarea{
		width: 100%;
		border-radius: 5px;
		height: 80px;
		resize: none;
		margin-top: 8px;
		padding: 10px 20px;
		font-family: var(--font1);
		font-size: 14px;
		line-height: 24px;
}
.wpcf7-form .has-spinner{
		width: fit-content;
		margin-top: 15px;
		display: flex;
		align-items: center;
		padding: 0px 30px;
		border: 0px;
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
}
a{
		text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
		color:var(--color7);
}
h1{
		font-size:40px;
		font-family: var(--font3);
}
h2{	
		font-size:35px;
		font-family: var(--font2);
}
h3{
		font-size:30px;
		font-family: var(--font1);
}
h4{
		font-size:25px;
		font-family: var(--font2);
}
h5{
		font-size:20px;
		font-family: var(--font1);
}
h6{
		font-size:15px;
		font-family: var(--font1);
}
/*p{
		font-size: 15px;
		font-family: var(--font1);
}*/
#navbarSupportedContent ul li a:focus-visible{
		background-color: var(--color5) !important;
}
#navbarSupportedContent ul li a:active{
		background-color: var(--color5) !important;
}
#navbarSupportedContent ul li a:focus{
		background-color: var(--color5) !important;
}
#navbarSupportedContent ul li a:hover{
		background-color: var(--color5) !important;
}
acronym, abbr, span.caps{
		cursor:help;
}
acronym, abbr{
		border-bottom:1px dashed var(--color2);
}
code{
		color: var(--color1);
		font-size:1.0em;
}
li{
		/*list-style: none;*/
}
input {
    border: 1px solid var(--color3);
    padding: 15px 10px;
}
.section-padding {
	padding: 50px 0;
}
form#commentform label {
    display: block;
}
.navbar-brand img,
.footer-logo-col img,
footer .social-media-icon{
		max-width: 210px;
		width: 100%;
}
.navbar-brand img,
.footer-logo-col img{
		height: auto;
		object-fit: cover;
}
.container{
		max-width: 1720px !important;
		padding: 0px 15px;
}
header .container{
		max-width: 1720px !important;
		padding: 0px 0px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1280px !important;
}
.elementor-element {
    --widgets-spacing: 0px !important;
}

/*Header*/
.navbar{
		padding: 17px 0px;
		position: fixed;
		width: 100%;
		top: 0%;
		z-index: 99;
		height: auto;
}
.navbar-brand{
		margin: 0%;
		padding: 0px;
}
.navbar-brand a{
		display: flex;
}
.navbar-toggler .icon-bar{
	  width: 25px;
	  height: 3px;
	  background-color: #40c1be;
	  margin-bottom: 4px;
	  display: block;
}
.menu-item-has-children:hover .dropdown-menu{
		display: block !important;
}
.navbar-toggle {
	  border: none;
	  background: var(--color5); !important;
	  padding-right: 0px;
	  padding-left: 0px;
}
.navbar-toggle:hover {
  	background: var(--color5) !important;
}
.navbar-toggle .icon-bar {
  	transition: all 0.2s;
}
.navbar-toggle .top-bar {
	  transform: rotate(45deg);
	  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  	opacity: 0;
}
.navbar-toggle .bottom-bar {
	  transform: rotate(-45deg);
	  transform-origin: 8% 66%;
}
.navbar-toggle.collapsed .top-bar {
  	transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  	opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  	transform: rotate(0);
}
button:focus {
	  outline: none;
	  border:none;
}
.navbar-light .navbar-toggler{
		border:none;
		box-shadow: none;
}
#myBtn {
	  display: none;
	  position: fixed;
	  bottom: 40px;
	  right: 20px;
	  z-index: 100;
	  border: none;
	  outline: none;
	  background-color: transparent;
	  cursor: pointer;
	  padding: 10px;
	  border-radius: 50px;
	 border: 1px solid #40c1be;;
}
#myBtn img{
		/*filter: brightness(0)invert(1);*/
		transform: rotate(270deg);
		display: flex;
}
#myBtn:hover {
  	background-color: var(--color3);
}
.dropdown-menu{
		left: -20px;
		padding: 10px 0px;
}
#navbarSupportedContent li a{
		padding: 0px;
		font-family: var(--font1);
}
#navbarSupportedContent li .nav-link{
		margin: 15px 0px;
}
#navbarSupportedContent li{
		margin: 0px 15px;
}
#navbarSupportedContent{
		margin: 0px -15px;
}
.dropdown-menu li{
		margin-bottom: 10px !important;
}
.dropdown-menu li:last-child{
		margin-bottom: 0px !important;
}

/*Home*/
.image-slider img{
		object-fit: cover;
}

/*Blog*/
.blog-head{
		margin-bottom: 60px;
		height: 520px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
}
.blog .container-fluid{
		padding: 0px;
		margin-top: -60px;
}
.blog-head:before{
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: url(./images/bg-img.png);
		opacity: .5;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: -1;
}
.blog-head h1{
		text-align: center;
		font-family: var(--font3);
		font-size: 50px;
		line-height: 60px;
		color: var(--color9);
}
.blog-posts{
		display: flex;
		flex-direction: column;
		row-gap: 30px;
}
.blog .post .feat-img{
		display: flex;
		max-height: 250px;
}
.blog .post .feat-img img{
		width: 100%;
		object-fit: cover;
		object-position: center;
		max-height: 250px;
		border-radius: 10px;
}
.blog h2{
		text-transform: capitalize;
}
.blog .meta{
		margin: 15px 0px 5px 0px ;
}
.blog .info{
		margin: 10px 0px 0px 0px ;
}

/*Single Page*/
.single-post .container-fluid{
		padding: 0px;
		margin-top: -60px;
}
.single-post .title{
		margin-bottom: 30px;
}
.comment-section{
		margin-top: 50px;
		margin-bottom: 60px;
}
.comment-section .comment-reply-title{
		font-family: var(--font3);
		font-size: 24px;
		line-height: 30px;
		color: var(--color3);
}
.comment-section .logged-in-as{
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
		color: var(--color2);
		margin: 10px 0px 5px 0px;
}
.comment-section .comment-notes{
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
		color: var(--color2);
		margin: 10px 0px 5px 0px;
}
.comment-section form p label{
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
		color: var(--color2);
		margin: 10px 0px 8px 0px;
}
.comment-section form p textarea{
		resize: none;
		padding: 10px;
		height: 100px;
		max-width: 500px;
		width: 100%;
		border-radius: 5px;
}
.comment-section form p input{
		padding: 10px;
		height: 50px;
		max-width: 500px;
		width: 100%;
		border-radius: 5px;
}
.comment-section form .comment-form-cookies-consent{
		display: flex;
		align-items: center;
}
.comment-section form .comment-form-cookies-consent input{
		width: 20px;
		height: 20px;
		margin-right: 15px;
}
.comment-section form .form-submit input{
		width: fit-content;
		font-family: var(--font1);
	  font-size: 14px;
	  line-height: 17.81px;
	  display: flex;
	  padding: 16.2px 37px;
	  background-color: var(--color6);
	  color: var(--color9);
	  border-radius: 5px;
	  border: 0px;
	  margin-top: 20px;
	  height: fit-content;
}
.comment-section form .form-submit input:hover{
		background-color: var(--color3);
		color: var(--color9);
}
.comment-section .comments-title{
		display: none;
}
.comment-section h3{
		font-family: var(--font1);
		font-size: 25px;
		margin-bottom: 30px;
}
.comment-section .comment-list .children{
		margin-left: 40px;
		margin-top: 15px;
}
.comment-section .comment-list .comment{
		margin-bottom: 15px;
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
}
.comment-section .comment-list .comment .comment-author img{
		width: 40px;
		height: 40px;
		border-radius: 50px;
		margin-right: 10px;
}
.comment-section .comment-list .comment .comment-author{
		display: flex;
		align-items: center;
		margin-bottom: 10px;
}
.comment-section .comment-list .reply a{
		color: var(--color2);
}
.comment-section .comment-list .comment-meta a{
		color: var(--color2);
}
.comment-section .comment-respond{
		margin-top: 30px;
}
.social-share{
		text-align: center;
		margin-top: 40px;
}
.social-share ul{
		display: flex;
		justify-content: space-evenly;
		column-gap: 20px;
		margin-top: 20px;
}
.social-share ul i{
		font-size: 22px;
}

/*Error*/
.error404{
	  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.error404 .error .container{
		padding: 0px 15px;
}
.error404 h1{
	  text-align: center;
    padding: 60px 0px;
    font-family: var(--font3);
    font-size: 50px;
    line-height: 60px;
    color: var(--color3);
    max-width: 460px;
    margin: auto;
}


/*Archive*/
.archive .container-fluid{
		padding: 0px;
		margin-top: -60px;
}

/*Search Page*/
.search-results .container-fluid{
		padding: 0px;
		margin-top: -60px;
}
.nosearch-result p{
		margin: 15px 0px 10px 0px;
}
.nosearch-result form >div{
		display: flex;
		max-width: 500px;
}
.nosearch-result form input{
		border-radius: 5px;
}
.nosearch-result form #s{
		width: 70%;
		border-color: var(--color8);
		margin-right: 15px;
}
.nosearch-result form #searchsubmit{
		width: 30%;
		margin-top: 0px !important;
		border: 0px;
		font-family: var(--font1);
}
.nosearch-result form #searchsubmit:hover{
		background-color: var(--color3);
		color: var(--color9);
}

/*Footer*/
footer{
		background-color: var(--color4);
		margin-bottom: 20px;
}
footer a{
		font-family: var(--font1);
}
footer p{
		color: var(--color3);
		margin-bottom: 5px;
}
footer p a{
		display: flex;
		margin-bottom: 5px;
		align-items: center;
}
footer ul a{
		padding: 5px 0px;
		display: flex;
}
footer h3{
		margin-bottom: 20px;
		font-family: var(--font2);
}
footer .navbar-brand{
		margin: 0px;
}
.footer-top{
		/*padding: 60px;*/
}
.social-media-icon{
		display: flex;
	  column-gap: 15px;
	  row-gap: 15px;
	  margin-top: 20px;
	  justify-content: space-around;
}
.social-media-icon a{
		display: flex;
}
.social-media-icon i{
		font-size: 25px;
}
.footer-contact-col i{
		margin-right: 10px;
}
.footer_copy{
		color: var(--color3);
		text-align: center;
		padding: 10px 0px;
		margin-top: 60px;
		border-style: solid;
		border-width: 1px 0px 0px 0px;
		border-color: var(--color3);
}
.wpcf7 form .wpcf7-response-output{
		text-align: center;
}
.wpcf7-form-control{
		margin-bottom: 20px;
}
.wpcf7-not-valid-tip{
    margin-top: -10px;
    margin-bottom: 15px;
}

/*home page*/
.asl_w_container{
	width: 431px!important;
    /*margin: 0px 0px 0px 0px;*/
    min-width: 200px!important;
    margin: 0 auto!important;
}
#ajaxsearchlite1 .probox, div.asl_w .probox{
	 height: 59px!important;
	 border: 1px solid rgba(40, 40, 40, 0.6)!important;
	 align-items: center;
	 flex-direction: row-reverse;
}
#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput form{
	height: 100%!important;
}
div.asl_m .proinput input.orig{
	height: 100%!important;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
	font-size: 20px!important;
	color: var(--color1)!important;
	font-family: var(--font1)!important;

}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input::placeholder{
	color: var(--color1)!important;
}
.banner-content{
	font-family: var(--font2)!important;
}
span.text-background{
	background-color: #ECEC16;
}
.home-intro-left-cnt{
	max-width: 423px!important;
}
.home-main-banner .banner-feature-subsection .elementor-container.elementor-column-gap-default{
	max-width: 897px!important;
	column-gap: 106px
}
.banner-feature-button a{
	width: 142px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px!important;
}
.report-chapter-btn a{
	width: 144px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px!important;
}
header .navbar-brand img{
	max-width: 269px;
}
header .navbar-brand{
	padding-top: 0px;
}
.report-chapter-section .elementor-container.elementor-column-gap-default{
	max-width: 1720px!important;
}
.report-chapter-content-subsection .elementor-container.elementor-column-gap-default{
	column-gap: 40px;
}
.footer-top .container{
	max-width: 962px!important;
}
.footer-top .navbar-brand img{
	max-width: 317px;
}
.footer-address-col p,.footer-address-col p > a{
	font-size: 20px!important;
	color: var(--color1)!important;
	font-family: var(--font1)!important;
}
.footer-logo-col p{
	font-size: 20px!important;
	color: var(--color1)!important;
	font-family: var(--font1)!important;
}
.footer-single-report-left-col h2{
	font-family: var(--font2)!important;
	font-family: var(--font3)!important;
	font-family: var(--font4)!important;
}
.footer-single-report-left-col{
	overflow: hidden;
	cursor: pointer;
}
.footer-single-report-img img{
	transition: transform calc(.25s * 3) ease;
}
.footer-single-report-left-col:hover .footer-single-report-img img{
	transform: scale(1.07);
}
.footer-single-report-right-col p, .footer-single-report-right-col .elementor-widget-text-editor{
	font-family: var(--font5)!important;
}
.footer-single-report-section .elementor-container.elementor-column-gap-default{
	max-width: 963px!important;
}
.footer-single-report-left-col h2::after{
	content: '';
	height: 1px;
    width: 20px;
    background-color: #282828;
    display: block;
    margin: 0 auto;
    margin-top: 28px;
}
.social-media-icon img{
	width: 71px;
}
.footer-single-report-cta a{
	width: 235.25px!important;
	height: 54px;
	display: flex!important;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
}
div.asl_m{
	z-index: 1!important;
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a{
	font-size: 20px!important;
	color: var(--color1)!important;
	font-family: var(--font1)!important;
}
p.asl_desc{
	font-size: 17.5px!important;
	color: var(--color1)!important;
	font-family: var(--font1)!important;
	opacity: 0.6;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.asl_r .results .item:hover{
	background-color: #f4f4f4!important;
}
.mar-90{
	margin-bottom: 40px;
}
.home-header-intro-section.elementor-section.elementor-section-boxed>.elementor-container{
	max-width: 1720px!important;
}
.n2-ss-slide .n2-ss-button-container a{
	width: 141px!important;
    height: 40px!important;
    padding: 0px!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.header-intro-right-col .elementor-widget-text-editor{
	margin-bottom: 10px!important;
}
.login-menu .nav-link span{
	display: flex;
	align-items: center;
}
.login-menu .nav-link span .fas{
	font-size: 22px;
    margin-right: 10px;
}
/*end home*/
.report-chapter-featured-img-subcol::after{
	content: '';
	background-color: #fff;
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 11px;
    z-index: 1;
    right: -11px;
}
.report-chapter-featured-img-subcol .elementor-column{
	z-index: 3;
}
.report-page-content-col p,.report-page-content-col li,.report-page-image-col p,.report-page-image-col li{
	font-family: var(--font6)!important;
}
.report-page-image-col .elementor-widget-image,.report-page-image-col .elementor-widget-container{
	height: 100%;
}
.report-page-content-col .asl_w_container{
	width: auto!important;
}
.report-page-image-col .elementor-widget-image img{
	object-fit: cover;
}
#navbarSupportedContent li.active .nav-link span{
	color: #40c1be!important;
}
.category-listing-head{
	margin-bottom: 5px!important;
}
.sbi-heading h2{
	font-family: var(--font6)!important;
}
.sbi-features-list-head h4,.sbi-features-list-content li{
	font-family: var(--font6)!important;
}
.sbi-features-list-head{
	margin-bottom: 2px!important;
}
.contact-first-content-subsection .elementor-container.elementor-column-gap-default{
	flex-direction: row-reverse;
    flex-wrap: nowrap;
}
.wpcf7-form label{
	font-family: var(--font7);
}
.wpcf7-form input,.wpcf7-form textarea{
	background-color: transparent;
	border-bottom: 2px solid #000;
	border-width: 0px 0px 2px 0px;
	border-radius: 0px;
}
.contact-page-form-right-col h2{
	font-family: var(--font7)!important;
}
.wpcf7-form .has-spinner{
	width: 147px;
	height: 42px;
	background-color: #000;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: var(--font7)!important;
	font-size: 16px!important;
	border: 1px solid #000;
}
.wpcf7-form .has-spinner:hover{
	background-color: transparent;
	color: #000;
}
.wpcf7-form input, .wpcf7-form textarea{
	font-family: var(--font7)!important;
	font-size: 18px;
}
.contact-submit-btn p{
	display: flex;
	align-items: center;
}
.contact-page-form-left-col p > a{
	color: #fff!important;
}
.contact-page-form-left-col p > a:hover{
	color: #40c1be!important;
}
p.woocommerce-result-count, .woocommerce .woocommerce-ordering{
	display: none!important;
}
p.woocommerce-result-count, .woocommerce .woocommerce-ordering{
	display: none!important;	
}
ul.products.columns-4 {
    justify-content: space-evenly;
    display: flex;
}
li.product.type-product {
    box-shadow: -3px 0px 7px 0px rgb(0 0 0 / 50%);
    padding: 30px 30px 30px 30px !important;
    width: 31.33% !important;
    margin: 0px !important;
    border-radius: 10px;
}
.woocommerce.columns-4 {
    margin-bottom: 80px;
}
.woocommerce {
    padding-bottom: 60px;
    padding-top: 60px;
}
.woocommerce-shop .container{
	max-width: 1320px!important;
}
.woocommerce-shop header .container{
	max-width: 1720px !important;
}
h2.woocommerce-loop-product__title {
    color: #0F2741;
    font-family: var(--font4)!important;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
}
del bdi, ins bdi, span.woocommerce-Price-amount.amount bdi {
    color: #0F2741;
    font-family: var(--font6)!important;
    font-size: 37px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
}
span.price {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: center;
}
.product.type-product h5, .tickbox h5 span, .tickbox p {
    color: #0F2741;
    font-family: var(--font6)!important;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    text-align: center!important;
    margin-bottom: 20px;
}
.woocommerce .products ul li {
    font-family: var(--font1)!important;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
}
.tickbox li::before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #0f2741;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}
.add_to_cart_button {
    background-color: #0f2741 !important;
    border-style: solid !important;
    color: #fff !important;
    margin: 30px auto !important;
    display: flex !important;
    width: fit-content;
    border-radius: 38px !important;
    font-size: 14px !important;
    padding: 15px 30px !important;
    display: flex;
    font-family: var(--font6)!important;
    border: 1px solid #0f2741!important;
}
.add_to_cart_button:hover{
	background-color: transparent!important;
	color:#0f2741!important;
}
.tablecol {
    display: none!important;
    opacity: 0;
    height: 0px;
}
.wc-memberships-frontend-banner{
	display: none!important;
}


.breadcrumb1 a {
    font-family: var(--font1);
   
}
canvas#myChart-2,canvas#myChart {
   
    height: 500px !important;
  
}
.single-post .row{
    margin: auto;
    justify-content: space-between;
}
.breadcrumb1 a{
    color: #0077D5 !important;
    font-family:  Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}
.topsec h2{
    color: #0F2741 !important;
    font-family: Sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 37.8px;
}
.topsec span{
    color: #455F7C !important;
    font-family: Sans-serif;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 31.5px;
}
.topsec{
    margin-top: 50px;
    margin-bottom: 15px;
}
.downloadsec h5{
    color: #455F7C;
    font-family:  Sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 21.6px;
}
.downloadsec{
    padding: 10px;
}
.sourcecontentsec {
    padding: 10px;
    margin-top: 15px;
}
.sourcecontentsec h5{
    color: #455F7C;
    font-family: Sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;

}
.sourcecontentsec p{
        color: #455F7C;
    font-family: Sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
}
.sourcecontentsec li a{
    color: #0077D5 !important;
    font-family: Sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.postcontentwrap.row{
    margin-top: 30px;
    margin-bottom: 40px;
}
.postcontent{
    padding: 25px 22px 25px 22px;
}
.postcontent h5{
    color: #455F7C;
    font-family: Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}
.postcontent p{
     color: #455F7C;
    font-family: Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}
.postcontent h4{
    font-family: Sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #455F7C;
} 
.tablecol{
    opacity: 0;
    height: 0px;
}
td,tr{
    font-size: 10px;
}




.modal {
    /* padding-top: 134px; */
    /*margin-top: 157px;*/
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.loginsec {
    display: flex;
    align-items: center;
}
.modalbox.row{
    height: 280px;
}
.box1 h3{
   font-family: Sans-serif;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 14px;
}
.box3 h3{

   font-family: Sans-serif;
        font-size: 28px;
    font-weight: 300;
    color: #fff;
}
.box3 button{
        border-color: #161647;
    background-color: #161647;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    border: 1px solid;
    width: 154px;
    height: 37px;
    border-radius: 5px;
    margin-top: 60px;
}
.box3::after{
    /*background-image: url("images/transparentbg.png");*/
    background-position: 0% 97%;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 280px;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
}
.box3.col-md-6 {
    background-color: #192f4a;
    position: relative;
    padding-left: 50px;
}
.box3 a{
    position: relative;
    z-index: 99999;
}
.box1.col-md-6{
    background: #aa2f2f;  
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
}
.modal-dialog {
    max-width: 700px !important;
   
}
.modal-dialog p{
     /*font-family: Sans-serif;*/
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}
.modal-dialog ul li{
      /*font-family: Sans-serif;*/
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}
.modal-dialog ul li::before{
    /*content: url(images/tick.png);*/

    /* content: url(images/tick.png); */
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #0f2741;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;

}
.box3.col-md-6 {
    
    background-color: #aa2f2f;
    position: relative;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.modal-body{
    padding: 0px;
}
.center{
    text-align: center;
}
.tickbox li::before {
    /* content: url(images/tick.png); */
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #0f2741;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}
.postbox.bxshdw {
    min-height: 100px;
    padding: 20px;
    margin-bottom: 20px;
}
.recent-posts.row {
    padding-top: 80px;
    padding-bottom: 80px;
}
.navbar-light .navbar-nav .nav-link:focus{
    color: #fff;
}
.graphsec-container {
    position: relative;
}
div#myModal{
    position: absolute;
}
.downloaded.modal-open {
    overflow: scroll !important;
}
.modal.show .modal-dialog {
    transform: none;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.woocommerce span.onsale{
    display: none;
}
li.product.type-product {
    box-shadow: -3px 0px 7px 0px rgb(0 0 0 / 50%);
    padding: 30px 30px 30px 30px !important;
    width: 31.33% !important;
    margin: 0px !important;
        border-radius: 10px;
}

p.woocommerce-result-count,.woocommerce .woocommerce-ordering{

    display: none;
}


h2.woocommerce-loop-product__title {
    color: #0F2741;
    /*font-family: "Open Sans", Sans-serif;
/**/      font-family: 'Impact';*/
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
}
del bdi,ins bdi,span.woocommerce-Price-amount.amount bdi {
    color: #0F2741;
    /*font-family: "Open Sans", Sans-serif;*/
    font-size: 37px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
}
span.price{
    text-align: center;
}
ul.products.columns-4 {
    justify-content: space-evenly;
    display: flex;
}

.tickbox h5,.product.type-product h5{

    text-align: center !important;
    margin-bottom: 20px;
}
.product.type-product h5 ,.tickbox h5 span,.tickbox p{
        color: #0F2741;
    /*font-family: "Roboto", Sans-serif;*/
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
span.price {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: center;
}
ins{
    color: transparent;
}
/*a.elementor-button-link {
    background-color: #CF0000 !important;
    border-radius: 22px 22px 22px 22px;
    margin: 25px auto ;
    display: flex;
    width: max-content;
}*/
.product.type-product h6{
     color: #455F7C;
    /*font-family: "Open Sans", Sans-serif;*/
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
.add_to_cart_button {
    background-color: #0f2741 !important;
    border-style: solid !important;
    color: #fff !important;
    margin: 30px auto !important;
    display: flex !important;
    width: fit-content;
    border-radius: 38px !important;
    font-size: 14px !important;
    padding: 15px 30px !important;
    display: flex;
}
.woocommerce.columns-4 {
    margin-bottom: 80px;
}



.single-charting .container{
	max-width: 1320px!important;
}
canvas#myChart-2, canvas#myChart {
    height: 500px !important;
}
.graphsec-container {
    position: relative;
}
.bxshdw {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%), 0 5px 26px 0 rgb(67 94 131 / 15%);
    border-radius: 5px;
}
.box2 {
    height: 423px;
    overflow-x: scroll;
}
.single-charting .row {
    margin: auto;
    justify-content: space-between;
}
.postcontentwrap.row {
    margin-top: 30px;
    margin-bottom: 40px;
}

.single-charting section.single-post{
	margin-top: 150px;
}
.topsec{
	margin-bottom: 15px;
}
.topsec h2 {
    font-family: var(--font1);

}
.buttonwrapper {
    background-color: rgba(15,39,65,.12);
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    justify-content: left;
    align-items: center;
    width: fit-content;
}

button.statisticDownloadButton.button.statisticDownloadButton--premium {
    position: relative;
    border: 1px solid #a4b4c6;
    font-family: Sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    color: #000000;
    padding: 8px 18px 8px 7px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}

span.button__premiumIcon {
    background: #0f2741;
    position: absolute;
    right: 0;
    top: 0;
    width: 13px;
    height: 100%;
    z-index: 1;
    display: flex;
    overflow: hidden;
    color: #fff;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.sprite.xls::before {
    content: '';
    background-image: url(images/xls.png);
    height: 25px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.singlepostcol h5.blogtitle a{
    text-decoration: underline !important;
    color: #000;
    font-family: var(--font1);
    font-size: 20px;
}

.modalbox.row {
    height: 455px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-charting .modal-content{
	position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #aa2f2f;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.single-charting .modal-dialog {
    max-width: 100% !important;
    margin: 0 30px!important;
}
.single-charting .modal-dialog ul li {
    font-family: var(--font1);
    font-size: 14px;
    line-height: 24px;
    list-style: none;
}
.single-charting .modal-dialog p > a{
	color: #000;
}

.single-charting .sub-nav{
    width: 100%;
    text-align: right;
}
.single-charting .modal-dialog .navbar-brand a {
    display: flex;
    justify-content: flex-end;
    margin: 0 15px;
}
.single-charting .box3 button:hover{
	background-color: transparent;
	color: #fff;
}
.woocommerce-account header .container{
	max-width: 1720px !important;
}
.woocommerce-account .container{
	max-width: 1320px !important;
}
.woocommerce-MyAccount-navigation ul li{
	list-style: none!important;
	border-bottom:solid #000;
	list-style: none!important;
    border: solid #000;
    padding: 10px;
    border-width: 0px 1px 1px 1px;
    text-align: center;
    background-color: #11498a;
}
.woocommerce-MyAccount-navigation ul li a{
	color: #fff;
}
.woocommerce-MyAccount-navigation ul li.is-active{
	background-color: #40c1be;
}
.woocommerce-MyAccount-navigation ul li:first-child{
	border-top: 1px solid #000;
}
.woocommerce table.shop_table{
	border:1px solid #000!important;
}
.woocommerce table.shop_table td{
	border-top:1px solid #000!important;
}
.woocommerce-form.woocommerce-form-login.login{
	max-width: 500px;
    margin: 0 auto;
}
.woocommerce-account .woocommerce h2{
	text-align: center;
	margin-bottom: 20px;
}
.woocommerce-account .woocommerce {
    padding-bottom: 60px;
    padding-top: 60px;
    margin: 200px 0px;
}
.postcontentwrap.row{
	margin-bottom: 100px;
}
/*.sourcecontentsec.bxshdw.box2,.col-md-12.postcontent.bxshdw{
	display: none!important;
}*/
.blog-head:before{
	background: #11498a!important;
}
.search h2.title{
	text-align: center;
}
#searchform div{
	margin: 0 auto;
}
#searchform{
	margin-top: 40px;
    margin-bottom: 50px;
}