* {
	padding: 0;
	margin: 0;
}
a:hover {
	text-decoration: none;
}
html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	overflow-x: hidden;
	background-color: #f5f5f5;
	color: #333;
}
html, body, .wrapper {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: normal;
	line-height: 1.2;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0;
	margin: 0;
}
h1, h2, h3, h4 {
	margin-bottom: 15px;
}
h5, h5 {
	margin-bottom: 10px;
}
ul {
	margin: 0;
	list-style-type: none;
}
img {
	border: none;
	outline: none;
	max-width: 100%;
}
p {
	font-size: 13px;
	line-height: 22px;
}
.grey {
	background: #f5f5f5;
}
.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}
.fab {
	font-family: "Font Awesome 5 Brands";
}
.top-bar-area {
	padding: 15px 0;
}
.bg-blue {
	background: #0976b7 none repeat scroll 0 0;
}
.top-bar-area .info li {
	border-right: 1px #ddd solid;
	display: inline-block;
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
	z-index: 1;
}
.top-bar-area .info li:last-child {
	border: none;
}
.top-bar-area .info li .icon, .top-bar-area .info li .info {
	display: table-cell;
	vertical-align: middle;
}
.top-bar-area .info li .icon i {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 35px;
	text-align: center;
}
.top-bar-area .info li .info {
	padding-left: 15px;
}
.top-bar-area .info li .icon, .top-bar-area .info li .info {
	display: table-cell;
	vertical-align: middle;
}
.top-bar-area .info li .info p {
	font-family: "Poppins", sans-serif;
	margin: 0;
}
.top-bar-area .info li .info span {
	display: block;
	font-weight: 600;
	margin-bottom: -5px;
	text-transform: uppercase;
}
.top-bar-area .topbar-social {
	margin: 7px 0;
}
.top-bar-area .topbar-social li {
	display: inline-block;
}
.top-bar-area .topbar-social li a {
	background: #fff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	line-height: 42px;
	margin-left: 3px;
	text-align: center;
	width: 40px;
	color: #0976b7;
	transition: 0.3s;
	border: 1px #fff solid;
}
.top-bar-area .topbar-social li a:hover {
	background: none repeat scroll 0 0;
	color: #fff;
	border: 1px #fff solid;
}
.navbar-light .navbar-nav .nav-link {
	transition: all .5s;
	padding: 32px 12px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #333;
}
.navbar-light .navbar-nav .nav-link.active {
	background: #0976b7;
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
	background: #0976b7;
	color: #fff;
}
.bg-banner {
	background: url(../images/cut2.jpg) bottom center no-repeat #0976b7;
}
.home-banner {
	color: #fff;
	padding: 100px 0;
	z-index: 100;
	position: relative;
}
.home-banner h3 {
	font-size: 30px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 30px;
}
.home-banner h1 {
	font-size: 70px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 40px;
}
.home-banner p {
	font-size: 18px;
	margin-top: 40px;
}
.form-flex {
	display: inline-flex;
	width: 50%;
}
.form-flex .form-control {
	border-radius: 30px;
	height: 56px;
	border: none;
	padding: .375rem 1.75rem;
}
.banner-btn {
	transition: all .5s;
	border-radius: 30px;
	background: #333;
	text-transform: uppercase;
	color: #fff;
	padding: 0.375rem 1.75rem;
	font-weight: 600;
}
.banner-btn:hover {
	background: #146ca1;
}
.cut {
	background: url(../images/cut.png) bottom center no-repeat;
}
canvas {
	display: block;
	vertical-align: top;
	position: absolute;
	z-index: 1;
	top: 0px;
}
/* ---- particles.js container ---- */ #particles-js {
	position: relative;
	margin: 0;
	width: 100%;
	height: 85%;
	background-repeat: no-repeat;
} /* ---- stats.js ---- */
.count-particles {
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.js-count-particles {
	font-size: 1.1em;
}
#stats, .count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}
#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.count-particles {
	border-radius: 0 0 3px 3px;
}
.section-padding {
	padding: 80px 0;
}
.heading {
	font-weight: 800;
	font-size: 40px;
	margin: 0;
}
.services {
}
.services ul li {
	display: inline-flex;
	margin: 9px 9px;
}
.services ul li a {
	border: 1px #ddd solid;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	color: #333;
	padding-top: 40px;
	position: relative;
	top: 0;
	transition: top ease 0.5s;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.10)!important;
}
.services ul li a span {
	display: block;
	margin-top: 10px;
	line-height: 24px;
}
.services ul li a:hover {
	border: 1px #0976b7 solid;
	color: #0976b7;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	top: -15px;
}
.rounded-10 {
	border-radius: 10px;
}
.image-border {
	padding: 5px 5px;
	border-radius: 4px;
	border: none;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2), 0px 0px 1px 0px rgba(0,0,0,0.2);
	background: #fff;
}
.industry {
}
.industry ul li {
	display: inline-flex;
	margin: 9px 9px;
}
.industry ul li a {
	border: 1px #ddd solid;
	border-radius: 10px;
	width: 256px;
	height: 190px;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	color: #333;
	padding: 25px 15px 15px 15px;
	position: relative;
	top: 0;
	transition: top ease 0.5s;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.10)!important;
}
.industry ul li a span {
	display: block;
	margin-top: 10px;
	line-height: 20px;
}
.industry ul li a:hover {
	border: 1px #0976b7 solid;
	color: #0976b7;
	fill: #333;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	top: -15px;
}
.readmore {
	background: #0976b7;
	transition: top ease 0.5s;
	color: #fff;
	font-size: 16px;
	padding: 7px 10px;
	font-size: 14px;
}
.readmore:hover {
	background: #333;
	color: #fff;
}
.addto {
	background: #333;
	transition: top ease 0.5s;
	color: #fff;
	font-size: 16px;
	padding: 7px 10px;
	font-size: 14px;
}
.addto:hover {
	background: #0976b7;
	color: #fff;
}
.date {
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
}
.date strong {
	color: #0976b7;
}
.testimonial-carousel .item .bio {
	display: table-cell;
	vertical-align: top;
}
.testimonial-carousel .item .bio i {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #999999;
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
	text-align: center;
	width: 35px;
}
.testimonial-carousel .item .bio h4 {
	margin-bottom: 5px;
	text-transform: capitalize;
}
.testimonial-carousel .item .bio span {
	color: #0976b7;
	text-transform: uppercase;
}
.testimonial-carousel .owl-nav {
	margin-top: 15px;
	padding-left: 180px;
	text-align: left;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
	background: #ffffff none repeat scroll 0 0;
	-moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	-o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	color: #0976b7;
	height: 40px;
	line-height: 32px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	width: 40px;
}
.timer {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}
.fun-fact h4 {
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
}
.bg-fixed {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.shadow1 {
	position: relative;
	z-index: 1;
}
.shadow1.dark-hard::after {
	background: #1e2726 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.contact-form-area .contact-form-content {
	padding-right: 35px;
}
.contact-form-area .contact-form-content, .contact-form-area .address-info, .contact-form-area .google-maps, .contact-form-area .thumb {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.default-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}
.site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px;
}
.site-heading.left-position h2 {
	padding: 0;
}
.site-heading h2 {
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}
.site-heading p {
	margin: 0;
	color: #fff;
}
.contact-form select {
	background: transparent none repeat scroll 0 0;
	border-radius: 0px;
	color: #fff;
}
.form-group {
	margin-bottom: 15px;
	width: 100%;
}
.contact-form-area.bg-fixed form input select, .contact-form-area.bg-fixed form textarea {
	background: transparent none repeat scroll 0 0;
	color: #fff;
}
.contact-form-area form input, .contact-form-area form textarea {
	background: none !important;
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	color: #fff;
}
.contact-form-area form button {
	background: #0976b7 none repeat scroll 0 0;
	border: medium none;
	box-shadow: inherit;
	color: #ffffff;
	font-weight: 600;
	margin-top: 15px;
	padding: 10px 30px;
	text-transform: uppercase;
}
.contact-form-area .address-info {
	background: rgba(9, 118, 183, 0.5) none repeat scroll 0 0;
	padding: 50px;
}
.contact-form-area .address-info li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px;
}
.contact-form-area .address-info i {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #0976b7;
	font-size: 40px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
.contact-form-area .address-info p {
	font-size: 16px;
	font-weight: 600;
	padding-left: 20px;
	text-transform: uppercase;
	margin: 0;
}
.contact-form-area .address-info p span {
	display: block;
	font-weight: 400;
}
 .contact-form-area input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
  color: #ffffff !important;
 opacity: 1;
}
 .contact-form-area input::-moz-placeholder {
    /* Firefox 19+ */
  color: #ffffff !important;
 opacity: 1;
}
 .contact-form-area input::-ms-input-placeholder {
    /* IE 10+ */
  color: #ffffff !important;
 opacity: 1;
}
 .contact-form-area textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
  color: #ffffff !important;
 opacity: 1;
}
 .contact-form-area textarea::-moz-placeholder {
    /* Firefox 19+ */
  color: #ffffff !important;
 opacity: 1;
}
 .contact-form-area textarea::-ms-input-placeholder {
    /* IE 10+ */
  color: #ffffff !important;
 opacity: 1;
}
.bg-footer {
	background: #f2f3f9;
}
.footer-text {
	font-size: 12px;
	color: #666;
	text-align: justify;
}
.social-footer li {
	display: inline-block;
}
.social-footer li a {
	background: #0976b7 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	line-height: 42px;
	margin-left: 3px;
	text-align: center;
	width: 40px;
	color: #fff;
	transition: 0.3s;
	border: 1px #2069fd solid;
}
.social-footer li a:hover {
	border: 1px #333 solid;
	background: #f2f3f9 none repeat scroll 0 0;
	color: #333;
}
.footer-links {
}
.footer-links li {
	margin-bottom: 10px;
}
.footer-links li:before {
	content: url(../images/svg/arrow.svg);
	margin-right: 12px;
	display: inline-block;
}
.footer-links li a {
	color: #666666;
}
.footer-links li a:hover {
	color: #0976b7;
}
.copyright {
	border-top: 1px #ddd solid;
	background: #f2f3f9 none repeat scroll 0 0;
}
.clients-area .clients-items .owl-nav {
	margin: 0;
}
.clients-area .clients-items .owl-nav .owl-prev, .clients-area .clients-items .owl-nav .owl-next {
	background: #fff none repeat scroll 0 0;
	color: #0976b7;
	font-size: 20px;
	height: 40px;
	left: -50px;
	line-height: 40px;
	margin-top: -20px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
}
.clients-area .clients-items .owl-nav .owl-next {
	left: auto;
	right: -50px;
}
.clients-area .clients-items .owl-nav .owl-prev, .clients-area .clients-items .owl-nav .owl-next {
	background: #fff none repeat scroll 0 0;
	color: #0976b7;
	font-size: 20px;
	height: 40px;
	right: -50px;
	line-height: 40px;
	margin-top: -20px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
}
.dropdown-item {
	font-size: 13px;
	border-bottom: 1px #ddd solid;
	line-height: 22px;
}
.dropdown-item:hover {
	background: #0976b7;
	color: #fff;
}
.page-title {
	background: -webkit-linear-gradient(50deg, #0976b7, #004771)!important;
	background: -o-linear-gradient(50deg, #0976b7, #004771)!important;
	background: linear-gradient(40deg, #0976b7, #004771)!important;
}
.section-padding2 {
	padding: 40px 0;
}
.breadcrumb {
	display: -ms-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	/* flex-wrap: wrap; */
	padding: 0;
	margin-bottom: 0rem;
	list-style: none;
	background: none !important;
	border-radius: .25rem;
}
.breadcrumb li a {
	color: #ddd;
}
.breadcrumb-item.active {
	color: #fff;
}
.infobanner {
	float: right;
	background: #0976b7;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	padding: 16px 20px;
	display: inline-block;
}
.inline-block {
	display: inline-block;
}
.overflow {
	overflow: hidden;
}
.border {
	border: 1px #ddd solid;
}
.latest-report {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	display: inline-block;
}
.number-report {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	display: inline-block;
	float: right;
	padding-top: 5px;
}
.cat-heading {
	background: #0976b7;
	padding: 20px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-radius: 10px 10px 0 0;
}
.categories {
	overflow: hidden;
}
.categories ul {
	padding: 0px 20px 0px 20px;
}
.categories ul li {
	line-height: 20px;
	margin-bottom: 15px;
	display: block;
	background: url(../images/svg/double.svg) 0px 4px no-repeat;
	padding-left: 22px;
}
.categories ul li a {
	color: #0976b7;
	font-size: 13px;
	font-weight: 500;
	display: block;
}
.categories ul li a:hover {
	color: #333;
}
.offer {
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	word-break: break-all;
	display: block;
	margin: 0;
}
.offer1 {
	font-size: 23px;
	display: block;
	margin: 10px 0 6px 0;
}
.offer2 {
	font-size: 16px;
	display: block;
}
.offer-term {
	font-size: 10px;
	color: #fff;
	margin: 0;
}
#triangle-down {
	float: right;
	margin-right: 25px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #0976b7;
}
.intouch {
	font-size: 18px;
	color: #0976b7;
	font-weight: bold;
}
.intouch i {
	font-size: 30px;
	margin-right: 10px;
}
.request-sample .form-control {
	font-size: 14px;
}
.full {
	width: 100%;
}
/*#accordionMenu {
  max-width: 300px;
}*/

.panel-body {
	padding: 0;
}
.panel-group .panel+.panel {
	margin-top: 0;
	border-top: 0;
}
.panel-group .panel {
	border-radius: 0;
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #e4e5e7;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.panel-default>.panel-heading {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 13px;
	border-bottom: 1px #ddd solid;
	color: #333;
	font-weight: 600;
}
.panel-default>.panel-heading a:hover {
	background: #0976b7;
	color: #fff;
}
.panel-default>.panel-heading a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "\f35b";
}
.panel-default>.panel-heading a[aria-expanded="false"]:after {
	content: "\f358";
}
.panel-body {
	padding: 0 20px;
}
.panel-body .nav {
	display: block;
}
.panel-body .nav li {
	border-bottom: 1px #ddd solid;
}
.panel-body .nav li {
	color: #333;
	font-size: 13px;
	display: block;
	font-weight: 600;
	line-height: initial;
	display: block;
	padding: 10px 10px 10px 0px;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    display: block;
    padding-top: 4px;
    cursor: pointer;font-size: 13px;
    font-weight: 600;
}
.custom-control-label:hover { color: #0976b7;}
.panel-body .nav li:hover {
	color: #0976b7;
}
.panel-title {
	margin: 0;
}
.seo-titles {
	font-size: 14px;
	clear: both;
	line-height: 22px;
	color: #fff;
	font-weight: 500;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #0976b7;
	border: none;
	border-radius: 50px;
}
.nav-tabs {
	border: none;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border: none;
	color: #fff;
	background-color: #0976b7;
	border-radius: 50px;
	outline: none;
}
.nav-tabs .nav-link {
	border: none;
	transition: all .5s;
	border-radius: 0px;
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
.list-styled {
	margin-bottom: 20px;
}
.list-styled li {
	background: url(../images/svg/double.svg)0px 6px no-repeat;
	padding-left: 20px;
	margin-bottom: 3px;
	font-size: 13px;
	font-weight: 600;
}
.table p {
	margin: 0;
}
.table p span {
	margin-right: 20px;
}
.submit {
	background: #0976b7;
	color: #fff;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;
}
.submit:hover {
	background: #333;
	color: #fff;
}
.report-info li {
	display: inline-block;
	font-size: 13px;
	padding: 0 20px;
}
.purchase-option {
	font-weight: 600;
	font-size: 16px;
}
.purchase-option label {
	margin: .5rem 0;
}
.font-18 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
.user {
	display: inline-block;
	padding: 20px;
	border-radius: 50%;
}
.list-unstyled li {
	margin: 10px;
	line-height: 22px;
}
.grey-font {
	color: #999;
}
.big-buy {
	background: #0976b7;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.big-buy:hover {
	background: #333;
}
.pricing-card-title {
	color: #0976b7;
	font-weight: 700;
}
.color-blue {
	color: #0976b7;
	font-weight: 700;
}
.news-heading {
	font-size: 20px;
	font-weight: 500;
}
.news-heading a {
	color: #333;
}
.meta li {
	color: #999999;
	display: inline-block;
	margin-right: 10px;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}
.tags {
	border-bottom: 1px solid #e7e7e7;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 20px;
	width: 100%;
}
.tags ul li {
	display: inline-block;
	margin-bottom: 8px;
}
.tags ul li a {
	background: #f4f4f4 none repeat scroll 0 0;
	color: #232323;
	font-size: 12px;
	font-weight: 500;
	padding: 7px 15px;
	text-transform: uppercase;
}
.sidebar-info form {
	position: relative;
}
.sidebar-info input[type="text"] {
	border: 1px solid #e7e7e7;
	box-shadow: inherit;
	width: 100%;
}
.sidebar-info input[type="submit"] {
	background: #0976b7 none repeat scroll 0 0;
	border: medium none;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	color: #ffffff;
	font-weight: 600;
	padding: 6px 20px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	cursor: pointer;
	top: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	font-family: "Poppins", sans-serif;
}
.sidebar-item {
	border: medium none;
}
.sidebar-item.recent-post li {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sidebar-item.recent-post li {
	color: #cdd0d3;
}
.sidebar-item.recent-post li .thumb {
	display: table-cell;
	padding-top: 5px;
	vertical-align: top;
	width: 80px;
}
.sidebar-item.recent-post li .info {
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
	line-height: 26px;
	color: #837f7e;
}
.sidebar-item.recent-post .meta-title {
	color: #999999;
	font-family: "Poppins", sans-serif;
}
.sidebar-item.recent-post li span {
	display: inline-block;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.sidebar-item.recent-post li a {
	color: #232323;
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
}
.sidebar-item.recent-post .thumb img {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #0976b7;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #0976b7;
}

@media screen and (max-width: 667px) {
	#sidebarWrap { width:inherit !important; float:none; position:inherit !important;}
	#sidebar {
    width: inherit !important; position:inherit !important;}
	
.top-bar-area {
	display: none;
}
.home-banner {
	padding: 30px 0;
}
.home-banner h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.home-banner h1 {
	font-size: 30px;
	margin-bottom: 20px;
}
.form-flex {
	display: block;
	width: 100%;
}
.banner-btn {
	height: 56px;
	margin-top: 20px !important;
}
.home-banner p {
	margin-top: 20px;
	line-height: 24px;
}
.navbar-light .navbar-nav .nav-link {
	padding: 10px 16px;
}
.services ul li {
	display: block;
	margin: 20px 0px;
}
.services ul li a {
	display: block;
	margin: 0 auto;
}
.industry ul li {
	display: block;
	margin: 20px 0px;
}
.industry ul li a {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: inherit;
	padding: 15px 15px 20px 15px;
}
.news-img {
	display: none;
}
.fun-fact {
	text-align: center;
}
.clients-area .clients-items .owl-nav .owl-prev {
	left: 0px;
}
.clients-area .clients-items .owl-nav .owl-next {
	right: 0px;
}
.default-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}
.section-padding {
	padding: 40px 0;
}
.contact-form-area .contact-form-content {
	padding-right: 15px;
}
.social-footer {
	padding-top: 0px;
	margin-bottom: 20px;
}
.footer-links {
	margin-top: 10px !important;
}
.date {
	margin: 0px 0px 10px 0;
	display: block;
}
canvas {
	top: 0px;
}
#particles-js {
	height: 450px;
}
.big-buy {
	margin-top: 15px;
}
.table td, .table th {
	padding: 6px;
}
.infobanner {
	margin-top: 15px;
	float: none;
	font-size: 23px;
	display: block;
}
.mobile-margin {
	margin-top: 30px;
}
.nav-tabs .nav-item {
	margin-bottom: -1px;
	width: 100%;
	text-align: center;
}
.number-report {
	display: block;
	float: left;
}
.latest-report {
	display: block;
}
.line {
	display: none;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.top-bar-area {
	display: none;
}
.home-banner {
	padding: 30px 0;
}
.home-banner h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.home-banner h1 {
	font-size: 30px;
	margin-bottom: 20px;
}
.form-flex {
	display: block;
	width: 100%;
}
.banner-btn {
	height: 56px;
	margin-top: 20px !important;
}
.home-banner p {
	margin-top: 20px;
	line-height: 24px;
}
.navbar-light .navbar-nav .nav-link {
	padding: 10px 16px;
}
.industry ul li a {
	width: 209px;
	font-size: 13px;
}
.fun-fact {
	text-align: center;
}
.clients-area .clients-items .owl-nav .owl-prev {
	left: 0px;
}
.clients-area .clients-items .owl-nav .owl-next {
	right: 0px;
}
.default-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}
.section-padding {
	padding: 40px 0;
}
.contact-form-area .contact-form-content {
	padding-right: 15px;
}
.social-footer {
	padding-top: 0px;
	margin-bottom: 20px;
}
.footer-links {
	margin-top: 10px !important;
}
.date {
	margin: 0px 0px 10px 0;
	display: block;
}
canvas {
	top: 0px;
}
#particles-js {
	height: 450px;
}
#accordionMenu {
	max-width: 100%;
}
.table td, .table th {
	padding: 6px;
}
.infobanner {
	margin-top: 15px;
}
.mobile-margin {
	margin-top: 30px;
}
.nav-tabs .nav-item {
	margin-bottom: -1px;
	width: 100%;
	text-align: center;
}
.number-report {
	display: block;
	float: left;
}
.latest-report {
	display: block;
}
.line {
	display: none;
}
.full-new {
	max-width: 100%;
	flex: 100%;
}
.none {
	display: none;
}
}
.nav-link2 {
	font-size: 13px !important;
}
.badge {
	background-color: #0976b7;
	border-radius: 10px;
	color: white;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 3px 7px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}


.in-flex { display:inline-flex;}

.bill-heading {
    padding: 15px 20px;
    text-transform: uppercase;
    height: auto;
    background: #0976b7;
    color: #fff;
    font-size: 16px;
    font-weight: 400; margin-bottom:0px;border-radius: 10px 10px 0 0;
}
.bill-wrapper{ border:1px #ddd solid; padding:20px;}

.bill-heading-cart {
    position: absolute;
    top: 16px;
    right: 44px;
    cursor: pointer;
}
.item-count {
    background: #fff;
    padding: 5px;
    color: #333;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
}
.btn-secondary { font-size:12px;}
.bill-line { border-bottom:1px #ddd solid; border-top:1px #ddd solid; width:100%;padding: 10px 0; overflow:hidden;}
.bill-user { color:#0976b7; font-weight:500;}
.bill-type { float:left; font-size:14px;}
.bill-type2 { float:right;}

.bill-line-new { border:1px #ddd solid; width:100%; background:#fff; overflow:hidden; padding:20px;}

.bill-line-new2 {  width:100%; overflow:hidden; padding:12px 20px; color:#fff; background:#333;}
.bill-line-new2 .bill-type  {color:#fff;}
.bill-line-new2 .bill-user  {color:#fff;}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.stepwizard .fa {
    background: none;
    padding: 0;
    border-radius: 0;
    float: none;
    margin-left: 0;
    border-right: 0;
    color: #FFF;
}
.btn-circle {
    width: 56px;
    height: 56px;
    text-align: center;
    padding: 12px 0;
    font-size: 20px;
    line-height: 1.428571429;
    border-radius: 35px;
    margin-top: -14px;
    border: solid 3px #ccc!important;
    opacity: 1!important;
    -webkit-box-shadow: inset 0 0 0 3px #fff!important;
    -moz-box-shadow: inset 0 0 0 3px #fff!important;
    -o-box-shadow: inset 0 0 0 3px #fff!important;
    -ms-box-shadow: inset 0 0 0 3px #fff!important;
    box-shadow: inset 0 0 0 3px #fff!important;
}
.bg1 { background: #0976b7;}
.bg2 { background: #86cb86;}
.bg3 { background: #878787;}

.new-table td {
    padding: 5px;
    font-size: 13px;
}

.name strong { display:block; color:#0976b7;}

.talk { margin-bottom:5px; font-weight:500;}

#sidebarWrap {
    height: 420px;
    width: 255px;
    float: right;
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}

#sidebar { width:255px;
    height: 420px;
    position: absolute;
}


#sidebar.fixed {
    position: fixed;
    top: 0;
}
h1.title {
    font-size: 28px;
    font-weight: 500;
}.col-md-10 {    padding: 0px 10px !important;}


@media (min-width: 1200px) {
    .container {
        max-width: 1240px!important;
    }
}