/**********************
Sass Variable
*****************************************/
@import url(fonts.css);
@import url(global/margin.css);
/**********************************************************************************
***********************************************************************************
0. General
***********************************************************************************
**********************************************************************************/
html {
  height: 100%;
}

body {
  outline: none !important;
  height: 100%;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}

* {
  outline: none !important;
}

iframe {
  width: 100% !important;
}

.white-bg {
  background: #fff !important;
}

.white {
  color: #fff !important;
}

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

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;
  }
}

.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;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
@media only screen and (min-width: 767px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-eq-height [class*="equal-col"] {
    display: inline-flex;
  }
}

.width-full {
  width: 100%;
  display: block;
}

/* 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 {
  border: 1px solid #00658a;
  background: #c02222;
}

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

#slideout_inner ul li a.colorred {
  border: 1px solid #8a3234;
  background: #fa565a;
}

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

#slideout_inner ul li a.colororange {
  border: 1px solid #996300;
  background: orange;
}

/*=========================================  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;
}

/*== Header ==*/
/*============== page Loader ===========*/
.ip-header {
  position: fixed;
  top: 0;
  z-index: 99999;
  min-height: 480px;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
}

.ip-header h1 {
  margin: 0;
}

.ip-logo,
.ip-loader {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.ip-logo {
  top: 0;
  height: 100%;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.ip-loader {
  bottom: 20%;
}

.ip-header .ip-inner {
  display: block;
  margin: 0 auto;
}

.ip-header .ip-logo svg {
  min-width: 320px;
  max-width: 480px;
  width: 25%;
}

.ip-header .ip-loader svg path {
  fill: none;
  stroke-width: 6;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
  stroke: #ddd;
}

.ip-header .ip-loader svg path.ip-loader-circle {
  -webkit-transition: stroke-dashoffset 0.2s;
  transition: stroke-dashoffset 0.2s;
  stroke: #c02222;
}

.ip-logo svg {
  margin: auto;
  display: table;
}

.ip-logo svg {
  margin: auto;
  display: table;
}

.ip-logo svg .svg-logo {
  fill: #c02222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Animations */
/* Initial animation of header elements */
.loading .ip-logo,
.loading .ip-loader {
  opacity: 1;
  -webkit-animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.loading .ip-loader {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
  }
}

@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0);
  }
}

/* Header elements when loading finishes */
.loaded .ip-logo,
.loaded .ip-loader {
  opacity: 1;
}

.loaded .ip-logo {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
  }
}

@keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
  }
}

.loaded .ip-loader {
  -webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

/* Change the color of the logo */
.loaded .ip-logo svg path {
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
  fill: #fff;
}

/* Header animation when loading finishes */
.loaded .ip-header {
  -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}

@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* Content animations */
.loaded .ip-main h2,
.loaded .ip-main .browser,
.loaded .ip-main .browser .box,
.loaded .codrops-demos {
  -webkit-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.loaded .ip-main .browser,
.loaded .ip-main .browser .box:first-child {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loaded .ip-main .browser .box:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.loaded .ip-main .browser .box:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes animLoadedContent {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
  }
}

@keyframes animLoadedContent {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
}

/* Change layout class for header */
.layout-switch .ip-header {
  position: absolute;
}

/* No JS */
.no-js .ip-header {
  position: relative;
  min-height: 0px;
}

.no-js .ip-header .ip-logo {
  margin-top: 20px;
  height: 180px;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.no-js .ip-header .ip-logo svg path {
  fill: #fff;
}

.loaded .ip-logo {
  opacity: 0;
  height: 0;
  display: none;
}

.ip-loader {
  position: absolute;
  top: 20%;
}

/*========================  Header  ========================*/
::-moz-selection {
  /* Code for Firefox */
  background: #c02222;
  color: #fff;
}

::selection {
  background: #c02222;
  color: #fff;
}

/*==================================== Header Area ====================================*/
.top-arae {
  background: #191918;
  padding: 10px 0;
}

.top-arae .top-txt {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  margin: 0 auto;
  color: #ccc;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .top-arae .top-txt {
    text-align: center;
    margin-bottom: 15px;
  }
}

.top-arae .top-ul {
  margin: 0 auto;
  text-align: right;
}

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

.top-arae .top-ul li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.top-arae .top-ul li:last-child a {
  font-family: "Open Sans", sans-serif;
}

.top-arae .top-ul li a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #ccc;
  font-weight: 600;
}

.top-arae .top-ul li a i {
  font-size: 18px;
  margin-right: 10px;
  color: #C63033;
}

/*=============================== Navbar Area ===============================*/
@media only screen and (min-width: 767px) {
  .navbar-fixed-top {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-fixed-top .navbar-brand {
    padding: 5px 15px !important;
  }
  .navbar-fixed-top .navbar-brand svg {
    width: 118px !important;
    height: 58px !important;
  }
  .navbar-fixed-top .navbar-nav {
    margin: 10px auto !important;
  }
}

@media (max-width: 767px) {
  .navbar-fixed-top {
    position: relative;
  }
}

#navbar {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fafafa;
  border: none;
  border-radius: 0;
  margin: 0 auto;
}

#navbar .navbar-brand {
  height: auto !important;
  padding: 10px 15px;
  max-width: 160px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#navbar .navbar-brand svg .svg-logo {
  fill: #c02222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#navbar .navbar-nav {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 991px) {
  #navbar .navbar-nav {
    margin:0px auto;
  }
}

#navbar .navbar-nav .dropdown ul {
  padding: 10px 15px;
  margin-top: 5px;
}

#navbar .navbar-nav li.last-child a {
  background: #3a3a39;
  color: #fff !important;
  padding: 15px 20px;
}

@media only screen and (min-width: 767px) {
  #navbar .navbar-nav li.last-child a {
    margin-left: 10px;
  }
}
#navbar .navbar-nav li:hover ul{
display: block;
}
#navbar .navbar-nav li ul{
padding: 10px 10px;
    right: 0;
    min-width: 250px;
  }
  #navbar .navbar-nav li ul li a{
    display: block;
    padding: 5px 10px;
	font-size: 14px;
  }
#navbar .navbar-nav li a {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#navbar .navbar-nav li a:hover {
  background: #000;
  color: #fff !important;
}

/* =============================    Navbar Dropdown  ============================*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: #c02222;
  color: #fff !important;
}

.newsletter {
  position: relative;
}

.newsletter input {
  background: #fff;
  padding-right: 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000 !important;
  height: 40px;
}

.newsletter input:focus {
  background: rgba(255, 255, 255, 0.2);
}

.newsletter .btn-submit {
  height: 30px;
  font-size: 13px;
  background: #c02222;
  border: none;
}

.newsletter .btn-submit, .search .btn-submit {
  position: absolute;
  right: 0;
  top:50px;
  padding: 0 10px;
  margin-top: 5px;
  margin-right: 5px;
  color: #FFF !important;
  line-height: 1;
}

/*****************
Navbar Effect
**********************/
.navbar-toggle {
  background: #c02222;
  border-radius: 0px;
  margin-top: 45px;
}

.navbar-default .navbar-toggle .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);
}

/*============ Slider Setting ===============*/
.carousel-caption {
  width: auto;
  padding: 10px 15px;
  text-align: left;
  background: rgba(0, 0, 0, 0.62);
  left: 135px;
  right: auto;
  top: 40%;
  bottom: auto;
}

@media (max-width: 767px) {
  .carousel-caption {
    top: 20%;
    left: 5%;
  }
}

.carousel-caption h2 {
  margin: 10px auto;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .carousel-caption h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
  .carousel-caption h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.carousel-caption h3 {
  margin: 10px auto;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  color: #fff;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .carousel-caption h3 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
  .carousel-caption h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.carousel-caption h3 span {
  color: #c02222;
}

main {
  background: url(../images/main-bg.jpg) no-repeat top center #e1e1e1;
  background-size: cover;
  background-attachment: fixed;
}

/*===== Cat Area =====*/
.cat-area {
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cat-area:hover .cat-img {
  -webkit-box-shadow: 0px 0px 54px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 54px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 54px -2px rgba(0, 0, 0, 0.75);
}

.cat-area .cimg {
  width: auto;
  position: relative;
  overflow: hidden;
  z-index: 999;
  border-radius: 50%;
  display: table;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cat-area .cat-img {
  display: table;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.13);
  padding: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cat-area .cat-img h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 20%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 14px 15px;
  text-align: center;
  text-transform: uppercase;
}

.cat-area .cat-img img {
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cat-area .cat-btn {
  position: absolute;
  left: auto;
  right: auto;
  margin: 0 auto;
  width: 100%;
  bottom: 10px;
  z-index: 999;
}

.cat-area .cat-btn .btn {
  background-color: #c02222;
  color: white;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 160px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  color: #fff !important;
  padding: 15px 15px;
}

.cat-area .cat-btn .btn:hover {
  background: #c02222;
}

.cat-area .cat-btn .btn:active {
  background: #c02222;
}

#two .container {
  background: #fff;
}

.short-about {
  margin: 10px auto 20px auto;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #686868;
  line-height: 24px;
}
.short-about img{
  margin: 10px 10px;
  
}

.short-about h2 {
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  color: #3a3a39;
  text-transform: uppercase;
}

.short-about .btn {
  background-color: #c02222;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 100px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #fff !important;
  padding: 6px 10px;
}

.short-about .btn:hover {
  background: #000;
}

.short-about .btn:active {
  background: #c02222;
}

.banner-right .logo-top {
  background: #c02222;
  padding: 10px 15px;
  text-align: center;
  width: 100%;
  display: block;
}

.banner-right .banner {
  width: 100%;
}

.feature-head {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  color: #3a3a39;
  text-transform: uppercase;
  margin: 15px auto;
  text-align: center;
}

/*=== Products Area ===*/
.product-area {
  border: 1px solid #f2f2f2;
  background: #fffeff;
  text-align: center;
  padding: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.product-area:hover {
  border-color: #c02222;
}

.product-area h2 {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  color: #3a3a39;
  text-transform: capitalize;
  line-height: 28px;
}

.product-area .btn {
  background-color: #c02222;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 25px;
}

.product-area .btn:hover {
  background: #c02222;
}

.product-area .btn:active {
  background: #dddddd;
}

.product-area .btn:hover {
  background: #dddddd;
  color: #000;
}

.product-area .btn:active {
  background: #c02222;
  color: #fff;
}

/*============= Owl Demo ===================*/
.owl-demo .owl-pagination {
  display: none;
}

.owl-demo .owl-item {
  padding: 0 15px 0 0;
}

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

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

.owl-demo1 .owl-item {
  padding: 0 15px 0 0;
}

.owl-demo1 .owl-buttons {
  display: none;
}

/*===================== Newsletter ===============*/
#newsletter {
  background: #292a2c;
}

.mailing {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #b6b6b6;
  line-height: 24px;
}

.mailing h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #fff;
}

@media only screen and (min-width: 991px) {
  .mailing h2 {
    float: left;
    width: 40%;
    margin: 15px auto;
  }
}

@media only screen and (min-width: 991px) {
  .mailing p {
    float: left;
    width: 60%;
    margin: 5px auto;
  }
}

.newslt {
  position: relative;
}

@media only screen and (min-width: 991px) {
  .newslt::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 1px;
    background: #fff;
  }
}

.newslt input {
  background: #cdcdcd;
  border: none;
}

.newslt .btn {
  font-family: "Roboto", sans-serif;
  background-color: #c02222;
  color: #fff;
  border: none;
  padding: 7px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.newslt .btn:hover {
  background: #c02222;
}

.newslt .btn:active {
  background: #c02222;
}

.social-arae h2 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #fff;
}

@media only screen and (min-width: 991px) {
  .social-arae h2 {
    float: left;
    width: 45%;
    margin: 15px auto;
  }
}

.social-arae ul {
  margin: 5px auto;
}

@media only screen and (min-width: 991px) {
  .social-arae ul {
    float: left;
    width: 55%;
    text-align: right;
  }
}

.social-arae ul li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.social-arae ul li:nth-child(3) a {
  padding: 10px;
}

.social-arae ul li a {
  padding: 10px 15px;
  text-align: center;
  background: #cdcdcd;
  border-radius: 50%;
  font-size: 17px;
  color: #333838;
  display: block;
  min-width: 45px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.social-arae ul li a:hover {
  background: #c02222;
  transform: rotate(360deg);
  color: #fff;
}

/*== Footer ==*/
/*================== Footer ==================*/
footer {
  background: #191918;
}

@media only screen and (min-width: 767px) {
  .bdr {
    border-right: 1px solid #fff;
  }
}

.footer-panel ul li:hover::after {
  right: 50%;
}

.footer-panel ul li:hover a {
  color: #c02222 !important;
  margin-left: 20px;
}

.footer-panel ul li::after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #c02222 !important;
  left: 15px;
  right: 100%;
  margin-top: 18px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.footer-panel ul li a {
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  font-size: 14px;
  color: #fff !important;
  line-height: 22px;
  text-decoration: none;
}

.footer-panel h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #c02222 !important;
  margin: 20px auto;
}

@media only screen and (min-width: 991px) {
  .footer-panel .certificates {
    width: 100%;
  }
}

.footer-panel p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.footer-panel p.add span {
  padding-left: 15px;
}

.footer-panel p.add span::before {
  content: "\f041";
}

.footer-panel p.phone span {
  padding-left: 23px;
}

.footer-panel p.phone span::before {
  content: "\f095";
}

.footer-panel p.email span {
  padding-left: 23px;
}

.footer-panel p.email span::before {
  content: "\f0e0";
}

.footer-panel p span {
  font-size: 18px;
  position: relative;
}

.footer-panel p span::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #c02222 !important;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-panel a {
  color: #c02222 !important;
}

.cop-right {
  border-top: 1px solid #fff;
  padding: 10px 0;
}

.cop-right p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #c02222 !important;
  margin: 0;
}

.cop-right a {
  color: #fff;
  text-shadow: none;
}

/*============ Next All Page Style ==============*/
.left-head {
  background: #3a3a39;
  margin: 0px auto;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
}

.left-head i {
  margin-right: 10px;
}

.panel {
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.panel-default > .panel-heading {
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.panel-title a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #3a3a39;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.panel-title a:hover {
  color: #c02222 !important;
}

.panel-body ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #7c7c7c;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.panel-body ul li a i {
  margin-right: 10px;
}

.panel-body ul li a:hover {
  color: #c02222 !important;
  margin-left: 15px;
}

.active-main a {
  color: #c02222 !important;
}

.active-section a {
  color: #c02222 !important;
  margin-left: 15px;
}

.prod-head {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  color: #3a3a39;
  text-transform: uppercase;
  margin: 10px auto;
}

.prod-head span {
  color: #c02222 !important;
}

.prod-head a {
  background: #c02222 !important;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 7px 13px;
  font-size: 18px;
}

.border-large {
  border: 1px solid #f2f2f2;
  padding: 20px 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.border-large:hover {
  border-color: #c02222 !important;
}

.large-cap {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #686868;
  line-height: 24px;
}

.large-cap h2 {
  margin: 15px auto;
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  color: #3a3a39;
  text-transform: uppercase;
}

.large-cap h3 {
  margin: 15px auto;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  color: #c02222 !important;
  text-transform: uppercase;
}

.large-cap h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #3a3a39;
  text-transform: uppercase;
}

.large-cap label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #c02222 !important;
  text-transform: uppercase;
}

.large-cap select {
  border-color: #c02222 !important;
  border-radius: 0;
}

.large-cap input {
  border-color: #c02222 !important;
  border-radius: 0;
}

.large-cap .btn {
  background-color: #c02222 !important;
  color: white;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff !important;
  padding: 12px 25px;
}

.large-cap .btn:hover {
  background: #c02222 !important;
}

.large-cap .btn:active {
  background: #c02222 !important;
}

.form-group-c {
  width: 100%;
}

.content-area {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #686868;
  line-height: 24px;
}

.contact-btm {
  text-align: center;
  padding: 25px 0;
  border-right: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #acacac;
  line-height: 22px;
}

.contact-btm:hover .fa {
  transform: rotate(360deg);
  color: #c02222 !important;
}

.contact-btm .fa {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 48px;
  color: #a6a6a6;
}
.marquee_style{border:1px solid #ccc;}
.contact-btm h2 {
  margin: 15px auto;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}

.contact-btm a {
  color: #acacac;
}

.contact-us-form input {
  border: none;
  border-radius: 0;
  background: #ececec;
  min-height: 54px;
  margin: 13px auto;
}

.contact-us-form textarea {
  border: none;
  border-radius: 0;
  background: #ececec;
  min-height: 54px;
  margin: 15px auto;
}

.contact-us-form .btn {
  background-color: #c02222 !important;
  color: white;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff !important;
  padding: 12px 25px;
  float: right;
}

.contact-us-form .btn:hover {
  background: #c02222 !important;
}

.contact-us-form .btn:active {
  background: #c02222 !important;
}

.contact-us-form h2 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  color: #3a3a39;
  text-transform: uppercase;
  margin: 10px auto;
}

.color-default {
  color: #c02222 !important;
}

.btn-danger {
  background-color: #c02222 !important;
  color: white;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff !important;
  padding: 12px 25px;
}

.btn-danger:hover {
  background: #c02222 !important;
}

.btn-danger:active {
  background: #c02222 !important;
}

.basket_name input {
  border: none;
  border-radius: 0;
  background: #ececec;
  min-height: 54px;
  margin: 13px auto;
}

.quote-form input {
  border: none;
  border-radius: 0;
  background: #ececec;
  min-height: 54px;
  margin: 13px auto;
  width: 100%;
}

.quote-form textarea {
  border: none;
  border-radius: 0;
  background: #ececec;
  min-height: 54px;
  margin: 15px auto;
}

.quote-form select {
  border: none;
  border-radius: 0;
  background: #ececec;
  min-height: 54px;
  margin: 15px auto;
}

.quote-form .btn {
  background-color: #c02222 !important;
  color: white;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff !important;
  padding: 12px 25px;
}

.quote-form .btn:hover {
  background: #c02222 !important;
}

.quote-form .btn:active {
  background: #c02222 !important;
}

.left_menu_main {    background: #c02222;
    margin-top: 0px;
    padding: 9px;
    margin-bottom: 3px;    font-family: "Oswald", sans-serif;
    font-size: 16px;

    text-transform: uppercase;}

.left_menu_main a {color: #fff;}

.left_menu_sub a {font-family: "Oswald", sans-serif;
    font-size: 14px;

    text-transform: uppercase;color: #000;}
	
 .jssorb03 {
            position: absolute;
        }
        .jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
            position: absolute;
            /* size of bullet elment */
            width: 21px;
            height: 21px;
            text-align: center;
            line-height: 21px;
            color: white;
            font-size: 12px;
            background: url('../img/b03.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb03 div { background-position: -5px -4px; }
        .jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
        .jssorb03 .av { background-position: -65px -4px; }
        .jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }

        /* jssor slider arrow navigator skin 03 css */
        /*
        .jssora03l                  (normal)
        .jssora03r                  (normal)
        .jssora03l:hover            (normal mouseover)
        .jssora03r:hover            (normal mouseover)
        .jssora03l.jssora03ldn      (mousedown)
        .jssora03r.jssora03rdn      (mousedown)
        .jssora03l.jssora03ldn      (disabled)
        .jssora03r.jssora03rdn      (disabled)
        */
        .jssora03l, .jssora03r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 55px;
            height: 55px;
            cursor: pointer;
            background: url('../img/a03.png') no-repeat;
            overflow: hidden;
        }
        .jssora03l { background-position: -3px -33px; }
        .jssora03r { background-position: -63px -33px; }
        .jssora03l:hover { background-position: -123px -33px; }
        .jssora03r:hover { background-position: -183px -33px; }
        .jssora03l.jssora03ldn { background-position: -243px -33px; }
        .jssora03r.jssora03rdn { background-position: -303px -33px; }
        .jssora03l.jssora03lds { background-position: -3px -33px; opacity: .3; pointer-events: none; }
        .jssora03r.jssora03rds { background-position: -63px -33px; opacity: .3; pointer-events: none; }