/*
 * Table of Contents:
 * 	   - Media Queries
 *   0 - media screen and (max-width: 1170px)
 *   1 - media screen and (max-width: 1152px) 
 *   2 - media screen and (max-width: 1024px)
 *   3 - media screen and (max-width: 992px)
 *   4 - media screen and (max-width: 800px)
 *   5 - media screen and (max-width: 768px)
 *   6 - media screen and (max-width: 728px)
 *   7 - media screen and (max-width: 640px)
 *   8 - media screen and (max-width: 500px)
 *   9 - media screen and (max-width: 480px)
 *  10 - media screen and (max-width: 414px)
 *  11 - media screen and (max-width: 375px)
 * 	12 - media screen and (max-width: 360px)
 *  13 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */

/* 1.0 - Common Styles
---------------------------------------------------------------------- */

@font-face {
	font-family: 'veneerregular';
	src: url('../webfonts/veneer-webfont.woff2') format('woff2'), url('../webfonts/veneer-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, a, p, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: "Open Sans";
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #222;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 30px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #222;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 28px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
	padding-top: 10px;
	line-height: 22px;
}

h5 {
	font-family: "Open Sans";
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	line-height: 22px;
	font-weight: 600;
}

h6 {
	font-family: "Open Sans";
	font-size: 15px;
	color: #333;
	margin-bottom: 10px;
	font-weight: 600;
}

a {
	outline: 0;
	color: #000;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

.btn {
	font-size: 15px;
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}

p {
	margin-bottom: 10px;
}

a:focus, a:hover {
	text-decoration: none;
	outline: 0 !important;
	box-shadow: none !important;
}

button:focus {
	text-decoration: none;
	outline: 0 !important;
	box-shadow: none !important;
}

.container {
	padding: 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.form-control {
	font-size: 15px;
}

.blue__text {
	color: #f26522;
}

.orange__text {
	color: #f26522;
}

/* Top-bar
---------------------------------------------------------------------- */

.ccr_topbar {
	float: left;
	background-color: #007bff;
	width: 100%;
}

header {
	width: 100%;
	padding: 10px 0 7px;
	float: left;
	background-color: #0b4898;
}

.top__right {
	float: right;
}

.top__right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.top__right ul li {
	float: left;
}

.top__right li a {
	padding: 0 15px;
	font-weight: 400;
	color: #fff;
	line-height: 40px;
	float: left;
}

.top__right li:first-child a {
	background-color: #cdaa35;
}

.top__right li:nth-child(2) a {
	background-color: #28a745;
}

.top__right li:last-child a {
	background-color: #ff4050;
}

.top__right li a:hover {
	color: #ddd;
}

.top__right li a i {
	padding-right: 5px;
}

/* main header
---------------------------------------------------------------------- */

.main__header {
	display: inline-block;
	width: 100%;
}

.header__right {
	padding-top: 0px;
}

.search__bar {
	float: left;
	margin-right: 30px;
	width: 280px;
	margin-top: 15px;
}

.search__bar i {
	color: #db232b;
}

.search__bar .form-control {
	height: 42px;
}

.header__cart {
	float: left;
	margin-top: 15px;
}

.earth__logo {
	float: right;
	width: 145px;
	margin-left: 30px;
	position: relative;
	text-align: center;
	padding: 0 40px;
	margin-top: 5px;
}

.earth__logo p {
	position: absolute;
	top: 24%;
	left: 0;
	right: 0;
	font-size: 12px;
	color: #fff;
	margin-bottom: 0;
	line-height: 16px;
	/* background-color: rgba(0, 0, 0, 0.2); */
	padding: 2px 0;
	text-shadow: 4px 4px 4px #000;
}

.header__cart ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.header__cart ul li {
	float: left;
}

.header__cart ul li a {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 24px;
}

.header__cart ul li a strong {
	display: block;
	font-weight: 700;
	width: 100%;
	color: #00c6ff;
}

.cart__box {
	padding-left: 10px;
}

.cart__box span {
	background-color: #db232b;
	height: 20px;
	width: 20px;
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	float: right;
	text-align: center;
	font-weight: 700;
	line-height: 20px;
	margin-left: 5px;
}

.cart__box strong {
	font-size: 18px;
}

/* nav bar
---------------------------------------------------------------------- */

nav {
	background-color: #cdaa35;
	float: left;
	width: 100%;
}

.darkHeader {
	position: fixed;
	top: 0;
	z-index: 999999;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	padding: 0px;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.category__btn {
	background-color: #fff;
	line-height: 40px;
	border-radius: 0;
	padding: 0 15px;
	font-weight: 700;
	color: #282828;
	margin: 6px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
}

.category__btn i {
	margin-right: 10px;
}

.left__dropdown {
	width: 270px;
	float: left;
}

.left__dropdown .dropdown-menu.show {
	width: 270px;
	border: 0px;
	border-radius: 0;
}

.left__dropdown .dropdown-menu.show a {
	padding: 10px 15px;
}

.left__dropdown .dropdown-menu.show a:hover {
	background-color: #eee;
}

.navigation__bar {
	float: right;
}

/* slider
---------------------------------------------------------------------- */

.ccr_slider {
	float: left;
	width: 100%;
	position: relative;
}

.big__font {
	font-size: 42px;
	color: #282828;
	font-weight: 400;
	line-height: 44px;
	font-family: 'veneerregular';
	text-transform: uppercase;
}

.medium__font {
	font-size: 36px;
	color: #db232b;
	font-family: 'Pacifico', cursive;
	font-weight: 400;
	line-height: 44px;
}

.big__button {
	padding: 10px 20px;
	font-family: 'Lato', sans-serif;
	background-color: #0b4898;
}

.bg__blue {
	background-color: #f26522;
}

.purple__clr {
	color: #6a3bac;
}

/* banner bottom section
---------------------------------------------------------------------- */

.ccr__advertise {
	background-color: #f4f4f5;
	float: left;
	width: 100%;
	padding: 30px 0;
}

.tips__box img {
	width: 100%;
}

/* feature book of the month section
---------------------------------------------------------------------- */

.ccr_section {
	float: left;
	padding: 60px 0;
	width: 100%;
}

.clients__logos .item .product__box {
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	background-color: #fff;
	min-height: 100px;
	padding: 0 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.product__box {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    background-color:     #fff;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.product__box .col-6 {
	padding: 0px;
}

.box__bottom {
	display: inline-block;
	width: 100%;
}

.product__box h5 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 0px;
	min-height: 65px;
	width: 100%;
}

.product__box p {
	color: #636363;
	font-size: 13px;
}

.strikethrough {
	font-size: 13px;
	text-decoration: line-through;
	color: #777;
	display: block;
}

.box__bottom strong {
	font-size: 17px;
}

.cart__icon {
	padding-top: 20px;
}

.cart__icon a {
	padding-left: 10px;
	color: #636363;
	font-size: 17px;
}

.cart__icon a:hover {
	color: #f26522;
}

.owl-carousel .item {
	border-right: 1px solid #e5e5e5;
}

.owl-carousel .owl-stage .owl-item:last-child .item {
	border-right: 0px;
}

.border__line {
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	position: relative;
}

.red__line {
	width: 160px;
	background-color: #d12728;
	height: 2px;
	position: absolute;
	top: -1px;
}

.owl-dots {
	display: none;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: -92px;
	left: auto;
	right: 0px;
}

.owl-nav span {
	font-size: 32px;
}

.owl-theme .owl-nav [class*="owl-"] {
	margin: 1px!important;
	border-radius: 0px!important;
}

.owl-carousel .owl-prev {
	margin-right: 5px!important;
	border-right: 1px solid#ccc!important;
	width: 30px;
}

.owl-next {
	margin-right: 0px!important;
	border-left: 1px solid#ccc!important;
	width: 30px!important;
}

/* about us section
---------------------------------------------------------------------- */

.about_background {
	background-image: url(../images/about-background.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.red_back {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#990002+0,990002+53,e00000+84,e00000+100 */
	background: #990002;
	/* Old browsers */
	background: -moz-linear-gradient(top, #990002 0%, #990002 53%, #e00000 84%, #e00000 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #990002 0%, #990002 53%, #e00000 84%, #e00000 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #990002 0%, #990002 53%, #e00000 84%, #e00000 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990002', endColorstr='#e00000', GradientType=0);
	/* IE6-9 */
	padding: 30px;
}

.blue_back {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0758c6+0,0758c6+28,1f7cfc+74,1f7cfc+100 */
	background: #0758c6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0758c6 0%, #0758c6 28%, #1f7cfc 74%, #1f7cfc 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0758c6 0%, #0758c6 28%, #1f7cfc 74%, #1f7cfc 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0758c6 0%, #0758c6 28%, #1f7cfc 74%, #1f7cfc 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0758c6', endColorstr='#1f7cfc', GradientType=0);
	/* IE6-9 */
	padding: 30px;
}

.supreme__box {
	position: relative;
}

.leaf__img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.new__products .item {
	border-right: 0;
}

.new__products .item .product__box {
	background-color: #fff;
	padding: 15px;
	border-right: 0px;
	width: 95%;
}

.new__products .item img {
	width: 100%;
	margin-bottom: 15px;
}

.bg-white {
	background-color: #fff;
}

/* four boxes
---------------------------------------------------------------------- */

.cate__box {
	background-color: #f5f5f5;
	border: 1px solid #eeeeee;
	padding: 65px 20px 25px;
	text-align: center;
	position: relative;
	margin-top: 50px;
}

.cate__box p {
	line-height: 20px;
}

.circle__box {
	height: 100px;
	width: 100px;
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid #f26522;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding-top: 25px;
	display: inline-block;
	top: -50px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

/* newsletter section
---------------------------------------------------------------------- */

.newsletter__back {
	background-image: url(../images/newsletter-back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.news__letter h2 {
	font-size: 36px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 30px;
}

.news__letter p {
	color: #fff;
}

.news__letter .form-control {
	height: 55px;
	border: 1px solid #ff9000;
	border-radius: 0;
}

.nes_btn {
	border: 1px solid #ff9000;
	color: #ff9000;
	background-color: #fff;
	font-size: 24px;
}

.news-border {
	padding: 0 35px;
	margin-top: -10px;
}
.my_table{}
.my_table tbody{}
.my_table tbody tr{}
.my_table tbody tr td {   padding: 10px;}
.my_table tbody tr td a{     font-weight: 600;
    color: #db232b;
    font-size: 15px;}
.my_table tbody tr td img.img_pdf_ico {    width: 40px;
    height: 50px;
    /* filter: contrast(1.2); */
    margin-right: 5px;}
.my_table tbody tr td p{}

/* footer section
---------------------------------------------------------------------- */

footer {
	float: left;
	width: 100%;
	padding: 60px 0;
}

.footer__links ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

.footer__links li a {
	padding: 3px 0;
	display: block;
	color: #777;
}

.footer__links li a:hover {
	color: #000;
}

.contact__us i {
	background-color: #636363;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #fff;
	margin-top: 0px;
	margin-right: 10px;
	line-height: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.contact__us p {
	color: #777;
}

.contact__us a {
	color: #777;
}

.contact__us a:hover {
	color: #f26522;
}

.half__link li {
	float: left;
	width: 50%;
}

/*.half__link li:nth-child(2n+2) a{
	float:right;
	text-align:left;}*/

.gray_back {
	background-color: #f1f1f1;
}

.owl-carousel_2 .owl-nav {
	position: absolute;
	top: 35%;
	left: -60px;
	right: -60px;
	margin-top: 0;
}

.owl-carousel_2 button {
	background-color: #b7b7b7!important;
	height: 35px;
	width: 35px!important;
}

.owl-carousel_2 .owl-prev {
	float: left;
}

.owl-carousel_2 .owl-next {
	float: right;
}

/* bottom footer
---------------------------------------------------------------------- */

.bottom__footer {
	background-color: #0b4898;
	padding: 15px 0;
	float: left;
	width: 100%;
}

.cart__img {
	float: right;
}

.design__developed p {
	color: #fff;
	font-size: 14px;
	padding-top: 5px;
}

.design__developed p span {
	padding-left: 50px;
}

.design__developed p a {
	color: #fff;
	font-weight: 700;
}

/* back to top
---------------------------------------------------------------------- */

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 16px;
	padding: 10px 0;
	background-color: #db232b;
	border-color: #db232b;
	color: #fff;
}

.back-to-top:hover {
	background-color: #0b4898;
	border: solid 1px #0b4898;
	color: #fff;
}

/* inner page css
---------------------------------------------------------------------- */

.product__box_2 {
	padding: 10px 0;
	border: 1px solid #ddd;
	margin: 15px 0;
	text-align: center;
}

.left__section h3 {
	color: #fff;
	margin: 0;
	background-color: #f26522;
	padding: 7px 15px;
	line-height: 24px;
	font-size: 16px;
}

.left__box {
	border: 1px solid #ddd;
	padding: 5px 0;
}

.left__box .custom-control {
	margin: 0px 0;
	border-bottom: 1px dashed #ddd;
	padding: 10px 15px 10px 40px;
}

.left__box .custom-control:last-child {
	border-bottom: 0px;
}

.right_side {
	width: 100%;
	float: left;
	padding-left: 20px;
}

.right_header {
	float: left;
	width: 100%;
	text-align: right;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.inner_search {
	display: inline-block;
	margin-right: 25px;
}

.right_header form {
	float: right;
}

.right_header span.text_typ {
	float: left;
	padding: 8px 10px 0 0;
}

.right_header .form-group {
	width: 150px;
	float: right;
}

.inner_search .btn {
	height: 36px !important;
	font-size: 13px;
	padding: 7px 10px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 3px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ccr_product_details {
	float: left;
	width: 100%;
}

.ccr_product_details ul {
	list-style: none;
	padding: 0px;
}

.ccr_product_details ul li img {
	width: 180px;
	height: auto;
}

.ccr_product_details ul li {
	background-color: #f5f5f5;
	padding: 15px;
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}

.comments_note img {
	width: auto!important;
}

.price.product-price {
	color: #ec521d;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 0;
	display: block;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #f26522;
	border-color: #f26522;
}

.product-whitearea {
	background-color: #fff;
	padding: 0px 0px 15px 0px;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
}

.product-content-box .product-txt {
	color: #142e39;
	font-size: 16px;
	text-align: left;
	margin: 15px 12px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
}

.zoom-small-image {
	float: left;
	width: 77%;
	padding-right: 10px;
}

.zoom-desc {
	float: right;
	width: 23%;
	text-align: right;
}

.cloud-zoom-gallery img {
	width: 93px;
	height: 93px;
	margin-bottom: 15px;
	border: 1px solid #eee;
}

.zoom-small-image img {
	width: 100%;
	border: 1px solid #eee;
}

.spiral_top {
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
}

.spiral_box ul {
	list-style: none;
	padding: 15px 0 50px 0;
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}

.spiral_box .btn {
	border-radius: 0px;
	font-size: 14px;
	line-height: 13px;
	margin-top: 15px;
	padding: 8px 20px;
	text-transform: uppercase;
}

.spiral_box ul {
	list-style: none;
	padding: 15px 0 15px 0;
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}

.spiral_box ul li {
	color: #000;
	line-height: 30px;
	font-size: 14px;
	float: left;
	width: 50%;
}

.spiral_box ul li span {
	color: #666666;
}

.spiral_box .btn i {
	font-size: 16px;
	padding-right: 10px;
}

.tab_content {
	display: inline-block;
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 30px;
}

.tab_content .nav-pills .nav-link {
	border-radius: 0px;
	text-transform: uppercase;
	border: 1px solid #ddd;
	border-top: 0px;
	border-left: 0px;
	padding: 10px 25px;
}

.nav-pills .nav-link.active, .show>.nav-pills .nav-link {
	background-color: #f26522;
}

.tab_content .tab-pane {
	padding: 7px 20px 15px 20px;
}

.tab_content h3 {
	text-transform: capitalize;
}

.tab_content .tab-pane p {
	color: #777;
	line-height: 23px;
	text-align: justify;
}

.contact_page i {
	color: #f26522;
	margin-right: 5px;
	font-size: 14px;
}

.boxes__list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.cart__icon a {
	font-size: 13px;
}

.boxes__list ul li {
	width: 25%;
	background-color: #ff4050;
	padding: 30px 0;
	text-align: center;
}

.boxes__list ul li:nth-child(2) {
	background-color: #21837f;
}

.boxes__list ul li:nth-child(3) {
	background-color: #f2b319;
}

.boxes__list ul li:nth-child(4) {
	background-color: #5197d5;
}

.boxes__list ul li:nth-child(5) {
	background-color: #274def;
}

.boxes__list ul li:nth-child(6) {
	background-color: #5f8d10;
}

.boxes__list ul li:nth-child(7) {
	background-color: #933d64;
}

.boxes__list ul li:nth-child(8) {
	background-color: #106536;
}

.boxes__list ul li a {
	color: #fff;
	font-size: 16px;
}

.boxes__list ul li a i {
	display: block;
	font-size: 36px;
	padding-bottom: 15px;
}



.form__section{
	background-color: #f5f5f5;
	border: 1px solid #eee;
	padding: 25px;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}

.small, small{
	line-height: 16px;
}

.book-leasing{

   padding: 0;

}
.book-leasing li{
    color: #000;
	list-style:none;
    line-height:26px;

   
}

.book-leasing li i{
	    font-size: 13px;
    color: #cdaa35;
    padding-right: 3px;
}
}


.tabs__section .nav-tabs .nav-item.show .nav-link, .tabs__section .nav-tabs .nav-link.active {
    color: 
#fff;
background-color:
#cdaa35;
border-color:
    #cdaa35;
}
.tabs__section .nav-tabs .nav-link{
    color:#fff;
background-color:#0b4898;
border-color:#0b4898;
margin-right: 2px;
}

.form__accordion .card-header{
	padding: 5px 15px;
	background-color: #0b4898;
}

.form__accordion .card-header .btn{
	color:#fff;
	display: block;
	width: 100%;
	text-align: left;
}
.form__accordion .card-header .btn:hover{
	color: #fff;
	text-decoration: none;
}


.happening_box{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b4898+0,2989d8+50,0b4898+100 */
background: #0b4898; /* Old browsers */
background: -moz-linear-gradient(top,  #0b4898 0%, #2989d8 50%, #0b4898 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0b4898 0%,#2989d8 50%,#0b4898 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0b4898 0%,#2989d8 50%,#0b4898 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4898', endColorstr='#0b4898',GradientType=0 ); /* IE6-9 */
padding: 15px;
}
.happening_box table{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007bff+0,66adf9+50,007bff+100 */
background: #fff; /* Old browsers */
padding: 10px 20px;
display: block;
}

.happening_box marquee {
	width: 100%;
	padding: 10px 0;  
	font-size: 16px;
	color: #333;     
  }

.list__square{
	padding:0 15px;
}
.list__square li{
	padding: 4px 0;
}

.leasing__img ul{
	list-style-type: none;
	padding: 0;
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

.leasing__img li{
	width: 16.666%;
	padding: 10px;
}

.leasing__img li img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}

#cphMainContent_lblContent i{
	color: #007bff;
}

.goverment_media ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.goverment_media li{
	padding: 10px 0;
}

.goverment_media li .media{
	background-color: #f5f5f5;
	padding: 15px;
	font-size: 16px;
}
.goverment_media li .media p{
	font-size: 16px;
}

.goverment_media li .media img{
	width: 150px;
	height: auto;
	margin-right: 20px;
}





@media screen and (max-width:1200px) {
	.container {
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
	}
}

@media screen and (max-width:1024px) {
	.search__bar {
		width: 280px;
	}
	.logo {
		width: 35%;
	}
	.big__font {
		font-size: 36px;
		line-height: 38px;
		margin-bottom: 5px;
	}
	.medium__font {
		font-size: 24px;
		line-height: 30px;
	}
	.big__button {
		padding: 6px 20px;
		margin-top: 15px!important;
	}
	.owl-carousel_2 .owl-nav {
		left: 0px;
		right: 0px;
	}
	.contact__us {
		padding-top: 30px;
	}
	.leasing__img li{
		width: 20%;
	}
}

@media screen and (max-width:800px) {
	.logo {
		width: auto;
	}
	.header__right {
		padding-top: 20px;
		float: left!important;
	}
	.top__right {
		float: left!important;
	}
	.big__font {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.medium__font {
		font-size: 16px;
		line-height: 20px;
	}
	.theme-default .nivo-controlNav {
		padding: 0!important;
	}
	.theme-default .nivo-directionNav a {
		display: none;
	}
	.contact__us {
		padding-top: 30px;
	}
	.boxes__list ul li {
		width: 33.333%;
	}
	.leasing__img li{
		width: 25%;
	}
}

@media screen and (max-width:767px) {
	.tips__box {
		margin-bottom: 20px;
	}
	.supreme__box p {
		margin-bottom: 0!important;
	}
	.supreme__box {
		margin-bottom: 20px;
		padding-bottom: 30px!important;
	}
	.footer__links {
		padding: 20px 0;
	}
	footer {
		padding: 40px 0;
	}
	.cart__img {
		float: left;
		margin-top: 15px;
	}
	.big__font {
		font-size: 24px;
		line-height: 28px;
	}
	.medium__font {
		font-size: 20px;
		line-height: 24px;
	}
	.big__button {
		padding: 6px 20px;
		margin-top: 5px!important;
		font-size: 13px;
	}
	.owl-carousel .owl-nav {
		top: -120px;
	}
	.news__letter h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.cate__box {
		margin: 40px 0;
	}
	.inner_search {
		margin-right: 0px;
		float: left;
	}
	.right__section {
		margin-top: 30px;
	}
	.zoom-small-image {
		float: left;
		width: 100%;
		padding-right: 0;
	}
	.zoom-desc {
		float: left;
		margin-top: 15px;
		width: 100%;
	}
	.zoom-desc {
		text-align: left;
	}
	.boxes__list ul li {
		width: 50%;
	}
	.header__right {
		width: 100%;
	}
	.earth__logo {
		margin-left: 0;
	}
}

@media screen and (max-width:660px) {
	.earth__logo {
		float: left;
		margin-top: 15px;
	}
	.leasing__img li{
		width: 33.333%;

	}
	.leasing__img li img{
		height: auto;
	}
}

@media screen and (max-width:550px) {
	.header__cart {
		float: left;
		margin-top: 15px;
		width: 100%;
	}
	.ccr_slider .big__button {
		display: none!important;
	}
	.category__btn {
		padding: 0 15px;
	}
	.tips__box {
		width: 100%;
		border: 2px solid;
		padding: 0px;
	}
	.design__developed p span {
		display: block;
		padding-left: 0px;
	}
	.owl-carousel .item {
		border-right: 0px;
	}
	.right_header form {
		float: left;
		padding-top: 15px;
	}
	.spiral_box ul li {
		width: 100%;
	}
	.new__products .item img {
		width: auto;
	}
	.owl-carousel_2 .owl-nav {
		position: absolute;
		top: 20%;
		left: 0px;
		right: 0px;
		margin-top: 0;
	}
	.top__selers .owl-carousel .owl-nav {
		top: -90px;
	}
	.medium__font {
		font-size: 14px;
		line-height: 20px;
	}
	.boxes__list ul li {
		width: 100%;
	}
	.leasing__img li{
		width: 50%;

	}
}

@media screen and (max-width:480px) {
	.new__products .item .product__box {
		width: 100%;
	}
	.earth__logo {
		float: left;
		margin-left: 0;
		margin-top: 15px;
	}
	.header__cart {
		width: 100%;
	}
	
}

@media screen and (max-width:414px) {
	.left__dropdown {
		width: 215px;
		float: left;
	}
	.half__link li {
		float: left;
		width: 100%;
	}
	.view__btn {
		padding-right: 0!important;
		margin-right: 0!important;
	}
	.search__bar {
		float: left;
		margin-right: 0;
		width: 100% !important;
	}
	.medium__font br {
		display: none;
	}
	.top__right li a {
		padding: 0 10px;
		font-weight: 400;
		color: #fff;
		line-height: 40px;
		float: left;
		font-size: 13px;
	}
	.leasing__img li{
		width: 100%;

	}
}

@media screen and (max-width:320px) {
	.category__btn {
		padding: 0 5px;
	}
	h1 {
		font-size: 20px;
	}
}

