/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Nunito", sans-serif;
  color: #444444;
}

a {
  color: #2A424D;
  text-decoration: none;
}

a:hover {
  color: #2A424D;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2A424D;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: rgb(47, 153, 224);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 22px 0;
  /* background: #fff; */
}
#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  background-color:#2A424D;
}


#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #2A424D;
  color:#fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #2A424D;
  background-color:#fff;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #2A424D;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #2A424D;
  background-color:#fff;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #2A424D;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #2A424D;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /* margin-top: 70px; */
  background-image: url("../img/bannerimage.jpg");
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  color: #fff;
}
#hero h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 24px;
}
#hero .btn-get-started {
    font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  border: 2px solid #fff;
}
#hero .btn-get-started:hover {
  background: #fff;
  color: #000;
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  #hero {
    height: 100vh;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }

  #footer .footer-links, #footer .copyright {
    text-align:center;
  }
}
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  color: #2A424D;
}
.section-title h2::before, .section-title h2::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #2A424D;
  display: inline-block;
}
.section-title h2::before {
  margin: 0 15px 10px 0;
}
.section-title h2::after {
  margin: 0 0 10px 15px;
}
.section-title p {
  margin: 15px 0 0 0;
}



/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about{
    background-image: url("../img/aboutbg.jpg");
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
    font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  background: #2A424D;
  border: 2px solid #2A424D;
  
}
.about .content .btn-learn-more:hover {
border: 2px solid #2A424D;
background-color: transparent;
  color: #2A424D;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.blog .icon-box::before {
  content: "";
  position: absolute;
  background: rgba(42,66,77,0.1);
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}
.blog .icon-box:hover::before {
  background: #2A424D;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.blog .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}
.blog .title a {
  color: #2A424D;
}
.blog .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.blog .icon-box:hover .title a, .blog .icon-box:hover .description {
  color: #fff;
}
.blog .icon-box:hover .icon {
  background: #fff;
}
.blog .icon-box:hover .icon i {
  color: #2A424D;
}

.blog .btn-learn-more {
    font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 30px;
  background: #2A424D;
  border: 2px solid #2A424D;
  
}

.blog .icon-box:hover .btn-learn-more{
    color:#fff;
    border: 2px solid #fff;
}

.blogarchive{
    text-align: left;
    margin-bottom:30px;
}

.categorytitle{
    padding-bottom:50px;
}

/*--------------------------------------------------------------
# Stores Section
--------------------------------------------------------------*/
.stores-section {
  padding-top: 20px;
  min-height:300px;
  background-image: url("../img/storesbg.jpg"); 
  background-attachment: fixed; 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
}
.stores-section .stores{
  border: 0;
  padding: 90px 20px 90px 20px;
  width: 100%;
 
}

.stores-section .map{
    margin-top:10px;
}

.section-title-white {
    text-align: center;
    padding-bottom: 30px;
  }

.section-title-white h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #fff;
  }
.section-title-white h2::before, .section-title-white h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    display: inline-block;
  }
.section-title-white h2::before {
    margin: 0 15px 10px 0;
  }
.section-title-white h2::after {
    margin: 0 0 10px 15px;
  }
.section-title-white p {
    margin: 15px 0 0 0;
    color:#fff;
  }

/*--------------------------------------------------------------
# Brands
--------------------------------------------------------------*/
.brands .testimonial-wrap {
  padding-left: 50px;
}
.brands .brands-carousel, .brands .brands-slider {
  overflow: hidden;
}
.brands .brands-item {
  box-sizing: content-box;
  margin-bottom:30px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.brands .brands-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 5px 0;
  color: #111;
}
.brands .brands-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.brands .brands-item .quote-icon-left, .brands .brands-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}
.brands .brands-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.brands .brands-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.brands .brands-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}
.brands .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.brands .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2F414C;
}
.brands .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2F414C;
}
@media (max-width: 767px) {
  .brands .brands-wrap {
    padding-left: 0;
  }
  .brands .brands-carousel, .brands .brands-slider {
    overflow: hidden;
  }
  .brands .brands-item {
    padding: 30px;
    margin: 15px;
  }
  
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
.contact .contact-about p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Nunito", sans-serif;
  color: #fff;
}
.contact .social-links {
  padding-bottom: 20px;
}
.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: transparent;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.contact .social-links a:hover {
  background: #fff;
  color: #2A424D;
}
.contact .info {
  color: #fff;
}
.contact .info i {
  font-size: 32px;
  color: #fff;
  float: left;
  line-height: 1;
}
.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.text-lg-right{
    text-align:right;
}
.downloadapp{
    margin-top:30px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8f8f8;
  min-height: 40px;
  margin-top: 86px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 72px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #2A424D;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .credits {
  font-size: 13px;
  padding-top: 5px;
  color: #fff;
}
#footer .footer-links a {
  color: #fff;
  padding-left: 15px;
}
#footer .footer-links a:first-child {
  padding-left: 0;
}
#footer .footer-links a:hover {
  color: #3E6272;
}

.appstore{
margin-right:20px;
}

.downloadapp img{
    margin-bottom:30px;
}

.copyright a{
    color:#fff;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

  .wp-pagenavi{
      margin-left:auto;
      margin-right:auto;
      text-align:center;
  }