html {
  overflow-x: hidden;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family: 'Raleway', sans-serif;
    
}
p {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  color: #a6a7aa;
  line-height: 1.4;
  margin-bottom: 15px;
}

em,
li,
li a {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  color: #515769;
}

a {
  font-family: 'Raleway', sans-serif;
  color: #81848f;
  outline: 0;
}

a:focus, a:hover, a:active {
  outline: 0;
  color: #999caa;
  text-decoration: none;
}

.link {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}

.link:after {
  position: absolute;
  top: 8px;
  right: -15px;
  width: 9px;
  height: 2px;
  background: #17bed2;
  content: " ";
}

span {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  color: #bfc1c7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  color: #515769;
  line-height: 1.4;
  margin: 0 0 15px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #515769;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
  color: #999caa;
  text-decoration: none;
}

h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 22px;
}

::selection {
  color: #fff;
  background: #00b2ca;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #00b2ca;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #00b2ca;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/* Section Seperator */
.section-seperator {
  border-bottom: 1px solid #edf0f2;
}

/* Content Wrapper Link */
.content-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  text-decoration: none;
}

/*------------------------------------------------------------------
  	[Accordion]
------------------------------------------------------------------*/
.accordion .panel-default {
  border: none;
}
.panel {
    border: none;
    background-color: #3c0a31;
}
.accordion .panel-heading {
  border-radius: 0;
}
.panel-heading {
    background-color: #3c0a31;
}
.accordion .panel-default > .panel-heading {
  color: #515769;
  background: #fff;
  border: none;
  padding: 0;
}
.accordion .panel-title {
padding: 0px;
}
.accordion .panel-title h3 {
  font-size: 2px;
  text-align: center;
  font-weight: 700;
  color: #d30054; 
}
.accordion .panel-title-child {
  display: block;
  padding: 30px;
}

.accordion .panel-group .panel + .panel {
  border-radius: 0;
  margin-top: 10px;
}

.accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  font-size: 16px;
  border-top: none;
  padding: 0 30px 30px 30px;
  margin-top: -1px;
}

.accordion [aria-expanded="true"],
.accordion .collapse.in {
  color: #fff;
  background: #17bed2;
}

/*------------------------------------------------------------------
  	[Button]
------------------------------------------------------------------*/
.btn-theme {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  border-radius: 35px;
  text-align: center;
  background-color: #fff;
  color: #4b85af;
  border-style: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-theme:focus, .btn-theme:active:focus, .btn-theme.active:focus, .btn-theme.focus, .btn-theme:active.focus, .btn-theme.active.focus {
  outline: none;
}

.btn-theme:hover {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-theme:hover, .btn-theme:focus, .btn-theme.focus {
  text-decoration: none;
}

.btn-theme:active, .btn-theme.active {
  background-image: none;
  outline: 0;
}

.btn-theme.disabled, .btn-theme[disabled],
fieldset[disabled] .btn-theme {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
  pointer-events: none;
}

.btn-white-bg {
  color: #fff;
  background: #515769;
  border-color: transparent;
  border-width: 0;
}

.btn-white-bg:hover, .btn-white-bg:focus, .btn-white-bg.focus {
  color: #fff;
  background: #17bed2;
  border-color: transparent;
}

.btn-white-brd {
  color: #fff;
  background: transparent;
  border-color: #fff;
  border-width: 2px;
}

.btn-white-brd:hover, .btn-white-brd:focus, .btn-white-brd.focus {
  color: #515769;
  background: #fff;
  border-color: #fff;
}

.btn-default-bg {
  color: #515769;
  background: #f3f4f5;
  border-color: transparent;
  border-width: 0;
}

.btn-default-bg:hover, .btn-default-bg:focus, .btn-default-bg.focus {
  color: #fff;
  background: #17bed2;
  border-color: transparent;
}

.btn-theme-sm {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 40px;
}

/*------------------------------------------------------------------
  	[Pricing]
------------------------------------------------------------------*/
.pricing {
  padding: 70px 45px;
  background: #fff;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .pricing {
    margin-top: 0;
  }
}

.pricing.pricing-active {
  padding-top: 110px;
  padding-bottom: 110px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .pricing.pricing-active {
    margin-top: 0;
  }
}

.pricing .pricing-icon {
  display: block;
  font-size: 30px;
  color: #999caa;
  margin-bottom: 30px;
}

.pricing .pricing-list-item {
  position: relative;
  font-size: 13px;
  color: #81848f;
  padding-left: 20px;
  margin-bottom: 10px;
}

.pricing .pricing-list-item:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 2px;
  background: #17bed2;
  content: " ";
  margin-right: 10px;
}

/*------------------------------------------------------------------
  	[Service]
------------------------------------------------------------------*/
.service {
  background: #fff;
  padding: 50px;
}

.service .service-element,
.service .service-info {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.service .service-icon {
  display: block;
  font-size: 30px;
  color: #999caa;
  margin-bottom: 30px;
}

.service:hover .service-element {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.service:hover .service-info {
  -webkit-transform: translate3d(0, -30%, 0);
  -moz-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Work]
------------------------------------------------------------------*/
/* Overlay */
.work {
  position: relative;
  display: block;
}

.work .work-overlay {
  position: relative;
  cursor: pointer;
}

.work .work-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work:hover .work-overlay:before {
  background: rgba(0, 0, 0, 0.5);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Popup */
.work .work-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  background: rgba(81, 87, 105, 0.4);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-popup-overlay-show {
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-popup-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 730px;
  height: auto;
  display: block;
  background: #fff;
  padding: 30px;
  margin: 0 auto;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.work .work-popup-content-divider {
  border-right: 1px solid #cdcecf;
}

@media (max-width: 768px) {
  .work .work-popup-content {
    width: 95%;
  }
  .work .work-popup-content-divider {
    border-right: none;
    border-bottom: 1px solid #cdcecf;
  }
}

.work .work-popup-close {
  float: right;
  font-size: 13px;
  font-weight: 700;
  color: #c5c6cb;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-popup-close:hover {
  color: #aaacb3;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Tag */
.work .work-popup-tag {
  margin: 0;
}

.work .work-popup-tag-item {
  padding: 0 2px;
}

.work .work-popup-tag-link {
  font-size: 13px;
}

/*------------------------------------------------------------------
  	[Footer]
------------------------------------------------------------------*/
.footer .footer-logo {
  width: 100px;
  height: auto;
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list-item {
  color: #777984;
  margin-bottom: 15px;
}

.footer .footer-list-item:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------------
    [Header]
------------------------------------------------------------------*/
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}
.header .navbar {
  background-color: rgb(255, 255, 255);
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 35px 0;
}

.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 1px;
  display: inline-block;
  background: #515769;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  background: #515769;
  content: " ";
}

.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 1px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 1px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon {
  background: #3c0a31;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
  width: 21px;
  height: 1px;
  background: #3c0a31;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}
.header .logo {
  width: 100px;
  float: left;
  max-height: 95px;
  line-height: 65px;
}
.header .logo-wrap {
  display: inline-block;
  padding: 15px 0;
}

.header .logo-wrap:focus, .header .logo-wrap:hover {
  text-decoration: none;
}

.header .logo-img {
  display: inline-block;
  width: 260px;
  height: auto;
  vertical-align: middle;
}

.header .logo-img-main {
  display: inline-block;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .logo-img-active {
  display: none;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.header .nav-item {
  position: relative;
  display: block;
}
.header .nav-item:last-child .nav-item-child {
  padding-right: 0;
}

.header .nav-item .nav-item-hover.active:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item:hover .nav-item-hover:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .nav-item-child {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  color: #393939;
  text-transform: uppercase;
  line-height: 55px;
  padding: 20px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .nav-item-hover {
  position: relative;
    
}
.header .nav-item-hover:after {
  position: absolute;
  top: 45px;
  left: 0;
  width: 9px;
  height: 2px;
  opacity: 0;
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .nav-item-hover2 {
  position: relative;
}
.header .nav-item-hover2:after {
  position: absolute;
  top: 45px;
  left: 0;
  width: 9px;
  height: 2px;
  opacity: 0;
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.dropdown-menu {
    background-color: rgb(255, 255, 255);
    color: #393939;
    
}
.dropdown-menu li a {
  font-size: 14px;
  line-height: 44px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  color: #393939;
  text-transform: uppercase;
}

/* Media Queries below 991px */
@media (max-width: 991px) {
  /* Bootstrap collapse of navigation with a maximum width: 991px
    (Change it to any breakpoint you want to be collapsed) */
  .header {
    background: #fff;
  }
  .header .navbar {
   background-color: white;
  }
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .header .nav-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .header .navbar-nav {
    margin: 0;
    float: none;
  }
  .header .navbar-nav .nav-item {
    float: none;
  }
  /* Menu Container */
  .header .menu-container:before, .header .menu-container:after {
    content: " ";
    display: table;
  }
  .header .menu-container:after {
    clear: both;
  }
  /* Logo */
  .header .logo .logo-img-main {
    display: none;
  }
  .header .logo .logo-img-active {
    display: inline-block;
  }
  /* Navbar Nav */
  .header .nav-item-child {
    color: #4c4c4c;
    line-height: 1.4;
    padding: 12px 12px 12px 15px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
  }
    .header .nav-item-child2 {
    color: #4c4c4c;
    line-height: 1.4;
    padding: 12px 12px 12px 15px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
  }
  .header .nav-item-hover:after {
    position: absolute;
    top: 19px;
  }
}

/* Media Queries below 767px */
@media (max-width: 767px) {
  /* Menu Container */
  .header .menu-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container > .nav-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Media Queries above 992px */
@media (min-width: 992px) {
  /* Navbar */
  .header .navbar-nav-right {
    float: right;
  }
}

/* Page On Scroll */
@media (min-width: 992px) {
  .page-on-scroll .header .navbar {
    background: #fff;
    border-bottom-color: #f0f0f0;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .logo-img-main {
    display: none;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .logo-img-active {
    display: inline-block;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .nav-item-child {
    color: #515769;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
}

/*------------------------------------------------------------------
  	[Contact]
------------------------------------------------------------------*/
.contact-list > li {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #515769;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Form Control]
------------------------------------------------------------------*/
.form-control {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #a6a7aa;
  background: #fafafa;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
}

.form-control::-moz-placeholder {
  color: #fff;
    font-size: 15px;
}

.form-control:-ms-input-placeholder {
  color: #fff;
    font-size: 15px;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
    font-size: 15px;
}

.form-control:focus {
  color: #fff;
  box-shadow: none;
}

.form-control:focus::-moz-placeholder {
  color: #fff;
}

.form-control:focus:-ms-input-placeholder {
  color: #fff;
}

.form-control:focus::-webkit-input-placeholder {
  color: #fff;
}

/*------------------------------------------------------------------
    [Full Screen Carousel]
------------------------------------------------------------------*/
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*------------------------------------------------------------------
    [Carousel]
------------------------------------------------------------------*/
.carousel-indicators {
  left: auto;
  width: auto;
  padding-left: 0;
  margin-left: 0;
}
.carousel-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);

}
.carousel-title {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 60px;
}
.carousel-title span {
  font-size: 50px;
  font-weight: 200;
  color: #fff;
  line-height: 1.1;
}
.carousel-centered p {
  font-size: 20px;;
  color: #fff;
¡
}

@media (max-width: 768px) {
  .carousel-title {
    font-size: 60px;
  }
}

@media (max-width: 400px) {
  .carousel-title {
    font-size: 50px;
  }
  .carousel-title span {
  font-size: 50px;
  }
}

/*------------------------------------------------------------------
    [Swiper Slider]
------------------------------------------------------------------*/
.swiper-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-clients-img {
  display: block;
  width: 190px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.swiper-clients-img:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Text Colors]
------------------------------------------------------------------*/
.color-base {
  color: #17bed2 !important;
}

.color-white {
  color: #fff !important;
}

.color-heading {
  color: #515769 !important;
}

.color-subtitle {
  color: #a6a7aa !important;
}

.color-link {
  color: #81848f !important;
}

.color-link-hover {
  color: #999caa !important;
}

.color-sky-light {
  color: #fafafa !important;
}

/*------------------------------------------------------------------
  	[Background Colors]
------------------------------------------------------------------*/
.bg-color-base {
  background: #17bed2 !important;
}

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

.bg-color-heading {
  background: #515769 !important;
}

.bg-color-subtitle {
  background: #a6a7aa !important;
}

.bg-color-link {
  background: #81848f !important;
}

.bg-color-link-hover {
  background: #999caa !important;
}

.bg-color-sky-light {
  background: #fafafa !important;
}

/*------------------------------------------------------------------
    [Row]
------------------------------------------------------------------*/
.row-space-1 {
  margin-right: -1px;
  margin-left: -1px;
}

.row-space-1 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

/*------------------------------------------------------------------
  	[Content]
------------------------------------------------------------------*/
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*------------------------------------------------------------------
    [Full Width]
------------------------------------------------------------------*/
.full-width {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------
    [Font Weight]
----------------------------------------------------*/
.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-0 {
  margin-right: 0 !important;
}

.margin-r-5 {
  margin-right: 5px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

/*------------------------------------------------------------------
    [Top margin]
------------------------------------------------------------------*/
.margin-t-0 {
  margin-top: 0 !important;
}

.margin-t-5 {
  margin-top: 5px !important;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-t-30 {
  margin-top: 30px !important;
}

.margin-t-40 {
  margin-top: 40px !important;
}

.margin-t-50 {
  margin-top: 50px !important;
}

.margin-t-60 {
  margin-top: 60px !important;
}

@media (max-width: 992px) {
  .md-margin-t-0 {
    margin-top: 0 !important;
  }
  .md-margin-t-5 {
    margin-top: 5px !important;
  }
  .md-margin-t-10 {
    margin-top: 10px !important;
  }
  .md-margin-t-20 {
    margin-top: 20px !important;
  }
  .md-margin-t-30 {
    margin-top: 30px !important;
  }
  .md-margin-t-40 {
    margin-top: 40px !important;
  }
  .md-margin-t-50 {
    margin-top: 50px !important;
  }
  .md-margin-t-60 {
    margin-top: 60px !important;
  }
}

@media (max-width: 768px) {
  .sm-margin-t-0 {
    margin-top: 0 !important;
  }
  .sm-margin-t-5 {
    margin-top: 5px !important;
  }
  .sm-margin-t-10 {
    margin-top: 10px !important;
  }
  .sm-margin-t-20 {
    margin-top: 20px !important;
  }
  .sm-margin-t-30 {
    margin-top: 30px !important;
  }
  .sm-margin-t-40 {
    margin-top: 40px !important;
  }
  .sm-margin-t-50 {
    margin-top: 50px !important;
  }
  .sm-margin-t-60 {
    margin-top: 60px !important;
  }
}

@media (max-width: 480px) {
  .xs-margin-t-0 {
    margin-top: 0 !important;
  }
  .xs-margin-t-5 {
    margin-top: 5px !important;
  }
  .xs-margin-t-10 {
    margin-top: 10px !important;
  }
  .xs-margin-t-20 {
    margin-top: 20px !important;
  }
  .xs-margin-t-30 {
    margin-top: 30px !important;
  }
  .xs-margin-t-40 {
    margin-top: 40px !important;
  }
  .xs-margin-t-50 {
    margin-top: 50px !important;
  }
  .xs-margin-t-60 {
    margin-top: 60px !important;
  }
}

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-2 {
  margin-bottom: 2px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .md-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
.height-100 {
  height: 100px !important;
}

.height-200 {
  height: 200px !important;
}

.height-300 {
  height: 300px !important;
}

.download-btn {
    margin-top: 50px;
    margin-bottom: 50px
}
.home-btn,
.home-btn:focus,
.home-btn:active,
.home-btn:visited {
    background: transparent;
    border-color: #e35000;
    color: #e35000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.home-btn:hover {
    background-color: #e35000;
    color: #fff;
}

.hold-btn,
.hold-btn:focus,
.hold-btn:active,
.hold-btn:visited {
    background: transparent;
    border-color: #fff;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.hold-btn:hover {
    background-color: #fff;
    color: #e35000;
}

.section_title {
    padding-top: 90px;
    padding-bottom: 50px;
}
.section_title h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 30px;
    font-weight: 400;
}
.section_title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 1px;
    background-color: #e35000;
    left: 50%;
    margin-left: -30px;
}
.section_title p {
    text-align: center;
    margin-top: 45px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

/*---------------------------------------
   SECTION ABOUT              
-----------------------------------------*/



.about {
    background: #eaeaea;
}
.inner_about_area {
    padding-top: 50px;
}
.inner_about_title {
    padding-bottom: 50px;
}
.inner_about_title h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    position: relative;
    color: #2f2f2f;
}
.inner_about_title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background: #e35000;
    height: 1px;
}
.inner_about_title p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 40px;
    color: #747474;
}
.inner_about_desc {} .single_about_area {
    position: relative;
    padding-bottom: 4px;
    padding-left: 80px;
}
.single_about_area div {
    position: absolute;
    top: 0px;
    left: 0px;
}
.single_about_area div i {
    font-size: 55px;
    color: #BABABA;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.single_about_area h3 {
    color: #343434;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
.single_about_area p {
    color: #727272;
    font-size: 15px;
}
.single_about_area:hover div i {
    color: #e35000;
}
.about_phone img {} @media (min-width: 991px) and (max-width: 1200px) {
    .about_phone img {
        margin-top: 184px;
        width: 80%;
        margin-right: 20%

    }  
}

.about {} @media (max-width: 400px){

 .about {
    margin-top: -180px;
  }   
}

/*---------------------------------------
   SECTION FEATURES              
-----------------------------------------*/

.features {
    background-color: #f1f1f1
}
.feature_inner {
    padding-top: 30px;
    padding-bottom: 70px;
}
.feature_iphone {} .feature_iphone img {
    width: 100%;
}
.right_single_feature {
    position: relative;
    padding-left: 90px;
    margin-bottom: 65px;
    margin-top: 35px;
}
.right_single_feature div {
    position: absolute;
    font-size: 40px;
    color: #e35000;
    left: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    top: -8px;
}
.right_single_feature h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333333;
}
.right_single_feature h3 span {
    color: #e35000;
}
.right_single_feature p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
/*left feature*/

.left_single_feature {
    position: relative;
    padding-right: 90px;
    margin-bottom: 65px;
    text-align: right;
    margin-top: 35px;
}
.left_single_feature div {
    position: absolute;
    font-size: 40px;
    color: #e35000;
    right: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    top: -8px;
}
.left_single_feature h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333333;
}
.left_single_feature h3 span {
    color: #e35000;
}
.left_single_feature p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.right_no_padding {
    padding-left: 15px;
}
.left_no_padding {
    padding-right: 15px;
}
@media (min-width: 991px) and (max-width: 1200px) {
    .right_single_feature {
        margin-left: -60px;
    }
    .left_single_feature {
        margin-right: -60px;
    }
    .feature_iphone {
        margin-top: 35px;
    }
    .right_single_feature h3,
    .left_single_feature h3 {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}


/*---------------------------------------
   SECTION CONTACT              
-----------------------------------------*/

.contact {
    background: url(../img/bg-emp.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.contact_form {
    padding-top: 30px;
}
.contact_form .form-control {
    display: block;
    width: 100%;
    height: 90px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    background-image: none;
    margin-bottom: 15px;
    opacity: .8;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}
.forms-control {
    display: block;
    width: 100%;
    height: 150px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    background-image: none;
    margin-bottom: 15px;
    opacity: .8;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}
.contact_form .form-control:focus {
    border-bottom: 1px solid #fff;
    color: #fff;
    outline: 0px none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(102, 175, 233, 0.6);
}
.contact_form {} .form-control:-webkit-input-placeholder {
    color: #fff;
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: #fff;
}
.form-control:-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff;
}
.form-control:-ms-input-placeholder {
    color: #fff;
}
.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited {
    background-color: transparent;
    border: 1px solid #e35000;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #e35000;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}
.submit-btn:hover {
    background-color: #e35000;
    color: #fff;
    border-color: #e35000;
}
.social_icons {
    padding-top: 50px;
    padding-bottom: 70px;
}
.social_icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.social_icons ul li {
    list-style: none;
    display: inline;
    padding-left: 10px
}
.social_icons ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    line-height: 49px;
    color: #9d9d9d;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.social_icons ul li a i {
    font-size: 20px;
}
.social_icons ul li a:hover {
    background: #e35000;
    border: 1px solid #e35000;
    color: #fff
}
.error {
    color: #e35000;
    display: block;
    padding-bottom: 15px;
    font-size: 18px
}
.error i {
    padding-right: 10px;
    font-size: 18px
}
.Sucess {
    color: #4DB849;
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: center;
}
.Sucess i {
    padding-right: 10px;
    font-size: 18px;
    color: #4DB849
}
.contact_form .form-control {
    color: #fff;
}
#message {
    height: 117px;
    resize: none;
}









/*---------------------------------------
   SECTION TESTIMONIAL              
-----------------------------------------*/


/*---------------------------------------
   SECTION FOOTER              
-----------------------------------------*/

footer {
    background-color: #2f6790;
    padding-bottom: 15px;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer h2 {
    height: 0px;
    margin: 0px;
}
footer p {
    color: #efefef;
    font-size: 14px;
    font-weight: 00;
}
footer .fa {
    color: #efefef;
    font-size: 22px;
    padding: 9px;
    margin-top: 20px;
}
footer span {
    color: #efefef;
    font-size: 12px;
}

/*------------------------------------------------------------------
    [Fun-Facts]
------------------------------------------------------------------*/

#fun-facts {
  background: #24242a;
  padding: 20px 0;
  text-align: center;
}
#fun-facts .col-lg-3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#fun-facts .col-lg-3 i {
  margin: 40px 0 ;
  color: #e35000;
}
#fun-facts h2 {
  text-transform: uppercase;
  color: #e35000;
}
#fun-facts p {
  color: #e35000;
}
#fun-facts h4 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 100;
  font-size: 16px;
}
#fun-facts .number {
  color: #e35000;
  font-weight: 700;
  padding: 10px 0;
  margin: 0;
}
#fun-facts span {
  font-size: 48px;
  color: #e35000;
  margin-bottom: 15px;
}

/*------------------------------------------------------------------
    [Items]
------------------------------------------------------------------*/

.items {
    text-align: center;
    background-color: #efefef;
}
.items .row{
    margin-top: 80px;
    margin-bottom: 80px;
}
.item-text {
    background-color: #ffffff;
    height: 350px;
    padding: 5px 20px;
}
.item-text h3, .item-text-bg h3, .item-text-bg1 h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #e35000;
}
.item-text p, .item-text-bg p, .item-text-bg1 p {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
}
.item-img {
    height: 350px;
    padding: 0px;
    transition: 0.5s;
}
.item-img img {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item-img:hover {
    transition: 0.5s;
    filter: brightness(0.4);
}
.item-image{
    height: 350px;
    padding: 0px;
    transition: 0.5s;
}
.item-image:hover{
    height: 350px;
    padding: 0px;
    transition: 0.5s;
    filter: brightness(0.4);
}
.item-image img {
    width: 100%;
    height: 100%;
    background-size: contain; 
}
.item-text-bg {
    background-color: #ffffff;
    height: 350px;
    padding: 5px 50px;
}
.item-text-bg1 {
    background-color: #e5e5e5;
    height: 350px;
    padding: 5px 50px;
}



/*------------------------------------------------------------------
    [Parallax Content]
------------------------------------------------------------------*/

.parallax-content {
  padding-top: 230px;
  padding-bottom: 90px;
}
.parallax-content h2{
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 60px;
}
.parallax-content span{
  font-size: 50px;
  font-weight: 200;
  color: #fff;
  line-height: 1.1;
}
.parallax-content p {
  font-size: 18px;;
  color: #fff;
}

/*------------------------------------------------------------------
    [Business]
------------------------------------------------------------------*/

.business {
    background-color: #f1f1f1;
    padding-top: 70px;
    padding-bottom: 70px; 
}
.ness {
    padding: 30px;
}
.ness h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    color: #484848;
    text-align: center;
    margin-bottom: 60px;
}
.ness li {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
}
.ness p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #646464;
    
}
.logo-ness {
    height: 300px;
    text-align: center;
     margin:0px auto;
    text-align:center;
}
.logo-ness img {
    margin-top: 70px;
}
.ficha h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    color: #484848;
    text-align: center;
    margin-top: 60px;
}
.records {
    height: 220px;
    margin-top: 60px;
    text-align: center;
    padding: 10px;
    transition: 0.3s;
    cursor: pointer;
}
.records:hover {
    background-color: #ebe5e5;
    transition: 0.3s;
}
.records h4 {
    text-align: center;
    margin: 20px;
    font-size: 13px;
    text-transform: uppercase;
}
.records img {
    margin: auto;
}


.sigu h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    color: #484848;
    text-align: center;
    margin-top: 60px;
}
.sig {
    height: 320px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    margin-top: 60px;
}
.sig h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 13px;
    text-transform: uppercase;
}
.sig img {
    margin: auto;
}

/*------------------------------------------------------------------
    [Holding]
------------------------------------------------------------------*/

.holding {
    margin: 0px 0;
    margin-bottom: 60px;
    background: url(../img/bg-emp.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hold {
    height: 200px;
    margin-top: 20px;
}
.hold img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
.overlai {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.48);
}
.overlai i {
    font-size: 30px;
    color: #fff;
}

.hold:hover .overlai {
    opacity: 0.9;
}
.hold .overlai .boton {
    text-align: center;
}


/*------------------------------------------------------------------
    [about]
------------------------------------------------------------------*/

.about {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fafafa;
}
.about .hist {
  padding-top: 40px;
  padding-bottom: 40px;
}
.about .it {
  padding: 0px 25px;
}
.about h3 {
  font-weight: 300;
  font-size: 36px;
  color: #4b85af;
  text-align: center;
  margin-bottom: 30px;
}
.about p {
    text-align: justify;
    font-weight: 500;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 30px; 
}
.about li {
    text-align: justify;
    font-weight: 500;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 25px;
}
.about .map{
  background-color: #24242a;
  padding-top: 70px;
  padding-bottom: 70px;
}


.about {} @media (max-width: 400px){

 .about {
    margin-top: -120px;
    background: none;
    margin-bottom: -80px;
  }   
}
.about {} @media (max-width: 991px){

 .about {
    margin-top: -120px;
    background: none;
    margin-bottom: -80px;
  }   
}

/*------------------------------------------------------------------
    [Pilares]
------------------------------------------------------------------*/

.equipo {
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #fff;
}
.coequi {
    margin-top: 80px;
    margin-bottom: 80px;

}
.equi p {
    text-align: justify;
    font-weight: 500;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 25px;
}




.conv {
    background-color: #4b85af;
    margin: 70px 0 30px 0;
    padding: 20px 0 20px 0;
}
.con h2 {
  font-weight: 400;
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 70px;
  letter-spacing: 2px;   
}







.welcol {
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #fff;
}
.welcol hr {
    border-bottom: 1px solid rgba(76, 76, 76, 0.19);
    width: 350px;
    margin-top: 40px;
}
.welcol .pil {
    padding: 20px 50px;
}
.wel {
  margin-top: 50px; 
}
.wel .im {
  margin-top: 30px; 
}
.wel .im img {
  opacity: 1;
  transition: 0.3s;
}
.wel .im img:hover {
  opacity: 1;
  transition: 0.3s; 
}
.wel h2 {
  font-weight: 500;
  font-size: 50px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 10px;
  letter-spacing: 2px;
}
.wel span {
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 16px;
  color: #4b85af;
  text-transform: uppercase;
}
.wel p {
  font-weight: 500;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 30px; 
}
.wel li {
  font-weight: 500;
  color: #4c4c4c;
  font-size: 15px;
}

.btn-theme-wel {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  border-radius: 35px;
  text-align: center;
  background-color: #4b85af;
  color: #fff;
  border-style: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 40px;
}




.video-wrapper{
	background-image: url(../img/bg-video.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    margin-top: 60px;
}
.video{
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: center;
	background: rgba(185, 185, 185, 0.0);
	padding: 60px 0;
}
.video h3 {
    color: #fff;
    font-size: 28px;
    color: #4b85af;
}
.video p{
	color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
    color: #000;
}
.fa-play:before{
	padding-left: 10px; 
}




.concep {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #4b85af;
    margin-top: 90px;
    margin-bottom: 90px;
    background: url(../img/bg-.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.concep .concept h2 {
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    margin-top: 20px; 
    line-height: 30px;
}
.concep .concept i {
    font-size: 48px;
    color: #fff;
    margin-bottom: 10px;
}
.concep .concept hr {
    width: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}


.concep {} @media (max-width: 400px){

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

 .concept {
    margin-top: 30px;
    margin-bottom: 80px;
  }   
}


.sli {
    background: url(../img/06.jpg) no-repeat center center fixed;
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.sli h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 60px;
  margin-top: 160px;
}
.sli span {
  font-size: 50px;
  font-weight: 200;
  color: #fff;
  line-height: 1.1;
}
.sli p {
  font-size: 16px;;
  color: #fff;
}






/*------------------------------------------------------------------
    [categorias]
------------------------------------------------------------------*/
.clientes {
    margin-top: 20px;
    margin-bottom: 80px;
}
.cli {
    margin-bottom: 20px;
}
.clientes h2 {
  font-weight: 400;
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
}
.clientes h3 {
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 16px;
  color: #4b85af;
  margin-bottom: 80px;
  text-transform: uppercase;
}

.cli .carousel-indicators {
  left: auto;
  width: 0 auto;
}
.cli .carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #4b85af;
    margin: 1px;
   
}
.cli .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border: 0px solid #4b85af;
    background: #4b85af;
}

.cli .carousel .item {
    background-color: #fff;
    margin-bottom: -480px;
}
.cli .carousel .item .img-box {
	background: #fff;
	padding: 90px;
    background-repeat: no-repeat;
    margin: auto;
}
.cli .carousel .item img {
    margin: auto; 
}
.indi {
    margin: 0 auto;
}








.contenido {
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: #fafafa;    
}
.contenido-cian {
  padding-top: 30px;
  padding-bottom: 70px;
  background: url(../img/bg-consul.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   
}
.contenido hr {
    border-bottom: 3px solid #4b85af;
    width: 80px;
    margin-left: 1px;
    margin-bottom: 60px;
}
.contenido-cian hr {
    border-bottom: 3px solid #fff;
    width: 80px;
    margin-left: 1px;
    margin-bottom: 60px;
}
.conte h2 {
  font-weight: 300;
  font-size: 36px;
  color: #000;
  margin-bottom: 30px;
      padding-top: 30px;
  margin-top: 50px;
}
.conte-cian  {
  padding-left: 50px;
}
.conte-cian h2 {
  font-weight: 300;
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
    padding-top: 40px;
  margin-top: 50px; 
}
.conte p {
  font-weight: 500;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 30px; 
  padding-right: 60px;
  text-align: justify;
}
.conte-cian p {
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 30px; 
  padding-right: 60px;
  text-align: justify;

}
.conte li {
    font-weight: 500;
  color: #4c4c4c;
  font-size: 15px;
  margin-bottom: 30px; 
  padding-right: 60px;
    line-height: 25px;
}
.conte-cian li {
    font-weight: 500;
  color: #fff;
  font-size: 15px;
  margin-bottom: 30px;
    line-height: 25px;

}
.imacont img {
    margin-top: 130px;
}






/*------------------------------------------------------------------
  	[Promo Section]
------------------------------------------------------------------*/
@media (max-width: 991px) {
  .promo-section .promo-section-col {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .promo-section {
    position: relative;
  }
  .promo-section .promo-section-col {
    width: 45%;
  }
  .promo-section .promo-section-col h2 {
  font-weight: 300;
  font-size: 36px;
  color: #000;
  margin-bottom: 30px;
  margin-top: 50px; 
  }
  .promo-section .promo-section-col p {
  font-weight: 500;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 30px; 
  padding-right: 60px; 
  }
  .promo-section .promo-section-col li {
  font-weight: 500;
  color: #4c4c4c;
  font-size: 15px;
  margin-bottom: 30px; 
  padding-right: 60px; 
  }
  .promo-section .promo-section-col hr {
    border-bottom: 3px solid #4b85af;
    width: 80px;
    margin-left: 1px;
    margin-bottom: 60px; 
  }
  .promo-section .promo-section-img-left {
    position: absolute;
    top: 0;
    right: 50%;
  }
  .promo-section .promo-section-img-right {
    position: absolute;
    top: 0;
    left: 50%;
  }
  .promo-section .ver-center {
    display: table;
    height: 400px;
  }
  .promo-section .ver-center-aligned {
    display: table-cell;
    vertical-align: middle;
  }
}







/*------------------------------------------------------------------
    [contacto]
------------------------------------------------------------------*/
.contacto {
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: #4b85af;
}
.conta h2 {
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px; 
}
.conta h3 {
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px; 
}
.conta i {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;    
}
.contacto .conta p {
  font-weight: 500;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 90px; 
}

.btn-theme-con {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  border-radius: 35px;
  text-align: center;
  background-color: #fff;
  color: #4b85af;
  border-style: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 40px;
  border: 1px solid #fff;
  margin-top: 30px;
}

.btn-theme-con:hover {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  border-radius: 35px;
  text-align: center;
  background-color: #4b85af;
  color: #fff;
  border-style: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 40px;
  border: 1px solid #fff;
  margin-top: 30px;
}


/*------------------------------------------------------------------
    [Bass]
------------------------------------------------------------------*/

.bass {
    padding-top: 50px;
    padding-bottom: 70px;
    background: url(../img/bg-emp.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.bass .he p {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #505050;
}
.he{
    margin-bottom: 70px;
    margin-top: 90px;
}
.bass h3 {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 24px;
    color: #e35000;
    text-align: left;
    text-transform: uppercase;
}
.serv{
    

}
.textse{
    padding: 50px 20px;
    
}

.bass p {
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #505050;
}
.bass li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #505050;
    margin-bottom: 30px;
}
.pict {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pict2 {
    height: 500px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid rgba(255, 255, 255, 0);
}
.pict1 {
    height: 500px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid rgba(255, 255, 255, 0);
}


.accordiona {
    background-color: #3c0a31;
    color: #d30054;
    cursor: pointer;
    padding: 28px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    border-radius: 50px;
    font-weight: 700;
}

.activa, .accordiona:hover {
    background-color: #d30054;
    color: #fff;
}

.panela {
    padding: 0 18px;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.galery-alegria {
    padding-top: 0px;
    padding-bottom: 30px;
    background-color: #fff;
    background: url(../img/bg-catego.png) no-repeat center center;
    background-size: cover;
    background-color: #fff;
}
.pict  {
    padding: 0;
}
.img-responsive {
    width: 100%;
    height: 100%;
    background-size: contain;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(211, 0, 84, 0.7);
    
}
.pict:hover .overlay {
    opacity: 1;
}
.text {
    color: white;
    text-transform: uppercase;
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}



.fothi {
    margin-top: 45px;
}
.fothi h3 {
  font-weight: 300;
  font-size: 36px;
  color: #4b85af;
  text-align: left;
  margin-bottom: 30px;
}
.fothi span{
  font-weight: 500;
  font-size: 36px;
  color: #4b85af;
  text-align: left;
  margin-bottom: 30px;
}
.texthi {
  margin-top: 110px;
}
.fothi img {
  
}
.texthi p {
  font-weight: 500;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 20px; 
  text-align: justify;
}
.texthito {
  margin-top: 40px;
}
.texthito p {
  font-weight: 500;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 20px; 
  text-align: justify;
  margin-top: 10px;
}
.texthito li {
  font-weight: 500;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 20px; 
  text-align: justify;
  margin-left: 20px;
  margin-bottom: 10px; 
  list-style-type: circle;
}

    




/* 14. BLOG */
	
	#page-header{
		background-color: #f5f5f5;
		padding-top: 50px;
		padding-bottom: 0px;
		position: relative;
		margin-bottom: 50px;
		margin-top: 80px;
	}

.bl hr {
    border-bottom: 1px solid #4b85af;
    margin-left: 1px;
    margin-bottom: 60px;
    margin-top: 60px;
}
	.single-blog{
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.post-title{
		margin-top: 20px;
		margin-bottom: 5px;
          font-weight: 500;
  font-size: 30px;
        text-transform: uppercase;
  color: #000;
	}
    .post-article {
    margin-top: 60px;
    
}
.post-article p {
      font-weight: 500;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 30px; 
  padding-right: 60px;
  text-align: justify;
    
}
	.post-meta{
		margin-bottom: 15px;
	}

	.post-meta span{
		margin-right: 6px;
		font-size: 12px;
		font-weight: 600;
		opacity: 0.6;
	}

	.post-meta span:hover{
		opacity: 1;
	}

	.post-carousel-left, 
	.post-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.post-carousel-left {
		left:-32px;
	}

	.post-carousel-right {
		right:-32px;
	}

	#post-carousel:hover .post-carousel-left {
		left:0;
	}

	#post-carousel:hover .post-carousel-right {
		right:0;
	}

	.post-link{
		background-color: #f5f5f5;
		text-align: center;
		padding: 40px 0;
		font-size: 16px;
		font-weight: 600;
	}

	.post-quote{
		background-color: #f5f5f5;
		padding: 30px;
		font-size: 16px;
		font-weight: 500;
		font-style: italic;
	}

	#blog .pagination{
		margin-bottom: 80px;
        margin-top: 80px;
	}

	#blog .pagination li a{
		width: 35px;
		height: 35px;
		line-height: 31px;
		text-align: center;
		font-size: 16px;
		color: #a3a3a3;
		border: 1px solid #d1d1d1;
		padding: 0;
		margin-right: 5px;
		border-radius: 0;
	}

	#blog .pagination li.active a,
	#blog .pagination li a:hover{
		background-color: transparent;
		border-color: #000;
		color: #000;
	}

	.sidebar-widget{
		margin-top: 35px;
		margin-bottom: 50px;
        margin-left: 60px;
	}

	.sidebar-widget .sidebar-title{
		margin-top: 0;
		margin-bottom: 20px;
	}

	.sidebar-widget ul{
		list-style: square;
		margin: 0;
		padding-left: 18px;
	}

	.sidebar-widget ul li{
		margin-bottom: 10px;
		font-weight: 500;
	}
	.sidebar-widget ul li a{
		font-size: 22px;
	}

	.blog-search{
		position: relative;
	}

	.blog-search input {
		border: 1px solid #d6d6d6;
		color: #8d8d8d;
		height: 44px;
		outline: medium none;
		padding: 0 50px 0 17px;
		width: 100%;
	}

	.blog-search span {
		color: #252525;
		font-size: 12px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.blog-search .search-submit {
		background: none;
		border: none;
	}

	.blog-search:after {
		background-color: #d6d6d6;
		content: "";
		display: block;
		height: 27px;
		position: absolute;
		right: 40px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 1px;
	}

	.sidebar-widget .tagcloud a{
		padding: 4px 10px;
		border: 1px solid #ccc;
		margin: 3px 1px;
		display: inline-block;
	}

	.sidebar-widget .tagcloud a:hover{
		border-color: #000;
		color: #000;
	}

	ul.content-flickr {
		margin: 0;
		overflow: hidden;
		padding: 0;
	}

	ul.content-flickr li {
		display: block;
		float: left;
		padding: 5px 10px 5px 0;
		width: 33.33%;
	}

	.content-flickr li a {
		display: block;
		position: relative;
		width: 100%;
	}



