/*---------------------------------------
colors

    theme-bluel: #6bcffd
    theme-bluel2: #3bc0fd
    theme-bluel3: #22adec
    theme-bluel4: #0c98d8
    theme-grey: #e4e4e4
    theme-white: #ffffff
    theme-black: #231f20

----------------------------------------*/
/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

/*---------------------------------------------------
Mixins important
----------------------------------------------------*/
/*---------------------------------------
base css styles
----------------------------------------*/
@-webkit-keyframes argh-my-eyes {
  0% {
    background-color: #000;
    color: #fff;
  }
  49% {
    background-color: #000;
    color: #fff;
  }
  50% {
    background-color: #0c98d8;
    color: #fff;
  }
  99% {
    background-color: #0c98d8;
    color: #fff;
  }
  100% {
    background-color: #000;
    color: #fff;
  }
}

@keyframes argh-my-eyes {
  0% {
    background-color: #000;
    color: #fff;
  }
  49% {
    background-color: #000;
    color: #fff;
  }
  50% {
    background-color: #0c98d8;
    color: #fff;
  }
  99% {
    background-color: #0c98d8;
    color: #fff;
  }
  100% {
    background-color: #000;
    color: #fff;
  }
}

.btn-back-animated {
  -webkit-animation: argh-my-eyes 3s infinite;
  animation: argh-my-eyes 3s infinite;
}

/*---------------------------------------
base css styles
----------------------------------------*/
body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2C2C2C;
  overflow-x: hidden;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

h1, .h1 {
  font-size: 36px;
  line-height: 40px;
  display: block;
  width: 100%;
}

h2, .h2 {
  font-size: 30px;
  line-height: 34px;
  display: block;
  width: 100%;
}

h3, .h3 {
  font-size: 26px;
  line-height: 30px;
  display: block;
  width: 100%;
}

h4, .h4 {
  font-size: 20px;
  line-height: 24px;
  display: block;
  width: 100%;
}

p {
  color: #000;
  font-size: 16px;
}

.center-block {
  margin: 0px auto;
  text-align: center;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.bg-white {
  background: #ffffff;
}

/*--------------
Sections
---------------*/
section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

section .section-title {
  display: block;
  width: 100%;
  font-weight: 100;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

section .section-title strong {
  font-weight: 900;
}

section .section-title-sm {
  display: block;
  width: 100%;
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

section .section-title-sm strong {
  font-weight: 900;
}

/*-------------------------------------------------------
Why choose us
-------------------------------------------------------*/
.whyChooseUs {
  background-color: #2C2C2C;
  color: #ffffff;
}

.whyChooseUs .top-box p {
  color: #ffffff;
  font-size: 16px;
}

.whyChooseUs .why-box {
  margin-bottom: 10px;
}

.whyChooseUs .why-box .h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 5px;
  font-size: 24px;
  line-height: 28px;
}

.whyChooseUs .why-box p {
  color: #ffffff;
  line-height: 26px;
  text-align: justify;
  margin: 0 5px 10px 5px;
}

.whyChooseUs .btn-theme {
  background: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  text-decoration: none;
  outline: none;
  margin: 10px 0 10px 0;
  padding: 5px 0 5px 10px;
  border-radius: 0;
  font-size: 14px;
}

.whyChooseUs .btn-theme span.left {
  color: #2C2C2C;
}

.whyChooseUs .btn-theme span.right {
  padding: 5px 10px;
  margin-left: 10px;
}

.whyChooseUs .btn-theme span.right i {
  color: #2C2C2C;
}

.whyChooseUs .btn-theme:hover, .whyChooseUs .btn-theme:focus {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.whyChooseUs .btn-theme:hover span.left, .whyChooseUs .btn-theme:focus span.left {
  color: #ffffff;
}

.whyChooseUs .btn-theme:hover span.right, .whyChooseUs .btn-theme:focus span.right {
  padding: 5px 10px;
  background-color: #ffffff;
  margin-left: 10px;
}

.whyChooseUs .btn-rounded {
  font-family: 'Nunito Sans', sans-serif;
  text-transform: capitalize;
  background: #febc1f;
  margin-top: 20px;
  color: #fff;
  font-family: inherit;
  color: #fff;
  border: 1px solid #febc1f;
  border-radius: 25px;
  padding: 8px 25px;
}

.whyChooseUs .btn-rounded:hover, .whyChooseUs .btn-rounded:focus {
  background: transparent;
  color: #febc1f;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*-------------------------------------------------------
home content area 1
-------------------------------------------------------*/
.content1 {
  background: #f1f7fb;
  background-position: 220%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 80px 0;
  color: #2C2C2C;
}

.content1 .section-title {
  margin-top: 20px;
  line-height: 34px;
}

.content1 p {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.content1 .btn-rounded {
  font-family: 'Nunito Sans', sans-serif;
  text-transform: capitalize;
  background: #17c4bc;
  color: #fff;
  font-family: inherit;
  color: #fff;
  border: 1px solid #17c4bc;
  border-radius: 25px;
  padding: 8px 25px;
}

.content1 .btn-rounded:hover, .content1 .btn-rounded:focus {
  background: transparent;
  color: #17c4bc;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*-------------------------------------------------------
what we offer
-------------------------------------------------------*/
.what-we-offer {
  background: #2C2C2C;
  padding: 80px 0;
  color: #ffffff;
}

.what-we-offer .section-title {
  line-height: 34px;
}

.what-we-offer .h3 {
  font-weight: 100;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 10px 5px;
  font-size: 24px;
  display: block;
  line-height: 28px;
}

.what-we-offer .h3 strong {
  font-weight: 900;
}

.what-we-offer p {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.what-we-offer .btn-theme {
  background: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  text-decoration: none;
  outline: none;
  margin: 10px 0 10px 0;
  padding: 5px 0 5px 10px;
  border-radius: 0;
  font-size: 14px;
}

.what-we-offer .btn-theme span.left {
  color: #2C2C2C;
}

.what-we-offer .btn-theme span.right {
  padding: 5px 10px;
  margin-left: 10px;
}

.what-we-offer .btn-theme span.right i {
  color: #2C2C2C;
}

.what-we-offer .btn-theme:hover, .what-we-offer .btn-theme:focus {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.what-we-offer .btn-theme:hover span.left, .what-we-offer .btn-theme:focus span.left {
  color: #ffffff;
}

.what-we-offer .btn-theme:hover span.right, .what-we-offer .btn-theme:focus span.right {
  padding: 5px 10px;
  background-color: #ffffff;
  margin-left: 10px;
}

/*-------------------------------------------------------
home how it works
-------------------------------------------------------*/
.how-it-works {
  color: #ffffff;
  padding: 60px 10px;
  position: relative;
  overflow: hidden;
}

.how-it-works .section-title {
  line-height: 34px;
}

.how-it-works hr {
  border-bottom: 2px solid #6bcffd;
  width: 80%;
}

.how-it-works p {
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 20px;
}

.how-it-works .btn-theme {
  background: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  text-decoration: none;
  outline: none;
  margin: 10px 0 10px 0;
  padding: 5px 0 5px 10px;
  border-radius: 0;
  font-size: 14px;
}

.how-it-works .btn-theme span.left {
  color: #2C2C2C;
}

.how-it-works .btn-theme span.right {
  padding: 5px 10px;
  background-color: #2C2C2C;
  margin-left: 10px;
}

.how-it-works .btn-theme span.right i {
  color: #ffffff;
}

.how-it-works .btn-theme:hover, .how-it-works .btn-theme:focus {
  background: #2C2C2C;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.how-it-works .btn-theme:hover span.left, .how-it-works .btn-theme:focus span.left {
  color: #ffffff;
}

.how-it-works .btn-theme:hover span.right, .how-it-works .btn-theme:focus span.right {
  padding: 5px 10px;
  background-color: #ffffff;
  margin-left: 10px;
}

.how-it-works .btn-theme:hover span.right i, .how-it-works .btn-theme:focus span.right i {
  color: #2C2C2C;
}

.how-it-works .process-box {
  margin-bottom: 10px;
}

.how-it-works .process-box .process-img {
  padding: 10px;
}

.how-it-works .process-box hr {
  width: 40%;
  margin: 0;
}

.how-it-works .process-box .process-desc {
  padding: 20px 10px;
}

.how-it-works .process-box .process-desc p {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.how-it-works .right-icon:after {
  content: url("../images/icons/right-icon.png");
  position: absolute;
  top: 40%;
  right: -20px;
}

@media only screen and (max-width: 400px) {
  .how-it-works .right-icon:after {
    content: unset;
  }
}

/*-------------------------------------------------------
home content area 2
-------------------------------------------------------*/
.content2 {
  background: #f1f7fb;
  background-size: cover;
  background-repeat: no-repeat;
  color: #2C2C2C;
}

.content2 .section-title {
  font-size: 26px;
  line-height: 36px;
}

.content2 .btn-theme {
  text-transform: capitalize;
  font-weight: 400;
  text-decoration: none;
  outline: none;
  margin: 10px 0 10px 0;
  padding: 5px 0 5px 10px;
  border-radius: 0;
  font-size: 14px;
}

.content2 .btn-theme span.left {
  color: #ffffff;
}

.content2 .btn-theme span.right {
  padding: 5px 10px;
  background-color: #2C2C2C;
  margin-left: 10px;
}

.content2 .btn-theme span.right i {
  color: #ffffff;
}

.content2 .btn-theme:hover, .content2 .btn-theme:focus {
  background: #2C2C2C;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.content2 .btn-theme:hover span.left, .content2 .btn-theme:focus span.left {
  color: #ffffff;
}

.content2 .btn-theme:hover span.right, .content2 .btn-theme:focus span.right {
  padding: 5px 10px;
  margin-left: 10px;
}

.content2 .btn-theme:hover span.right i, .content2 .btn-theme:focus span.right i {
  color: #2C2C2C;
}

.content2 .btn-rounded {
  font-family: 'Nunito Sans', sans-serif;
  text-transform: capitalize;
  background: #febc1f;
  margin-top: 20px;
  color: #fff;
  font-family: inherit;
  color: #fff;
  border: 1px solid #febc1f;
  border-radius: 25px;
  padding: 8px 25px;
}

.content2 .btn-rounded:hover, .content2 .btn-rounded:focus {
  background: transparent;
  color: #febc1f;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*-------------------------------------------------------
home sample section
-------------------------------------------------------*/
.sample-home {
  background: #6bcffd;
  color: #ffffff;
}

.sample-home .sample-box {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}

.sample-home .sample-box .sample-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.sample-home .sample-box .sample-overlay .btn-view {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  position: absolute;
  left: 32%;
  top: 44%;
  border-radius: 0;
  padding: 8px 15px;
}

.sample-home .sample-box .sample-overlay .btn-view:hover, .sample-home .sample-box .sample-overlay .btn-view:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #2C2C2C;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sample-home .sample-box:hover .sample-overlay, .sample-home .sample-box:focus .sample-overlay {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sample-home .btn-rounded {
  font-family: 'Nunito Sans', sans-serif;
  text-transform: capitalize;
  background: #febc1f;
  margin-top: 20px;
  color: #fff;
  font-family: inherit;
  color: #fff;
  border: 1px solid #febc1f;
  border-radius: 25px;
  padding: 8px 25px;
}

.sample-home .btn-rounded:hover, .sample-home .btn-rounded:focus {
  background: transparent;
  color: #febc1f;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*-------------------------------------------------------
home reviews section
-------------------------------------------------------*/
.home-reviews {
  padding: 40px 10px 0 10px;
  background: #f1f7fb;
}

.home-reviews .review-box {
  position: relative;
  overflow: hidden;
}

.home-reviews .review-box .count-customers {
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
}

.home-reviews .review-box .section-title {
  font-size: 40px;
  line-height: 50px;
}

.home-reviews .review-box .review-slider {
  position: relative;
  overflow: hidden;
}

.home-reviews .review-box .review-slider .review .review-desc {
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
  color: #2C2C2C;
}

.home-reviews .review-box .review-slider .review .review-author {
  text-transform: uppercase;
}

.home-reviews .review-box .review-slider-cntrls {
  margin-top: 15px;
  margin-bottom: 15px;
}

.home-reviews .review-box .review-slider-cntrls button {
  background: #2C2C2C;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-reviews .review-box .review-slider-cntrls button:first-child {
  margin-right: 5px;
}

/*-------------------------------------------------------
home newsletter signup
-------------------------------------------------------*/
.newsletter {
  padding: 0;
}

.newsletter .icon-bg {
  padding: 15px;
  background: #2C2C2C;
}

.newsletter .section-title {
  color: #ffffff;
  padding: 7px 0 7px 0;
  margin: 0;
  font-size: 34px;
  line-height: 50px;
}

.newsletter .newsletter-disclaimer {
  background: #ffffff;
  color: #2C2C2C;
}

.newsletter .newsletter-disclaimer p {
  margin-bottom: 0;
  font-size: 14px;
  padding: 10px;
}

.newsletter form input {
  min-height: 65px;
  padding: 15px;
  color: #ffffff;
  background: #5ac0ef;
}

.newsletter form input::-webkit-input-placeholder {
  color: #ffffff;
}

.newsletter form input:-ms-input-placeholder {
  color: #ffffff;
}

.newsletter form input::-ms-input-placeholder {
  color: #ffffff;
}

.newsletter form input::placeholder {
  color: #ffffff;
}

.newsletter form button {
  min-height: 65px;
  background: #2C2C2C;
  color: #ffffff;
  margin-bottom: 0;
  border: 1px solid #2C2C2C;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

/*-------------------------------------------------------
Faq's section
-------------------------------------------------------*/
.faqs {
  padding: 50px 0;
}

.faqs #accordion .card-header {
  padding: 10px;
}

.faqs #accordion .card-header button {
  color: #2C2C2C;
  display: block;
  width: 100%;
  text-align: left;
}

.faqs #accordion .card-header button:hover, .faqs #accordion .card-header button:focus {
  text-decoration: none;
}

/*-------------------------------------------------------
call to action
-------------------------------------------------------*/
.call-to-action {
  padding: 50px 0;
  background: #fed061;
}

.call-to-action .btn-rounded {
  font-family: 'Nunito Sans', sans-serif;
  text-transform: capitalize;
  background: #1dc6bc;
  margin-top: 20px;
  color: #fff !important;
  font-family: inherit;
  border: 1px solid #1dc6bc;
  border-radius: 25px;
  padding: 8px 25px;
}

.call-to-action .btn-rounded:hover, .call-to-action .btn-rounded:focus {
  background: transparent;
  color: #1dc6bc;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*-------------------------------------------------------
theme footer
-------------------------------------------------------*/
.footer-top {
  background: #2C2C2C;
  padding-top: 50px;
}

footer {
  padding: 50px 10px 0 10px;
  background: #2C2C2C;
  color: #ffffff;
}

footer .list-heading {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
}

footer .list-footer li a {
  text-transform: capitalize;
  text-decoration: none;
  outline: none;
  color: #ffffff;
  font-size: 14px;
}

footer .list-footer li a i {
  margin-right: 5px;
}

footer .list-footer li a:hover, footer .list-footer li a:focus {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .copy-rights {
  padding: 10px 0;
}

footer .copy-rights hr {
  border-bottom: 1px solid #555555;
}

footer .copy-rights .text-copy {
  color: #555555;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}

footer .copy-rights .list-policy {
  margin-bottom: 0;
}

footer .copy-rights .list-policy li {
  margin-right: 10px;
  line-height: 26px;
}

footer .copy-rights .list-policy li a {
  text-decoration: none;
  outline: none;
  font-size: 14px;
  color: #ffffff;
}

footer .copy-rights .list-policy li a:hover, footer .copy-rights .list-policy li a:focus {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*-------------------------------------------------------
home banner
-------------------------------------------------------*/
.home-banner {
  padding: 5px 10px 30px 10px;
  background: url("../images/bg/banner-home.png");
  background-size: cover;
  background-position: center;
}

.home-banner .banner-slider {
  position: relative;
  overflow: hidden;
}

.home-banner .banner-slider .banner-slide {
  padding: 10px 0;
}

.home-banner .banner-slider .banner-slide .leading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
}

.home-banner .banner-slider .banner-slide .sub-leading {
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.home-banner .banner-slider .banner-slide h3 .sub-leading {
  margin-bottom: 0;
}

.home-banner .banner-slider .banner-slide p, .home-banner .banner-slider .banner-slide .h3 {
  font-size: 16px;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
}

.home-banner .banner-slider .banner-slide .btn-theme {
  background: #2C2C2C;
  text-transform: capitalize;
  font-weight: 400;
  text-decoration: none;
  outline: none;
  margin: 10px 0 10px 0;
  padding: 5px 0 5px 10px;
  border-radius: 0;
  font-size: 14px;
  font-size: 18px;
  margin-bottom: 20px;
}

.home-banner .banner-slider .banner-slide .btn-theme span.left {
  color: #ffffff;
}

.home-banner .banner-slider .banner-slide .btn-theme span.right {
  padding: 5px 10px;
  margin-left: 10px;
}

.home-banner .banner-slider .banner-slide .btn-theme span.right i {
  color: #2C2C2C;
}

.home-banner .banner-slider .banner-slide .btn-theme:hover, .home-banner .banner-slider .banner-slide .btn-theme:focus {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.home-banner .banner-slider .banner-slide .btn-theme:hover span.left, .home-banner .banner-slider .banner-slide .btn-theme:focus span.left {
  color: #ffffff;
}

.home-banner .banner-slider .banner-slide .btn-theme:hover span.right, .home-banner .banner-slider .banner-slide .btn-theme:focus span.right {
  padding: 5px 10px;
  background-color: #2C2C2C;
  margin-left: 10px;
}

.home-banner .banner-slider-controls {
  margin-top: 15px;
  margin-bottom: 20px;
}

.home-banner .banner-slider-controls button {
  background: #2C2C2C;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-banner .banner-slider-controls button:first-child {
  margin-right: 5px;
}

.inner-banner {
  padding: 30px 10px 30px 10px;
  background: #17C4BC url("/assets/images/bg/home_software_pattern.png");
  background-repeat: repeat;
}

.inner-banner .top-menu .list-top-menu a:not(.btn-outline) {
  color: #2C2C2C;
}

.inner-banner .top-menu .btn-outline {
  color: #2C2C2C;
  border: 1px solid #2C2C2C;
}

.inner-banner .top-menu .btn-outline:hover, .inner-banner .top-menu .btn-outline:focus {
  background: #2C2C2C;
  color: #ffffff;
}

.inner-banner header {
  margin: 10px 0 0 0;
}

.inner-banner .inner-pageName {
  padding: 10px;
}

.inner-banner .inner-pageName .pageName {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  width: 100%;
}

.inner-carousel {
  background: url("../images/bg/banner-inner.png");
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}

.inner-carousel .heading {
  font-size: 46px;
  line-height: 56px;
  display: block;
  width: 100%;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.inner-carousel p {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 20px;
}

.inner-carousel .price-starts {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  color: #ffffff;
  margin-right: 10px;
}

.inner-carousel .btn-theme {
  background: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  text-decoration: none;
  outline: none;
  margin: 10px 0 10px 0;
  padding: 5px 0 5px 10px;
  border-radius: 0;
  font-size: 14px;
  font-size: 22px;
}

.inner-carousel .btn-theme span.left {
  color: #2C2C2C;
}

.inner-carousel .btn-theme span.right {
  padding: 5px 10px;
  background-color: #2C2C2C;
  margin-left: 10px;
}

.inner-carousel .btn-theme span.right i {
  color: #ffffff;
}

.inner-carousel .btn-theme:hover, .inner-carousel .btn-theme:focus {
  background: #2C2C2C;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-carousel .btn-theme:hover span.left, .inner-carousel .btn-theme:focus span.left {
  color: #ffffff;
}

.inner-carousel .btn-theme:hover span.right, .inner-carousel .btn-theme:focus span.right {
  padding: 5px 10px;
  background-color: #ffffff;
  margin-left: 10px;
}

.inner-carousel .btn-theme:hover span.right i, .inner-carousel .btn-theme:focus span.right i {
  color: #2C2C2C;
}

/*-------------------------------------------------------
top-menu
-------------------------------------------------------*/
.top-menu {
  background-color: #2C2C2C;
}

.top-menu p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.top-menu .list-top-menu {
  margin-bottom: 0;
}

.top-menu .list-top-menu a:not(.btn-outline) {
  font-size: 14px;
  color: #ffffff;
  padding: 10px 0;
  text-decoration: none;
  outline: none;
}

.top-menu .list-top-menu a:not(.btn-outline):hover, .top-menu .list-top-menu a:not(.btn-outline):focus {
  color: #6bcffd;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-menu .btn-outline {
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  padding: 5px 10px;
  font-weight: 400;
  border-radius: 0;
  outline: none;
}

.top-menu .btn-outline:hover, .top-menu .btn-outline:focus {
  color: #6bcffd;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*-------------------------------------------------------
main navigation
-------------------------------------------------------*/
header nav.navbar {
  min-height: 79px;
  background: #ffffff;
  padding: 0;
}

header nav.navbar .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header nav.navbar .navbar-brand {
  padding: 0px 10px;
}

header nav.navbar .navbar-nav li:last-child a.nav-link {
  background: #2C2C2C;
  color: #ffffff;
}

header nav.navbar .navbar-nav li a.nav-link {
  color: #2C2C2C;
  font-size: 14px;
  padding: 30px 15px;
}

header nav.navbar .navbar-nav li a.nav-link:hover, header nav.navbar .navbar-nav li a.nav-link:focus {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header nav.navbar .navbar-nav li.dropdown:hover > .dropdown-menu {
  display: block;
}

header nav.navbar .navbar-nav li.active a.nav-link {
  color: #ffffff;
}

/*-------------------------------------------------------
inner page content area
-------------------------------------------------------*/
.content-services p, .content-services ul {
  font-size: 20px;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
}

.content-services .btn-rounded {
  font-family: 'Nunito Sans', sans-serif;
  text-transform: capitalize;
  background: #febc1f;
  margin-top: 20px;
  color: #fff;
  font-family: inherit;
  color: #fff;
  border: 1px solid #febc1f;
  border-radius: 25px;
  padding: 8px 25px;
}

.content-services .btn-rounded:hover, .content-services .btn-rounded:focus {
  background: transparent;
  color: #febc1f;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.color-red {
  color: #ff7e00;
}

/*-------------------------------------------------------
pricing section
-------------------------------------------------------*/
.pricing {
  padding: 30px 10px;
}

.pricing .pricing-controls ul.nav li.nav-item p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 900;
  margin-right: 20px;
}

.pricing .pricing-controls ul.nav li.nav-item a.nav-link {
  text-transform: capitalize;
  min-width: 40px;
  background-color: #2C2C2C;
  color: #ffffff;
  border-radius: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pricing .pricing-controls ul.nav li.nav-item a.nav-link.active {
  color: #ffffff;
}

.pricing .pricing-controls ul.nav li.nav-item a.nav-link:hover, .pricing .pricing-controls ul.nav li.nav-item a.nav-link:focus {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing .pricing-table {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 5px #eee;
          box-shadow: 0px 0px 5px 5px #eee;
  border: 1px solid #d5d0cd;
  margin: 10px 0px;
}

.pricing .pricing-table .pricing-head {
  padding: 20px;
  border-bottom: 1px solid #d5d0cd;
}

.pricing .pricing-table .pricing-head .heading {
  font-size: 22px;
  line-height: 32px;
  font-weight: 900;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  margin-bottom: 10px;
  color: #2C2C2C;
  display: block;
  width: 100%;
}

.pricing .pricing-table .pricing-head p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #767676;
  line-height: 22px;
  padding: 0;
}

.pricing .pricing-table .pricing-head .price {
  display: block;
  width: 100%;
  font-size: 46px;
  font-weight: 900;
  color: #17c4bc;
  margin-bottom: 20px;
}

.pricing .pricing-table .pricing-head .price sup {
  font-size: 65%;
}

.pricing .pricing-table .pricing-head .btn-theme {
  background: #2C2C2C;
  text-transform: capitalize;
  font-weight: 400;
  text-decoration: none;
  outline: none;
  margin: 10px 0 10px 0;
  padding: 5px 0 5px 10px;
  border-radius: 0;
  font-size: 14px;
  font-size: 22px;
}

.pricing .pricing-table .pricing-head .btn-theme span.left {
  color: #ffffff;
}

.pricing .pricing-table .pricing-head .btn-theme span.right {
  padding: 5px 10px;
  margin-left: 10px;
}

.pricing .pricing-table .pricing-head .btn-theme span.right i {
  color: #2C2C2C;
}

.pricing .pricing-table .pricing-head .btn-theme:hover, .pricing .pricing-table .pricing-head .btn-theme:focus {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing .pricing-table .pricing-head .btn-theme:hover span.left, .pricing .pricing-table .pricing-head .btn-theme:focus span.left {
  color: #ffffff;
}

.pricing .pricing-table .pricing-head .btn-theme:hover span.right, .pricing .pricing-table .pricing-head .btn-theme:focus span.right {
  padding: 5px 10px;
  background-color: #2C2C2C;
  margin-left: 10px;
}

.pricing .pricing-table .pricing-head .btn-rounded {
  font-family: 'Nunito Sans', sans-serif;
  text-transform: capitalize;
  background: #febc1f;
  margin-top: 20px;
  color: #fff;
  font-family: inherit;
  color: #fff;
  border: 1px solid #febc1f;
  border-radius: 25px;
  padding: 8px 25px;
}

.pricing .pricing-table .pricing-head .btn-rounded:hover, .pricing .pricing-table .pricing-head .btn-rounded:focus {
  background: transparent;
  color: #febc1f;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing .pricing-table .pricing-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.pricing .pricing-table .pricing-body ul li {
  padding: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  border-bottom: 1px solid #d5d0cd;
}

.pricing .pricing-table .pricing-body ul li:last-child {
  border-bottom: none;
}

.pricing .pricing-table .pricing-body ul li:nth-child(odd) {
  background: #f6f7fa;
}

.pricing .pricing-table .pricing-body ul li:nth-child(even) {
  background: #ffffff;
}

.pricing .pricing-table .pricing-body ul li:hover, .pricing .pricing-table .pricing-body ul li:focus {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  border: 1px solid #000;
}

/*-------------------------------------------------------
sitemap page
-------------------------------------------------------*/
.sitemap .sitemap-heading {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 20px;
  display: block;
  width: 100%;
}

.sitemap ul {
  font-size: 16px;
  margin-left: 1em;
}

.sitemap ul li {
  line-height: 22px;
}

.sitemap ul li i {
  color: #2C2C2C;
}

.sitemap ul li a {
  color: #2C2C2C;
  text-decoration: none;
}

.sitemap ul li a:hover, .sitemap ul li a:focus {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*-------------------------------------------------------
contact-us page
-------------------------------------------------------*/
.contact {
  background: #eee;
}

.contact label {
  font-weight: 900;
  text-transform: capitalize;
}

.contact .form-group {
  margin-bottom: 10px;
}

.contact form {
  margin-bottom: 20px;
}

.contact .contact-box {
  color: #ffffff;
  padding: 30px 15px;
}

.contact .contact-box .list-connect li {
  line-height: 36px;
}

.contact .contact-box .list-connect li a {
  color: #2C2C2C;
  font-size: 18px;
  text-decoration: none;
  outline: none;
}

.contact .contact-box .list-connect li a i {
  margin-right: 10px;
}

.contact .contact-box .list-connect li a:hover i, .contact .contact-box .list-connect li a:focus i {
  margin-right: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*-------------------------------------------------------
order page
-------------------------------------------------------*/
.order label {
  font-weight: 900;
  text-transform: capitalize;
}

.order label.input-radios {
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}

.order .form-group {
  margin-bottom: 10px;
}

.order .service-opt {
  background: #e4e4e4;
  padding: 5px 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.order .service-opt p {
  margin-bottom: 0;
}

.order .service-opth .heading {
  font-size: 30px;
  font-weight: 900;
}

/*-------------------------------------------------------
floating widget
-------------------------------------------------------*/
.floating-wpp {
  position: fixed;
  bottom: 15px;
  left: 15px;
  font-size: 14px;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.floating-wpp .floating-wpp-button {
  position: relative;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
          box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  cursor: pointer;
  overflow: hidden;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.floating-wpp:hover {
  bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
  -webkit-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
          box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
  /*border: 2px solid white;*/
  border-radius: 6px;
  background-color: #E5DDD5;
  color: #000;
  position: absolute;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
          box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
  width: 0px;
  height: 0px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
  transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
  padding: 0 12px 12px 12px;
  width: 260px;
  height: auto;
  bottom: 82px;
  opacity: 1;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
  background-color: white;
  padding: 8px;
  border-radius: 0px 5px 5px 5px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
  text-align: right;
  color: white;
  margin: 0 -15px 10px -15px;
  padding: 6px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
  background-color: white;
  margin: 10px -15px -15px -15px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px;
  margin: 10px 0;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
  resize: none;
}

.floating-wpp .floating-wpp-btn-send {
  margin-left: 12px;
  font-size: 0;
  cursor: pointer;
}
/*# sourceMappingURL=theme-styles.css.map */