@charset "UTF-8";
/*===================================================================================
 Theme Name: Barallax
 Description: One Page Parallax
 Author: Bull-Theme
 Version: 1.0.0
 Created: March 2020

 Main Color   : $main-color
 Main Font    : Roboto
===================================================================================*/
/*====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - General
    2.0 - Navbar
    3.0 - Home
    4.0 - About
    5.0 - Our Process
    6.0 - Portfolio
    7.0 - What we have achieved so far
    8.0 - Timeline
    9.0 - Team
   10.0 - Easy Pricing
   11.0 - Easy Pricing
   12.0 - Blog
   13.0 - Contact us
   14.0 - Footer
   15.0 - Responsive
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================*/
/* =============================================
    1.0 - General
============================================= */
::-webkit-scrollbar-track {
  background-color: #e9edf0;
  border-left: 1px solid #ededed;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #385aef;
}

::-webkit-scrollbar-thumb {
  background: #F24259;
}

::-moz-selection {
  background-color: #F24259;
}

::selection {
  background-color: #F24259;
}

::-moz-selection {
  color: #ffffff;
}

::selection {
  color: #ffffff;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #2b2b2b;
  font-weight: 300;
  line-height: 1.74;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.back-to-top {
  z-index: 500;
  width: 30px;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 16px;
  color: #fff !important;
  background-color: #111;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.back-to-top:before {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  position: absolute;
  bottom: -9px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.15);
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  border-radius: 50%;
}

.btn {
  padding: 0.8rem 2.2rem;
  font-weight: 500;
  border-width: 2px;
}

.text-custom {
  color: #F24259;
}

.btn-custom {
  color: #fff;
  background-color: #F24259;
  border-color: #F24259;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-custom:hover {
  color: #F24259;
  background-color: transparent;
  border-color: #F24259;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
}

/* =============================================
    2.0 - Navbar
============================================= */
.navbar-custom {
  min-height: 70px;
  width: 100%;
  background: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
.navbar-custom .navbar-nav .nav-link {
  color: #fff;
  margin: 0 7px;
}
.navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link:focus {
  color: #F24259;
}
.navbar-custom .navbar-nav .show > .nav-link,
.navbar-custom .navbar-nav .active > .nav-link,
.navbar-custom .navbar-nav .nav-link.show,
.navbar-custom .navbar-nav .nav-link.active {
  color: #F24259;
}
.navbar-custom.navbar-sticky {
  background: #111;
  position: fixed;
  top: -100px;
  left: 0;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition: transform 0.5s ease 0s;
  -webkit-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  -ms-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
.navbar-custom .navbar-toggler {
  color: #fff;
  border: transparent;
  font-size: 25px;
  min-height: 54px;
  min-width: 54px;
}

/* =============================================
    3.0 - Home
============================================= */
.full-home {
  min-height: 100vh;
  position: relative;
}
.full-home:before {
  content: "";
  background-color: #242a35;
  opacity: 0.7;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.half-home {
  min-height: 50vh;
  position: relative;
}
.half-home:before {
  content: "";
  background-color: #242a35;
  opacity: 0.2;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home-registration-form {
  background-color: #FFF;
  padding: 3rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.home-registration-form label {
  font-size: 13px;
}
.home-registration-form .form-control {
  border-width: 0 0 2px 0;
  padding-left: 0;
  padding-right: 0;
  height: 38px;
}

.home-small-title {
  text-transform: uppercase;
  letter-spacing: 12px;
}

/* =============================================
    4.0 - About
============================================= */
.service-box {
  margin-top: 0;
  margin-bottom: 0;
}
.service-box .item-number {
  margin-bottom: 1rem;
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #F24259;
}

.laptop-img {
  position: relative;
}

#laptop-slide {
  width: 483px;
  height: 302px;
  overflow: hidden;
  position: absolute;
  top: 129px;
  right: 208px;
}

/* =============================================
    5.0 - Our Process
============================================= */
.our-process {
  color: #fff;
}
.our-process:before {
  content: "";
  background-color: #F24259;
  opacity: 0.9;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.our-process .item img {
  width: 50%;
  position: absolute;
  right: -30%;
  top: 30%;
  z-index: 4;
}
.our-process .item img.to-botm {
  top: 15%;
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.our-process .item .icon {
  text-align: center;
  font-size: 3.75rem;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
}
.our-process .item .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -moz-transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
  -o-transform: scale(1.4, 1.4);
  -ms-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
  opacity: 0.05;
}

/* =============================================
    6.0 - Portfolio
============================================= */
.portfolio .filtering span {
  font-weight: 500;
  cursor: pointer;
  margin: 10px 4px;
  padding: 10px 0;
  display: inline-block;
}
.portfolio .filtering span:after {
  content: "/";
  margin: 0 10px;
  cursor: default;
  font-weight: 200;
}
.portfolio .filtering span.active, .portfolio .filtering span:hover {
  color: #F24259;
}
.portfolio-item-inner {
  position: relative;
  overflow: hidden;
}
.portfolio-item-inner:hover .portfolio-item-content {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-item-inner:hover h6 {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-item-inner h6 {
  font-weight: 600;
  position: relative;
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.portfolio-item-inner a {
  line-height: 1;
  position: absolute;
  font-size: 30px;
  right: 15px;
  bottom: 15px;
}
.portfolio-item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  color: #35424C;
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  -moz-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/* =============================================
    7.0 - What we have achieved so far
============================================= */
.counter .item {
  background-color: #F24259;
  text-align: center;
  color: #fff;
  padding: 60px 15px;
  border-radius: 0.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.09);
}
.counter .item .icon {
  font-size: 3.75rem;
  margin-bottom: 1.5rem;
}
.counter .item h2 {
  font-size: 2.5rem;
  font-weight: 900;
}

/* =============================================
    8.0 - Timeline
============================================= */
.timeline-item {
  position: relative;
  padding-bottom: 310px;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
.timeline-item:last-child:before {
  display: none;
}
.timeline-item:nth-child(odd):before {
  content: url(../../images/shape/line-1.svg);
  position: absolute;
  top: 53%;
  left: 22%;
  z-index: -1;
}
.timeline-item:nth-child(even):before {
  content: url(../../images/shape/line-2.svg);
  position: absolute;
  top: 35%;
  right: 16%;
  z-index: -1;
}
.timeline-item ul {
  padding-left: 30px;
}
.timeline-item ul li {
  position: relative;
  margin-bottom: 15px;
}
.timeline-item ul li:last-child {
  margin-bottom: 0;
}
.timeline-item ul li:before {
  content: "";
  font-family: "Pe-icon-7-stroke";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #F24259;
  font-size: 20px;
  position: absolute;
  left: -30px;
  top: 4px;
}

/* =============================================
    9.0 - Team
============================================= */
.team-img {
  margin: 0 auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
}
.team-info h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px;
}
.team-info .social {
  margin-top: 15px;
}
.team-info .social a {
  margin: 0 5px;
  color: inherit;
  -moz-transition: color 0.1s ease 0s;
  -webkit-transition: color 0.1s ease 0s;
  -o-transition: color 0.1s ease 0s;
  -ms-transition: color 0.1s ease 0s;
  transition: color 0.1s ease 0s;
}
.team-info .social a:hover {
  color: #F24259;
}

/* =============================================
    10.0 - Easy Pricing
============================================= */
.price-plan .price-table {
  background-color: #fff;
  border-radius: 5px;
  padding: 3.15rem 2rem;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.price-plan .price-table .price-table-header {
  margin-bottom: 1.9rem;
}
.price-plan .price-table .price-table-header h2 {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 1.9rem;
  margin-bottom: 1.9rem;
  border-bottom: 1px solid #eee;
  position: relative;
}
.price-plan .price-table .price-table-header h2:before {
  content: "";
  background-color: #F24259;
  display: block;
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 70px;
  left: calc(50% - 35px);
}
.price-plan .price-table .price-table-header h3 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 0;
}
.price-plan .price-table .price-table-header h3 span {
  font-size: 1rem;
  margin-right: 0.32rem;
}
.price-plan .price-table .price-table-header p {
  font-size: 11px;
  font-weight: 500;
  margin-top: 5px;
  color: #F24259;
  display: inline-block;
  padding: 2px 15px;
  background-color: rgba(242, 66, 89, 0.1);
  border-radius: 30px;
}
.price-plan .price-table .price-table-body ul li {
  border-bottom: 2px dashed #eee;
  padding: 0.8rem 0;
}
.price-plan .price-table .price-table-footer {
  margin-top: 3rem;
}
.price-plan .price-table.active, .price-plan .price-table:hover {
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}

/* =============================================
    11.0 - Easy Pricing
============================================= */
.testimonials-quote {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  position: relative;
}
.testimonials-quote:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid rgba(0, 0, 0, 0.05);
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
}
.testimonials-img {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.testimonials-img .icon {
  width: 30px !important;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonials-img .icon.left-quote {
  left: -50px;
}
.testimonials-img .icon.right-quote {
  right: -50px;
}
.testimonials-author {
  margin: 0 auto;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}

/* =============================================
    12.0 - Blog
============================================= */
.blog-item {
  background-color: #f8f9fa;
}
.blog-img {
  position: relative;
  overflow: hidden;
}
.blog-img img {
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.blog-item:hover .blog-img img {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.blog-date {
  background-color: #F24259;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  font-size: 11px;
  font-weight: 700;
  padding: 10px;
  border-radius: 4px;
  right: 15px;
  top: 15px;
  z-index: 1;
  line-height: 1;
}
.blog-date span {
  display: block;
  font-size: 30px;
  font-weight: 900;
  padding: 10px 0;
}
.blog-info {
  padding: 50px 30px;
}
.blog-info h5 {
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 20px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.blog-info h5:hover {
  color: #F24259;
}
.blog-info .read-more {
  color: #F24259;
  font-size: 13px;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.blog-info .read-more span {
  margin-left: 5px;
  -moz-transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.blog-info .read-more:hover span {
  margin-left: 15px;
}
.blog-meta {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-meta a {
  margin-right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta a span {
  margin-right: 5px;
}
.blog-meta a:hover {
  color: #F24259;
}

/* =============================================
    13.0 - Contact us
============================================= */
.form-control {
  border-radius: 0;
  height: 50px;
  font-size: 14px;
}

/* =============================================
    14.0 - Footer
============================================= */
.footer {
  background-color: #111;
}
.footer ul.social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer ul.social li {
  margin: 5px;
}
.footer ul.social li a {
  background-color: rgba(255, 255, 255, 0.06);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer ul.social li a:hover {
  background-color: #F24259;
}

/* =============================================
    15.0 - Responsive
============================================= */
@media screen and (max-width: 1199px) {
  #laptop-slide {
    right: 118px;
  }
}
@media screen and (max-width: 991px) {
  #laptop-slide {
    width: 375px;
    height: 235px;
    top: 100px;
    right: 76px;
  }

  .timeline-item {
    padding-bottom: 100px;
  }
  .timeline-item:nth-child(odd):before, .timeline-item:nth-child(even):before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #laptop-slide {
    width: 277px;
    height: 175px;
    top: 75px;
    right: 56px;
  }

  .our-process .item img {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .laptop-img {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  #laptop-slide {
    width: 218px;
    height: 137px;
    top: 58px;
    right: 44px;
  }
}

/*# sourceMappingURL=skin-default.css.map */
