/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/*Solicitu de Servicios */

.banner-serv{
    
    height: 50vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    margin-top: -16px;
}

/* .banner-serv:before{
    content:'';
	position: absolute;
    height: 60vh;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
} */

.banner-caption{
    position: absolute;
    right: 15%;
    /* bottom: 20px; */
    left: 15%;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.banner-text{
    margin-top: 30px;
}


a{
    text-decoration: none !important;
}

#recomendaciones a{
    color: whitesmoke !important;
  }

#servicios a{
    color: #fe3b4c;
}

.m-t-10{
    margin-top: 10px !important;
}
.m-t-20{
    margin-top: 20px !important;
}
.text-blue {
    color: #208bcb;
}
p{
    font-size: 17px;
}
.f-12{
    font-size: 12px;
}
.margin_70{
    padding: 70px 0;
}
.hero_single .carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}
.hero_single .carousel-caption{
    top: 35%;
    bottom: unset;
}
.display-5 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
}
.hero_single.version_2 .wrapper h3 {
    font-size: 30px;
    font-weight: 400;
}
.mm-slideout {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #ededed;
    background-color: #fff;
    padding: 15px 0 !important;
}
header .main-menu > ul > li span > a, header .main-menu > ul > li span > a {
    color: #444 !important;
}
header .main-menu > ul > li span > a:hover, header .main-menu > ul > li span > a:hover {
    color: #fe3b4c !important;
}
.company-logo {
    position: relative;
    width: 12rem;
    height: 37px;
    display: block;
}
.services-icon {
    position: relative;
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 4px 5px 5px 0px #888888;
    -webkit-box-shadow: 4px 5px 5px 0px #888888;
    -moz-box-shadow: 4px 5px 5px 0px #888888;
}
.testimonial_img {
    position: absolute;
    width: 10rem;
    height: 9rem;
    top: 60px;
    overflow: hidden;
    border: 7px solid #fff;
    background: #fff;
    left: 80px;
}
.services-icon img{
    padding: 35px;
}
.blog-img {
    position: relative;
    width: auto;
    height: 30rem;
    overflow: hidden;
    background: #bbb;
}
.blog-img-small {
    position: relative;
    width: 5rem;
    height: 4rem;
    overflow: hidden;
    background: #fff;
    border-radius: 0;
}
.login-logo-img {
    position: absolute;
    width: 17rem;
    height: 4rem;
    overflow: hidden;
    background: #fff;
    top: 40%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.main-img-gallery{
    position: relative;
    width: 13rem;
    height: 8rem;
    overflow: hidden;
    background: #eee;
    border-radius: 0;
    margin: 0 !important;
}
.testimonial_img img,
.company-logo img,
.blog-img img,
.blog-img-small img,
.login-logo-img img,
.services-icon img,
.main-img-gallery img{
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    height: 100%;
    width: auto !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.carousel-inner .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.hero_single .wrapper {
    display: block
}
.banner-btn {
    background: #fe3b4c;
    padding: 15px 20px;
    transition: .2s;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff !important;
}
.banner-btn:hover {
    background: #fb1427;
}
.heading-line {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    color: #fe3b4c;
}
.heading-line::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.heading-line::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #002128;
    bottom: 0;
    left: calc(50% - 20px);
}
.bg-gray {
    background: #eee;
}
.why-choose-section {
    background: url('../img/contents/curve-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.why-choose-section .why-choose-info .why-choose-item {
    margin: 10px 0px;
}
.why-choose-section .why-choose-info .why-choose-item img {
    height: 40px;
}
.why-choose-section .why-choose-info .why-choose-text p {
    margin: 0px 20px;
}
.app-and-software-section{
    background-color:#ff9900;
    padding: 20px;
}
.common-reason-section {
    padding: 50px 0;
}
.common-services-item {
    padding: 25px 0;
}
.commom-reasons-content {
    background: url('../img/home/background-services.png');
    background-repeat: no-repeat;
    background-position: center;
}
.common-services-text h2 {
    display: block;
    font-weight: 600;
    font-size: 30px;
    color: #fe3b4c;
}
.common-services-item .place-right .services-icon {
    float: right;
}
.common-services-item .place-left .services-icon {
    float: left;
}
.common-services-item .place-right {
    padding-right: 150px;
    padding-left: 40px;
}
.common-services-item .place-left {
    padding-left: 150px;
    padding-right: 40px;
}
.common-services-item .place-right .common-services-text{
    text-align: right;
}
.common-services-item .place-left .common-services-text{
    text-align: left;
}
.common-services-text p {
    font-size: 17px;
}
.common-services-item .place-right .common-services-text, .common-services-item .place-left .common-services-text{
    width: 75%;
    margin: 0 auto;
}
.common-services-item .place-left .common-services-text{
    padding-left: 100px;
    text-align: left;
    /* background: #f8f8f8; */
    padding: 10px 0px 2px 100px;
}
.common-services-item .place-right .common-services-text{
    padding-right: 100px;
    text-align: right;
    /* background: #f8f8f8; */
    padding: 10px 100px 2px 0px;
}
.our-clients-section .list{
    margin: 7px 0;
}
.our-clients-section .list.list-child li {
    padding-left: 20px;
}
/* <testimonials> */
.testimonial_section {
    display: block;
    overflow: hidden;
  }
  .testimonial_section:after {
    display: block;
    clear: both;
    content: "";
  }
  .testimonial_section .about_content {
    background-color: #208bcb;
    padding-top: 77px;
    padding-right: 210px;
    padding-bottom: 62px;
    position: relative;
  }
  .testimonial_section .about_content .background_layer {
    background-color: #208bcb;
    width: auto;
    margin-left: -200px;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .testimonial_section .about_content .layer_content {
    position: relative;
    z-index: 9;
    height: 100%;
  }
  .testimonial_section .about_content .layer_content .section_title {
    margin-bottom: 24px;
    position: relative;
  }
  .testimonial_section .about_content .layer_content .section_title:after {
    display: block;
    clear: both;
    content: "";
  }
  .testimonial_section .about_content .layer_content .section_title h5 {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #818a8f;
    margin-top: -5px;
    margin-bottom: 6px;
  }
  .testimonial_section .about_content .layer_content .section_title h2 {
    font-weight: 300;
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 51px;
    margin-bottom: 0px;
    color: #fff;
  }
  .testimonial_section .about_content .layer_content .section_title h2 strong {
    font-weight: 600 !important;
    width: 100%;
    display: block;
  }
  .testimonial_section .about_content .layer_content .section_title .heading_line {
    position: relative;
  }
  .testimonial_section .about_content .layer_content .section_title .heading_line span {
    transition: all 0.5s ease-in-out 0s;
    position: relative;
  }
  .testimonial_section .about_content .layer_content .section_title .heading_line span:after {
    content: "";
    right: auto;
    left: 69px;
    position: absolute;
    bottom: 28px;
    width: 17px;
    margin-left: 0;
    border-bottom-width: 3px;
    border-bottom-color: #cacaca;
    border-bottom-style: solid;
  }
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
    content: "";
    left: 1%;
    margin-left: 0;
    position: absolute;
    bottom: 28px;
    width: 59px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ff5e14;
}
.testimonial_section .about_content .layer_content .section_title p {
    color: #fff;
    margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a i {
    font-size: 18px;
    vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
    color: #ff5e14;
}
.testimonial_section .testimonial_box {
    margin-top: 60px !important;
    position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
    background-color: #ff5e14;
    margin-left: -170px !important;
    position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
    background-color: #ff5e14;
    width: auto;
    margin-right: -200px;
    right: 0;
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #ff5e14;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #208bcb;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
    position: absolute;
    top: 165px;
    right: 42px;
    border-radius: 0;
    background: #ff5e14;
    display: block;
    outline: 0;
    line-height: 34px;
    color: #fff;
    font-size: 15px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
    padding: 0px 10px;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
    background: #208bcb;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
    position: absolute;
    top: 165px;
    right: 5px;
    border-radius: 0;
    display: block;
    background: #ff5e14;
    outline: 0;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 15px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
    padding: 0px 10px;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
    background: #208bcb;
}
.testimonial-btn {
    background: #ff5e14;
    padding: 15px 20px;
    transition: .2s;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff !important;
}
.testimonial-btn:hover {
    background: #da5a1f;
}
/* </testimonials> */
.mm-menu.mm-theme-dark {
    background: #218bcb;
}
.main-menu ul ul li span a:after {
    float: none;
    right: 5px;
    position: absolute;
}