/**********************
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: #000000;
}

#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: #000000;
}

.ip-logo svg {
  margin: auto;
  display: table;
}

.ip-logo svg {
  margin: auto;
  display: table;
}

.ip-logo svg .svg-logo {
  fill: #000000;
  -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: #000000;
  color: #fff;
}

::selection {
  background: #000000;
  color: #fff;
}

/*==================================== Header Area ====================================*/
.top-arae {
  background: #373435;
}

.top-arae .top-txt {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  margin: 0 auto;
  color: #fff;
  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: #fff;
  font-weight: 600;
}

.top-arae .top-ul li a i {
  font-size: 18px;
  margin-right: 10px;
  color: #000;
}

/*=============================== 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: #000000;
  -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:0px;
  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:8px 18px;
	font-size: 14px;
  }
#navbar .navbar-nav li a {
  font-family: "Oswald", sans-serif;
  font-size:18px;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#navbar .navbar-nav li a:hover {
  background: #acbc25;
  color: #000;
}

/* =============================    Navbar Dropdown  ============================*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: #000000;
  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: #000000;
  border: none;
}

.newsletter .btn-submit, .search .btn-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  margin-top: 5px;
  margin-right: 5px;
  color: #FFF !important;
  line-height: 1;
}

/*****************
Navbar Effect
**********************/
.navbar-toggle {
background: #000;
    border-radius: 0px;
    margin-top: 10px;
}

.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: #000000;
}

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: #000000;
  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: #000000;
}

.cat-area .cat-btn .btn:active {
  background: #000000;
}

#two .container {
    
    z-index: 99999; margin-top:10px;
    
}

.short-about {
  margin: 10px auto 20px auto;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
.short-about img{
  margin: 10px 10px;
  
}

.short-about h2 {
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  color: #000;
  text-transform: uppercase;
}

.short-about .btn {
  background-color: #000000;
  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: #000000;
}

.banner-right .logo-top {
  background: #000000;
  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: #fff;
  text-transform: uppercase;
  margin: 15px auto;
  text-align: center;
}

/*=== Products Area ===*/
.product-area {
  border:5px solid #f2f2f2;
  background: #fffeff;
  text-align: center;
  padding: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;border-radius: 5px;
}

.product-area:hover {
  border-color: #acbc25;
}

.product-area h2 {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  color: #3a3a39;
  text-transform: capitalize;
  line-height: 28px;
}

.product-area .btn {
  background-color: #acbc25;
  color: #000;border-radius: 5px;
  border: none;
  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: #dddddd;
}

.product-area .btn:active {
  background: #dddddd;
}

.product-area .btn:hover {
  background: #000000;
  color: #fff;
}

.product-area .btn:active {
  background: #000000;
  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 {
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
}

.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: #000000;
  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: #000000;
}

.newslt .btn:active {
  background: #000000;
}

.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: #000000;
  transform: rotate(360deg);
  color: #fff;
}

/*== Footer ==*/
/*================== Footer ==================*/
footer {
      background: #1f1e1f;
   
}

@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: #000000!important;
  margin-left: 20px;
}

.footer-panel ul li::after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #000000!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: #acbc25 !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: #acbc25 !important;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-panel a {
    color: #acbc25 !important;
    font-weight: bold;
}

.cop-right {

  padding: 10px 0;
}

.cop-right p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #ccc !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: #000000!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: #000000!important;
  margin-left: 15px;
}

.active-main a {
  color: #000000!important;
}

.active-section a {
  color: #000000!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: #000000!important;
}

.prod-head a {
  background: #acbc25 !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: #000000!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: #000000!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: #000000!important;
  text-transform: uppercase;
}

.large-cap select {
  border-color: #000000!important;
  border-radius: 0;
}

.large-cap input {
  border-color: #000000!important;
  border-radius: 0;
}

.large-cap .btn {
  background-color: #acbc25 !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: #000000!important;
}

.large-cap .btn:active {
  background: #000000!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: #000000!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: #000000!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: #000000!important;
}

.contact-us-form .btn:active {
  background: #000000!important;
}

.contact-us-form h2 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  color: #3a3a39;
  text-transform: uppercase;
  margin: 10px auto;
}

.color-default {
  color: #000000!important;
}

.btn-danger {
  background-color: #000000!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: #000000!important;
}

.btn-danger:active {
  background: #000000!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: #acbc25;
  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: #000000;
}

.quote-form .btn:active {
  background: #acbc25;
}

.left_menu_main {    background: #acbc25;
    margin-top: 0px;
    padding: 9px;
    margin-bottom: 3px;    font-family: "Oswald", sans-serif;
    font-size: 16px;

    text-transform: uppercase;}

.left_menu_main a {color: #000;}

.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; }
		
.search2 {width:65%; float:right;margin-top: 10px;}

@media (max-width: 767px){
.search2 {} 
}

.sfrmt{    display: block;
    padding-left: 10px;
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    height: 38px;
    background: #fff;
    margin-bottom: 15px;
    color: #333;
    float: right;border: 2px solid #acbc25;}

.sbtnt{ background:none; outline:none; margin:8px 0 0 0px; padding:0 0 0 0px; color:#000000; border:none;}

.search2 .fa{border: none;display:block;border-radius:0px 5px 5px 0px;height:34px;position:absolute;line-height:34px;top:12px;right:0px;color:#000;font-size: 17px;background: #acbc25;padding: 0px 12px;}		
		

.cat_main{ margin:8px 0 0 0px; position:relative; border: 2px solid transparent;}

.cat_main h4{ font:600 18px 'Open Sans', sans-serif; color:#000; text-transform:uppercase; margin:0 0 0 0px; padding:18px 0px;}

.cat_bg{ position:absolute; right:0px; bottom:49px; opacity: 1; transition:all 0.7s;}

.bdimg{ border:2px solid transparent; transition:all 0.7s; border-radius:5px; margin-bottom:8px;}

.cat_main:hover h4{ color:#000;}

.cat_main:hover .cat_bg{ opacity: 0;}

.cat_main:hover img.bdimg{ border: 3px solid #ad0d1e;}		

footer#main-footer{background:#292929;}

.footercl-01{text-align:center; background:#21b3d5; float:left; width:100%; position:relative; margin-top:0px;}
.footercl-01 h2{color:#fff; font-size:28px; text-transform:uppercase; font-family: 'Montserrat', sans-serif; padding:30px 0px 0px;}
.footercl-01 .footer-deteil{}
.footercl-01 .footer-deteil span{display:block; color:#fff; font-size:25px; padding-bottom:18px; padding-top:25px;}
.footercl-01 .footer-deteil p{color:#fff; font-size:14px; font-family: 'Montserrat', sans-serif; font-weight:400; line-height:22px;}
.footercl-01 .footer-deteil small{color:#09809c; font-size:15px; font-family: 'Raleway', sans-serif; margin-top:10px; display:block;}

ul.social-media{padding:12px 0px; float:left; width:100%; margin-top:25px;}
ul.social-media li{display:inline-block;}
ul.social-media li a{display:block; text-decoration:none; width:40px; height:40px; background:#04718b; text-align:center; border-radius:3px; padding:10px 0px}
ul.social-media li a i{display:inline-block; color:#fff;}
ul.social-media li a:hover{background:#1b97b5;}

.footercl-02{}
.footercl-02 h3{color:#fff; font-size:20px; font-family: 'Montserrat', sans-serif; text-transform:capitalize; font-weight:400; padding:25px 0px 15px;}
.footercl-02 ul{}
.footercl-02 ul li{padding-bottom:8px;}
.footercl-02 ul li a{color:#c3c3c3; font-size:14px; text-transform:capitalize; font-family: 'Montserrat', sans-serif; text-decoration:none; display:inline-block; transition:all 0.3s;}
.footercl-02 ul li a:hover{color:#21b3d5;}

footer#end-wrapper{background:#292929; padding-bottom:15px;}
footer#end-wrapper .end-left{padding-top:19px;}
footer#end-wrapper .end-left p{color:#848484; font-size:13px; font-family: 'Montserrat', sans-serif;}
footer#end-wrapper .end-left p a{text-decoration:none; display:inline-block; color:#848484;}
footer#end-wrapper .end-left p a:hover{color:#21b3d5;}

footer#end-wrapper .end-right{text-align:right; padding-top:15px;}
footer#end-wrapper .end-right img{display:inline-block; max-width:100%;}


/* 

font-family: 'Montserrat', sans-serif;

font-family: 'Raleway', sans-serif; 

font-family: 'Open Sans', sans-serif;

transition: 0.2s all; 

transition: 0.3s all;

transition: 0.5s all;

transition: 0.4s all;

*/

.TopMenu ul li { list-style:none; float:left;margin:0 3px 0 0; position:relative; transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s;}
.TopMenu ul li a {color: #fff;
    text-transform: uppercase;
    margin: 0 0 0 0px;
    padding: 15px 15px;
    font-size: 15px; display:block; text-decoration:none;}
.TopMenu ul li:first-child a { border:none;}
.TopMenu ul li:hover { border-color:#ffba00;}
.TopMenu ul ul { float:left; width:220px; position:absolute; left:0px; top:100%; background-color:#acbc25; visibility:hidden; opacity:0; margin:20px 0px 0px 1px; z-index:10; box-shadow:0px 5px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.1); -webkit-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.1); transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;}
.TopMenu ul ul ul { left:100%; top:0px;}
.TopMenu ul ul li { list-style:none; float:none; width:100%; line-height:28px; padding:0px; border-top:none; margin:0px; border-bottom:1px solid rgba(255,255,255,0.1);border-bottom: #ccc dotted 1px;}
.TopMenu ul ul li:last-child { border:none;}
.TopMenu ul ul li a {  text-transform: uppercase;
    font-size: 13px;
    padding: 4px 14px;
    color: #282828;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;}
.TopMenu ul ul li:hover { border-color:rgba(255,255,255,0.1);}
.TopMenu ul ul li a:hover { background:#ffba00;}
.TopMenu ul li:hover > ul { display:block; visibility:visible; opacity:1; margin:0px 0px 0px 1px;}
.TopMenu ul ul li:hover > ul { opacity:1; margin:0px 0px 0px 1px; display:block !important}


.newz_area{ background-color:#eeeeee; padding:30px 0 25px 0px;}
.newz_text{ text-align:center;} 
.newz_text h4{color:#000; text-align:center;font-size:34px; margin:0px;font-family: 'Cabin', sans-serif;text-transform:uppercase; font-weight:bold;  padding:20px 0px;background:url(../images/catebor_img_h.png) center bottom no-repeat; }
.newz_abdet p{margin:0px; padding:0px 0px 10px 0px;font-size:14px; font-family: 'Open Sans', sans-serif;color:#696969; padding:20px 0px; text-align:center;}
.newsltr-br{ text-align:right; margin-top:14px;}
.newsletterterm{ width:100%; background-color:#fff; border:none; outline:none; padding:12px 10px; color:#000 ;font-size:14px; font-family: 'Open Sans', sans-serif;     border: solid 1px #363839;}
.submitbtn{background-color:#363839; border:none; outline:none; position:absolute; padding:13px 20px; float:right; margin:22px 15px; bottom:-10%; right:0; color:#FFF; font-size:14px;font-family: 'Open Sans', sans-serif;}
.submitbtn:hover{ color:#FFF;background-color:#bc221c;}


.footer_arae{ background-color:#363839;}
.mt-20{ margin-bottom:10px;}

.quick_fooer h4{ margin:0px; padding:35px 0px 15px 0px;font-size:18px; color:#bebdbd; font-family: 'Open Sans', sans-serif; font-weight:900; text-transform:uppercase; background:url(../images/cta_footr_bor.png) left bottom no-repeat;}
.quick_fooer ul{ padding:0px; margin:0px;}
.quick_fooer ul li{ list-style:none;}
.quick_fooer ul li a{ font-size:14px; color:#bebdbd; font-family: 'Open Sans', sans-serif;text-transform:capitalize; line-height:30px;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.quick_fooer ul li a:hover{color:#bebdbd; text-decoration:none; padding-left:10px;}
.quick_fooer i{ margin:8px;}


.news_footet h4{ margin:0px; padding:35px 0px 15px 0px;font-size:18px; color:#bebdbd; font-family: 'Open Sans', sans-serif; font-weight:900;text-transform:uppercase;}
.news_footet h3{ margin:0px; padding:17px  0 0 0px;font-size:14px; font-family: 'Open Sans', sans-serif; color:#dddddd;font-weight:900;}
.news_footet p{margin:0px; padding:10px 0px;font-size:13px; font-family: 'Open Sans', sans-serif;color:#a5a5a5; line-height:20px;}


.social_footer h4{ margin:0px; padding:35px 0px 10px 0px;font-size:18px; color:#bebdbd; font-family: 'Open Sans', sans-serif; font-weight:900;text-transform:uppercase;}
.social_icon{padding:38px 0 0  0px;}
.social_icon ul{ margin:0px; padding:0px;}
.social_icon li{ list-style:none; display:inline-block;}
.social_icon li a{ width:35px; height:40%; display:block; font-size:18px;padding:2px 10px; text-align:center; color:#FFF;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.social_icon li a:hover{color:#e30016;}


.footer_contact h4{ margin:0px; padding:35px 0px 20px 0px;font-size:18px; color:#bebdbd; font-family: 'Open Sans', sans-serif; font-weight:900;text-transform:uppercase;}
.footer_contact p{color:#bebdbd;font-family: 'Open Sans', sans-serif; margin:0px; padding:8px 0px;}
.footer_contact span{ color:#bebdbd; margin:0px 15px; font-size:20px;}
.conct_text h3{ font-size:24px;font-family: 'Raleway', sans-serif; font-weight:700;color:#ca3db6; text-transform:capitalize; margin:0px; padding:20px 0px;border-bottom:1px solid #ca3db6}
.conct_text h3 span{color:#000;}
.contact_arer h4{ margin:0px; padding:25px 0px 18px 0px;font-size:18px; color:#d3281e; font-family: 'Open Sans', sans-serif; font-weight:900;text-transform:uppercase;}
.contact_arer p{color:#242424;font-family: 'Open Sans', sans-serif; margin:0px; padding:8px 0 0 25px;}
.contact_arer a{color:#242424;}
.contact_arer a:hover{color:#ca3db6; text-decoration:underline;}
.contact_arer span{ color:#d3281e; margin:0px 15px; font-size:20px;}
.contact_arer h3{color:#242424;font-family: 'Open Sans', sans-serif; margin:0px; padding:8px 0px 0px 40px; margin:0px; font-size:14px;font-weight:700;}
.cantc_map{ padding:20px 0px;}
.form-group{ margin-left:15px;}
.contact_arer h2{padding: 25px 0 5px 25px; margin:0px;}

.footer_end{ background-color:#282a2b;padding:25px 0px}
.copy_left{ font-size:12px; font-family: 'Open Sans', sans-serif; color:#7d7f81;}
.copy_left span{ font-size:12px; font-family: 'Open Sans', sans-serif;; color:#7d7f81; text-transform:uppercase;}
.copy_left span a{color:#7d7f81;}
.copy_left span a:hover{color:#e30016;}
.copy_rigth{font-size:12px; font-family: 'Open Sans', sans-serif; color:#7d7f81; text-align:right;}
.copy_rigth a{color:#7d7f81; font-size:12px;font-family: 'Open Sans', sans-serif;font-weight:500;}
.copy_rigth a:hover{ color:#e30016;}

.mainbottom{padding-top: 18px;}
.mainbottom ul{padding:0px; margin-top: 0px; list-style:none;}
.mainbottom ul li{display:inline-block;}
.mainbottom ul li p{display:inline-block; color:#2b2c31; margin:0px; font-size:14px; font-weight:600; margin-right:10px;}
.mainbottom ul li a{display:block; text-decoration:none; color:#000; background:#acbc25; padding:10px; position:relative;}
.mainbottom ul li a:hover{color:#000;}
.mainbottom ul li a span{background:#000; color:#fff;padding:2px 3px; border-radius:8px; position:absolute; top:-9px; right:-7px;}
.mainbottom ul li a span:hover{color:#ca1317;}

.main-right-header {
    text-align: right;
}

@media(max-width:1199px){
nav.main .main-navigationbar ul li a{padding:16px 10px 15px 10px; display:inline-block; margin:0px 12px; color:#fff; font-size:16px; font-weight:400;}

}

@media(max-width:991px){
nav.main .main-navigationbar ul li a{padding:16px 5px 15px 5px; display:inline-block; margin:0px 5px; color:#fff; font-size:14px; font-weight:400;}

}

@media(max-width:767px){
header.top{text-align:center; padding-bottom:10px;}
header.top ul li{display:inline-block; margin-left:25px; padding-top:10px; padding-bottom:0px;}
.site-logo{padding:18px 0px 5px; text-align:center;}
.site-logo a{display:inline-block;}

}

@media (max-width: 767px){
.main-right-header {
    text-align: center;}
}

.dropdown-menu { top:86% !important;}


}

.cate1 {
	padding:0px;
}
.cate2 {
	padding:0 32px 0 0;
}
.category {
	width:100%;
}
.Copy {
	margin:20px 0 50px;
}
.Copy img {
	display:inline-block;
}

.modal.fade.in {
    top: 15%;
}
.modal.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.modal {
    background-clip: padding-box;
    left: 21%;
    margin-left: 0;
    outline: medium none;
    position: fixed;
    top: 10%;
    width: 695px;
    z-index: 1050;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}
.modal-header {
    border: medium none;
    padding: 0px;
}
button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    background: #fff none repeat scroll 0 0 !important;
    color: #999999;
    float: right;
    font-size: 40px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    opacity: 1;
    width: 45px;
	margin-top:0px !important;
}
.modal-body_1 {
    background-image: url("../img/form_img1.jpg");
    border-radius: 0px;
    max-height: 425px;
    overflow-y: visible;
    padding: 0;
    position: relative;
	 background-repeat: no-repeat;
    background-size: 100% 100%;
}
.modal-body_2 {
    background-image: url("../img/form_img2.jpg");
    border-radius: 0px;
    max-height: 425px;
    overflow-y: visible;
    padding: 0;
    position: relative;
	 background-repeat: no-repeat;
    background-size: 100% 100%;
}
.modal-body_3 {
    background-image: url("../img/form_img3.jpg");
    border-radius: 0px;
    max-height: 425px;
    overflow-y: visible;
    padding: 0;
    position: relative;
}
.modal-body_4 {
    background-image: url("../img/form_img4.jpg");
    border-radius: 0px;
    max-height: 425px;
    overflow-y: visible;
    padding: 0;
    position: relative;
	 background-repeat: no-repeat;
    background-size: 100% 100%;
}
.modal-body_5 {
    background-image: url("../img/form_img5.jpg");
    border-radius: 0px;
    max-height: 425px;
    overflow-y: visible;
    padding: 0;
    position: relative;
	 background-repeat: no-repeat;
    background-size: 100% 100%;
}
.row-fluid {
    width: 100%;
}
.p-30 {
    padding: 30px 80px 30px 30px;
}
.form-heading {
    margin: 0 0 20px;
}
.input_1 { 
	float: left;
    width: 49%;
}
.input_2 {
	float: left;
    margin-left: 2%;
    width: 49%;
}
.text_1 {
	float: left;
    margin: 20px 0;
}
.form-control {
    border: 1px solid #dcdcdc;
    border-radius: 0;
    color: #989898;
    height: 35px;
}
.form-group {
    margin-bottom: 20px;
}

@media screen and (max-width:767px){


.cate1 {
	padding:0px;
}
.cate2 {
	padding:0px;
}
.modal {
    background-clip: padding-box;
    left: 0%;
    margin-left: 0;
    outline: medium none;
    position: fixed;
    top: 10%;
    width: 100%;
    z-index: 1050;
}
.p-30 {
    padding: 20px;
}

}

.col-sm-3 {width:25%;}

@media screen and (max-width:767px){

.col-sm-3 {width:100%;}

}

.col-sm-v {width:20%;}

@media screen and (max-width:767px){

.col-sm-v {width:100%;}

}

.catheding {margin-top: 45px;
    margin-bottom: 45px;
    font-size: 36px;font-weight: bold;text-align: center;font-family: "Oswald", sans-serif;}

.surgi {   
    color: #FFF;
    border-radius: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 7px;
    display: block;
    font-family: "Oswald", sans-serif;
   }
	
.surgi a { text-decoration:none;
    color: #FFF;
    background: #000;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 7px;
    display: block;
    font-family: "Oswald", sans-serif;
    }	

.surgi a:hover { background:#acbc25; color:#000; border-radius:2px; text-align:center; font-weight:bold; font-size:14px;font-family: "Oswald", sans-serif;}

/*# sourceMappingURL=main.css.map */

/*== 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;
}

.ImgBox {
    width: 175px;
    margin: 14px 18px;
    display: inline-block;
    vertical-align: top; float:left;min-height: 240px;
}

.ImgBox a {
    text-decoration: none;
    color: #666;
    display: block;
}

.ImgBox a img {
    border: 1px solid #ccc;
}

.ImgBox a span {
    padding-top: 5px;
    display: block;font-weight: bold; color:#000;
}


.FooterBG {
    background: #eeeeee;
    border-top: 5px solid #acbc25;
    padding-top: 18px;
    margin-top: 10px;
}

.CatTile {background: url(../images/border-line.png) no-repeat;width:100%;height: 12px;text-align: center;color: #383838;font-size: 16px;text-transform: uppercase; margin-top:17px; font-weight:bold;}

.DesignBy {
   
    font-weight: bold;
    font-size: 12px;
    border-top: 1px solid #cecece;
    color: #999;
    padding: 18px 0px;
    background-color: #000;
    width: 100%;
}

.Socialboxmain { float:right;margin-bottom: 10px;}

@media screen and (max-width:767px){
.Socialboxmain {text-align:center;margin-bottom: 10px; max-width:100%;}
}

.Socialboxmain h2 { font-size:14px; margin-left:18px; line-height:30px;}

.Socialboxmain a.FB  { background:url(../images/FB.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;}

.Socialboxmain a.GP  { background:url(../images/GP.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;}

.Socialboxmain a.IN  { background:url(../images/IN.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;}

.Socialboxmain a.PI  { background:url(../images/PI.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;}

.Socialboxmain a.SK  { background:url(../images/SK.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;}

.Socialboxmain a.FL  { background:url(../images/FL.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;}

.Socialboxmain a.TW  { background:url(../images/TW.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;}

.Socialboxmain a.YT  { background:url(../images/YT.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;}

.Socialboxmain a.AB  { background:url(../images/AB.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;}

.Socialboxmain a.D  { background:url(../images/D.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;}

.Socialboxmain a.T  { background:url(../images/T.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;}

.Socialboxmain a.INS  { background:url(../images/INS.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;}

.Socialboxmain a.SC  { background:url(../images/SC.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;}

.Socialboxmain a.tik  { background:url(../images/tik.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;}

.Socialboxmain a.eby  { background:url(../images/eby.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;}

.Socialboxmain a.am  { background:url(../images/am.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;}

.Socialboxmain a.et  { background:url(../images/et.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;margin-top: 10px;}

.Socialboxmain a.sho  { background:url(../images/sho.png) no-repeat; width:30px; height:30px; float:left; text-indent:-999999px; margin-left:3px;margin-top: 10px;}

.Socialboxmain a.FB:hover { opacity:0.5;}

.Socialboxmain a.GP:hover { opacity:0.5;}

.Socialboxmain a.IN:hover { opacity:0.5;}

.Socialboxmain a.PI:hover { opacity:0.5;}

.Socialboxmain a.SK:hover { opacity:0.5;}

.Socialboxmain a.FL:hover { opacity:0.5;}

.Socialboxmain a.TW:hover { opacity:0.5;}

.Socialboxmain a.YT:hover { opacity:0.5;}

.Socialboxmain a.AB:hover { opacity:0.5;}

.Socialboxmain a.D:hover { opacity:0.5;}

.Socialboxmain a.T:hover { opacity:0.5;}

.Socialboxmain a.INS:hover { opacity:0.5;}

.Socialboxmain a.SC:hover { opacity:0.5;}

.Socialboxmain a.tik:hover { opacity:0.5;}

.Socialboxmain a.eby:hover { opacity:0.5;}

.Socialboxmain a.am:hover { opacity:0.5;}

.Socialboxmain a.et:hover { opacity:0.5;}

.Socialboxmain a.sho:hover { opacity:0.5;}

.certificationID {background: url(../images/certificates.jpg) no-repeat;height:150px;}

.FooterLinks { margin-bottom:5px;}

.FooterLinks ul { margin:0px; padding:0px;}

.FooterLinks ul li { list-style:none; display:inline-block; padding:0px 10px; margin-top:2px; border-left:1px solid #fff;}

.FooterLinks ul li:first-child { border-left:none}

.FooterLinks ul li a { font-size:12px; color:#fff; line-height:16px; text-decoration:none; font-family:Arial, Helvetica, sans-serif; display:block; font-weight:normal; text-transform:uppercase}

.FooterLinks ul li a:hover { text-decoration:underline;}

.DesignBy a {color: #fff;text-decoration: none;}

.DesignBy a:hover {text-decoration: underline;}


.mg-image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;
}
.mg-image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.mg-image {
  overflow: hidden;
}


.GroupServices {float:right;}

.GroupServices h2 { font-size:14px; text-transform:uppercase; color:#333333; font-family:'robotolight'; float:right; line-height:28px; margin-top:10px; padding-right:15px;}

.GroupServices p { font-size:12px; color:#333; float:right; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; padding-right:15px; font-weight:bold;}

.basketItems { float:left;}

.basketItems span {font-size:12px; color:#333; float:right; margin:0; padding:0; font-family:'robotolight'; font-weight:bold; margin-left:8px;}

.SignUPFooter { background:url(../images/nl_bg.jpg) no-repeat;min-height:92px; margin-left:38px;}

.SighUPLeft { float:left; width:400px;}

.col-xs-6 h2 { margin-top:10px; margin-bottom:10px; color:#fff; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; font-size:14px;}

.Search_box_footer { width:50%; height:30px; padding-left:15px; border:solid 1px #DADADA; margin-left:15px; font-style:italic; color:#2b2c2d; float:left; margin-top:10px;}

.SignUPBUTTON { background:url(../images/SignUPBUTTON.jpg) no-repeat; width:47px; height:30px; cursor:pointer; border:none; float:left; margin-top:10px;}

.SignUPRight { float:right; width:420px;}

.col-xs-6 h2 {text-align:left;line-height:20px;color:#fff;text-transform:uppercase;font-family:Arial, Helvetica, sans-serif; font-size:14px;margin-top:4px;margin-bottom:0px;font-weight: bold;}

.SignUPRight p { text-align:left; font-size:12px; color:#ccc;}

a, input {
    outline: none;
}


.BackLinks {margin:15px 0px 15px;width:100%;display:inline-block;}

.BackLinks ul { margin:0px; padding:0px;}

.BackLinks ul li { list-style:none; float:left; background:url(../images/b-l-bulit.png) right center no-repeat; padding:0 10px 0 4px; font-size:10px; text-transform:uppercase; color:#000;}

.BackLinks ul li:last-child { background:none;}

.BackLinks ul li a { text-decoration:none; color:#86878A;}

.BackLinks ul li a:hover { color:#b1190b;}

.Title { font-size:24px; text-transform:uppercase; color:#000; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; margin-bottom:10px;}

.vc_separator .vc_sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #EBEBEB;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top:2px solid #000;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.vc_separator h4 {
    line-height: 1em;
    font-size: 100%;
    margin: 0;
    word-wrap: break-word;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;font-weight:bold;font-size: 18px; color:#ad0d1e;
}
.vc_separator.vc_separator_align_center h4 {
    padding: 0 .8em;
}

.vc_sep_pos_align_center {
    margin-left: auto;
    margin-right: auto;
}

.vc_separator {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
   
    -ms-flex-direction: row;
    flex-direction: row;
 
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    
    -ms-flex-align: center;
    align-items: center;
}

.Pagination { float:right; }

.Pagination a.paging_act {
    background: #eee;
    color: #000;
    padding: 2px 7px;    float: left;
    margin: 6px;
}

.paging {background: #eee;color: #000;padding: 2px 7px;    float: left;
    margin: 6px;}
	
#logo,
#logo2{
    margin: 5px 0;
}
#logo img,
#logo2 img{
	max-width: 100%;
}

.sinq{
    max-width: 375px;
    float: right;
}	

.PictureBox {}

.ConPicBox, .PicBox {position:relative; display:inline-block; vertical-align:top; margin-top:10px;  transition:all 0.5s ease-in-out}

.ConPicBox:hover, .PicBox:hover { opacity:0.5;}

.ConPicBox span, .PicBox span { bottom:0px; left:0px;background:#000; padding:8px 0px; color:#fff; font-size:14px; text-align:center;max-width: 100%;opacity:0.8; margin-right: auto;
    margin-left: auto; display:block;}


.email_cont ul{ margin:0; padding:0;}
.email_cont li{ list-style:none; display:inline-block;color:#b8b4af;margin:0 0 0 -18px;} 
.email_cont li a{color:#fff;text-transform: uppercase; font-weight:bold; font-size:13px;}
.email_cont li a:hover{ background:none; font-weight:bold;color:#acbc25; transition:all 0.3s;}
.email_cont .fa{ color:#f4c23d; margin:0 5px 0 0px; font-size:13px;}

@media screen and (max-width:767px){
.email_cont{ text-align:center; margin:0px auto;} 
}

.bajo { float:right; top:-300px;}

@media screen and (max-width:767px){
.bajo { float:none; top:0px;}
}


.tus_socail{
	margin:15px 0 10px 0; padding:0px;}
.tus_socail ul{
	margin:0px auto; padding:0px; text-align:center}
.tus_socail ul li{
	margin:0px 10px; padding:0px; display:inline-block; list-style:none;}
.tus_socail ul li a{
	margin:0px; padding:0px; font-size:18px; color:#969696;}
.tus_socail ul li a:hover{
	color:#000; text-decoration:none;}
	
.top-text {font-family: "Oswald", sans-serif;
    padding-top: 35px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;color:#adc111;}	
	
.mg-image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;
}
.mg-image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.mg-image {
  overflow: hidden;
}

.mainheding {    text-align: center; 
    position: relative;
    margin: 2px 0px;
    padding-top: 20px;
    float: none;
    clear: both;}

.lineb {border-bottom: 2px solid #494949;
    position:relative;margin-left:15px; margin-right:15px; overflow:hidden;
   
    top: 35px;}

.texti {    position: relative;
    top: 20px; 
}	

.texti a {
            background-color: white;
    margin: 0px auto;
    padding: 0px 8px;
    text-align: center;
    display: inline;
    font-size: 18px;
    font-family: "Oswald", sans-serif; font-weight:bold;
    color: #acbc25;
}	

.texti a:hover {
    font-family: "Oswald", sans-serif; font-weight:bold;
    color: #000; text-decoration:none;}	
	
.tus_mcate{
	margin:20px 0 15px 0; padding:0px; position:relative;}
.tus_mcate img{
	margin:0px auto; padding:0px; width:100%; height:100%; -moz-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; object-fit: cover; border:5px solid #acbc25; border-radius:5px;}
.tus_mcate h4{
	margin:0px 0px; padding:13px 0 13px 0px; background-color:#acbc25; color:#000; position:absolute;font-size:18px; bottom:-25px;
	text-transform:capitalize; width:90%; left:5%; transform:translate(-0%); transition:0.6s; text-align:center; font-weight:bold;font-family: "Oswald", sans-serif; border-radius:5px; }
.tus_mcate:hover img{
	-moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);}
.tus_mcate h4 span{
	margin:0px; padding:0px; font-size:20px;margin-left: 8px;}	
.tus_click{
	margin:10px auto 20px auto; padding:15px 13px; background-color:#000; color:#fff; font-family:'Poppins', sans-serif; font-size:14px; text-align:center; 
	text-transform:capitalize;text-align:center; width:18%; transition:0.6s; border:solid 1px #fff}
.tus_click:hover{
	background-color:#fff; color:#000; text-decoration:none; border:solid 1px #000}	
	
.lasani222{}
.lasani222 h4{font-weight:bold;font-family: "Oswald", sans-serif; text-align:center; color:black; padding:10px 0; margin:0; background: url(../images/line1.jpg) center bottom no-repeat;}

.lasani2221{}
.lasani2221 h4{font-weight: bold;
    color: #acbc25;
    font-size: 26px;
    padding: 12px 0;
    margin: 0;
    text-align: center;
    border-bottom: 2px solid #acbc25;
    font-family: "Oswald", sans-serif;}
	
#fancybox-buttons a.btnToggle {display: none !important;}	

.bem { min-height:340px;margin-bottom: 10px; margin-top:10px; display:inline-block;}	

.btn1 {
  background-color: #acbc25;
  color: #000;
  border: none;
  border-radius: 5px;
 -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 8px;margin-right: 10px;
}

.btn1:hover {
  background: #000;
}

.btn1:active {
  background: #000;
}

.btn1:hover {
  background: #000000;
  color: #fff; text-decoration:none;
}

.btn1:active {
  background: #000000;
  color: #fff;
}

@media screen and (min-width:901px) {
img {
    pointer-events: none;
  -webkit-touch-callout: none;
}
}

