/*
  Theme Name:  Auto Plus – Car Wash and Car Repair HTML Template
  Theme URL: https://mediacity.co.in/autoplus
  Author: Media City
  Author URI: https://mediacity.co.in
  Creation Date: 07 July 2017
  Description: A default stylesheet for Auto Plus – Car Wash and Car Repair HTML Template.
  Version: 1.0
*/

/*=======================================================================
							[Table of Contents]
=========================================================================

01. Typography 
02. General
03. Top Bar
04. Navigation
05. Home Slider
06. Who We Are
07. Services
08. Quote
09. Team
10. Facts
11. Pricing Plan 
12. Testimonials
13. Appointment
14. News / Blog
15. Clients
16. Map
17. Footer
18. Preloader

/* =============== Colors Used=====================

  Blue : #0891FF;
  Orange: #FF9933;

 ===================================================*/

/* ================================= */
		/*===== Typography =====*/
/* ================================= */
body {  
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 400;
  line-height: 1.73;
  color: #3A3A3A;
  font-size: 15px;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { 
  font-family: 'Red Hat Display', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  color: #000;
  margin: 0;
  text-transform: inherit;
  padding-bottom:10px;
  line-height: 1.4
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 32px;
  padding-bottom:30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 17px;
}
a {  
  color: #0F3264;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, 
a:focus {
  color: #CA0000;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
p {
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #3A3A3A;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  text-align: justify
}
blockquote {  
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.64;
}
ul {
  list-style: none;
}
.clr-white {
  color: #FFF;
}
.clr-orange {
  color: #FF9933;
}
.clr-black {
  color: #000;
}
.clr-blue {
  color: #0891FF;
}
::-webkit-input-placeholder { 
  color: #3A3A3A!important;
}
::-moz-placeholder { 
  color: #3A3A3A!important;
}
::-ms-input-placeholder { 
  color: #3A3A3A!important;
}
::-o-input-placeholder { 
  color: #3A3A3A!important;
}

/* ================================= */
    /*===== General =====*/
/* ================================= */
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0,0,0,0.5);    */
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
}
.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;      
}
.btn-default {
  font-size: 14px;
  text-align: center;
  color: #FFF;
  border-radius: 0;
  padding: 10px 15px;
  border: none;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
  background: #fe0000;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FF9933;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active {
  color: #FFF;
  background: #0F3264;
}
/*
.btn-default:hover:before, 
.btn-default:focus:before, 
.btn-default:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
*/
.btn-orange {
  font-size: 16px;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  border-radius: 0;
  padding: 10px 15px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: none;
  background: #FF9933;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-orange:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0891FF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-orange:hover, 
.btn-orange:focus, 
.btn-orange:active {
  color: #FFF;
  background:#0F3264;
}

.btn-red {
  font-size: 16px;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  border-radius: 0;
  padding: 8px 12px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: none;
  background: #fe0000;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-red:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0F3264;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-red:hover, 
.btn-red:focus, 
.btn-red:active {
  color: #FFF;
  background:#0F3264;
}
/*
.btn-orange:hover:before, 
.btn-orange:focus:before, 
.btn-orange:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
*/

.navbar-nav {
  width: 100%;
  margin: none;
}
.nav > li {
  float: left;
}
.fa-navbar {

}

.read-more {
  font-size: 14px;
  line-height: 1.71;
  color: #0F3264;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.read-more:hover {
  color: #CA0000;
}

.sub-heading {
  font-size: 15px;
  font-weight: 400;
  /*line-height: 1.2;*/
  color: #000;
  margin-top: 8px;
  padding-bottom: 30px;
}
.form-control:focus {
  border-color: rgba(8,145,255,1);   
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
.owl-prev,
.owl-next { 
  color: #FFF;
  font-size: 50px;
  position:absolute; 
  top: 50%;
  transform: translate(0, -50%);
  width: 54px;
  height: 84px;
  background-color: rgba(0,0,0,0.6);
  text-align: center;
  line-height: 84px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.owl-prev:hover,
.owl-next:hover {  
  background-color: rgba(0,0,0,1);
  color: #FFF;
}
.owl-dots {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #000;
  background: transparent;
  margin-right: 5px;
  display: inline-block; 
}
.owl-dot.active {
  border: 1px solid #0891FF;
  background: #0891FF;
}
@media(max-width:767px) {  
  .owl-nav {
    visibility: hidden;
  }   
}
.mrgn-top-30 {
  margin-top: 30px;
}
@media (max-width:992px) {
  .mrgn-top-30 {
    margin-top: 0;
  }  
}
.breadcrumb { 
  position: relative;
  background-color: transparent;
  padding: 8px 0;
}
.breadcrumb li a {
  font-size: .75em;
  font-weight: 400;
  color: #0F3264;
}

.breadcrumb li.active{
  /*color: #0F3264;*/
  font-size: .75em
}

.breadcrumb li.active a {
  color: #CA0000;
}


.page-banner-main {
  width: 100%;
  height: 470px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;  
  position: relative;    
}

.page-banner-main:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  /* background: linear-gradient(to right,rgba(128, 129, 124, 0.8) 20%,rgba(255,255,255,0.7) 70%,rgba(255,255,255,0) 95%); */
  background: rgba(34, 34, 34, 0.5);
}

.page-banner-main .page-banner-block {
  width: auto;
  height: auto;
  border-radius: 20px;
  /*background-color: #0F3264;*/
  padding: 20px 30px 20px 30px;
  /*border-left: 2px solid #0F3264;*/
  position: absolute;
  top: 35%;
  transform: translate(0, -50%);  
}
.page-banner-main .section {
  margin: 0 0 8px;
}

.page-banner-main .section h3{
  font-size: 2.8em;
  font-weight: 700;
  color: #fff;
  padding-bottom: 0px;
}

.page-banner-main .section p{
  font-size: 1.5em;
  font-weight: 400;
  color: #fff;
}

.facebook:hover {
  color: #3B5998;
}
.twitter:hover {
  color: #1DA1F2;
}
.pinterest:hover {
  color: #BD081C;
}
.google-plus:hover {
  color: #DD4B39;
}
.tumblr:hover {
  color: #35465C;
}
.stumbleupon:hover {
  color: #EB4924;
}
.wordpress:hover {
  color: #21759B;
}
.instagram:hover {
  color: #405DE6;
}
.dribble:hover {
  color: #EA4C89;
}
.vimeo:hover {
  color: #1AB7EA;
}
.linkedin:hover {
  color: #0077B5;
}
.rss:hover {
  color: #F26522;
}
.pad-0 {
  padding: 0;
}

/* ================================= */
    /*===== Top Bar =====*/
/* ================================= */
.top-bar-block {
  border-top: 4px solid #0891FF;
  background-color: #1E222B;
  text-align: right;
  border-radius: 0 0 0 100px;
}
.info-bar {
  display: inline-block;
}
.info-bar ul li {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 2.5;
  color: #FFF;
  margin-right: 15px;
}
.info-bar ul li i {
  color: #0891FF;
  margin-right: 7px;
}
.social-icon {  
  width: 165px;
  text-align: center;
  display: inline-block;
}
.social-icon ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;   
  margin: 1.5px 0 3.5px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.social-icon ul li a {
  color: #FFF;
}
.social-icon ul li:hover a {
  color: #0891FF;
}

/* ================================= */
    /*===== Navigation =====*/
/* ================================= */
.logo {
  padding: 10px 0 10px 0;
}
.navigation {
  position: relative;
  margin: auto;
  z-index: 1111;
}
#cssmenu > ul > li > a {
  padding: 24px 15px;
}
@media(max-width:768px) {   
  .logo img {
    width: 100%;
    margin: 5px auto;
    left: 0;
    right: 0;
    display: block;
    padding-left: 10px
  }
  .navigation {   
    margin-top: 0;
  }
  #cssmenu > ul > li > a {
    padding: 16px 15px;
  }
  #cssmenu.small-screen #menu-button {
    color: #000;
    font-size: 14px;
  }  
  #cssmenu.small-screen #menu-button:before {
    background: #000;   
  }
  #cssmenu.small-screen #menu-button:after {     
    background: #000;   
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  #cssmenu.small-screen ul ul li a {
    color: #FFF;
  }
  #cssmenu.small-screen ul ul li a:hover {
    color: #FFF;
  }
  #cssmenu.small-screen .submenu-button:before {    
    background: #000;
  }
  #cssmenu.small-screen .submenu-button:after {   
    background: #000;
  }
  #cssmenu.small-screen .has-sub:hover .submenu-button:before {    
    background: #FFF;
  }
  #cssmenu.small-screen .has-sub:hover .submenu-button:after {   
    background: #FFF;
  }
  #cssmenu.small-screen .submenu-button.submenu-opened {
    background: #0891FF;
  }
  #cssmenu ul ul li:hover > a, 
  #cssmenu ul ul li a:hover {
    color: #FFF;
  }
  #cssmenu.small-screen ul ul li a:hover {
    color: #FFF;
  }
  #cssmenu.small-screen ul li a, 
  #cssmenu.small-screen ul ul li a {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) { 
  .logo img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .navigation {   
    margin-top: 0;
  }    
  #cssmenu > ul > li > a {
    padding: 10px 10px;   
  }
}

/* ================================= */
    /*===== Home Slider =====*/
/* ================================= */
.home-slider-bg {
  width: 100%;
  height: 500px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;  
  position: relative;    
}
.slider-dtl-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  border-left: 5px solid #0891FF;
  position: absolute;
  left: 0;
  top: 0;
}
.slider-dtl {
  width: 40%;
  height: 300px;
  padding: 14px 25px 25px 31px;  
  position: absolute;
  top: 45%;
  transform: translate(0, -50%);
}
.slider-heading {
  color: #FFFFFF;
  line-height: 1.2
}
.slider-sub-heading {
  line-height: 1.67;
  color: #FFF;
}
.slider-dtl p {
  font-size: 18px;
  color: #FFF;
}
.home-slider .owl-controls {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.home-slider:hover .owl-controls {
  opacity: 1;
}
.home-slider .owl-prev, 
.home-slider .owl-next {
  color: #FFF;    
  width: 54px;
  height: 54px;
  background-color: #0F3264;    
  line-height: 44px;
  border-radius: 100%;
  border: 2px solid #0F3264;  
  margin: auto 20px;
}
.home-slider .owl-prev:hover, 
.home-slider .owl-next:hover {
  color: #0F3264;
  background-color: #FFF;  
}
/*===== Slider Effects =====*/
.home-slider.owl-carousel .owl-item .slider-dtl-bg {
  opacity: 0; 
  width: 5px;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1.3s;
  -ms-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.home-slider.owl-carousel .owl-item.active .slider-dtl-bg { 
  opacity: 1;  
  width: 100%;
}
/*
.home-slider.owl-carousel .owl-item .slider-sub-heading,
.home-slider.owl-carousel .owl-item .slider-heading,
.home-slider.owl-carousel .owl-item .slider-dtl p,
.home-slider.owl-carousel .owl-item .slider-btn {
  opacity: 0; 
  -webkit-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
}
*/
.home-slider.owl-carousel .owl-item.active .slider-sub-heading,
.home-slider.owl-carousel .owl-item.active .slider-heading,
.home-slider.owl-carousel .owl-item.active .slider-dtl p,
.home-slider.owl-carousel .owl-item.active .slider-btn {
  margin-top: 15px; 
  opacity: 1;  
}
@media(max-width:992px) { 
  .slider-dtl {
    width: 80%;
 

  }
}

/* ================================= */
    /*===== Breadcrumb =====*/
/* ================================= */
.breadcrumb-main-block {
  position: relative;
  margin: 0 auto;
}
/* .breadcrumb-main-block .container {
  padding: 0;
} */

.breadcrumb-main-block .section {
  margin: 150px auto 0;
  position: relative;
}
.breadcrumb-main-block .section-heading {
  color: #FFF;
}
.breadcrumb-main-block .section p {
  color: #FFF;
  max-width: 70%;
  margin: 0 auto;
  left: 0;
  right: 0;
}




/* ================================= */
    /*===== Who We Are =====*/
/* ================================= */
.who-we-are-main-block {
  background-color: #0F3264;
  padding: 15px 0 15px;
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;    
}
.who-we-are-main-block .section-heading {
  margin-bottom: 5px;
}
.who-we-are-points {
  margin-top: 15px;
}
.who-we-are-block {
  margin-bottom: 15px;
}
.who-we-are-icon {
  /*
  width: 65px;
  height: 60px;
  font-size: 45px;
  line-height: 1.5;
  color: #0891FF;
  text-align: center;
  background-color: transparent;
  border: solid 2px #DEDEDE;
  margin-right: 25px;
  display: inline-block;
  float: left;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  */
 	color: #ffffff;
	margin-bottom: 15px;
    display: inline-block; 
}

.who-we-are-icon i {
    font-size: 65px;
    color: #e0e0e0;
}
/*
.who-we-are-block:hover .who-we-are-icon { 
  color: #FFF;
  background-color: #0891FF;
  border: solid 2px #0891FF;
}
*/
.who-we-are-dtl {
  display: table;
  text-align: center;
}
.who-we-are-heading {
  text-transform: none;
  line-height: 1.33;
  margin-bottom: 4px;
  /*color: #FFFFFF;*/
}

/* ================================= */
    /*===== Services =====*/
/* ================================= */
.services-main-block {
  margin: 73px 0 43px;
}
.service-block {
  margin-bottom: 30px;  
  /*border: 1px solid #DEDEDE; */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 34px 14px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-block:hover {
  border: 2px solid #0F3264;
}
.service-icon {
  margin-bottom: 15px;
}
.service-icon img {
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.service-heading a {
  line-height: 1.33;
  text-transform: none;
  color: #000;
  margin: 17px 0 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-heading a:hover {
  color: #0F3264;
}

/* ================================= */
    /*===== Quote =====*/
/* ================================= */
.quote-main-block {
  background-color: #f7f9fa;
  padding: 73px 0 73px;
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;  
}
.quote-block i {
  font-size: 35px;
}
.quote-block p {
  font-style: italic;
}

/* ================================= */
    /*===== Team =====*/
/* ================================= */
.team-main-block {
  margin: 73px 0 50px;
}
.team-block {
  margin-bottom: 30px;  
  position: relative;

  overflow: hidden;
}
.team-img {
  position: relative;
}
.team-img img {
  display: block;
  margin: 0 auto;
  left: 0;
  width: 100%;
  right: 0; 
}
.team-dtl {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -50px;  
  background-color: rgba(0,0,0,0.7);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-block:hover .team-dtl {  
  bottom: 0;
}
.team-heading {
  margin-top: 16px;
  color: #FFF;
}
.team-heading a {
  color: #FFF;
}
.team-heading a:hover {
  color: #0891FF;
}
.team-post {
  color: #FFF;
}
.team-social {
  margin-top: 8px;
  padding: 6px 0;
  border-top: 1px solid #E7E7E7;
}
.team-social ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #FFF;
  line-height: 35px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-social ul li a { 
  color: #FFF;
}
.team-social ul li a:hover { 
  color: #0891FF;
}

/* ================================= */
    /*===== Facts =====*/
/* ================================= */
.facts-main-block {
  position: relative;
}
.facts-main-block .parallax {
  padding: 101px 0 70px;
}
.facts-main-block .overlay-bg {
  background-color: rgba(8,145,255,0.8);
  mix-blend-mode: multiply;
}
.facts-block {
  margin: 0 auto 30px; 
  background-color: rgba(0,0,0,0.7);
  padding: 30px 0;
  border: 2px solid #DEDEDE;
}
.facts-block .facts-icon {
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border: 2px solid transparent; 
  background-color: #FFF;
  border-radius: 100%;
  font-size: 46px;
  color: #0891FF;
  line-height: 70px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.facts-block:hover .facts-icon {  
  background-color: #0891FF;
  border: 2px solid #FFF; 
  color: #FFF;
}
.facts-number {
  color: #0891FF;  
  margin-top: 22px;
}
.facts-text {
  color: #FFF;
  line-height: 1.63;
}

/* ================================= */
    /*===== Features =====*/
/* ================================= */
.features-main-block {
  margin: 73px 0 0;
}
.features-block {
  margin-bottom: 73px;
}
.features-block ul li {
  margin-bottom: 20px;
}
.features-icon {
  background-color: #0891FF;
  border-radius: 100%;
  display: inline-block;
  padding: 15px;
  font-size: 26px;
  line-height: 1;
  color: #FFF;
  position: absolute;
}
.features-dtl {
  display: inline-block;
  margin-left: 80px;
}
@media(max-width:992px) {  
  .features-img {
    margin-bottom: 60px;
  }
  .features-img img {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}

/* ================================= */
    /*===== Testimonials =====*/
/* ================================= */
.testimonials-main-block {
  position: relative;
}
.testimonials-main-block .container-fluid {
  padding: 0;
  overflow: hidden;
}
.testimonials-main-block .overlay-bg {
  background-color: rgba(0,0,0,0.5);
  mix-blend-mode: multiply;
}
.testimonials-main-block .parallax {
  padding: 59px 0 63px;
}
.testimonials-main-block .section {
  margin: 150px auto 0;
  position: relative;
}
.testimonials-main-block .section-heading {
  color: #FFF;
}
.testimonials-main-block .section p {
  color: #FFF;
  max-width: 70%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.testimonials-slider {
  padding: 59px 0 63px;
  background-color: rgba(8,145,255,0.8);
  cursor: -webkit-grab;
}
.testimonials-dtl {
  width: 70%;
  margin: 0 auto;
 }
.testimonials-dtl p {
  font-style: italic;
  color: #FFF;
}
.testimonials-client {
  margin: 35px auto 15px;
  left: 0;
  right: 0;
  text-align: center;
}
.testimonials-client-img {
  display: inline-block;
}
.testimonials-client-img img {
  border-radius: 100%;
  border: 2px solid #0891FF;
}
.testimonials-client-dtl .client-name {
  color: #FFF;
}
.testimonials-client-dtl .client-since {
  font-size: 13px;
  line-height: 1.69;
  color: #FFF;
  opacity: 0.7;
  text-align: center;
}
.testimonials-slider .owl-dots {
  margin: 38px auto 0;
  left: 0;
  right: 0;
  text-align: center;
}
.testimonials-slider .owl-dot.active {
  border: 1px solid #FFF;
  background: #FFF;
}
.testimonials-slider .owl-dot {
  border: 1px solid #FFF;
}
@media(max-width:767px) { 
  .testimonials-main-block .section {
    margin: 0 auto 60px;
  }
}

/* ================================= */
    /*===== Appointment =====*/
/* ================================= */
.appointment-main-block {
  background-color: #1E222B;
  padding: 34px 0 40px;
}
.appointment-block .section-heading, 
.appointment-block .sub-heading {
  color: #FFF;
}
.appointment-img img {
  width: 100%;
}
.form-heading-no {
  background-color: #0891FF;
  color: #FFF;
  padding: 6px 15px;
  margin-right: 20px;
}
.form-heading-title {
  background-color: #0F3264;
  color: #ffffff;
  padding: 11px 0;
  margin: 25px 0;
  padding-left: 15px;
}
.appointment-form .form-control {
  background-color: #fff;
  border: solid 1px #c8c9c8;
  border-radius: 0;
  width: 100%;
  height: 40px;
}
.datepicker table tr td.active.active {
  background-color: #0891FF;
}
.appointment-form .btn-dropdown {
  width: 100%;
  height: 40px;
  border-radius: 0;
  background-color: #fff;
  border: solid 1px #c8c9c8;
}
.appointment-main-block ::-webkit-input-placeholder { 
  color: #FFF!important;
}
.appointment-main-block ::-moz-placeholder { 
  color: #FFF!important;
}
.appointment-main-block ::-ms-input-placeholder { 
  color: #FFF!important;
}
.appointment-main-block ::-o-input-placeholder { 
  color: #FFF!important;
}
.appointment-form textarea {
  font-size: 14px;
  padding-top: 10px;
  padding-left: 15px;
  color: #FFF;
  width: 100%;
  border: 1px solid #2F2F2F;
  background-color: transparent;
  margin: 7px 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
}
.appointment-form textarea:focus  {
  outline: -webkit-focus-ring-color auto 0;
}
@media(max-width:767px) {  
  .appointment-img {
    margin-bottom: 30px;
  }  
  .appointment-form .btn-dropdown {
    text-align: left;
  }
  .form-heading-no {
    display: none;
  }
  .form-heading-title { 
    padding-left: 15px;
  }  
}

/* ================================= */
    /*===== News / Blog =====*/
/* ================================= */
.news-main-block {
  margin: 80px 0 43px;
}
.news-block {
  margin-bottom: 0px;
}
.news-img {
  position: relative;
  overflow: hidden;
}
.news-img img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-block:hover .news-img img { 
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
}
.news-top {
  padding: 15px 15px 5px 15px;
}

.news-dtl {
  padding: 5px 15px 1px 15px;
}

.new-all {
  margin-top: 10px;
  text-align: center
}

.news-date {
  width: 60px;
  height: 60px;
  color: #FFF;
  background-color: #0891FF;
  display: inline-block; 
  padding: 12px 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-block:hover .news-date {
  opacity: 1;
}
.news-day {
  font-size: 22px;
  line-height: 1.09;
  color: #FFF;
}
.news-month {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.64;
  color: #FFF;
}
.news-heading a {
  color: #000;
}
.news-heading a:hover {
  color: #0891FF;
}
.news-heading {
  text-transform: none;
  line-height: 1.25;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-heading:hover {
  color: #0891FF;
}
ul.news-tag {
  margin: 10px 0;
  border-top: 1px solid #8F8F8F;
  border-bottom: 1px solid #8F8F8F;
}
.news-tag li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.71;
  color: #8F8F8F;
  padding-right: 15px;
}
.news-tag li a {
  color: #8F8F8F;
}
.news-tag li a:hover {
  color: #0891FF;
}

/* ================================= */
    /*===== Clients =====*/
/* ================================= */
.clients-main-block {
  background-color: #f7f9fa;
  padding: 30px 0;
}
.client-slider {
  cursor: -webkit-grab;
}
.client-img {
  display: block;
  margin: 0 auto;
  -webkit-filter: grayscale(100%); 
  -moz-filter: grayscale(100%); 
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%); 
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.client-img:hover {
  -webkit-filter: grayscale(0); 
  -moz-filter: grayscale(0); 
  -ms-filter: grayscale(0); 
  -o-filter: grayscale(0); 
  filter: grayscale(0);
}
.owl-carousel .owl-item .client-img img{
	width:auto;
}

/* ================================= */
    /*===== Map =====*/
/* ================================= */
.map-location {
  width: 100%;
  height: 520px;
}

/* ================================= */
    /*===== Footer =====*/
/* ================================= */
.footer-main-block {
  background-color: #FFFFFF;
  border: 1px solid #eee;
}
.footer-block {
  padding: 80px 0 0 17px;
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-about p {
  margin-top: 22px;
  color: #000;
}
.footer-heading {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px
}
.footer-services ul li a {
  font-size: 14px;
  line-height: 2.14;
  color: #000;
}
.footer-services ul li a:hover {
  color: #CA0000;
}
.footer-services ul li i {
  margin-right: 10px;
}
.footer-opening .opening-day {
  font-size: 14px;
  line-height: 2.14;
  color: #9DAEC9;  
}
.footer-opening .opening-time {
  font-size: 14px;
  line-height: 2.14;
  color: #9DAEC9;  
  text-align: right;
}
.footer-subscribe p {
  color: #9DAEC9;
}
.footer-subscribe.form-group {
  display: inline-block;  
  height: 43px;  
}
.footer-subscribe .form-control {
  height: 40px;
  background-color: transparent;
  border-radius: 10px 0 0 10px;
  border: 1px solid #3A567F;
  font-size: 13px;
  color: #525252;
  line-height: 1.69;  
  display: inline-block;
  width: 80%;
  float: left;
}
.footer-subscribe ::-webkit-input-placeholder { 
  color: #9DAEC9!important;
}
.footer-subscribe ::-moz-placeholder { 
  color: #9DAEC9!important;
}
.footer-subscribe ::-ms-input-placeholder { 
  color: #9DAEC9!important;
}
.footer-subscribe ::-o-input-placeholder { 
  color: #9DAEC9!important;
}
.footer-subscribe .btn-default {
  background-color: #0F3264;
  display: inline-block;
  border-radius: 0 10px 10px 0;
}
.subscribe-form label {
  color: #9DAEC9;
  font-size: 12px;
}
.footer-subscribe .social-icon {  
  margin-top: 25px;   
  float: left;
  width: 100%;
  text-align: left;
  background-color: transparent;
}
.footer-subscribe .social-icon span {
  color: #000;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.footer-subscribe .social-icon ul li {
  background-color: transparent; 
  margin: 0 2px 0;
}
.footer-subscribe .social-icon ul li a {
  color: #000;
  font-size: 25px
}
.footer-subscribe .social-icon ul li:hover a {  
  color: #CA0000; 
}
.footer-main-block hr {
  border-top: 1px solid #eee;
}
.copyright-text p {
  padding: 14px 0 26px;
  color: #000;
}

/* ================================= */
    /*===== Preloader =====*/
/* ================================= */
.preloader { 
  background: #FFFFFF;
  bottom: 0;
  top: 0;
  left: 0; 
  right: 0;  
  position: fixed;
  z-index: 9999999;
}
.status {
  background-image: url(../upload/logo/logo.png);
}
.status,
.status-message {   
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
  right: 0;  
  background-position: center;
  background-repeat: no-repeat;     
}
.status-message {
  padding-top: 30%;
}




/**Personalizados**/
.navbar-header{
  border-bottom: 1px solid #f7f9fa;
}

.header-icon{
 		background: #f7f9fa;
 		border-top: 1px solid #eee;
 		/* -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75); */
		z-index: 999999; 
    padding-top: 60px;
 	}
 	.header-icon .container {
 		background: transparent;
	  height: 70px;  
	}
	.header-icon .nav li{
		width: 16.5%;
		max-width: 16.5%;
		text-align: center;
	}
	
	.header-icon .nav li a{
		color: #0F3264;
		font-size: 16px;
		line-height: 16px;
		padding: 10px 5px 5px 5px
	}
	
	.header-icon .nav li .fa{
		color: #0D52A6;
	}
	
	.header-icon .nav li a:hover{
		color: #CA0000;
		background: none;
	}
	
	.header-icon .nav a span{
		display: block;
		text-align: center;
    font-size: 35px;
    margin-bottom: 5px
	}
	
	.header-icon .info-box-btn{
		padding: 15px 5px 0px 5px
	}
	
	.header-icon .info-box-btn a{
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border: 0px solid #000000; background: #fe0000
	}
	.header-icon .info-box-btn a:hover{
		background: #0F3264;
	}
	
	
	.box-remesa{
		padding: 0 30px 0 30px;/* border:1px solid #ddd; background: #CA0000;*/
	}
	 .box-remesa p {color:#fff}
	 .box-remesa .section-heading {color:#CA0000}
	 .box-remesa .btn { border: 1px solid #CA0000 }
	 .box-remesa .form-control { border: 1px solid #d3d5d8; color: #3A3A3A;}
	 .box-remesa .btn-input { background: #0F3264 !important; }
	 .box-remesa .btn-remesa { 
	 	background: #CA0000;
		font-size: 16px;
	    text-align: center;
	    color: #fff;
	    border-radius: 0;
	    font-weight: 600;
	    padding: 10px 15px;
		border-radius: 10px 10px 10px 10px;
    	-moz-border-radius: 10px 10px 10px 10px;
    	-webkit-border-radius: 10px 10px 10px 10px;
	    display: inline-block;
	    vertical-align: middle;
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    -moz-osx-font-smoothing: grayscale;
	    position: relative;
	    -webkit-transition-property: color;
	    transition-property: color;
	    -webkit-transition-duration: 0.3s;
	    transition-duration: 0.3s;
	 }
	 
	 .box-remesa .btn-remesa:hover{
	 	background: #0F3264;
	 	color: #fff;
	 }

.section-main-block {
    padding: 73px 8px 50px 8px;
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section-call-to-action{
	background-color: #0F3264;
	padding: 30px 0 30px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.section-call-to-action .cta-img{ font-size: 45px; color: #fff }
.section-call-to-action .cta-desc, 
.section-call-to-action .cta-desc p, 
.section-call-to-action .cta-desc h4{ color: #fff }
.section-call-to-action .cta-action {padding:15px}
.section-call-to-action .cta-action .btn {
	background: #fff;
		font-size: 16px;
	    text-align: center;
	    color: #000;
	    border-radius: 0;
	    font-weight: 600;
	    padding: 10px 15px;
		border-radius: 10px 10px 10px 10px;
    	-moz-border-radius: 10px 10px 10px 10px;
    	-webkit-border-radius: 10px 10px 10px 10px;
	    display: inline-block;
	    vertical-align: middle;
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    -moz-osx-font-smoothing: grayscale;
	    position: relative;
	    -webkit-transition-property: color;
	    transition-property: color;
	    -webkit-transition-duration: 0.3s;
	    transition-duration: 0.3s;
}
.section-call-to-action .cta-action .btn:hover{
	 	background: #CA0000;
	 	color: #fff;
	 }

.btn-rojo { 
    background: #CA0000 !important;
   font-size: 16px;
     text-align: center;
     color: #fff !important;
     border-radius: 0;
     font-weight: 600;
     padding: 10px 15px;
   border-radius: 10px 10px 10px 10px;
     -moz-border-radius: 10px 10px 10px 10px;
     -webkit-border-radius: 10px 10px 10px 10px;
     display: inline-block;
     vertical-align: middle;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -moz-osx-font-smoothing: grayscale;
     position: relative;
     -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
  }
  
  .btn-rojo:hover{
    background: #0F3264;
    color: #fff;
  }

.btn-link {
	background: #fff;
		font-size: 16px;
	    text-align: center;
	    color: #CA0000;
	    font-weight:600;
	    border: 1px solid #CA0000;
	    border-radius: 0;
	    font-weight: 600;
	    padding: 10px 15px;
		border-radius: 10px 10px 10px 10px;
    	-moz-border-radius: 10px 10px 10px 10px;
    	-webkit-border-radius: 10px 10px 10px 10px;
	    display: inline-block;
	    vertical-align: middle;
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    -moz-osx-font-smoothing: grayscale;
	    position: relative;
	    -webkit-transition-property: color;
	    transition-property: color;
	    -webkit-transition-duration: 0.3s;
	    transition-duration: 0.3s;
}
.btn-link:hover{
	 	background: #CA0000;
	 	color: #fff;
	 }

.copyright ul li{ display:inline}

.bg-gray{ background: #f7f9fa }

.bg-red{ background: #CA0000 }


.mb-0{margin-bottom: 0 !important}
.pb-0{padding-bottom: 0 !important}
.mt-0{margin-top: 0 !important}
.pt-0{padding-top: 0 !important}
.mt-5{margin-top: 5px}
.pt-5{padding-top: 5px}
.mt-10{margin-top: 10px}
.pt-10{padding-top: 10px}
.mb-10{margin-bottom: 10px}
.mb-15{margin-bottom: 15px}
.mt-15{margin-top: 15px}
.mb-30{margin-bottom: 30px}
.mt-30{margin-top: 30px}
.mb-30{margin-bottom: 30px}
.mt-30{margin-top: 30px}
.pt-30{padding-top: 30px}
.mb-50{margin-bottom: 50px}
.mt-50{margin-top: 50px}
.mb-60{margin-bottom: 60px}
.mt-60{margin-top: 60px}
.mr-0{margin-right: 0px !important}

.bb-1{ border-bottom: 1px solid #f2f2f2 }


.drop-shadow {
  position: relative;
  padding: 0px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) , 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) , 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) , 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.drop-shadow:before,
.drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.curved:before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -mox-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-border-radius: 10px / 100px;
  border-radius: 10px / 100px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.curved.shadow:before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}

.footer-xs {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 0 6px rgba(0,0,0,.7);
}

#footer ul {
  list-style: none;
  padding-left: 0;
}
.navbar {
  margin-bottom: 0px;
}

.cambio, .cambio:hover, .cambio:active, .cambio:focus {
  background-color: #FF9933;
}
.remesa, .remesa:hover, .remesa:active, .remesa:focus {
  background-color: #BA0208;
}

ul.colum-3 li {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center;
}
ul.colum-3 li a {
  width: 100%;
  float:right;
  padding: 12px 0px;
}
.shop-map {
  position: absolute;
  top: 50px;
  width: 50%;
  z-index: 9;
  -webkit-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s;
  padding: 30px;
  margin: 30px; 
  background: #FFFFFF;
}

.giros-services {
  /*background-image: url('../upload/paginas/servicio-beneficio.png');*/
  width: 100%;
  height: auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  max-height: 450px;
}

.giros-services .item-icon{
    font-size: 30px;
    width: 2em;
    text-align: center;
    float: left;
    background: #FFF;
    z-index: 9;
    position: relative;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
}

.giros-services .item-detail{
  margin-left: 2em;
  padding-left: 25px;
  height: 3em;
  vertical-align: middle;
  display: table-cell;
}

.navbar-default {
  border-color: #fff;
  background-color: #fff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: 0px;
    border-radius: 1px;
}

.navbar-ex1-collapse .nav > li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #555;
}
.nav.navbar-nav > li:last-child {
  border-bottom: 0px;
}

.not-border-li {
  border-bottom: 0px;
}

ul.nav.navbar-nav li a {
  transition: all 2s ease;
}

ul.dropdown-menu li {
  padding: 5px;

}

.not-padding {
  padding: 0px 0px 0px 0px;
}

.icon-menu-xs li, .icon-menu-xs i, .icon-menu-xs img {
  float: left;
  margin: 0%;
  margin-top: 8px;
  margin-right: 5px;
}

@media (max-width: 768px) {   
  .giros-services {
    background-image: none !important;
  }

}

@media (min-width: 769px) {   
  .navbar, .navbar-header {
    position: fixed;
    background-color: #fff;
    z-index: 99999999999;
    width: 100%;
  }

}

@media (max-width: 576px) { 
  
  .navbar {
    position: fixed;
    background-color: #fff;
    z-index: 99999999999;
    width: 100%;
  }

  .map-md {
    min-height: none; 
    max-height: none;
    overflow-x: none;
  }
  .section-heading, .tittle-force{
    color: #000;
    margin: 20px 0px;
  }

  .modal-body {
    padding: 0px; 
  }
  .logo img {
    width: 130%;
  }
  .dropdown, .dropup {
    position: relative;
    padding-top: 10px;
  }
  .search-agencias {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;

  }
  .giros-services {
    background-image: none !important;
  }
  .navbar-nav {
    margin: 0px;
  }
  .navbar-nav li a i{
    margin: 5px;
  }


  #toggle-mennu{

  }

  .shop-map {
    position: absolute;
    top: 0px;
    width: 85%;
    z-index: 9;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
    padding: 30px;
    margin: 30px; 
    background: #FFFFFF;
  }
  .cta-desc p {
    text-align: center;
  }
  .cta-desc h4 {
    text-align: center;
    line-height: 30px;
  }
  .section-call-to-action .cta-action {
    margin: 0 auto;
    display: block;
    width: 50%;
    float: none!important;

  }
  .section-call-to-action, .section-main-block {
    padding: 80px 0 43px;
  }
  .section-img-solid-end {
    padding-bottom: 0px;
  }
  .margin-p-xs {
        padding-top: 20px;
  }
  .dropdown-not-padding-xs {
    padding-top: 0px;
  }
  .navbar-toggle {
     margin-right: 0px; 
  }
} 
.modal th{ background: #CA0000; color: #FFFFFF;}
.modal thead{ 
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
}

@media (min-width: 992px) {
  .navbar, .navbar-header{
    position: fixed;
    background-color: #fff;
    z-index: 99999999999;
    width: 100%;
  }
  .pull-left-lg {
    float: left!important;
  }
}
@media (min-width: 992px) {
  .navbar, .navbar-header{
    position: fixed;
    background-color: #fff;
    z-index: 99999999999;
    width: 100%;
  }
  .pull-left-lg {
    float: left!important;
  }
}

.nav-tabs{
  margin-top: 40px
}

.nav-tabs>li>a{
  border:0 !important;
  border-radius: 0;
  padding: 10px 0;
  margin: 0 40px 0 0 !important
}

.nav-tabs>li:last-child>a{
  margin: 0 !important;
}

.nav-tab-btn,.nav-tab-btn:focus, .nav-tab-btn:hover, .nav-tab-btn:active{
  background: #fe0000 !important;
  color: #fff !important;
  padding: 10px !important;
  border-radius: 10px 10px 10px 10px !important;
  -moz-border-radius: 10px 10px 10px 10px !important;
  -webkit-border-radius: 10px 10px 10px 10px !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover{
  background-color: #fff;
  border:0 !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #fe0000 !important;
}
.tab-content{
  padding: 40px 0px;
}
/*
.slidein {
-moz-animation-duration: 0.5s;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-moz-animation-name: slidein;
-webkit-animation-name: slidein;
animation-name: slidein;
-moz-animation-iteration-count: 0.5;
-webkit-animation-iteration-count: 0.5;
animation-iteration-count: 0.5;
-moz-animation-direction: alternate;
-webkit-animation-direction: alternate;
animation-direction: alternate;
}
  
@-moz-keyframes slidein {
from {
  margin-left:100%;
  width:100%
}
    
to {
  margin-left:0%;
  width:100%;
}
}

@-webkit-keyframes slidein {
from {
  margin-left:100%;
  width:100%
}

to {
 margin-left:0%;
 width:100%;
}
}

@keyframes slidein {
from {
  margin-left:100%;
  width:100%
}

to {
 margin-left:0%;
 width:100%;
}
}
*/
strong{
  font-weight: 600
}

.nav span img{
  height: 35px;
}


ul > li {
  padding-bottom: 5px;
}
ol > li {
  padding-bottom: 5px;
}

.close{
  z-index: 999999;
}

/*Directorio*/

.icon-map{
  padding-left: 15px;
  padding-right: 10px;
  color: #ff9933;
}

.directorio-widget{
  padding-left:15px;
}

.directorio-widget > h5{
  margin: 15px;
}

.form-heading-title .btn-ciudad{
  top: -5px;
  right: 5px;
}

.form-heading-title .btn{
  color: #ffffff;
  background-color: #0F3264;
  border-color: #0F3264;
}

.directorio-content ul{
  padding-left: 0px;
}

.ubicacion-list{
  cursor: pointer;
  padding: 12px;
  max-height: 200px;
  min-height: 200px;
  border-right: 1px solid #f7f9fa;
  border-bottom: 1px solid #f7f9fa;
}
.ubicacion-list:hover{
	background: #f7f9fa;
}

.ubicacion-list > ul{
  padding-left: 0;
}

.ubicacion-list > ul > li > .fa{
  padding: 0 5px 0 0;
}

.ubicacion-list p,.ubicacion-list li{
  font-size: 12px;
}

.map-md {
  min-height: 300px; 
  border-top: 1px solid #f7f9fa;
  border-left: 1px solid #f7f9fa;
}

.ubication-block {
  margin-bottom: 40px;
  padding: 0px;
  background: rgba(255, 255, 255, .5);
  border-radius: 15px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ubication-block h6{
  padding: 10px;
  background: rgba(254, 0, 0, .8);
  border-radius: 15px 15px 0 0px;
  color: #fff;
  font-size: 18px;
}

.map-index{
  padding-left:0px;
  text-align: justify;
  font-size: 15px;
  padding: 10px 15px;
  /* list-style-image: url("imagenes/ok.png"); */  
}
.map-index > .address{
  /* list-style-image: url("../upload/icon/location-home.png");   */
  margin: 0;
	padding: 5px 30px 5px 30px;
	list-style: none;
	background-image: url("../upload/icon/location-home.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.map-index > .clock{
  margin: 0;
	padding: 5px 30px 5px 30px;
	list-style: none;
	background-image: url("../upload/icon/location-clock.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.map-index > .phone{
  margin: 0;
	padding: 5px 30px 5px 30px;
	list-style: none;
	background-image: url("../upload/icon/location-phone.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.map-index > .email{
  margin: 0;
	padding: 5px 30px 5px 30px;
	list-style: none;
	background-image: url("../upload/icon/location-email.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.map-index > .location{
  margin: 0;
	padding: 5px 30px 5px 30px;
	list-style: none;
	background-image: url("../upload/icon/location-location.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}

.ubication-container{
  text-align: center;
  background: url("../images/bg/oficina-bg-paises.png") center no-repeat #f7f9fa;
  background-size: 60% auto;
}

.service-container{
  background: url("../images/bg/servicios-bg-paises.png") center bottom repeat-x #f7f9fa;
  background-size: 100% auto;
  min-height: 70vh;
  border-bottom: 0;
}

.service-detail-page ul{
  list-style: none;
  padding-left: 20px;
  padding-top: 20px;
}

.service-detail-page ul li{
  position: relative;
  padding: 5px 20px 5px 20px;
  background-position: left center;
}

.service-detail-page ul li:before{
  content: "";
  border: 1px solid #F26522;
  position: absolute;
  height: 8px;
  width: 8px;
  left: 0;
  top: 14px;
  border-radius: 10px;
}

.service-detail-page ul li ul{
  list-style: none;
  padding-left: 20px;
  padding-top: 20px;
}

.service-detail-page ul li ul li{
  position: relative;
  padding: 5px 20px 5px 20px;
  background-position: left center;
}


.service-detail-page h4{
  padding-bottom: 30px
}

.service-detail-page .nav-tabs{
  list-style: none;
  padding-left: 0px;
}

.service-detail-page .nav-tabs li{
  padding-left: 0px;
}

.service-detail-page .nav-tabs li:before{
  padding-left: 0px;
  border: 0px;
  height: 0;
  width: 0;
  left: 0;
  top: 0;
  border-radius: 0px;
}

.round-box{
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.steps-container .content-tabs{
  width: 320px; margin: 0 auto
}

.steps-container .content-tabs .nav-tabs{
  border: 0;
}

.steps-container .content-tabs a{
  margin: 0 10px 0 0 !important;
  border-bottom: 2px solid #f7f9fa !important;
  font-size: 16px;
}
.steps-container .content-tabs a:last{
  margin: 0 0px 0 10px !important
}

.steps-index{

}

.steps-index li{
  padding-bottom: 15px
}

.steps-index .ico{
  min-width:70px; text-align: center; display: table-cell;vertical-align: middle; padding-right:10px; overflow: hidden; zoom: 1;
}

.steps-index .ico > img{
  height:35px
}

.steps-index .text{
  vertical-align: middle !important; display: table-cell; overflow: hidden; zoom: 1;
}


/** Tarifas */
.rates-container .content-tabs{
  width: 320px; margin: 0 auto
}

.rates-container .content-tabs .nav-tabs{
  border: 0;
}

.rates-container .content-tabs a{
  margin: 0 10px 0 0 !important;
  border-bottom: 2px solid #f7f9fa !important;
}
.rates-container .content-tabs a:last{
  margin: 0 0px 0 10px !important
}

.rates-container .rates-table th,
.rates-container .rates-table td,
.rates-container .rates-table td p{
  vertical-align: middle;
  text-align: center
}
.rates-container .rates-table thead > tr:first-child > th:first-child{
  background: #ffffff;
  color: #fc0000;
  font-size: 18px;
  font-weight: 600
}

.rates-container .rates-table thead > tr:nth-child(2) > th:first-child{
  background: #ffffff;
  color: #0F3264;
  font-size: 14px;
  font-weight: 600
}


.rates-container .rates-table thead > tr:nth-child(3) > th{
  background: #0F3264;
  color: #fff;
  font-size: 13px;
  font-weight: 500
}

.rates-container .rates-table thead > tr:nth-child(4) > th{
  background: #f7f9fa;
  color: #222;
  font-size: 13px;
  font-weight: 500
}

.rates-container .rates-table .table-bordered>tbody>tr>td, 
.rates-container .rates-table .table-bordered>tbody>tr>th, 
.rates-container .rates-table .table-bordered>tfoot>tr>td, 
.rates-container .rates-table .table-bordered>tfoot>tr>th, 
.rates-container .rates-table .table-bordered>thead>tr>td, 
.rates-container .rates-table .table-bordered>thead>tr>th{
  border: 1px solid #f7f9fa;
}

.rates-container .rates-table tbody > tr:first-child > td:first-child h6{
  font-size: 15px;
  font-weight: 600;
  color: #fc0000
}

.rates-container .rates-table tbody > tr:first-child > td:last-child h6{
  font-size: 13px;
  font-weight: 600;
  color: #0F3264
}

.rates-container .rates-table tbody > tr:first-child > td:first-child p{
  font-size: 12px;
  font-weight: 300;
  color: #222;
  padding: 5px 15px 5px 15px;
}

.rates-container .rates-table tbody > tr > td{
  font-size: 14px;
  color: #222
}

.rates-container .rates-table::-webkit-scrollbar {
  width: .5em;
}

.rates-container .rates-table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.rates-container .rates-table::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}

/*Tarifa Nacional*/
.rates-container .rates-table2 th,
.rates-container .rates-table2 td,
.rates-container .rates-table2 td p{
  vertical-align: middle;
  text-align: center
}
.rates-container .rates-table2 thead > tr:first-child > th:first-child{
  background: #ffffff;
  color: #fc0000;
  font-size: 18px;
  font-weight: 600
}

.rates-container .rates-table2::-webkit-scrollbar {
  width: .5em;
}

.rates-container .rates-table2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.rates-container .rates-table2::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}
/* 
.rates-container .rates-table2 thead > tr:nth-child(2) > th:first-child{
  background: #ffffff;
  color: #0F3264;
  font-size: 14px;
  font-weight: 600
} */


.rates-container .rates-table2 thead > tr:nth-child(2) > th{
  background: #0F3264;
  color: #fff;
  font-size: 13px;
  font-weight: 500
}

.rates-container .rates-table2 thead > tr:nth-child(3) > th{
  background: #f7f9fa;
  color: #222;
  font-size: 13px;
  font-weight: 500
}

.rates-container .rates-table2 .table-bordered>tbody>tr>td, 
.rates-container .rates-table2 .table-bordered>tbody>tr>th, 
.rates-container .rates-table2 .table-bordered>tfoot>tr>td, 
.rates-container .rates-table2 .table-bordered>tfoot>tr>th, 
.rates-container .rates-table2 .table-bordered>thead>tr>td, 
.rates-container .rates-table2 .table-bordered>thead>tr>th{
  border: 1px solid #f7f9fa;
}

.rates-container .rates-table2 tbody > tr:first-child > td:first-child h6{
  font-size: 15px;
  font-weight: 600;
  color: #fc0000
}

.rates-container .rates-table2 tbody > tr:first-child > td:last-child h6{
  font-size: 13px;
  font-weight: 600;
  color: #0F3264
}

.rates-container .rates-table2 tbody > tr:first-child > td:first-child p{
  font-size: 12px;
  font-weight: 300;
  color: #222;
  padding: 5px 15px 5px 15px;
}

.rates-container .rates-table2 tbody > tr > td{
  font-size: 14px;
  color: #222
}

.btn-select{
  border: 1px solid #ccc;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.work-block{
  min-height: 250px;
}
.btn-whatsapp{
  border-radius: 30px;
  background: #44c755;
  color: #ffffff;
  padding: 0.5rem 1.2rem;
  margin-right: 0;
  width: 130px;
  display: inline-block;
  text-align: center;
}
.btn-call{
  border-radius: 30px;
  background: #fe0000;
  color: #ffffff;
  padding: 0.5rem 1.2rem;
  margin-right: 0.3rem;
  width: 122px;
  display: inline-block;
  text-align: center;
}
.btn-whatsapp:hover,.btn-whatsapp:active, .btn-whatsapp:focus,
.btn-call:hover,.btn-call:active, .btn-call:focus{
  color: #ffffff;
}
.btn-calculadora{
  padding: 9px 10px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  text-transform: inherit !important;  
}
.section-tc{
	padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(15,50,100,0.9)!important;
	border-radius: 15px 0 0 0;
	/*max-width: 450px;	*/
}

.animation-tc{
	animation-name: tcbox;
	animation-duration: 2s;
}

.animation-tc-out{
	animation-name: tcbox-out;
	animation-duration: 2s;
}

@keyframes tcbox {
	0% {bottom: -700px}
	100% { bottom: -1px }
}
@keyframes tcbox-out {
	0% {bottom: -1px}
	100% { bottom: -700px; }
}

.section-tc-min{
	padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(15,50,100,0.9)!important;
	border-radius: 15px 0 0 0;
	/*max-width: 450px;*/
	bottom: -150px;
}

.animation-tc-min{
	animation-name: tcbox-min;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
}

.animation-tc-min-out{
	animation-name: tcbox-min-out;
	animation-duration: 0.5s;
	animation-timing-function: linear;
}

@keyframes tcbox-min {
	0% {bottom: -150px}
	100% { bottom: -1px }
}
@keyframes tcbox-min-out {
	0% {bottom: -1px}
	100% { bottom: -150px; }
}

.container-tc {
    padding-top: 30px!important;
    padding-right: 30px!important;
    padding-bottom: 15px!important;
    padding-left: 30px!important;
    margin-left: auto!important;
    margin-right: 0px!important;
}

.section-tc-min .container-tc {
    padding-top: 15px!important;
    padding-right: 15px!important;
    padding-bottom: 10px!important;
    padding-left: 20px!important;
    margin-left: auto!important;
    margin-right: 0px!important;
}

.section-tc-min .text {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 15px;
}


.portail h3{
	font-size: 24px;
    margin-bottom: 10px;
	padding-bottom: 0;
	font-weight: 600;
	color: #ffffff;
}
.portail h4{
	font-size: 20px;
    margin-bottom: 10px;
	padding-bottom: 0;
	color: #fec300;
}
.portail p{
	font-size: 17px;
    letter-spacing: 0.09px;
    line-height: 28px;
	color: #ffffff;
}
.flag-currency{
	width: 26px;
    height: 26px;
    border-radius: 9999px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
	border: 1px solid #ffffff;
}
.portail p.txt-variation{
	font-size: 10px;
	text-align: left;
	line-height: 11px;
	padding: 0;
	padding-bottom: 1px;
}
.btn-close-tc{
	position: absolute;
	top: 1.2rem;
	right: 2rem;
	color: #ffffff;
	font-size: 25px;
	cursor: pointer;
	padding: 0 1rem;
	z-index: 999999;
}
.btn-open-tc{
	position: absolute;	
	display: block;
	right: 0rem;
	color: #ffffff;
	font-size: 25px;	
	z-index: 999999;
	line-height: 1;
}

.btn-action-open{
	background: none;
	border: 0;
	padding: 0 3rem;
	cursor: pointer;
	color: #ffffff;
	display: block;
}
.hr-tc{
	margin-top: 10px;
    margin-bottom: 15px;
}
#tc-slider.owl-carousel .owl-item img,
#tc-slider-min.owl-carousel .owl-item img{
	width: 26px !important;
	display: initial !important;
}
@media only screen and (min-width: 981px){
	.section-tc {
		position: fixed;
		bottom: -700px;
		right: 0px;
		z-index: 99999 !important;
	}
	.container-tc {
		max-width: 450px;
	}

	.section-tc-min {
		position: fixed;
		bottom: -150px;
		right: 0px;
		z-index: 99999 !important;
	}
}
@media only screen and (max-width: 980px){
	.section-tc{
		position: fixed;
		bottom: -700px;
		right: 0.5rem;
		border-radius: 15px 15px 0 0;
		z-index: 99999 !important;
	}

	.container-tc {
		width: 100%;
		max-width: 340px;
	}

	.section-tc-min {
		position: fixed;
		bottom: -150px;
		right: 1rem;
		z-index: 99999 !important;
		border-radius: 15px 15px 0 0;
	}

	.portail p{
		font-size: 80%;
	}
  .section-tc-min .text{
    font-size: 14px;
    letter-spacing: -1px;
  }
}

/* SLIDER */
.txt-header-orange{
  background: #e55528;
  width: auto;
  max-width: fit-content;
  padding: 10px 30px 10px 30px;
}
.btn-orange{
  background: #e55528;
  padding: 5px 30px 5px 30px;
}
.txt-black{
  color: #000000 !important;
}
.txt-terminos{
  font-size:14px; color: #000000 !important; margin-top: 90px !important;
}

@media (max-width:600px)  {
  .home-slider-bg{
    height: 90vh;
  }
}
@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }