/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,700&family=Poppins:wght@400;500;600;700&family=Raleway:wght@300;400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
@font-face {
  font-family: "Nolan";
  src: url(../fonts/Nolan-Bold.woff);
}
body {
  line-height: 1.4;
  font-family: "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Montserrat", sans-serif;
  color: #848484;
  font-size: 16px;
  line-height: 1.65;
}

h1,
h2,
h3 {
  font-family: "Raleway", sans-serif;
}

h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.t1 {
  color: #383838;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.2 !important;
}

.t2 {
  color: #383838;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 1.7 !important;
}

.subtitle {
  font-size: 40px !important;
  font-weight: 600;
  color: #383838 !important;
  line-height: 1.4 !important;
  font-family: "Raleway", sans-serif;
}

.description {
  font-size: 20px !important;
  line-height: 1.6 !important;
  color: #383838 !important;
}

.info-title {
  font-size: 26px !important;
  font-weight: 500;
  color: #383838 !important;
  line-height: 1.4 !important;
  font-family: "Raleway", sans-serif;
}

.info-description {
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #383838 !important;
}

.legend {
  font-size: 20px !important;
  color: #383838 !important;
  font-weight: 500;
}

.color-name {
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-weight: 500;
}

.strikethrough {
  text-decoration: line-through;
}

.text-gray {
  color: #dbdbdb !important;
}

.highlighted {
  color: #5affc8;
}

.project-title {
  color: #b6e2fd;
}

.proeject-vision {
  font-family: "Montserrat", sans-serif;
  line-height: 34px;
  font-size: 26px;
  font-weight: 500;
}

.proeject-rol {
  font-family: "Montserrat", sans-serif;
  font-size: 12.5px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #838383;
}

.project-description {
  line-height: 26px;
  font-size: 16px;
}

.medium-gray {
  color: #838383;
}

.font-weight-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

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

.dark-bg {
  background-color: #202128;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #5affc8;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.section {
  padding: 5rem 0rem;
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #5affc8;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}
@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #3498db;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
}
.title {
  overflow: hidden;
}
.title h2 {
  font-weight: 700;
  font-size: 50px;
  font-family: "Raleway", sans-serif !important;
}
@media (min-width: 768px) {
  .title h2 {
    font-weight: 700;
    font-size: 80px;
    font-family: "Raleway", sans-serif !important;
  }
}
.title p {
  color: #848484;
  margin: 0 auto;
}
.title.title-white h2 {
  color: #fff;
}

.bg-gray {
  background: #f9f9f9;
}

.slick-slide {
  outline: none;
}

.border-r {
  border-radius: 10px;
}

.custom-button {
  cursor: pointer;
  outline: none;
}
.custom-button.outline {
  position: relative;
  z-index: 3;
  background: transparent;
  color: #1172c4;
  font-size: 16px;
  border-color: #1172c4;
  border-style: solid;
  border-width: 2px;
  border-radius: 22px;
  padding: 10px 40px;
  text-transform: capitalize;
  transition: all 0.2s linear;
}
.custom-button.outline a {
  text-decoration: none;
}
.custom-button.green-white {
  font-weight: 500;
  color: #5affc8;
  border-color: #5affc8;
  background: transparent;
}
.custom-button.green-white:hover {
  color: #000;
  background: #5affc8;
  border-color: #5affc8;
}
.custom-button.purple-white {
  font-weight: 500;
  color: #ad99ff;
  border-color: #ad99ff;
  background: transparent;
}
.custom-button.purple-white:hover {
  color: #000;
  background: #ad99ff;
  border-color: #ad99ff;
}

.presentation-section {
  padding: 40px 0 70px 0;
}

@media (min-width: 768px) {
  .presentation-section {
    padding: 110px 0 120px 0;
  }
}
.z-index {
  z-index: 10;
}

.border {
  display: inline-block;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 70px;
  margin-bottom: 10px;
  margin-top: 8px;
  margin-left: 11px;
  background-color: #3abaf4;
}

.border-scheduler {
  display: inline-block;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 70px;
  margin-bottom: 10px;
  margin-top: 8px;
  margin-left: 11px;
  background-color: #009F69;
}

.section-pt {
  padding-top: 5rem;
}

.image-content {
  text-align: center;
}

@media (max-width: 768px) {
  .responsive-center {
    text-align: center !important;
  }
}

.pt-hero-titles {
  padding-top: 250px;
}

@media (max-width: 768px) {
  .pt-hero-titles {
    padding-top: 100px !important;
  }
}
/*=================================================================
  Navigation
==================================================================*/
.navigation-dark, .navigation {
  transition: 0.3s all;
}
.navigation-dark .logo-default, .navigation .logo-default {
  display: none;
}
.navigation-dark .dropdown-toggle::before, .navigation .dropdown-toggle::before, .navigation-dark .dropdown-toggle::after, .navigation .dropdown-toggle::after {
  display: none;
}
.navigation-dark .dropdown-toggle i, .navigation .dropdown-toggle i {
  font-size: 10px;
  margin-left: 2px;
  vertical-align: 2px;
}
.navigation-dark .navbar-light .navbar-nav .nav-item .nav-link, .navigation .navbar-light .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding: 20px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s ease-in-out 0s;
}
.navigation-dark .navbar-light .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-light .navbar-nav .nav-item .nav-link:hover, .navigation-dark .navbar-light .navbar-nav .nav-item .nav-link:active, .navigation .navbar-light .navbar-nav .nav-item .nav-link:active, .navigation-dark .navbar-light .navbar-nav .nav-item .nav-link:focus, .navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
  background: none;
  color: #5affc8;
}
.navigation-dark .navbar-light .navbar-nav .nav-item.active .nav-link, .navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #5affc8;
}
@media (max-width: 991px) {
  .navigation-dark .nav-link, .navigation .nav-link {
    padding: 6px !important;
  }
  .navigation-dark .navbar-collapse.show, .navigation .navbar-collapse.show {
    overflow-y: auto;
    max-height: calc(100vh - 55px);
  }
}
.navigation-dark .dropdown-submenu .dropdown-menu, .navigation .dropdown-submenu .dropdown-menu {
  margin: 0;
  background-color: #131313;
}
@media (min-width: 992px) {
  .navigation-dark .dropdown-submenu .dropdown-menu, .navigation .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: -5px;
  }
  .navigation-dark .dropleft .dropdown-menu, .navigation .dropleft .dropdown-menu {
    left: auto;
    right: 100%;
    margin: 0;
    top: -5px;
  }
  .navigation-dark .dropdown-submenu .dropdown-menu, .navigation .dropdown-submenu .dropdown-menu {
    background-color: #000;
  }
}
.navigation-dark .dropdown:hover > .dropdown-menu, .navigation .dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.navigation-dark .dropdown-menu, .navigation .dropdown-menu {
  border: 0;
  border-radius: 0;
  top: 80%;
  left: 5px;
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  background: #000;
  transition: 0.3s ease;
}
.navigation-dark .dropdown-menu li:first-child, .navigation .dropdown-menu li:first-child {
  margin-top: 12px;
}
.navigation-dark .dropdown-menu li:last-child, .navigation .dropdown-menu li:last-child {
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .navigation-dark .dropdown-menu, .navigation .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    text-align: center;
    transition: 0s;
  }
}
@media (max-width: 991px) {
  .navigation-dark .dropdown-menu.show, .navigation .dropdown-menu.show {
    display: block;
  }
  .navigation-dark .dropdown-menu, .navigation .dropdown-menu {
    float: left;
    width: 100%;
  }
}
.navigation-dark .dropdown-item, .navigation .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.2s ease;
  padding: 8px 22px;
}
.navigation-dark .dropdown-item:focus, .navigation .dropdown-item:focus, .navigation-dark .dropdown-item:hover, .navigation .dropdown-item:hover {
  color: #fff;
  background: transparent;
}

.navigation .navbar-dark .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 14px;
  line-height: 26px;
  padding: 20px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s ease-in-out 0s;
}
.navigation .navbar-dark .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-dark .navbar-nav .nav-item .nav-link:active, .navigation .navbar-dark .navbar-nav .nav-item .nav-link:focus {
  background: none;
  color: #00c194;
}
.navigation .navbar-dark .navbar-nav .nav-item.active .nav-link {
  color: #00c194;
}

.navigation-dark .navbar-dark .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 14px;
  line-height: 26px;
  padding: 20px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s ease-in-out 0s;
}
.navigation-dark .navbar-dark .navbar-nav .nav-item .nav-link:hover, .navigation-dark .navbar-dark .navbar-nav .nav-item .nav-link:active, .navigation-dark .navbar-dark .navbar-nav .nav-item .nav-link:focus {
  background: none;
  color: #5affc8;
}
.navigation-dark .navbar-dark .navbar-nav .nav-item.active .nav-link {
  color: #5affc8;
}

@media (max-width: 991px) {
  .navigation {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
  }
  .navigation .navbar-light .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  .navigation .logo-white {
    display: none;
  }
  .navigation .logo-default {
    display: block;
  }
  .navigation .navbar-light .navbar-toggler {
    border-color: #5affc8;
    background-color: #202128;
  }
  .navigation .navbar-light .navbar-toggler .toggler-icon {
    color: #5affc8;
    font-size: 28px;
  }
  .navigation .navbar-dark .navbar-toggler {
    border-color: #5affc8;
    background-color: #fff;
  }
  .navigation .navbar-dark .navbar-toggler .toggler-icon {
    color: #5affc8;
    font-size: 28px;
  }
  .navigation-dark {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    background: #202128;
  }
  .navigation-dark .navbar-light .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  .navigation-dark .logo-white {
    display: none;
  }
  .navigation-dark .logo-default {
    display: block;
  }
  .navigation-dark .navbar-light .navbar-toggler {
    border-color: #5affc8;
    background-color: #202128;
  }
  .navigation-dark .navbar-light .navbar-toggler .toggler-icon {
    color: #5affc8;
    font-size: 28px;
  }
  .navigation-dark .navbar-dark .navbar-toggler {
    border-color: #5affc8;
    background-color: #fff;
  }
  .navigation-dark .navbar-dark .navbar-toggler .toggler-icon {
    color: #5affc8;
    font-size: 28px;
  }
}
.sticky-header {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
.sticky-header .navbar-light .navbar-nav .nav-item .nav-link {
  color: #fff;
}
.sticky-header .logo-white {
  display: none;
}
.sticky-header .logo-default {
  display: block;
}

.sticky-header-dark {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
.sticky-header-dark .navbar-light .navbar-nav .nav-item .nav-link {
  color: #000;
}
.sticky-header-dark .logo-white {
  display: none;
}
.sticky-header-dark .logo-default {
  display: block;
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}

.navbar-brand h1 {
  margin: 0;
}

.navbar-shadow {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.nav-collapse {
  background: white;
}

.nav-collapse-dark {
  background: #202128;
}

/* slick style */
.slick-slide {
  outline: 0;
}

.slick-slide img {
  display: unset;
}

/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  background: rgba(90, 255, 200, 0.5);
  color: #fff;
  border: 0;
  line-height: 70px;
  font-size: 35px;
  transition: 0.2s ease;
  border-radius: 50%;
  cursor: pointer;
}
.slick-arrow::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease;
}
.slick-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: 0.2s ease;
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow:hover {
  background: #5affc8;
}

.prevArrow {
  left: 0px;
}
.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 35px;
}
.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}
.nextArrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 35px;
}
.nextArrow::after {
  left: 20px;
}

/* /slick arrows */
.home-bg {
  background: url("../images/backgrounds/home_bg.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.scheduler-bg {
  background: url("../images/scheduler/scheduler_bg.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

/*=================================================================
  About us section
==================================================================*/
.about {
  padding: 100px 0;
  background: #fff;
}
.about .btn-about {
  background: #5affc8;
}
.about h4 {
  margin-top: 30px;
}
.about .feature-list {
  margin-top: 10px;
}
.about .feature-list li {
  width: 48%;
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .about .feature-list li {
    width: auto;
    margin-right: 20px;
  }
}
.about .feature-list li i {
  color: #5affc8;
  margin-right: 8px;
}

.about-title {
  font-size: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .bg-100 {
    height: 100vh;
  }
  .ms-about {
    margin-left: 20px;
  }
}
/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
  padding: 100px 0 50px 0;
}

.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #fff;
  height: 38px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border-radius: 0;
}
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #5affc8;
}
.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #5affc8;
  color: #fff;
  border-radius: 0;
}
.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details .contact-short-info {
  margin-top: 15px;
}
.contact-details .contact-short-info li {
  margin-bottom: 6px;
}

.social-icon {
  margin-top: 20px;
}
.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.social-icon ul li a {
  display: grid;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #5affc8;
  text-align: center;
}
.social-icon ul li a:hover {
  background: #5affc8;
  color: #fff;
  border: 1px solid #5affc8;
}
.social-icon ul li a:hover svg {
  color: #000;
}
.social-icon ul li a svg {
  color: #5affc8;
  display: inline-block;
  font-size: 20px;
  margin: 0;
  align-self: center;
  justify-self: center;
}

.home-bg {
  background: url("../images/hteam/hteam_bg.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.header-section {
  padding-top: 150px;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

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

@keyframes up_down {
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(-30px);
  }
}
.up-down-animation-height {
  animation: up_down 2s ease-in infinite alternate-reverse;
}

@keyframes up_down-height {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.left-right-animation {
  animation: left_right 2s ease-in infinite alternate-reverse;
}

@keyframes left_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
.bubble1-1 {
  position: absolute;
  width: 300px;
  height: auto;
  top: 250px;
  right: 5%;
}
@media (max-width: 768px) {
  .bubble1-1 {
    display: none;
  }
}

.bubble2-2 {
  position: absolute;
  width: 250px;
  height: auto;
  left: 30px;
  top: 500px;
}
@media (max-width: 768px) {
  .bubble2-2 {
    display: none;
  }
}

.header-section-scheduler {
  padding-top: 90px;
}

.circle-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.circle-icon ul li div {
  display: grid;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.circle-icon ul li div img {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0;
  align-self: center;
  justify-self: center;
}

.color-block {
  padding: 10px;
}

.color-1 {
  border: 10px solid #c9faea;
  background: #00724c;
  height: 150px;
  border-radius: 30px;
}

.color-2 {
  border: 10px solid #c9faea;
  background: #009F69;
  height: 150px;
  border-radius: 30px;
}

.color-3 {
  border: 10px solid #c9faea;
  background: #0fce8e;
  height: 150px;
  border-radius: 30px;
}

.color-4 {
  border: 10px solid rgb(240, 240, 240);
  background: #D9D9D9;
  height: 150px;
  border-radius: 30px;
}

.color-5 {
  border: 10px solid rgb(225, 225, 225);
  background: #545454;
  height: 150px;
  border-radius: 30px;
}

.color-6 {
  border: 10px solid rgb(225, 225, 225);
  background: #000000;
  height: 150px;
  border-radius: 30px;
}

.scheduler-typography {
  width: 100%;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.roboto-description {
  font-family: "Roboto", sans-serif;
  font-size: 20px !important;
  line-height: 1.6 !important;
  color: #383838 !important;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}
.portfolio-filter button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  background: #5affc8;
  border: none;
  color: #fff;
  outline: none;
  margin: 6px 4px;
}
.portfolio-filter button.active {
  background: #5affc8;
  color: #fff;
  border-radius: 50px;
}

.portfolio-block {
  position: relative;
  margin-bottom: 30px;
}
.portfolio-block:before {
  transition: all 0.3s ease-in-out;
  background: #383838;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}
.portfolio-block:hover:before {
  opacity: 1;
}
.portfolio-block:hover .caption h4 {
  top: 45%;
}
.portfolio-block:hover .caption {
  opacity: 1;
  top: 55%;
}
.portfolio-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.portfolio-block .caption h4 {
  font-size: 16px;
}
.portfolio-block .caption h4 a {
  color: #fff;
}
.portfolio-block .caption .search-icon {
  background: #5affc8;
  color: #fff;
  display: inline-block;
  height: 45px;
  width: 45px;
  font-size: 17px;
  border-radius: 30px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 47px;
}
.portfolio-block .caption .portfolio-caption {
  font-size: 30px;
  font-weight: 500;
}

.page-404 {
  display: flex;
  align-items: center;
  height: 100vh;
}
.page-404 h1 {
  font-size: 200px;
}

.logo {
  display: inline-block;
}

/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #202128;
  border-top: 1px solid #404040;
  padding: 100px 0 80px;
}
.top-footer h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.top-footer p {
  font-size: 13px;
  line-height: 25px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  padding-right: 20px;
}
.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color 0.3s;
  font-family: "Raleway", sans-serif;
  display: block;
}
.top-footer li a:hover {
  color: #5affc8;
}

.footer-bottom {
  text-align: center;
  background-color: #202128;
  border-top: 1px solid #2c2c2c;
  padding: 30px 10px;
}
.footer-bottom h5 {
  font-size: 14px;
  line-height: 1;
  color: #dbdbdb;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}
.footer-bottom h6 {
  font-size: 12px;
  line-height: 15px;
  color: #dbdbdb;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.footer-bottom a {
  color: #5affc8;
}

.light-footer-bottom {
  text-align: center;
  background-color: #f8f8f8;
  padding: 30px 10px;
}
.light-footer-bottom h5 {
  font-size: 14px;
  line-height: 1;
  color: #000;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}
.light-footer-bottom h6 {
  font-size: 12px;
  line-height: 15px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.light-footer-bottom a {
  color: #3abaf4;
}

.light-social-icon {
  margin-top: 20px;
}
.light-social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.light-social-icon ul li a {
  display: grid;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #3abaf4;
  text-align: center;
}
.light-social-icon ul li a:hover {
  background: #3abaf4;
  color: #fff;
  border: 1px solid #3abaf4;
}
.light-social-icon ul li a:hover svg {
  color: #fff;
}
.light-social-icon ul li a svg {
  color: #3abaf4;
  display: inline-block;
  font-size: 20px;
  margin: 0;
  align-self: center;
  justify-self: center;
}

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