/*
	Template Name: BizCraft Responsive HTML5/CSS3 Template
	Author: themefisher
	Author URI: http://themefisher.com
	Description: BizCraft Responsive HTML5/CSS3 Template.
	Version: 1.0
*/
/* Table of Content
==================================================
1.	Global Styles
2. 	Typography
3. 	Common Styles
4.	Header area
5.	Slideshow
6.	Services and Features
7.	Image Block
6.	About (Landing and Featured Tab)
9.	Portfolio
10.	Counter
11.	Team
12.	Pricing
13.	Testimonial
14. Video block
15.	Recent Post
16. Clients
17. Twitter
18. Contact
19. Footer
20. Copyright
21. Sub pages
22. Blog
23. Landing page
24.	Style Swithcer (you can delete the css) */
@font-face {
  font-family: 'BubblegumSans';
  src: url("../fonts/BubblegumSans/BubblegumSans-Regular.ttf") format('truetype');
  font-style: normal;
  font-display: swap;    
}
body, p {
  font-family: 'Comic Sans MS', sans-serif, ;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'BubblegumSans';
  text-transform: none;
  letter-spacing: 0.5px;
}

h1, .h1 {
  font-size: 36px;
  line-height: 48px;
}

h2, .h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

h4, .h4 {
  font-size: 18px;
  line-height: 28px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 24px;
}

.color-principal {
  color: #0276D5 !important;
}

.color-secundario {
  color: #FDB9D4 !important;
}

.color-blanco {
  color: #FFF !important;
}

.title-main {
  font-family: 'BubblegumSans' !important;	
  text-transform: none;
  font-size: 36px !important;
  line-height: 50px !important;
  font-weight: 500;  	
}

.title-sub {
  font-family: 'BubblegumSans' !important;	
  text-transform: none;
  font-size: 25px !important;
  line-height: 40px !important;
}

.slider-btn {
  font-family: 'BubblegumSans' !important;
  font-size: 22px !important;
}

.slider-btn:hover {
  background-color: rgba(2, 118, 213, 0.5) !important;
}

.slider-title {
  text-transform: none;
  font-size: 44px !important;
  line-height: 56px !important;
  font-weight: 600;  
}

.slider-subtitle {
  text-transform: none;
  font-size: 24px !important;
  line-height: 34px !important;
}

.typing-title {
  text-transform: none;
  font-size: 32px !important;
  line-height: 44px !important;
  font-weight: 500; 
}

.menu-options {
  font-family: 'BubblegumSans';
  padding-left: 20px !important;
  text-transform: none !important;
  font-size: 20px !important;
  color: #FFF !important;
}

.menu-options:hover {
  color: #FDB9D4 !important;
}

.menu-icons {
  font-family: 'BubblegumSans';	
  padding-left: 20px !important;
  text-transform: none !important;
  font-size: 28px !important;
  color: #FFF !important;
}

.menu-icons:hover {
  color: #FDB9D4 !important;
}

.navbar-menu-icons {
  padding-left: 100px !important;
}

.icon-xl {
  font-size: 200px;
}

.btn.btn-primary {
  color: #323232;
  border-radius: 50px;
  padding: 10px 30px;
  background: none;
  font-size: 14px;
  transition: all 0.3s ease 0s;
}

.btn.btn-primary:hover {
  color: #fff;
}

.btn.btn-primary.white {
  border: 2px solid #fff;
  color: #fff;
}

.btn.btn-primary.white:hover {
  border: 2px solid transparent;
}

.btn.btn-primary.ini {
	font-family: 'BubblegumSans' !important; 
    font-size: 20px;
}

.btn.btn-primary.square {
  border-radius: 0;
  color: #fff;
}

.btn.btn-primary.solid {
  color: #fff;
}

.btn.btn-primary.solid.blank:hover {
  color: #333;
}

.btn.btn-primary.solid:hover {
  background: none;
}

.btn.btn-delete {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn.btn-add {
  color: #fff;
  background-color: #0276D5;
  border-color: #0276D5;
}

.btn.btn-wsp {
  background: #2BB741;
  padding: 6px 30px;
  border-radius: 10px;
  color: #FFF;
  transition: none;
  transition: 0.3s;
  border: 2px solid #2BB741 !important;  
}

.btn.btn-mys {
  background: #0276D5;
  padding: 6px 30px;
  border-radius: 10px;
  color: #FFF;
  transition: none;
  transition: 0.3s;
  border: 2px solid #0276D5 !important;  
}

.btn.btn-mys2 {
  background: #0276D5;
  padding: 6px 30px;
  border-radius: 10px;
  color: #FFF;
  transition: none;
  transition: 0.3s;
  border: 2px solid #0276D5 !important;  
}

.btn-mys2:hover {
  background: #FDB9D4;
  color: #0276D5; 
  border: 2px solid #FDB9D4 !important;    
}

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #6A6A6A;
  background: #fff;
}

.font-15 { font-size: 15px !important; }
.font-20 { font-size: 20px !important; }
.font-25 { font-size: 25px !important; }
.font-30 { font-size: 30px !important; }
.font-35 { font-size: 35px !important; }
.font-40 { font-size: 40px !important; }

h1,
h2,
h3 {
  color: #323232;
}

.body-inner {
  position: relative;
  overflow: hidden;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a.read-more {
  color: #323232;
}

.lnkContact {
  color: #000 !important;
}

.lnkContact:hover {
	color: #6A6A6A !important;
}

section {
  padding: 80px 0;
  position: relative;
}

.section2 {
  padding: 10px 0 !important;
}

.section3 {
    padding: 40px 0 !important;
    position: relative;
}

.ts-padding {
  padding: 25px;
}

.p-0 {
  padding: 0;
}

.media > .float-left {
  margin-right: 20px;
}

.heading {
  padding-bottom: 50px;
  margin-top: 10px;
  transition: all 0.3s ease 0s;
}

.heading2 {
  padding-bottom: 20px;
  margin-top: 10px;
  transition: all 0.3s ease 0s;
}

.gap-150 {
  clear: both;
  height: 150px !important;
}

.gap-100 {
  clear: both;
  height: 100px !important;
}

.gap-80 {
  clear: both;
  height: 80px !important;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-50 {
  clear: both;
  height: 50px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

a:focus {
  outline: 0;
}

ul.circle,
ul.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.circle li {
  position: relative;
  margin-left: 30px;
  padding-bottom: 20px;
}

ul.circle li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 8px;
  line-height: 8px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  position: absolute;
  left: -33px;
  top: 5px;
}

ul.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.check-list li {
  margin-bottom: 5px;
}

ul.check-list li i {
  margin-right: 10px;
  font-size: 14px !important;
}

ul.arrow li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
}

blockquote p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-style: italic;
  color: #959595;
}

blockquote {
  margin: 20px 0;
  padding: 10px 20px;
}

/* Common styles
================================================== */
/* Angle */
.angle:before {
  background: #fff;
  content: "";
  height: 75px;
  top: -37px;
  position: absolute;
  width: 100%;
  z-index: 2;
  -webkit-transform: skew(0deg, 2deg);
          transform: skew(0deg, 2deg);
}

.portfolio.angle:before {
  background: #f5f5f5;
}

.portfolio.angle {
  padding-bottom: 120px;
}

.clients.angle {
  padding: 120px 0;
}

/* Parallax */
.parallax {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: fixed !important;
  padding: 110px 0;
  color: #fff;
  position: relative;
}

.parallax h2,
.parallax h3 {
  color: #fff;
  margin-top: 0;
}

.parallax .btn {
  color: #fff;
}

.parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/overaly.png);
}

.parallax h3 {
  margin-bottom: 30px;
}

.parallax1 {
  background: url(../images/parallax/parallax1.jpg) no-repeat;
}

.parallax2 {
  background: url(../images/parallax/parallax2.jpg) no-repeat;
}

.parallax3 {
  background: url(../images/parallax/parallax3.jpg) no-repeat;
}

.parallax4 {
  background: url(../images/parallax/parallax4.html) no-repeat;
}

.parallax .btn.solid {
  margin-left: 10px;
}

/* Deafult title */
.title-icon {
  font-size: 32px;
  margin-right: 15px;
  margin-top: 9px;
  color: #0276D5;
}

.title-icon:hover {
  color: #FDB9D4 !important;
}

.title-icon.classic {
  margin-top: 0;
}

.title {
  position: relative;
  margin: 0;
  line-height: 32px;
  border-left: 2px solid #e7e7e7;
  display: inline-block;
  padding-left: 15px;
  transition: all 0.3s ease 0s;
}

.title.classic {
  line-height: 40px;
  height: 34px;
}

.title-desc {
  font-family: 'Comic Sans MS', serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-transform: capitalize;
  display: block;
  color: #aaaaaa;
}

/* Title style 2 */
.title2 {
  position: relative;
  margin-top: 30px;
}

.title2:after {
  content: '';
  width: 150px;
  left: 50%;
  margin-left: -75px;
  top: 50%;
  height: 3px;
  background: #dedede;
  position: absolute;
}

.title2 .title-desc {
  padding-top: 30px;
}

/* Title border */
.title-border {
  line-height: normal;
  margin-top: 0;
}

.widget-title {
  margin-bottom: 25px;
  font-size: 20px;
}

.post-title {
  font-size: 24px;
  line-height: normal;
}

.post-title a {
  color: #323232;
}

.long-desc {
  font-size: 16px;
}

/* Icon pentagon */
.icon-pentagon {
  display: inline-block;
  height: 24px;
  width: 40px;
  position: relative;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.icon-pentagon:hover {
  color: rgba(0, 0, 0, 0.5);
}

.icon-pentagon:before {
  border-left: 20px solid rgba(0, 0, 0, 0);
  border-right: 20px solid rgba(0, 0, 0, 0);
  top: -10px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.icon-pentagon:after {
  border-left: 20px solid rgba(0, 0, 0, 0);
  border-right: 20px solid rgba(0, 0, 0, 0);
  bottom: -10px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.icon-pentagon i {
  font-size: 20px;
  line-height: 24px;
}

.service-icon {
  height: 46px;
  width: 90px;
  margin-bottom: 50px;
}

.service-icon:before {
  border-left: 45px solid rgba(0, 0, 0, 0);
  border-right: 45px solid rgba(0, 0, 0, 0);
  top: -30px;
}

.service-icon:after {
  border-left: 45px solid rgba(0, 0, 0, 0);
  border-right: 45px solid rgba(0, 0, 0, 0);
  bottom: -30px;
}

.service-icon i {
  font-size: 36px;
  line-height: 46px;
}

/* Carousel controller */
.carousel-control {
  width: auto;
}

.ts-carousel-controller {
  text-align: center;
  padding-top: 50px;
  z-index: 1;
  position: relative;
}

.ts-carousel-controller .left,
.ts-carousel-controller .right,
.owl-controls .owl-prev,
.owl-controls .owl-next {
  cursor: pointer;
  background: #f6f6f6;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #989898;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}

.owl-controls .owl-next {
  margin-left: 6px;
}

.ts-carousel-controller .left:hover,
.ts-carousel-controller .right:hover,
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
  color: #fff;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  display: inline-block;
}

/* Input form */
.form-control {
  box-shadow: none;
  border: 1px solid #dedede;
  padding: 6px 20px;
  height: 50px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

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

/*-- Flex slider --*/
.portfolio-slider .flexslider,
.ts-flex-slider .flexslider {
  border: 0;
  box-shadow: none;
}

.portfolio-slider .flex-direction-nav a,
.ts-flex-slider .flex-direction-nav a {
  opacity: 0;
  background: #000;
  color: #fff !important;
  text-align: center;
  text-shadow: none;
  line-height: 40px;
}

.portfolio-slider .flex-direction-nav a:before {
  font-size: 32px;
  color: #FFF !important;
}

.portfolio-slider .flex-direction-nav a:hover,
.ts-flex-slider .flex-direction-nav a:hover {
  color: #FFF;
    background-color: #0276D5 !important;
  opacity: 1;
}

.flexportfolio.flexslider .slides img {
  height: auto;
}

/*-- Pagination --*/
.pagination li a {
  border-radius: 0 !important;
  margin-right: 8px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover {
  color: #fff;
  border: 1px solid transparent;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links a {
  color: #FFF;
  padding-left: 14px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  font-size: 28px;
}

.header-social-links a:hover {
  color: #FDB9D4;
}

@media (max-width: 768px) {
  .header-social-links {
    padding-right: 20px;
  }
}

/* Main navigation */
.navbar {
  padding: 0;
}

.navbar-toggler:focus {
  outline: 0;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #FDB9D4;
    margin-top: 20px;
  }
  
  .navbar-collapse a {	  
	  color: #0276D5 !important;
  }
  
  .navbar-collapse a:hover {
	  color: #FFF !important;	  
  }  
  
  .header-social-links {
  	display:none;
  }

  .navbar-menu-icons {
	padding-left: 150px !important;  
  }
  
  .menu-icons {
	padding-left: 15px !important;
  }   
}

.navbar .dropdown-toggle::after {
  content: "\f107";
  border: 0 !important;
  font-family: 'FontAwesome';
  vertical-align: initial;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 15px 18px !important;
  transition: .2s ease;
  font-size: 14px;
}

@media (max-width: 991px) {
  .navbar-nav .nav-link {
    padding: 10px !important;
  }
}

/* Dropdown */
.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.dropdown-item {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 15px;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: .2s ease;
}

.dropdown-item:hover {
  background: #fff;
}

.dropdown-menu {
  padding: 0 15px;
  border: 0;
  border-radius: 0px;
  width: 100%;
  box-shadow: none;
  background: none;
  min-width: 180px;
  top: 100%;
  left: -10px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  background: #fff;
}

@media (max-width: 991px) {
  .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: unset;
            transform-origin: unset;
    text-align: center;
  }
}

.dropdown-menu.show {
  visibility: hidden;
}

@media (max-width: 991px) {
  .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
}

/*-- Header style 1 --*/
@media (max-width: 991px) {
  .header .navbar {
    padding: 16.5px 0;
  }
}

.header-solid {
  background: #0276D5;
  box-shadow: 0px 1px 7px 0 rgba(2, 118, 213, 0.2);
}

/*-- Logo --*/
.navbar-brand.navbar-bg {
  position: absolute;
  left: 0;
  padding: 3px 15px 10px;
  width: 26%;
  height: 62px;
  line-height: 62px;
}

@media (max-width: 991px) {
  .navbar-brand.navbar-bg {
    width: auto;
  }
}

/* Header Style - 2
================================================== */
.header2 {
  padding: 8px 0;
}

@media (max-width: 991px) {
  .header2 {
    background: #191919;
    box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
  }
}

.header2 .navbar {
  padding: 0;
}

.header2 .navbar-brand {
  background: none;
  padding-top: 3px;
}

/* Header Style - 3
================================================== */
.header3 .navbar {
  background: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.header3 .navbar-brand {
  background: transparent;
}

.header3 .navbar-toggler {
  background: transparent;
}

/* Header Style - 4
================================================== */
.header4 {
  background: #fff;
  box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.header4 .navbar-brand {
  background: transparent;
}

.header4 .navbar-toggler {
  background: transparent;
}

/* Slideshow
================================================== */
/*-- Main slide --*/
.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/overaly.png);
}

#main-slide .carousel-item img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}

#main-slide .carousel-item {
  -webkit-backface-visibility: hidden;
}

#main-slide .carousel-item .slider-content {
  z-index: 1;
  opacity: 0;
  transition: opacity 500ms;
}

#main-slide .carousel-item.active .slider-content {
  opacity: 1;
  transition: opacity 100ms;
}

#main-slide .slider-content {
  top: 50%;
  margin-top: -70px;
  left: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  color: #fff;
}

#main-slide .carousel-indicators {
  bottom: 70px;
}

.carousel-indicators li {
  width: 30px !important;
  height: 10px !important;
  margin: 1px !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
}

#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
  transition: all 300ms ease;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
  transition: all .25s ease;
}

#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
}

#main-slide:hover .carousel-control.left {
  left: 20px;
}

#main-slide:hover .carousel-control.right {
  right: 20px;
}

#main-slide .carousel-control.left span {
  padding: 15px;
}

#main-slide .carousel-control.right span {
  padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
  left: 0;
}

#main-slide .carousel-control .fa-angle-right {
  right: 0;
}

#main-slide .carousel-control i {
  background: none;
  color: #fff;
  line-height: 56px;
  width: 56px;
  height: 56px;
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 36px;
  transition: all 500ms ease;
}

#main-slide .carousel-control i:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

#main-slide .slider-content h2 {
  font-size: 52px;
  text-transform: uppercase;
  color: #fff;
}

#main-slide .slider-content h3 {
  font-size: 28px;
  margin-top: 40px;
  color: #fff;
}

.slider.btn {
  padding: 10px 35px;
  margin-top: 40px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.slider.btn.solid {
  margin-left: 15px;
}

.slider-content-left {
  position: relative;
  margin: 0 0 0 40px;
}

.slider-content-right {
  position: relative;
}

/*-- Animation */
.carousel .carousel-item.active .animated2,
.flex-active-slide .animated2 {
  -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
  animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .carousel-item.active .animated3,
.flex-active-slide .animated3 {
  -webkit-animation: bounceInLeft 2s ease-in-out 800ms both;
  animation: bounceInLeft 1.5s ease-in-out 800ms both;
}

.carousel .carousel-item.active .animated4,
.flex-active-slide .animated4 {
  -webkit-animation: flipInX 2s ease-in 800ms both;
  animation: flipInX 2s ease-in 800ms both;
}

.carousel .carousel-item.active .animated5,
.flex-active-slide .animated5 {
  -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
  animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .carousel-item.active .animated6,
.flex-active-slide .animated6 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
  animation: bounceIn 1s ease-in 500ms both;
}

.carousel .carousel-item.active .animated7,
.flex-active-slide .animated7 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
  animation: bounceIn 1s ease-in 500ms both;
}

.carousel .carousel-item.active .animated8,
.flex-active-slide .animated8 {
  -webkit-animation: bounceInDown 1s ease-in 800ms both;
  animation: bounceInDown 1s ease-in 800ms both;
}

/* Flex slider */
.ts-flex-slider {
  position: relative;
}

.ts-flex-slider .flexSlideshow {
  width: 100%;
  overflow: hidden;
}

.overlay2 {
  position: relative;
}

.overlay2 img {
  width: 100%;
}

.overlay2::before {
  position: absolute;
  content: '';
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/overaly.png);
}

.ts-flex-slider .flexslider .slides {
  z-index: 0;
}

.ts-flex-slider .slider-content {
  z-index: 3;
}

.ts-flex-slider .flex-direction-nav a {
  width: 55px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 32px;
}

.ts-flex-slider .flex-direction-nav a.flex-next {
  border-radius: 3px;
}

.ts-flex-slider .flex-direction-nav a.flex-prev {
  border-radius: 3px;
}

/* Services
================================================== */
.service {
  padding-top: 40px;
}

.service-heading {
  padding-bottom: 30px;
  text-align: center;
}

.service-content {
  margin-top: 30px;
}

.service-content h3 {
  font-size: 16px;
}

/* Services
================================================== */
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: rgba(2, 118, 213, 0.9); /* #0276D5; */
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: rgba(2, 118, 213, 0.9); /* #0276D5; */
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  border: none !important;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title, .title a:hover, .services .icon-box:hover .description {
  color: #FFF;
}

.services .icon-box:hover .icon {
  background: rgba(0, 0, 0, 0.5); 
}

.services .icon-box:hover .icon i {
  color: #FFF;
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 10px;
}

.more-services .card {
  border: 0;
  padding: 250px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.7); /*rgba(253, 185, 212, 0.7);*/
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
}

.more-services .card-title a {
  color: #000;
}

.more-services .card-text {
  color: #5e5e5e;
}

.more-services .read-more a {
  color: #000;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  transition: 0.4s;
}

.more-services .card:hover .card-body {
  background: rgba(2, 118, 213, 0.7);			  
}

.more-services .card:hover .read-more a, .more-services .card:hover .card-title, .more-services .card:hover .card-title a, .more-services .card:hover .card-text {
  color: #fff;
}

/* Feature box
================================================== */
.feature-icon {
  font-size: 28px;
  margin-top: 5px;
}

.feature-content {
  padding-right: 20px;
  padding-left: 55px;
}

.feature-content h3 {
  margin-top: 0;
  font-size: 18px;
}

/* Feature center */
.feature-center-content .feature-center-icon {
  font-size: 72px;
  margin-bottom: 5px;
  display: inline-block;
}

.feature-center-content h3 {
  font-size: 18px;
}

/* Image Block
================================================== */
.image-block {
  background: #FFF;
}

.img-block-left {
  padding-left: 15px !important;
  padding-right: 40px !important;  
}

.img-block-right {
  padding-left: 40px !important;	
  padding-right: 15px !important;
}

.img-block-right3 {
  padding-left: 15px !important;	
  padding-right: 15px !important;
}
.img-block-head h2 {
  font-size: 18px;
  line-height: normal;
  margin: 5px 0 0 0;
}

.img-block-head h3 {
  font-size: 40px;
  line-height: 100%;
}

.image-block-content {
  padding: 0 50px;
  margin-bottom: 30px;
}

.image-block-content .feature-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
}

.image-block-content .feature-content {
  padding-left: 85px;
}

.image-block-content .feature-content h3 {
  margin-bottom: 0;
}

/* About us
================================================== */
/* Landing Tab */
.landing-tab .nav-link {
  position: relative;
  color: #6A6A6A;
  transition: .2s ease;
  font-weight: bold;
}

.landing-tab .nav-link i {
  font-size: 30px;
}

.landing-tab .nav-link:hover {
  color: inherit !important;
}

.landing-tab .nav-link:hover i {
  transition: inherit;
}

.landing-tab .nav-link::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  right: -3px;
  top: 0;
  opacity: 0;
}

.landing-tab .nav-link.active {
  background: transparent;
  color: #6A6A6A;
}

.landing-tab .nav-link.active::before {
  opacity: 1;
}

/* Featured Tab */
.featured-tab .nav-link {
  position: relative;
  background: rgba(253, 185, 212, 0.4);
  border-radius: 0;
  padding: 10px;
  transition: all 300ms ease;
}

.featured-tab .nav-link.active:hover {
  color: #fff !important;
}

.featured-tab .nav-link::before {
  left: 100%;
  border: transparent solid;
  content: "";
  position: absolute;
  border-width: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left-color: rgba(253, 185, 212, 0.4);
  transition: inherit;
}

/* Portfolio
================================================== */
.portfolio {
  background: #f5f5f5;
  padding-bottom: 0;
}

#main-container.portfolio {
  background: none;
}

/*-- Isotope Portfolio start --*/
#isotope .isotope-item {
  padding: 0;
}

.isotope-nav {
  margin: -80px auto 80px;
  display: inline-block;
  float: right;
  position: relative;
  z-index: 100;
}

.isotope-nav ul {
  list-style: none;
  margin: 0;
}

.isotope-nav ul li {
  float: left;
  margin-right: 10px;
}

.isotope-nav ul li a {
  color: #323232;
  padding: 5px 15px 8px;
  border: 1px solid #ddd;
  transition: all 0.3s;
}

.isotope-nav ul a.active,
.isotope-nav ul a:hover {
  color: #fff;
  position: relative;
  border: 1px solid transparent;
}

.isotope-nav ul a.active:after,
.isotope-nav ul a:hover:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -13px;
  margin-left: -8px;
  left: 50%;
  border-width: 7px;
  border-style: solid;
}

#isotope .isotope-item .grid {
  position: relative;
  margin-bottom: -8px;
}

.grid figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  width: 100%;
  height: 100%;
}

.grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-oscar {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

figure.effect-oscar img {
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-oscar figcaption {
  padding: 2.5em;
  background-color: rgba(2, 118, 213, 0.1);
  transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  content: '';
}

figure.effect-oscar h3 {
  font-size: 18px;
  color: #fff;
  opacity: 0;
  margin: 25% 0 10px 0;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-oscar a {
  color: #fff;
  font-size: 18px;
  margin: 20px 5px 0;
  display: inline-block;
  z-index: 1;
  position: relative;
  transition: all 0.35s;
}

figure.effect-oscar a.link i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar a {
  opacity: 0;
  transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s, transform 0.35s;
  transition: all 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

figure.effect-oscar:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover h3,
figure.effect-oscar:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(253, 185, 212, 0.3);
}

figure.effect-oscar:hover img {
  opacity: 0.4;
}

/* Portfolio box */
.portfolio-box {
  padding-bottom: 80px;
}

.portfolio-box .isotope-nav {
  margin: 0 auto 60px;
  float: none;
}

/* Portfolio details */
.portfolio-static-item {
  padding-bottom: 20px;
}

.portfolio-static-item figure.effect-oscar a {
  margin-top: 70px;
}

.portfolio-static-desc h3 {
  font-size: 17px;
  margin: 5px 0 5px 0;
  line-height: normal;
}

.portfolio-static-desc a {
    color: #000;
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
    transition: 0.4s;
}

.portfolio-static-desc a:hover {
    color: #0276D5;
}

/* Portfolio details */
.portfolio-desc h3 {
  margin-top: 0;
}

.portfolio-desc .project-btn {
  margin-top: 20px;
  padding: 8px 25px;
}

/* Counter
================================================== */
.facts-wrapper {
  background: #0276D5;
  color: #fff;
}

.facts {
  position: relative;
  padding: 46px 40px 30px;
  transition: all 300ms ease;
}

.facts:hover {
  background: #FDB9D4 !important;
}

.facts.one {
  background: rgba(2, 118, 213, 0.2);
}

.facts.two {
  background: rgba(2, 118, 213, 0.2);
}

.facts.three {
  background: rgba(2, 118, 213, 0.2);
}

.facts.four {
  background: rgba(2, 118, 213, 0.2);
}

.facts i {
  font-size: 36px;
  text-shadow: 1px 3px 3px rgba(2, 118, 213, 0.3);
}

.facts-num span {
  font-size: 42px;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
}

.facts h3 {
  font-size: 22px;
  margin-top: 8px;
  color: #fff;
}

/* Counter parallax bg */
.ts_counter_bg .facts {
  padding: 0 15px;
}

.ts_counter_bg .facts:hover {
  background: none !important;
}

.ts_counter_bg .facts-num span {
  margin: 30px 0 20px;
}

.ts_counter.elements .facts {
  padding: 15px;
}

/* Team
================================================== */
.img-hexagon span {
  position: absolute;
  display: block;
  float: left;
  border-left: 120px solid #fff;
  border-right: 120px solid #fff;
}

.img-top {
  top: 0;
  border-top: 0px solid transparent;
  border-bottom: 75px solid transparent;
}

.img-bottom {
  bottom: 0px;
  border-bottom: 0px solid transparent;
  border-top: 75px solid transparent;
}

.img-hexagon {
  width: 240px;
  height: 250px;
  position: relative;
  display: inline-block;
}

.img-hexagon img {
  width: 100%;
  height: 100%;
}

.team-content h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.team-content p {
  color: #959595;
}

.team-social a {
  background: #d5d5d5;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  transition: all 300ms ease;
}

.team-social a.fb:hover {
  background: #325c94;
}

.team-social a.twt:hover {
  background: #00abdc;
}

.team-social a.gplus:hover {
  background: #dd4b39;
}

.team-social a.linkdin:hover {
  background: #007bb6;
}

.team-social a.dribble:hover {
  background: #ea4c89;
}

/* Team list */
.team-list .img-hexagon {
  float: left;
  margin-right: 30px;
}

/* Team list square */
.team-list-square .img-square {
  float: left;
  margin-right: 30px;
}

/* Pricing table
================================================== */
.pricing {
  padding-bottom: 80px;
}

.plan {
  border: 1px solid #dedede;
}

.plan-name {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 20px 0;
  color: #959595;
}

.plan-price {
  font-size: 48px;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
  background: #f2f2f2;
}

.plan-price:after {
  bottom: -30px;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-width: 15px;
  border-top-color: #f2f2f2;
  left: 50%;
  margin-left: -16px;
}

.plan.featured .plan-name {
  color: #323232;
}

.plan.featured .plan-price {
  color: #fff;
}

.plan-price .currency {
  top: -0.9em;
  font-size: 50%;
  left: -0.01em;
  font-weight: 700;
}

.plan-name small {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}

.plan-price sub {
  font-size: 18px;
  font-weight: 700;
}

.plan ul {
  background: #fff;
  padding: 0;
  margin-bottom: 0;
}

.plan ul li {
  border-top: 1px dashed #dedede;
  padding: 12px 29px;
  font-weight: 500;
}

.plan ul li:first-child {
  border-top: 0 !important;
}

.plan a.btn {
  color: #323232;
  background: #fff;
  margin-top: 25px;
  margin-bottom: -20px;
  padding: 8px 30px;
}

.plan a.btn:hover {
  color: #fff;
}

/* Testimonial
================================================== */
.testimonial-thumb img {
  border: 1px solid #8E8E8E;
  padding: 3px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.testimonial-slide .testimonial-content h3.name {
  font-size: 18px;
  color: #fff;
  margin: 10px 0;
}

.testimonial-slide .testimonial-content h3 span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-top: -10px;
}

.testimonial-slide .owl-buttons {
  display: none;
}

.testimonial-slide .testimonial-text {
  font-size: 16px;
  line-height: 24px;
  max-width: 800px;
  padding-top: 30px;
  display: inline-block;
  position: relative;
  color: #fff;
}

.testimonial-slide .testimonial-text:before {
  content: '\f10d';
  font-family: FontAwesome;
  padding-right: 10px;
}

.testimonial-slide .testimonial-text:after {
  content: '\f10e';
  font-family: FontAwesome;
  padding-left: 10px;
}

.testimonial-slide.owl-theme .owl-controls .owl-page span {
  background: none;
  border: 1px solid #fff;
  opacity: .7;
}

.testimonial-slide.owl-theme .owl-controls .owl-page.active span {
  border: 1px solid transparent;
}

/* Video block
================================================== */
.featured-video {
  background: #fff;
}

.video-block-head h2 {
  font-size: 16px;
  margin: 0;
  line-height: normal;
}

.video-block-head h3 {
  font-size: 24px;
  line-height: normal;
  margin: 0;
}

.video-block-content {
  padding: 10px 0;
}

.video-block-content h3 {
  margin: 0;
  line-height: normal;
}

.video-block-content .btn.btn-primary {
  color: #fff;
  margin: 5px 0 0 40px;
  padding: 8px 25px;
}

.video-block-content .btn.btn-primary:hover {
  color: #333;
}

/* Recent Post
================================================== */
.post-img-wrapper {
  position: relative;
}

.post-img-overlay {
  position: relative;
  display: inline-block;
}

.post-img-overlay::before {
  position: absolute;
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0);
  content: '';
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}

.post-img-overlay:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.post-img-overlay a {
  position: absolute;
  right: 0;
  color: #fff;
  background: #666666;
  padding: 15px 20px;
  opacity: 0;
  transition: all 0.35s;
}

.post-img-overlay a.link {
  right: 0;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.post-img-overlay:hover a.link {
  left: 0;
  right: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.post-img-overlay a.view {
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.post-img-overlay:hover a.view {
  bottom: 0;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.recent-post {
  padding: 0 15px;
}

.recent-post .post-body h3 {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 700;
}

.recent-post .post-body h3 a {
  color: #323232;
}

.recent-post .post-body .post-meta a {
  font-weight: 400;
  font-size: 13px;
}

.recent-post .post-body .post-meta span,
.recent-post .post-body .post-meta span i {
  padding-right: 5px;
}

.recent-post .post-excerpt {
  padding-top: 10px;
}

.recent-post .post-excerpt a.read-more {
  padding: 6px 18px;
  border-width: 1px;
  font-size: 12px;
  margin-top: 10px;
}

/* Clients
================================================== */
.clients {
  color: #fff;
  padding-bottom: 80px;
}

.clients-content {
  padding: 40px 0;
}

.clients h2.title {
  border-left: 0;
  color: #fff;
}

.client-carousel .item a {
  margin-right: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  display: inline-block;
  padding: 10px;
  transition: all 350ms;
}

.client-carousel .item a:hover {
  border: 1px solid #0276D5 !important;
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  opacity: 0.5;
  width: 80%;
  transition: 0.3s;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients .owl-item img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #FE5B02 !important;
}

/* Twitter
================================================== */
.ts_twitter {
  padding: 100px 0;
}

.twitter-feed .twitter-icon i {
  font-size: 78px;
  color: #1dcaff;
}

.twitter-feed .tweet a {
  color: #1dcaff;
}

.twitter-feed .tweet a:hover {
  color: #000;
}

.twitter-feed .tweet p {
  font-size: 18px;
  font-style: italic;
  padding-top: 20px;
}

/* Contact
================================================== */
#contact-form {
  margin-top: 25px;
}

#contact-form label {
  font-weight: normal;
}

.map-wrapper {
  position: relative;
}

.map {
  height: 560px;
  z-index: 1;
}

.contact-info-inner h3 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #fff;
}

.contact-info h3 {
  margin-top: 42px;
  font-size: 24px;
}

.contact-info p {
  font-size: 17px;
}

.contact-info i {
  font-size: 18px;
  margin-right: 10px;
}

/* Contact inside Map */
.contact-info-inner {
  position: absolute;
  color: #fff;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(77,106,121, 0.7);
  padding: 25px 30px;
  max-width: 400px;
  max-height: 560px;
  text-align: left;
}

.contact-info-inner p {
  overflow: hidden;
  margin-bottom: 25px;
}

.contact-info-inner p strong {
  display: block;
}

.contact-info-inner i {
  margin-right: 20px !important;
  font-size: 24px;
  margin-top: 5px;
}

@media (max-width: 991px) {
   
 .contact-info-inner {
	 display: none !important;
 }

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  color: #0276D5;
  font-size: 14px;
}

#footer .links-sociales a {
  color: #0276D5;
  font-size: 32px;
  padding: 4px 0 4px 16px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#footer .links-sociales a:hover {
  color: #000;
}

#footer .links-sociales a:first-child {
  border-left: 0;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #404040;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #e96b56;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #e6573f;
}

#footer .footer-top {
  background: #3b3b3b;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #545454;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #e96b56;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #0276D5;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #e96b56;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  color: #212529bd;
  font-weight: 600;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-weight: 600;
  color: #212529bd;
}

#footer .credits a {
  color: #0276D5 !important;
}

#footer .credits a:hover {
  color: #000 !important;
}

#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}

#back-to-top.affix {
  bottom: 60px;
}

#back-to-top .btn.btn-primary {
  border-radius: 100%;
  padding: 0;
  font-size: 18px;
  width: 36px;
  height: 36px;
  background-color: #0276D5;
  border: 2px solid transparent;
  color: #fff;
  opacity: .5;
}

#back-to-top .btn.btn-primary:hover {
  background-color: #FDB9D4;
  color: #fff;
  opacity: 1;
}

/* Sub pages
================================================== */
/* Banner area */
#banner-area {
  position: relative;
}

.banner-title-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
}

.banner-title-content h2 {
  color: #fff;
  font-size: 48px;
}

.banner-title-content .breadcrumb {
  background: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.banner-title-content .breadcrumb a:hover {
  color: #ccc;
}

/* About Us */
.about-message {
  background: #FFF;
  text-align: justify;
}

.about-message ul li a {
  color: #6A6A6A;
}

/* Services */
/* Call to Action */
.call-to-action {
  color: #fff;
  padding: 40px 0;
}

.call-to-action.dark {
  background: #2a2d32;
}

.call-to-action h3 {
  color: #fff;
  float: left;
  margin: 10px 0 0;
  font-size: 20px;
}

.call-to-action .btn.btn-primary.white:hover {
  background: #000;
}

.call-to-action .btn.btn-primary.solid {
  margin-left: 15px;
}

/* Career */
.accordion .card-header a {
  font-family: 'Comic Sans MS';
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.accordion .card-header a::before, .accordion .card-header a.collapsed::before {
  font-family: FontAwesome;
  position: absolute;
  z-index: 0;
  font-size: 16px;
  left: 10px;
  padding: 0 5px;
  text-align: center;
}

.accordion .card-header a::before {
  content: "\f056";
}

.accordion .card-header a.collapsed::before {
  content: "\f055";
}

/* Testimonial */
.ts-testimonial-content {
  position: relative;
  padding: 30px 30px 15px 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #e7e7e7;
  margin-bottom: 40px;
}

.ts-testimonial-content:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 45px;
  border-style: solid;
  border-width: 40px 0px 0 30px;
  border-color: #e7e7e7 transparent;
  display: block;
  width: 0;
  z-index: 1;
}

.ts-testimonial-content img {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.ts-testimonial-text {
  padding-left: 110px;
}

.ts-testimonial-author {
  position: absolute;
  bottom: -60px;
  left: 90px;
}

.ts-testimonial-author h3.name {
  font-size: 14px;
  margin: 10px 0 0;
}

.ts-testimonial-author h3 span {
  display: block;
  font-size: 13px;
  margin-top: -10px;
  text-transform: capitalize;
  color: #555;
}

/* Faq Page */
.faq-box {
  margin-bottom: 45px;
}

.faq-box h4 {
  margin-bottom: 25px;
}

/* 404 page */
.error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 150px;
  color: #333;
  margin-bottom: 20px;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

/* Blog
================================================== */
/* Blog Listing */
.post {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #F5F5F5;
}

.post.post-last {
  border-bottom: 0;
}

.post-image-wrapper {
  margin-bottom: 20px;
  position: relative;
}

.blog-date {
  position: absolute;
  top: 50px;
  left: 0;
  color: #fff;
  border-radius: 0 25px 25px 0;
  padding: 5px 15px;
  font-weight: 700;
}

.blog-date a {
  color: #fff;
}

.post-footer .btn.btn-primary {
  font-size: 12px;
  padding: 8px 20px;
  margin-top: 15px;
}

/* Blog Single */
.post-meta {
  color: #959595;
  font-weight: 400;
  font-size: 13px;
}

.post-meta span {
  padding-right: 10px;
}

.post-meta a {
  color: #959595;
}

.post-meta-author a,
.post-meta-cats a {
  color: #323232;
}

.entry-content {
  padding: 20px 0 10px;
}

/* Blog author */
.about-author {
  background: #f2f2f2;
  padding: 15px 20px;
  margin: 20px 0;
}

.author-img img {
  width: 120px;
  height: 120px;
  margin-right: 30px;
  border-radius: 100%;
  margin-top: 20px;
}

.author-url span a {
  color: #959595;
}

.author-info h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
}

.author-info h3 span {
  font-size: 14px;
  color: #959595;
  border-left: 1px solid #AFAFAF;
  padding-left: 8px;
  margin-left: 5px;
}

/* Blog post comments */
.comments-counter {
  font-size: 18px;
}

.comments-counter a {
  color: #323232;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.comments-list .comment {
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.comments-list .comment.last {
  border-bottom: 0;
}

.comments-list img.comment-avatar {
  width: 84px;
  height: 84px;
  margin-right: 30px;
  border-radius: 100%;
}

.comments-list .comment-body {
  margin-left: 120px;
}

.comments-list .comment-author {
  margin-bottom: 0;
}

.comments-list .comment-date {
  font-style: italic;
  color: #959595;
  margin-bottom: 20px;
}

.comments-list .comment-reply {
  text-transform: uppercase;
  color: #323232;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

.comments-form .btn.btn-primary {
  padding: 10px 20px;
}

.comments-form label {
  font-weight: normal;
  color: #959595;
}

/* Sidebar */
.sidebar h3.widget-title {
  font-size: 18px;
  line-height: normal;
  margin-top: 0;
}

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

.sidebar-right {
  padding-left: 20px;
}

/* Blog search */
.sidebar #search .input-group-btn .btn.btn-primary {
  padding: 11px 12px;
}

/*-- Blog tab widget --*/
.widget-tab .nav-tabs {
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}

.widget-tab .nav-tabs > li:first-child {
  margin-left: 10px;
}

.widget-tab .nav-tabs > li > a {
  background: #f2f2f2;
  color: #323232;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 3px 3px 0 0;
  margin-right: -1px;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
}

.widget-tab .nav-tabs > li.active > a {
  background: #fff;
  color: #323232;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}

.widget-tab .tab-content {
  border-top: 0;
  padding: 10px 0 0;
}

.widget-tab .posts-thumb img {
  display: block;
  width: 85px;
  height: 65px;
  margin-right: 20px;
}

.widget-tab .posts-avator img {
  display: block;
  width: 62px;
  height: 62px;
  margin-right: 20px;
  border-radius: 100%;
}

.widget-tab h4.entry-title {
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 5px;
}

.widget-tab h4.entry-title a {
  color: #323232;
}

.widget-tab .post-meta span {
  padding-right: 5px;
}

.widget-tab ul.posts-list li {
  padding-bottom: 10px;
}

/*-- Blog category widget --*/
.widget-categories ul.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget-categories ul.category-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
  transition: all 0.3s ease 0s;
}

.widget-categories ul.category-list li:hover {
  padding-left: 10px;
}

.widget-categories ul.category-list li a {
  color: #323232;
}

.widget-categories ul.category-list li:last-child {
  border-bottom: 0;
}

/*-- Blog tags widget --*/
.widget-tags ul > li {
  float: left;
  margin: 6px;
}

.widget-tags ul > li a {
  background: #f2f2f2;
  color: #6A6A6A;
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 25px;
  transition: all 0.3s ease 0s;
}

.widget-tags ul > li a:hover {
  color: #fff;
}

/* Landing page
================================================== */
/* Header */
.landing-header.header-bgnone {
  background: rgba(0, 0, 0, 0.8);
}

.hero-section {
  height: 100%;
  background-image: url(../images/landing/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  padding-bottom: 0;
  padding-top: 200px;
  overflow: hidden;
}

.hero-section .container {
  height: 100%;
}

.hero-content {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}

.hero-text {
  display: table-cell;
  vertical-align: bottom;
  color: #fff;
  padding-right: 50%;
  width: 100%;
  padding-bottom: 10%;
}

.hero-title {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}

.hero-description {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.hero-images {
  display: block;
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 50%;
  max-height: 100%;
}

.hero-images img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.hero-buttons a.btn {
  color: #fff;
  padding: 15px 50px;
}

.hero-buttons a.btn.solid {
  margin-left: 10px;
}

.hero-buttons a i {
  margin-left: 5px;
}

/* Facts */
.landing_facts {
  color: #fff;
  padding: 50px 0;
}

.landing_facts .facts i {
  font-size: 36px;
}

.landing_facts .facts-num span {
  font-size: 56px;
}

/* Video and video background */
.video-embed {
  position: relative;
  padding-top: 56.25%;
  /* 16:9 */
  height: 0;
  background-color: #000000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-background-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

iframe {
  border: 0;
}

@media (min-width: 768px) {
  .video-section {
    padding: 100px 0;
  }
}

@media (min-width: 992px) {
  .video-section {
    padding: 120px 0;
  }
}

/* Screenshot image */
.app-gallery .grid {
  display: block;
  margin: 0 15px 20px;
  padding: 5px;
}

.app-gallery figure.effect-oscar a {
  margin: 125px 5px 0;
}

.app-gallery figure.effect-oscar figcaption::before {
  border: 0;
}

/* Subscribe Form */
.newsletter-form {
  position: relative;
}

.newsletter-form button {
  position: absolute;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 14px 30px 12px !important;
}

.newsletter-form button:hover {
  color: #323232 !important;
}

/* Clients */
.landing_page_clients {
  padding-top: 30px;
}

/* Elements page
================================================== */
.testimonial.elements .testimonial-text,
.testimonial.elements .testimonial-content h3.name,
.testimonial.elements .testimonial-content h3 span {
  color: #323232;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial.elements .testimonial-slide.owl-theme .owl-controls .owl-page span {
  border: 1px solid #e7e7e7;
}

/* Style Swithcer
================================================== */
.style-switch-wrapper {
  position: fixed;
  top: 100px;
  right: -250px;
  width: 250px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.75);
  border-bottom-right-radius: 4px;
  padding: 20px 20px;
  z-index: 1000;
  transition: all 0.35s;
}

.style-switch-wrapper h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.style-switch-wrapper.active {
  right: 0;
}

.style-switch-button {
  position: absolute;
  top: 0;
  right: 250px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.75);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 1000;
  cursor: pointer;
}

.style-switch-button i {
  color: #FFF;
  position: relative;
  line-height: 1;
  top: 15px;
  left: 15px;
  font-size: 20px;
}

.style-switch-wrapper button {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  margin-bottom: 5px;
  color: #fff;
  display: inline-block;
  padding: 0 !important;
  margin-right: 2px;
  border: 0 !important;
}

a.close-styler {
  color: #fff !important;
  padding: 7px 20px !important;
  margin-right: 6px;
}

.style-switch-wrapper button:active,
.style-switch-wrapper button:focus {
  border: 2px solid #FFF;
}

.style-switch-wrapper #preset1 {
  background-color: #49a2e7;
}

.style-switch-wrapper #preset2 {
  background-color: #81c83c;
}

.style-switch-wrapper #preset3 {
  background-color: #ee3b24;
}

.style-switch-wrapper #preset4 {
  background-color: #ffc400;
}

.style-switch-wrapper #preset5 {
  background-color: #334F96;
}

.style-switch-wrapper #preset6 {
  background-color: #8C42BA;
}

section.hero-slider {
  padding: 0;
}

section.hero-slider .slider-item01 {
  height: 750px;
  outline: none !important;
  background-image: url(../images/slider/bg1.jpg) !important;   
  background-size: cover;   
}

section.hero-slider .slider-item01 > div {
  height: 100%;
}

section.hero-slider .slider-item01 .overlay2 {
  z-index: 1;
}

section.hero-slider .slider-item01 .overlay2::before {
  z-index: -1 !important;
}

section.hero-slider .slider-item01 .container {
  padding-top: 20px;
  padding-bottom: 80px;
  transition: .3s;
  transition-delay: .5s;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

section.hero-slider .slider-item02 {
  height: 750px;
  outline: none !important;
  background-image: url(../images/slider/bg2.jpg) !important;   
  background-size: cover;   
}

section.hero-slider .slider-item02 > div {
  height: 100%;
}

section.hero-slider .slider-item02 .overlay2 {
  z-index: 1;
}

section.hero-slider .slider-item02 .overlay2::before {
  z-index: -1 !important;
}

section.hero-slider .slider-item02 .container {
  padding-top: 20px;
  padding-bottom: 80px;
  transition: .3s;
  transition-delay: .5s;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

section.hero-slider .slider-item03 {
  height: 750px;
  outline: none !important;
  background-image: url(../images/slider/bg3.jpg) !important;   
  background-size: cover;   
}

section.hero-slider .slider-item03 > div {
  height: 100%;
}

section.hero-slider .slider-item03 .overlay2 {
  z-index: 1;
}

section.hero-slider .slider-item03 .overlay2::before {
  z-index: -1 !important;
}

section.hero-slider .slider-item03 .container {
  padding-top: 20px;
  padding-bottom: 80px;
  transition: .3s;
  transition-delay: .5s;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

section.hero-slider .slick-active .container {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

section.hero-slider h1, section.hero-slider h2, section.hero-slider h3, section.hero-slider h4, section.hero-slider h5, section.hero-slider h6, section.hero-slider p {
  color: #fff;
}

section.hero-slider h2 {
  font-size: 3.2em;
  line-height: 1.3;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  section.hero-slider h2 {
    font-size: 2.7em;
  }
}

section.hero-slider h3 {
  font-size: 24px;
}

@media (max-width: 991px) {
  section.hero-slider h3 {
    font-size: 20px;
  }
}

section.hero-slider .h3 {
  font-size: 2.5em !important;
}

@media (max-width: 991px) {
  section.hero-slider .h3 {
    font-size: 1.6em;
  }
}

section.hero-slider p {
  font-size: 1.2em;
}

@media (max-width: 991px) {
  section.hero-slider p {
    font-size: 1em;
  }
}

ul.slick-dots {
  width: 350px;
  position: absolute;
  left: 50%;
  list-style: none;
  padding: 0;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 400px) {
  ul.slick-dots {
    width: 320px;
  }
}

ul.slick-dots li i {
  font-size: 32px;
  display: block;
}

ul.slick-dots li {
  font-family: 'BubblegumSans';	
  color: #FFF;
  outline: none !important;
  transition: .3s;
  background-color: rgba(2, 118, 213, 0.5);
  text-align: center;
  margin-right: 7px;
  padding: 6px 10px;
  cursor: pointer;
  display: inline-block;
  width: 95px;
}

ul.slick-dots li:hover {
  background-color: rgba(253, 185, 212, 0.9);
}

@media (max-width: 400px) {
  ul.slick-dots li {
    width: 60px;
  }
}

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

ul.slick-dots .slick-active {
  color: #fff;
  background-color: rgba(253, 185, 212, 0.9);
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.background-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Responsive styles
================================================== */
/* Medium Devices, Desktops */
@media (min-width: 992px) {
  .flexslider .slides img,
  .ts-flex-slider .flexSlideshow {
    height: 750px;
  }
  .dropdown i {
    display: none;
  }
}

/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  /* Common */
  .parallax {
    padding: 60px 0;
  }
  /* Slideshow */
  #main-slide .slider-content h2 {
    font-size: 36px;
  }
  #main-slide .slider-content h3 {
    font-size: 22px;
    margin: 20px 0;
  }
  .slider.btn {
    padding: 5px 25px;
    margin-top: 5px;
    font-size: 16px;
  }
  #main-slide .carousel-indicators {
    bottom: 20px;
  }
  /* Cd Hero Slider */
  .cd-hero-slider .cd-btn {
    margin-top: 15px !important;
    font-size: 12px !important;
  }
  .cd-slider-nav ul li.video {
    display: none;
  }
  .cd-slider-nav {
    bottom: 40px !important;
  }
  /* Portfolio */
  .isotope-nav {
    margin: 0 auto 40px;
  }
  figure.effect-oscar figcaption {
    padding: 1.5em;
  }
  figure.effect-oscar figcaption::before {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
  figure.effect-oscar h3 {
    margin-top: 0;
    font-size: 16px;
  }
  /* Feature */
  .feature-content h3,
  .feature-center-content h3 {
    font-size: 14px;
    line-height: normal;
  }
  /* Featured tab */
  .featured-tab .tab-pane img {
    width: 45%;
  }
  .featured-tab .tab-pane i.big {
    font-size: 150px;
  }
  .featured-tab .tab-pane,
  .landing-tab .tab-pane {
    text-align: left;
  }
  /* Team */
  .team {
    padding-bottom: 50px;
  }
  /* Pricing */
  .plan {
    margin-bottom: 60px;
  }
  /* Testimonial */
  .testimonial-content {
    padding: 0 30px;
  }
  /* Recent post */
  .recent-post {
    padding-bottom: 40px;
  }
  /* Back to top */
  #back-to-top.affix {
    bottom: 35px;
  }
  /* Video block */
  .video-block-head {
    margin-top: 30px;
  }
  /* Call to action */
  .call-to-action .btn.btn-primary {
    font-size: 12px;
  }
  /*-- Landing ---*/
  .hero-text {
    width: 95%;
  }
  .hero-title {
    font-size: 36px;
  }
  .hero-buttons a.btn {
    padding: 10px 20px;
  }
  .app-gallery figure.effect-oscar a {
    margin-top: 105px;
  }
  /* Blog single */
  .blog-post {
    padding-bottom: 40px;
  }
}

/* Small Devices Potrait */
@media (max-width: 767px) {
  /* Common */
  .parallax {
    padding: 60px 0;
  }
  .style-switch-button {
    display: none;
  }
  .heading {
    text-align: center;
  }
  .heading .title-icon {
    float: none !important;
    margin: 0 0 20px;
    display: inline-block;
  }
  h2.title {
    font-size: 28px;
    border-left: 0;
  }
  .title-desc {
    line-height: normal;
    padding: 6px 55px 0;
  }
  .btn.btn-primary {
    padding: 8px 22px;
  }
  h2 {
    font-size: 28px;
  }
  /* Slideshow */
  #main-slide .slider-content {
    margin-top: -35px;
  }
  #main-slide .slider-content h2 {
    font-size: 18px;
    line-height: normal;
  }
  #main-slide .slider-content h3 {
    font-size: 12px;
    line-height: normal;
    margin: 0;
  }
  .slider.btn {
    display: none;
  }
  #main-slide .carousel-control {
    display: none;
  }
  #main-slide .carousel-indicators {
    bottom: 0;
  }
  /* About */
  .about {
    padding-top: 40px;
  }
  .about.angle:before {
    position: relative;
  }
  /* Service */
  .service-content {
    display: inline-block;
    margin-bottom: 30px;
  }
  /* Portfolio */
  .isotope-nav {
    margin: 0 auto 40px;
  }
  .isotope-nav ul li a {
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
  figure.effect-oscar h3 {
    margin-top: 25%;
  }
  #isotope .isotope-item .grid {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Image block */
  .img-block-right3 {
    padding-right: 30px;
  }
  .img-block-right {
    padding-right: 50px;
  }
  .img-block-head h2 {
    font-size: 16px;
  }
  .img-block-head h3 {
    font-size: 28px;
  }
  .image-block-content {
    padding: 0;
  }
  /* Featured tab */
  .featured-tab {
    padding: 0 30px;
  }
  .featured-tab .tab-pane i.big {
    font-size: 150px;
  }
  .featured-tab .tab-pane,
  .landing-tab .tab-pane {
    text-align: left;
    padding-left: 0;
    padding-top: 30px;
  }
  /* Facts */
  .facts {
    padding-bottom: 20px;
  }
  .facts-num span {
    font-size: 48px;
    margin-top: 20px;
  }
  .facts i {
    font-size: 32px;
  }
  /* Team */
  .team {
    padding-bottom: 50px;
  }
  /* Pricing */
  .plan {
    margin-bottom: 60px;
  }
  /* Testimonial */
  .testimonial-content {
    padding: 0 30px;
  }
  /* Recent post */
  .recent-post {
    padding-bottom: 40px;
  }
  /* Footer */
  .footer-widget {
    display: inline-block;
  }
  /* Copyright */
  .copyright-info {
    font-size: 13px;
  }
  #back-to-top {
    right: 20px;
  }
  #back-to-top.affix {
    bottom: 20px;
  }
  /* Call action */
  .call-to-action .btn.btn-primary {
    float: none !important;
    margin-top: 20px;
  }
  /*-- Landing ---*/
  .hero-section {
    padding-top: 90px;
  }
  .hero-text {
    width: 100%;
    padding-right: 0;
  }
  .hero-title {
    font-size: 36px;
  }
  .hero-buttons a.btn {
    padding: 10px 20px;
  }
  .app-gallery figure.effect-oscar a {
    margin-top: 105px;
  }
  .hero-images img {
    display: none;
  }
  .landing_facts .facts-num span {
    font-size: 48px;
    margin-top: 20px;
  }
  .landing_facts .facts i {
    font-size: 30px;
  }
  /* Blog single */
  .blog-post {
    padding-bottom: 40px;
  }
}

/* Extra Small Devices, Phones */
@media (max-width: 479px) {
  /* Slideshow */
  #main-slide .slides img {
    height: 230px;
  }
  #main-slide .item img {
    height: 250px;
  }
}

/*# sourceMappingURL=maps/style.css.map */

/*CHAT*/
.FbInboxActive {
    position: relative;
    width: auto;
    display: inline-block;
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 15px;
    font-weight: 700;
    padding-right: 40px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.9);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: 0.3s;
    cursor: pointer;
    background: #0276D5; /*#000;*/
    /*opacity: 0.6;*/
    color: #FFF;
    min-width: 340px;
    text-align: left;
	padding-left: 10px;
}

.FbInboxActiveBody {
    width: auto;
    min-width: 340px;
}

.FbInboxActive i {
	position: absolute;
    right: 0px;
    padding: 10px;
    color: #FFF;
    top: 5px;
}

.FbInboxActive:hover {
    background: #FDB9D4;
    color: #0276D5;
}

.FbInboxActive:hover i {
	color: #0276D5 !important;
}

.ChatFbInbox {
    width: 100%;
    z-index: 9999;
    bottom: -5px;
    position: fixed;
    text-align: right;
    transition: 0.25s;
    transform: translateY(500px);
    -ms-transform: translateY(500px);
    -moz-transform: translateY(500px);
    -webkit-transform: translateY(500px);
}

.ChatFbInbox .FbInboxContent {
    margin: 0px !important;
    padding: 5px !important;
}
	
.ChatActive .ChatFbInbox {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.fb_iframe_widget {
    background: #FFF;
	min-width: 340px;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.39);
}

.fb_iframe_widget span {
    position: relative;	
    text-align: justify;
    display: inline-block;
}

.fb_iframe_widget iframe {
    position: absolute;
}

#owl-services .item{
  padding: 10px 0px;
  margin: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#owl-services .item a .title{
  color: #111;
}

#owl-services .item a:hover .title{
  color: #FFF;
}

#sy-contact {
  right: 25px;
  bottom: 25px;
  position: fixed;
  z-index: 9999;
}

#sy-contact a {
  position: relative;
}

#sy-contact a.sywh-open-services {
  background-color: #0276D5;
  color: #fff;
  line-height: 55px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 2em;
  width: 55px;
  height: 55px;
  text-align: center;
  box-shadow: 2px 2px 8px -3px #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  display: inline-block;
}

#sy-contact a:hover {
  background-color: #e397b5;
}

#sy-contact a.sywh-open-services i {
  line-height: 55px;
}

#sy-contact a.sywh-open-services i.fa-times {
  display: none;
}

#sy-contact .sywh-services {
  width: 55px;
  height: auto;
}

#sy-contact .sywh-services a {
  display: none;
}

#sy-contact .sywh-services a i {
  background-color: #FDB9D4;
  color: #fff;
  line-height: 55px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 23px;
  width: 55px;
  height: 55px;
  text-align: center;
  box-shadow: 2px 2px 8px -3px #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
}

#sy-contact .sywh-services a.email i {
  background-color: #b92b27;
}

#sy-contact .sywh-services a.instagram i {
  background-color: #e4405f;
}

#sy-contact .sywh-services a.messenger i {
  background-color: #0084ff;
}

#sy-contact .sywh-services a.whatsapp i {
  background-color: #25d366;
}

#sy-contact .sywh-services a.call i {
  background-color: #ff6600;
}


@media (min-width: 320px) {
  #sy-contact {
    right: 15px;
    bottom: 15px;
  }
    
  #sy-contact a.sywh-open-services {
	  width: 51px;
	  height: 51px;
	  font-size: 1.7em;	 
  }   
}

@media (min-width: 480px) {
  #sy-contact {
    right: 18px;
    bottom: 18px;
  }
    
  #sy-contact a.sywh-open-services {
	  width: 52px;
	  height: 52px;
	  font-size: 1.7em;	
  } 

}

@media (min-width: 600px) {
  #sy-contact {
    right: 20px;
    bottom: 20px;
  }
    
  #sy-contact a.sywh-open-services {
	  width: 54px;
	  height: 54px;
	  font-size: 1.9em;	
  } 
}

.typingtxt {
  border-right: .12em solid;
  animation: caret .75s step-end infinite;
  color: #FDB9D4 !important;
  font-size: 26px !important;
  font-weight: 600;
}


.typingtService {
  border-right: .12em solid;
  animation: caret .75s step-end infinite;
  color: #0276D5 !important;
  font-size: 36px !important;
  font-weight: 500;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.video-btn-style-main {
  display:block;
  margin-left: auto;
  margin-right: auto;
 
  list-style: none;
  width: 65px;
  height: 65px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: ripple-white3 1s linear infinite;
  animation: ripple-white3 1s linear infinite;
  line-height: 40px;
  z-index: 1; }
  .video-btn-style-main a {
    font-size: 15px;
    position: relative;
    z-index: 9;
    top: 14px;
    color: #0276D5; }


.video-btn-style-02 {
  display:block;
  margin-left: auto;
  margin-right: auto;
 
  list-style: none;
  width: 65px;
  height: 65px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: ripple-white3 1s linear infinite;
  animation: ripple-white3 1s linear infinite;
  line-height: 40px;
  z-index: 1; }
  .video-btn-style-02 a {
    font-size: 15px;
    position: relative;
    z-index: 9;
    top: 14px;
    color: #0276D5; }

@-webkit-keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0); } }

@keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0); } }
	

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}

.counts .content {
  padding: 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #222222;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #0276D5;
  margin-bottom: 15px;
  margin-left: 40px;
}

.counts .content .count-box span {
  font-size: 42px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #0276D5;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "BubblegumSans";
  font-size: 22px;
  color: #484848;
}

.counts .content .count-box a {
  font-weight: 400;
  display: block;
  margin-top: 20px;
  color: #484848;
  font-size: 24px;
  font-family: "BubblegumSans";
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #6f6f6f;
}

@media (max-width: 1024px) {
  .counts .image {
    text-align: center;
  }
  .counts .image img {
    max-width: 70%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}	

.breadcrumb-item a{
	color: #FDB9D4 !important;	
}

.breadcrumb-item a:hover{
	color: #0276D5 !important;	
}

#NosotrosMain  > div {
	height: 390x !important;
}

#NosotrosHistoria   > div {
	height: 620x !important;
}

.mys-content-area {
  position: relative; }
  .mys-content-area .org-img {
    position: absolute;
    top: -100px;
    right: -20%; }
	
.image-box-style-mys {
  position: relative; }
  .image-box-style-mys img {
    border-radius: 10px;
    margin-left: 82px;
    margin-top: 82px; }
  .image-box-style-mys:before {
    position: absolute;
    width: calc(100% - 82px);
    height: calc(100% - 82px);
    content: '';
    background: #0276D5;
    border-radius: 10px;
    z-index: -1; }
  .image-box-style-mys.mys-box:before {
    width: 100%; }
  .image-box-style-mys.mys-box img {
    margin-left: 45px;
    margin-top: 45px; }	

.content-box-style-mys .description {
  font-family: var(--secondary-font);
  font-size: 16px;
  letter-spacing: 0px;
  color: #616368;
  font-weight: 400;
  line-height: 30px;
  padding-top: 5px; }

.content-box-style-mys .title {
  line-height: 60px;
  margin-bottom: 30px;
  font-weight: 700; }

.content-box-style-mys .para {
  font-size: 16px;
  font-family: var(--secondary-font);
  line-height: 30px;
  margin-top: 28px; }

.content-box-style-mys ul {
  padding: 0;
  margin: 0; }
  .content-box-style-mys ul li {
    list-style: none;
    margin: 15px 0px; }
    .content-box-style-mys ul li a {
      font-family: var(--secondary-font);
      letter-spacing: 0;
      color: #666;
      font-weight: 400;
      line-height: 22px;
      font-size: 16px; }
      .content-box-style-mys ul li a i {
        width: 30px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .content-box-style-mys ul li a i:hover {
          color: #0276D5; }	
		  


@media (max-width: 991px) {
 
 #NosotrosMain {
	height: 200px !important;
 }

 #NosotrosHistoria {
	height: 200px !important;
 }
 
 .image-box-style-mys {
	 display:: none;
 }

 .image-box-style-mys img {
	margin-left: 0px !important;
    margin-top: 0px !important;
 } 
 
}

.title-popup {
  color: #FFF;
  font-weight: 600;
  font-size: 22px;
}

.border-primary {
	border-color: rgba(2, 118, 213, 0.9) !important;
	border: 1px solid rgba(2, 118, 213, 0.9) !important;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-align: center;
    background-color: rgba(2, 118, 213, 0.9);
}

.input-group-addon i:hover {
	color: #FDB9D4;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;

    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#banner-area img {
	background-size: cover !important;
}


.navbar-light {
  border-bottom: solid 1px #e9ecf4; }
  .navbar-light .navbar-brand img {
    height: 25px; }
  .navbar-light .navbar-nav .nav-link {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #030303; }

/* Wizard */
.wizard .audible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.wizard .steps {
  padding-top: 30px;
  padding-bottom: 30px; }
  .wizard .steps > ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7b7f89), to(#7b7f89));
    background-image: linear-gradient(#7b7f89, #7b7f89);
    background-size: calc(100% - 50px) 4px;
    background-repeat: no-repeat;
    background-position: center; }
    .wizard .steps > ul li a {
      display: inline-block; }
    .wizard .steps > ul li span.number {
      display: inline-block;
      width: 50px;
      height: 50px;
      border: 2px solid #fff;
      border-radius: 50%;
      background-color: #7b7f89;
      text-align: center;
      line-height: 50px;
      color: #fff; }
    .wizard .steps > ul li.current span.number, .wizard .steps > ul li.done span.number {
      background-color: #0276D5; }

.wizard .content {
  margin-bottom: 25px; }
  .wizard .content .title {
    display: none; }
  .wizard .content .bd-wizard-step-title {
    font-size: 20px;
    color: #7b7f89;
    margin-bottom: 15px; }
  .wizard .content .section-heading {
    font-size: 25px;
    color: #030303;
    margin-bottom: 17px; }
  .wizard .content p {
    font-size: 16px;
    color: #030303; }
  .wizard .content .purpose-radio {
    position: relative;
    display: inline-block; }
    .wizard .content .purpose-radio .purpose-radio-input {
      position: absolute;
      opacity: 0; }
      .wizard .content .purpose-radio .purpose-radio-input:checked + .purpose-radio-label {
        border-color: #0276D5; }
        .wizard .content .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-icon {
          color: #0276D5; }
          .wizard .content .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-icon .label-icon-default {
            display: none; }
          .wizard .content .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-icon .label-icon-active {
            display: inline-block; }
        .wizard .content .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-text {
          color: #0276D5;
          font-weight: bold; }
    .wizard .content .purpose-radio .purpose-radio-label {
      display: -webkit-box;
      display: flex;
      width: 196px;
      height: 184px;
      max-width: 100%;
      border: 2px solid #7b7f89;
      border-radius: 4px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      @media (max-width: 575px) {
        .wizard .content .purpose-radio .purpose-radio-label {
          width: 100%; } }
      .wizard .content .purpose-radio .purpose-radio-label .label-icon {
        font-size: 21px;
        color: #000000;
        margin-bottom: 17px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .wizard .content .purpose-radio .purpose-radio-label .label-icon .label-icon-active {
          display: none; }
      .wizard .content .purpose-radio .purpose-radio-label .label-text {
        font-size: 16px;
        color: #030303;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
  .wizard .content .purpose-radios-wrapper {
    margin-top: 30px; }
    .wizard .content .purpose-radios-wrapper .purpose-radio {
      margin-right: 18px;
      max-width: calc( 33% - 18px); }
      @media (max-width: 575px) {
        .wizard .content .purpose-radios-wrapper .purpose-radio {
          margin-right: 0;
          margin-bottom: 18px;
          width: 100%;
          max-width: none; } }
      .wizard .content .purpose-radios-wrapper .purpose-radio:last-child {
        margin-right: 0; }
  .wizard .content .form-control {
    padding: 26px 25px;
    min-height: 50px;
    max-width: 550px;
    border-radius: 4px;
    border: solid 1px #ececec; }
    .wizard .content .form-control::-webkit-input-placeholder {
      color: #919aa3; }
    .wizard .content .form-control::-moz-placeholder {
      color: #919aa3; }
    .wizard .content .form-control:-ms-input-placeholder {
      color: #919aa3; }
    .wizard .content .form-control::-ms-input-placeholder {
      color: #919aa3; }
    .wizard .content .form-control::placeholder {
      color: #919aa3; }

.wizard .actions > ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: flex; }

.wizard .actions li a {
  font-family: 'BubblegumSans';	
  display: inline-block;
  border-radius: 6px;
  background-color: #0276D5;
  padding: 16px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 500; }

.wizard .actions li.disabled {
  display: none; }

.wizard .actions li:not(.disabled) + li, .wizard .actions li:not(:first-child):last-child {
  margin-left: 15px; }

@media (min-width: 768px) {
  .wizard.vertical {
    padding-left: 200px;
    position: relative;
    min-height: 450px; }
    .wizard.vertical .steps {
      padding-top: 0;
      padding-bottom: 0;
      min-height: 480px;
      position: absolute;
      left: 0;
      display: -webkit-box;
      display: flex; }
      .wizard.vertical .steps > ul {
        width: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        background-size: 4px calc(100% - 50px);
        margin-bottom: 0; }
        .wizard.vertical .steps > ul li:not(:last-child) {
          margin-bottom: 24px; } }

/*# sourceMappingURL=bd-wizard.css.map */

.event-box-area {
  position: relative; }
  .event-box-area .img-wrapper {
    position: absolute; }
    .event-box-area .img-wrapper img {
      border-radius: 10px; }

.event-box-content {
  background: rgba(4, 51, 129, 0.04);
  border-radius: 10px;
  width: 80%;
  margin-left: 20%;
  margin-top: 180px;
  padding-left: 28%;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-right: 20px;
  position: relative; }
  .event-box-content .btn-wrapper {
    margin-top: 35px; }
  .event-box-content .date-box {
    width: 90px;
    height: 100px;
    background: #fff;
    position: absolute;
    -webkit-box-shadow: 0px 15px 20px #2E319233;
    box-shadow: 0px 15px 20px #2E319233;
    top: -60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-radius: 10px; }
    .event-box-content .date-box:before {
      position: absolute;
      content: '';
      width: 78px;
      height: 20px;
      background: rgba(46, 49, 146, 0.1);
      bottom: -8px;
      border-radius: 5px;
      left: 7px;
      z-index: -1; }
    .event-box-content .date-box .date {
      font-size: 55px;
      color: #153F95;
      line-height: 30px;
      padding-top: 20px; }
    .event-box-content .date-box .month {
      font-size: 26px;
      color: #153F95; }
  .event-box-content h4 {
    font-size: 30px;
	 color: #000;
    margin-bottom: 25px; }
  .event-box-content ul {
    margin: 0;
    padding: 0; }
    .event-box-content ul li {
      list-style: none;
      margin: 20px 0px; }
      .event-box-content ul li a {
        font-family: 'Comic Sans MS'; }
        .event-box-content ul li a i {
          color: #153F95;
          width: 20px; }


.action-soon-content {
  position: relative;
  padding-left: 50px; }
  .action-soon-content:before {
    position: absolute;
    content: '';
    width: calc(100% - 35px);
    height: calc(100% - 20px);
    border: 2px solid #F5F5F5;
    top: 40px;
    left: 12px;
    z-index: -1;
    border-radius: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .action-soon-content .act-img img {
    border-radius: 10px; }
  .action-soon-content .subtitle {
    font-size: 16px;
    color: #0276D5;
    letter-spacing: 0;
    margin-bottom: 0px;
    margin-top: 24px; }
  .action-soon-content .title {
    font-size: 24px;
    color: #404040;
    font-weight: 500;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }	
  .action-soon-content .readMore {
    font-size: 18px;
    color: #666; }
  .action-soon-content:hover .title, .action-soon-content:hover .subtitle {
    color: #fff; }
  .action-soon-content:hover:before {
    background: #0276D5; }
  .action-soon-content:hover .btn-wrapper, .action-soon-content:hover .readMore {
    color: #fff; }

		  
@media only screen and (max-width:1700px) {
    .event-box-area.margin-top-165 {
        margin-top: 100px !important;
    }

}		  

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .event-box-content {
        padding-left: 35%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .event-box-area .img-wrapper {
        width: 50%;
    }

    .event-box-content {
        padding-left: 35%;
    }	
	
    .action-soon-area.padding-bottom-150 {
        padding-bottom: 100px !important;
    }	
}

@media only screen and (max-width: 1199px) {
    .action-soon-content {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width:991px) {
    .event-box-area .img-wrapper {
        display: none;
    }
    .event-box-content {
        margin-top: 40px;
        margin-left: 0px;
        padding: 80px 50px 50px 50px;
    }
    .event-box-content {
        width: 100%;
    }
    .event-box-area.margin-top-165 {
        margin-top: 100px !important;
    }
    .action-soon-area.padding-bottom-90 {
        padding-bottom: 30px !important;
    }				
}

@media only screen and (max-width: 575px) {
    .event-box-content {
        padding: 80px 20px 50px 20px;
    }	
}


.zoom {

transform-origin: 50% 65%;
  transition: transform 2s, filter 3s ease-in-out;

}

.zoom:hover {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 125px 0 30px 0;
  background: rgba(253,185,212,0.3);
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}

.breadcrumbs h2 {
  font-size: 44px;
  color: #000;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px 0 5px 0;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6e6e6e;
  content: "/";
}

.breadcrumbs-item a {
    color: #6e6e6e !important;
}

.breadcrumbs-item a:hover {
    color: #000 !important;
}
.breadcrumbMys {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
}

.display-block{
  display: block !important;
}

.display-none{
  display: none !important;
}

.title-label {
  font-weight: bold;
}

.title-mobile {
  font-weight: bold;
}

.title-mobile2 {
  font-weight: normal;
}

.title-desktop {
  font-weight: bold;
}

.title-desktop2 {
  font-weight: normal;
}

#divCotizarImg {
  background: url(../images/van-mys.png) center center no-repeat;
  background-size: contain; 
}

#divCotizarTxtTop {
  text-align: center;
  padding: 20px;
  background-color: transparent;
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
}

#divCotizarTxtBottom {
  text-align: center;
  padding: 20px;
  background-color: transparent;
  position: absolute; 
  bottom: 0;
  left: 0;
  width: 100%;
}

#divCotizarTxtTop #divCotizarTxtBottom p {
  margin: 0; 
  padding: 10px; /* Ajusta según tus necesidades */
}


@media (max-width: 768px) {

	section.hero-slider .slider-item01 {
	  background-image: url(../images/slider/bg1-portrait.jpg) !important;   
	}

	section.hero-slider .slider-item02 {
	  background-image: url(../images/slider/bg2-portrait.jpg) !important;   
	}

	section.hero-slider .slider-item03 {
	  background-image: url(../images/slider/bg3-portrait.jpg) !important;   
	}	
  
	.navbar-collapse a:hover {
	  color: #FFF !important;   	  
	}  

	.breadcrumbs {
		padding: 100px 0 20px 0;
		margin-bottom: 10px;
	}

	.breadcrumbs h2 {
		font-size: 34px;
	}

	.title-main {
		font-size: 31px !important;
		line-height: 45px !important;
	}

	.slider-title {
		font-size: 31px !important;
		line-height: 45px !important;
	}	

	.slider-subtitle {
		font-size: 22px !important;
		line-height: 32px !important;
	}

	.typingtxt {
		font-size: 23px !important;
	}	

	.typing-title {
		font-size: 32px !important;
    	line-height: 44px !important;
	}	

	.slider-btn {
		font-size: 20px !important;
	}	

	ul.slick-dots {
		width: 380px;
	}

	ul.slick-dots li {
		width: 100px;
	}
	
	.more-services .card {
		padding: 140px 20px 20px 20px;
	}

	.more-services .card-title {
		font-size: 19px;	
	}
	
	.action-soon-content {
		padding-left: 36px;
	}
	
	.action-soon-content:before {
		width: calc(95% - 35px);
	}
	
	.action-soon-content .act-img img {
		width: 96%;
	}
	
  .title-mobile {
    display: inline-block;
  }
	
  .title-mobile2 {
    display: inline-block;
  }

  .title-desktop {
      display: none;
  }

  .title-desktop2 {
    display: none;
}

  #header-data-container{
    display: none;
  }

  #divCotizarImg{
    position: relative;  
    height: 68vh; /* Ocupar toda la altura del viewport */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;    
  }
}

@media (min-width: 769px) {

  .title-mobile {
    display: none;
  }

  .title-mobile2 {
    display: none;
  }

  .title-desktop {
    display: inline-block;
  }

  .title-desktop2 {
    display: inline-block;
  }

  #header-data-container{
    display: flex;
  }

  #divCotizarImg{
    min-height: 500px;
  }

  #divCotizarTxtTop #divCotizarTxtBottom{
    display: none;
  }

}
