﻿@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
/*----- Default CSS -----*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background-color: #fff;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #0f2b41;
}

p {
  line-height: 1.7;
}

a {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #3a9cad;
}

a:hover {
  text-decoration: none;
  color: #009bad;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}


.pt-50 {
  padding-top: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-30 {
  padding-bottom: 30px;
}


.pb-100 {
  padding-bottom: 100px;
}
.pb-180 {
  padding-bottom: 180px;
}


button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
}

.common-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #009bad;
  color: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 1;
  font-weight: 600;
  padding: 12px 25px;
}

.common-btn span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #0f2b41;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  opacity: 1;
}

.common-btn:hover {
  color: #fff !important;
}

.common-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.common-btn.two {
  background-color: #0f2b41;
}

.common-btn.two span {
  background-color: #009bad;
}

.common-btn.three {
  background-color: #EA5455;
}

.common-btn.three span {
  background-color: #0f2b41;
}

.section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  margin-top: -5px;
}

.section-title .sub-title {
  display: inline-block;
  color: #009bad;
  font-weight: 500;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 50px;
  margin-bottom: 0;
  line-height: 1.3;
}

.section-title h2 span {
  font-size: 120px;
  line-height: 110px;
}

.section-title p {
  margin-bottom: 0;
  text-align:justify;
}

.section-title.two {
  text-align: center;
}

.section-title.two .sub-title {
  color: #ffffff;
  margin-top: 20px;
}

.section-title.two h2 {
  margin-bottom: 8px;
  font-size: 25px;
}

.section-title.two h2 span {
  color: #ffffff;
  font-size: 35px;

}

.section-title.two p {
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.three {
  text-align: center;
}

.section-title.three h2 {
  margin-bottom: 8px;
}

.section-title.three h2 span {
  position: relative;
  display: inline-block;
  color: #0f2b41;
  z-index: 1;
}

.section-title.three h2 span:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  left: 0;
  right: 0;
  bottom: 7px;
  margin-left: auto;
  margin-right: auto;
  background-color: #EA5455;
  z-index: -1;
}

.section-title.three p {
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
}

.section-overlay {
  position: relative;  
  background: url("../img/top-bg.png") center top no-repeat, url("../img/bottom-bg.png") center bottom no-repeat;
  background-size: 100%, 100%;
}





.card-overlay {
  position: relative;
  overflow: hidden;
}

.card-overlay:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  border-top: 230px solid #009bad;
  border-right: 240px solid transparent;
  opacity: .10;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.card-overlay:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  border-bottom: 230px solid #009bad;
  border-right: 240px solid transparent;
  opacity: .10;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.card-overlay-two {
  position: relative;
  overflow: hidden;
}

.card-overlay-two:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  border-top: 230px solid #009bad;
  border-right: 240px solid transparent;
  opacity: .10;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.card-overlay-two:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  border-bottom: 230px solid #009bad;
  border-right: 240px solid transparent;
  opacity: .10;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

/*----- Home Demo One CSS -----*/
/*-- Header --*/
.header-area {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #FCF9F7;
  position: relative;
}

.header-area:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
  border-left: 0px solid transparent;
  border-top: 57px solid #0f2b41;
  border-right: 30px solid transparent;
}

.header-area .left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}

.header-area .left ul li:last-child {
  margin-right: 0;
}

.header-area .left ul li i {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.header-area .left ul li a {
  display: inline-block;
  color: #fff;
}

.header-area .left ul li a:hover {
  color: #009bad;
}

.header-area .left ul li span {
  display: inline-block;
  color: #fff;
}

.header-area .right {
  text-align: right;
}

.header-area .right ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

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

.header-area .right ul li a {
  display: block;
  color: #009bad;
  font-size: 18px;
}

.header-area .right ul li a:hover {
  color: #0f2b41;
}

/*-- Navbar --*/
.main-nav {
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-shadow: 0px 12px 20px 0px #dddddd3b;
          box-shadow: 0px 12px 20px 0px #dddddd3b;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav.menu-shrink {
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-nav nav {
  padding: 0;
}

.main-nav nav .navbar-brand {
  margin-right: 0;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item a {
  color: #0f2b41;
  font-weight: 600;
  text-transform: unset;
  margin-left: 12px;
  margin-right: 12px;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
  color: #009bad;
}

.main-nav nav .navbar-nav .nav-item a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #009bad;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #0f2b41;
  padding: 0;
  border: 0;
  border-radius: 0%;
  -webkit-transition: .3s;
  transition: .3s;
  border-top: 3px solid #009bad;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #dddddd36;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: -3px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #009bad;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #009bad;
  padding-left: 20px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 15px;
  left: unset;
  right: -100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #009bad;
}

.main-nav .dropdown-toggle::after {
  display: none;
}

.side-nav .nav-search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.side-nav .nav-search #search-btn {
  color: #0f2b41;
  font-size: 25px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
  top: 3px;
}

.side-nav .nav-search #search-btn:hover {
  color: #009bad;
}

.side-nav .nav-search #close-btn {
  padding: 0;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1;
  color: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-size: 60px;
  cursor: pointer;
}

.side-nav .nav-search #close-btn:hover {
  color: #009bad;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.side-nav .nav-search #search-overlay {
  display: none;
  z-index: 999999;
}

.side-nav .nav-search .block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #000000eb;
}

.side-nav .nav-search .block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.side-nav .nav-search .centered {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}

.side-nav .nav-search .centered #search-box {
  position: relative;
}

.side-nav .nav-search .centered #search-box form .form-control {
  height: 50px;
  border: 0;
  border-radius: 5px;
  padding-left: 20px;
}

.side-nav .nav-search .centered #search-box form .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.side-nav .nav-search .centered #search-box form .btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #009bad;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  height: 100%;
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  border-radius: 0 5px 5px 0;
  border: 0;
}

.side-nav .nav-search .centered #search-box form .btn:hover {
  color: #fff;
  background-color: #0f2b41;
}

.side-nav .nav-flag-dropdown {
  display: inline-block;
  z-index: 9999;
}

.side-nav .nav-flag-dropdown img {
  width: 30px;
  border-radius: 50%;
  margin-right: 3px;
}

.side-nav .nav-flag-dropdown .btn {
  font-weight: 600;
  font-size: 15px;
  padding: 0;
  border: 0;
  color: #0f2b41;
}

.side-nav .nav-flag-dropdown .btn i {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.side-nav .nav-flag-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 20px 0px #cacaca59;
          box-shadow: 0px 0px 20px 0px #cacaca59;
  top: 170%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  display: block;
  opacity: 0;
  visibility: hidden;
  left: -20px;
}

.side-nav .nav-flag-dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  top: 130% !important;
}

.side-nav .nav-flag-dropdown .dropdown-menu a {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 15px;
  border-bottom: 1px solid #f1f1f1;
  border-left: 3px solid transparent;
  color: #0f2b41;
}

.side-nav .nav-flag-dropdown .dropdown-menu a:hover {
  background-color: transparent;
  border-left: 3px solid #009bad;
  padding-left: 18px;
  border-radius: 0 50% 50% 0;
}

.side-nav .nav-flag-dropdown .dropdown-menu a:last-child {
  border-bottom: 0;
}

.side-nav .nav-flag-dropdown .dropdown-toggle::after {
  display: none;
}

/*-- Banner --*/

.banner-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
}

.banner-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 255, 255, 0.875958)), to(rgba(255, 255, 255, 0.000703)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.875958) 30%, rgba(255, 255, 255, 0.000703) 100%);
}

.banner-content {
  margin-top: 50px;
  position: relative;
  z-index: 2;
  max-width: 60%;
}

.banner-content h1, .banner-content h2 {
  font-size: 45px;
  margin-bottom: 15px;
}

.banner-content p {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 600;
  max-width: 95%;
}

.banner-area .owl-item.active .banner-content h1,
.banner-area .owl-item.active .banner-content h2 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.banner-area .owl-item.active .banner-content p {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.banner-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  max-width: 1130px;
  margin: 0 auto;
  text-align: left;
}

.banner-area .owl-theme .owl-dots .owl-dot span {
  background: #0f2b41;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.banner-area .owl-theme .owl-dots .owl-dot.active span {
  background: #009bad;
  width: 40px;
}

.banner-area .overlay-banner:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  border-top: 535px solid #009bad;
  border-right: 280px solid transparent;
  opacity: .35;
  z-index: 1;
}

.banner-area .overlay-banner:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  border-bottom: 535px solid #009bad;
  border-right: 280px solid transparent;
  opacity: .35;
  z-index: 1;
}

/*-- Logo --*/
.logo-area {
  background-color: #FCF9F7;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.logo-area:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 30%;
  border-top: 100px solid #0f2b41;
  border-right: 70px solid transparent;
}

.logo-area .logo-text h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  margin-left: -20px;
}

.logo-area .logo-item {
  text-align: center;
  vertical-align:middle;
}


.logo-area .logo-item:hover img {
  -webkit-transform: translate(-5px, 0);
          transform: translate(-5px, 0);
}

.logo-area .logo-item img {
  max-width: 90px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

/*-- About --*/
.about-area .about-content {
  margin-bottom: 30px;
  max-width: 650px;
  margin-left: auto;
  text-align: justify;
}

.about-area .about-content .section-title {
  margin-bottom: 5px;
}

.about-area .about-content .section-title h2 {
  margin-bottom: 10px;
}

.about-area .about-content .section-title p {
  margin-left: 0;
}

.about-area .about-content .about-p {
  margin-bottom: 30px;
}

.about-area .about-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-area .about-content ul:hover i {
  color: #fff;
  background-color: #009bad;
}

.about-area .about-content ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 30px;
}

.about-area .about-content ul li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
          flex: 0 0 21%;
  max-width: 21%;
}

.about-area .about-content ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}

.about-area .about-content ul li i {
  display: inline-block;
  background-color: #F1EDE9;
  width: 65px;
  height: 75px;
  text-align: center;
  border-radius: 5px;
  font-size: 30px;
  line-height: 75px;
  color: #009bad;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.about-area .about-content ul li h3 {
  font-size: 18px;
  margin-bottom: 3px;
}

.about-area .about-content ul li p {
  margin-bottom: 0;
  font-size: 14px;
}


.about-area .about-img {
  padding-right: 50px;
}

.about-area .about-img img {
  width: 100%;
  margin-bottom: 30px;
}

.about-area .about-img .years {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #0f2b41;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.about-area .about-img .years:before {
  position: absolute;
  content: '';
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
  border: 2px dotted #009bad;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.about-area .about-img .years h3 {
  margin-bottom: 0;
  font-size: 40px;
  color: #009bad;
  margin-top: 50px;
}

.about-area .about-img .years h3 span {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  top: -18px;
}

/*-- Services --*/
.services-area {
  background-color: #FCF9F7;
}

.services-item {
  text-align: center;
  background-color: #fff;
  margin-bottom: 100px;
}

.services-item img {
  margin-bottom: 20px;
  width: auto;
  height: 66px;
}


.services-item p {
  margin-bottom: 20px;
  text-align:center; 
  font-size: 12px;
  line-height: 1.2;
  font-weight:600;
}


span.strong {
	font-weight:bold;
	color:#3a9cad;
}


/*-- Work --*/
.work-area {
  background-image: url("../img/servicios-bg.jpg");
  background-size: 100% 70%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.work-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  background-color: #0f2b41;
  opacity: .90;
  z-index: -2;
}

.work-area .section-title {
  text-align: center;
}


.work-area .section-title h2 {
  color: #fff;
}

.work-area .section-title p {
  color: #fff;
}



.work-area .work-item {
  margin-bottom: 15px;
  padding: 50px;   
  background-color: #009bad;
  text-align:center;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.work-area .work-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/top-bg2.png") center top no-repeat, url("../img/bottom-bg2.png") center bottom no-repeat;
  background-size: 100%, 100%;

  z-index: -2;
}




.work-area .work-item h3 {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 10px;
  text-align:center;
}

.work-area .work-item p {
  font-size: 20px;
  margin-bottom: 0;
  text-align:center;
  color: #ffffff;
}


/*-- Blog --*/
.blog-area {
  background-color: #FCF9F7;
  z-index: 1;
}

.blog-area .visit-blog {
  margin-bottom: 30px;
}

.blog-area.section-overlay:before {
  border-top: 580px solid #009bad;
  border-left: 375px solid transparent;
}

.blog-area.section-overlay:after {
  border-bottom: 580px solid #009bad;
  border-left: 375px solid transparent;
}

.blog-item {
  margin-bottom: 30px;
}

.blog-item a {
  display: block;
}

.blog-item a img {
  width: 100%;
  margin-bottom: 15px;
}

.blog-item ul {
  margin-bottom: 10px;
}

.blog-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 12px;
  font-size: 15px;
}

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

.blog-item ul li i {
  display: inline-block;
  color: #009bad;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.blog-item ul li span {
  display: inline-block;
}

.blog-item ul li a {
  display: inline-block;
  color: #444444;
  font-size: 15px;
}

.blog-item ul li a:hover {
  color: #009bad;
}

.blog-item h3 {
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.blog-item h3 a {
  color: #0f2b41;
}

.blog-item h3 a:hover {
  color: #009bad;
}

.blog-item p {
  margin-bottom: 10px;
}

.blog-item .blog-btn {
  display: inline-block;
  color: #009bad;
  border-bottom: 1px solid #009bad;
  font-weight: 600;
}

.blog-item .blog-btn:hover {
  color: #0f2b41;
  border-bottom: 1px solid #0f2b41;
}

.blog-side-item {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-side-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.blog-side-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-side-item ul li {
  list-style-type: none;
  display: inline-block;
}

.blog-side-item ul li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  max-width: 38%;
}

.blog-side-item ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54%;
          flex: 0 0 54%;
  max-width: 60%;
  margin-left: 15px;
}

.blog-side-item ul li i {
  display: inline-block;
  font-size: 16px;
  color: #009bad;
  position: relative;
  top: 1px;
}

.blog-side-item ul li span {
  display: inline-block;
  font-size: 14px;
}

.blog-side-item ul li h4 {
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 1.2;
  margin-top: 8px;
}

.blog-side-item ul li h4 a {
  color: #0f2b41;
}

.blog-side-item ul li h4 a:hover {
  color: #009bad;
}

.blog-side-item ul li p {
  margin-bottom: 0;
}

/*-- Footer --*/
.footer-area {
  background: #3a9cad url("../img/bottom-bg.png") center bottom 30% no-repeat;
  position: relative;
  z-index: 1;
}


.footer-area .footer-item {
  margin-bottom: 30px;
}

.footer-area .footer-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-area .footer-item .footer-logo .footer-omnia {
  display: inline-block;
  margin-bottom: 15px;
}

.footer-area .footer-item .footer-logo .footer-omnia img{
  width: 80%;
}


.footer-area .footer-item .footer-logo p {
  margin-bottom: 30px;
  color: #fff;
}

.footer-area .footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.footer-area .footer-item .footer-logo ul li:last-child {
  margin-right: 0;
}

.footer-area .footer-item .footer-logo ul li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #66d2e5;
  font-size: 17px;
  text-align: center;
}

.footer-area .footer-item .footer-logo ul li a i {
  line-height: 30px;
}

.footer-area .footer-item .footer-logo ul li a:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

.footer-area .footer-item .footer-link ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 3px;
}

.footer-area .footer-item .footer-link ul li:last-child {
  margin-bottom: 0;
}

.footer-area .footer-item .footer-link ul li i {
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 2px;
  color: #66d2e5;
}

.footer-area .footer-item .footer-link ul li a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.footer-area .footer-item .footer-link ul li a:hover {
  color: #0f2b41;
}




.footer-area .footer-item .footer-hours ul li {
  list-style-type: none;
  display: block;
  color: #fff;
  position: relative;
  margin-bottom: 12px;
}

.footer-area .footer-item .footer-hours ul li:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  top: 12px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.footer-area .footer-item .footer-hours ul li:last-child {
  margin-bottom: 0;
}

.footer-area .footer-item .footer-hours ul li span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.footer-area .footer-item .footer-contact p {
  margin-bottom: 5px;
  color: #fff;
}

.footer-area .footer-item .footer-contact ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}

.footer-area .footer-item .footer-contact ul li:last-child {
  margin-bottom: 0;
}

.footer-area .footer-item .footer-contact ul li i {
  display: inline-block;
  font-size: 22px;
  color: #66d2e5;
  position: absolute;
  top: 2px;
  left: 0;
}

.footer-area .footer-item .footer-contact ul li span {
  display: block;
  color: #fff;
}

.footer-area .footer-item .footer-contact ul li a {
  display: block;
  color: #fff;
}

.footer-area .footer-item .footer-contact ul li a:hover {
  color: #66d2e5;
}

.footer-area .copyright-area {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #08172ed9;
}

.footer-area .copyright-area p {
  margin-bottom: 0;
  color: #fff;
}

.footer-area .copyright-area p a {
  display: inline-block;
  color: #009bad;
  font-size: 12px;
  margin: 0 15px;
}

.footer-area .copyright-area p a:hover {
  color: #fff;
}




.contacto {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #101527;
}

.contacto p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  margin: 0 15px;
}

.contacto p a {
  display: inline-block;
  color: #ffffff;
}

.contacto p a:hover {
  color: #fff;
}



/*-- About --*/
.about-area.two {
  padding-top: 120px;
}

.about-area.two .about-content {
  margin-left: 0;
}

.about-area.two .about-content .section-title.two {
  text-align: left;
}

.about-area.two .about-content ul:hover i {
  color: #fff;
  background-color: #009bad;
}

.about-area.two .about-content ul li i {
  color: #009bad;
}

.about-area.two .about-img {
  padding-right: 0;
  max-width: 590px;
  margin-left: auto;
  margin-bottom: 30px;
}

.about-area.two .about-img img {
  margin-bottom: 0;
}

.about-area.two .about-img .about-long {
  margin-top: 50px;
}

.about-area.two .about-img .about-long-two {
  margin-top: -20px;
}

.about-area.two .about-img .years {
  width: 150px;
  height: 150px;
  border-radius: 0%;
  background-color: #009bad;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 30%;
  left: 44%;
}

.about-area.two .about-img .years:before {
  width: 130px;
  height: 130px;
  border: 2px dashed #fff;
  border-radius: 0%;
}

.about-area.two .about-img .years h3 {
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 27px;
  margin-left: 10px;
}

/*-- Work --*/
.work-area.two:before {
  background-color: #009bad;
  opacity: .80;
}

.work-area.two:after {
  background-color: #fff;
}

.work-area.two .work-img img {
  position: absolute;
}

.work-area.two .work-img img:nth-child(1) {
  top: 200px;
  left: 20px;
  max-width: 150px;
}

.work-area.two .work-img img:nth-child(2) {
  top: 0;
  right: 0;
  max-width: 150px;
}

.work-area.two .section-title.two .sub-title {
  color: #fff;
}

.work-area.two .video-wrap .js-modal-btn:before {
  background-color: #009bad;
}

.work-area.two .video-wrap .js-modal-btn:after {
  background-color: #009bad;
}

.work-area.two .video-wrap .js-modal-btn:hover {
  color: #fff;
}

.work-area.two .video-wrap .js-modal-btn:hover:before {
  background-color: #0f2b41;
}

.work-area.two .video-wrap .js-modal-btn:hover:after {
  background-color: #0f2b41;
}

.work-area.two .work-item {
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd36;
          box-shadow: 0px 0px 20px 0px #dddddd36;
}

.work-area.two .work-item:hover {
  background-color: #009bad;
}

.work-area.two .work-item ul li i {
  color: #009bad;
}

/*-- Services --*/
.services-area.two {
  background-color: #fff;
}

.services-area.two .services-item {
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd36;
          box-shadow: 0px 0px 20px 0px #dddddd36;
}

.services-area.two .services-item i {
  color: #009bad;
}

.services-area.two .services-item .services-btn {
  color: #009bad;
  border-bottom: 1px solid #009bad;
}

.services-area.two .services-item.active {
  background-color: #009bad;
}

.services-area.two .services-item.active i {
  color: #fff;
}

.services-area.two .services-item.active .services-btn {
  color: #fff;
  border-bottom: 1px solid #fff;
}





.faq-item {
  margin-bottom: 30px;
}

.faq-item .section-title.two {
  text-align: left;
}

.faq-item .section-title.two h2 {
  margin-bottom: 0;
}

.faq-item .accordion p {
  display: none;
  padding: 0 15px 15px 40px;
  margin-bottom: 0;
  background-color: #F9FAFF;
  position: relative;
}

.faq-item .accordion p:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 70px;
  left: 21px;
  top: 6px;
  border-left: 5px dotted #1a1e6626;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.faq-item .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.faq-item .accordion li:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 23px;
  left: 20px;
  background-color: #0f2b41;
}

.faq-item .accordion li:last-child {
  margin-bottom: 0;
}

.faq-item .accordion li a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 15px 15px 40px;
  background-color: #F9FAFF;
  color: #009bad;
}

.faq-item .accordion li a:hover {
  color: #0f2b41;
}


/*-- Blog --*/
.blog-area.two {
  background-color: #F9FAFF;
}

.blog-area.two .blog-item {
  padding: 20px 20px 20px;
  background-color: #fff;
}

.blog-area.two .blog-item ul li i {
  color: #009bad;
}

.blog-area.two .blog-item ul li a:hover {
  color: #009bad;
}

.blog-area.two .blog-item h3 a:hover {
  color: #009bad;
}

.blog-area.two .blog-item .blog-btn {
  color: #009bad;
  border-bottom: 1px solid #009bad;
}

.blog-area.two .blog-item .blog-btn:hover {
  color: #009bad;
  border-bottom: 1px solid #009bad;
}

.blog-area.two .blog-side-item ul li i {
  color: #009bad;
}

.blog-area.two .blog-side-item ul li h4 a:hover {
  color: #009bad;
}

.blog-area.two .blog-side-item ul li .blog-btn {
  display: inline-block;
  color: #009bad;
  border-bottom: 1px solid #009bad;
  font-weight: 600;
  font-size: 14px;
}

.blog-area.two .blog-side-item ul li .blog-btn:hover {
  color: #009bad;
  border-bottom: 1px solid #009bad;
}

/*-- Subscribe --*/
.subscribe-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.subscribe-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #009bad;
  opacity: .80;
}

.subscribe-area .subscribe-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 758px;
}

.subscribe-area .subscribe-wrap {
  max-width: 600px;
}

.subscribe-area .subscribe-wrap .section-title.two {
  margin-bottom: 25px;
  text-align: left;
}

.subscribe-area .subscribe-wrap .section-title.two h2 {
  color: #fff;
}

.subscribe-area .subscribe-wrap .section-title.two p {
  color: #fff;
}

.subscribe-area .subscribe-wrap .newsletter-form {
  position: relative;
}

.subscribe-area .subscribe-wrap .newsletter-form .form-control {
  height: 50px;
  border-radius: 0;
  padding-left: 20px;
  font-size: 15px;
  border: 0;
}

.subscribe-area .subscribe-wrap .newsletter-form .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.subscribe-area .subscribe-wrap .newsletter-form .common-btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  opacity: 1;
  height: 50px;
  padding-left: 35px;
  padding-right: 35px;
}

.subscribe-area .subscribe-wrap .newsletter-form .validation-danger {
  margin-top: 10px;
  color: #fff;
}

.subscribe-area .subscribe-wrap .newsletter-form .validation-success {
  margin-top: 10px;
  color: #fff;
}

/*-- Logo --*/
.logo-area.two {
  background-color: #fff;
}

.logo-area.two:before {
  display: none;
}

/*-- Footer --*/
.footer-area.two {
  background-color: #009bad;
}

.footer-area.two .footer-item .footer-logo ul li a {
  color: #009bad;
  background-color: #fff;
}

.footer-area.two .footer-item .footer-logo ul li a:hover {
  color: #fff;
  background-color: #0f2b41;
}

.footer-area.two .footer-item .footer-link ul li i {
  color: #fff;
}

.footer-area.two .footer-item .footer-link ul li a:hover {
  color: #fff;
  letter-spacing: 1px;
}

.footer-area.two .footer-item .footer-contact ul li i {
  color: #fff;
}

.footer-area.two .footer-item .footer-contact ul li a:hover {
  color: #fff;
  letter-spacing: 1px;
}

.footer-area.two .copyright-area {
  background-color: #009badd1;
}

.footer-area.two .copyright-area p a {
  color: #fff;
}

.footer-area.two .copyright-area p a:hover {
  letter-spacing: 1px;
}




@-webkit-keyframes banner-rotate-ani {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes banner-rotate-ani {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*-- Features --*/
.features-area .section-title.three {
  text-align: left;
  margin-bottom: 30px;
}

.features-area .section-title.three p {
  margin-bottom: 22px;
}

.features-area .features-item {
  margin-bottom: 30px;
  text-align: center;
}

.features-area .features-item:hover .top:before {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.features-area .features-item .top {
  position: relative;
  z-index: 1;
}

.features-area .features-item .top:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #EA5455;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: -1;
}

.features-area .features-item .top img {
  width: 100%;
}

.features-area .features-item .bottom {
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd36;
          box-shadow: 0px 0px 20px 0px #dddddd36;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  padding-bottom: 25px;
  margin-top: -30px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.features-area .features-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.features-area .features-inner {
  margin-bottom: 30px;
  background-color: #212832;
  padding: 30px 35px 30px 50px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
}

.features-area .features-inner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #EA5455;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: -1;
}

.features-area .features-inner:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd36;
          box-shadow: 0px 0px 20px 0px #dddddd36;
}

.features-area .features-inner:hover:before {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.features-area .features-inner:hover i {
  color: #fff;
  background-color: #EA5455;
}

.features-area .features-inner:hover h3 {
  color: #0f2b41;
}

.features-area .features-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.features-area .features-inner ul li {
  list-style-type: none;
  display: inline-block;
}

.features-area .features-inner ul li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  max-width: 29%;
}

.features-area .features-inner ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
  margin-left: 15px;
}

.features-area .features-inner ul li i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #EA5455;
  border-radius: 50%;
  font-size: 40px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.features-area .features-inner ul li h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

/*-- About --*/
.about-area.three {
  background-color: #FCF9F7;
  position: relative;
}

.about-area.three .about-shape img {
  position: absolute;
  top: 0;
  right: 80px;
  max-width: 150px;
  -webkit-animation: banner-rotate-ani 10s infinite linear;
          animation: banner-rotate-ani 10s infinite linear;
}

.about-area.three .section-title.three {
  text-align: left;
}

.about-area.three .about-img .years {
  background-color: #EA5455;
}

.about-area.three .about-content ul:hover i {
  color: #fff;
  background-color: #EA5455;
}

.about-area.three .about-content ul li i {
  color: #EA5455;
}

/*-- Services --*/
.services-area.three {
  background-color: #fff;
}

.services-area.three .services-item {
  background-image: url("../img/services/services-bg1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.services-area.three .services-item:hover:after {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}

.services-area.three .services-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #212832;
  z-index: -1;
  opacity: .90;
}

.services-area.three .services-item:after {
  position: absolute;
  content: '';
  width: 92%;
  height: 92%;
  top: 13px;
  left: 14px;
  z-index: -1;
  border: 5px solid #EA5455;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.services-area.three .services-item.two {
  background-image: url("../img/services/services-bg2.jpg");
}

.services-area.three .services-item.three {
  background-image: url("../img/services/services-bg3.jpg");
}

.services-area.three .services-item.four {
  background-image: url("../img/services/services-bg4.jpg");
}

.services-area.three .services-item.five {
  background-image: url("../img/services/services-bg5.jpg");
}

.services-area.three .services-item.six {
  background-image: url("../img/services/services-bg6.jpg");
}

.services-area.three .services-item i {
  color: #fff;
}

.services-area.three .services-item h3 a {
  color: #EA5455;
}

.services-area.three .services-item p {
  color: #fff;
}

.services-area.three .services-item .services-btn {
  color: #fff;
  border-bottom: 1px solid #fff;
}



/*-- Subscribe --*/
.subscribe-area.three:before {
  background-color: #212832;
}

.subscribe-area.three .subscribe-img {
  max-width: 752px;
}

/*-- Footer --*/
.footer-area.three {
  background-color: #EA5455;
}

.footer-area.three .footer-item .footer-logo ul li a {
  color: #EA5455;
}

.footer-area.three .footer-item .footer-logo ul li a:hover {
  color: #fff;
}

.footer-area.three .copyright-area {
  background-color: #212832;
}

.footer-area.three .footer-shape img {
  -webkit-animation: footer-shape-ani-two 5s infinite linear;
          animation: footer-shape-ani-two 5s infinite linear;
}

@-webkit-keyframes footer-shape-ani-two {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes footer-shape-ani-two {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}


.page-title-area {
  background-image: url('../img/cabecera.jpg');
  background-position: center right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
  z-index: 1;
  /*box-shadow: 0px 0px 20px 0px #9c9e9f;*/
}

.page-title-area .title-content {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.page-title-area .title-content h1 {
  margin-bottom: 50px;
  font-size: 110px;
  color: #0f2b41;
}



.page-title-area .title-content h2 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #3a9cad;
}


.page-title-area .title-content .shape {
	background-color: #0f2b41;
	padding: 40px;
	text-align: justify;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	left: 40%;
	top: 55%;
}

.page-title-area .title-content .shape h3 {
	color: #009bad;
	font-size: 20px;
	line-height: 18px;	
}


.page-title-area .title-content .shape h4 {
	color: #ffffff;
	font-size: 70px;	
}

.page-title-area .title-content .shape h4 span {
	font-size: 40px;	
}





.about-area.four {
  background-color: #edf6f7;
  z-index: 1;
}

.about-area.four.section-overlay:before {
  right: unset;
  left: 0;
  border-left: 0;
  border-right: 470px solid transparent;
  z-index: -1;
}

.about-area.four.section-overlay:after {
  right: unset;
  left: 0;
  border-left: 0;
  border-right: 470px solid transparent;
  z-index: -1;
}

.about-area.four .about-img {
  padding-right: 0;
}


.work-area.three {
  background-color: #FCF9F7;
  background-image: unset;
}

.work-area.three:before {
  display: none;
}

.work-area.three:after {
  display: none;
}

.work-area.three .section-title {
  text-align: center;
}

.work-area.three .section-title h2 {
  color: #0f2b41;
  margin-bottom: 8px;
}

.work-area.three .section-title p {
  color: #444444;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
}

.founder-area .founder-content {
  margin-bottom: 30px;
}

.founder-area .founder-content .section-title {
  margin-bottom: 5px;
}

.founder-area .founder-content .section-title h2 {
  margin-bottom: 5px;
}

.founder-area .founder-content .founder-p {
  margin-bottom: 30px;
}

.founder-area .founder-content .nav-pills {
  margin-bottom: 15px;
}

.founder-area .founder-content .nav-pills .nav-link {
  border-radius: 0;
  color: #009bad;
  background-color: #009bad1f;
  font-weight: 600;
  padding: 12px 25px;
  margin-right: 15px;
}

.founder-area .founder-content .nav-pills .nav-link.active, .founder-area .founder-content .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #009bad;
}

.founder-area .founder-content .tab-pane p {
  margin-bottom: 14px;
}

.founder-area .founder-content .tab-pane ul li {
  list-style-type: none;
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}

.founder-area .founder-content .tab-pane ul li:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  background-color: #009bad;
  border-radius: 50%;
}

.founder-area .founder-content .tab-pane ul li:last-child {
  margin-bottom: 0;
}

.founder-area .founder-img {
  margin-bottom: 30px;
}

.founder-area .founder-img img {
  width: 100%;
}

.subscribe-area.four:before {
  background-color: #009bad;
}

.subscribe-area.four .subscribe-img {
  max-width: 750px;
}

/*----- Services CSS -----*/

.services-area.four {
  background-color: #fff;
}

.pagination-area {
  text-align: center;
}

.pagination-area ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.pagination-area ul li a {
  display: block;
  color: #009bad;
  background-color: #009bad1f;
  padding: 4px 16px;
}

.pagination-area ul li a:hover, .pagination-area ul li a.active {
  color: #fff;
  background-color: #009bad;
}

/*----- Service Details CSS -----*/

.widget-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	/* Position the items */
	// &:nth-child(2) { top: 25%; }
	// &:nth-child(3) { top: 50%; }
	// &:nth-child(4) { top: 75%; }
}


.make-me-sticky {
  position: -webkit-sticky;
	position: sticky;
	top: 110px;
}







.widget-area .widget-item {
  margin-bottom: 30px;
}

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

.widget-area .widget-item h3 {
  margin-bottom: 15px;
  font-size: 22px;
  margin-top: -5px;
}

.widget-area .services ul li {
  position: relative;
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}

.widget-area .services ul li:last-child {
  margin-bottom: 0;
}

.widget-area .services ul li a {
  display: block;
  color: #3a9cad;
  background-color: #e7f6f9;
  padding: 10px 15px 10px;
}


.widget-area .services ul li a:hover {
  color: #fff;
  background-color: #009bad;
}

.widget-area .report ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
  background-color: #009bad;
  padding: 12px 20px 12px;
  text-align: center;
}

.widget-area .report ul li:last-child {
  margin-bottom: 0;
}

.widget-area .report ul li i {
  display: inline-block;
  font-size: 40px;
  margin-right: 10px;
  color: #fff;
  vertical-align: middle;
}

.widget-area .report ul li a {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}

.widget-area .report ul li a:hover {
  color: #0f2b41;
  border-bottom: 1px solid #0f2b41;
}

.widget-area .touch {
  background-color: #fafafa;
  padding: 30px 30px 30px;
}

.widget-area .touch h3 {
  margin-bottom: 6px;
}

.widget-area .touch p {
  margin-bottom: 15px;
}

.widget-area .touch .form-group {
  margin-bottom: 15px;
}

.widget-area .touch .form-group .form-control {
  height: 45px;
  border: 0;
  padding-left: 20px;
  font-size: 15px;
  border-radius: 0;
}

.widget-area .touch .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.widget-area .touch .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}

.widget-area .touch .common-btn {
  width: 100%;
  display: block;
  border-radius: 0;
}


.service-details-area.section-overlay::after {

    right: unset;
    left: 0;
    border-left: 0;
    border-right: 470px solid transparent;
    z-index: -1;

}
.service-details-area.section-overlay::before {

    right: unset;
    left: 0;
    border-left: 0;
    border-right: 470px solid transparent;
    z-index: -1;

}


.service-details-area .details-item {
  background-color: #fafafa; 
  padding: 32px 32px 50px;
  text-align:justify;
}

.service-details-area .details-item img {
  max-width: 100%;
}

.service-details-area .details-item .details-img h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.service-details-area .details-item .details-img p {
  margin-bottom: 18px;
  text-align:justify;
}

.service-details-area .details-item .details-img p:last-child {
  margin-bottom: 0;
}

.service-details-area .details-item .details-img img {
  margin-bottom: 25px;
  display: block;
}

.service-details-area .details-item .details-img ul {
  margin-bottom: 22px;
  margin-top: -2px;
}

.service-details-area .details-item .details-img ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.service-details-area .details-item .details-img ul li:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  background-color: #009bad;
  border-radius: 50%;
}

.service-details-area .details-item .details-img ul li:last-child {
  margin-bottom: 0;
}


.project-details-area img {
  width: 100%;
}

.project-details-area h2 {
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: -5px;
}

.project-details-area h2 span {
  color: #009bad;
}

.project-details-area .details-img .img-left {
  margin-bottom: 30px;
}

.project-details-area .details-img .content-right {
  margin-bottom: 30px;
}

.project-details-area .details-img .content-right p {
  margin-bottom: 12px;
}

.project-details-area .details-img .content-right p:last-child {
  margin-bottom: 0;
}

.project-details-area .details-img .content-right ul {
  max-width: 290px;
  margin-bottom: 15px;
}

.project-details-area .details-img .content-right ul li {
  list-style-type: none;
  display: block;
  position: relative;
  font-weight: 600;
  color: #009bad;
  margin-bottom: 10px;
}

.project-details-area .details-img .content-right ul li:last-child {
  margin-bottom: 0;
}

.project-details-area .details-img .content-right ul li span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  color: #444444;
}

.project-details-area .details-img .content-right ul li a {
  display: inline-block;
  color: #444444;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
}

.project-details-area .details-img .content-right ul li a:hover {
  color: #009bad;
}

.project-details-area .details-handle {
  margin-bottom: 30px;
}

.project-details-area .details-handle p {
  margin-bottom: 5px;
}

.project-details-area .details-handle p:last-child {
  margin-bottom: 0;
}

.project-details-area .details-most .most-left {
  margin-bottom: 30px;
}

.project-details-area .details-most .most-right {
  margin-bottom: 30px;
}

.project-details-area .details-most .most-right p {
  margin-bottom: 12px;
}

.project-details-area .details-most .most-right ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.project-details-area .details-most .most-right ul li:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  background-color: #009bad;
  border-radius: 50%;
}

.project-details-area .details-most .most-right ul li:last-child {
  margin-bottom: 0;
}

.project-details-area .details-summary p {
  margin-bottom: 0;
}

/*----- Blog CSS -----*/

.blog-area.three {
  background-color: #fff;
}

.blog-area.three .blog-item {
  padding: 25px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd70;
          box-shadow: 0px 0px 20px 0px #dddddd70;
}

/*----- Blog Details CSS -----*/
.blog-details-area .details-item img {
  max-width: 100%;
}

.blog-details-area .details-item .details-img {
  position: relative;
  margin-bottom: 25px;
}

.blog-details-area .details-item .details-img ul {
  position: absolute;
  left: 15px;
  top: 15px;
}

.blog-details-area .details-item .details-img ul li {
  list-style-type: none;
  display: inline-block;
  padding: 5px 18px;
  background-color: #009bad;
  font-size: 15px;
  margin-right: 15px;
}

.blog-details-area .details-item .details-img ul li:last-child {
  margin-right: 0;
}

.blog-details-area .details-item .details-img ul li span {
  display: inline-block;
  color: #fff;
}

.blog-details-area .details-item .details-img ul li a {
  display: inline-block;
  color: #fff;
  margin-left: 3px;
}

.blog-details-area .details-item .details-img ul li a:hover {
  color: #0f2b41;
}

.blog-details-area .details-item .details-head {
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-head h2 {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.3;
}

.blog-details-area .details-item .details-head p {
  margin-bottom: 8px;
  text-align:justify;
}

.blog-details-area .details-item .details-head p:last-child {
  margin-bottom: 0;
}

.blog-details-area .details-item .details-quote {
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-quote blockquote {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd36;
          box-shadow: 0px 0px 20px 0px #dddddd36;
  position: relative;
  padding: 40px 40px 55px;
  z-index: 1;
  margin-bottom: 15px;
}

.blog-details-area .details-item .details-quote blockquote i {
  position: absolute;
  top: 30px;
  left: 45px;
  font-size: 95px;
  color: #009bad14;
  z-index: -1;
}

.blog-details-area .details-item .details-quote blockquote h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.blog-details-area .details-item .details-quote blockquote span {
  font-weight: 600;
  font-size: 15px;
  color: #009bad;
  text-align: right;
  display: inline-block;
  position: absolute;
  bottom: 37px;
  right: 40px;
}

.blog-details-area .details-item .details-quote blockquote span:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  top: 11px;
  left: -35px;
  background-color: #009bad;
}

.blog-details-area .details-item .details-quote p {
  margin-bottom: 0;
}

.blog-details-area .details-item .details-text {
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-text img {
  margin-bottom: 20px;
}

.blog-details-area .details-item .details-text p {
  margin-bottom: 0;
}

.blog-details-area .details-item .details-tag {
  padding-top: 30px;
  border-top: 1px solid #bababa61;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-tag .left ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
}

.blog-details-area .details-item .details-tag .left ul li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 600;
  color: #0f2b41;
}

.blog-details-area .details-item .details-tag .left ul li a {
  display: inline-block;
  color: #0f2b41;
  background-color: #F1EDE9;
  padding: 4px 12px;
  margin-right: 5px;
}

.blog-details-area .details-item .details-tag .left ul li a:hover {
  color: #fff;
  background-color: #0f2b41;
}

.blog-details-area .details-item .details-tag .right {
  text-align: right;
}

.blog-details-area .details-item .details-tag .right ul li {
  list-style-type: none;
  display: inline-block;
}

.blog-details-area .details-item .details-tag .right ul li span {
  display: inline-block;
  font-weight: 600;
  color: #0f2b41;
}

.blog-details-area .details-item .details-tag .right ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #009bad;
  font-size: 17px;
  text-align: center;
  margin-left: 5px;
}

.blog-details-area .details-item .details-tag .right ul li a i {
  line-height: 30px;
}

.blog-details-area .details-item .details-tag .right ul li a:hover {
  background-color: #0f2b41;
}

.blog-details-area .details-item .details-comments {
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-comments h3 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: -3px;
}

.blog-details-area .details-item .details-comments ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 120px;
  padding: 20px 20px 20px 135px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd3b;
          box-shadow: 0px 0px 20px 0px #dddddd3b;
  margin-bottom: 15px;
}

.blog-details-area .details-item .details-comments ul li:last-child {
  margin-bottom: 0;
}

.blog-details-area .details-item .details-comments ul li img {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 100px;
  border-radius: 50%;
}

.blog-details-area .details-item .details-comments ul li h4 {
  margin-bottom: 5px;
  font-size: 18px;
}

.blog-details-area .details-item .details-comments ul li span {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

.blog-details-area .details-item .details-comments ul li p {
  margin-bottom: 0;
}

.blog-details-area .details-item .details-comments ul li a {
  display: inline-block;
  color: #fff;
  background-color: #009bad;
  padding: 3px 12px;
  font-size: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.blog-details-area .details-item .details-comments ul li a:hover {
  background-color: #0f2b41;
}

.blog-details-area .details-item .details-form h3 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: -3px;
}

.blog-details-area .details-item .details-form .form-group {
  margin-bottom: 15px;
}

.blog-details-area .details-item .details-form .form-group .form-control {
  height: 45px;
  border: 0;
  border-radius: 0;
  background-color: #fafafa;
}

.blog-details-area .details-item .details-form .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-details-area .details-item .details-form .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}

.blog-details-area .details-item .details-form .common-btn {
  border-radius: 0;
  width: 100%;
  display: block;
}

.widget-area .search {
  position: relative;
  background-color: #fafafa;
  padding: 10px 15px 10px;
}

.widget-area .search .form-control {
  height: 45px;
  border-radius: 30px;
  padding-left: 15px;
  font-size: 15px;
  border: 0;
}

.widget-area .search .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.widget-area .search .btn {
  padding: 0;
  color: #009bad;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-size: 24px;
  position: absolute;
  top: 16px;
  right: 30px;
}

.widget-area .search .btn:hover {
  color: #0f2b41;
}

.widget-area .recent .inner {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd57;
}

.widget-area .recent .inner:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget-area .recent .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.widget-area .recent .inner ul li {
  list-style-type: none;
  display: inline-block;
}

.widget-area .recent .inner ul li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 22%;
}

.widget-area .recent .inner ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}

.widget-area .recent .inner ul li span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.widget-area .recent .inner ul li span i {
  display: inline-block;
  color: #009bad;
  font-size: 15px;
  position: relative;
  top: 1px;
}

.widget-area .recent .inner ul li h4 {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.3;
}

.widget-area .recent .inner ul li h4 a {
  color: #3a9cad;
}

.widget-area .recent .inner ul li h4 a:hover {
  color: #009bad;
}

.widget-area .categories ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}

.widget-area .categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .categories ul li a {
  display: block;
  color: #fff;
  background-color: #009bad;
  padding: 15px 20px 15px;
  position: relative;
}

.widget-area .categories ul li a span {
  position: absolute;
  top: 15px;
  right: 20px;
}

.widget-area .categories ul li a:hover {
  background-color: #0f2b41;
}

.widget-area .tags h3 {
  margin-bottom: 10px;
}

.widget-area .tags ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 3px;
  margin-top: 5px;
}

.widget-area .tags ul li a {
  display: block;
  color: #009bad;
  background-color: #fafafa;
  padding: 4px 12px;
  font-size: 15px;
}

.widget-area .tags ul li a:hover {
  color: #fff;
  background-color: #0f2b41;
}

/*----- Contact CSS -----*/

.contact-area {
  position: absolute;
  top: -100px;
  z-index: 3;
  background-color: #0f2b41; 
  padding: 32px 32px 20px; 
  text-align: justify;
  border-radius: 10px;
}

.contact-area .section-title h3 {
  text-align: center;
  color: #009bad;
}

.contact-area .form-group {
  margin-bottom: 15px;
}

.contact-area .form-group .form-control {
  height: 35px;
  border: 0;
  border-radius: 10px;
  padding-left: 20px;
  font-size: 14px;
  background-color: #edf6f7;
}
.contact-area .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-area .form-group textarea {
  padding-top: 13px;
  height: 100px !important;
}

.contact-area .form-check {
  margin-bottom: 15px;
  font-size: 14px;
  color:#fff;
}

.contact-area .form-check a {
  display: inline-block;
  color: #009bad;
  font-weight: 600;
}

.contact-area .form-check a:hover {
  color: #ffffff;
}

.contact-area .common-btn {
  width: 100%;
  display: block;
  border-radius: 0;
  opacity: 1;
  margin-bottom: 30px;
}

.contact-area .list-unstyled {
  margin-top: 10px;
  font-size: 15px;
  color: #dc3545 !important;
}

.contact-area .text-danger {
  margin-bottom: 0;
  margin-top: 10px;
  color: #dc3545 !important;
}

.contact-area .text-success {
  margin-bottom: 0;
  margin-top: 10px;
  color: #28a745 !important;
}

.contact-area .contact-info {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd36;
          box-shadow: 0px 0px 20px 0px #dddddd36;
  margin-bottom: 30px;
  background-color: #fff;
}

.contact-area .contact-info h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.contact-area .contact-info p {
  margin-bottom: 15px;
}

.contact-area .contact-info ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

.contact-area .contact-info ul li:last-child {
  margin-bottom: 0;
}

.contact-area .contact-info ul li i {
  display: inline-block;
  color: #009bad;
  font-size: 30px;
  position: absolute;
  top: 4px;
  left: 0;
}

.contact-area .contact-info ul li a {
  display: block;
  color: #444444;
}

.contact-area .contact-info ul li a:hover {
  color: #009bad;
}

.map-area #map {
  width: 100%;
  display: block;
  height: 400px;
  border: 0;
}

/*----- User Form CSS -----*/
.user-form-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
}

.user-form-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #212832;
  opacity: .80;
}

.user-form-area .user-form-item {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #212832;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px 40px 30px;
}

.user-form-area .user-form-item .logo {
  display: inline-block;
  margin-bottom: 30px;
}

.user-form-area .user-form-item .form-group {
  margin-bottom: 15px;
}

.user-form-area .user-form-item .form-group .form-control {
  height: 45px;
  border: 0;
  border-radius: 0;
  padding-left: 20px;
  font-size: 15px;
  border-radius: 5px;
}

.user-form-area .user-form-item .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user-form-area .user-form-item .common-btn {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 15px;
}

.user-form-area .user-form-item .remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  text-align: left;
}

.user-form-area .user-form-item .remember li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.user-form-area .user-form-item .remember li:nth-child(2) {
  text-align: right;
}

.user-form-area .user-form-item .remember li .form-check-label {
  color: #fff;
  cursor: pointer;
}

.user-form-area .user-form-item .remember li .form-check-input {
  margin-top: 5px;
  margin-left: -20px;
}

.user-form-area .user-form-item .remember li a {
  display: inline-block;
  color: #fff;
}

.user-form-area .user-form-item .remember li a:hover {
  color: #009bad;
}

.user-form-area .user-form-item h4 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}

.user-form-area .user-form-item h4:before {
  position: absolute;
  content: '';
  width: 40%;
  height: 1px;
  top: 9px;
  left: 0;
  background-color: #ddd;
}

.user-form-area .user-form-item h4:after {
  position: absolute;
  content: '';
  width: 40%;
  height: 1px;
  top: 9px;
  right: 0;
  background-color: #ddd;
}

.user-form-area .user-form-item .social {
  margin-bottom: 15px;
}

.user-form-area .user-form-item .social li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.user-form-area .user-form-item .social li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #009bad;
}

.user-form-area .user-form-item .social li a i {
  line-height: 30px;
}

.user-form-area .user-form-item .social li a:hover {
  color: #fff;
  background-color: #0f2b41;
}

.user-form-area .user-form-item p {
  margin-bottom: 0;
  color: #fff;
}

.user-form-area .user-form-item p a {
  display: inline-block;
  color: #009bad;
  font-weight: 600;
}

.user-form-area .user-form-item p a:hover {
  color: #fff;
}



/*----- FAQ CSS -----*/
.faq-area .faq-img {
  margin-bottom: 30px;
}

.faq-area .faq-img img {
  width: 100%;
}

.faq-area .faq-item .accordion li:before {
  background-color: #009bad;
}

.faq-area .faq-item .accordion li a {
  color: #009bad;
}

.faq-area .faq-item .accordion li a:hover {
  color: #0f2b41;
}

/*----- Error CSS -----*/
.error-area {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.error-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #212832;
  opacity: .90;
}

.error-area .error-item {
  text-align: center;
  position: relative;
  z-index: 1;
}

.error-area .error-item h1 {
  font-size: 150px;
  margin-bottom: 5px;
  color: #fff;
}

.error-area .error-item h2 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #fff;
}

.error-area .error-item p {
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

/*----- Coming Soon CSS -----*/
.coming-soon-area {
  height: 100vh;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.coming-soon-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #212832;
  opacity: .90;
}

.coming-soon-area .soon-item {
  position: relative;
  z-index: 1;
}

.coming-soon-area .soon-item h1 {
  font-size: 100px;
  color: #fff;
  margin-bottom: 15px;
}

.coming-soon-area .soon-item span {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
}

.coming-soon-area .soon-item span:before {
  position: absolute;
  content: '';
  width: 35px;
  height: 2px;
  left: -45px;
  top: 14px;
  background-color: #fff;
}

.coming-soon-area .soon-item span:after {
  position: absolute;
  content: '';
  width: 35px;
  height: 2px;
  right: -45px;
  top: 14px;
  background-color: #fff;
}

.coming-soon-area .soon-item .coming-inner {
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: #212832;
  padding: 30px 30px 35px;
}

.coming-soon-area .soon-item .coming-inner h3 {
  font-size: 50px;
  margin-bottom: 0;
  color: #fff;
}

.coming-soon-area .soon-item .coming-inner p {
  margin-bottom: 0;
  color: #fff;
}

/*----- Rules CSS -----*/
.rules-area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.rules-area .rules-item img {
  width: 100%;
  margin-bottom: 30px;
}

.rules-area .rules-item h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.rules-area .rules-item ul {
  margin-bottom: 30px;
}

.rules-area .rules-item ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.rules-area .rules-item ul li:last-child {
  margin-bottom: 0;
}

.rules-area .rules-item ul li:before {
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #009bad;
}

.rules-area .rules-item p {
  margin-bottom: 30px;
}

.rules-area .rules-item p:last-child {
  margin-bottom: 0;
}

/*----- Go Top CSS -----*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 0;
  right: 15px;
  color: #ffffff;
  background-color: #009bad;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  border: 1px solid #009bad;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 25px;
  line-height: 45px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top.active {
  bottom: 2%;
  -webkit-transform: translateY(-1%);
          transform: translateY(-1%);
  opacity: 1;
  visibility: visible;
}

.go-top:hover, .go-top:focus {
  color: #ffffff;
  border: 1px solid #0f2b41;
  background-color: #0f2b41;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}



  
.barracookies {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    min-height:130px; 
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, .8); 
    color:#dddddd;
    z-index: 99999;
}



.textocookies {
	 width:100%;
	 position:absolute;
	 text-align: center;
	 font-family:verdana;
	 font-size:12px;
	 line-height:18px;
	 top:20%;
}

.botoncookies {
	padding-top: 10px;
}




/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/

@media only screen and (max-width: 760px) {
			
.barracookies {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    min-height:160px; 
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, .8); 
    color:#dddddd;
    z-index: 99999;
}

.textocookies {
	 width:100%;
	 position:absolute;
	 text-align: center;
	 font-family:verdana;
	 font-size:11px;
	 top:10%;
}

.botoncookies {
	margin-top: 5px;
}


.widget-area {
	position: relative;
}


	
}


/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/

@media only screen and (max-width: 450px) {	
		
.barracookies {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    min-height:200px; 
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, .8); 
    color:#dddddd;
    z-index: 99999;
}

.textocookies {
	 width:100%;
	 position:absolute;
	 text-align: center;
	 font-family:verdana;
	 font-size:11px;
	 top:10%;
}

.botoncookies {
	margin-top: 5px;
}

		
}




.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }
    
    
    
    
    
    
/*# sourceMappingURL=style.css.map */