@charset "UTF-8";
/*
 *
 *    Application styles: app.scss
 *    2018 © Feeria (Kalifornijos kryptis, UAB)
 *
 */
/* Import SASS */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,800&amp;subset=latin-ext");
/* Max content widths */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

/* Hide form placeholders on focus */
input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
/* Global */
body {
  font-family: "Open Sans", sans-serif;
  font-size: .85rem;
  color: #333;
  overflow-x: hidden; }

h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif;
  background: -webkit-linear-gradient(45deg, #1c1558, #6620bb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

a {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: none;
  color: #093f91; }
  a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
    opacity: 0.75; }

h1 {
  font-size: 3.25rem;
  font-weight: 700; }

h2 {
  font-size: 3rem;
  font-weight: 700; }

h3 {
  font-size: 2.5rem; }

h4 {
  font-size: 1.75rem; }

h5 {
  color: #775bfe; }

.elementor-widget-heading .elementor-heading-title {
  line-height: inherit; }

.btn {
  border: 0; }
  .btn:hover {
    border: 0; }

.form-control {
  text-align: center;
  border-radius: 0;
  border: 0;
  background: #fafafa; }

/* Navbar */
.navbar {
  top: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1;
  padding: 4rem 2rem 5rem 2rem;
  background: url("../img/navbar-bg.jpg");
  background-size: cover; }
  .navbar:after {
    margin-bottom: 3rem;
    -webkit-clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
    width: 100%;
    height: 5rem;
    background: #ffffff;
    position: absolute;
    top: calc(100% - 5rem);
    left: 0;
    content: " "; }
  .navbar .navbar-brand {
    width: 17rem;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .navbar .navbar-brand:hover {
      opacity: 0.75;
      border-bottom-color: transparent; }
  .navbar .navbar-nav .nav-item {
    font-size: 1rem;
    font-weight: 600;
    margin-right: 2rem; }
    .navbar .navbar-nav .nav-item:last-child {
      margin-right: 0; }
    .navbar .navbar-nav .nav-item .nav-link {
      color: #151550;
      border-bottom: .25rem solid transparent;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .navbar .navbar-nav .nav-item .nav-link:hover {
        font-weight: 700; }
  .navbar .dropdown-toggle {
    cursor: pointer; }
  .navbar .dropdown {
    position: relative;
    display: inline-block; }
    .navbar .dropdown:hover .dropdown-menu {
      display: block; }
    .navbar .dropdown a {
      display: block; }
      .navbar .dropdown a:hover {
        border: 0;
        color: inherit; }
  .navbar .dropdown-menu {
    display: none;
    position: absolute;
    min-width: 15rem;
    z-index: 1;
    margin-top: 0;
    border: 0;
    border-radius: 0; }
  .navbar .dropdown-item {
    font-family: "Open Sans", sans-serif;
    font-weight: normal; }

.navbar-fixed {
  top: 0;
  padding: 1rem 2rem;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  background: url("../img/navbar-bg.jpg");
  background-size: cover; }
  .navbar-fixed:after {
    content: none; }

/* Main content */
.slider-section {
  background: #f3f3f3;
  min-height: 75vh; }

.services-section .service-col .excerpt {
  color: #919191; }

.services-section .service-col .elementor-widget-heading {
  margin-bottom: 0.5rem; }

.services-section .service-col .elementor-column-wrap {
  -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.15);
  margin: .5rem; }

.projects-section:before {
  content: " ";
  top: 0;
  height: 64%;
  width: 100%;
  position: absolute;
  background-color: #f5f5f5; }

.about-section .career-col {
  border-right: 3px solid #cccccc; }

/* Forms */
/* Modules */
.elementor-image-gallery .gallery-item img {
  -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.15);
  border: 0 !important; }

.elementor-image-gallery .gallery-item .gallery-caption {
  display: none; }

.btn-primary {
  background-color: #ff5a00;
  padding: .75rem 2.5rem;
  border-radius: 35rem; }

.elementor-accordion .elementor-accordion-item {
  border: 0; }
  .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    color: #093f91;
    font-weight: 600; }
  .elementor-accordion .elementor-accordion-item .elementor-active {
    color: #000; }

/* Sidebar */
.sidebar {
  margin-top: 20px; }
  .sidebar section {
    margin-bottom: 40px; }
  .sidebar ul, .sidebar ol {
    list-style-type: none;
    padding: 0; }
    .sidebar ul li, .sidebar ol li {
      margin: 10px 0; }

/* Footer */
footer {
  background: #f5f5f5;
  padding: 1.5rem 0; }
  footer p {
    margin-bottom: 0;
    color: #b3b3b3; }
  footer a {
    color: #b3b3b3; }

/* Mobile */
@media (max-width: 823px) {
  .navbar .navbar-brand {
    width: 10rem; }
  .navbar .navbar-nav .nav-item {
    margin-right: 1rem; } }

@media (max-width: 576px) {
  .navbar .navbar-nav .nav-link {
    font-size: 1.5rem; }
  .navbar .dropdown-menu {
    position: relative; }
    .navbar .dropdown-menu .dropdown-item {
      white-space: inherit; } }
