html,
body {
	height: 100%;
	font-family: 'Open Sans', sans-sans-serif;
	color:#5a5a5a!important;
}
li {
	list-style-type: none;
}
.text-primary {
	color: #fb8d04!important;
}
a.text-primary:focus,
a.text-primary:hover {
	color: #fb8d04!important;
}
.fs14 {
	font-size: 14px;
}
.navbar {
	margin: 0px!important;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	background: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5);
	text-transform: uppercase;
	font-weight: 500;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1)!important;
    border-color: #79c074!important;
	background-color: #79c074!important;
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0.62rem!important;
	}
}
.navbar-expand-lg .navbar-nav .btn-primary, .navbar-expand-lg .navbar-nav .btn-primary:focus, .navbar-expand-lg .navbar-nav .btn-primary:active {
    color: #FFFFFF!important;
	border:none;
	outline:none;
	box-shadow:none!important;
	background: #59b9ae; /* Old browsers */
	background: -moz-linear-gradient(left, #59b9ae 0%, #80c49b 47%, #59b9ae 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #59b9ae 0%,#80c49b 47%,#59b9ae 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #59b9ae 0%,#80c49b 47%,#59b9ae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b9ae', endColorstr='#59b9ae',GradientType=1 );
	border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.bg-dark {
	background-color: #bae4e2!important;
}
.navbar-dark .navbar-nav .nav-link {
	color: #000000 !important;
    font-size: 16px;
}
.navbar-dark .navbar-nav .btn-primary {
	color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active .nav-link {
	color: #f08409;
}
/* .banner {
	margin-top: -40px;
} */
@media (max-width: 424px) {
	#search .input-group input {
	    height: 40px!important;
	}
}
@media (max-width: 768px) {
	.banner {
		margin-top: 0px!important;
	}
	.bg-dark {
		background-color: #fb8d047d!important;
	}
}
#search {
	margin-top: -25px;
}
#search .input-group input,#search .input-group select {
	height: 50px;
	border-radius: 0;
	border-color: #737171;
}
#search .input-group input[type="submit"] {
	background-color: #737171;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}
#search .input-group input:focus {
	/* box-shadow:none!important; */
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}
#sec-title .col-md-6,#sec-title .col-md-4 {
	background: #f25b22;
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 5px 0;
}
#offers .card {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}
#offers .card-body {
	padding: 0px 0.75rem;
	font-size: 15px;
	font-weight: 400;
}
#offers .card-body .desc {
	padding: 15px 15px 5px 15px;
	font-size: 14px;
}
#offers .card-body .desc .title {
	font-size: 16px;
	font-weight: 500;
	min-height: 60px;
	padding-top:15px;
}
#offers .card-body .desc a {
	min-height: 36px;
    display: inline-block;
	color: #222;
	font-size: 18px;
	font-weight: 600;
	line-height:24px;
	font-family: 'Hind', sans-serif;
	word-wrap: break-word;
}

#offers .card-body .desc img {
	width: 35px;
    border: 1px solid #dadada;
    margin-right: 5px;
    height: 35px;
    border-radius: 50px;
    padding: 5px;
}
#offers .card-body .desc img.loc {
	width: auto !important;
    height: auto!important;
    border: 1px solid #dadada;
    border-radius: 50px;
    padding: 5px 5px;
}
#offers .card-body .desc p{
	margin-bottom:0.5rem;
}
#offers .card-body .disc {
	padding: 15px;
	text-align: center
}
#offers .card-body .disc p {
	padding-left: 0;
	font-size: 12px;
	text-align: right;
	line-height: 18px;
}
#offers .card-body .oe-desc {
	position:relative;
}
#offers .card-body .oe-desc div.tag {
	position: absolute;
	top: -12px;
	right: 0;
	font-weight: 500;
}
#offers .card-body .oe-desc div.tag span {
	color: #3c3b3b;
	border-radius: .25rem;
	padding: 2px 10px;
	margin-left: 5px !important;
	font-size: 13px;
	font-weight: 500;
}
#offers .card-body .disc h3 {
	font-weight: 500;
}
.bg-gray {
	background: #f0f0f0;
}
#view-offers {
	background: #f3f2f1;
	padding: 2.75rem 0;
}
.btn-ao {
	font-weight: 900;
	color: #000000!important;
	font-size: 16px;
	background: url(../img/bg-btn.png);
	background-position: center;
	background-size: cover;
	padding: 15px 28px;
	border-radius: 10px;
	text-transform: uppercase;
	text-decoration: none;
	border:none;
	display:inline-block;
}
.btn-ao {
	font-weight: 900;
	color: #000000!important;
	font-size: 16px;
	background: url(../img/bg-btn.png);
	background-position: center;
	background-size: cover;
	padding: 15px 20px;
	border-radius: 10px;
	text-transform: uppercase;
	text-decoration: none;
	border:none;
	display:inline-block;
}
@media screen
  and (min-device-width: 768px)
  and (max-device-width: 991px)
  and (-webkit-min-device-pixel-ratio: 1) {
      .banner .btn-ao {
          font-size:12px!important;
          padding:15px;
      }
}
.btn-ao:hover,
.btn-ao:active,
.btn-ao:focus {
	text-decoration: none;
}
#footer {
	background: #ee5227;
	color: #FFFFFF;
}
#footer h4 {
	text-align: center;
	margin: 0;
}
#footer h4 a:hover{
	text-decoration:none
}
#footer #f-top,
#footer #f-middle {
	padding: 2rem 0 0rem 0!important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#footer #f-middle {
	border: none!important;
}
#footer #f-middle {
	padding: 2rem 0 0!important;
}
#footer #subscription{
	padding:1rem 0 2rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#footer #f-bottom {
	padding: 1rem 0 0!important;
}
#footer #f-middle h4 {
	margin-bottom: 1rem;
	font-size: 18px;
}
#footer #f-middle ul {
	margin: 0;
	padding: 0;
}
#footer #f-middle ul li a {
	color: #FFFFFF!important;
    line-height: 26px;
    font-size: 16px;
}
#footer #f-bottom a {
    font-size: 16px;
}
#footer #f-middle #categories {
	padding: 0 0 0 0
}
#footer #f-middle #categories ul li:before {

	padding-right:2px;
}
#footer #f-bottom ul.social li {
	display: inline-block;
}
#footer #f-bottom ul.social li a {
	border: 2px solid #FFF!important;
	color: #FFF!important;
	display: block;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	margin-right: 5px;
	text-align: center;
	width: 38px;
	border-radius: 50%;
}
#footer #f-bottom ul.social li a:hover,
#footer #f-bottom ul.social li a:active,
#footer #f-bottom ul.social li a:focus {
	border-color: #FFFFFF!important;
	color: #FFFFFF!important;
}
#copyright {
	padding: 1rem 0 0rem
}
.hover-box {
	position: relative
}
.hover-box:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .35s ease 0s
}
.hover-box:hover:before {
	opacity: 1
}
.hover-box img {
	width: 100%;
	height: auto
}
.hover-box .box-content {
	width: 90%;
	height: 90%;
	position: absolute;
	top: 5%;
	left: 5%
}
.hover-box .box-content:after,
.hover-box .box-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all .7s ease 0s
}
.hover-box .box-content:before {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	border-top: 1px solid rgba(255, 255, 255, .5);
	transform: scale(0, 1);
	transform-origin: 0 0 0
}
.hover-box .box-content:after {
	border-left: 1px solid rgba(255, 255, 255, .5);
	border-right: 1px solid rgba(255, 255, 255, .5);
	transform: scale(1, 0);
	transform-origin: 100% 0 0
}
.hover-box:hover .box-content:after,
.hover-box:hover .box-content:before {
	opacity: 1;
	transform: scale(1);
	transition-delay: .15s
}
.hover-box .title {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	margin: 15px 0;
	opacity: 0;
	transform: translate3d(0, -50px, 0);
	transition: transform .5s ease 0s
}
.hover-box:hover .title {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}
.hover-box .post {
	font-size: 14px;
	color: #fff;
	padding: 10px;
	background: #000;
	opacity: 0;
	transform: translate3d(0, -50px, 0);
	transition: all .7s ease 0s;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 30%;
	text-align: center;
}
.hover-box .icon,
.box15 .icon {
	padding: 0;
	list-style: none
}
.hover-box:hover .post {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: .15s
}
.hover-box .icon {
	width: 100%;
	margin: 0;
	position: absolute;
	bottom: -10px;
	left: 0;
	opacity: 0;
	z-index: 1;
	transition: all .7s ease 0s
}
.hover-box:hover .icon {
	bottom: 20px;
	opacity: 1;
	transition-delay: .15s
}
.hover-box .icon li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 0 16px;
	font-size: 14px;
	color: #fff;
	margin-right: 5px;
	transition: all .4s ease 0s
}
.hover-box .icon li a:hover {
	background: #d79719;
	border-color: #d79719
}

#offers .hover-box .post {
	background: none;
	z-index: 99;
	bottom: 0%!important;
	top: unset!important;
}
#offers .hover-box .post li {
	border-radius: 50px;
	background: #fb8d04;
	width: 42px;
	height: 40px;
	line-height: 50px;
}
#offers .hover-box .post i.fa {
	font-size: 24px;
	color: #FFF;
	/* border-radius: 50px; */
}
#offers .card-text .row {
	flex-wrap: inherit!important;
}

.vlogo{
	position: absolute;
	z-index: 9;
	top: 200px;
	right: 20px;
	background: #fb8d04;
	border-radius: 50px;
	width: 70px;
	height: 70px;
	padding: 15px 0 0 0;
	font-size: 16px;
	font-weight: 900;
	color: #FFF;
	border: 1px solid #fb8d04;
	line-height: 18px;
	text-align: center;
}
.vlogo span {
	font-size: 12px;
	font-weight: 500;
}
#offer-content h1{
	font-size:30px;
	font-weight: 700;
	margin-bottom:20px;
}
#offer-content ul li {
	font-size: 18px;
	line-height: 30px;
	display: flex;
}
.st-top-left .col-md-12 {
	border-bottom:3px solid #fb8d04;
	padding:0;
}
.st-top-left .col-md-3{
	background: #fb8d04;
    color: #FFF;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 0;
}
#offer-content .accordion .card .card-header button.btn-link {
	color:#fb8d04;
	font-weight: 500;
	font-size: 20px;
	text-decoration:none;
}
#offer-content .accordion .card .card-header {
	padding:.5rem 0.25rem!important;
}
label {
	font-weight: 900;
	margin:0;
}
form label {
	margin:0;
}
.st-bottom-center .col-md-12 {
	border-top:3px solid #fb8d04;
	padding:0;
}
.st-bottom-center .col-md-6 {
	background: #fb8d04;
    color: #FFF;
    font-size: 24px!important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 0!important;
}
#breadcrumb ul {
	border-bottom: 1px solid #fb8d04;
	padding-bottom: 15px;
	margin: 0;
}
#breadcrumb ul li a {
	color:#656565!important;
	font-weight: 500;
}
.banner.inner {
	/* background:url('../img/head-inner-bg.jpg') no-repeat; */
	background-size:cover;
	text-align:center;
	padding: 36px;
	margin-top: 0;
	background-position: center;
	/* text-shadow: 1px 3px 0px #44444459; */
}
.banner.inner h1{
	color:#000;
	font-weight:600;
	text-transform:uppercase;
}

#offer-content .card-image {
	margin-bottom:30px;
}
#offer-content .card-detail {
	margin-bottom:30px;
}
#offer-content .card-detail h3 {
	font-weight:900;
	font-size:25px;
}
#offer-content .card-detail ul{
	padding: 0;
}
#offer-content .card-detail li{
	/* list-style-type:disc; */
	font-size:16px;
	line-height: 25px!important;
}
#offer-content .card-detail li:before{
	content: "\2022"!important;
	color: #f1860a;
    font-size: 50px;
    vertical-align: bottom;
    margin-right: 10px;
}
#offer-content .card-buy {
	margin-bottom:60px;
}
#offer-content .card-buy a.share i,#offer-content .card-buy a.share{
	font-size:16px;
	color:#000000!important;
	font-weight:400;
}
#offer-content .card-buy a.share i {
    font-size: 21px;
    vertical-align: middle;
    margin: 0 5px;
}
#offer-content
.bg-light {
	background: #f3f3f3;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #fb8d04;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow:none;
}
.login-container {
	padding:15% 0;
}
.form-control:focus {
	box-shadow: 0 0 0 0.01rem rgb(37, 186, 177);
}
.card-item .col {
	margin-bottom:30px!important;
}
.h300 {
	height:300px!important;
}
#offer-content h5.text-primary {
    font-size: 18px;
}
#footer .subscription label {
	margin-bottom:5px
}
#footer .subscription input {
	font-size: 15px;
}
#footer .subscription .btn-yellow {
	background: #F5CD2E;
}
#footer .subscription input:focus,#footer .subscription input:active {
	border-color: #F5CD2E!important;
	box-shadow:none!important;
}
.subscription {
	background: rgba(255,255,255,0.15);
    padding: 15px;
    border-radius: 2px;
}
.nav-dd-content {
	right:0 !important;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;

}
.p16 div p:last-child {
	font-size: 16px!important;
	color:#000;
}
#copyright {
    font-size: 16px;
}
