/**********************Sass Variable*****************************************/
@import url(fonts.css);
@import url(margin.css);
/**********************************************************************************
***********************************************************************************
0. General
***********************************************************************************
**********************************************************************************/
@media only screen and (max-width: 991px) {
  html {
    height: auto;
  }
}

@media only screen and (min-width: 991px) {
  html {
    height: 100%;
  }
}

body {
  outline: none !important;
  height: 100%;
  background: #efefef;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

* {
  outline: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.white {
  color: #fff !important;
}

.default-ul {
  list-style: none;
  padding: 0;
}

.db {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
}

.no-border {
  border: none !important;
}

@media only screen and (max-width: 991px) {
  .center-block-r {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .hidden-mq {
    display: none;
  }
}

.full-width {
  width: 100%;
}

.tdn {
  text-decoration: none !important;
}

@media only screen and (min-width: 991px) {
  .hidden-mn {
    display: none;
  }
  .mtb118-m {
    margin: 118px auto;
  }
  .full-width {
    width: 100% !important;
  }
  .row-cmn {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row-clmn {
    margin-left: -15px;
  }
  .row-crmn {
    margin-right: -15px;
  }
  .pull-right-m {
    float: right;
  }
}

.row-c {
  margin-right: -15px;
  margin-left: -15px;
}

.row-cl {
  margin-left: -15px;
}

.row-cr {
  margin-right: -15px;
}

.pull-left-c {
  float: left;
}

.pull-right-c {
  float: right;
}

@media only screen and (max-width: 991px) {
  .mtb20-mq {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 991px) {
  .col-md-3-half {
    width: 30%;
  }
  .col-md-5-half {
    width: 45%;
  }
}

p {
  font-size: 13px;
  color: #999999;
  line-height: 26px;
}

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

iframe {
  width: 100% !important;
  padding: 0;
  margin: 0;
}

/*=====Top Red Line For Updating=====*/
.redline {
  background: #db0101;
  z-index: 99999;
}

@media (max-width: 767px) {
  .redline {
    text-align: center;
  }
}

.redline ul {
  display: inline;
}

.redline ul li {
  list-style: none;
  display: inline-block;
  text-decoration: none;
  text-align: left;
  margin: 0px;
  padding: 10px;
}

.redline ul li a {
  font-size: 13px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

/* ========Top Header Starting============= */
header {
  background: #3a4574;
  background: -moz-radial-gradient(center, ellipse cover, #3a4574 14%, #0c1945 100%);
  /* background: -webkit-radial-gradient(center, ellipse cover, #3a4574 14%,#0c1945 100%); */
  background: radial-gradient(ellipse at center, #3a4574 14%, #0c1945 100%);
}

.cologo {
  margin: 0px;
  padding: 0px;
}

.cologo img {
  display: block;
  max-width: 100%;
}

.socialmedia {
  text-align: right;
  margin: 0px;
  padding: 0px;
}

.socialmedia li {
  display: inline-block;
  list-style: none;
  margin-left: 4px;
}

.socialmedia li a {
  width: 35px;
  height: 35px;
  background: #fff;
  color: #000;
  display: block;
  border-radius: 50%;
  text-align: center;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.socialmedia li a i {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  font-size: 13px;
}

.socialmedia li a:hover {
  background: #0482B1;
  text-decoration: none;
  color: #fff;
}

.quick {
  margin: 0px;
  padding: 0px;
  display: block;
}

@media only screen and (min-width: 991px) {
  .quick {
    margin-top: 40px;
  }
}

.quick i {
  font-size: 16px;
  color: #0482B1;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

.quick p {
  font-size: 13px;
  color: #fff;
}

.btnsbg {
  background: #0482B1;
}

.searchbx {
  margin: 0px;
  padding: 0px;
  line-height: 30px;
  width: 100%;
}

.searchbx li {
  list-style: none;
  display: inline;
}

.searchbx li img {
  float: left;
}

.searchbx li input {
  border: 0px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 7px;
  width: 70%;
  float: left;
}

@media (max-width: 767px) {
  .searchbx li input {
    width: 59%;
  }
}

.searchbx li button {
  background: url("../imgs/srchbtns.jpg");
  width: 87px;
  height: 45px;
  border: 0px;
  border-radius: 0px;
}

.basket {
  margin: 0px;
  padding: 0px;
  text-align: right;
  height: 70px;
}

@media (max-width: 767px) {
  .basket {
    text-align: center;
    height: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.basket a {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  color: #686868;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .basket a {
    position: relative;
    text-align: center;
    padding-top: 11px;
  }
}

/*=========================================  Main Styles  ===================================================*/
/*Filter styles*/
.saturate:hover img {
  -webkit-filter: saturate(3);
}

.grayscale:hover img {
  -webkit-filter: grayscale(100%);
}

.contrast:hover img {
  -webkit-filter: contrast(145%);
}

.brightness:hover img {
  -webkit-filter: brightness(0.25);
}

.blur:hover img {
  -webkit-filter: blur(3px);
}

.invert:hover img {
  -webkit-filter: invert(100%);
}

.sepia:hover img {
  -webkit-filter: sepia(100%);
}

.huerotate:hover img {
  -webkit-filter: hue-rotate(180deg);
}

.opacity:hover img {
  -webkit-filter: opacity(50%);
}

.old-close::before {
  background-color: transparent !important;
}

/* switcher color */
#slideout {
  position: fixed;
  top: 50%;
  left: 0px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 99999;
  background: #fff;
  border: 1px solid #898989;
  border-left: 0;
}

#slideout_inner {
  position: fixed;
  top: 50%;
  left: -85px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #fff;
  border: 1px solid #898989;
  border-left: 0;
  z-index: 96;
}

#slideout:hover {
  left: 81px;
}

#slideout:hover #slideout_inner {
  left: 0;
}

a.link-settings-colors {
  width: 40px;
  height: 40px;
  padding-top: 12px;
  display: block;
  color: #323332;
  background: #fff;
  z-index: 99999;
  position: relative;
  margin-left: -1px;
}

a.link-settings-colors:hover {
  color: #323332;
  text-decoration: none;
}

.link-settings-colors i {
  display: block;
  margin-left: 12px;
  background: url(../images/setting.png);
  width: 16px;
  height: 16px;
}

#slideout_inner ul {
  list-style: none;
  width: 80px;
  margin: 0;
  padding-right: 10px;
  padding-top: 10px;
}

#slideout_inner ul li {
  float: left;
  padding-left: 10px;
  padding-bottom: 10px;
}

#slideout_inner ul li a {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-indent: -9999px;
  display: block;
}

#slideout_inner ul li a.colorblue {
  background: #1aace7;
  border: 1px solid #157298;
}

#slideout_inner ul li a.colorgreen {
  border: 1px solid #177e6a;
  background: #25b89b;
}

#slideout_inner ul li a.colorred {
  border: 1px solid #625501;
  background: #c7ad02;
}

#slideout_inner ul li a.coloryellow {
  border: 1px solid #781523;
  background: #ce253d;
}

#slideout_inner ul li a.boxed {
  text-indent: 0 !important;
}

#slideout_inner ul li a.wide {
  text-indent: 0 !important;
}

.select {
  background: transparent;
  color: #0482B1;
}

/*======================== Entering Page ============================*/
.enter {
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
}

.enter .col-md-6 {
  position: relative;
}

.enter .red span {
  background: #e72222;
}

.logo {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  width: auto;
  margin: 0 auto;
  display: table;
}

.text-enter {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  position: relative;
  max-width: 400px;
}

@media only screen and (min-width: 991px) {
  .text-enter {
    min-width: 400px;
    position: absolute;
    bottom: 20%;
    right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .text-enter {
    margin: 0 auto;
  }
}

.text-enter h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #fff;
  margin: 10px auto;
  text-transform: uppercase;
}

.text-enter p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #dadada;
  margin: 10px auto;
}

.text-enter span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  font-size: 30px;
  color: #fff;
  background: #c7ad02;
}

.text-enter span i {
  font-weight: bold;
  display: flex;
  top: -100%;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.hover-ef {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-ef:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*====================== Banner ==============*/
@media screen and (min-width: 768px) {
  .carousel-caption {
 background: url("../imgs/slide_bg.jpg") no-repeat center top;
    right: 20%;
    left: 14%;
    padding-bottom: 30px;
    bottom: 16%;
  }
  .carousel-caption .btn-default {
    float: left;
  }
}

.btn-default {
  border: none;
  border-radius: 0;
  background: #0482B1 !important;
  color: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 30px;
  text-transform: uppercase;
}

/*========================== Navbar =================*/
#navbar {
  border: none;
  border-radius: 0;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 767px) {
  #navbar {
    background: #383838;
  }
}

@media only screen and (min-width: 767px) {
  #navbar {
    top: 0;
    left: 0;
    right: 0;
    padding: 0px;
    z-index: 9;
  }
}

#navbar .navbar-brand {
  height: auto !important;
}

@media (max-width: 767px) {
  #navbar .navbar-brand img {
    max-width: 105px;
  }
}

@media only screen and (min-width: 767px) {
  #navbar .navbar-brand {
    min-width: 230px;
    position: relative;
  }
  #navbar .navbar-brand img {
    position: absolute;
    top: -50px;
  }
}

#navbar .navbar-nav.navbar-right li a {
  background: #e30100;
}

#navbar .navbar-nav li {
  border-right: 1px solid #07133d;
}

@media (max-width: 767px) {
  #navbar .navbar-nav li {
    border-bottom: 1px solid #07133d;
  }
}

#navbar .navbar-nav li a {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 0px solid #383838;
}

#navbar .navbar-nav li a:hover {
  background: #0c1945;
  border-bottom: 0px solid #7f0000;
}

@media (max-width: 767px) {
  #navbar .navbar-nav li a:hover {
    background: #0c1945;
  }
}

.navbar-default {
  background: none;
}

.topbtnsbg {
  background: #0482B1;
}

/*****************
Navbar Effect
**********************/
.navbar-toggle {
  background: #0482B1 !important;
  border-radius: 0px;
  border: none;
}

@media (max-width: 767px) {
  .menu-btn1 {
    right: 0 !important;
  }
}

.icon-bar {
  background: #fff !important;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .type1 {
  top: 6px;
  transform: rotate(46deg);
}

.navbar-toggle.active .type2 {
  background-color: transparent !important;
}

.navbar-toggle.active .type3 {
  top: -6px;
  transform: rotate(-50deg);
}

/*============================== Search ==============================*/
.over-h {
  overflow: hidden;
}

.search-active {
  top: 0 !important;
}

.search {
  display: flex;
  top: -100%;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background: #e30100;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.search button {
  position: absolute;
  top: 0;
  right: 0;
  background: #000 !important;
  display: block;
}

.search h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}

.search .input-group {
  max-width: 800px;
  margin: 25px auto;
}

.search .input-group input {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 0;
  padding: 14px 15px;
  height: 100%;
}

.search .input-group button {
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.6) !important;
  border: none;
  border-radius: 0;
  font-size: 15px;
  padding: 15px 30px;
  text-transform: uppercase;
  margin-left: 0px !important;
}

/*============================== Cat Area ==============================*/
.catbox {
  padding: 0px;
  margin: 0px;
}

.catbox img {
  margin: 15px 0px 0px 0px;
}

.catbox h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
}

.catbox h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
  position: absolute;
  top: 25%;
  left: 12%;
  transition: 0.8s;
  color: #fff;
  text-transform: uppercase;
}

.catbox h3 a {
  font-family: 'Raleway';
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px;
  font-weight: 600;
  text-decoration: none;
  width: 0px;
  transition: 0.5s ease;
  text-align: left;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}

.catbox h3 a:hover {
  transition: 0.5s;
  border-bottom: 1px solid #0482B1;
  width: 90%;
}

@media only screen and (min-width: 991px) {
  #cat {
    position: relative;
    bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  #cat {
    margin: 20px auto;
  }
}

.cat-area {
  padding: 15px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 17px -2px #777777;
}

@media only screen and (max-width: 991px) {
  .cat-area {
    margin: 20px auto;
  }
}

.cat-area img {
  margin: 10px auto;
}

.cat-area h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #282828;
  text-transform: uppercase;
  margin: 10px auto;
}

.cat-area p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #5f5f5f;
  line-height: 26px;
}

.cat-area .btn {
  width: 100%;
  max-width: 280px;
  margin: 10px auto;
}

.maincatsbg {
  background: url("../imgs/parallax3.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 15px;
  text-align: center;
  transition: all 0.1s ease;
}

.newarrivalsbg {
  background: #0c1945;
}

/* ===========Product Page Cats============ */
.formalleftmain {
  margin: 0px;
  padding: 0px;
}

.formalleftmain h4 {
  font-family: 'Raleway';
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  font-size: 25px;
  color: #262626;
}

.formalleftmain h2 {
  background: transparent;
  padding: 0px;
  margin: 0px;
  line-height: 32px;
  margin-bottom: 0px;
}

.formalleftmain h2 i {
  font-size: 13px;
  color: #0482B1;
}

.formalleftmain h2 a {
  font-family: 'Raleway';
  font-size: 13px;
  text-transform: uppercase;
  color: #515151;
  padding: 5px;
  padding-left: 0px;
  margin: 0px;
  font-weight: 600;
  text-decoration: none;
}

.formalleftmain h2 a:hover {
  padding: 15px;
  transition: 0.5s;
  padding-left: 8px;
  color: #0482B1;
}

.formalleftmain mcat_head h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #7a7a7a;
  margin: 1px auto;
  text-transform: uppercase;
}

.formalleftmain .scatsect {
  margin: 0px;
  padding: 0px;
}

.formalleftmain .scatsect ul {
  background: #f6f6f6;
  padding: 0px;
  margin: 0px;
  line-height: 32px;
}

.formalleftmain .scatsect ul li {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #d3d3d3;
}

.formalleftmain .scatsect ul li i {
  font-size: 13px;
  color: #0482B1;
  padding-left: 13px;
  padding-right: 4px;
}

.formalleftmain .scatsect ul li a {
  font-family: 'Raleway';
  font-size: 12px;
  color: #0a1e64;
  padding: 9px;
  padding-left: 0px;
  margin: 0px;
  font-weight: 500;
  text-decoration: none;
}

.formalleftmain .scatsect ul li a:hover {
  color: #0482B1;
}

/*============================== About Area ==============================*/
.about {
  text-align: left;
  margin: 15px auto;
}

.about h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #7a7a7a;
  text-transform: uppercase;
}

.about h3 {
  font-family: "Montserrat", sans-serif;
  font-style: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px auto;
  color: #e30100;
}

.about p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #575757;
  line-height: 27px;
  margin: 20px auto;
}

.about .btn {
  margin: 10px auto;
}

/*================= Main Site Map =============*/
.sitemcats {
  background: #0482B1;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  padding: 7px;
}

.sitescats {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.sitescats a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #555555;
  border-bottom: 1px dotted #ccc;
  padding: 7px;
  width: 100%;
}

.sitescats a:hover {
  background: #fff;
  text-decoration: none;
}

/*================= Main Site Map =============*/
/*================= Feature Products =============*/
.featurebox {
  margin: 12px 0px 12px 0px;
  width: 100%;
}

.featurebox h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
}

.featurebox h1 img {
  margin: 0px;
  padding: 0px;
}

.head {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #282828;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 10px auto;
  border-bottom: 1px solid #e0e0e0;
}

.product {
  background: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.product .p-img {
  border: 0px solid #f1f1f1;
  border-bottom: 0;
  padding: 8px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.product .p-img .newtag {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.product .p-img .newtag img {
  position: absolute;
  top: 9px;
  left: 9px;
}

.product .p-img h1 {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ccc;
  padding: 0px;
  margin: 0px;
  border-bottom: 0px;
}

.product .p-img h1 a {
  color: #9e9e9e;
  text-decoration: none;
}

.product .p-img h1 a:hover {
  color: #000;
}

.product .p-img h2 {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #474747;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

.product .p-img p {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #a1a1a1;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

.product .p-img .detialbtns {
  margin: 0px;
  padding: 0px;
}

.product .p-img .detialbtns img {
  text-align: left;
  margin-top: 10px;
}

.product .pro-cap {
  background: #222222;
  padding: 10px 15px;
  text-align: center;
}

.product .pro-cap h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 15px;
  line-height: 27px;
  color: #fff;
}

.product .pro-cap h2 span {
  color: #e30100;
}

.owl-demo .item {
  padding-left: 10px;
  padding-right: 10px;
}

.owl-demo .owl-pagination {
  display: none;
}

.owl-demo .owl-buttons {
  position: absolute;
  top: -64px;
  right: 0;
}

.owl-demo .owl-buttons div {
  background: #282828;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0px 12px !important;
}

.owl-demo .owl-buttons div i {
  color: #fff !important;
}

.owl-demo .owl-buttons div:hover {
  background: #e30100;
}

#nextbk {
  background: #3a3a3a;
  font: normal 14px 'Roboto Condensed', sans-serif;
  padding: 6px 18px 6px 18px;
  text-align: center;
  color: #f1f1f1;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  transition: 0.6s;
}

#nextbk:hover {
  background: #b1181a;
  font: normal 14px 'Roboto Condensed', sans-serif;
  padding: 6px 18px 6px 18px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  color: #f1f1f1;
  text-decoration: none;
}

.whitetxt {
  font-family: tahoma;
  font-size: 11px;
  color: #FAFAFA;
  font-weight: normal;
  text-decoration: none;
}

#paging {
  background: #3a3a3a;
  font: normal 14px 'Roboto Condensed', sans-serif;
  padding: 6px 10px 6px 10px;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  color: #FAFAFA;
  text-decoration: none;
  transition: 0.6s;
}

#paging:hover {
  background: #b1181a;
  font: normal 14px 'Roboto Condensed', sans-serif;
  padding: 6px 10px 6px 10px;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  color: #FAFAFA;
  text-decoration: none;
}

#pagingsel {
  background: #de0037;
  font-family: tahoma;
  text-align: center;
  height: 22px;
  width: 24px;
  line-height: 20px;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #9e0027;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
}

.whiteheading {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.whiteheadlink {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.whiteheadlink:hover {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

/*================= Detials Pagee Image Box =============*/
.detailsbox {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #ccc;
  margin-bottom: 20px;
}

.detailsbox .lrg-img {
  border: 0px solid #f1f1f1;
  border-bottom: 0;
  padding: 12px;
  margin: 0 auto;
  text-align: center;
}

.detailsbox .lrg-img img {
  text-align: center;
  margin: 0px auto;
  padding: 0px;
}

.dtlright {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #ccc;
  padding: 12px;
  margin: 0px;
  margin-bottom: 20px;
}

.dtlright h1 {
  background: #ce087f;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  margin: 0px;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.dtlright h2 {
  background: #f1f1f1;
  border-bottom: 1px dotted #ccc;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  padding: 11px;
  color: #787878;
  text-decoration: none;
  text-transform: uppercase;
}

.dtlright h2 select {
  border-radius: 2px;
  border: 1px solid #ccc;
  width: 100%;
  padding: 9px;
  color: #000;
}

.dtlright h2 input {
  background: #dfdfdf;
  padding: 9px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  font: 13px;
  font-family: "Raleway", sans-serif;
  color: #242424;
  text-decoration: none;
  margin-left: 10px;
}

.dtlright h2 .addplus {
  background: url(../imgs/plus.png);
  width: 27px;
  height: 27px;
  border: 0px;
  margin: 0px;
  padding-top: 3px;
  cursor: pointer;
}

.dtlright h2 .addminus {
  background: url(../imgs/minus.png);
  width: 27px;
  height: 27px;
  border: 0px;
  margin: 0px;
  padding-left: 4px;
  padding-top: 3px;
  cursor: pointer;
}

/* inquiry page area */
.inqleftbox {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #ccc;
  padding: 7px;
  display: inline-flex;
  width: 100%;
  margin: 0px;
  margin-bottom: 13px;
}

.inqleftbox h1 {
  background: #0482B1;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  margin: 0px;
  padding: 8px;
  color: #fff;
  width: 17%;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .inqleftbox h1 {
    width: 50%;
  }
}

.inqleftbox h2 {
  background: #f1f1f1;
  border-bottom: 1px dotted #ccc;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  width: 80%;
  padding: 8px;
  color: #787878;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .inqleftbox h2 {
    width: 50%;
  }
}

.inqleftbox img {
  background: #f1f1f1;
  border-bottom: 0px dotted #ccc;
  padding: 0px;
  width: 100%;
  height: 100%;
}

.inqleftbox input {
  background: #dfdfdf;
  padding: 9px;
  border-radius: 1px;
  border: 1px solid #e0e0e0;
  font: 13px;
  font-family: "Raleway", sans-serif;
  color: #242424;
  width: 100%;
  text-decoration: none;
}

.inqleftbox .btn-default {
  border: none;
  border-radius: 0;
  background: #0482B1 !important;
  color: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 11px;
  margin: 0px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.input-body legend {
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif !important;
  padding: 0;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.input-body label {
  font-family: "Open Sans", sans-serif !important;
  display: inline-block;
  max-width: 100%;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600;
}

.input-body input {
  background: #fff;
  border-bottom: 1px dotted #ccc;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  padding: 8px;
  color: #505050;
  text-decoration: none;
}

.input-body select {
  background: #fff;
  border-bottom: 1px dotted #ccc;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  padding: 8px;
  color: #505050;
  text-decoration: none;
}

/* inquiry page area */
/*================= Newsletter Area =============*/
#newsletter {
  background: url(../imgs/newsletter-bg.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 15px;
  text-align: center;
}

#newsletter h2 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 10px auto;
  text-transform: uppercase;
}

#newsletter p {
  font-family: "Raleway", sans-serif;
}

#newsletter .input-group {
  max-width: 630px;
  margin: 40px auto;
}

#newsletter .input-group input {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 20px 15px !important;
  height: auto;
}

#newsletter .input-group .btn {
  padding: 20px 23px;
}

.news-icon {
  position: relative;
}

.news-icon::before {
  content: '';
  width: 45%;
  height: 1px;
  background: #393939;
  position: absolute;
  top: 60%;
  left: 0;
}

.news-icon::after {
  content: '';
  width: 45%;
  height: 1px;
  background: #393939;
  position: absolute;
  top: 60%;
  right: 0;
}

.news-icon p {
  margin: 20px auto;
}

.social {
  text-align: center;
  margin: 30px auto;
}

.social li {
  display: inline-block;
  margin-right: 10px;
}

.social li a {
  display: block;
  font-size: 17px;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #353535;
  text-decoration: none;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.social li a i {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.social li a:hover {
  background: #e30100;
}

/*=========================== Footer =====================*/
footer {
  background: #0c1945;
}

.footerlinks {
  margin: 0px;
  padding: 0px;
  border-right: 1px solid #000;
}

@media (max-width: 767px) {
  .footerlinks {
    border-right: 0px;
  }
}

.footerlinks h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 15px;
}

.footerlinks li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 25px;
}

.footerlinks li a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #9aaae1;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid transparent;
  width: 0px;
  transition: 0.5s ease;
  white-space: nowrap;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.footerlinks li :hover {
  color: #f4f4f4;
  transition: 0.5s;
  border-bottom: 1px solid #0482B1;
  width: 90%;
}

.footerlinks td {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #a0a0a0;
  text-align: left;
}

.redboxfooter {
  margin: 0px;
  padding: 10px;
  border-right: 1px solid #000;
}

.redboxfooter h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 15px;
}

.redboxfooter p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.redboxfooter p a {
  color: #fff;
}

.redboxfooter p a:hover {
  color: #fff;
  text-decoration: underline;
}

.redboxfooter input {
  background: #ffffff;
  border: 0px solid #252525;
  padding: 9px;
  font: 12px;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  color: #969696;
  text-decoration: none;
}

.redboxfooter .btn-default-letter {
  border: none;
  border-radius: 0;
  background: #0482B1 !important;
  color: #8d8d8d !important;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 30px;
  width: 100%;
  text-transform: uppercase;
}

/* Copyrights Area */
.copyrightsbx {
  margin: 0px;
  padding: 0px;
  background: #282828;
}

.copyrightsbx p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 10px 0px 10px 0px;
  margin: 0px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

/* Copyrights Area */
@media only screen and (min-width: 991px) {
  .btm-icon img {
    float: left;
    margin-right: 25px;
    margin-top: 20px;
  }
  .btm-icon .txt-r {
    float: left;
  }
}

@media only screen and (max-width: 991px) {
  .btm-icon {
    text-align: center;
  }
}

.btm-icon a {
  text-decoration: none;
  color: #fff;
}

.btm-icon h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 5px auto;
}

.btm-icon p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin: 5px auto;
}

.btm-footer {
  background: #222222;
  padding: 40px 0;
  text-align: center;
}

.btm-footer a {
  color: #fff;
  text-decoration: none;
}

.btm-footer ul {
  margin: 10px auto;
  text-align: center;
}

.btm-footer ul li {
  display: inline-block;
  margin-right: 10px;
}

.btm-footer ul li a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

/*-----------------------
-----Scrollimations------
------------------------*/
.scrollimation.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.scrollimation.fade-in.in {
  opacity: 1;
}

.scrollimation.scale-in {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.17, 0.89, 0.67, 1.57), opacity 0.6s ease-out;
  transition: transform 0.6s cubic-bezier(0.17, 0.89, 0.67, 1.57), opacity 0.6s ease-out;
}

.scrollimation.scale-in.in {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.scrollimation.fade-right {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
  transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-right.in {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.scrollimation.fade-left {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
  transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-left.in {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.scrollimation.fade-up {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-in;
  transition: transform .4s ease-out,opacity .4s ease-in-out;
}

.scrollimation.fade-up.in {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.scrollimation.d1 {
  transition-delay: .2s;
}

.scrollimation.d2 {
  transition-delay: .4s;
}

.scrollimation.d3 {
  transition-delay: .6s;
}

.scrollimation.d4 {
  transition-delay: .8s;
}

.touch .scrollimation.fade-in {
  opacity: 1;
}

.touch .scrollimation.scale-in {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.touch .scrollimation.fade-right {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.touch .scrollimation.fade-left {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.touch .scrollimation.fade-up {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
