html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #bf1822; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  color: #bf1822;
  background-color: transparent;
  border: 2px solid #bf1822;
  padding: 13px 40px;
  font-size: 19px;
  border-radius: 4px;
  font-weight: 600;
  margin: 20px 0;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 2px; }
  @media (max-width: 991px) {
    .btn {
      font-size: 16px;
      letter-spacing: 1px; } }

.btn:hover {
  color: #fff;
  background-color: #003d76;
  border-color: #003d76;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.btn:focus {
  color: #fff !important;
  background-color: #003d76;
  border-color: #003d76; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #003d76;
  border-color: #003d76; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #003d76;
  border-color: #003d76; }

.title-h {
  font-family: "Rajdhani", sans-serif;
  font-size: 50px;
  line-height: 57px;
  margin-bottom: 15px;
  color: #003d76;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 38px !important;
      line-height: 40px !important; } }

.title-p {
  font-size: 20px;
  line-height: 29px;
  padding-bottom: 30px;
  font-weight: 300;
  color: #444; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px !important;
      line-height: 28px; } }

.inner-h {
  font-family: "Rajdhani", sans-serif;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #003d76;
  font-weight: 500; }
  @media (max-width: 991px) {
    .inner-h {
      font-size: 24px !important;
      line-height: 30px !important; } }

.sep {
  content: "";
  height: 2px;
  width: 120px;
  margin: 20px 0;
  background: #bf1822; }

.sep-middle {
  content: "";
  height: 2px;
  width: 120px;
  background: #bf1822;
  margin: 20px auto; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

.desctop-view {
  display: block !important; }
  @media (max-width: 991px) {
    .desctop-view {
      display: none !important; } }

/******navbar start*******/
.top-header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  color: var(--theme-ui-colors-background, #ffffff);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }

.top-line1 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 8px 5px 10px 5px;
  background-color: #111;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px; }
  @media (max-width: 500px) {
    .top-line1 {
      font-size: 15px;
      letter-spacing: 0px;
      padding: 6px 5px 8px 5px; } }

.top-line2 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  padding: 4px;
  background-color: var(--theme-ui-colors-text, #bf1822); }
  @media (max-width: 500px) {
    .top-line2 {
      font-size: 15px;
      padding: 3px; } }

/*.top-bar {
    position: absolute;
    height: 30px;
    width: 100%;
    z-index: 999;
    background-color: $color-theme-dark;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    p {
        color: #fff;
        font-family: $font-third;
        padding-top: 8px;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 1px;
        margin-bottom: 0;
        @media (max-width: 991px) {
            font-size: 13px;
            line-height: 15px;
            letter-spacing: 0;
            padding-top: 2px;
        }
    }
    a {
        color: #fff;
    }
    @media (max-width: 991px) {
        height: auto;
    }
}
.top-bar:hover a {
    color: #111;
}*/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 10px;
    background-color: #fff; }

  .navbar-toggle .svg-inline--fa {
    color: #003d76; }

  .navbar {
    min-height: 60px; } }
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #e6e6e6; }

.navbar {
  min-height: 80px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 60px; } }

.navbar-brand {
  padding: 3px 5px 0 5px; }
  @media (max-width: 1210px) {
    .navbar-brand {
      padding: 13px 5px 0 5px; } }
  @media (max-width: 990px) {
    .navbar-brand {
      padding: 7px 5px 0 5px; } }

.navbar-brand img {
  width: auto;
  height: 75px; }
  @media (max-width: 1210px) {
    .navbar-brand img {
      height: 55px; } }
  @media (max-width: 1095px) {
    .navbar-brand img {
      height: 45px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: white;
    border-top: 5px solid #bf1822;
    margin-top: 0px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 33px 15px 30px 15px;
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    color: #bf1822;
    letter-spacing: 1px;
    font-family: "Rajdhani", sans-serif; } }
  @media (min-width: 991px) and (max-width: 1210px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 33px 6px 10px 6px;
      font-weight: 400;
      font-size: 17px; } }
  @media (min-width: 991px) and (max-width: 1050px) {
    nav.navbar.bootsnav ul.nav > li > a {
      letter-spacing: 0; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #bf1822; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 8px 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-size: 17px;
    font-family: "Rajdhani", sans-serif; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #bf1822; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 500;
    font-size: 20px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    color: #003d76 !important;
    padding: 10px 0 10px 0; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Rajdhani", sans-serif;
    color: #003d76;
    font-size: 18px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 10px -15px; } }
nav.navbar-fixed.bootsnav .btn {
  color: #bf1822;
  margin-top: 17px;
  text-transform: none;
  font-size: 17px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #bf1822;
  letter-spacing: 1px;
  padding: 11px 22px;
  margin-right: 15px;
  font-weight: 400;
  border-radius: 0;
  font-family: "Oswald", sans-serif; }
  @media (max-width: 1100px) {
    nav.navbar-fixed.bootsnav .btn {
      padding: 9px 12px; } }
  @media (max-width: 991px) {
    nav.navbar-fixed.bootsnav .btn {
      display: none; } }

nav.no-background.bootsnav .btn {
  color: #fff;
  margin-top: 17px;
  text-transform: none;
  font-size: 17px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #fff;
  letter-spacing: 1px;
  padding: 11px 22px;
  margin-right: 15px;
  font-weight: 400;
  border-radius: 0;
  font-family: "Oswald", sans-serif; }
  @media (max-width: 1100px) {
    nav.no-background.bootsnav .btn {
      padding: 9px 12px; } }
  @media (max-width: 991px) {
    nav.no-background.bootsnav .btn {
      display: none; } }

nav.navbar.bootsnav .btn:hover {
  background-color: #bf1822;
  border: 1px solid #bf1822;
  color: #fff; }

nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 125px; }
  @media (max-width: 1210px) {
    nav.no-background.bootsnav .navbar-brand img.logo-large {
      height: 55px; } }
  @media (max-width: 1095px) {
    nav.no-background.bootsnav .navbar-brand img.logo-large {
      height: 45px; } }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0; } }
.attr-nav > ul > li.dropdown ul.dropdown-menu {
  width: 100px !important;
  left: -150px; }

.attr-nav > ul.nav > li > a {
  padding: 33px 20px 30px 0px !important; }
  @media (max-width: 991px) {
    .attr-nav > ul.nav > li > a {
      padding: 1px 0px 10px 0px !important; } }

/******navbar end**********/
/*************** hero start ****************/
.hero {
  min-height: 80vh;
  width: 100%;
  position: relative; }
  @media (max-width: 991px) {
    .hero {
      min-height: 50vh;
      padding-bottom: 50px; } }
  .hero .hero-title {
    padding-top: 40vh;
    padding-left: 40px; }
    @media (max-width: 991px) {
      .hero .hero-title {
        padding-top: 28vh;
        padding-left: 15px; } }
  .hero h1 {
    font-size: 62px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); }
    @media (max-width: 991px) {
      .hero h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 0;
        margin-top: 5px; } }
  .hero h2 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    font-family: "Roboto", sans-serif;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); }
    @media (max-width: 991px) {
      .hero h2 {
        font-size: 17px;
        line-height: 22px;
        margin-top: 5px; } }
  .hero .btn {
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 5px;
    padding: 15px 65px;
    margin-top: 30px;
    margin-right: 8px; }
    @media (max-width: 991px) {
      .hero .btn {
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 0px;
        padding: 12px 25px; } }

.hero .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 13, 13, 0.5); }

/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 150px 0; }
  @media (max-width: 992px) {
    .cta {
      padding: 80px 0; } }
  .cta h3 {
    color: #fff;
    padding-top: 20px; }
  .cta p {
    color: #fff;
    font-size: 26px;
    line-height: 34px; }
    @media (max-width: 991px) {
      .cta p {
        font-size: 18px;
        line-height: 24px; } }
  .cta .btn {
    margin-top: 20px; }
  .cta .back {
    background-color: rgba(19, 25, 57, 0.75); }

/******** cta end ********/
.services-left-text {
  padding: 0; }

.services-left-text .services-img {
  margin-left: 45vw; }

@media screen and (max-width: 991px) {
  .services-left-text .services-img {
    margin-left: 0; } }
.services-left-text .services-img2 {
  display: none; }

@media screen and (max-width: 991px) {
  .services-left-text .services-img2 {
    height: 220px;
    display: block; } }
.services-left-text .services-text {
  padding: 150px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #f8f8f8;
  margin-left: -45vw; }

@media screen and (max-width: 991px) {
  .services-left-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%; }

  .services-text .title-p {
    padding-bottom: 5px; } }
.services-right-text {
  padding: 0; }

.services-right-text .services-img {
  margin-right: 45vw; }
  @media screen and (max-width: 991px) {
    .services-right-text .services-img {
      margin-right: 0; } }

.services-right-text .services-text {
  padding: 150px 100px;
  width: 50vw;
  margin-left: 50vw;
  background-color: #f4f4f4;
  margin-right: -45vw; }
  @media screen and (max-width: 991px) {
    .services-right-text .services-text {
      margin-right: 0;
      margin-left: 0;
      padding: 50px 15px;
      width: 100%; } }

.services-right-text .services-img2 {
  display: none; }
  @media screen and (max-width: 991px) {
    .services-right-text .services-img2 {
      height: 220px;
      display: block; } }

@media screen and (max-width: 991px) {
  .services-right-text .services-text .title-p {
    padding-bottom: 5px; } }

/****recent*****/
.recent {
  padding-bottom: 120px; }

.recent-box {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.15); }

.home-product-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 260px;
  margin: 0px 0; }

.recent-intro {
  padding: 20px; }
  .recent-intro p {
    font-weight: 500;
    font-size: 17px;
    font-family: "Rajdhani", sans-serif;
    line-height: 17px; }
  .recent-intro h3 {
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
    font-size: 24px;
    color: #003d76;
    font-weight: 600; }
  .recent-intro .btn {
    padding: 8px 25px;
    min-width: 150px;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 15px; }
  .recent-intro .recent-a {
    color: #003d76; }
  .recent-intro .recent-a:hover {
    color: #bf1822; }

.owl-carousel .item {
  padding-bottom: 30px;
  width: 99%;
  margin-left: 0px; }

@media screen and (max-width: 991px) {
  .owl-carousel .item {
    padding-bottom: 10px; } }
.owl-theme .owl-controls {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0px; }

@media (max-width: 991px) {
  .owl-theme .owl-controls {
    position: relative;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center; } }
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #003d76;
  border: 2px solid #003d76;
  font-size: 18px;
  margin: 5px;
  padding: 7px 9px;
  background: transparent;
  opacity: .7;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0px; }

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #bf1822;
  text-decoration: none; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #bf1822;
  opacity: .7; }

/******recent end**********/
.video-top {
  height: 450px;
  background-color: #003d76; }
  @media (max-width: 768px) {
    .video-top {
      height: 200px; } }

.video-index {
  margin-top: -430px;
  padding-bottom: 100px;
  background-attachment: fixed; }
  @media (max-width: 768px) {
    .video-index {
      padding-top: 50px;
      margin-top: -180px; } }
  .video-index .back {
    background-color: rgba(255, 255, 255, 0.92); }
  .video-index .btn {
    margin: 5px;
    min-width: 220px; }

.video-img {
  width: 100%;
  height: 650px;
  margin-bottom: 40px;
  position: relative;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .video-img {
      height: 260px; } }

.play-img {
  width: 190px;
  margin-top: 255px; }
  @media (max-width: 768px) {
    .play-img {
      margin-top: 60px;
      width: 140px; } }

.play-img {
  animation: shadow-pulse 1.5s infinite; }

@keyframes shadow-pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
/**********testimonial start*************/
.testimonial {
  padding-bottom: 120px;
  background-attachment: fixed; }
  .testimonial .back {
    background-color: rgba(0, 26, 51, 0.6); }
  .testimonial p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 0px;
    font-style: italic;
    letter-spacing: 1px;
    color: #fff; }
    @media (max-width: 991px) {
      .testimonial p {
        margin-top: 20px;
        font-size: 20px;
        line-height: 26px; } }
  .testimonial .title-h {
    color: #fff; }
  .testimonial h4 {
    color: #f2f2f2;
    font-family: "Rajdhani", sans-serif;
    font-size: 27px;
    margin-top: 60px;
    font-weight: 400; }
  .testimonial .owl-theme .owl-controls {
    text-align: center;
    margin-left: 10px;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .testimonial .owl-theme .owl-controls {
        text-align: center; } }
  .testimonial .owl-theme .owl-dots .owl-dot.active span, .testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background: #bf1822; }

/**********testimonial end**********/
/************ intro start *******/
.intro-padd {
  height: 60px; }
  @media (max-width: 768px) {
    .intro-padd {
      height: 40px; } }

.intro {
  background-color: #eee;
  padding: 40px 0; }
  @media (max-width: 991px) {
    .intro {
      padding: 20px 0; } }
  .intro .back-img {
    height: 700px; }
    @media (max-width: 991px) {
      .intro .back-img {
        height: 250px;
        width: calc(100% - 30px);
        margin-left: 15px; } }
  .intro .intro-left {
    height: 500px; }
    @media (max-width: 991px) {
      .intro .intro-left {
        height: auto; } }
  .intro .intro-text {
    right: -120px; }
  .intro .intro-text-right {
    right: 120px; }
  .intro .intro-text, .intro .intro-text-right {
    position: absolute;
    top: 100px;
    width: 100%;
    padding: 60px 40px 40px 60px;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.14), 0 20px 70px rgba(0, 0, 0, 0.12); }
    @media (max-width: 991px) {
      .intro .intro-text, .intro .intro-text-right {
        position: relative;
        top: 0px;
        right: 0px;
        margin-bottom: 0px;
        padding: 10px 15px 20px 15px;
        width: 100%;
        margin-left: 0%; } }
    .intro .intro-text .svg-inline--fa, .intro .intro-text-right .svg-inline--fa {
      width: 20px;
      margin-right: 12px;
      color: #004f99; }
    .intro .intro-text ul, .intro .intro-text-right ul {
      list-style: none;
      padding-left: 0; }
    .intro .intro-text .title-p, .intro .intro-text-right .title-p {
      padding-bottom: 0; }
    .intro .intro-text p, .intro .intro-text-right p {
      font-size: 20px;
      line-height: 30px;
      padding-bottom: 30px; }
      @media (max-width: 991px) {
        .intro .intro-text p, .intro .intro-text-right p {
          font-size: 18px;
          line-height: 24px; } }
    .intro .intro-text li, .intro .intro-text-right li {
      font-size: 20px;
      line-height: 30px;
      font-weight: 300;
      padding-bottom: 10px;
      margin-top: 0px; }
    .intro .intro-text ol, .intro .intro-text ul, .intro .intro-text-right ol, .intro .intro-text-right ul {
      margin: 0px 0 20px 0; }
    @media (max-width: 768px) {
      .intro .intro-text .title-p, .intro .intro-text li, .intro .intro-text-right .title-p, .intro .intro-text-right li {
        font-size: 16px  !important;
        line-height: 23px; } }
  .intro .btn {
    margin-top: 0px;
    margin-bottom: 20px; }

@media (max-width: 991px) {
  .desctop-view {
    display: none; } }

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

/********* intro end ********/
/*****tc- footer start******/
.tc-footer {
  padding-top: 80px;
  position: relative; }
  @media (max-width: 991px) {
    .tc-footer {
      text-align: center; } }
  .tc-footer .back {
    background-color: rgba(255, 255, 255, 0.97); }
  .tc-footer .footer-right {
    text-align: right; }
  .tc-footer .footer-title {
    margin-top: 35px;
    color: #bf1822;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0px;
    margin-bottom: 10px; }
    @media (max-width: 1030px) {
      .tc-footer .footer-title {
        margin: 25px 0 0px 0; } }
  .tc-footer a {
    color: #333;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px; }
    @media (max-width: 991px) {
      .tc-footer a {
        line-height: 26px;
        font-size: 18px; } }
  .tc-footer a:hover {
    color: #003d76; }
  .tc-footer ul {
    list-style: none;
    padding-left: 0px; }
  .tc-footer p {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 0px; }
    @media (max-width: 991px) {
      .tc-footer p {
        line-height: 20px;
        font-size: 14px; } }
  .tc-footer img {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .tc-footer img {
        margin-bottom: 30px; } }
  .tc-footer .footer-box {
    padding-left: 50px; }
    @media (max-width: 1030px) {
      .tc-footer .footer-box {
        padding-left: 0; } }

.footer-copyright {
  margin-top: 10px;
  padding: 0;
  color: #e6e6e6;
  font-size: 13px; }
  @media (max-width: 991px) {
    .footer-copyright {
      padding: 0px 15px 20px 15px;
      margin-top: 50px; } }
  .footer-copyright .svg-inline--fa {
    display: inline-block;
    border: 1px solid #bf1822;
    color: #bf1822;
    width: 34px;
    height: 34px;
    padding: 7px;
    margin: 0 5px;
    border-radius: 3px; }
  .footer-copyright .svg-inline--fa:hover {
    background-color: #bf1822;
    color: #fff; }
  .footer-copyright hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #bf1822; }
  .footer-copyright a, .footer-copyright p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Rajdhani", sans-serif; }
    @media (max-width: 991px) {
      .footer-copyright a, .footer-copyright p {
        line-height: 20px;
        font-size: 14px; } }

/*****tc-footer end******/
.military {
  padding-top: 120px; }
  @media (max-width: 991px) {
    .military {
      padding-top: 50px; } }
  .military .title-p {
    padding-bottom: 5px; }
  .military ul {
    list-style: none;
    padding-left: 0;
    margin: 20px 0; }
    @media (max-width: 768px) {
      .military ul {
        text-align: center; } }
    .military ul img {
      height: 100px;
      width: auto; }
      @media (max-width: 768px) {
        .military ul img {
          height: 60px; } }
  .military li {
    display: inline-block;
    margin: 0 1%;
    max-width: 22%; }
  .military .military-big {
    height: 550px; }

.box-images {
  position: relative;
  max-width: 100%;
  min-height: 55vh;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .box-images {
      margin-top: 100px; } }

.box-images-1 {
  position: absolute;
  left: 0%;
  top: 10vh;
  z-index: 4;
  width: 55%;
  background-image: url(../images/m1.jpg);
  background-size: cover;
  background-position: center;
  height: 38vh; }

.box-images-2 {
  position: relative;
  margin-left: 20%;
  bottom: 45px;
  z-index: 3;
  width: 65%;
  background-image: url(../images/m2.jpg);
  background-size: cover;
  background-position: center;
  height: 30vh; }

.box-images-3 {
  position: absolute;
  right: 0%;
  bottom: 2vh;
  z-index: 2;
  width: 55%;
  background-image: url(../images/m4.jpg);
  background-size: cover;
  background-position: center;
  height: 40vh; }

.box-images img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none; }

.box-images-item {
  display: inline-block;
  border: 7px solid #fff;
  box-shadow: 2px 3px 25px rgba(0, 0, 0, 0.53); }

.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }

.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.75); }

.inner-content {
  position: relative;
  display: block;
  margin-top: 18vh; }
  @media screen and (max-width: 768px) {
    .inner-content {
      margin-top: 25vh; } }

.inner-content h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 1px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    .inner-content h1 {
      font-size: 33px; } }

/*************/
.boxes-101 {
  padding: 100px 0; }
  .boxes-101 .title-h, .boxes-101 .title-p {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
  .boxes-101 .back {
    background-color: rgba(57, 53, 51, 0.7); }
  .boxes-101 .box-box {
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 23.5%;
    margin: 10px 5px;
    position: relative;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.8); }
    .boxes-101 .box-box .box-img {
      height: 240px; }
    .boxes-101 .box-box .box-text {
      padding: 20px; }
    .boxes-101 .box-box h3 {
      font-family: "Rajdhani", sans-serif;
      font-size: 24px;
      line-height: 28px;
      min-height: 56px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.box-box:hover h3 {
  color: #bf1822; }

/*********services start*******/
.row-glossary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .row-glossary {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.glossary-link {
  margin-right: 18px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #333;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .glossary-link {
      line-height: 25px;
      font-size: 20px;
      margin-right: 11px; } }

.glossary-link:hover {
  color: #bf1822; }

.glossary-block {
  max-width: 100%;
  display: inline-block; }

.glossary-title {
  background-color: #eee;
  padding: 15px;
  font-size: 30px;
  font-family: "Rajdhani", sans-serif; }
  @media screen and (max-width: 768px) {
    .glossary-title {
      padding: 8px 15px; } }

/********REVIEW PAGE***********/
.reviews-box {
  overflow: hidden;
  padding: 40px 20px 30px 30px;
  border: 1px solid #f2f2f2;
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
  margin: 20px 0; }
  .reviews-box p {
    font-size: 18px;
    line-height: 26px; }

.reviews-page blockquote {
  font-size: 16px;
  quotes: "\201C" "\201D";
  border-left: 2px solid #eee;
  padding: 10px 20px 5px 55px;
  margin: 0 0 10px; }
  @media screen and (max-width: 991px) {
    .reviews-page blockquote {
      border-left: none !important;
      padding: 20px 20px 5px 15px; } }

.reviews-page blockquote:before, blockquote:after {
  color: #bf1822;
  opacity: 0.4;
  content: open-quote;
  font-size: 45px;
  line-height: 0em;
  margin-right: 0.1em;
  vertical-align: -0.4em; }

.reviews-page blockquote:before {
  content: open-quote;
  margin: 15px 0 0 -20px; }

.reviews-page blockquote:after {
  float: right;
  content: close-quote;
  margin-top: 15px; }

.reviews-page .name {
  margin-right: 20px;
  margin-top: 35px; }

.reviews-page .company-name {
  font-weight: 400;
  color: #333;
  opacity: 0.9;
  font-size: 15px;
  font-style: italic;
  font-family: "Oswald", sans-serif;
  margin-top: 5px;
  letter-spacing: 1px; }

.reviews-page h4 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 30px;
  font-family: "Rajdhani", sans-serif;
  margin-top: 20px;
  color: #003d76; }

/********REVIEW PAGE***********/
.pagination {
  margin-top: 50px; }

.pagination > li > a, .pagination > li > span {
  color: #003d76; }

.review-star .svg-inline--fa {
  color: #ffd600;
  margin-top: 5px; }

/*****************************/
.chart-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 130px;
  min-width: 90px; }
  @media (max-width: 991px) {
    .chart-img {
      height: 100px; } }

.cart .cart-center {
  text-align: center; }

.cart .cart-right {
  text-align: right; }

.cart h2 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  margin-bottom: 8px; }

.cart h6 {
  font-size: 18px; }

.cart h5 {
  font-size: 18px;
  font-weight: 600; }

.cart .svg-inline--fa {
  margin-right: 8px; }

.cart h4 {
  margin-top: 2px;
  font-weight: 300;
  font-size: 14px; }

.cart .cart-link {
  display: block;
  margin-top: 15px;
  font-size: 14px; }
  @media (max-width: 991px) {
    .cart .cart-link {
      margin-top: 0px; } }

.cart input {
  padding: 2px 8px;
  width: 100%; }

.big-total-h3 {
  font-weight: bold;
  color: #bf1822; }

@media (max-width: 991px) {
  .cart .cart-center {
    text-align: left; }

  .cart h6 {
    font-size: 14px; }

  .cart h5 {
    font-size: 14px;
    font-weight: 600; }

  .cart h2 {
    font-size: 17px;
    margin-bottom: 0; }

  .big-total-h3 {
    font-size: 18px; }

  .cart h3 {
    font-size: 18px; } }
@media (max-width: 991px) {
  .cart .btn {
    margin: 4px 0; } }

/*********************/
.checkout {
  padding: 80px 0; }

.checkout h6 {
  margin-top: 5px; }

.checkout h5 {
  margin-top: 5px;
  float: right;
  font-family: "Rajdhani", sans-serif; }

.contact-form-chackout {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 0 10px; }

.contact-form-chackout .form-control {
  height: 36px;
  margin: 4px 0 0 0;
  font-size: 14px; }

.contact-form-chackout .controls {
  margin-top: 0; }

.checkout input {
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.6); }

.checkout input[type=checkbox], .checkout input[type=radio] {
  width: auto; }

.checkout form {
  padding: 0 30px 30px 30px; }

@media (max-width: 991px) {
  .checkout form {
    padding: 0px; }

  .checkout h6 {
    font-size: 16px;
    color: #0ab8f4; } }
.checkout-padd {
  padding-left: 10px;
  padding-right: 0px; }

.checkout-padd2 {
  padding-left: 0px;
  padding-right: 15px; }

.checkout-padd3 {
  padding-left: 0px; }

@media (max-width: 991px) {
  .checkout-padd {
    padding-left: 15px;
    padding-right: 15px; }

  .checkout-padd2 {
    padding-left: 15px;
    padding-right: 15px; }

  .checkout-padd3 {
    padding-left: 15px; } }
.item-title-cart {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; }

.checkout-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Rajdhani", sans-serif; }

.inner-div {
  height: 160px;
  margin-top: 30px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000111+0,003d76+93,003d76+100 */
  background: #000111;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000111 0%, #003d76 93%, #003d76 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000111 0%, #003d76 93%, #003d76 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000111 0%, #003d76 93%, #003d76 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000111', endColorstr='#003d76',GradientType=0 );
  /* IE6-9 */ }
  @media (max-width: 991px) {
    .inner-div {
      height: 70px; } }

.checkout .chart-img {
  height: 100px; }
  @media (max-width: 991px) {
    .checkout .chart-img {
      height: 80px;
      min-width: auto; } }

@media (max-width: 991px) {
  .checkout .cart-right h2 {
    margin-top: 0px; } }

input, textarea {
  width: 100%;
  padding: 11px 15px;
  border: 1px solid rgba(0, 61, 118, 0.2);
  margin-bottom: 15px;
  outline: none;
  border-radius: 5px; }

select {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(0, 61, 118, 0.2);
  margin-bottom: 15px;
  outline: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  color: #003d76; }

::-webkit-input-placeholder {
  /* Edge */
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  color: #003d76;
  letter-spacing: 1px; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  color: #003d76;
  letter-spacing: 1px; }

::placeholder {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  color: #003d76;
  letter-spacing: 1px; }

label {
  font-weight: 400; }

.checkout-total {
  font-family: "Rajdhani", sans-serif; }

.signup-box {
  padding: 60px 80px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 991px) {
    .signup-box {
      padding: 30px 20px;
      margin-bottom: 20px; } }

/****************/
#accordion {
  margin-top: 10px; }

#accordion .panel {
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none; }

#accordion .panel-heading {
  padding: 0; }

#accordion .panel-title a {
  display: block;
  font-size: 21px;
  color: #003d76;
  padding: 17px 40px 17px 65px;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-bottom: none;
  position: relative;
  transition: all 0.5s ease 0s;
  font-family: "Rajdhani", sans-serif; }
  @media only screen and (max-width: 991px) {
    #accordion .panel-title a {
      padding: 10px 15px 10px 50px;
      font-size: 15px; } }

#accordion .panel-title a.collapsed {
  background: #fafafa;
  color: #003d76; }

#accordion .panel-title a.collapsed:hover {
  color: #bf1822; }

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "-";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  width: 45px;
  height: 100%;
  line-height: 54px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: -1px;
  background: #bf1822;
  transition: all .2s; }
  @media only screen and (max-width: 991px) {
    #accordion .panel-title a:after,
    #accordion .panel-title a.collapsed:after {
      line-height: 36px; } }

#accordion .panel-title a.collapsed:after {
  content: "+";
  color: #959595;
  background: #f4f4f4;
  transition: all 0.5s ease 0s; }

#accordion .panel-title a.collapsed:hover:after {
  background: #bf1822;
  color: #fff; }

#accordion .panel-title a:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: -1px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #bf1822; }

#accordion .panel-title a.collapsed:before {
  display: none; }

#accordion .panel-body {
  font-size: 16px;
  color: #333;
  padding: 20px 65px 25px 65px;
  line-height: 23px;
  margin-left: 12px;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-top: none; }
  @media only screen and (max-width: 991px) {
    #accordion .panel-body {
      padding: 20px 15px 25px 15px; } }

/******************/
.shop-page .recent-box {
  margin: 20px 0; }
  .shop-page .recent-box h5 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    margin-top: 25px;
    color: #003d76; }
    @media only screen and (max-width: 768px) {
      .shop-page .recent-box h5 {
        margin-top: 15px; } }
  .shop-page .recent-box .btn {
    letter-spacing: 1px;
    padding: 8px 20px;
    font-size: 17px;
    margin: 5px 2px 15px 2px; }
    @media only screen and (max-width: 768px) {
      .shop-page .recent-box .btn {
        margin: 5px 2px 2px 2px; } }

/********** preoperty page start ************/
.prod-owl-img {
  background-size: contain;
  background-position: center;
  height: 485px;
  background-repeat: no-repeat;
  margin: 20px 0; }

.prod-owl-img-small {
  background-size: contain;
  background-position: center;
  margin: 5px;
  height: 90px;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }
  @media (max-width: 991px) {
    .prod-owl-img-small {
      margin: 2px;
      height: 80px; } }

#big.owl-theme .owl-next, #big.owl-theme .owl-prev {
  font-size: 30px;
  background: transparent;
  width: 22px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  border: none;
  outline: none; }

.product-owl .svg-inline--fa {
  color: #bf1822; }

#big.owl-theme .owl-prev {
  left: 10px; }
  @media (max-width: 991px) {
    #big.owl-theme .owl-prev {
      left: 0px; } }

#big.owl-theme .owl-next {
  right: 15px; }
  @media (max-width: 991px) {
    #big.owl-theme .owl-next {
      right: 5px; } }

#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
  display: none; }

@media (max-width: 991px) {
  .prod-owl-img {
    height: 210px;
    margin-bottom: 5px; } }
.shop-detail-h4 {
  margin-top: -10px;
  margin-bottom: 0;
  font-weight: 400; }

.bow-star .svg-inline--fa {
  color: #ffc500;
  margin: 10px 1px; }

.btn-shop {
  background-color: #bf1822;
  color: #fff;
  margin-left: 6px; }
  @media only screen and (max-width: 768px) {
    .btn-shop {
      margin: 0; } }

.shop-detail-page select {
  border: 1px solid rgba(0, 61, 118, 0.4);
  font-size: 17px; }

.col-padd-left {
  padding-right: 7px; }
  @media only screen and (max-width: 768px) {
    .col-padd-left {
      padding-right: 15px; } }

.col-padd-right {
  padding-left: 7px; }
  @media only screen and (max-width: 768px) {
    .col-padd-right {
      padding-left: 15px; } }

/**********LISTIND DETAIL START**********/
.listing-detail-tab {
  min-height: 50vh;
  margin: 0 auto;
  background: #fff; }

#content1, #content2, #content3, #content4 {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd; }
  #content1 img, #content2 img, #content3 img, #content4 img {
    width: 100%;
    height: 180px;
    margin-bottom: 20px; }

.listing-detail-tab input {
  display: none; }

.listing-detail-tab label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #003d76;
  border: 1px solid transparent;
  min-width: 250px; }
  @media screen and (max-width: 1199px) {
    .listing-detail-tab label {
      min-width: 140px; } }
  @media screen and (max-width: 650px) {
    .listing-detail-tab label {
      min-width: auto; } }

.listing-detail-tab label:hover {
  color: #888;
  cursor: pointer; }

.listing-detail-tab input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 4px solid #bf1822;
  border-bottom: 1px solid #fff; }

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block; }

@media screen and (max-width: 650px) {
  .listing-detail-tab label {
    font-size: 14px;
    padding: 10px 9px; } }
.listing-detail-sidebar {
  box-shadow: 1px 1px 15px #e6e6e6;
  padding: 10px 25px 10px 30px;
  height: 54vh; }
  @media screen and (max-width: 991px) {
    .listing-detail-sidebar {
      margin-top: 30px;
      height: auto; } }
  .listing-detail-sidebar h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #4d4d4d;
    background-color: #f2f2f2;
    padding: 15px 10px; }
  .listing-detail-sidebar hr {
    margin-top: 0px;
    border-top: 1px solid rgba(237, 28, 36, 0.2); }
  .listing-detail-sidebar p {
    line-height: 16px;
    color: #666;
    padding-left: 10px; }
  .listing-detail-sidebar h2 {
    text-shadow: none;
    font-size: 28px;
    font-weight: 700;
    color: #4d4d4d;
    padding-left: 10px;
    margin-top: 5px; }

.list-overview li {
  line-height: 30px; }

.list-overview li .list-overview-value {
  float: right; }

.listing-title {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #4d4d4d;
  margin-top: 0px;
  font-size: 36px;
  background-color: #f2f2f2;
  padding: 15px 10px; }

/********LISTING DETAIL END********/
.contacts-page ul {
  list-style: none;
  padding: 30px 0; }
.contacts-page li {
  margin-bottom: 40px; }
.contacts-page .contact-icon {
  width: 65px;
  height: 65px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  margin-top: -8px; }
.contacts-page a {
  line-height: 22px;
  font-size: 18px;
  color: #333;
  display: block;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif; }
.contacts-page a:hover {
  color: #bf1822; }
.contacts-page .small-md {
  margin-bottom: 0;
  color: #bf1822; }
.contacts-page .svg-inline--fa {
  color: #003d76;
  font-size: 22px; }
.contacts-page .btn {
  margin-top: 15px; }
.contacts-page iframe {
  margin-top: 80px;
  background-color: #f6f6f6; }

.unit-body {
  padding-left: 5px; }

.unit-body {
  padding-left: 5px; }

input[type=file] {
  display: block;
  border: none;
  outline: none; }

.contacts-page label {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  color: #003d76;
  letter-spacing: 1px; }

.wholesale .wholesale-icon {
  height: 80px;
  width: auto;
  margin-bottom: 10px; }

.wholesale-box {
  width: 23%;
  display: inline-block;
  margin: 10px 0.5%;
  vertical-align: top;
  padding: 20px; }
  @media screen and (max-width: 1030px) {
    .wholesale-box {
      width: 48%;
      padding: 20px; } }
  @media screen and (max-width: 400px) {
    .wholesale-box {
      width: 98%;
      padding: 0 20px; } }
  .wholesale-box h4 {
    font-family: "Rajdhani", sans-serif;
    font-size: 20px; }

/***********BLOG-PAGE START**********/
.blog-page .blog-box {
  padding: 25px 0px; }
  .blog-page .blog-box .svg-inline--fa {
    margin-right: 7px; }
  .blog-page .blog-box a {
    font-weight: 600; }
  .blog-page .blog-box .back-img {
    min-height: 220px; }
    @media screen and (max-width: 991px) {
      .blog-page .blog-box .back-img {
        margin-bottom: 15px; } }
  .blog-page .blog-box .btn {
    padding: 10px 25px;
    font-size: 15px; }
  .blog-page .blog-box h6 {
    color: #003d76;
    font-size: 15px;
    font-weight: 500; }
.blog-page .sidebar-box {
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 991px) {
    .blog-page .sidebar-box {
      margin-left: 0px; } }
  .blog-page .sidebar-box .back-img {
    min-height: 500px; }
  .blog-page .sidebar-box .back {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.01));
    z-index: 0; }
  .blog-page .sidebar-box .sidebar-text {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px; }
  .blog-page .sidebar-box h3 {
    color: #fff;
    z-index: 1;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
    font-family: "Rajdhani", sans-serif; }
  .blog-page .sidebar-box .btn {
    font-size: 15px;
    padding: 10px 20px;
    letter-spacing: 3px;
    border: 2px solid #fff;
    color: #fff; }
.blog-page .blog-box h3 {
  margin-top: 0;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif; }

.blog-detail-page .back-img {
  height: 400px; }
  @media screen and (max-width: 768px) {
    .blog-detail-page .back-img {
      height: 250px; } }
.blog-detail-page .svg-inline--fa {
  margin-left: 7px;
  font-size: 24px;
  line-height: 30px; }
.blog-detail-page h5 {
  line-height: 30px;
  font-size: 18px;
  margin-top: 20px; }
.blog-detail-page .text-img {
  margin: 5px 0 8px 0; }
.blog-detail-page .sidebar-box {
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .blog-detail-page .sidebar-box {
      margin-left: 0px; } }
  .blog-detail-page .sidebar-box .back-img {
    min-height: 500px; }
  .blog-detail-page .sidebar-box .back {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.01));
    z-index: 0; }
  .blog-detail-page .sidebar-box .sidebar-text {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px; }
    .blog-detail-page .sidebar-box .sidebar-text .btn {
      border: 2px solid #fff;
      color: #fff; }
  .blog-detail-page .sidebar-box h3 {
    color: #fff;
    z-index: 1;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px; }
  .blog-detail-page .sidebar-box ul {
    padding-left: 20px; }
  .blog-detail-page .sidebar-box li {
    padding-bottom: 15px;
    margin-top: 10px;
    border-bottom: 1px solid #eee; }
  .blog-detail-page .sidebar-box li:nth-last-child(n) {
    border-bottom: none; }
  .blog-detail-page .sidebar-box .svg-inline--fa {
    margin-right: 7px;
    color: rgba(156, 76, 22, 0.7); }
  .blog-detail-page .sidebar-box li a {
    color: #003d76;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px; }
  .blog-detail-page .sidebar-box li a:hover {
    color: #bf1822; }
  .blog-detail-page .sidebar-box h4 {
    text-transform: uppercase;
    font-size: 29px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #003d76; }
  .blog-detail-page .sidebar-box .btn {
    font-size: 15px;
    padding: 10px 20px;
    letter-spacing: 3px; }
.blog-detail-page .sidebar-recent {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  padding: 25px; }

.what-padd {
  padding: 100px; }
  @media screen and (max-width: 768px) {
    .what-padd {
      padding: 20px 0; } }

.quantity {
  position: relative; }

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.quantity input[type=number] {
  -moz-appearance: textfield; }

.quantity input {
  width: 100%;
  height: 49px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid rgba(0, 61, 118, 0.5); }

.quantity input:focus {
  outline: 0; }

.quantity-nav {
  float: left;
  position: relative;
  height: 49px; }

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid rgba(0, 61, 118, 0.4);
  width: 30px;
  text-align: center;
  color: #003d76;
  font-size: 14px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid rgba(0, 61, 118, 0.4); }

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%; }

/*# sourceMappingURL=style.css.map */

/******* CUSTOM CSS *******/

/** This is for top bar message **/
.disable-link {
  pointer-events: none;
  cursor: default;
}

/** This is for email fiels **/
label.error {
  color: #bf1822;
  background-color: beige;
  padding: 11px 15px;
  width: 100%;
  outline: none;
  border-radius: 5px;
}
input.error {
  border-color: #bf1822;
  border-style: solid;
  border-width: 1px; 
}