/* Theme Name: Zairo - Responsive bootsrap 5 Landing Page Template
   Author: Coderthemes
   Version: 1.0.0
   Created: Nov 2018
   File Description: Main Css file of the template
*/
/************************
01.General
02.Loader
03.Helper
04.Components
05.Menu
06.Footer
07.Multipurpose Layout
08.Contact
09.Agency Layout
10.Startup layout
11.Business Layout
12.Software Layout
12.App Layout
13.Default
************************/
/** Google font **/
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:500,600|Roboto:400,500");
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Franklin", sans-serif;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  font-size: 15px;
  line-height: 1.8;
}

html {
  scroll-padding-top: 59px;
  /* height of sticky header */
}

.row > * {
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sk-chase {
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-animation: sk-chase 3s infinite linear both;
          animation: sk-chase 3s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: sk-chase-dot 2.0s infinite ease-in-out both;
          animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #13ce67;
  border-radius: 100%;
  -webkit-animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
          animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.section {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  position: relative;
}

.section-sm {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  position: relative;
}

.bg-overlay {
  position: absolute;
  background-color: rgba(54, 64, 78, 0.85);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.title h3 {
  font-size: 26px;
}

.title p.subtitle {
  letter-spacing: 4px;
  font-weight: 600;
  font-family: "Libre Franklin", sans-serif;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

a.text-custom:hover {
  color: #1f2d4e;
}

.text-light-custom {
  color: #a2aeb9;
}

.modal-backdrop {
  background-color: #000;
}

/**BACK TO TOP**/
.back-to-top-btn {
  position: fixed;
  padding: 0px 5px !important;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  border-radius: 3px;
}

.back-to-top-btn i {
  font-size: 22px;
  line-height: 30px;
}

#mkLightboxContainer {
  z-index: 999;
}

.btn {
  padding: 12px 25px;
  border: 1px solid;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-sm {
  padding: 10px 22px;
}

.btn.btn-primary {
  background-color: #13ce67 !important;
  border: 1px solid #13ce67 !important;
  border-bottom: 3px solid #11b75b !important;
  color: #fff !important;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #10ad57 !important;
  border: 1px solid #10ad57 !important;
  border-bottom: 3px solid #0f9f50 !important;
}

.btn.btn-outline-primary {
  border: 1px solid #13ce67 !important;
  color: #13ce67 !important;
}

.btn.btn-secondary {
  background-color: #536976 !important;
  border: 1px solid #536976 !important;
  border-bottom: 3px solid #485c67 !important;
  color: #fff !important;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background-color: #445661 !important;
  border: 1px solid #445661 !important;
  border-bottom: 3px solid #3e4e58 !important;
}

.btn.btn-outline-secondary {
  border: 1px solid #536976 !important;
  color: #536976 !important;
}

.btn.btn-info {
  background-color: #4bbbce !important;
  border: 1px solid #4bbbce !important;
  border-bottom: 3px solid #37b3c9 !important;
  color: #fff !important;
}

.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: #34acc1 !important;
  border: 1px solid #34acc1 !important;
  border-bottom: 3px solid #31a2b5 !important;
}

.btn.btn-outline-info {
  border: 1px solid #4bbbce !important;
  color: #4bbbce !important;
}

.btn.btn-warning {
  background-color: #fdba45 !important;
  border: 1px solid #fdba45 !important;
  border-bottom: 3px solid #fdb12c !important;
  color: #fff !important;
}

.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: #fdad22 !important;
  border: 1px solid #fdad22 !important;
  border-bottom: 3px solid #fca713 !important;
}

.btn.btn-outline-warning {
  border: 1px solid #fdba45 !important;
  color: #fdba45 !important;
}

.btn.btn-success {
  background-color: #13ce67 !important;
  border: 1px solid #13ce67 !important;
  border-bottom: 3px solid #11b75b !important;
  color: #fff !important;
}

.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
  background-color: #10ad57 !important;
  border: 1px solid #10ad57 !important;
  border-bottom: 3px solid #0f9f50 !important;
}

.btn.btn-outline-success {
  border: 1px solid #13ce67 !important;
  color: #13ce67 !important;
}

.btn.btn-danger {
  background-color: #f24734 !important;
  border: 1px solid #f24734 !important;
  border-bottom: 3px solid #f0311c !important;
  color: #fff !important;
}

.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background-color: #f02912 !important;
  border: 1px solid #f02912 !important;
  border-bottom: 3px solid #e4240f !important;
}

.btn.btn-outline-danger {
  border: 1px solid #f24734 !important;
  color: #f24734 !important;
}

.btn.btn-dark {
  background-color: #0f1f3e !important;
  border: 1px solid #0f1f3e !important;
  border-bottom: 3px solid #0a1529 !important;
  color: #fff !important;
}

.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: #081121 !important;
  border: 1px solid #081121 !important;
  border-bottom: 3px solid #050a15 !important;
}

.btn.btn-outline-dark {
  border: 1px solid #0f1f3e !important;
  color: #0f1f3e !important;
}

.btn.btn-light {
  background-color: #f8f9fa !important;
  border: 1px solid #f8f9fa !important;
  border-bottom: 3px solid #e9ecef !important;
  color: #fff !important;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: #e3e7eb !important;
  border: 1px solid #e3e7eb !important;
  border-bottom: 3px solid #dae0e5 !important;
}

.btn.btn-outline-light {
  border: 1px solid #f8f9fa !important;
  color: #f8f9fa !important;
}

.btn.btn-white {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  border-bottom: 3px solid #f2f2f2 !important;
  color: #fff !important;
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: #ededed !important;
  border: 1px solid #ededed !important;
  border-bottom: 3px solid #e6e6e6 !important;
}

.btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
}

.btn.btn-light, .btn.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom: 3px solid #e0e0e0 !important;
  color: #13ce67 !important;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: #ededed !important;
  border-color: #ededed !important;
  border-bottom: 3px solid #d9d9d9 !important;
}

.btn.btn-outline-light, .btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
  text-transform: uppercase;
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #fff;
  color: #0f1f3e !important;
}

.modal .video-modal {
  border: 0;
  background-color: transparent;
}

.modal .video-modal .video-box {
  position: relative;
}

.modal .video-modal .btn-close {
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  z-index: 3;
}

.modal .video-modal .btn-close video:focus {
  outline: none;
}

.modal .video-modal:hover .btn-close {
  opacity: 0.5;
}

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

.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: "Libre Franklin", sans-serif;
}

.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 15px;
  font-weight: 500;
}

.navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a.active {
  color: #13ce67 !important;
}

.navbar-custom .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-btn {
  margin: 0 15px;
  font-size: 12px;
  border-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar-btn:hover {
  color: #fff;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

/********** navbar sticky *********/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  color: #0f1f3e !important;
}

.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}

.nav-sticky.navbar-custom .navbar-nav li a {
  color: #0f1f3e;
}

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

.logo .logo-dark {
  display: none;
}

.nav-sticky .logo .logo-dark {
  display: inline-block;
}

.nav-sticky .logo .logo-light {
  display: none;
}

/********* Responsive *********/
@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 10px 33px rgba(15, 31, 62, 0.1);
            box-shadow: 0 10px 33px rgba(15, 31, 62, 0.1);
    color: #0f1f3e !important;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #0f1f3e !important;
    margin: 0px;
  }
  .navbar-custom .navbar-nav li.active a {
    border-color: transparent;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0f1f3e;
  }
  .navbar-btn {
    margin: 0px;
  }
  .logo .logo-light {
    display: none;
  }
  .logo .logo-dark {
    display: block;
  }
}

.bg-footer {
  padding: 80px 0px 40px 0px;
  /* background: -webkit-gradient(linear, left top, right top, from(#292E49), to(#0f1f3e));
  background: linear-gradient(to right, #292E49, #0f1f3e); */
  background: #1f2d4e;
}

.footer-icons li a {
  height: 36px;
  width: 36px;
  color: #7383a7;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  line-height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(124, 139, 173, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-icons li a:hover {
  color: #fff;
  border-color: #fff;
}

.copyright {
  color: #7383a7;
}

.footer-list-menu li a {
  color: #7383a7;
  font-size: 14px;
  margin-bottom: 18px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-list-title {
  color: #13ce67 !important;
}

.footer-list-menu li a:hover {
  color: #ced4da;
}

/** Footer light **/
.footer-light {
  padding: 80px 0px 40px 0px;
  color: #7b848d !important;
}

.footer-light .copyright, .footer-light .footer-list-menu li a {
  color: #7b848d;
}

.footer-light .footer-list-menu li a:hover {
  color: #0f1f3e;
}

.footer-light .footer-icons li a {
  color: #7b848d;
  border: 2px solid #7b848d;
}

.footer-light .footer-icons li a:hover {
  color: #0f1f3e;
  border: 2px solid;
}

/********** Home ************/
.bg-home {
  position: relative;
  background-image: url("../images/bg-home.png");
  background-color: #1f2d4e;
  background-size: cover;
  background-position: center center;
}

.bg-home .home-center {
  padding: 230px 0px 180px 0px;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-title h3 {
  letter-spacing: 2px;
}

.home-title h5 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 700;
}

.home-title p, .home-title i, .home-title h5 {
  color: #7c8bad;
}

.play-icon-circle {
  background: #fff;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #1f2d4e;
}

.mouse-down .down-scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: 1;
}

.mouse-down .down-scroll i {
  width: 48px;
  height: 48px;
  background: #fff;
  display: inline-block;
  line-height: 48px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 5px 40px -15px #0f1f3e;
          box-shadow: 1px 5px 40px -15px #0f1f3e;
}

/*********** About *************/
.about-content h4 {
  line-height: 1.4;
  max-width: 590px;
}

/*********** Features ***********/
.feautures-icon i {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 7px;
}

/********** Services ***********/
.services-icon:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 37px;
  width: 42px;
  height: 42px;
  margin: 0px auto;
  border-radius: 6px;
  z-index: -2;
}

/********** Testimonial **********/
.carousel-indicators {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-indicators li {
  width: 64px !important;
  height: 64px !important;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.4;
  border-radius: 50%;
  border: 3px solid #fff !important;
  -webkit-box-shadow: 1px 9px 48px -15px #0f1f3e;
          box-shadow: 1px 9px 48px -15px #0f1f3e;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-inner {
  min-height: 300px;
}

/********** Team ***********/
.team-box {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
}

/********** Pricing **********/
.pricing-header h4 {
  letter-spacing: 2px;
}

.pricing-table {
  border-radius: 12px;
  border: 2px solid rgba(15, 31, 62, 0.04);
}

/********** Clients ***********/
.client-images img {
  max-height: 94px;
  width: auto !important;
  margin: 10px auto;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.client-images img:hover {
  opacity: 0.9;
}

/********* Responsive ***********/
@media (min-width: 200px) and (max-width: 768px) {
  .home-title h3 {
    font-size: 26px;
  }
  .mouse-down .down-scroll {
    top: 99px;
  }
  .pull-none {
    float: none !important;
    text-align: center;
  }
}

@media (max-width: 425px) {
  .watch-video > a span {
    display: none;
  }
  .carousel-inner {
    min-height: 385px;
  }
  .carousel-indicators li {
    width: 50px;
    height: 50px;
  }
  .carousel-indicators .active {
    width: 70px;
    height: 70px;
  }
}

.custom-form .form-control {
  height: 45px;
  padding: 0.375rem 1.1rem;
  font-size: 14px;
  border-width: 2px;
}

.custom-form .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-form textarea.form-control {
  height: auto;
}

.form-control:focus {
  border-color: #7c8bad;
}

.bg-home-agency {
  background: url("../images/bg-home-agency.jpg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
  position: relative;
}

.agency-home-title {
  max-width: 780px;
}

.play-icon {
  height: 74px;
  width: 74px;
  line-height: 74px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
}

/******** agency-about ********/
.agency-about-img {
  position: relative;
}

.agency-about-img img {
  border-radius: 12px;
}

.agency-about-img-desc {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.7);
}

/******** agency-services ********/
.agency-services-box {
  overflow: hidden;
}

.agency-services-icon i {
  font-size: 36px;
  color: #6c757d;
}

/******** agency-work ********/
.container-filter li {
  list-style: none;
}

.container-filter li a {
  display: block;
  font-size: 12px;
  color: #6c757d !important;
  background: #f8f9fa;
  border: 1px solid #eceff2;
  padding: 17px 15px;
  margin: 18px 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  border-radius: 7px;
  -webkit-transition: all 0.6s;
}

.container-filter li a:hover, .container-filter li a.active,
.busi-container-filter li a:hover,
.busi-container-filter li a.active {
  color: #fff !important;
  border: 1px solid;
}

.item-box {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 8px;
}

.item-box a {
  display: inline-block;
}

.item-box:hover .item-mask {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

.item-box:hover .item-mask .item-caption {
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 1;
}

.item-box:hover .item-container {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
}

.item-container {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-mask {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 8px;
}

.item-mask p {
  font-size: 11px;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin: 0;
}

.item-mask .item-caption {
  position: absolute;
  bottom: -60px;
  left: 0px;
  right: 0px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}

.filter-box {
  display: none;
}

.show {
  display: block;
}

.tab-active:hover {
  background-color: #ddd;
}

.tab-active.active {
  background-color: #666;
  color: white;
}

/******** agency-pricing ********/
.pricing-table-agency {
  -webkit-box-shadow: 0 10px 50px rgba(15, 31, 62, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 50px rgba(15, 31, 62, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
}

.pricing-title {
  overflow: hidden;
}

/******** startup-home ********/
.bg-home-start-up {
  background: url("../images/bg-home-startup.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}

.bg-home-start-up .home-center {
  padding: 230px 0px 180px 0px;
}

/******** startup-about ********/
.startup-about-img img {
  border-radius: 12px;
}

.play {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/******** startup-testimonials ********/
.testi-startup {
  -webkit-box-shadow: 0 10px 50px rgba(124, 139, 173, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 50px rgba(124, 139, 173, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
}

.testi-icon i {
  line-height: 0.6;
}

/******** startup-team ********/
.startup-team-box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.startup-team-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
}

/******** startup-pricing ********/
.startup-pricing-table {
  border-radius: 12px;
  border: 2px solid rgba(15, 31, 62, 0.04);
  border-top: 16px solid rgba(15, 31, 62, 0.04);
}

.startup-pricing-table-active {
  border-radius: 12px;
  border: 2px solid;
  border-top: 16px solid;
}

/******** subscribe ********/
.subscribe .form-control {
  padding: 10px 20px;
  border-width: 2px;
  border-color: #fff !important;
  height: 46px;
}

.subscribe .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/********* Responsive ***********/
@media (max-width: 425px) {
  .bg-home-start-up .mouse-down a {
    top: 35px;
  }
}

/******** Business-home ********/
.home-slider {
  position: relative;
}

.home-slider .carousel-control-next, .home-slider .carousel-control-prev {
  width: 6%;
}

.home-slider .carousel-item, .home-slider .carousel {
  height: 100vh;
  width: 100%;
}

.home-slider .carousel-item {
  background-position: center center !important;
  background-size: cover !important;
}

/******** Business-about ********/
.busi-services-box {
  -webkit-box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
}

.busi-about-content h3 {
  max-width: 660px;
  line-height: 1.4;
}

.busi-services-icon i {
  position: absolute;
  width: 64px;
  height: 76px;
  text-align: center;
  line-height: 60px;
  top: 24px;
  right: 48px;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
          clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
}

/******** Business-portfolio ********/
.busi-container-filter li {
  list-style: none;
  display: inline-block;
}

.busi-container-filter li a {
  display: block;
  font-size: 11px;
  color: #6c757d !important;
  background-color: #f8f9fa;
  border: 1px solid #eceff2;
  padding: 0px 15px;
  margin: 5px 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  line-height: 34px;
  border-radius: 3px;
  -webkit-transition: all 0.6s;
}

/******** Business-testi ********/
.busi-testi-box {
  -webkit-box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
}

.busi-testi-icon i {
  position: absolute;
  right: 30px;
  top: -18px;
  color: #e9ecef;
}

/******** Business-team ********/
.busi-team-img img {
  border-radius: 8px;
  max-width: 120px;
}

/******** software-home ********/
.bg-home-software {
  position: relative;
  background-image: url("../images/bg-software.png");
  background-color: #1f2d4e;
  background-size: cover;
  background-position: center center;
}

.bg-home-software .home-center {
  padding: 230px 0px 180px 0px;
}

/******** software-features ********/
.bg-soft {
  background-image: url("../images/bg-software.png");
  background-color: #1f2d4e;
}

.soft-features-box p {
  overflow: hidden;
}

.soft-feautures-content h4 {
  line-height: 1.4;
}

/******** software-team ********/
.soft-team-content {
  position: relative;
  bottom: 30px;
  -webkit-box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
  border-bottom: 2px solid;
}

/******** software-testi ********/
.testi-slider .soft-testi-box {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, transparent 75%, transparent, transparent 75%, transparent);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}

.testi-slider .soft-testi-icon i {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  width: 56px;
  height: 56px;
  display: inline-block;
  text-align: center;
  line-height: 56px;
}

.client-slider .tns-outer .tns-nav {
  margin-top: 50px;
  text-align: center;
}

.tns-outer .tns-nav button {
  height: 7px;
  width: 20px !important;
  border-radius: 30px;
  margin: 0 6px;
  padding: 0;
  border: none;
  background-color: #6c757d;
  opacity: 0.5;
}

.tns-outer .tns-nav button.tns-nav-active {
  opacity: 1;
}

.tns-outer .tns-nav button:focus {
  outline: none;
}

/******** software-pricing ********/
.soft-pricing-price h5 {
  height: 94px;
  width: 94px;
  line-height: 94px;
  display: inline-block;
  border-radius: 50%;
}

/********* Responsive ***********/
@media (min-width: 200px) and (max-width: 768px) {
  .bg-home, .bg-home-software {
    padding: 150px 0px 120px 0px;
  }
  .home-title h1,
  .startup-home-title h1,
  .soft-home-title h2,
  .agency-home-title h1,
  .busi-home-title h2 {
    font-size: 36px;
  }
}

/********** App-home ***********/
.bg-home-app {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#292E49), to(#536976));
  background: linear-gradient(to right, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.app-home-title h1 {
  line-height: 1.4;
}

.bg-app-overlay {
  position: absolute;
  background: url("../images/bg-app-overlay.png");
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

/********** App-features ***********/
.app-features-box {
  -webkit-box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}

.app-border-right {
  border-right: 3px solid;
}

.app-border-left {
  border-left: 3px solid;
}

.arrow-right {
  position: absolute;
  right: 1px;
  border-left: 14px solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.arrow-left {
  position: absolute;
  left: 1px;
  border-right: 14px solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.bg-app-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#292E49), to(#6c757d));
  background: linear-gradient(to right, #292E49, #6c757d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/********** App-screenshot *********/
.screenshot-item {
  padding: 0 15px;
}

.screenshot-img {
  border: 10px solid #fff;
  display: block;
  -webkit-box-shadow: 0 1px 15px rgba(124, 139, 173, 0.35);
          box-shadow: 0 1px 15px rgba(124, 139, 173, 0.35);
}

.screenshot-demo-slider .tns-outer .tns-nav {
  margin-top: 8px;
  text-align: center;
}

.screenshot-slider .tns-item {
  padding: 0 !important;
}

.mfp-arrow {
  background-color: transparent;
  outline: none !important;
}

/********** App-testi *********/
.app-testi-icon i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(19, 206, 103, 0.5);
  border-radius: 50%;
}

.testimonial-slider .tns-outer .tns-nav {
  text-align: center;
}

/********** App-team *********/
.app-team-box {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}

.app-team-box:hover .app-team-overlay {
  opacity: 1;
  visibility: visible;
}

.app-team-box:hover .app-team-content {
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 1;
}

.app-team-box-img > img {
  width: 100%;
  border-radius: 6px;
}

.app-team-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 8px;
}

.app-team-content {
  position: absolute;
  bottom: -60px;
  left: 0px;
  right: 0px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}

.app-team-social-icon a {
  height: 35px;
  width: 35px;
  display: inline-block;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.app-team-social-icon a:hover {
  border: 1px solid;
}

/********** App-team *********/
.app-pricing-table {
  -webkit-box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}

/********* Responsive ***********/
@media (min-width: 200px) and (max-width: 768px) {
  .bg-home-app {
    height: auto;
  }
  .arrow-left,
  .arrow-right {
    display: none;
  }
  .app-home-title h1 {
    font-size: 30px;
  }
}

/* Theme Name: Zairo - Responsive bootsrap 5 Landing Page Template
   Author: Coderthemes
   File Description: Default template color
*/
.text-custom,
.btn-outline,
.open > .dropdown-toggle.btn-primary,
.btn-white,
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.open > .dropdown-toggle.btn-outline-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.open > .dropdown-toggle.btn-white,
.navbar-btn,
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active,
.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active,
.busi-team-icons li a:hover {
  color: #13ce67;
}

.bg-custom,
.btn-primary,
.navbar-btn:hover,
.play-icon,
.container-filter li a:hover,
.container-filter li a.active,
.busi-container-filter li a:hover,
.busi-container-filter li a.active,
.footer-startup .footer-icons li a:hover,
.app-team-social-icon a:hover {
  background: #13ce67;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.open > .dropdown-toggle.btn-primary,
.container-filter li a:hover,
.container-filter li a.active,
.footer-startup .footer-icons li a:hover,
.busi-container-filter li a:hover,
.busi-container-filter li a.active,
.app-team-social-icon a:hover {
  border-color: #13ce67;
}

.app-border-right {
  border-right: 3px solid #13ce67;
}

.app-border-left {
  border-left: 3px solid #13ce67;
}

.arrow-right {
  border-left: 14px solid #13ce67;
}

.arrow-left {
  border-right: 14px solid #13ce67;
}

.startup-pricing-table-active {
  border: 2px solid rgba(19, 206, 103, 0.4);
  border-top: 16px solid rgba(19, 206, 103, 0.4);
}

.soft-team-content {
  border-bottom: 2px solid #13ce67;
}

.navbar-btn {
  background-color: rgba(19, 206, 103, 0.2);
}

.feautures-icon i,
.app-testi-icon i,
.services-icon:after,
.busi-services-icon i {
  background: #dafce9;
}

.testi-icon i {
  color: #dafce9;
}

.btn-primary {
  border-bottom: 3px solid #11b75b;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.open > .dropdown-toggle.btn-primary {
  background-color: #10ad57;
  border-color: #10ad57;
  border-bottom-color: #0f9f50;
}

.spinner {
  border-left: 5px solid #13ce67;
}
