body {
  overflow-x: hidden;
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

p {
  line-height: 1.75;
}

a {
  color: #F4311D;
}

a:hover {
  color: #F4311D;
  text-decoration: none !important;
}

.text-primary {
  color: #F4311D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; 
}

.page-section {
  padding: 100px 0;
}

.video-section {
  padding: 0 0 30px;
}


.gold-section {
  background: #fffcf5;
}

h2.section-heading {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}

h3.section-desc {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: none;
}

@media (min-width: 768px) {
  section {
    padding: 5px 0 4px;
  }
}

::-moz-selection {
  background: #F4311D;
  text-shadow: none;
}

::selection {
  background: #F4311D;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn { 
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #F4311D;
  border-color: #F4311D;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.category-btn button,
.category-btn button:hover {
    color: #ffffff;
    font-weight: normal;
}

.category-btn .dropdown-menu.show,
.category-btn .dropdown-menu.show button {
    background-color: #575668;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.category-btn .dropdown-toggle::after {
	display:none;
}

.category-btn span.navbar-toggler-icon {
    width: 20px;
    margin: 0px 5px 0 0;
}

.has-search {
	width: 100%;
}

.has-search input.form-control {
	/*background-color: #575668; */
   border: 1px solid #d1d1d1;

    color: #bebebe;
    width: 150px;


    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	width: 100%;
	/*color:white;*/
}

.orange-btn {
	background: #f4311d;
	border: none !important;
}

.no-padding {
    padding: 0;
}

#basic button,
#basicT button,
.bordered-btn {
    color: #ffffff;
    font-weight: normal;
    border: 1px solid #575668;
	margin: 0 5px;
}


#basicT button {
    color: #333; 
}

#basic ul,
#basicT ul {
padding: 5px 10px;
}

#basic ul li a,
#basicT ul li a {
    font-size: 14px;
    cursor: pointer;
	width: 200px;
}


#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color:#333047; 
}

#mainNav .navbar-brand {
  color: #F4311D; 
}

#mainNav .navbar-brand img {
    max-width: 150px;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #F4311D;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white; 
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #F4311D;
}
.drawer {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    right: 0; /* Change left to right */
    top: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    background:white;
}

.drawer a {
    padding: 15px 32px 15px 15px; /* Adjust padding for right-aligned text */
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.drawer a:hover {
    color: #f1f1f1;
}

.drawer_toggle {
    font-size: 20px;
    cursor: pointer;
    color: white;
    border: none;
    padding: 15px;
}

.drawer_toggle:hover {
    color:black;
}


.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.title-subheading {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: none;
    color: #333333;
}

.top-banner-slide { 
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 400px;
    border-radius: 5px;
    box-shadow: 0px 3px 12px rgba(0,0,0,0.3);
    position: relative;
}

.top-banner-slide h3 {
    font-size: 21px;
    font-weight: 500;
    text-transform: none;
    color: #ffffff;
    position: absolute;
    bottom: 13%;
    left: 6%;
    line-height: 35px;
    text-shadow:3px 2px 3px black;
}

.popular-section {
    padding: 100px 0 10px;
}

.popular-in-shoppi ul {
    padding: 0;
}

.popular-in-shoppi ul li {
    list-style-type: none;
    display: inline-block;
}

.popular-in-shoppi ul li a {
    text-decoration: none;
    padding: 7px 21px;
    background: #f6f2e9;
    border-radius: 15px;
    color: #707070;
    margin: 5px;
	display: inline-block;
}
}

.padding-50-0 {
	padding: 50px 0px 10px;
}

.logo-in-section {
    padding: 50px 0;
}

.logo-in-section .row {
    background: #ffffff;
    padding: 15px;
	margin: 0px;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}

.logo-in ul {
    padding: 0;
	margin:0;
}

.logo-in ul li {
    list-style-type: none;
    display: inline-block;
}

.logo-in ul li a {
    text-decoration: none;
    margin: 5px;
}

.text-cta {
    color: #333;
    font-weight: 600;
    font-size: 17px;
    padding: 5px 0;
    display: inline-block;
    text-decoration: none;
}

.m-t-6p {
	margin-top: 6px;
}

section.meet-new-section {
  padding: 100px 0;
  color: #ffffff;
  background-image: url("../img/meet-new.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  position:relative;
}

section.meet-new-section::before {
	content:" ";
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: rgba(56,64,94,0.7);
	top: 0;
	bottom:0;
	position: absolute;
}

.main-title h4 {
    line-height: 33px;
}

.big-b {
    padding: 10px 20px;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color:#333047; 
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
  
}
 
.service-heading {
  margin: 15px 0;
  text-transform: none;
}

.product-block {
	margin-bottom: 50px;
}

.product-block:hover img {
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);	
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-caption h4 {
    font-size: 13px;
    color: #333;
    margin: 10px 0;
}

@media only screen and (max-width: 600px) {
.product-caption h4 {
    font-size: 14px;
    color: #333;
    margin: 10px 0;
}

}



.product-caption ul.profile-block {
    padding: 0;
    margin: 15px 0;
}

.product-caption ul.profile-block li.profile-txt {
    list-style-type: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #38344b;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #cccccc;
    font-weight: bold;
    vertical-align: top;
}

.product-caption ul.profile-block li.profile-desc {
    display: inline-block;
    padding-left: 5px;
    vertical-align: top;
    font-size: 14px;
}

.product-caption ul.profile-block li.profile-desc span.p-name {
    display: block;
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

.product-caption ul.profile-block li.profile-desc span.p-name-desc {
    color: #8b8b8b;
    font-size: 12px;
    text-transform: capitalize;
}

.footer {
    padding: 50px 0 30px;
    background: #f8f8fa;
}

.footer-link h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-link ul {
	margin: 0;
	padding: 0;
}

.footer-link ul li {
	list-style-type: none;
}

.footer-link ul li a {
    color: #515050;
    font-size: 14px;
    font-weight: 500;
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none; 
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none; 
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 30px;
    display: block;
    width: 25px;
    height: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #333;
    outline: none;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  color: #f44336;
}

.second-footer {
	margin-top:50px;
}

@media only screen and (max-width: 600px) {
  .logo-in-section { 
    text-align: center;
}

.section-cta {
    margin-top: 0px !important;
    margin-bottom: 20px;
}

h2.section-heading { 
    margin-top: 20px; 
}

.title-subheading { 
    margin-bottom: 15px;
}

section.meet-new-section {
    padding: 50px 0;
}

.footer-link {
    margin-bottom: 30px;
}

ul.copys li {
	text-align: center;
	margin-bottom:15px;	
}

ul.copys {
	text-align: center; 
	margin: 0;
}

.nav-btn {
    vertical-align: top;
    margin-top: -15px;
}

}

.hover-animate {
    transition: all 0.2s ease-in-out;
}
.hover-animate:hover, .hover-animate:focus {
    -webkit-transform: translate3d(0, -8px, 10px);
    transform: translate3d(0, -8px, 10px);
}


.post-author{
    display: table;
    text-decoration: none;
}
.post-author .post-author-name {
    padding-left: .5rem;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    color: #000;
    font-size: .75rem;
    font-weight: 600;
}
.post-author .post-author-avatar, .post-author .post-author-name{
    display: table-cell;
    vertical-align: middle;
}
