@import url(https://fonts.googleapis.com/css?family=Times+New+Roman:100,300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Mukta:300,400,600,700);
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

:focus {
  outline: 0;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}

.clearfix:after .test {
  color: red;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

header,
nav,
section,
article,
aside,
footer {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  color: #333;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #444444;
  margin-top: 0;
  line-height: 1.5;
  font-family: 'Josefin Sans', sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

hr {
  border: 0.5px solid #444444;
}

p {
  margin-bottom: 15px;
  color: #555;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin-bottom: 15px;
  color: #777;
  position: relative;
}

a {
  color: #002147;
  transition: all ease-in-out 0.3s;
}

a:hover {
  text-decoration: none;
  color: #0D74BA;
}

select {
  padding: 10px 20px;
}

img {
  width: 100%;
}

body [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: 16px;
}

label {
  font-weight: 500;
  margin-bottom: 5px;
}

.btn-blue {
  border: 1px solid #005294;
  padding: 7px 25px;
  display: inline-block;
  background: #005294;
  color: #fff;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

abtn-blue:hover {
  background: #fff;
  color: #005294;
  border-color: #005294;
}

.btn-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-red {
  background: #D60D45;
  border-color: #D60D45;
}

.btn-red:hover {
  background: #fff;
  color: #D60D45;
  border-color: #D60D45;
}

.btn-style-1 {
  border-radius: 25px;
  padding: 10px 25px;
}

.btn-style-2 {
  border-radius: 10px;
  padding: 10px 25px;
}

/* Section Head */
.section-title {
  position: relative;
  padding: 0 20%;
  margin-bottom: 40px;
  z-index: 1;
}

.section-title h2 {
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title p {
  margin-bottom: 0;
}

.section-title [class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
  font-size: 36px;
  color: #005294;
}

.section-icon {
  display: inline-block;
  background: transparent;
  z-index: 1;
  position: relative;
  padding: 0 20px;
  margin-bottom: 15px;
}

.section-icon:before {
  position: absolute;
  width: 100px;
  height: 1px;
  background: #333;
  content: '';
  left: -100px;
  top: 50%;
}

.section-icon:after {
  position: absolute;
  width: 100px;
  height: 1px;
  background: #333;
  content: '';
  right: -100px;
  top: 50%;
}


/* ====================== */
/*         Header         */
/* ====================== */


.navbar {
  border-bottom: 0;
  padding: 0;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  min-height: 30px;
}

.navbar.navbar-default {
  margin: 0;
  padding: 0;
  height: auto;
  background: transparent;
  border: none;
}

.logo {
  padding: 8px 0;
}

.logo a {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
}

.bg-color-header .navbar-default {
  background: #FE8800;
}


/* Main Menu Dropdown */

.logo-wrapper,
.navbar-nav-wrapper,
.nav-mini-wrapper {
  float: left;
}

.logo-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

ul.nav-mini {
  padding-top: 3px;
  padding-right: 13px;
}

ul.nav-mini li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  background: #00bcd4;
  border-radius: 5px;
  padding: 2px 10px;
}

ul.nav-mini li:last-child {
  margin-right: 0px;
}

ul.nav-mini li i {
  color: #fff;
  padding-right: 5px;
}

.nav.navbar-nav {
  float: left;
  transition: all ease-in-out 0.3s;
}

.nav.navbar-nav>li {
  position: relative;
  display: inline-block;
  margin: 10px 15px;
}

.nav.navbar-nav li:last-child {
  margin-right: 0;
}

.nav.navbar-nav li a {
  color: #FFF;
}

.nav.navbar-nav li.has-child i {
  display: inline-block;
}

.nav.navbar-nav>li>a {
  line-height: 3.5;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0;
  color: #333;
  position: relative;
  font-weight: 600;
}

.nav.navbar-nav>li>a:hover,
.nav.navbar-nav>li.active>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #D60D45;
  background: none;
  text-decoration: none;
}

.nav.navbar-nav>li:last-child>a:after {
  display: none;
}

.nav.navbar-nav li ul {
  z-index: 99999;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 59px;
  left: 0;
  width: 200px;
  display: none;
  background-color: #fff;
  border: 1px solid #EEE;
  border-top: 2px solid #D60D45;
  -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}

/*.nav.navbar-nav li:last-child ul, .nav.navbar-nav li:nth-last-child(2) ul  { left: auto; right:0; } */

.nav.navbar-nav li ul li a {
  border-bottom: 1px solid #E6E6E6;
  display: block;
  padding: 14px 20px;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #333;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.25;
}

.nav.navbar-nav li>ul>li:last-child>a,
.navbar-nav li>ul>li>ul>li:last-child>a {
  border-bottom: 0;
}

.nav.navbar-nav li ul li:hover a {
  padding-left: 25px;
  padding-right: 15px;
}

.nav.navbar-nav li ul li a:hover {
  color: #D60D45;
}

.nav.navbar-nav li ul li ul {
  position: absolute;
  left: 199px;
  top: -2px;
}

.nav.navbar-nav li ul li:hover ul li a {
  padding-left: 15px;
  padding-right: 15px;
}

.nav.navbar-nav li ul li ul li:hover a {
  padding-left: 20px;
  padding-right: 10px;
}

.nav.navbar-nav li ul li {
  display: block;
  text-align: left;
  margin: 0;
}


/* Mega Menu */

.navbar-nav>li.mega-menu {
  position: inherit;
  left: 0;
}

.navbar-nav>li.mega-menu ul {
  left: 0%;
  width: 100%;
  top: 36px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-nav>li.mega-menu:hover>a,
.navbar-nav>li.mega-menu>a:hover,
.navbar-nav>li.dropdown:hover>a,
.navbar-nav>li.dropdown>a:hover,
.navbar-nav>li.dropdown.active>a,
.navbar-nav>li.dropdown.active>a:hover,
.navbar-nav>li:hover>a,
.navbar-nav>li.active>a {
  color: #D60D45;
  background: transparent;
}

.mega-menu-inner {
  padding: 0 20px;
}

.bg-color-header .navbar-nav>li.dropdown:hover>a,
.bg-color-header .navbar-nav>li.dropdown>a:hover,
.bg-color-header .navbar-nav>li.dropdown.active>a,
.bg-color-header .navbar-nav>li.dropdown.active>a:hover,
.bg-color-header .navbar-nav>li:hover>a,
.bg-color-header .navbar-nav>li.active>a {
  color: #FFF;
}

.nav.navbar-nav>li>a:hover {
  color: #D60D45;
}

.navbar-arrow>ul>li .arrow-indicator {
  margin-left: 7px;
  color: #333;
}

.navbar-arrow ul ul>li .arrow-indicator {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  font-size: 16px;
  color: #333;
}

.nav.navbar-nav li ul li a:hover .navbar-arrow ul ul>li .arrow-indicator {
  color: #D60D45;
}

.megamenu-container .arrow-indicator {
  display: none;
}


@media only screen and (max-width: 1100px) {
  .nav.navbar-nav>li {
    margin: 10px 15px
  }
}

@media only screen and (max-width: 991px) {
  .navbar {
    margin: 0;
    padding: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  .navbar-brand {
    line-height: 30px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  .navbar-arrow>ul>li .arrow-indicator,
  .navbar-arrow ul ul>li .arrow-indicator {
    display: none;
  }

  ul.nav-mini {
    padding-right: 0;
  }

  ul.nav-mini li {
    margin-right: 5px;
    padding: 2px 6px;
  }
}

@media (max-width: 767px) {
  .navbar.navbar-default {
    padding: 0;
  }

  #sp-top-bar {
    top: 95px;
  }

  #sp-top-bar,
  #sp-top2 {
    text-align: center;
  }

  #sp-top1 .nav-mini-wrapper {
    display: inline-block;
    float: none !important;
    margin: 10px 0;
  }

  #sp-top-bar .sp-contact-info {
    display: inline-block;
  }

}

@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
}

/**
 * Sticky Header
 */

.navbar-sticky {
  background: #fff;
  z-index: 99999;
  box-shadow: 0px 0px 5px #ccc;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
}

.navbar-sticky.navbar-default {
  padding: 10px 0 8px;
}

.navbar-sticky .navbar-nav>li>ul {
  top: 59px;
}

.navbar-sticky .navbar-nav>li.mega-menu ul {
  top: 60px;
}


.transparent-header .navbar-sticky {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0px;
  border: none;
}

.navbar.navbar-sticky .logo {
  padding: 5px 0 5px;
}

.navbar.navbar-sticky .logo img {
  width: 85%;
}

.navbar.navbar-sticky .nav.navbar-nav>li>a {
  line-height: 1.5;
}


@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {

  #sp-top2.col-sm-9 {
    padding-right: 0;
  }

  .sp-contact-info li {
    font-size: 12px;
    padding: 6px 4px;
  }

  .navbar-fixed-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    clear: both;
  }

  .transparent-header .navbar-sticky {
    padding: 10px 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .slicknav_btn {
    top: 32px;
  }

  .slicknav_btn.slicknav_open:before,
  .slicknav_btn.slicknav_collapsed:before {
    font-size: 21px;
  }


}

@media (max-width: 767px) {}

@media (max-width: 479px) {}


/* Header */
.logo img {
  width: 80%;
}

.logo h1 {
  margin-bottom: 0;
  color: #005294;
  font-size: 40px;
}

.upper-head {
  background: #005294;
  padding: 10px 0;
  display: flex;
}

.header-menu {
  padding: 10px 0;
  background: #fff;
}

.contact-info {
  display: inline-block;
}

.login-btn a:first-child {
  border-right: 2px white solid;
  padding-right: 5px;
}

.upper-head p {
  margin-bottom: 0;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-right: 15px;
  font-weight: 400;
}

.upper-head i {
  padding-right: 5px;
}

.upper-head [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-size: 15px;
  margin-left: 0;
  font-weight: 600;
}

.login-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

/* ====================== */
/*         Footer         */
/* ====================== */

footer {
  background: #060c17;
  position: relative;
}

.newsletter {
  padding: 55px 0 35px;
  position: relative;
  z-index: 1;
}

.newsletter form {
  position: relative;
  width: 45%;
  margin: 0 auto;
}

.newsletter a {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  background: #D60D45;
  color: #fff;
}

.newsletter input[type=text] {
  padding-right: 115px;
  margin-bottom: 0;
}

.footer-links {
  padding: 45px 0 41px;
  border-top: 1px dashed #cccccc3b;
  position: relative;
  z-index: 1;
}

.footer-links h3 {
  color: #fff;
  margin-bottom: 50px;
}

.footer-links li {
  padding: 0 0 10px 0px;
  position: relative;
  margin-bottom: 10px
}

.footer-links li a {
  color: #fff;
  opacity: 0.8;
}

.footer-links li a:hover {
  opacity: 1;
}

.footer-links li a i {
  padding-left: 5px;
  transition: all ease-in-out 0.3s;
}

.footer-links-list li a:hover i {
  padding-left: 10px;
}

.footer-links li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.copyright {
  position: relative;
  z-index: 1;
  padding: 0px 0 30px;
}

.copyright-content p {
  margin-bottom: 0;
  display: inline-block;
  color: #fff;
  font-size: 10px;
}

.copyright-content a {
  color: #ffc63f;
}

.footer-recent-post li {
  padding: 0;
  margin-bottom: 15px;
}

.footer-recent-post li:last-child {
  margin-bottom: 0;
}

.footer-recent-post li:before,
.footer-social-links li:before {
  display: none;
}

.recent-post-item {
  display: flex;
}

.recent-post-image {
  width: 27%;
}

.recent-post-content {
  flex: 1 auto;
  padding-left: 15px;
}

.recent-post-content h4 {
  color: #fff;
  margin-bottom: 5px;
}

.recent-post-content p {
  color: #ffc63f;
  margin-bottom: 0;
  font-size: 13px;
}

.footer-social-links li {
  padding: 0;
  display: inline-block;
  margin: 0px 20px 0 0;
}

.footer-instagram li {
  padding: 0;
  display: inline-block;
  width: 32.33%;
  margin: 0 0 4px 0;
}

li.social-icon {
  margin-right: 15px;
  font-size: 40px;
}

li.social-icon a i {
  padding: 0;
}

.footer-about p {
  color: #fff;
  margin: 20px 0;
}

.about-logo {
  margin-bottom: 25px;
}

.about-logo img {
  width: auto;
}

.about-location li {
  color: #fff;
}

.about-location img {
  height: 50px;
  width: 50px;
}

.about-location li {
  display: flex;
}

.about-location li div i {
  color: #ffc63f;
  padding-right: 10px;
  font-size: 25px;
}

.footer-social-links {
  margin-top: 20px;
}

.footer-social-links .social-icon {
  width: 50px;
  height: 50px;
}

.payment-content {
  text-align: right;
}

.payment-content li {
  display: inline-block;
  margin: 0 0px 0 10px;
  color: #fff;
}

.payment-content li img {
  width: 30px;
}

#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none;
}

#back-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

#back-to-top a:after {
  position: absolute;
  content: '\f176';
  font-family: 'fontawesome';
  font-size: 20px;
  color: #005294;
  top: 5px;
  left: 15px;
  z-index: 1;
  font-weight: 500;
}

/* ====================== */
/*         On sale         */
/* ====================== */

.sale-item {
  position: relative;
}

.sale-content {
  padding: 20px 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
}

.sale-image {
  position: relative;
  overflow: hidden;
}

.sale-image img {
  transition: all ease-in-out 2s;
}

.sale-tag {
  position: absolute;
  padding: 10px;
  top: 10px;
  right: -10px;
  background: #005294;
  box-shadow: 0px 0px 10px #0000004a;
  z-index: 1;
}

.sale-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #040404c7 1%, #ffad0000 100%);
}

.sale-tag span {
  color: #fff;
}

span.new-price {
  font-weight: 600;
}

.sale-tag:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid #295070;
  border-right: 10px solid transparent;
  top: 42px;
  right: 0px;
}

.sale-content p {
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}

.sale-content h3 a {
  color: #fff;
}

.sale-content h3 a:hover {
  opacity: 0.8;
}

.sale-content .sale-review {
  text-align: left;
  margin-bottom: 90px;
}

.slider-button .slick-prev,
.slider-button .slick-next {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 5px solid #fff;
  line-height: 2;
  background: #005294;
}

.sale-slider .slick-prev {
  left: -10px;
}

.sale-slider .slick-next {
  right: -10px;
}

.deals-slider .slick-prev {
  left: 5px;
}

.deals-slider .slick-next {
  right: 5px;
}

.sale-item:hover img {
  transform: scale(1.2);
}

.sale-content a.btn-blue {
  background: transparent;
  border-color: #fff;
}

.sale-content a.btn-blue:hover {
  background: #005294;
  color: #fff;
}

/* ====================== */
/*         Customized     */
/* ====================== */

#divSearchTabButtonPanel {
  display: none
}