@charset "UTF-8";

/*---------------------------
	Fonts

----------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');
@import url('css/font-awesome.min.css');

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
 font-family: 'Poppins', sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p,
li {
  color: #444444;
  line-height: 1.8em;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #1f252e;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 115px 0 120px;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 85px 0 90px;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 75px 0 80px;
  }
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  margin-top: 15px;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

.contact-validation-active #loader,
.contact-validation-active #loader-2 {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #success,
.contact-validation-active #success-2,
.contact-validation-active #error,
.contact-validation-active #error-2 {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #success-2,
  .contact-validation-active #error,
  .contact-validation-active #error-2 {
    font-size: 15px;
  }
}

.contact-validation-active #success,
.contact-validation-active #success-2 {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error,
.contact-validation-active #error-2 {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

/*** back to top button ***/
.back-to-top {
  background-color: #f60;
  width: 65px;
  height: 65px;
  line-height: 45px;
  color: #fff;
  border: 6px solid #000068;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 80px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;

  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .back-to-top i {
    font-size: 16px;
    font-size: 1rem;
  }
}

.back-to-top:hover {
  background-color: #000068;
	border-color: #f60;
}

.back-to-top:hover i {
  color: #fff;
}

/**** style for box layout ***/
.box-layout {
  /*** style for box layout ***/
}

.section-title-s1 h2{
	color: #000;
}

@media screen and (min-width: 1200px) {
  .box-layout {
    width: 100%;
    height: 100%;
    background: url("../images/body-bg.jpg") center center/auto repeat fixed;
  }
}

@media screen and (min-width: 1200px) {
  .box-layout .page-wrapper {
    background-color: #fff;
    width: 1250px;
    margin: 50px auto 0;
  }
}

.section-title-s1 > span {
  font-size: 16px;
  font-size: 1rem;
  color: #f60;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (max-width: 991px) {
  .section-title-s1 > span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .section-title-s1 > span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.section-title-s1 h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
  line-height: 1.33em;
  margin: 0.39em 0 0.61em;
  padding-bottom: 0.28em;
  position: relative;
}

@media (max-width: 1199px) {
  .section-title-s1 h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media (max-width: 991px) {
  .section-title-s1 h2 {
    font-size: 27px;
    font-size: 1.6875rem;
    padding-bottom: 0.48em;
  }
}

@media (max-width: 767px) {
  .section-title-s1 h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.section-title-s1 h2:after {
  content: "";
  background-color: #f60;
  width: 80px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .section-title-s1 h2:after {
    width: 60px;
  }
}

.section-title-s1 h2 span {
  font-weight: bold;
  display: block;
	color: #000;
}

@media (max-width: 991px) {
  .section-title-s1 h2 span {
    display: inline-block;
  }
}

/*** section title style 2 ***/
.section-title-s2 {
  margin-bottom: 45px;
  overflow: hidden;
}

.section-title-s2 h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
  line-height: 1.33em;
  margin: 0;
}

@media (max-width: 1199px) {
  .section-title-s2 h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media (max-width: 991px) {
  .section-title-s2 h2 {
    font-size: 27px;
    font-size: 1.6875rem;
    padding-bottom: 0.48em;
  }
}

@media (max-width: 767px) {
  .section-title-s2 h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.section-title-s2 h2 span {
  font-weight: bold;
}

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

/*** section title style 3 ***/

.section-title-s6 h2{
	color: #000;
}

.section-title-s3, .section-title-s6 {
  text-align: center;
  margin-bottom: 60px;
	color: #000;
	
}

@media (max-width: 991px) {
  .section-title-s3, .section-title-s6 {
    margin-bottom: 45px;
  }
}

.section-title-s3 h2, .section-title-s6 h2 {
	font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
  margin: 0 0 0.56em;
	font-family: 'Roboto', sans-serif;
	color: #000;
}

@media (max-width: 1199px) {
  .section-title-s3 h2, .section-title-s6 h2 {
    font-size: 34px;
    font-size: 2.125rem;
	  color: #000;
  }
}

@media (max-width: 991px) {
  .section-title-s3 h2, .section-title-s6 h2 {
    font-size: 27px;
    font-size: 1.6875rem;
    padding-bottom: 0.48em;
  }
}

@media (max-width: 767px) {
  .section-title-s3 h2, .section-title-s6 h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.section-title-s3 h2 span, .section-title-s6 h2 span {
  font-weight: #600;
}

.section-title-s3 p, .section-title-s6 p {
  color: #1f252e;
  margin: 0;
}

/*** section title style 4 ***/
.section-title-s4, .section-title-s5, .section-title-s7 {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .section-title-s4, .section-title-s5, .section-title-s7 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .section-title-s4, .section-title-s5, .section-title-s7 {
    margin-bottom: 35px;
  }
}

.section-title-s4 h2, .section-title-s5 h2, .section-title-s7 h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .section-title-s4 h2, .section-title-s5 h2, .section-title-s7 h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media (max-width: 991px) {
  .section-title-s4 h2, .section-title-s5 h2, .section-title-s7 h2 {
    font-size: 27px;
    font-size: 1.6875rem;
    padding-bottom: 0.48em;
  }
}

@media (max-width: 767px) {
  .section-title-s4 h2, .section-title-s5 h2, .section-title-s7 h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.section-title-s4 h2 span, .section-title-s5 h2 span, .section-title-s7 h2 span {
  font-weight: bold;
}

/*** section title style 5 ***/
.section-title-s5, .section-title-s7 {
  text-align: left;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .section-title-s5, .section-title-s7 {
    margin-bottom: 30px;
  }
}

.section-title-s5 h2, .section-title-s7 h2 {
  line-height: 1.4em;
}

@media screen and (min-width: 1200px) {
  .section-title-s5 h2 span, .section-title-s7 h2 span {
    display: block;
  }
}

/*** section title style 6 ***/
.section-title-s6 h2 {
  text-transform: capitalize;
	color: #fff!important;
	font-weight: 700;
}

.section-title-s6 h2 span {
  color: #fff;
}

/*** section title style 7 ***/
.section-title-s7 h2 span {
  display: inline-block;
}

.theme-btn {
  background-color: #ff8e31;
  line-height: 0.66em;
  color: #fff;
  padding: 15px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}

.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
  background-color: #ff8018;
  color: #fff;
}

@media (max-width: 767px) {
  .theme-btn {
    padding: 12px;
    font-size: 13px;
  }
}

.theme-btn-s1 {
  font-family: "Merriweather", serif;
  width: 180px;
  height: 45px;
  line-height: 42px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  display: inline-block;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.theme-btn-s1:before {
  content: "";
  background-color: #ff8e31;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-btn-s1:hover:before {
  left: 0;
}

.theme-btn-s1:hover {
  border-color: #ff8e31;
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn-s1 {
    width: 140px;
    height: 40px;
    line-height: 37px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .theme-btn-s1 {
    width: 130px;
    height: 38px;
    line-height: 35px;
  }
}

/*** theme-btn-s2 ***/
.theme-btn-s2 {
  background-color: #ff8e31;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 10px 40px;
  display: inline-block;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.theme-btn-s2:before {
  content: "";
  background-color: #fd7200;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-btn-s2:hover:before {
  left: 0;
}

.theme-btn-s2:hover {
  border-color: #ff8e31;
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 40px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s2 {
    padding: 8px 30px;
  }
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #ff8e31;
  -webkit-box-shadow: 0 0 5px 0 #ffaa64;
  -moz-box-shadow: 0 0 5px 0 #ffaa64;
  -o-box-shadow: 0 0 5px 0 #ffaa64;
  -ms-box-shadow: 0 0 5px 0 #ffaa64;
  box-shadow: 0 0 5px 0 #ffaa64;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #f60;
	font-family: 'Roboto', sans-serif;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #f60;
	font-family: 'Roboto', sans-serif;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #f60;
	font-family: 'Roboto', sans-serif;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #f60;
	font-family: 'Roboto', sans-serif;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.sticky {
  width: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.home-style-3 .header-style-3 .sticky-on {
  border-bottom: 1px solid #d9d9d9;
}

/**** style for box layout ***/
@media screen and (min-width: 1200px) {
  .box-layout .sticky {
    width: 1250px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
}

.social-links li a {
  color: #fff;
  text-align: center;
}

.page-title {
  background: url("../images/pg-title/img-1.jpg") center center/cover no-repeat local;
  height: 365px;
  text-align: center;
  position: relative;
  display: table;
  width: 100%;
}

@media (max-width: 1199px) {
  .page-title {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .page-title {
    height: 270px;
  }
}

.page-title:before {
  content: "";
  background-color: rgba(21, 25, 31, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title .container {
  width: 100%;
  vertical-align: middle;
  display: table-cell;
  position: relative;
}

.page-title h1 {
  font-size: 60px;
  font-size: 3.75rem;
  color: #fff;
  margin: 0;
}

@media (max-width: 1199px) {
  .page-title h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 767px) {
  .page-title h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}

.preloader .preloader-inner {
  width: 40px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .preloader-inner span {
  background-color: #006400;
  width: 12px;
  height: 12px;
  float: left;
  margin: 2px 2px 2px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.preloader .preloader-inner > span:nth-child(3n+3) {
  margin-right: 0;
}

.preloader .preloader-inner span {
  -webkit-animation: perloader-pulse 0.4s infinite alternate;
  -moz-animation: perloader-pulse 0.4s infinite alternate;
  -o-animation: perloader-pulse 0.4s infinite alternate;
  -ms-animation: perloader-pulse 0.4s infinite alternate;
  animation: perloader-pulse 0.4s infinite alternate;
}

.preloader .preloader-inner > span:first-child {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .preloader-inner > span:nth-child(2) {
  background-color: #15191f;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .preloader-inner > span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .preloader-inner > span:nth-child(4) {
  background-color: #15191f;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .preloader-inner > span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.preloader .preloader-inner > span:nth-child(6) {
  background-color: #15191f;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .preloader-inner > span:nth-child(7) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .preloader-inner > span:nth-child(8) {
  background-color: #15191f;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .preloader-inner > span:nth-child(9) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/*** preloader animation ***/
@-webkit-keyframes perloader-pulse {
  form {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.5);
    opacity: 0.8;
  }
}

@keyframes perloader-pulse {
  form {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.5);
    opacity: 0.8;
  }
}

/*-------------------------------------------
## services grids
---------------------------------------------*/
.services-grids .grid {
  min-height: 250px;
  position: relative;
}

@media (max-width: 767px) {
  .services-grids .grid {
    min-height: 220px;
  }
}

.services-grids .grid:before {
  content: "";
  background: -webkit-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.9));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.services-grids .grid .bg-image {
  display: none;
}

.services-grids .grid .icon {
  background-color: #ff8e31;
  padding: 4px 9px;
  position: absolute;
  left: 0;
  top: 0;
}

.services-grids .grid .icon .fi:before {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #fff;
}

@media (max-width: 991px) {
  .services-grids .grid .icon .fi:before {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.services-grids .grid .service-details {
  width: 100%;
  padding: 22px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.services-grids .grid:hover .service-details {
  background-color: #ff8e31;
}

.services-grids .grid .service-details h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 0.3em;
}

@media (max-width: 991px) {
  .services-grids .grid .service-details h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .services-grids .grid .service-details h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.services-grids .grid .service-details h3 a {
  color: #fff;
}

.services-grids .grid .service-details p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  margin: 0;
}

/*** service s2 grids ***/
.services-s2-grids .grid .img-holder {
  position: relative;
  overflow: hidden;
}

.services-s2-grids .grid .img-holder img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.services-s2-grids .grid .img-holder:before {
  content: "";
  background-color:rgba(255,118,0,.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.services-s2-grids .grid:hover .img-holder:before {
  opacity: 1;
}

.services-s2-grids .grid:hover .img-holder img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.services-s2-grids .grid .details {
  padding: 25px 0;
}
.details h3{
	font-weight: 900;
}
.details h3 span{
	color: #f60;
	margin: 0px;
	padding: 0px;
	margin-left: -20px;
	margin-right: 10px;

}
.services-s2-grids .grid h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 0.4em;
}

@media (max-width: 1199px) {
  .services-s2-grids .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .services-s2-grids .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.services-s2-grids .grid h3 a {
  color: #1f252e;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.services-s2-grids .grid h3 a span {
  
	font-weight: normal;
}

.services-s2-grids .grid h3 a:hover {
  color: #ff8e31;
}

.services-s2-grids .grid p {
  margin: 0 0 22px;
}

.services-s2-grids .grid .read-more {
  font-weight: 600;
  color: #40989f;
}

.services-s2-grids .grid .read-more:hover {
  color: #26686d;
}

/*-------------------------------------------
## services grids
---------------------------------------------*/
.dots-style-1 .owl-controls .owl-dots .owl-dot span {
  background-color: #adadad;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}

@media (max-width: 991px) {
  .dots-style-1 .owl-controls .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
  }
}

.dots-style-1 .owl-controls .owl-dots .active span {
  background: #ff8e31;
}


/*-------------------------------------------
## Client login area
---------------------------------------------*/
.client-login-area {
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.client-login-form h4{
	color: #000;
	font-weight: 500;
}
.client-login-area .client-login-form {
  background-color: #fff;
  width: 300px;
  padding: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  -moz-transform: translate(-50%, -50%) scale(0, 0);
  -o-transform: translate(-50%, -50%) scale(0, 0);
  -ms-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .client-login-area .client-login-form {
    width: 280px;
    padding: 30px;
  }
}

.client-login-area h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  .client-login-area h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .client-login-area .form input {
    height: 30px;
  }
}

.client-login-area .form label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #333333;
}

@media (max-width: 767px) {
  .client-login-area .form label {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.client-login-area .form > div {
  margin-bottom: 15px;
}

.client-login-area .form > div:last-child {
  margin-bottom: 0;
}

.client-login-area .form button {
  background-color: #f60;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: 0;
}

@media (max-width: 767px) {
  .client-login-area .form button {
    height: 30px;
    line-height: 27px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.client-login-area-fadein {
  opacity: 1;
  visibility: visible;
}

.client-login-area .client-login-form-popup {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -o-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
}

/*-------------------------------------------
## blog style 2 grids
---------------------------------------------*/
.blog-s2-grids .entry-details {
  background-color: #fff;
  padding: 25px;
  -webkit-box-shadow: 0 0 5px 5px #e6e6e6;
  -moz-box-shadow: 0 0 5px 5px #e6e6e6;
  -o-box-shadow: 0 0 5px 5px #e6e6e6;
  -ms-box-shadow: 0 0 5px 5px #e6e6e6;
  box-shadow: 0 0 5px 5px #e6e6e6;
}

@media (max-width: 767px) {
  .blog-s2-grids .entry-details {
    padding: 20px;
  }
}

.blog-s2-grids .entry-details h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
  color: #1f252e;
  margin: 0 0 0.5em;
}

@media (max-width: 1199px) {
  .blog-s2-grids .entry-details h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog-s2-grids .entry-details h3 a {
  color: #1f252e;
}

.blog-s2-grids .entry-details h3 a:hover {
  color: #ff8e31;
}

.blog-s2-grids .entry-date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #8d8d8d;
  margin: 0;
}

.blog-s2-grids .entry-footer {
  overflow: hidden;
  margin-top: 25px;
}

.blog-s2-grids .entry-footer .read-more,
.blog-s2-grids .entry-footer .comments {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ff8e31;
  display: inline-block;
}

@media (max-width: 1199px) {
  .blog-s2-grids .entry-footer .read-more,
  .blog-s2-grids .entry-footer .comments {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-s2-grids .entry-footer .read-more {
  float: left;
}

.blog-s2-grids .entry-footer .read-more:hover {
  color: #fd7200;
}

.blog-s2-grids .entry-footer .comments {
  float: right;
  color: #8d8d8d;
}

.blog-s2-grids .entry-footer .comments:hover {
  color: #747474;
}

/*-------------------------------------------
## Page title bottom menu
---------------------------------------------*/
.pg-title-btm-menu {
  background-color: #ff8e31;
  text-align: center;
}

.pg-title-btm-menu ul {
  display: inline-block;
}

@media (max-width: 767px) {
  .pg-title-btm-menu ul {
    display: block;
  }
}

.pg-title-btm-menu ul li {
  display: inline-block;
}

@media (max-width: 767px) {
  .pg-title-btm-menu ul li {
    display: block;
    border-bottom: 1px solid #ff8018;
  }
}

.pg-title-btm-menu ul li a {
  font-size: 24px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding: 23px 27px;
  display: block;
}

@media (max-width: 1199px) {
  .pg-title-btm-menu ul li a {
    font-size: 20px;
    font-size: 20px;
    padding: 15px 20px;
  }
}

@media (max-width: 991px) {
  .pg-title-btm-menu ul li a {
    font-size: 18px;
    font-size: 18px;
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .pg-title-btm-menu ul li a {
    font-size: 14px;
    font-size: 14px;
    padding: 5px 15px;
    display: block;
  }
}

.pg-title-btm-menu li.current a {
  position: relative;
}

@media (max-width: 767px) {
  .pg-title-btm-menu li.current a {
    color: #15191f;
  }
}

.pg-title-btm-menu li.current a:after {
  content: "";
  border: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .pg-title-btm-menu li.current a:after {
    display: none;
  }
}

/*-------------------------------------------
## pagination
---------------------------------------------*/
.pagination {
  width: 100%;
  text-align: center;
  margin: 0;
}

.pagination ul {
  display: inline-block;
  padding: 5px;
  overflow: hidden;
}

.pagination ul li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 13px;
  float: left;
  -webkit-box-shadow: 0 0 10px 0 #b3b3b3;
  -moz-box-shadow: 0 0 10px 0 #b3b3b3;
  -o-box-shadow: 0 0 10px 0 #b3b3b3;
  -ms-box-shadow: 0 0 10px 0 #b3b3b3;
  box-shadow: 0 0 10px 0 #b3b3b3;
}

@media (max-width: 767px) {
  .pagination ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
  }
}

.pagination ul li:last-child {
  margin-right: 0;
}

.pagination ul li a {
  background-color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #1f252e;
}

@media (max-width: 767px) {
  .pagination ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.pagination ul li.current a,
.pagination ul li a:hover {
  background-color: #ff8e31;
  color: #fff;
}

/*** sidebar ***/
.sidebar {
  /*** link widget ***/
  /*** download widget ***/
  /*** newsletter widget ***/
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .sidebar {
    margin-top: 70px;
  }
}

.sidebar .widget {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .sidebar .widget {
    margin-bottom: 50px;
  }
}

.sidebar .widget h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 1.25em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .sidebar .widget h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .link-widget ul li {
  margin-bottom: 5px;
}

.sidebar .link-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .link-widget ul li a {
  background-color: #f5f2f2;
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  padding: 10px 25px;
  color: #1f252e;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.sidebar .link-widget ul li a:after {
  font-family:"Fontawesome";
  content: "\f101";
  font-size: 13px;
  font-size: 0.8125rem;
  color: #1f252e;
  position: absolute;
  right: 10px;
	
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .sidebar .link-widget ul li a {
    padding: 7px 15px;
  }
}

.sidebar .link-widget ul li a:hover,
.sidebar .link-widget ul .active a {
  background-color: #ff8e31;
  color: #fff;
}

.sidebar .link-widget ul li a:hover:after {
  color: #fff;
}

.sidebar .download-widget ul li {
  margin-bottom: 5px;
}

.sidebar .download-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .download-widget ul li a {
  background: #ff8e31;
  display: block;
  font-size: 1.125rem;
  color: #fff;
  padding: 12px 25px;
}

@media (max-width: 991px) {
  .sidebar .download-widget ul li a {
    font-size: 0.9375rem;
    padding: 10px 15px;
  }
}

.sidebar .download-widget ul li a i {
  display: inline-block;
  padding-right: 15px;
  color: #15191f;
}

@media (max-width: 991px) {
  .sidebar .download-widget ul li a i {
    padding-right: 7px;
  }
}

.sidebar .news-letter-widget {
  padding: 35px 25px;
  border: 1px solid #cccccc;
  position: relative;
}

.sidebar .news-letter-widget:before {
  content: "";
  background: url("../images/newsletter-env.png") center center/100% no-repeat local;
  width: 113px;
  height: 106px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .sidebar .news-letter-widget:before {
    width: 80px;
    height: 75px;
  }
}

.sidebar .news-letter-widget form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a6a6a6;
}

.sidebar .news-letter-widget form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a6a6a6;
}

.sidebar .news-letter-widget form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a6a6a6;
}

.sidebar .news-letter-widget form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a6a6a6;
}

.sidebar .news-letter-widget h4 {
  font-size: 1.125rem;
  line-height: 1.2em;
  margin: 0 0 2.7em;
}

@media (max-width: 767px) {
  .sidebar .news-letter-widget h4 {
    font-size: 1rem;
    margin: 0 0 2em;
  }
}

.sidebar .news-letter-widget input {
  background-color: #f2f6f8;
  height: 45px;
  font-size: 1rem;
  border: 0;
  padding: 0 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .sidebar .news-letter-widget input {
    height: 40px;
  }
}

.sidebar .news-letter-widget button {
  background-color: #15191f;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 1rem;
  color: #fff;
  border: 0;
  padding: 0;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .sidebar .news-letter-widget button {
    height: 40px;
    line-height: 40px;
  }
}

.sidebar .news-letter-widget button:hover {
  background-color: #ff8018;
}

/*** blog-sidebar ***/
.blog-sidebar .widget {
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .blog-sidebar .widget {
    margin-bottom: 60px;
  }
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #0d0d0d;
  margin: 0 0 1.25em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blog-sidebar h3 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.blog-sidebar .category-widget ul li,
.blog-sidebar .archive-widget ul li {
  border-bottom: 1px solid #fff;
}

.blog-sidebar .category-widget ul li > a,
.blog-sidebar .archive-widget ul li > a {
  padding: 10px 0;
}

.blog-sidebar ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

.blog-sidebar ul li > a {
  display: block;
  color: #404040;
  position: relative;
}

.blog-sidebar ul li:first-child a {
  padding-top: 0;
}

.blog-sidebar ul li:last-child a {
  padding-bottom: 0;
}

.blog-sidebar ul li:last-child {
  border: 0;
}

.blog-sidebar ul li > a:hover {
  color: #ff8e31;
}

.blog-sidebar ul li > a .badge {
  background-color: transparent;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #404040;
  position: absolute;
  right: 5px;
}

.blog-sidebar ul li > a .badge:before,
.blog-sidebar ul li > a .badge:after {
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  top: 3px;
}

.blog-sidebar ul li > a .badge:before {
  content: "(";
  left: 0;
}

.blog-sidebar ul li > a .badge:after {
  content: ")";
  right: 0;
}

.blog-sidebar .search-widget input {
  background-color: transparent;
  padding: 8px 12px;
  height: auto;
}

.blog-sidebar .search-widget input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ff8e31;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget ul {
    margin-left: -15px;
  }
}

.blog-sidebar .recent-post-widget ul li {
  border: 0;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget ul li {
    padding: 0 0 40px 100px;
    overflow: visible;
  }
}

.blog-sidebar .recent-post-widget ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .recent-post-widget .post-pic {
  width: 30%;
  float: left;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post-pic {
    width: 70px;
    float: none;
    position: absolute;
    left: 15px;
  }
}

.blog-sidebar .recent-post-widget .details {
  width: 68%;
  float: right;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .details {
    width: 100%;
    float: none;
  }
}

.blog-sidebar .recent-post-widget .details > span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666666;
  text-transform: uppercase;
}

.blog-sidebar .recent-post-widget .details h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0.5em 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .details h4 {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-top: 10px;
  }
}

.blog-sidebar .recent-post-widget .details h4 a {
  color: #000;
}

.blog-sidebar .recent-post-widget .details h4 a:hover {
  color: #ff8e31;
}

.blog-sidebar .tag-widget .all-tags {
  margin-left: -12px;
}

.blog-sidebar .tag-widget .all-tags a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: gray;
  border: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .tag-widget .all-tags a:hover {
  color: #ff8e31;
}

.blog-sidebar .instagram-widget ul {
  overflow: hidden;
  margin-right: -8px;
}

.blog-sidebar .instagram-widget ul li {
  width: 33.33%;
  float: left;
  padding: 0 8px 8px 0;
}

.blog-sidebar .instagram-widget ul li img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .blog-sidebar .instagram-widget ul li img {
    width: 100%;
  }
}

.style-switcher-box {
	display: none;
  background-color: #fff;
  width: 252px;
  padding: 50px 25px;
  position: fixed;
  left: -252px;
  top: 15%;
  z-index: 999;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.style-switcher-box button {
  background-color: #ff8e31;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 20px;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: -45px;
  top: 50px;
}

.style-switcher-box button i {
  color: #fff;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.style-switcher-box h5 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 0 0 2em;
  text-transform: uppercase;
}

.style-switcher-box .main-list > .list {
  margin-bottom: 30px;
}

.style-switcher-box .main-list > .list:last-child {
  margin-bottom: 0;
}

.style-switcher-box .list-title {
  display: block;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.style-switcher-box .list > .sublist {
  margin-bottom: 10px;
}

.style-switcher-box .list > .sublist:last-child {
  margin-bottom: 0;
}

.style-switcher-box .sublist span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.style-switcher-box .sublist ul {
  overflow: hidden;
}

.style-switcher-box .sublist ul li {
  float: left;
  min-width: 36px;
  min-height: 36px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}

.style-switcher-box .sublist ul li:nth-child(5n+5) {
  margin-right: 0;
}

.style-switcher-box .layout ul li {
  background-color: #ff8e31;
  min-height: 20px;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.style-switcher-box p {
  font-size: 11px;
  margin: 15px 0 0;
}

.style-switcher-box p span {
  color: #ff6666;
}

.toggle-switcherbox {
  left: 0;
}

/*** rotating ***/
@-webkit-keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header .navigation .navbar-brand {
  height: auto;
}
.navbar-brand img{
	margin-top: 0px;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover {
  text-decoration: none;
  color: #40989f;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    border-top: 2px solid #ff8e31;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 8px 15px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\095";
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	  color: red;
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
   font-family: 'Font Awesome\ 5 Free';
	  
	content: "\f358";
	font-size: 15px;
	font-size: 1rem;
	  color: #f60;
	position: absolute;
	right: 30px;
	top: 10px;
	
	  
	  
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #ff8e31;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #f60;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #ff8e31;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #1f252e;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

/*** topbar ***/
.site-header .topbar {
  background-color: #f2f2ee;
  
}

@media (max-width: 991px) {
  .site-header .topbar {
    
  }
}

@media (max-width: 767px) {
  .site-header .topbar {
    height: auto;
    line-height: auto;
    text-align: center;
    padding: 10px 0 20px;
  }
}

.site-header .topbar .contact-info ul {
  overflow: hidden;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .site-header .topbar .contact-info ul {
    margin-top: 7px;
  }
}

@media (max-width: 767px) {
  .site-header .topbar .contact-info ul {
    display: inline-block;
	  
  }
}

.site-header .topbar .contact-info ul li {
	font-size:.85em;
	font-weight: 300;
  float: left;
}

@media (max-width: 991px) {
  .site-header .topbar .contact-info ul li {
    /*font-size: 14px;
    font-size: 0.875rem;*/
  }
}

@media (max-width: 767px) {
  .site-header .topbar .contact-info ul li {
    float: none;
	  
  }
}

.site-header .topbar .contact-info ul li:first-child {
  margin-right: 30px;
}

@media (max-width: 991px) {
  .site-header .topbar .contact-info ul li:first-child {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .site-header .topbar .contact-info ul li:first-child {
    margin-right: 0;
  }
}

.site-header .topbar .contact-info ul li i {
  color: #f60;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .site-header .topbar .language-login-wrapper {
    max-height: 40px;
  }
}

.site-header .topbar .language-login {
  float: right;
}

@media (max-width: 991px) {
  .site-header .topbar .language-login {
    font-size: .85em;
   
  }
}

@media (max-width: 767px) {
  .site-header .topbar .language-login {
    float: none;
    text-align: center;
    display: inline-block;
  }
}

.site-header .topbar .language-login > div {
  float: left;
}

.site-header .topbar .language-login > div:first-child {
  margin-right: 20px;
}

.site-header .topbar .language-login form {
  display: inline-block;
}

.site-header .topbar .language i {
  color: #f60;
}
.client-login a i{
	margin-right: 10px;
}

.site-header .topbar .client-login a {
 	background-color: #e62b33;
 	display: inline-block;
 	color: white;
	font-size: 1em;
	font-weight: 600;
  	padding: 12px 15px;
}

@media (max-width: 991px) {
  .site-header .topbar .client-login a {
  
    
   
  }
}

@media (max-width: 767px) {
  .site-header .topbar .client-login a {
    
  }
}
@media (max-width: 899px) {
  .site-header .topbar .client-login a {
    
	
  }
}


.site-header .topbar form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 70px;
}

.site-header .topbar form .bootstrap-select > .dropdown-toggle {
  background-color: transparent;
  border: 0;
}

.site-header .topbar form .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-header .topbar form .bootstrap-select .dropdown-toggle:focus {
  outline: none;
}

.site-header .topbar form .bootstrap-select.btn-group .dropdown-menu {
  margin: 0;
  padding: 0;
}

/*** header style 1 ***/
.header-style-1 .navigation, .header-style-3 .navigation {
  background-color: #15191f;
}

@media screen and (min-width: 1200px) {
  .header-style-1 #navbar, .header-style-3 #navbar {
    margin-right: 140px;
  }
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    font-weight: 600;
    color: #fff;
    padding: 35px 13px;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar > ul .sub-menu, .header-style-3 #navbar > ul .sub-menu {
    background-color: #15191f;
    border-top: 2px solid #ff8e31;
  }
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar > ul > li .sub-menu a, .header-style-3 #navbar > ul > li .sub-menu a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
    text-transform: uppercase;
  }
  .header-style-1 #navbar > ul > li .sub-menu a:hover, .header-style-3 #navbar > ul > li .sub-menu a:hover {
    color: #ff8e31;
  }
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar > ul > li .sub-menu li, .header-style-3 #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #0b0d10;
  }
}

.header-style-1 .navbar-brand, .header-style-3 .navbar-brand {
  padding: 10px 15px;
}

@media (max-width: 991px) {
  .header-style-1 .navbar-brand img, .header-style-3 .navbar-brand img {
    max-width: 180px;
  }
}

.header-style-1 .social-links-holder, .header-style-3 .social-links-holder {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .header-style-1 .social-links-holder, .header-style-3 .social-links-holder {
    display: none;
  }
}

.header-style-1 .social-links li, .header-style-3 .social-links li {
  margin-right: 13px;
}

.header-style-1 .social-links li a:hover, .header-style-3 .social-links li a:hover {
  color: #ff8e31;
}

.header-style-1 .social-links li:last-child, .header-style-3 .social-links li:last-child {
  margin-right: 0;
}

.header-style-1 .navbar-header button, .header-style-3 .navbar-header button {
  top: 13px;
}

.header-style-1 #navbar > ul > li.current-menu-item > a, .header-style-3 #navbar > ul > li.current-menu-item > a,
.header-style-1 #navbar > ul > li > ul > li.current-menu-item > a, .header-style-3 #navbar > ul > li > ul > li.current-menu-item > a,
.header-style-1 #navbar > ul > li > ul > li > ul > li.current-menu-item > a, .header-style-3 #navbar > ul > li > ul > li > ul > li.current-menu-item > a,
.header-style-1 #navbar .current-menu-ancestor > a, .header-style-3 #navbar .current-menu-ancestor > a,
.header-style-1 #navbar .current-menu-parent > a, .header-style-3 #navbar .current-menu-parent > a,
.header-style-1 #navbar .sub-menu .current-menu-parent > a, .header-style-3 #navbar .sub-menu .current-menu-parent > a {
  color: #ff8e31;
}

/*** bottom-topbar ***/
@media (max-width: 991px) {
  .site-header .bottom-topbar-info-wrapper {
    text-align: center;
  }
}

@media (max-width: 550px) {
  .site-header .bottom-topbar-info-wrapper {
    border-top: 1px solid #dededc;
    margin-top: 15px;
  }
}

.site-header .bottom-topbar {
  background-color: #fff;
  padding: 8px 0;
}

@media (max-width: 991px) {
  .site-header .bottom-topbar {
    padding: 20px 0;
  }
}

.site-header .bottom-topbar .bottom-topbar-info {
  float: right;
  margin-top: 9px;
}

@media (max-width: 991px) {
  .site-header .bottom-topbar .bottom-topbar-info {
    float: none;
    margin: 20px 0 0;
    display: inline-block;
  }
}

.site-header .bottom-topbar .bottom-topbar-info > div {
  float: left;
  position: relative;
  padding-left: 45px;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .site-header .bottom-topbar .bottom-topbar-info > div {
    text-align: left;
  }
}

@media (max-width: 550px) {
  .site-header .bottom-topbar .bottom-topbar-info > div {
    float: none;
    display: block;
    padding-left: 40px;
    margin: 0 0 15px 0;
  }
}

.site-header .bottom-topbar .bottom-topbar-info > div:last-child {
  margin-right: 0;
}

.site-header .bottom-topbar .bottom-topbar-info .icon {
  position: absolute;
  left: 0;
  top: -5px;
}

.site-header .bottom-topbar .bottom-topbar-info .icon .fi:before {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #ff8e31;
}

@media (max-width: 991px) {
  .site-header .bottom-topbar .bottom-topbar-info .icon .fi:before {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.site-header .bottom-topbar .bottom-topbar-info h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f252e;
  margin: 0 0 3px;
}

@media (max-width: 991px) {
  .site-header .bottom-topbar .bottom-topbar-info h4 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
  }
}

.site-header .bottom-topbar .bottom-topbar-info p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}

@media (max-width: 991px) {
  .site-header .bottom-topbar .bottom-topbar-info p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (max-width: 991px) {
  .site-header .bottom-topbar .logo-holder {
    text-align: center;
  }
  .site-header .bottom-topbar .logo-holder img {
    max-width: 200px;
  }
}

/*** header style 2 ***/
.header-style-2 .topbar {
  background-color: #000068;
}

.header-style-2 .navigation {
  background-color:#fff;
	border-bottom: 4px solid #f60;
  /*** social link btns ***/
  /*** header search area ***/
}

@media (max-width: 991px) {
  .header-style-2 .navigation > .container {
    height: 65px;
  }
}

@media screen and (min-width: 992px) {
  .header-style-2 .navigation #navbar > ul > li > a {
    font-weight: 600;
    color: #000068;;
    padding: 0px 13px;
	  margin-top: 40px;
    
  }
}

@media screen and (min-width: 992px) {
  .header-style-2 .navigation #navbar > ul .sub-menu {
    background-color: #fff;
    border-top: 2px solid #121B7E;
  }
}

@media screen and (min-width: 992px) {
  .header-style-2 .navigation #navbar > ul > li .sub-menu a {
    font-size: 1em;
    font-size: .85rem;
    color: #222;
	  font-weight: 500;
    
  }
  .header-style-2 .navigation #navbar > ul > li .sub-menu a:hover {
    color: #fff;
	  background-color: #f60;
  }
}

@media screen and (min-width: 992px) {
  .header-style-2 .navigation #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #eee;
  }
	.header-style-2 .navigation #navbar > ul > li .sub-menu li:last-child {
    border-bottom: none;
  }
}

.header-style-2 .navigation #navbar > ul > li.current-menu-item > a,
.header-style-2 .navigation #navbar > ul > li > ul > li.current-menu-item > a,
.header-style-2 .navigation #navbar > ul > li > ul > li > ul > li.current-menu-item > a,
.header-style-2 .navigation #navbar .current-menu-ancestor > a,
.header-style-2 .navigation #navbar .current-menu-parent > a,
.header-style-2 .navigation #navbar .sub-menu .current-menu-parent > a {
  color: #f60;
	
}

.header-style-2 .navigation #navbar .current-menu-tienda > a,
.header-style-2 .navigation #navbar .sub-menu .current-menu-tienda > a {
  	
	background-color: blue;
	border-radius: 10px;
	padding: 10px;
	margin-top: 30px;
	color: #fff;
	
}
.current-menu-tienda i{
	margin-right: 10px;
}



.header-style-2 .navigation #navbar > ul > li a:hover{
  color: #f60;
}

.header-style-2 .navigation .social-links-holder {
  position: absolute;
  right: 240px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .header-style-2 .navigation .social-links-holder {
    display: none;
  }
}

.header-style-2 .navigation .social-links li {
  margin-right: 13px;
}

.header-style-2 .navigation .social-links li a:hover {
  color: #ff8e31;
}

.header-style-2 .navigation .social-links li:last-child {
  margin-right: 0;
}

.header-style-2 .navigation .header-search-area {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .header-style-2 .navigation .header-search-area {
    right: auto;
    left: 15px;
  }
}

.header-style-2 .navigation .header-search-area form ::-webkit-input-placeholder {
  font-style: 16;
  font-style: normal;
  color: #fff;
	margin-left: 100px;
}

.header-style-2 .navigation .header-search-area form :-moz-placeholder {
  font-style: 16;
  font-style: normal;
  color: #5c6067;
	margin-left: 100px;
}

.header-style-2 .navigation .header-search-area form ::-moz-placeholder {
  font-style: 16;
  font-style: normal;
  color: #5c6067;
	font-family: 'FontAwesome';

}

.header-style-2 .navigation .header-search-area form :-ms-input-placeholder {
  font-style: 16;
  font-style: normal;
  color: #5c6067;
}

.header-style-2 .navigation .header-search-area input {
  background-color: #080a0d;
  height: 35px;
  border: 0;
  color: #fff;
  padding: 6px 5px 6px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-style-2 .navigation .navbar-header button {
  top: 25px;
}

/*** header style 3 ***/
.header-style-3 .topbar {
  background-color: #15191f;
}

.header-style-3 .topbar .contact-info ul li,
.header-style-3 .topbar .language-login > div,
.header-style-3 .topbar form .bootstrap-select > .dropdown-toggle {
  color: #fff;
}

.header-style-3 .navigation {
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .header-style-3 #navbar > ul > li > a,
  .header-style-3 .social-links li a {
    color: #1f252e;
  }
}



@media (max-width: 1199px) {
  .site-footer .newsletter-widget .form > div button {
    width: 50px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .site-footer .newsletter-widget .form > div button {
    width: 50px;
    height: 40px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.site-footer .newsletter-widget .form > div button:hover {
  background-color: #fd7200;
}

.site-footer .social-media-widget {
  margin-top: -20px;
}

.site-footer .social-media-widget .social-links li {
  margin-right: 28px;
}

@media (max-width: 1199px) {
  .site-footer .social-media-widget .social-links li {
    margin-right: 15px;
  }
}

.site-footer .social-media-widget .social-links a {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 1199px) {
  .site-footer .social-media-widget .social-links a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .site-footer .social-media-widget .social-links a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.site-footer .social-media-widget .social-links a:hover {
  color: #ff8e31;
}

/*--------------------------------------------------------------
#	Home default
----------------------------------------------------------------*/
/*--------------------------------------------------------------
#0.6	about-us
----------------------------------------------------------------*/
.about-us {
  /*** about image col ***/
}

.about-us .about-details p {
  color: #1f252e;
}


.about-us .about-details ul {
  margin-top: 20px;
}

.about-us .about-details ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 4px;
}

.about-us .about-details ul li:before {
  content: "\f138";
  font-family: "FontAwesome";
  color: #f60;
  position: absolute;
  left: 0;
  top: 0;
}
.about-us h1,h2,h3,h4,h5,h6{
	color: #000;
}

.about-us .about-details ul li:last-child {
  margin-bottom: 0;
}

.about-us .about-image-col .img-holder {
  position: relative;
  top: -25px;
}

@media (max-width: 991px) {
  .about-us .about-image-col .img-holder {
    display: none;
  }
}

.about-us .about-image-col .img-holder img {
  position: absolute;
  -webkit-box-shadow: 0 0 50px 0 #999999;
  -moz-box-shadow: 0 0 50px 0 #999999;
  -o-box-shadow: 0 0 50px 0 #999999;
  -ms-box-shadow: 0 0 50px 0 #999999;
  box-shadow: 0 0 50px 0 #999999;
}

.about-us .about-image-col .img-holder img:first-child {
  top: 0;
  left: 220px;
  z-index: 9;
}

@media (max-width: 1199px) {
  .about-us .about-image-col .img-holder img:first-child {
    left: 140px;
  }
}

.about-us .about-image-col .img-holder img:nth-child(2) {
  top: 150px;
  right: 220px;
  z-index: 10;
}

@media (max-width: 1199px) {
  .about-us .about-image-col .img-holder img:nth-child(2) {
    right: 150px;
  }
}

.about-us .about-image-col .img-holder img:nth-child(3) {
  top: 190px;
  right: 0;
}



input.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color: #fff !important;
}

.text-white{
	color: #fff;
}
.text-orange{
	color: #f60;
}
.venta_renta{
	margin: 0;
	padding: 0;
}
.venta_renta li{
	margin: 0px;
	padding: 0px;
	text-align: left;
	
}
.venta_renta li i{
	color:#f60;
}



.pie{
	font-size: .9em;
	padding: 15px 0px;
	background-color: #000068;
	border-bottom: 10px solid #f60;
	
}
.pie p{
	color: #fff;
}
.pie a{
	color: aqua;
}
.site-footer{
	padding: 50px 0px;
}
.social a{
	color: #fff;
	font-size: 2em;
	margin: 5px;
}

.video{
	margin: 0px 0px;
}
.videos h1{
	font-weight: normal;
	margin-bottom: 50px;
}
.descargas{
	margin: 0;
	padding: 0;
}
.descargas li a{
	color: #fff;
	font-size: .8em;
	background-color: #f60;
	display: block;
	padding: 10px 0px;
	margin: 7px 0px;
}
.descargas li a:hover{
	color:#fff ;
	background-color: #000;
}
.descargas li a img{
	margin-right: 10px;
	margin-left: 10px;
	background-color: #fff;
	padding: 2px;
	border-radius: 100px;
}

.navbar-nav .badge{
	background-color: #000;
	margin-left: 5px;
	
}
.cotizar_boton{
	background-color: #f60;
	border-radius: 0px;
	border:none;
	padding: 15px 30px;
	font-size: 2em;
	margin-bottom: 60px;
	color:#fff;
}


.flex-caption {
  width: 100;
  padding: 0;
  left: 0;
  bottom: 0;
  background:rgba(8,55,181,.9);
  height: 60px;
  color: #222;
 font-size: 14px;
  padding-top:10px;
  padding-bottom:10px;
  line-height: 18px;
  padding-left:10px;
  border:0px solid #ddd;
transition: all .25s ease;
margin: 0px !important;
	
}
.flex-caption:hover{
	background-color: #e62b33;
}
.flex-caption a{
	color:#fff;
	transition:all .5s ease;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.flex-caption a:hover{
	font-weight: 400;
	color:#40989f;
	transition: all .25s ease;
	
}
.flexslider .slides{
	transition: all .25s ease;
}
.flexslider .slides li:hover .flex-caption{
	background-color: #e62b33;
	
}
.flexslider .slides li:hover .flex-caption a{
	color:#fff;
	font-weight: 400;
	
}
.flex-caption i{
	margin-right: 10px;
	font-size: 1.5em;
	float: left;
}
.navbar a :hover{
	color:#000 !important;
}


.encabezado{
	background-image: url(../images/mapa.png);
	background-position:center;
	
	background-size:cover;
	background-repeat: no-repeat;
	padding: 30px 0px;
	
}
.encabezado h3{
	color: #fff;
	
}
.encabezado h4{
	color: #fff !important;
	font-weight: 300;
}
.encabezado h4{
	margin-top: 25px;
	color: #fff;
}
.encabezado a{
	color: #f60;
	font-weight: 500;
	margin-right: 5px;
}
.encabezado a:hover{
	color: #fff;
}
.encabezado a::after{
	content: "\f101";
	color: #fff;
	font-family: 'FontAwesome';
	margin-left: 10px;
	font-weight: normal;
}
.encabezado i{
	margin-right: 10px;
	color: #f60;
	
	
}


/*.nav-tabs > li > a::after {
	content: "";
	background: #fff;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0); 
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
	transform: scale(1);
}
.tab-nav > li > a::after {
	background: #21527d none repeat scroll 0% 0%;
	color: #fff;
}*/
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}



.badge-notify{
    background:#f60;
    position:relative;
    top: -20px;
    right: 10px;
  }
  .my-cart-icon-affix {
    position: fixed;
    z-index: 999;
  }

.modal-header{
	background-color: #f60;
	color: #fff;
}
.modal-header h4.modal-title{
	color: #fff;
}
.modal-header h4.modal-title span{
	color: #000000;
}

.btn-cart-detalle{
	background-color: #f60!important;
	border:2px solid #f60;
	padding: 5px 20px;
	color: #fff;
	font-weight: 500;
	border-radius: 0px;
	text-transform: uppercase;
	transition: all .25s ease;
}
.btn-cart-detalle:hover{
	background-color: #fff!important;
	border:2px solid #f60;
	color: #f60;
	
}
.btn-cart-detalle i{
	margin-right: 5px;
	
}
.btn-cart-cotiza{
	background-color: darkgreen;
	border:2px solid #006400;
	padding: 10px 10px;
	
	color: #fff;
	font-weight: 500;
	border-radius: 4px;
	text-transform:uppercase;
	transition: all .25s ease;
	margin-left: -5px !important;
}




/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
	color: #f60;
}

/* align glyph */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
.right-addon textarea { padding-right: 30px; }
.left-addon textarea { padding-left: 30px; }

.registro-area h1{
	text-transform:none;
	color: #000;
	font-weight: 500;
}
.registro-area h3{
	color: #555;
	font-weight: 300;
}

.registro-area h4{
	color: #000;
	font-size: 1.35em;
	font-weight: 600;
}
.registro-area .form-control{
	border-radius: 0px;
	border:1px solid #aaa;
	margin: 10px 0px;
	
}
.registro-area p{
	color: #555;
	font-weight: 300;
}
.icono{
	padding: 10px 0px;
	margin: 0px 15px;
	border: 1px solid #eee;
	
	
}
.icono i{
	color: #f60;
	padding: 15px;
	border:1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.15);
}
.datos-contacto h3{
	font-weight: 500;
	color: #000;
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 20px;
}
.datos-contacto p{
	font-size: .9em;
	font-weight: 300;
	line-height: .6em;
	text-align: left;
	 
}
.datos-contacto h3 i{
	margin-right: 10px;
	color: #f60;
}
.datos-contacto a{
	color: #fff;
	width: 30px;
	display:inline-block;
	height: 30px;
	background-color: #000;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
}
.datos-contacto a:hover{
	background-color: #f60;
}
hr{
	border-color:rgba(0,0,0,.25);
}


.terminos{
	background-color: #fff;
}

.checkbox{
	margin-left:20px;
	font-weight: 300 !important;
	color: #7F7F7F;
	font-size: .85em;
}
.checkbox a{
	color: #f60;
	font-weight: 400;
}
.checkbox a:hover{
	text-decoration: underline;
}
.form-control::-moz-placeholder{
	color: #222;
	font-weight: 300;
}
.header-search-area .form-control::-moz-placeholder{
	color: #fff;
	font-weight: 300;
}
.nav-pills{
	margin: 30px 0px;
}
.nav-pills a{
	color: #222;
}
.nav-pills a i{
	color: #000;
	margin-right: 10px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #f60;
}
.tab-pane h4{
	font-size: 2em;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
	color: #222;
}
.tab-pane h5{
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
}
.tab-pane p{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	line-height: 1.5em;
	padding: 5px;
	margin: 0px 0px 30px 0px;
	
	text-align: center;
	font-size: .8em;
	font-weight: 400;
	text-transform: lowercase;
	background-color: #000068;
	border-radius: 0px 0px 6px 6px;
	transition:  all .2s ease;
	
	
}
.tab-pane p::first-letter{
	text-transform: uppercase;
}
.tab-pane img{
	border: 1px solid #000068;
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
	
}


.tab-pane > div > div:hover p{
	background-color: #f60!important;
}
.tab-pane img:hover{
	
	
}
.panel-heading{
	padding: 0px;
}

.panel-default{
	border: none;
	background-color: #fff!important;
}

 .panel-title a {
            display: block;
            color: #fff;
            padding: 15px;
	 		border-radius: 100px;
            position: relative;
            font-size: 1em ;
	 		text-transform:none;
            font-weight: 400;
			 background-color: #f60;
				 margin: 0px;
	 text-align: center;
        }
.panel-title a:hover{
	background-color: #000068;
}

        
        .panel-body {
            background: #fff;
        }
        
        .panel:last-child .panel-body {
            border-radius: 0 0 4px 4px;
        }
        
        .panel:last-child .panel-heading {
            border-radius: 0 0 4px 4px;
            transition: border-radius 0.3s linear 0.2s;
        }
        
        .panel:last-child .panel-heading.active {
			
            border-radius: 0;
            transition: border-radius linear 0s;
        }
        /* #bs-collapse icon scale option */
        
        .panel-heading a:before {
            content: '\f107';
            position: absolute;
            font-family: 'FontAwesome';
            right: 10px;
            top: 10px;
            font-size: 24px;
            transition: all 0.5s;
            transform: scale(1);
        }
        
        .panel-heading.active a:before {
            content: ' ';
            transition: all 0.5s;
            transform: scale(0);
        }
        
        #bs-collapse .panel-heading a:after {
            content: ' ';
            font-size: 24px;
            position: absolute;
            font-family: 'FontAwesome';
            right: 5px;
            top: 10px;
            transform: scale(0);
            transition: all 0.5s;
        }
        
        #bs-collapse .panel-heading.active a:after {
            content: '\f106';
            transform: scale(1);
            transition: all 0.5s;
        }
        /* #accordion rotate icon option */
        
        #accordion .panel-heading a:before {
            content: '\e316';
            font-size: 24px;
            position: absolute;
            font-family: 'FontAwesome';
            right: 5px;
            top: 10px;
            transform: rotate(180deg);
            transition: all 0.5s;
        }
        
        #accordion .panel-heading.active a:before {
            transform: rotate(0deg);
            transition: all 0.5s;
        }

.acerca{
	margin: 30px 0px;
	
}
.acerca h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #4767af;
}
.acerca h4{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #e62b33;
	
}
.acerca p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.6em;
	color:#888;
	margin: 20px 0px;
}
.title-box .border {
    font-family: 'Poppins'!important;
    height: 2px;
    width: 100px;
    background-color: darkgreen;
    border-radius: 0px;
    margin: 0px 0px 30px 0px;
}




.pade{
	margin: 30px 0px;
}
.pade h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #4767af;
}
.pade h4{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #e62b33;
	
}
.videoscar p{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.6em;
	color:#888;
	margin: 20px 0px;
}
.videoscar{
	margin: 30px 0px;
}
.videoscar h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	color: #1f252e;
}
.videoscar h4{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: darkgreen;
	margin-top: 15px;
	
}
.videoscar p{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1em;
	color:#888;
	margin: 10px 0px;
}


.fq_form p{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1em;
	color:#444;
	margin: 20px 0px;
}
.fq_form{
	margin: 30px 0px;
}
.fq_form h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #4767af;
}
.fq_form h4{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;

	color: #444;
	
}
.fq_form h3{
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #1f252e;
	
}
.fq_form p{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.6em;
	color:#444;
	text-align: center;
	
}

/** 19. Forms
 **************************************************************** **/
.form-group:after {
	display:block; content:".";
	height:0; line-height:0;
	clear:both; visibility:hidden;
}

.form-control {
	height: 46px; padding: 12px;
	border:#444 2px solid;
	border-radius: 0px!important;
}

.form-control:focus {
	border-color:#f60;

	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
			box-shadow:none;
}

form label {
	font-weight: bold;
	color: #000;
}

/* bootstrap validate icon */
.form-control-feedback {
	margin-top:8px;
}

.input-group-btn>button {
	height: 46px;
}
.input-group-addon{
	background-color: #1f252e;
	border:1px solid #1f252e;
	color: #fff;
}
.input-group{
	margin-bottom:15px;
	
}

.social-links-gas{
	margin: 0px auto 10px auto;
	height: 35px;
}
.social-links-gas li{
	float: left;
	
}
.social-links-gas li a{
	color: #fff;
	margin: 10px 5px;
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	border:1px solid #fff;
	border-radius: 4px;
}
.social-links-gas li a:hover{
	background-color: #fff;
	color:dodgerblue;
}

.servicios{
	margin: 30px 0px;
	
}
.servicios h1{
	color: #222;
	text-align: center;
	font-weight: 700;
	margin: 20px 0px 15px 0px;
	
	
}
.servicios p{
	text-align: center;
}

.box-servicios{
	border: 1px solid #eee;
	border-radius: 6px;
	 box-shadow: 0 1px 2px rgba(0,0,0,0.04),0 2px 4px rgba(0,0,0,0.04),0 4px 8px rgba(0,0,0,0.04),0 8px 16px rgba(0,0,0,0.04),0 16px 32px rgba(0,0,0,0.04),0 32px 64px rgba(0,0,0,0.04);

}


.iconos-gas{
	margin: 30px 0px;
	
}
.iconos-gas h2{
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin: 15px 50px 15px 50px;
	position: relative;
	color: #f60;

}
/*.iconos-gas h1:after{
	content: "";
	position: absolute;
	font-size: .5em;
	font-weight: 400;
	text-transform: uppercase;
	top: 35px;
	margin-top: 10px;
	height: 2px;
	width: 200px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-color:darkgreen;
	border-radius: 5px;
}*/
/*.iconos-gas h1:before{
	content: "grupo syta méxico";
	position: absolute;
	font-size: .5em;
	font-weight: 400;
	text-transform: uppercase;
	color: #555;
	top: 45px;
	margin-top: 10px;
	width: 250px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	
}*/
.iconos-gas p{
	margin: 30px;
	font-weight: 400;
	text-align: center;
	font-size: 1em;
	color: #444;
	
}
.iconos-gas p strong{
	font-weight: 800;
}
.iconos-gas img{
	width: 150px;
	display: block;
	margin: 20px auto;
}


.motor{
	margin: 90px 0px 30px 0px;
}
.motor h1{
	text-align: left;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin: 20px 0px 20px 0px;
	position: relative;
	
}
.motor h1 span{
	color: darkgreen;
}

.motor p{
	margin: 15px 0px;
	font-weight: 400;
	text-align: left;
	font-size: 1em;
}
.motor p strong{
	font-weight: 800;
}

.tipos{
	margin: 30px 0px;
}
.tipos h1{

	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin: 20px 0px 15px 0px;
	position: relative;
	
}
.tipos h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #1f252e;
	color: #000068;
	text-align: center;
	text-transform: capitalize;
	
}
.tipos h3{
	background-color: darkgreen;
	color: #fff;
	text-align: center;
	padding: 15px 10px;
	line-height: 1.3em;
}
.tipos h1 span{
	color: darkgreen;
}
.tipos img{
	margin-top: 20px;
	border-radius: 25px;
}

.tipos p{
	margin: 15px 0px;
	font-weight: 400;
	text-align: center;
	font-size: 1em;
	color: #444;
}
.tipos p strong{
	font-weight: 700;
}
.tipo-gas{
	background-color: #fff;
}

.marcas{
	padding: 30px 0px;
	background-color: #000068;
	background-image: url(../images/bg_dot.png);
	background-repeat: repeat;
}
.marcas h1{
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin: 20px 0px 15px 0px;
	
}

.marcas h1 span{
	color: darkgreen;
}

.marcas p{
	margin: 15px 0px;
	font-weight: 600;
	text-align: left;
	font-size: .8em;
}
.marcas p strong{
	font-weight: 800;
}

.marcas-lp li{
	
	float: left;
	
}
.marcas-lp li img{
	
	
}
.marcas img{
	border-radius: 8px;
	margin:15px auto;
	
}



.mobile-tab-headings{
	width: 100%;
	padding: 10px;
	border:2px solid #0B6A15;
	border-radius: 4px;
	margin: 20px 0px;
	font-weight: 700;
	text-transform: uppercase;
 	display: none;

}

.nav-tabs {
 	display: block;
}
.tab-content{
	background-color: #fff;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}
.tab-pane{
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
}


.tab-pane p i{
	margin-right: 10px;
}
.tab-pane span{
	display: block;
	font-weight: 700;
	color:darkgreen;
}
.tab-pane h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	color: darkgreen;
	text-transform: uppercase;
}
.mapa iframe{
	width: 100%;
	height: 300px;
}
form.contacto{
	margin: 20px 0px;
}
form.contacto .form-control{
	border-radius: 3px;
	margin: 0px 0px 20px 0px;
	
}

.equipos{
	background-color: transparent;
	position: relative;
	margin: 30px 0px;
}

.equipos h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin: 20px 0px 15px 0px;
	text-align: center;
}
.equipos h3{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: darkgreen;
	
}
.equipos h4{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	line-height: 1.4em;
	color: #000068;
}

.equipos h1 span{
	color: darkgreen;
}

.equipos p{
	margin: 15px 0px;
	font-weight: 400;
	text-align:center;
	font-size: 1em;
}
.equipos p strong{
	font-weight: 800;
}

.equipos img{
	border-radius: 25px;
}

.equipos-text p{
	text-align: left;
}
.equipos-text h4 i{
	color: #f60;
	margin-right: 10px;
	vertical-align: middle;
}





.nav-pills{
	margin: 30px 0px;
}

.nav-pills > li > a{
	border-radius: 100px;
	margin: 10px 0px;
}
.nav-pills a{
	color: #fff;
	font-size: 1em;
	text-transform: capitalize;
	box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.15);
	
	font-weight: 400;
	border-radius: 100px;
	background-color: #f60;
	
}
.nav-pills a i{
	color: #fff!important;
}
.nav-pills a i{
	color: #000;
	margin-right: 10px;
}
.nav > li > a:focus, .nav > li > a:hover{
	background-color: #ea4f12;
color: #fff;

}

.nav > li > a:focus, .nav > li > a:hover i{
	color: #fff;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #000068;
	
}
.nav-pills > li.active > a i{
    color: #fff!important;
    
}
.tab-content{
	margin-top: 20px;
}
#5ta_gen{
	position: relative;
	background-color: aqua!important;
}
#quinta_gen{
	background-color: transparent;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: -120px;
	z-index: 9999999;
}
#circuito_abierto{
	background-color: transparent;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: -120px;
	z-index: 9999999;
}


.form-wrap{
	width: 100%;
}
form.form_contact .user_info{
	display: flex;
	flex-direction: column;
}
form.form_contact input,
form.form_contact textarea{
	border:1px solid #aaa;
	border-radius: 4px;
	padding: 10px 10px;
	margin: 10px 0px;
}
form.user_info label{
	margin: 10px 0px;
	text-transform: capitalize;
}
form.form_contact input[type="button"]{
	background-color: darkgreen;
	color: #fff;
	width: 180px;
	transition: all .25s ease;
}
form.form_contact input[type="button"]:hover{
	background-color: forestgreen;
}


.modal_wrap{
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mensaje_modal{
	background-color: #fff;
	width: 300px;
	padding: 30px 20px;
}
.mensaje_modal h3{
	text-align:center;
	font-weight: 700;
	
}
.mensaje_modal h3:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #c5c5c5;
	margin: 10px 0px 15px;
}
.mensaje_modal p{
	
}
.mensaje_modal p:before{
	font-family: 'FontAwesome';
	display: inline-block;
	color: #f00;
	content: "\f00d";
	margin-right: 10px;
	
}

.mensaje_modal #btnClose{
	background-color: red;
	border-radius: 4px;
	padding: 5px 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin: 10px 0px;
	
}

/*correo funciones*/

/* AJAX Gif y mensajes de exito o fracaso */

.ultimo{
	position: relative;
	background-color: #fff;
}
.hide{
	display:none;
}
.ajaxgif{
	position: absolute;
    left: 170px;
    top: 0px;
	z-index: 9999999;
	height: 35px;
	border: none!important;
}
.msg{
    color: white;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
	position: absolute;
	background-color: transparent;
	left: -130px;
	padding: 0px 10px;
	z-index: 99;
	min-width: 121px;
	top: 0px;
	border-radius: 4px;
}
.msg_ok{
	background: #589D05;
	z-index: 99999;
	
}
.msg_error{
	background: red;
	z-index: 999999;
	
}
.boton_envio{
	
	
	background-color: #f60;
	color: #fff;
	padding: 15px 40px;
	display: block;
	transition: all .25s ease;
	font-weight: 400;
	font-size: 1em;
	z-index: 99999;
	border-radius: 100px;
}
.boton_envio:hover{
	background-color: #ea4f12;
	color: #fff!important;
	box-shadow: 0 2px 1px rgba(0,0,0,0.09),0 4px 2px rgba(0,0,0,0.09),0 8px 4px rgba(0,0,0,0.09),0 16px 8px rgba(0,0,0,0.09),0 32px 16px rgba(0,0,0,0.09);
}
.boton_envio:checked{
	color: #fff;
}
.boton_envio:focus{
	color: #fff;
}
.boton_envio i{
	margin-right: 10px;
}

/*boton 2*/

.boton_envio2{
	background-color: darkgreen;
	color: #fff;
	padding: 10px 20px;
	z-index: 99999;
}
.boton_envio2:hover{
	color: #fff;
	text-decoration: underline;
}
.boton_envio2:checked{
	color: #fff;
}
.boton_envio2:focus{
	color: #fff;
}
.boton_envio2 i{
	margin-right: 10px;
}



/*terminar correo*/

.selectpicker{
	border-color: #333;
}
.btn-default{
	border-color: #1f252e;
}
.peke-slider{
	width: 300px;
	display: block;
	margin-top: 20px;
}
.promo{
	border-radius: 0px!important;
	border:1px solid #fff!important;
	background-color: #fff!important;
}

/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


.flexslider img{
	background-color: #fff!important;
	border-radius: 0px!important;
}
.modal-body{
	padding: 30px;
}
.contacto input{
	
}
#contact-form h5{
	color: #f60;
	font-size: 2em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.sucursal{
	margin: 50px 0px;
}
.sucursal:last-child{
	margin-top: -30px;
}

.sucursal i{
	color: #fff;
	margin-right: 15px;
}

.sucursal h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin: 20px 0px 15px 0px;
	text-align: center;
	line-height: 1.3em;
}
.sucursal h3{
	text-align: center;
	margin: 20px 0px;
	font-weight: 700;
	line-height: 1.5em;
}


.datos-sucursal{


	margin: 60px 0px 30px 0px;
	
}

.datos-sucursal i{
	
	font-size: 3em;
	color: #000068;
	display: block;
	margin: 0px;

	


	
}

.datos-sucursal p{
	margin: 15px;
	font-size: .8em;
	text-align: center;
	
	
}
.datos-sucursal h3{
	text-align: center;
	font-weight: 700;
	color: #222;
}


.nuestras-sucursales ul{
	margin: 0px auto;
}
.nuestras-sucursales ul li{
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	
}
.nuestras-sucursales p{
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: .85em;
	color: #444;
	margin: 10px 50px;
}

.suc{
	margin: 30px 0px;
}

.online{
	margin-bottom: 30px;
}

.online p{
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: #555;
	font-size: 1.2em;
	margin: 20px 0px;
}

.online a i{

	vertical-align:middle;
	
} 


.online p a{
	padding: 5px 10px;
	color: white;
	font-weight: 600;
	background-color: green;
	border-radius: 4px;
	font-size: 1.2em;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #222;
    text-decoration: none;
}



.border{
	width: 200px;
	height: 4px;
	background-color: #f60;
	margin: 30px auto;
}

.border2{
	width: 200px;
	height: 4px;
	background-color: #f60;
	margin: 30px 0px;
}

.border3{
	width: 100px;
	height: 4px;
	background-color: #f60;
	margin: 15px auto;
}

.beneficios{
	margin: 60px 0px;
	
}

.beneficios h1{
	text-align: center;
	color: #222;
	font-weight: 700;
	margin: 20px 0px 15px 0px;
	
	
}

.beneficios p{
	text-align: center;
}
.box-beneficios{
	border: 1px solid #eee;
	border-radius: 6px;
	 box-shadow: 0 1px 2px rgba(0,0,0,0.04),0 2px 4px rgba(0,0,0,0.04),0 4px 8px rgba(0,0,0,0.04),0 8px 16px rgba(0,0,0,0.04),0 16px 32px rgba(0,0,0,0.04),0 32px 64px rgba(0,0,0,0.04);
	min-height: 415px;
}
.box-beneficios p{
	text-align: center;
	margin: 20px;
	
}
.box-beneficios h3{
	color: #f60;
	font-weight: 600;
	text-align: center;
	margin: 5px 30px;
	line-height: 1.3em;
}
.box-beneficios img{
	margin-top: 20px;
	margin-bottom: 30px;
	
}



.btn-orange{
	border-radius: 100px;
	background-color: #f60;
	color: #fff;
	display: block;
	padding: 15px 40px;
	margin: 15px auto;
	
}


.btn-orange:hover{
	background-color: #ea4f12;
	color: #fff;
	box-shadow: 0 2px 1px rgba(0,0,0,0.09),0 4px 2px rgba(0,0,0,0.09),0 8px 4px rgba(0,0,0,0.09),0 16px 8px rgba(0,0,0,0.09),0 32px 16px rgba(0,0,0,0.09);
	
}
.btn-orange i{
	margin-right: 10px;
}

a button.btn-orange{
	background-color: #f60;
	color: #fff;
	padding: 15px 40px;
	margin: 65px auto;
	display: block;
	transition: all .25s ease;
	font-weight: 400;
}
a button.btn-orange:hover{
	background-color: #ea4f12;
	color: #fff;
	box-shadow: 0 2px 1px rgba(0,0,0,0.09),0 4px 2px rgba(0,0,0,0.09),0 8px 4px rgba(0,0,0,0.09),0 16px 8px rgba(0,0,0,0.09),0 32px 16px rgba(0,0,0,0.09);
}

a button.btn-orange:focus{
	color: #fff;
}

a button.btn-tienda:focus{
	color: #fff;
}
.btn-tienda{
	border-radius: 100px;
	background-color: #f00;
	color: #fff;
	display: block;
	padding: 15px 40px;
	margin: 15px auto;
	font-size: 1.5em;
	transition: all .25s ease;
	
}

.btn-tienda:hover{
	background-color: #0508c7;
	color: #fff;
	box-shadow: 0 2px 1px rgba(0,0,0,0.09),0 4px 2px rgba(0,0,0,0.09),0 8px 4px rgba(0,0,0,0.09),0 16px 8px rgba(0,0,0,0.09),0 32px 16px rgba(0,0,0,0.09);
	
}

.btn-tienda i{
	margin-right: 10px;
}

.btn-whats{
	border-radius: 100px;
}
.btn-whats i{
	margin-right: 10px;
	vertical-align: middle;
}

a button.btn-whats{
	background-color: #25d366;
	color: #fff;
	padding: 15px 40px;
	margin: 15px auto;
	display: block;
	transition: all .25s ease;
	font-weight: 400;
	font-size: 1.2em;
	outline: none;
}
a button.btn-whats:hover{
	background-color: #28b43e;
	color: #fff;
	box-shadow: 0 2px 1px rgba(0,0,0,0.09),0 4px 2px rgba(0,0,0,0.09),0 8px 4px rgba(0,0,0,0.09),0 16px 8px rgba(0,0,0,0.09),0 32px 16px rgba(0,0,0,0.09);
}

a button.btn-whats:focus{
	color: #fff;
	outline: none;
}

.btn-blue{
	
	background-color: #000068;
	color: #fff;
	border-radius: 100px;
}
.btn-blue:hover{
	color: #fff;
	background-color: #050541;
}
.btn-blue i{
	margin-right: 5px;
}









.promociones{
	
}

.promociones h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin: 20px 0px 15px 0px;
	text-align: center;
}
.promociones p{
	text-align: center;
}

.seccion-contacto{
	
}

.seccion-contacto h1{
	text-align: center;
	color: #222;
	font-weight: 700;
	margin: 20px 0px 15px 0px;
	
}
.seccion-contacto p{
	text-align: center;
}

.galeria_videos{
	margin: 30px 0px;
	
}

.galeria_videos h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin: 20px 0px 15px 0px;
	text-align: center;
}
.galeria_videos h3{
	font-weight: 400;
	line-height: 1.4em;
	font-size: .9em;
	color: #222;
	text-align: center;
	margin-bottom: 30px;
	
	
}
.galeria_videos h4{
	color: #444;
	font-size: 1em;
	line-height: 1.8em;
}
.galeria_videos p{
	text-align: center;
}
.frame_video{
	position: relative;
}

.frame_video button{
	position: absolute;
	left: 40%;
  
  top: 35%;
  margin-top: -50px;
}

.frame_video img{
	
	
}
.icono-play{
	height: 100px;
  width: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
	background-color: #fff;
	border-radius: 150px;
	border: 10px solid #f60;
	transition: all .25s ease;
	
}
.icono-play i{
	position: relative;
	display: block;
	line-height: 84px;
	left: 40%;
	font-size: 2em;
	color: #222;
	
	
}
.icono-play:hover{
	border: 10px solid #fff;
	background-color: red;
}
.icono-play:hover i{
	color: #fff;
}

.ahorro{
	background-color: #000068;
	background-image: url(../images/bg_dot.png);
	background-repeat: repeat;
	
	margin: 30px 0px;
	padding-bottom: 30px;
	padding-top: 20px;
	
	
}
.ahorro h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin: 20px 30px 15px 30px;
	text-align: center;
	line-height: 1.3em;
	color: #fff;
	
}
.ahorro h1 span{
	color: #f60;
	font-weight: 700;
}

.ahorro p{
	text-align: center;
	color: #fff;
	margin: 0 30px;
}
.ahorro a .btn{
	font-size: 1.4em;
	font-weight: 600;
}

.faqs{
	margin: 30px 0px;
}

.faqs h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin: 20px 0px 15px 0px;
	text-align: center;
}
.faqs p{
	text-align: center;
}
.faqs-question:last-child{
	margin-bottom: 60px;
}

.faqs-question{
	padding: 15px;
	border-radius: 10px;
	transition:  all .2s ease;
	
}

.faqs-question:hover{
	box-shadow: 0 2px 1px rgba(0,0,0,0.09),0 4px 2px rgba(0,0,0,0.09),0 8px 4px rgba(0,0,0,0.09),0 16px 8px rgba(0,0,0,0.09),0 32px 16px rgba(0,0,0,0.09);
	background-color: #bfe7f9;
}
.faqs-question h3{
	color: #000068;
	font-weight: 700;
}
.faqs-question h3 span{
	color: #f60;
	margin-right: 10px;
}
.faqs-question p{
	text-align: left;
}

.datos-top-bar{
	background-color: #000068;
	min-height: 50px;
}
.datos-top-bar ul{
	margin: 0px;
	padding: 0px;
}
.datos-top-bar ul li{
	width: 25%;
	float: left;
	text-align: left;
	line-height: 50px;
}
.datos-top-bar ul li i{
	margin-right: 10px;
	color: #f60;
}




/* fixed social*/
#fixed-social {
   position: fixed;
   bottom: 100px;
	 z-index: 99999999999999999999999999999999999999999;
	left: 0px;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #4267b2;
 }
 .fixed-facebook span{
	background-color: #4267b2;
 }
 .fixed-twitter{
	background-color: #f00;

 }
 .fixed-twitter span{
 	background-color: #f00;
 }
 .fixed-gplus{
	background-color: #00AF54;

 }
 .fixed-gplus span{
 	background-color: #00AF54;
 }
 .fixed-linkedin{
	background-color: #FFC41E;

 }
 .fixed-linkedin span{
 	background-color: #FFC41E;
 }
 .fixed-instagrem{
	background-color: #ED2B29;

 }
 .fixed-instagrem span{
 	background-color: #ED2B29;
 }
 .fixed-tumblr{
	background-color: #EB1471;

 }
 .fixed-tumblr span{
 	background-color: #EB1471;
 }
/*end fixed social*/

.nav .navbar-nav li::last-child{
	color: red!important;
}

/*tienda {
	background-color: blue;
	display: inline-block;
	color: #fff!important;
	border-radius: 50px;
	
	
}*/

.tienda-linea{

	margin: 50px 0px;
}
.tienda-linea h1{
	text-align: center;
	font-weight: 700;
	font-size: 3.2em;
	color: #0508c7;
}
.text-tienda{
	background-color: #fff;
	padding-bottom: 20px;
	
}
.text-tienda h3{
	text-align: center;
	font-weight: 600;
}