/* @import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap"); */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

/* Preloader */
.preloader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  margin-top: 0px !important;
  background: #0e2a47;
  top: 0 !important;
}

.subrayado {
}

.subrayado:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
  padding-top: 7px;
  border-bottom: 1px solid #b96ca3;
}

.preloader img {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
}

/* End Preloader */
.btn-detail {
  color: #ffffff !important;
  background-color: #0e2a47;
  border-color: #0e2a47;
  font-family: "Ubuntu", sans-serif;
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: -1px;
}

.btn-detail:hover {
  color: #6c044d !important;
  background-color: #08f8b4;
  border-color: #08f8b4;
}

span.has-error {
  color: red;
  display: block;
}

#portfoliosearchinputControl {
  text-align: center;
  color: #1a3551;
  background: #f8f9fa;
  padding: 30px;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: -1px;
}

#main {
  margin: 0px !important;
  padding: 0;
  /* overflow: hidden; */
}

.portfolio.show .mainimg,
.text.showall .mainimg {
  border-radius: 5px;
  box-shadow: 0 3px 12px 0 rgba(108, 117, 137, 0.4),
    0 9px 8px 0 rgba(108, 117, 125, 0.3);
  /* border: solid 1px #6c7585; */
}

#main.home {
  /* overflow: hidden; */
}
#head_eniac {
  margin-top: -75px;
  background: url(../img/bg-hero.png) center center no-repeat;
  background-size: cover;
}
.bodycopy ul {
  margin-left: 30px;
  margin-top: 20px;
}

#main.home .showall {
  overflow: hidden;
}

.bodycopy ul li {
  color: #6c757d;
  font-size: 17px;
  margin: 5px 0;
  position: relative;
}

.bodycopy ul li h4 {
  font-size: 20px;
  color: #0e2a47;
  font-weight: 800;
  margin: 0px;
  padding: 0px;
}

.bodycopy ul li:before {
  font-family: "FontAwesome";
  content: "\f058";
  color: #08f8b4;
  /* top: 25px; */
  position: absolute;
  left: -25px;
}

.bodycopy strong {
  color: #0e2a47;
}

.no-padding {
  padding: 0 !important;
}

.at4-share-title {
  color: #1a3551;
  font-size: 12px;
  background: #f7f8fa;
  display: inline-block;
  font-weight: 700;
  padding: 5px;
}

.sidebar {
  will-change: min-height;
}

.content-section {
  min-height: 500px;
  height: 100% !important;
}

.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}

.sidebar-item {
  position: absolute;
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 100%;
  /* Position the items */
}

.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

body {
  line-height: 26px;
  color: #606569;
  font-size: 18px;
  margin-top: 112px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*********************************
  9. Why Choose Us - Accordions
  *********************************/
.myaccordion {
  /* max-width: 500px; */
  /* margin: 50px auto; */
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #edeff0;
  background: #f8f9fa;
}

.myaccordion .fa-stack {
  font-size: 18px;
  align-items: center;
  position: absolute;
  right: 10px;
}

.myaccordion .card-body {
  background: #fff;
}

.card-body .bodycopy ul {
  margin-left: 30px;
  margin-top: 0px;
}

.myaccordion .btn {
  width: 90%;
  font-weight: bold;
  color: #6c757d;
  padding: 0;
  text-align: left;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.nopadding {
  padding: 0 !important;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

.nolink {
  pointer-events: none;
  cursor: default;
}

p {
  /* margin: 0px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  margin-top: 0px;
  font-family: "Ubuntu", sans-serif;
}

/*h4{
      text-align: center;
      color: #6c757d;
      background: #f0f2f4;
      display: block;
      margin: 0;
      border-bottom: 1px solid #ffffff;
      padding: 7px 0;
      letter-spacing: -1px;
  }*/
.events.show {
  max-width: 700px !important;
  height: 600px;
  padding: 30px;
  display: block;
}

.events.show h3 {
  color: #1a3551;
  text-align: center;
  font-weight: 700;
  letter-spacing: -1px;
}

.events.show p {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  /* background: #f2f2f2; */
  padding: 0px 10px;
}

.events.show .dtstart,
.events.show .dtend {
  font-size: 18px;
  margin: 10px 0px;
  padding: 5px 20px;
  display: inline-block;
  background: #0e2a47;
  border-radius: 5px;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
}

.events.show div.bg-event {
  background: #f7f8fa;
  border-radius: 7px;
}

.events.show div.bg-event a {
  padding: 15px 30px;
  background: #08f8b4;
  color: #0e2a47;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
  margin-top: 7px;
  display: block;
  text-align: center;
}

#main h1 {
  color: #1a3551;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 1px 1px 0px #f0f2f4;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 2.5rem;
  margin-top: 0px;
}

#main h2,
.showall-simple-list h2 {
  color: #0e2a47;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2.2em;
  letter-spacing: -1px;
}

.plus .contain {
  background: rgb(247, 248, 250);
  padding: 25px 30px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 5px;
  margin-top: 50px;
}

/*.plus .contain:hover {
      box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
      -webkit-transform: scale(0.95);
      transform: scale(0.95);
      background: rgba(238, 238, 238, 0.55);
  }*/
.plus .contain .icon {
  left: 50%;
  top: -0.4em;
  width: 80px;
  height: 80px;
  margin-left: -34px;
  position: absolute;
  display: inline-block;
  background-color: #f6f6f6;
  /* border: 3px solid #0E2A47; */
  border-radius: 50%;
  /* box-shadow: 0px 3px 5px rgba(0,0,0,0.2); */
}

.plus {
  margin-top: 40px;
}

.plus .contain h4 {
  color: #1a3551;
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 15px;
}

.plus .contain h4 span {
  color: #0e2a47;
  border-bottom: solid 2px #08f8b4;
}

input:focus,
select:focus {
  outline: none;
}

#main h3 {
  margin: 30px 0;
  color: #1a3551;
  font-weight: 700;
  font-size: 1.9em;
}

.preinscripcion {
  background: #fafbfc;
  display: block;
  position: relative;
  margin: 20px 0;
  text-align: center;
  padding: 15px;
}

.portfolio.showall-simple-list {
  padding: 30px 0;
}

input,
button {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

a {
  /* -webkit-transition: all 0.3s ease 0s; */
  /* transition: all 0.3s ease 0s; */
  /* -webkit-transition: all .3s; */
  -moz-transition: all 0.3s;
  text-decoration: none;
  color: #0e2a47;
}

a:hover {
  color: #666;
}

a:active,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

/* fancy tags */
span.value span {
  display: inline-block;
  margin: 0 0 0.3em 0.8em;
  padding: 0;
}

span.value span.tag a {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 0.3em 0 0.2em;
  background-color: #dee2e6;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  color: #666;
  font-size: 13px;
  text-decoration: none;
  transition: 0.1s;
  z-index: 3;
}

@media (prefers-reduced-motion: reduce) {
  span.value span.tag a {
    transition: none;
  }
}

span.value span.tag a::before {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #dee2e6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: 0.1s;
}

@media (prefers-reduced-motion: reduce) {
  span.value span.tag a::before {
    transition: none;
  }
}

span.value span.tag a::after {
  position: absolute;
  top: 50%;
  left: -6px;
  z-index: 2;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #f7f7f7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

span.value span.tag a:hover {
  background-color: #0e2a47;
  color: #fff;
}

span.value span.tag a:hover::before {
  background-color: #0e2a47;
}

span.value span.spacer {
  display: none;
}

label.label,
span.label {
  color: #6c757d;
  font-size: 14px;
  font-weight: 600;
}

button:focus {
  outline: none;
}

.contact-area {
  overflow: hidden;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

:before,
:after {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
}

div {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
}

.about-page-active,
.mainimg {
  margin-bottom: 25px !important;
}

.black-opacity {
  position: relative;
  z-index: 9;
}

.black-opacity:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e9ecef;
  content: "";
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.portfolio.slideshow {
  margin-bottom: 30px;
}

.portfolio.slideshow .owl-stage-outer {
  /* box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15); */
  border-radius: 5px;
  box-shadow: 0 3px 12px 0 rgba(108, 117, 137, 0.4),
    0 9px 8px 0 rgba(108, 117, 125, 0.3);
  background-color: rgba(0, 0, 0, 0.06) !important;
}

.portfolio.slideshow .featured {
  /* background:#f8f9fa; */
  /* background: rgba(0, 0, 0, 0.06) !important; */
}

.portfolio.slideshow .contenido {
  padding: 15px 15px 15px 0;
}

.portfolio.slideshow .contenido p {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 0 !important;
  line-height: 18px;
  font-weight: 500;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.05) !important;
  padding: 7px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset,
    0px 1px 1px 0px rgba(255, 255, 255, 0.15);
  text-align: center;
}

.portfolio.slideshow .contenido h3 {
  margin: 0 0 15px 0 !important;
  line-height: 30px;
  text-align: center;
}

.portfolio.slideshow .contenido h3 a {
  font-size: 28px;
  letter-spacing: -2px;
  margin: 0 !important;
  padding: 0 !important;
  color: #0e2a47;
}

.about-area {
  /* background: #f7f7f7 url("../img/bg-about.png") no-repeat center center; */
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 60px;
  background: #f7f8fa;
  padding: 60px 0;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset,
    0px 1px 1px 0px rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

.about-area h3 {
  /* margin: 0px !important; */
}

.about-area p {
  margin-bottom: 20px;
  color: #343a40;
}

.contact-form {
  padding: 30px;
  text-align: center;
  background: rgb(247, 248, 250);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  /* margin-top: 30px; */
  color: #6c757d;
}

.contact-form .form-group {
  margin-bottom: 0rem;
}

.contact-form h2 {
  margin-bottom: 7px !important;
}

.pt-120 {
  padding-top: 120px;
}

.ptb-120 {
  padding: 120px 0;
}

.mb-40 {
  margin-bottom: 40px;
}

.bg-1 {
  background: #0e2a47;
  color: #fff !important;
}

.bg-fff {
  background: #fff;
}

a#scrollUp {
  position: fixed;
  right: 10px;
  bottom: 120px;
  height: 45px;
  width: 45px;
  background: #1a3551;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}

a#scrollUp:hover {
  background: #08f8b4;
}

#eventos .hr {
  margin-bottom: 45px;
}

.hr .borde-sup {
  height: 1px;
  width: 100%;
  background-color: #dee2e6;
}

.hr .borde-izq {
  height: 3px;
  width: 10%;
  background-color: #dee2e6;
}

#eventos {
  margin-bottom: 60px;
}

#eventos h2 {
  float: left;
  color: #1a3551;
  display: contents;
}

#eventos .eventos .evento .calendario {
  float: left;
  margin-right: 15px;
}

#eventos .eventos .evento .contenido-evento {
  display: table;
  /* background: #ccc; */
}

.meta span i {
  color: #d4d746;
}

.eventos h3 {
  color: #1a3551;
  background: #f7f7f7;
  margin: auto;
  padding: 10px;
}

.calendario .sup {
  width: 100%;
  background-color: #f5f5f5;
  padding: 17px 0 8px;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.calendario {
  width: 92px;
  height: 99px;
}

.calendario .sup .puntos .punto.der {
  right: 15%;
}

.calendario .sup .puntos .punto.izq {
  left: 15%;
}

.calendario .sup .puntos .punto {
  width: 7px;
  height: 7px;
  background-color: #314859;
  opacity: 0.2;
  border-radius: 50%;
  position: absolute;
  top: 8px;
}

.calendario .sup .dia {
  color: #212529;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  line-height: 1;
}

.calendario .inf {
  width: 100%;
  background-color: #0e2a47;
  padding: 6px 0;
  border-radius: 0 0 5px 5px;
}

.calendario .inf .mes {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

#eventos .eventos .evento .desc:link,
#eventos .eventos .evento .desc:visited,
.summary {
  color: #1a3551;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  background: #f2f2f2;
  padding: 5px 7px;
  border-radius: 5px;
}

#eventos .eventos .evento .desc:hover {
  color: #fff;
  background: #1a3551;
}

#eventos h5 {
  color: #0e2a47;
  font-weight: 700;
  letter-spacing: -1px;
}

#eventos a.ver-mas {
  color: #fff;
  float: right;
  font-size: 15px;
  margin-top: 28px;
  padding-left: 18px;
  position: relative;
}

.evento {
  font-size: 14px;
  /* color: #212529!important; */
  background-color: rgb(255, 255, 255);
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  border-top-width: 6px;
  padding-top: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.12);
}

/*--------header-area start---------*/
/*.logo {
      margin: 30px 0px;
  }
  .mainmenu {
      padding: 47px 0px;
  }
  .mainmenu ul,
  .search-wrapper ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
  }
  .mainmenu ul li {
      margin-left: 20px;
      position: relative;
  }
  .mainmenu ul li:first-child {
      margin-left: 0px;
  
  }
  .mainmenu ul li a {
      display: block;
      text-transform: uppercase;
      padding: 5px 10px;
      font-weight: 500;
      color: #333132;
  }
  .mainmenu ul li.active>a,
  .mainmenu ul li:hover>a {
      background: #08F8B4;
  }
  .mainmenu ul li>ul {
      display: block;
      position: absolute;
      left: 0;
      top: 100%;
      width: 200px;
      background: #fff;
      padding: 20px;
      z-index: 999;
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      transition: all .3s;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
  }
  .mainmenu ul li:hover>ul {
      visibility: visible;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .mainmenu ul li>ul li {
      margin-left: 0px;
      display: block;
  }
  .mainmenu ul li>ul li a {
      text-transform: capitalize;
  }
  .mainmenu ul li>ul li:hover a {
      background: transparent;
      color: #08F8B4;
      padding-left: 20px;
  }
  .search-wrapper ul li {
      position: relative;
  }
  .search-wrapper ul li a {
      padding: 52px 0px;
      display: block;
  }
  .search-wrapper ul li>ul {
      position: absolute;
      right: 0;
      top: 120%;
      width: 300px;
      background: #fff;
      padding: 20px 10px;
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      transition: all .3s;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      z-index: 999;
  }
  .search-wrapper ul li:hover>ul {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      visibility: visible;
      top: 100%;
  }
  .search-wrapper ul li>ul li {
      display: block;
      padding: 0px;
  }
  .search-wrapper ul li>ul li form {
      position: relative;
  }
  .search-wrapper ul li>ul li input {
      width: 100%;
      height: 45px;
      border: 1px solid #e5e5e5;
      padding: 0px 45px 0px 15px;
  }
  .search-wrapper ul li>ul li button {
      position: absolute;
      right: 0;
      top: 0;
      width: 45px;
  
      height: 45px;
      background: #08F8B4;
      color: #333132;
      border: none;
      cursor: pointer;
  }
  .search-wrapper ul li>ul li button:hover {
      background: #222;
      color: #fff;
  }*/
.search {
  display: inline-block;
  width: 400px;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

.menu .header_search_form {
  width: 100%;
}

.search form {
  position: relative;
}

.menu .search_input {
  /* width: 100%; */
  /* background: transparent; */
  /* height: 42px; */
  border: none;
  outline: none;
  /* padding-left: 20px; */
  /* border-bottom: solid 2px #d9d9d9; */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu .search_input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(0, 0, 0, 0.15) !important;
}

.menu .search_input:-moz-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(0, 0, 0, 0.15) !important;
}

.menu .search_input::-moz-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(0, 0, 0, 0.15) !important;
}

.menu .search_input:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(0, 0, 0, 0.15) !important;
}

.menu .search_input::input-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(0, 0, 0, 0.15) !important;
}

/*mm serach input*/
.menu .search_input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ccc !important;
}

.menu .search_input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ccc !important;
}

.menu .search_input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ccc !important;
}

.menu .search_input:-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ccc !important;
}

.menu .search_input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ccc !important;
}

.menu .search_input:focus {
  /* border-bottom: solid 2px #ff6600; */
}

.header_search_button {
  position: absolute;
  top: 0;
  /* right: 0; */
  width: 40px;
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  right: 50px;
}

.header_search_button:focus {
  outline: none;
}

.header_search_button i {
  font-size: 26px;
  color: #08f8b4;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  /* background: rgba(255, 255, 255, 0.2); */
  padding: 7px;
  border-radius: 50%;
}

.header_search_button:hover i {
  /* color: #08f8b4; */
}

/* Search Area CSS */
.caviar-search-form {
  width: 100%;
  position: fixed;
  z-index: 99999;
  height: 100px;
  background-color: #0e2a47;
  top: -200px;
  left: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow-x: hidden;
}

.search-form-on .caviar-search-form {
  top: 0;
}

.sticky .caviar-search-form {
  height: 70px;
}

.caviar-search-form form {
  position: relative;
  z-index: 1;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #red;
  border: 1px solid #f7f8fa !important;
}

.caviar-search-form form input {
  width: 100%;
  border: 1px solid rgb(8 248 180);
  background-color: #0e2a47;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
}

.caviar-search-form form input::-webkit-input-placeholder {
  /* Edge */
  color: rgb(8 248 180);
}

.caviar-search-form form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(8 248 180);
}

.caviar-search-form form input::placeholder {
  color: rgb(8 248 180);
}

#closeBtn {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 9;
  background-color: transparent;
  margin-top: -15px;
  top: 50%;
  border-radius: 50%;
  right: 30px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

#closeBtn:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#closeBtn > i {
  line-height: 30px;
  font-size: 28px;
}

.header_area .navbar .nav .nav-item .submenu ul .nav-item .nav-link {
  display: none !important;
}

/*--------header-area end---------*/
/*----------------------------------------------------*/
.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
  background: #0e2a47;
}

.header_area .navbar {
  background: #fff;
  padding: 10px 0px;
  border: 0px;
  border-radius: 0px;
}

.header_area .navbar .nav .nav-item {
  margin-right: 15px;
}

.header_area .navbar .nav .nav-item.last .nav-link {
  color: #08f8b4;

  background: #6427ff;

  display: inline;

  padding: 5px 7px;

  border-radius: 25px;
}

.header_area .navbar .nav .nav-item.last .nav-link:hover {
  color: #6427ff;

  background: #08fcb7;
}

.header_area .navbar .nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #0e2a47;
  padding: 0px;
  display: inline-block;
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: "Ubuntu", sans-serif;
}

.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
  color: #08f8b4;
}

.header_area .navbar .nav .nav-item.current .nav-link {
  color: #08fcb7;
}

.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  color: #0e2a47;
  padding: 0px 30px;
  transition: all 150ms linear;
  display: block;
  margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background: #d4d746;
  color: #0e2a47;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}

.header_area .navbar .search {
  font-size: 12px;
  line-height: 60px;
  display: inline-block;
  color: #222222;
  margin-left: 80px;
}

.header_area .navbar .search i {
  font-weight: 600;
}

.header_area + section,
.header_area + row,
.header_area + div {
  /* margin-top: 98px; */
}

.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px;
}

.top_menu {
  background: #0e2a47;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.top_menu .header_social li {
  display: inline-block;
  margin-right: 10px;
  /* background-color: rgba(0, 0, 0, 0.25) !important; */
  border-radius: 50%;
  /* box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset, 0px 1px 1px 0px rgba(255,255,255,0.15); */
}

.top_menu .header_social li a {
  font-size: 21px;
  color: #08fcb7;
  display: inline-block;
  transition: all 300ms linear 0s;
  padding: 5px 8px;
}

.top_menu .header_social li:last-child {
  margin-right: 0px;
}

.top_menu .header_social li:hover a {
  color: #f1f1f1;
}

.top_menu .dn_btn {
  display: inline-block;
  font-size: 15px;
  padding: 5px 7px;
  font-weight: 500;
  color: #f8f9fa;
  transition: all 300ms linear 0s;
  font-family: "Ubuntu", sans-serif;
}

.top_menu .dn_btn:hover {
  color: #08f8b4;
}

.top_menu .dn_btn i {
  font-size: 16px;
  margin-right: 5px;
  color: rgb(8 248 180);
}

.top_menu .dn_btn:last-child {
  margin-right: 0px;
}

.top_menu .lan_pack {
  height: 30px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  line-height: 28px;
  font-size: 12px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 500;
  padding-left: 19px;
  padding-right: 36px;
  color: #777777;
  background: #f9f9ff;
  margin-right: 5px;
  margin-top: 8px;
}

.top_menu .lan_pack .current {
  color: #777777;
}

.top_menu .lan_pack:after {
  content: "\f0d7";
  border: none !important;
  font: normal normal normal 12px/1 FontAwesome;
  transform: rotate(0deg);
  height: auto;
  margin-top: -6px;
  right: 20px;
}

/*---------------------------- responsiv-area start --------------------------*/
.responsive-menu-wrap {
  position: relative;
}

.responsive-menu-wrap .slicknav_btn {
  background-color: transparent;
  border-radius: 0;
  display: block;
  float: right;
  margin: 0;
  padding: 0px 0px;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
}

.slicknav_menu .slicknav_icon {
  margin: 2px 8px;
}

.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
  display: none;
}

.responsive-menu-wrap .slicknav_menu {
  background: transparent none repeat scroll 0 0;
  font-size: 15px;
  padding: 57px 0;
  position: absolute;
  right: 0px;
  top: 0;
}

.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: block;
  height: 2px;
  width: 25px;
  background: #333132;
}

.responsive-menu-wrap .slicknav_nav {
  background: #333132 none repeat scroll 0 0;
  border-radius: 0px;
  clear: both;
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 5px 0;
  position: relative;
  top: 57px;
  width: 690px;
  z-index: 99;
  right: 0px;
  z-index: 999;
  position: relative;
}

.slicknav_nav a {
  color: #f1f1f1;
  text-decoration: none;
  text-transform: capitalize;
}

.slicknav_nav a i {
  display: none;
}

.slicknav_nav a:hover {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
  background: transparent;
}

.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
  font-size: 10px;
  margin: 5px;
}

.sticky-menu {
  width: 100%;
  left: 0;
  top: 0px;
  position: fixed;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.sticky-menu .logo {
  margin: 15px 0px;
}

.sticky-menu .mainmenu {
  padding: 32px 0px;
}

.sticky-menu .search-wrapper ul li a {
  padding: 37px 0px;
}

.sticky-menu .responsive-menu-wrap .slicknav_menu {
  padding: 42px 0px;
}

.sticky-menu .responsive-menu-wrap .slicknav_nav {
  top: 42px;
}

hr {
  overflow: visible;
  /* For IE */
  padding: 0;
  border: none;
  border-top: 1px solid #dee2e6;
  color: #1a3551;
  text-align: center;
  width: 50%;
}

hr:after {
  content: "\f107";
  display: inline-block;
  position: relative;
  top: -0.5em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: #ffffff;
  font-family: "FontAwesome";
  border-radius: 50%;
  font-weight: 900;
}

/*-------- responsiv-area end ------------*/
/*--------slider-area start---------*/
.slider-items {
  position: relative;
}

.slider-items img {
  visibility: hidden;
}

.slider-items:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(8 248 180 / 0%) url(../img/bg-slider.png) no-repeat center
    bottom;
  background-size: contain;
  content: "";
  /*opacity: .3;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/
}
.slider-items::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00021a47', endColorstr='#99021a47',GradientType=0 );
}
.slider-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-content h2 {
  /* text-transform: uppercase; */
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(16, 8, 6, 0.8);
  /* letter-spacing: -2px; */
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.slider-content h2 span.color,
.slider-content p span {
  color: #08f8b4;
}

.slider-content p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  text-shadow: 2px 2px 2px rgba(16, 8, 6, 0.8);
}
.slider-content p span {
  color: #08f8b4;
  font-weight: 600;
}
.slider-content a {
  font-size: 16px;
  /* color: #08F8B4; */
  font-weight: 500;
  margin: 0px !important;
}

.slider-text {
  position: relative;
  padding-left: 50px;
}

.line {
  position: absolute;
  width: 610px;
  height: 410px;
  left: 0;
  top: -40px;
  z-index: -9;
}

.line:before,
.line:after,
.blog-wrap2:before,
.blog-wrap2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 2px solid transparent;
  content: "";
  z-index: -9;
}

.next-prev-style .owl-item.active .line:before,
.blog-wrap2:hover:before {
  -webkit-animation: animate 1s linear forwards;
  animation: animate 1s linear forwards;
}

@-webkit-keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: #08f8b4;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  50% {
    width: 100%;
    height: 0;
    border-top-color: #08f8b4;
    border-right-color: #08f8b4;
    border-bottom-color: transparent;
    border-left-color: translate;
  }

  100% {
    width: 100%;
    height: 90%;
    border-top-color: #08f8b4;
    border-right-color: #08f8b4;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}

@keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: #08f8b4;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  50% {
    width: 100%;
    height: 0;
    border-top-color: #08f8b4;
    border-right-color: #08f8b4;
    border-bottom-color: transparent;
    border-left-color: translate;
  }

  100% {
    width: 100%;
    height: 90%;
    border-top-color: #08f8b4;
    border-right-color: #08f8b4;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}

.next-prev-style .owl-item.active .line:after,
.blog-wrap2:hover:after {
  -webkit-animation: animate2 1s linear forwards;
  animation: animate2 1s linear forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes animate2 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: translate;
    border-left-color: #08f8b4;
  }

  50% {
    width: 0;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #08f8b4;
    border-left-color: #08f8b4;
  }

  100% {
    width: 100%;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #08f8b4;
    border-left-color: #08f8b4;
  }
}

@keyframes animate2 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: translate;
    border-left-color: #08f8b4;
  }

  50% {
    width: 0;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #08f8b4;
    border-left-color: #08f8b4;
  }

  100% {
    width: 100%;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #08f8b4;
    border-left-color: #08f8b4;
  }
}

.next-prev-style .owl-nav div {
  position: absolute;
  left: 0;
  font-size: 36px;
  top: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  /* background: #f7f8fa; */
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #6c757d;
}

.slider-active2 .owl-nav div {
  color: #fff;
}

.next-prev-style .owl-nav div:hover {
  background: transparent;
}

.next-prev-style .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

.portfolio.slideshow .next-prev-style .owl-nav div.owl-next {
  left: auto;
  right: -60px;
}

.portfolio.slideshow .next-prev-style .owl-nav div.owl-prev {
  left: auto;
  left: -60px;
}

/*--------slider-area end---------*/
/*--------about-area start---------*/
/*.about-wrap {
      position: relative;
      padding: 60px 0px 60px 30px;
      border-top: 2px solid #0E2A47;
  
  
      border-left: 2px solid #0E2A47;
  }
  .about-wrap:before {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      content: "";
      background: #0E2A47;
  }
  .about-wrap:after {
      position: absolute;
      right: -100px;
      top: -2px;
      width: 100px;
      height: 60px;
      border-top: 2px solid #0E2A47;
      border-right: 2px solid #0E2A47;
      content: "";
  }*/
.about-wrap {
  overflow: hidden;
}

.jumbotron {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.05) !important;
  padding: 30px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset,
    0px 1px 1px 0px rgba(255, 255, 255, 0.15);
  margin: 40px 0 60px 0;
}

.jumbotron p {
  margin: 0px;
  font-weight: 500;
}

.jumbotron .btn-detail {
  margin: 0px;
}

.about-wrap h2 {
  font-size: 1.6em !important;
  text-transform: uppercase;
  margin: 25px 0 25px 0 !important;
}

.about-wrap h2 span {
  color: #08fbb7;
}

.about-wrap h4 {
  font-weight: 400;
  margin-bottom: 25px !important;
  line-height: 1em;
  text-align: center;
  font-size: 1.4rem;
}

.about-wrap p {
  /* margin-bottom: 30px; */
}

.about-content {
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 30px 0px;
  text-align: center;
}

.about-content h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}

.about-content p {
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 20px;
}

.about-img {
  /* position: relative;
      margin-top: 100px;*/
  background-color: rgba(0, 0, 0, 0.05) !important;
  padding: 7px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset,
    0px 1px 1px 0px rgba(255, 255, 255, 0.15);
  border-radius: 7px;
}

/*.about-img:before {
      position: absolute;
      left: -15px;
      bottom: 15px;
      height: 100%;
      width: 100%;
      content: "";
  }*/
/*--------about-area end---------*/
/*-----Section Two-----*/
#sectiontwo {
  text-align: center;
  font-size: 16px;
  padding: 60px 0;
  background-size: cover;
  background-attachment: fixed;
  /* background: #f7f8fa; */
  overflow: hidden;
}

.customers {
  margin-top: 30px;
}

#sectiontwo .customers img,
.brand-area img {
  display: inline-block;
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.7;
  padding: 10px;
}

#sectiontwo .customers img:hover,
.brand-area img:hover {
  filter: none;
  -webkit-filter: none;
  opacity: 1;
}

#sectiontwo .logo {
  /* max-width: 420px; */
  margin-bottom: 30px;
  /* background: #0E2A47; */
  /* padding: 10px; */
  /* border-radius: 10px; */
}

#sectiontwo h1 {
  color: #005b82;
  font-weight: 800;
  font-size: 3.1rem;
  line-height: 3.2rem;
  margin-bottom: 20px;
}

#sectiontwo h2 {
  color: #0e2a47;
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 2.2rem;
}

#sectiontwo h3 {
  color: #4b4b4b;
  font-size: 1.4rem;
}

#sectiontwo h3 span {
  color: #005b82;
  font-weight: 800;
  border-bottom: 2px solid #fcc300;
}

/*--------servic-area start---------*/
.section-title {
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.section-title h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0px;
}

.spacial-img {
  position: relative;
}

.spacial-wrap {
  padding: 60px 0px 30px;
}

.spacial-item {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 49px 0px;
  margin-bottom: 30px;
}

.spacial-item:hover {
  background: #08f8b4;
}

.spacial-item span {
  display: block;
  margin-bottom: 10px;
}

.spacial-item span:before {
  font-size: 35px;
}

.spacial-item h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

/*--------servic-area end---------*/
/*--------project-area start---------*/
.project-area {
  padding: 120px 0px 90px;
}

.project-menu button {
  border: 1px solid #08f8b4;
  padding: 7px 20px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}

.project-menu button.active {
  background: #08f8b4;
}

.project-wrap {
  position: relative;
  margin-bottom: 30px;
}

.project-wrap img {
  width: 100%;
}

.project-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #08f8b4;
  opacity: 0.55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  content: "";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.project-wrap:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.project-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.project-wrap:hover .project-content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.project-content a {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 15px;
}

.project-content a:hover {
  color: #fff;
}

.project-content h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

/*--------project-area end---------*/
/*--------service-area start---------*/
.service-area {
  padding: 120px 0px 90px;
}

.service-wrap {
  margin-bottom: 30px;
}

.service-img {
  position: relative;
  overflow: hidden;
}

.service-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service-wrap:hover .service-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.service-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  border: 25px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 9;
}

.service-wrap:hover .service-img:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.service-content {
  padding: 30px 10px;
  background: #fff;
}

.service-content h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.service-content p {
  margin-bottom: 25px;
}

.service-content a {
  height: 35px;
  width: 110px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: #08f8b4;
  line-height: 35px;
}

.service-content a:hover {
  background: #333132;
  color: #fff;
}

/*--------service-area end---------*/
/*--------fanfact-area start---------*/
.fanfact-area {
  padding: 80px 0px;
}

.funfact-wrap {
  text-align: center;
}

.funfact-wrap h2 {
  color: #08f8b4;
  font-size: 72px;
  margin: 0px auto 20px;
  line-height: 51px;
  font-weight: 300;
  width: 100px;
}

.funfact-wrap p {
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
}

/*--------fanfact-area end---------*/
/*--------team-area start---------*/
.team-area {
  padding: 120px 0px 90px;
}

.team-wrap {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.team-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #08f8b4;
  content: "";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.team-wrap:hover:before {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.team-content {
  position: absolute;
  left: 0;
  bottom: -108px;
  width: 100%;
  background: #fff;
  padding: 20px 0px 50px;
  text-align: center;
}

.team-wrap:hover .team-content {
  bottom: 0px;
  background: transparent;
}

.team-content h4 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.team-content p {
  margin-bottom: 20px;
}

.team-content ul li {
  display: inline-block;
  margin: 0px 2px;
}

.team-content ul li a {
  display: block;
  height: 35px;
  width: 35px;
  background: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 16px;
}

.team-content ul li:hover a {
  background: #323131;
  color: #fff;
}

/*--------team-area end---------*/
/*--------testmonial-area start---------*/
.photoalbum.showall {
  /* margin-top: 0px; */
}

.section-title2 h2,
.section-title2 h3 {
  color: #fff;
}

.test-wrap {
  padding: 60px 0px 0px;
  outline: none;
}

.test-wrap i {
  color: #08f8b4;
  font-size: 36px;
  margin-bottom: 25px;
  margin-left: 1px;
}

.test-wrap p {
  color: #fff;
  margin-bottom: 35px;
}

.test-wrap h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #fff;
}

.test-wrap span {
  display: block;
  font-size: 14px;
  color: #08f8b4;
}

.test-img-active {
  padding: 60px 30px 0px 0px;
  position: relative;
  z-index: 9;
}

.test-img-active:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
  height: 95%;
  border: 3px solid #08f8b4;
  content: "";
  z-index: -9;
}

.test-img {
  position: relative;
  padding-left: 30px;
  outline: none;
}

.test-img img {
  width: 100%;
}

.test-img ul {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}

.test-img ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.test-img ul li i {
  font-size: 14px;
  color: #fcb837;
}

.test-images {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: 3px solid #08f8b4;
  left: 0px;
  bottom: 80px;
  position: absolute;
  overflow: hidden;
}

ul.slick-dots {
  position: absolute;
  bottom: -50px;
}

.slick-dots li {
  display: inline-block;
  margin-right: 5px;
}

.slick-dots li button {
  height: 15px;
  width: 15px;
  font-size: 0px;
  border-radius: 50%;
  background: #bcb8b8;
  cursor: pointer;
  border: none;
}

.slick-dots li.slick-active button {
  background: #08f8b4;
}

/*--------testmonial-area end---------*/
/*--------blog-area start---------*/
.blog {
  /* padding-bottom: 30px; */
}
.cardpost {
}
.blog .interaccion {
  display: flex;
  margin: 7px;
  padding-top: 7px;
  min-height: 37px;
}

.blog .interaccion .btn {
  display: inline-table;
}

.blog .interaccion .addthis_inline_share_toolbox {
  margin: 0;
  text-align: center;
  padding: 0;
  background: transparent;
  border-radius: inherit;
  float: right;
  right: 0;
  position: absolute;
}

.blog .post-info {
  margin: 5px 0 10px;
}

.blog .post-info .attribution a {
  color: #222;
  background: #feca26;
  padding: 2px 10px;
  font-weight: 600;
}

.blog_post:not(:last-child) {
  margin-bottom: 66px;
}

.blog_post_date {
  position: absolute;
  top: 10%;
  left: -5px;
  width: 73px;
  height: 95px;
  background: #0e2a47;
  border-radius: 3px;
}

.show.blog_posts h1 {
  /* font-size:54px; */
  color: #222;
  letter-spacing: -0.5px;
  line-height: 46px;
}

.blog_post_date .day {
  color: #08f8b4;
  font-size: 28px;
  font-weight: 700;
  margin: 0 !important;
}

.blog_post_date > div:first-of-type {
  /* font-size: 36px; */
  font-weight: 500;
  color: #ffffff;
  line-height: 0.75;
}

.blog_post_date > div:last-of-type {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.75;
  /* margin-top: 13px; */
}

.blog_post_content {
  /* padding-top: 45px; */
}

.blog_post_title h2 {
  line-height: 32px;
  margin: 15px 0;
  letter-spacing: -0.2px;
}

.blog_post_title h2 a {
  font-size: 36px;
  font-weight: 600;
  color: #2b2e35;
  text-align: left !important;
  display: block;
}

.blog_post_title h2 a:hover {
  color: #f1be24;
}

.blog_post_info {
  margin-top: 2px;
}

.blog_post_info ul li {
  font-size: 14px;
  color: #a2b0bf;
  font-weight: 500;
}

.blog_post_info > ul > li:not(:last-of-type) a {
  color: #adc867;
}

.blog_post_info > ul > li:not(:last-of-type)::after {
  display: inline-block;
  content: "|";
  margin-left: 12px;
  margin-right: 13px;
}

.blog_post_info > ul > li > ul > li:not(:last-of-type)::after {
  display: inline-block;
  content: ",";
  margin-right: 5px;
}

.blog_post_info > ul > li > ul > li a {
  color: #a2b0bf;
}

.blog_post_info > ul > li > ul > li a:hover {
  color: #adc867;
}

.blog_post_text {
  margin-top: 42px;
}

.page_nav {
  margin-top: 77px;
}

.page_nav ul li:not(:last-of-type) {
  margin-right: 16px;
}

.page_nav ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #2b2e35;
}

.page_nav ul li.active a,
.page_nav ul li a:hover {
  color: #adc867;
}

.blog.block-15 h3 a {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -1.2px;
  line-height: 20px;
}

.blog.show img {
  border-radius: 6px;
}

.blog.show blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ffc926;
  margin: 3em 15px 2em 15px;
  padding: 0.7em 15px;
  display: inline-block;
  border-radius: 8px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.blog.show blockquote:before {
  color: #d5d5d7;
  font-family: "Font Awesome 5 Free";
  content: "\f1ea";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  /* vertical-align: -.4em; */
}

.blog.show blockquote p {
  font-size: 18px;
  display: inline;
}

.blog.block-15 .bodycopy {
  border: 1px solid #eee;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 20px;
  min-height: 195px;
}

.blog.block-15 .img-border-sm img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  width: 100%;
}

/*--------blog-area end---------*/
/*--------brand-area start---------*/
.brand-area {
  padding: 40px 0px;
}

/*--------brand-area end---------*/
#googleMap {
  width: 100%;
  height: 450px;
  background: #f7f8fa;
}

#google-map {
  position: relative;
  width: 100%;
}

/*--------footer-area start---------*/
.footer-area {
  /* margin-top:60px; */
  background: #0e2a47;
}

.footer-top {
  padding: 40px 0px 20px;
}

.footer-widget {
  /* margin-bottom: 30px; */
  text-align: center;
}

.footer-logo img {
  /* margin-bottom: 30px; */
}

.footer-logo p {
  margin-bottom: 20px;
}

.footer-logo h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.footer-logo span {
  display: block;
  margin-bottom: 20px;
}

.footer-logo ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 26px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset,
    0px 1px 1px 0px rgba(255, 255, 255, 0.15);
}

.footer-logo ul li a {
  color: #fff;
  display: block;
}

.footer-logo ul li a:hover {
  color: #08f8b4;
}

.footer-widget h4.widget-title {
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 30px;
  margin: 30px 0px 50px;
  font-weight: 600;
  position: relative;
}

.footer-widget h4.widget-title:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 12px;
  background: #08f8b4;
  content: "";
}

.footer-contact ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  line-height: 24px;
  font-size: 14px;
}

.footer-contact ul li i {
  height: 25px;
  width: 25px;
  font-size: 14px;
  /* border: 1px solid #08F8B4; */
  text-align: center;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.footer-contact ul li:last-child {
  margin-bottom: 0px;
}

.footer-menu ul li {
  line-height: 37px;
  padding-left: 30px;
  position: relative;
}

.footer-menu ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f101";
  font-family: fontawesome;
}

.footer-menu ul li:hover:before {
  left: 5px;
  color: #08f8b4;
}

.newsletter p {
  margin-bottom: 20px;
}

.newsletter input {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding-left: 15px;
  background: transparent;
  margin-bottom: 10px;
}

.newsletter button {
  width: 115px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  background: #08f8b4;
  cursor: pointer;
  border-radius: 3px;
}

.newsletter button:hover {
  background: #323131;
  color: #fff;
}

.footer-bootem {
  padding: 10px 0px;
  text-align: center;
  font-size: 14px;
  color: rgba(233, 236, 239, 0.4) !important;
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.footer-bootem p {
  display: inline-flex;
}

.footer-bootem span {
  margin: 0 4px;
}

.footer-bootem a {
  color: rgba(242, 242, 242, 0.4) !important;
}

.footer-bootem a:hover {
  color: rgb(206, 223, 2) !important;
}

/*--------footer-area end---------*/
/*=======================================
          home two style here
  =======================================*/
.slider-area2 .slider-text {
  padding-left: 0;
}

.slider-area2 .line {
  height: 330px;
  left: 160px;
}

/*about*/
.about-area2 .about-wrap:after {
  left: 0;
  width: 0;
  height: 140px;
}

a.readmore-btn {
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
  font-size: 14px;
  background: #08f8b4;
  font-weight: 700;
}

a.readmore-btn:hover {
  background: #333132;
  color: #fff;
}

.about-area2 .about-wrap {
  padding: 80px 0px 80px 30px;
  border-top: 2px solid #08f8b4;
  border-left: none;
  border-right: 2px solid #08f8b4;
}

.about-area2 .about-img2 {
  position: relative;
  padding-bottom: 70px;
}

.about-area2 .about-images {
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 3px solid #08f8b4;
  border-top: 3px solid #08f8b4;
}

.about-area2 .about-images a {
  position: absolute;
  height: 55px;
  width: 55px;
  background: #fff;
  line-height: 55px;
  text-align: center;
  display: block;
  left: 50%;
  border: 2px solid #08f8b4;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*about*/
/*---------quote-area start---------*/
.quote-area {
  padding: 50px 0px;
  background: #08f8b4;
}

.quote-wrap h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.quote-wrap a {
  display: inline-block;
  padding: 10px 25px;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.quote-wrap a:hover {
  background: #fff;
  color: #222;
}

/*---------quote-area end---------*/
/*---------interior-area start---------*/
.interior-area {
  background: #08f8b4;
  position: relative;
  padding: 130px 0px;
  overflow: hidden;
}

.interior-img {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  height: 100%;
  background: url(../images/bg/3.jpg) no-repeat center center / cover;
}

.interior-img img {
  visibility: hidden;
}

.interior-wrap {
  padding-right: 30px;
}

.interior-wrap span {
  display: block;
  margin-bottom: 15px;
}

.interior-wrap span:before {
  font-size: 60px;
}

.interior-wrap h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

/*---------interior-area end---------*/
.brand-area2 {
  background: #fff;
}

/*------testimonial------*/
.test-img2 {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #d4d746;
  margin: 0px auto 10px;
  overflow: hidden;
}

.test-wrap2 i {
  font-size: 36px;
  color: #08f8b4;
  margin-bottom: 20px;
  display: block;
}

.test-wrap2 p {
  margin-bottom: 0px;
  font-size: 15.5px;
  line-height: 20px;
}

.test-wrap2 h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #1a3551;
  margin-bottom: 10px;
}

.test-wrap2 span {
  display: block;
  font-style: italic;
  font-size: 14px;
}

.test-active {
  padding-bottom: 50px;
}

.test-active .owl-nav div {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 20px;
}

.test-active .owl-nav div:hover {
  color: #08f8b4;
}

.test-active .owl-nav div.owl-next {
  left: auto;
  right: -100px;
}

.test-active .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.test-active .owl-dot {
  display: inline-block;
  margin: 0px 2px;
  height: 15px;
  width: 15px;
  background: #606569;
  border-radius: 50%;
}

.test-active .owl-dot.active {
  background: #08f8b4;
}

/*------testimonial------*/
/*-------blog-------*/
.blog-wrap2 {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}

.blog-content2 {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 20px;
  background: rgba(0, 0, 0, 0.95);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.blog-wrap2:hover .blog-content2 {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-content2 span {
  display: block;
  color: #777;
  margin-bottom: 5px;
  font-style: italic;
  margin-top: -30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.blog-wrap2:hover .blog-content2 span {
  margin-top: 0px;
}

.blog-content2 h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
  margin-left: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.blog-wrap2:hover .blog-content2 h4 {
  margin-left: 0px;
}

.blog-content2 h4 a {
  color: #fff;
}

.blog-content2 h4 a:hover {
  color: #08f8b4;
}

.blog-content2 p {
  margin-bottom: 20px;
  color: #f1f1f1;
  font-size: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.blog-content2 a.readmore {
  text-decoration: underline;
  color: #08f8b4;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.blog-wrap2:before,
.blog-wrap2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 3px solid transparent;
  content: "";
  z-index: 9;
}

.blog-wrap2:hover:before {
  -webkit-animation: animate3 0.6s linear forwards;
  animation: animate3 0.6s linear forwards;
}

@-webkit-keyframes animate3 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #08f8b4;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  50% {
    width: 100%;
    height: 0;
    border-top-color: #08f8b4;
    border-right-color: #08f8b4;
    border-bottom-color: transparent;
    border-left-color: translate;
  }

  100% {
    width: 100%;
    height: 100%;
    border-top-color: #08f8b4;
    border-right-color: #08f8b4;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}

@keyframes animate3 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #08f8b4;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  50% {
    width: 100%;
    height: 0;
    border-top-color: #08f8b4;
    border-right-color: #08f8b4;
    border-bottom-color: transparent;
    border-left-color: translate;
  }

  100% {
    width: 100%;
    height: 100%;
    border-top-color: #08f8b4;
    border-right-color: #08f8b4;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}

.blog-wrap2:hover:after {
  -webkit-animation: animate4 0.6s linear forwards;
  animation: animate4 0.6s linear forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes animate4 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: translate;
    border-bottom-color: #08f8b4;
  }

  50% {
    width: 0;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #08f8b4;
    border-bottom-color: #08f8b4;
  }

  100% {
    width: 100%;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #08f8b4;
    border-bottom-color: #08f8b4;
  }
}

@keyframes animate4 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: translate;
    border-bottom-color: #08f8b4;
  }

  50% {
    width: 0;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #08f8b4;
    border-bottom-color: #08f8b4;
  }

  100% {
    width: 100%;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #08f8b4;
    border-bottom-color: #08f8b4;
  }
}

/*-------blog-------*/
/*=======================================
          home Three style here
  =======================================*/
.slider-area3 .slider-text {
  text-align: right;
  padding-left: 0px;
  padding-right: 50px;
}

.slider-area3 .line {
  left: auto;
  right: 0;
}

/*about-area*/
.about-wrap3 {
  background: #fff;
  padding: 60px 70px;
}

.about-active .slick-list.draggable {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.about-wrap3 h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}

.about-wrap3 h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.about-wrap3 p {
  margin-bottom: 25px;
}

.about-active {
  margin-right: -80px;
  position: relative;
  z-index: 9;
  margin-top: 32px;
}

.about-img-active i.slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.about-img-active i.slick-arrow:hover {
  background: #08f8b4;
}

.about-img-active i.slick-arrow.fa-chevron-left {
  right: 40px;
  z-index: 9;
}

.about-wrap-2 {
  padding: 86px 0px;
}

.about-img-active {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

/*about-area*/
/*skill-area*/
.skill-wrap {
  padding: 10px 0px;
}

.skill-wrap h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.skill-wrap p {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.progress-wrap {
  overflow: hidden;
  padding-bottom: 35px;
}

.skill-wrap .progress {
  height: 10px;
  overflow: visible;
  background: #323131;
  border-radius: 5px;
}

.skill-wrap .progress-bar {
  position: relative;
  border-radius: 5px;
  background: #08f8b4;
}

.skill-wrap .progress-bar:before {
  position: absolute;
  right: -2px;
  top: -5px;
  width: 20px;
  height: 20px;
  background: #08f8b4;
  content: "";
  z-index: 9;
  border: 2px solid #323131;
  border-radius: 50%;
}

.skill-wrap .progress-bar span {
  position: absolute;
  right: 0;
  font-weight: 700;
  color: #323131;
  top: -32px;
  font-size: 14px;
}

.skill-img {
  position: relative;
}

.skill-img img {
  visibility: hidden;
}

.skill-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  border: 50px solid rgba(0, 0, 0, 0.1);
}

/*skill-area*/
/*newsletter-area*/
.newsletter-area {
  padding: 100px 0px;
}

.newsletter-area.black-opacity:before {
  background: #08f8b4;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.newsletter-wrap form {
  position: relative;
}

.newsletter-wrap input {
  padding: 0px 165px 0px 20px;
  height: 65px;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 25px;
}

.newsletter-wrap button {
  position: absolute;
  right: 0;
  top: 0;
  width: 165px;
  height: 65px;
  line-height: 65px;
  cursor: pointer;
  background: #323131;
  border: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.newsletter-wrap button:hover {
  background: #08f8b4;
  color: #323131;
}

/*newsletter-area*/
/*=======================================
          home Three style here
  =======================================*/
/*=======================================
          about page style here
  =======================================*/
/*--------breadcumb-area start--------*/
.breadcumb-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 5px;
}

.breadcumb-wrap h2 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  color: #08f8b4;
  margin-bottom: 5px;
}

.breadcumb-wrap ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.breadcumb-wrap ul li a {
  color: #fff;
}

.breadcumb-wrap ul li a:hover {
  color: #08f8b4;
}

/*--------breadcumb-area end--------*/
/*about*/
.about-page-wrap h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-page-wrap p {
  margin: 25px 0px;
}

.about-page-wrap ul {
  position: relative;
}

.about-page-wrap ul:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #393939;
  content: "";
}

.about-page-wrap ul:hover:before {
  background: #08f8b4;
}

.about-page-wrap ul li a {
  display: block;
  line-height: 28px;
  font-size: 16px;
  padding-left: 40px;
  position: relative;
}

.about-page-wrap ul li a:before {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent transparent #08f8b4;
  content: "";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.about-page-wrap ul li:hover a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.about-sidebar h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #393939;
}

.about-sidebar ul {
  margin-bottom: 60px;
}

.about-sidebar ul li {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #393939;
}

.about-sidebar ul li:last-child {
  border-bottom: none;
}

.about-sidebar-img {
  position: relative;
}

.about-sidebar-img img {
  width: 100%;
}

.about-sidebar-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 30px solid rgba(0, 0, 0, 0.5);
  content: "";
}

.about-sidebar-img a {
  position: absolute;
  left: 50%;
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 48px;
  border: 4px solid #fff;
  color: #fff;
  border-radius: 50%;
  z-index: 999;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.about-sidebar-img a:hover {
  background: #08f8b4;
  color: #393939;
}

/*about*/
.project-area-without-gutter {
  padding: 120px 0px;
}

.project-area-without-gutter .project-wrap {
  margin-bottom: 0px;
}

/*blog*/
.pagination-wrap {
  margin: 20px 0px 30px;
}

.pagination-wrap ul li {
  display: inline-block;
}

.pagination-wrap ul li a,
.pagination-wrap ul li span {
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #333132;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: block;
}

.pagination-wrap ul li span,
.pagination-wrap ul li:hover a {
  background: #08f8b4;
  color: #333132;
}

/*-------------------------sidebar-area start-------------------------*/
.widget {
  margin-bottom: 40px;
}

.widget .widget-title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333132;
}

.sidebar-menu ul li {
  line-height: 30px;
}

.sidebar-menu ul li a {
  position: relative;
  padding-left: 20px;
}

.sidebar-menu ul li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "\f101";
  font-family: fontawesome;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-menu ul li a:hover:before {
  left: 5px;
}

.recent-post ul li {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post ul li:last-child {
  margin-bottom: 0px;
}

.post-img {
  float: left;
  margin-right: 15px;
}

.post-content {
  overflow: hidden;
}

.post-content a {
  display: block;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}

.post-content p {
  font-size: 12px;
  font-style: italic;
}

.tag-wrap ul li {
  display: inline-block;
  margin-bottom: 5px;
}

.tag-wrap ul li a {
  display: block;
  padding: 6px 20px;
  border: 1px solid #e5e5e5;
  font-weight: 500;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
}

.tag-wrap ul li a:hover {
  color: #393939;
  background: #08f8b4;
  border-color: #08f8b4;
}

.tag-wrap {
  margin-bottom: 0px;
}

/*-------------------------sidebar-area end-------------------------*/
.blog-details-area .blog-content h4 {
  font-size: 36px;
}

.blog-details-wrap p {
  margin-bottom: 25px;
}

.blog-details-wrap blockquote {
  background: #f1f1f1;
  padding: 30px 25px 30px 40px;
  font-size: 16px;
  font-style: italic;
  margin: 40px 0;
  border-left: 10px solid #08f8b4;
}

.socila-link {
  margin-bottom: 100px;
}

.socila-link ul li {
  display: inline-block;
  color: #08f8b4;
}

.socila-link ul li a {
  font-size: 16px;
  margin-left: 7px;
}

.blog-form h3 {
  margin-bottom: 25px;
  font-weight: 700;
}

.blog-form span {
  display: block;
  margin-bottom: 3px;
}

.blog-form input,
.blog-form textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #a2adbc;
  padding-left: 20px;
}

.contact-form input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  width: 18px;
  height: 18px;
}

.blog-form textarea,
.contact-form textarea {
  height: 200px;
  padding-top: 10px;
}

.button {
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.blog-form button,
.contact-form button,
.button {
  padding: 15px 30px;
  background: #08f8b4;
  color: #0e2a47;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
}

.blog-form button:hover,
.contact-form button:hover,
.button:hover {
  background: #0e2a47;
  color: #08f8b4;
}

.contact-form textarea {
  height: 100px;
}

.contact-wrap ul {
  margin-left: 0px;
  margin-top: 0px;
}

.contact-wrap ul li {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  background: rgb(247, 248, 250);
  text-align: right;
  padding: 15px 25px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-bottom: 40px;
  color: #6c757d;
}

.contact-wrap ul li:before {
  content: none;
}

.contact-wrap ul li:last-child {
  margin-bottom: 0px;
}

.contact-wrap ul li i {
  /* top: 10px; */
  /* left: 10px; */
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #6c757d;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset,
    0px 1px 1px 0px rgba(255, 255, 255, 0.15);
}

.contact-wrap ul li p {
  font-size: 14px;
  font-weight: 500;
  text-transform: initial;
  margin: 0;
}

.contact-wrap ul li p span {
  display: block;
}

.contact-area #googleMap {
  margin-top: 100px;
}

/* Subscribe Form */
#subscribe {
  background: #f7f8fa;
  margin-top: 60px;
}

.subscribe-inner {
  padding: 40px 0 60px;
  text-align: center;
}

.subscribe-inner .subscribe-title {
  font-size: 36px;
  margin-bottom: 30px;
}

.subscribe-inner p {
  color: #888;
  margin-bottom: 30px;
}

#subscribe h2 {
  color: #0e2a47;
  font-size: 24px;
  margin-bottom: 15px;
  /* text-shadow: 2px 2px 2px rgba(16, 8, 6, 0.5); */
}

.subscribe-inner .sub-btn {
  margin: 0;
  width: 12rem;
  /* padding: 18px 40px; */
  /* min-width: 12rem; */
  position: absolute;
  top: 0;
  bottom: 0;
  font-family: "Ubuntu", sans-serif;
  right: 0;
  font-weight: 500;
  height: 55px;
  background: #0e2a47;
  color: #f7f8fa;
}

.mc-field-group {
  width: 100%;
}

.mce_inline_error {
  display: flex;
  position: absolute;
  color: #0e2a47;
}

.response {
  color: #1a3551;
  float: left;
}

.subscribe-inner .sub-btn i {
  margin-right: 5px;
}

.subscribe-inner .form-control {
  position: relative;
  background: #fff;
  border: 1px solid #0e2a47;
  box-shadow: none;
  color: #0e2a47;
  height: 55px;
  margin-right: -1px;
  border-radius: 7px;
  width: 100%;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
}

.subscribe-inner .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: #e45f44;
  outline: 0;
}

.subscribe-inner .form-inline {
  position: relative;
  margin-bottom: 30px;
  margin: 0 auto;
  width: 100%;
}

/* Start state */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-50px);
  transition: all 0.7s;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
  opacity: 1;
  background: #0e2a47;
  color: #fff;
}

.animated-modal h3,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h3,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h3 {
  transition-delay: 0.1s;
  color: #0e2a47;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: 0.3s;
  /* font-size: 16px; */
}
