/* Theme Name: Palexi - Onepage Business Multipurpose Template
   Author: ZoyoThemes
   Version: 1.0.0
   Created: 2018
   File Description: Main CSS file of the template
*/

/*===================
*   1.Pre-Loader    *
*   2.Helper        *
*   3.Home          *
*   4.About         *    
*   5.Services      *
*   6.Funfacts      *
*   7.Work          *
*   8.Testimonial   *
*   9.Team          *
*   10.Blog         *
*   11.Pricing      *
*   12.Contact Us   *
*   13.Footer       *
*   14.Responsive   *
*===================*/

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
body {
  font-family: "Roboto", sans-serif;
  color: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529;
}

/*
p {
    font-size: 14px;
}
*/

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  font-size: 14px;
}

a,
button {
  text-decoration: none !important;
  outline: none !important;
}

p {
  font-size: 15px;
  line-height: 1.8;
}

/*====================
   1. Pre Loader
===================== */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

.spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-top: 5px solid rgba(102, 122, 221, 0.2);
  border-right: 5px solid rgba(102, 122, 221, 0.2);
  border-bottom: 5px solid rgba(102, 122, 221, 0.2);
  border-left: 5px solid #005af5;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*======================
    2.Helper
========================*/

.section {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  background-color: #fff;
}

.title-subtitle {
  font-size: 16px;
  max-width: 600px;
  line-height: 1.8;
  margin: 0 auto;
}

.text-muted {
  color: #828286 !important;
}

.font-15 {
  font-size: 15px;
}

.bg-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.vertical-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.img-shadow {
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1) !important;
  border: 0.0625rem solid rgba(0, 0, 0, 0.08);
}

.btn {
  padding: 12px 25px;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-transform: capitalize;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-white {
  background-color: #fff !important;
  border: 2px solid #fff !important;
  transition: all 0.4s;
  color: #000 !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open > .dropdown-toggle.btn-white {
  background-color: #f3f3f3 !important;
  border: 2px solid #f3f3f3 !important;
  box-shadow: none !important;
}

.btn-outline-custom {
  background-color: transparent;
  border: 2px solid #fff !important;
  transition: all 0.4s;
  color: #fff;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
  background-color: #fff !important;
  border: 2px solid #fff !important;
  box-shadow: none !important;
  color: #000;
}

/*==========================
    3.Home
============================*/

.bg-home {
  background-image: url("../images/banner-bg.png");
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

.home-section .carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-title {
  color: #fff !important;
  font-size: 48px;
  line-height: 1.2;
}

.home-sub-title {
  max-width: 600px;
  line-height: 1.8;
  font-size: 16px;
  color: #fff;
}

.watch-video a {
  margin-left: 7px;
}

/*==========================
    4.About
============================*/

.about-heading h4 {
  font-size: 24px;
  line-height: 1.6;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

.about-border {
  width: 90px;
  height: 3px;
  background-color: #005af5;
  margin: 0 auto;
}

.about-text p {
  line-height: 1.8;
  font-size: 15px !important;
}

.about-box h4 {
  font-size: 20px;
}

.about-box p {
  font-size: 15px;
  line-height: 1.8;
}

.about-heading p {
  font-size: 15px;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

.home-play-icon {
  height: 60px;
  width: 60px;
  background-color: #005af5;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 24px;
}

/*==========================
    5. Service
============================*/

.service-icon i {
  font-size: 55px;
}

.service-desc h4 {
  font-size: 20px;
}

.service-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  min-height: 334px;
  background-color: #fff;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  top: 0 !important;
}

.service-box .card-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.service-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.service-box .card-bg-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.9);
}

.service-box:hover {
  transform: translateY(-4px) !important;
  -webkit-transform: translateY(-4px) !important;
}

.service-desc {
  z-index: 2;
}

.service-desc h4,
.service-desc p {
  color: #fff !important;
  font-weight: 400 !important;
}

.service-desc p {
  font-size: 12px;
  line-height: 1.8;
  color: #fff;
}

.service-desc > a {
  font-size: 14px;
  font-weight: 500;
  background-color: #005af5;
  padding: 4px 16px;
  border-radius: 4px;
  color: #fff !important;
}

/*============================
    6.Funfacts
==============================*/

.funfact-border {
  background-color: #fff;
  height: 2px;
  width: 150px;
}

.digit-counter > h1 {
  font-weight: 400;
}

.bg-desc {
  background-image: url("../images/istatistik.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  filter: grayscale(0.5);
}

.bg-desc-no-position {
  /* position: inherit; */
}

/*===============================
    7.WORK
=================================*/

.portfolio {
  overflow: hidden;
}

.filter-list li a {
  padding: 6px 12px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid transparent;
  /* border-radius: 3px; */
}

.filter-list a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  transition: all 0.5s;
}

.item-img {
  position: relative;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  top: 0 !important;
}

.item-img:hover {
  transform: translateY(-4px) !important;
  -webkit-transform: translateY(-4px) !important;
}

.item-img img,
.item-img:hover {
  border-radius: 5px;
}

.item-img:hover .item-img-overlay span {
  opacity: 2;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1) !important;
  border-radius: 5px;
}

.item-img-overlay span i {
  font-size: 35px;
  color: #fff !important;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  right: 0;
}

.item-img:hover .item-img-overlay:before {
  border: 2px solid #fff;
  content: "";
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  top: 30px;
  z-index: 1;
  -webkit-transform: scaleX(1);
  border-radius: 5px;
}

.item-img-overlay span {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  opacity: 0;
  transition: opacity 250ms linear;
  background: no-repeat center center rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}

.filter-list li {
  position: relative;
}

.filter-list li:after {
  content: "/";
  position: absolute;
  top: 8px;
  right: -8px;
  color: #bbb;
  font-size: 12px;
}

.filter-list li:last-child:after {
  content: "";
  display: none;
}

/*===============================
    8.Testimonial
=================================*/

.bg-testi {
  background-image: url(../images/img-5.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}

.owl-theme .owl-controls .owl-page span {
  background: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0 0 0 0 #fff;
  height: 12px;
  width: 12px;
  opacity: 1;
  border: 2px solid #fff !important;
}

.user-review {
  letter-spacing: 0.03125rem;
  font-size: 1.0625rem;
  line-height: 1.6;
}

.review-icons {
  margin: 0 auto;
}

.review-icons img {
  border: 6px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  height: 90px;
  width: 90px;
}

.testi-user-name {
  letter-spacing: 0.03125rem;
}

.testi-user-position {
  letter-spacing: 0.03125rem;
}

.testi-icon i {
  font-size: 35px;
}

.bg-overlay-graduint {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*===============================
    9.Team 
=================================*/

.team-box {
  background-color: #fff !important;
  border-radius: 5px;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1) !important;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 0.0625rem solid rgba(0, 0, 0, 0.08);
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  top: 0 !important;
}

.team-box:hover {
  transform: translateY(-4px) !important;
  -webkit-transform: translateY(-4px) !important;
}

.team-box .team-member img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.team-social li a {
  color: #000;
  transition: all 0.52s;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
}

.team-info p {
  font-size: 12px;
}

/*===============================
    10.Blog
=================================*/

.blog-box {
  border-radius: 5px;
  border: 0.0625rem solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1) !important;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  top: 0 !important;
}

.blog-box:hover {
  transform: translateY(-4px) !important;
  -webkit-transform: translateY(-4px) !important;
}

.blog-part img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog-details {
  background-color: white;
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.blog-details h5 a {
  font-size: 1.25rem;
  color: #212529;
}

.font-weight-bold {
  font-weight: 700;
}

/********************
    11. pricing
*********************/

.price-box {
  padding: 50px 20px;
  border-radius: 5px;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1) !important;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  top: 0 !important;
}

.price-box:hover {
  transform: translateY(-4px) !important;
  -webkit-transform: translateY(-4px) !important;
}

/********************
    12. contact form
*********************/

.form-control {
  box-shadow: none !important;
  -webkit-box-shadow: none;
  margin-bottom: 25px;
  height: 45px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}

.form-control:focus,
.facts i,
.pricing-box {
  border-color: #005af5;
}

textarea.form-control {
  height: auto;
}

label {
  display: inline-block;
  margin-bottom: 0.7rem;
  font-size: 15px;
  color: #212529;
}

.error {
  margin: 8px 0px;
  display: none;
  color: red;
}

.error_message {
  padding: 10px;
  background-color: rgba(244, 35, 103, 0.2);
  margin-bottom: 20px;
  text-align: center;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #0dba26;
  font-size: 22px;
}

/********************
    13. Footer
*********************/

.bg-footer {
  position: relative;
  padding: 80px 0px 40px 0px;
  /*background: linear-gradient(to right, #203053, #1f2d4e);*/
  background-color: #212529;
}

.bg-footer .footer-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-footer .footer-bg-overlay img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  filter: grayscale(1);
}

.footer-icons li a {
  height: 36px;
  width: 36px;
  color: #97a0af;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  line-height: 32px;
  border-radius: 50%;
  border: 2px solid #97a0af;
  transition: all 0.5s;
}

.footer-icons li a:hover {
  color: #fff;
  border-color: #fff;
}

.copyright {
  color: #97a0af;
}

.footer-list-menu li a {
  color: #97a0af;
  font-size: 14px;
  margin-bottom: 18px;
  display: inline-block;
  transition: all 0.5s;
}

.footer-list-menu li a:hover {
  color: #fff;
}

/** Footer light **/

.footer-light {
  padding: 80px 0px 40px 0px;
  color: #949494 !important;
}

.footer-light .copyright,
.footer-light .footer-list-menu li a {
  color: #949494;
}

.footer-light .footer-list-menu li a:hover {
  color: #313951;
}

.footer-light .footer-icons li a {
  color: #949494;
  border: 2px solid #949494;
}

.footer-light .footer-icons li a:hover {
  color: #313951;
  border: 2px solid;
}

/*--------DEMO 5 ----------*/

/*helf screen*/

.home-height-half {
  padding: 220px 0 220px 0;
  height: auto;
  position: relative;
}

.back-slide {
  height: 100vh;
}

.play-icon-circle {
  background-color: transparent;
  border: 3px solid #005af5;
}

.play-icon-circle {
  height: 64px;
  width: 64px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  font-size: 28px;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  top: 0 !important;
}

.play-icon-circle:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.9;
}

.watch-video a span {
  font-size: 16px;
  padding-left: 10px;
  position: relative;
  top: -5px;
}

.nectar_video_lightbox.play_button {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0;
  display: inline-block;
}

/*--------DEMO 6 ----------*/

/* flexdemo */

.flex-control-paging li a {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0 0 0 0 #fff;
  height: 12px;
  width: 12px;
  opacity: 1;
  border: 2px solid #fff !important;
  background: #fff;
}

.flex-control-paging li a:hover {
  background: #fff;
}

.main-slider .flex-control-paging li a.flex-active {
  background-color: transparent;
}

/*--------DEMO 7 ----------*/

/* background gradient */

.bg-gradient {
  background: -webkit-linear-gradient(#005af5, #8296ff);
  background: -moz-linear-gradient(#005af5, #8296ff);
  background: -ms-linear-gradient(#005af5, #8296ff);
  background: -o-linear-gradient(#005af5, #8296ff);
  background: linear-gradient(#005af5, #8296ff);
}

/*--------DEMO 8 ----------*/

/* registration page */

.home-registration-form {
  border-radius: 3px;
  box-shadow: 0px 0px 3px 0px #000000;
}

.home-registration-form .form-title {
  font-size: 24px;
  text-align: center;
}

.home-registration-form .form-subtitle {
  line-height: 1.4;
  font-size: 18px;
}

.home-registration-form .registration-form label {
  font-size: 14px;
}

.home-half {
  padding-bottom: 150px;
  padding-top: 180px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

/*--------DEMO 9----------*/

.slidero {
  position: relative;
  z-index: 1;
}

/*----------DEMO 10-----------*/

.bg-video {
  height: 100vh;
  background-color: #000;
}

/************************************
    14. Responsive Media query
*************************************/

@media (max-width: 768px) {
  .home-title {
    font-size: 28px;
  }
  .home-sub-title {
    font-size: 14px;
  }
  .home-half {
    padding-bottom: 85px;
    padding-top: 120px;
  }
  .home-height-half {
    height: 100vh !important;
  }
  .navbar-light .logo {
    line-height: 0px !important;
    padding: 0px !important;
  }
  .service-box .service-desc {
    width: auto;
    margin-left: 0%;
  }
  .service-box .service-icon {
    top: -15px;
    position: relative;
    transform: none;
    left: 0;
  }
}

@media only screen and (max-width: 479px) {
  #style-switcher {
    display: none;
  }
}

.line-clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.min-h-64 {
  min-height: 64px;
}

.section-contact {
  --dot-bg: #fff;
  --dot-color: #005af5;
  --dot-size: 1px;
  --dot-space: 22px;
  background: linear-gradient(
        90deg,
        var(--dot-bg) calc(var(--dot-space) - var(--dot-size)),
        transparent 1%
      )
      center / var(--dot-space) var(--dot-space),
    linear-gradient(
        var(--dot-bg) calc(var(--dot-space) - var(--dot-size)),
        transparent 1%
      )
      center / var(--dot-space) var(--dot-space),
    var(--dot-color);
}

.section-contact .container {
  padding: 16px;
  background: #fff;
}

.section-portfolio .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 240px;
  gap: 16px;
}

.section-portfolio .see-all-button {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  background-color: #005af5;
  padding: 4px 16px;
  border-radius: 4px;
  color: #fff !important;
}

.section-portfolio .box {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-color: #fff;
  cursor: pointer;
  z-index: 0;
  height: 100%;
}

.section-portfolio .box:hover {
  background-color: red;
}

.section-portfolio .box:hover .box-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: end;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.section-portfolio .box .box-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #005af5;
  opacity: 0;
  z-index: 2;
}

.section-portfolio .box .box-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.section-portfolio .box .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.section-portfolio .box .box-content h5,
.section-portfolio .box .box-content p {
  color: #fff;
}

.section-portfolio .box1 {
  grid-column: 1 / 3;
  grid-row: 1;
}

.section-portfolio .box2 {
  grid-column: 3/4;
  grid-row: 1;
}

.section-portfolio .box3 {
  grid-column: 1/1;
  grid-row: 2;
}

.section-portfolio .box4 {
  grid-column: 2/4;
  grid-row: 2;
}

.section-portfolio .box5 {
  grid-column: 1 / 3;
  grid-row: 3;
}

.section-portfolio .box6 {
  grid-column: 3/4;
  grid-row: 3;
}

.section-portfolio .box7 {
  grid-column: 1/1;
  grid-row: 4;
}

.section-portfolio .box8 {
  grid-column: 2/4;
  grid-row: 4;
}

@media (max-width: 768px) {
  .section-portfolio .box1 {
    grid-column: 1/4;
    grid-row: 1;
  }

  .section-portfolio .box2 {
    grid-column: 1/4;
    grid-row: 2;
  }

  .section-portfolio .box3 {
    grid-column: 1/4;
    grid-row: 3;
  }

  .section-portfolio .box4 {
    grid-column: 1/4;
    grid-row: 4;
  }
}

.client-images {
  img {
    height: 144px;
    object-fit: contain;
    filter: grayscale(1);
  }
}

.section-client {
  padding: 20px 0;
}

.contact-card {
  background-color: #fafafa;
  border-radius: 4px;
  padding: 24px 16px;
}

.contact-card .contact-card-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.contact-card .contact-card-item i {
  background-color: #005af5;
  color: #fff;
  border-radius: 4px;
  padding: 4px;
  width: 32px;
  height: 32px;
  text-align: center;
}

.contact-card .contact-card-item span {
  font-weight: 500;
  margin-left: 8px;
}

.contact-card .form-group {
  margin-bottom: 0;
}

.contact-card .form-group label {
  margin-bottom: 4px;
  font-weight: 500;
}

.contact-card .form-group .form-control {
  margin-bottom: 16px;
}

.form-group label {
  width: 100%;
  text-align: left !important;
}

.language-button {
  padding: 2px 4px;
  margin-left: 4px;
}

.language-button {
  padding: 2px 4px;
  margin-left: 4px;
}

@media (max-width: 768px) {
  .nav-link {
    padding-left: 16px !important;
  }
}
