@import "mobile_menu.css";
@import "card.css";
@import "custom-bg.css";

body {
	background-color: #FFF;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 23px;
	margin: 0;
}

p {
	color: #555;
	line-height: 23px !important;
	margin: 0px !important;
}

p[data-f-id="pbf"] {
	display: none;
}

.font-1 {
	font-family: 'Prompt', sans-serif;
}

.font-2, .btn {
	font-family: 'Prompt', sans-serif;
}

.img200 {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin-bottom: 5px;
}

.img300 {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin-bottom: 5px;
}

.img400 {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin-bottom: 5px;
}

.img500 {
	width: 100%;
	max-width: 500px;
	height: auto;
	margin-bottom: 5px;
}

.img600 {
	width: 100%;
	max-width: 600px;
	height: auto;
	margin-bottom: 5px;
}

.img700 {
	width: 100%;
	max-width: 700px;
	height: auto;
	margin-bottom: 5px;
}

h1 {
	font-size: 35px;
	font-weight: 400;
	line-height: 40px;
}

h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 33px;
}

h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 31px;
}

h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

h5 {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}

h6 {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}

.text-size-1 {
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
}

.text-primary {
	color: #629d3e !important;
}

.text-grey {
	color: #999 !important;
}

.text-black {
	color: #333 !important;
}

.text-purple {
	color: #B213C8 !important;
}

.text-white {
	color: #FFF !important;
}

.text-green {
	color: #1DC60F !important;
}

.text-pink {
	color: #FF089F !important;
}

.text-red {
	color: #D7000B !important;
}

.text-black {
	color: #333 !important;
}

.text-orange {
	color: #FD8134 !important;
}

.text-blue {
	color: #4BADEA !important;
}

.text-brown {
	color: #CC7E47 !important;
}

.text-sky {
	color: #06C7F0 !important;
}

.text-yellow {
	color: #E9D062 !important;
}

.text-footer {
	color: #FFB300  !important;
}

.btn-success:hover, .btn-success.hover, .btn-danger:hover, .btn-danger.hover {
	box-shadow: 0px 2px 15px #999;
}

.category img {
	width: 100%;
	border: 0px solid #F4F4F4;
	border-radius: 10px;
	transition: ease all 0.3s;
}

.category img:hover {
	transition: ease all 0.3s;
	box-shadow: 0px 2px 15px #00000059;
}

.thumb-info:hover {
	box-shadow: 0px 5px 20px #0000000a;
	transition: ease all 0.3s;
}

.thumb-info {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	background-color: #FFF;
	border-radius: 8px;
	padding: 10px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: ease all 0.3s;
}

.thumb-info:hover {
	box-shadow: 0px 4px 10px #0000001c;
}

.thumb-info .thumb-info-inner {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	font-size: 18px;
	line-height: 26px;
	max-height: 51px;
	overflow: hidden;
}

.thumb-info .thumb-info-type, .thumb-info .thumb-info-action-icon, .thumb-info-social-icons a, .thumbnail .zoom, .img-thumbnail .zoom, .thumb-info-ribbon {
	background-color: #cc040e;
	color: #666;
}

.input-lg {
	font-size: 18px !important;
	line-height: 25px !important;
	height: 50px !important;
	padding: 0px 15px !important;
}

.badge {
	font-weight: 500 !important;
}

.page-header {
	background-color: #212529;
	padding: 16px 0;
	position: relative;
	text-align: left;
	z-index: 1;
}

html .badge-primary {
	background-color: #0868BF;
	color: #FFF !important;
	font-size: 14px;
}

html .badge-primary:hover {
	background-color: #D9D9D9 !important;
	color: #000 !important;
}

html .bg-color-primary, html .bg-primary {
	background: #F4F4F4 !important;
	border-top: 0px solid #E10000;
	border-bottom: 0px solid #E10000;
	box-shadow: 0px 2px 4px #79797952;
}

.btn-primary {
	background-color: #EEAD14 !important;
	color: #FFF !important;
	border: 0px !important;
}

.btn-primary:hover {
	background-color: #20AAFF !important;
	color: #FFF !important;
	border: 0px !important;
	box-shadow: 0px 2px 15px #999;
	transition: ease all 0.3s;
}

.btn-lg {
	font-size: 23px !important;
}

/* DESKTOP */

.page-header {
	background-color: #FFFFFF !important;
}

.page-header a {
	text-decoration: none;
	font-size: 14px;
}

.page-header .breadcrumb > li {
	display: inline-block;
	text-transform: uppercase;
	text-shadow: none;
	color: #939393;
	font-size: 14px;
}

.page-header .breadcrumb > li + li:before {
	color: inherit;
	opacity: 0.8;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	padding: 0 7px 0 5px;
}

html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
	background: #EEAD14;
}

#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
	background: #0b71e100;
}

#header .header-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #FFFFFF;
	-webkit-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
	width: 100%;
	border-top: 3px solid #EDEDED;
	border-bottom: 1px solid transparent;
	z-index: 1001;
	box-shadow: 0px 3px 13px #d2d2d2;
}

#header .header-top.header-top-default {
	background: #0868BF;
}

#header .header-nav-main nav > ul > li > a {
	color: #B24B10 !important;
}

#header .header-nav-main nav > ul > li > a:hover {
	color: #FFF !important;
}

#header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a {
	background-color: #B24B10;
	color: #FFF !important;
}

#header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
	background-color: #B24B10;
}

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
	color: #B24B10;
}

#header .header-nav.header-nav-line nav > ul li:hover > a::before {
	background: #B24B10;
}

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active::before {
	background: #B24B10;
}

#header .header-nav.header-nav-line nav > ul li:hover > a {
	color: #F70003;
}

#header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li .wrapper-items-cloned > a {
	color: #0868BF !important;
}

#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li > a.active, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active {
	color: #FFF !important;
	font-weight: 400;
}

#header .header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0px 2px 10px #666666;
	min-height: 47px;
	background-color: #169ef2;
}

#header .header-column .header-extra-info li .header-extra-info-text label {
	display: block;
	margin: 0;
	font-size: 17px;
	line-height: 1.2;
}

#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a {
	color: #3c9ba6 !important;
}

#header .header-nav-main nav > ul > li > a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 40px;
	color: #CCC;
	font-size: 18px;
	font-style: normal;
	padding: 8px 20px;
	text-transform: uppercase;
}

section.page-header .page-header-title-border {
	background-color: #71b04b !important;
}

.page-header .breadcrumb a {
	color: #71b04b !important;
}

.page-header.page-header-classic:after {
	content: '';
	width: 100%;
	height: 5px;
	background: #e8e8e8;
	position: absolute;
	bottom: 0;
	left: 0;
}

.page-header h1 {
	color: #71b04b !important;
	display: inline-block;
	font-size: 27px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	position: relative;
	top: 1px;
}

/* MOBILE */
@media (max-width: 991px) {

#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li > a.active, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active {
	color: #FFF !important;
	font-weight: 400;
}

#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
	background: #3079D8 !important;
	color: #FFF !important;
}

#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
	color: #CA8500 !important;
	font-size: 17px;
}

#header .header-btn-collapse-nav {
	background: #3079D8 !important;
	color: #FFF;
}

#header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li .wrapper-items-cloned > a {
	color: #3079D8 !important;
}

.dropdown-item {
	background-color: transparent;
}
}
 @media (min-width: 990px) {

.mobile-menu, .hide-desktop {
	display: none;
}
}

#footer {
	background: #202020;
	box-shadow: 0px -5px 20px #0009;
}

#footer .footer-copyright.footer-copyright-style-2 {
	background: #169EF2;
	color: #FFF;
	padding: 20px 10px;
	text-align: center;
	font-size: 15px;
}

#footer .footer-copyright.footer-copyright-style-2 {
   background: #0868bf;
	border-top: 3px solid #1791ff;
}

.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
	border: 0;
	padding: 10px;
	margin: 0;
	border-radius: 0;
}

.social-icons li a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 100%;
	display: block;
	height: 28px;
	line-height: 28px;
	width: 28px;
	text-align: center;
	color: #FFF !important;
	text-decoration: none;
	font-size: 13px;
}

.social-icons li:hover a {
	background: #979797;
	color: #FFF !important;
}

.social-icons li {
	display: inline-block;
	margin: -1px 1px 0 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	border: 2px solid #fff;
}

.thumb-info .thumb-info-wrapper:after {
	content: "";
	background: rgba(0, 0, 0, 0.34);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
	bottom: -4px;
	color: #FFF;
	left: -4px;
	position: absolute;
	right: -4px;
	top: -4px;
	display: block;
	opacity: 0;
	z-index: 1;
}

.mobile-menu {
	padding: 7px 0px;
	border-radius: 10px;
	font-size: 18px;
	text-align: center;
	display: block;
}

a .mobile-menu{
	color: #2CB977 !important;	
}

.mobile-menu-active {
	background: #FFB300;
	border: 3px solid #FFF;
    padding: 7px 0px;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
    display: block;    
    color: #FFF;
}

.card-img-top .head {
    border-radius: 10px 10px 0px 0px;
}

.card-img-top .body .title {
    font-size: 22px;
    margin-bottom: 5px;
}

.card-img-top {
    box-shadow: 0px 2px 15px #ececec;
    border-radius: 10px;
}

.card-img-top .body {
    padding: 20px 10px;
    border-radius: 0px 0px 10px 10px;
    border-bottom: 3px solid #0468bf;
	background-color: #FFF;
}

.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
    background: #000c !important;
    color: #FFF;
}