/*@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');*/

html,
body {
    /*font-family: 'Quicksand', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #222222;
}

::-moz-selection { /* Code for Firefox */
  background: #cad3e2;
}

::selection {
  background: #cad3e2;
}

.navbar-expand-lg>.container {
    padding-left: 16px;
    padding-right: 16px;
}

p {
    font-size: 15px;
}
/*.container h4 {
    font-weight: 600;
}*/

.text-blue {
    color: #0095da;
}

.header-contact span {
    color: #0095da;
    margin-right: 40px;
    font-weight: 500;
}

.header-contact span a {
    text-decoration: none;
    color: #0095da;
}

.header-contact span a:hover {
    color: #0485c1;
}

.header-contact span:last-child {
    margin-right: 0;
}

.navbar {
    /*height: 70px;*/
    padding: 0;
}
.navbar-nav .dropdown-menu {
	width: 360px;
    float: left;
    padding: 0;
}
.navbar-nav .dropdown-menu ul {
    width: 50%;
	float: left;
	margin: 0;
	padding: 0;
    border-right: 1px dotted #ddd;
}
.navbar-nav .dropdown-menu ul:last-child {
    border-right: 0;
}
.navbar-nav .dropdown-menu ul li {
	list-style: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 600;
    color: #222222;
    font-size: 15px;
    margin-right: 40px;
    font-family: 'Quicksand', sans-serif;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    font-weight: 600;
}
.navbar-expand-lg .dropdown-item.active, .navbar-expand-lg .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #f5f5f5;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #017fb9;
}

.navbar-toggler {
    outline: 0 !important;
    border: 0;
}

.mt-70px {
    margin-top: 70px;
}

.carousel-inner {
    height: 450px;
}

.page-header {
    position: relative;
    margin: 70px 0 40px;
}

.page-header h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
}

.page-header h3 span {
    font-weight: 500;
}

.page-header:after {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    content: "";
    width: 52px;
    height: 3px;
    background: #54ab46;
}
.page-title h4 {
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}

/* Home Products*/
.home-products .card-body {
    padding-top: 0;
}
.home-products a {
    text-decoration: none;
}
.home-products .card .card-img {
    /* height: 170px;
    overflow: hidden; */
}
.home-products .card:hover {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.10);
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.home-products h4 {
    font-weight: 700;
    color: #333;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
}

.home-products .card:hover h4 {
    color: #0095da;
}
.home-products .card:hover h4 span {
    color: #54ab46;
}

.home-products h4 span {
    color: #888;
    font-weight: 500;
}

.home-products p {
    color: #999;
    font-size: 13px;
}

.btn-blue,
.btn-green {
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
}

.btn-blue {
    background: #0095da;
    border: 1px solid #0680b8;
}

.btn-blue:hover {
    text-decoration: none;
    color: #fff;
    background: #0489c7;
}

.btn-green {
    background: #54ab46;
    border: 1px solid #208f0f;
}

.btn-green:hover {
    text-decoration: none;
    color: #fff;
    background: #459d37;
}
.btn-submit {
    background: #54ab46;
    border: 1px solid #208f0f;
    color: #fff;
}
.btn-submit:hover {
    color: #fff;
    background: #459d37;
}

/* Footer */
.footer {
	background: #16305a;
	color: #dfdede;
	padding: 40px 0 10px 0;
}
.footer h4 {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
.footer p {
    font-size: 14px;
    line-height: 24px;
}

.footer ul {
	margin: 0;
	padding: 0;
}
.footer ul {
	float: left;
	/*margin-right: 15px;*/
}
.footer ul li {
	list-style: none;
	padding: 5px 0;
}
.footer ul li a {
	color: #dfdede;
	text-decoration: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.footer ul li a i {
    font-size: 9px;
    margin-right: 8px;
}
.footer ul li a:hover {
	color: #fff;
    margin-left: 5px;
	/*transition: all 0.5s ease;*/
}

.footer address p {
	line-height: 30px;
}
.footer address p a {
    color: #dfdede;
}
.footer address p i {
    font-size: 12px;
    margin-right: 5px;
}
.footer p a {
	color: #6f86ab;
}
.footer .social-media ul {
	padding: 0;
	margin: 0;
	/*margin-top: 55px; */
    margin-top: 10px;
	width: 100%;
}
.footer .social-media ul li {
	display: inline-block;
	margin: 0;
}
.footer .social-media ul li a {
	color: #dcdcdc;
	width: 24px;
	height: 24px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
}
.footer .social-media ul li a i {
    font-size: 16px;
}
.footer .social-media ul li a:hover {
	color: #fff;
    margin: 0;
}

.small-text {
	font-size: 12px !important;
	/*font-family: 'Quicksand', sans-serif;*/
	color: #dfdede;
}


/* breadcrumb-header */
.breadcrumb-header {
	background: #fff url("../images/slider-1.jpg") no-repeat;
	background-size: cover;
    background-position: center;
	height: 120px;
	width: 100%;
	display: flex;
	align-items: center;
}

.breadcrumb-header h3 {
	font-family: 'Quicksand', sans-serif;
	/*color: #4ab539;*/
    color: #fff;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0px 1px 1px #000;
}
.breadcrumb-header .breadcrumb, .breadcrumb-header .breadcrumb ol {
	margin: 0 auto;
	background: none;
	display: inline-flex;
	padding: 0;
}
.breadcrumb-header .breadcrumb li a {
	color: #dfdede !important;
    font-weight: 500;
}
.breadcrumb-header .breadcrumb li {
	color: #fff !important;
	font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
.breadcrumb-header .breadcrumb-item+.breadcrumb-item::before {
    color: #dfdede;
}

@media only screen and (max-width: 540px) {
  .d-xs-none {
    display: none;
  }
  .footer .social-media.d-sm-none ul {
    margin: 0;
  }
  .footer h4 {
    margin-bottom: 10px;
  }
  .footer ul {
    margin-bottom: 20px;
  }
}

.not-found {
    height: 350px;
    text-align: center;
}
.not-found h1 {
    font-size: 70px;
    font-weight: 600;
    color: #16305a;
}


.container .table-bordered thead td, .table-bordered thead th {
    border-bottom: 1px;
}

.content-main ol, .content-main ul {
    /*padding-left: 16px;*/
}
.content-main ol li, .content-main ul li {
    line-height: 26px;
}
.content-heading {
    background: rgb(144,222,132);
    background: linear-gradient(90deg, rgba(144,222,132,1) 0%, rgba(255,255,255,1) 50%);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 16px;
}


/* Products list page count*/
.grid-number-count {
    counter-reset: my-sec-counter;
}
.grid-number-count tr td:first-child::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
}
.grid-number-count tr td:first-child {
    text-align: center;
}

@media only screen and (max-width: 720px) {
    .carousel-inner {
        height: auto;
    }
}
@media (min-width: 320px ) and (max-width: 540px) {
    .carousel-inner {
        height: auto;
    }
}