/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@media only screen and (max-width: 1000px) {
  /* line 6, ../sass/_screen.scss */
  .top-bar {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 11, ../sass/_screen.scss */
  .main .single-item .slick-next {
    right: 14% !important;
  }

  /* line 14, ../sass/_screen.scss */
  .mini-slider .slick-next {
    right: 12% !important;
  }

  /* line 17, ../sass/_screen.scss */
  .main .single-item img {
    height: 300px !important;
  }

  /* line 20, ../sass/_screen.scss */
  .txt-slider .discription h1 {
    font-size: 20px !important;
  }

  /* line 23, ../sass/_screen.scss */
  .txt-slider .discription p {
    font-size: 12px !important;
  }

  /* line 26, ../sass/_screen.scss */
  .header {
    height: 206px !important;
  }
}
@media (max-width: 600px) {
  /* line 31, ../sass/_screen.scss */
  .nav-p {
    padding-bottom: 10% !important;
  }
}
/* line 4, ../sass/app.scss */
body {
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  background: url("../images/transparent.jpg");
  background-size: cover;
}

/* line 10, ../sass/app.scss */
.page-p {
  padding: 8% 0;
}

/* line 13, ../sass/app.scss */
h2 {
  color: #016E8F;
  text-transform: uppercase;
}

/* line 17, ../sass/app.scss */
a {
  text-decoration: none !important;
}

/* line 24, ../sass/app.scss */
p {
  color: #77838f;
  line-height: 1.7;
}

/* line 33, ../sass/app.scss */
.main .single-item img {
  height: 678px;
  width: 100%;
}
/* line 38, ../sass/app.scss */
.main .single-item .slick-prev {
  z-index: 1;
  left: 1%;
}
/* line 41, ../sass/app.scss */
.main .single-item .slick-prev:hover {
  color: black;
  opacity: unset;
}
/* line 47, ../sass/app.scss */
.main .single-item .slick-next {
  right: 6%;
  z-index: 1;
}
/* line 52, ../sass/app.scss */
.main .single-item .slick-prev:before,
.main .single-item .slick-next:before {
  position: absolute;
  top: 280px;
  font-size: 50px;
  line-height: 1;
  color: black;
  opacity: .5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 65, ../sass/app.scss */
.txt-slider {
  position: relative;
}
/* line 68, ../sass/app.scss */
.txt-slider .discription {
  position: absolute;
  top: 38%;
  left: 10%;
}
/* line 72, ../sass/app.scss */
.txt-slider .discription h1 {
  color: #02ae70;
  text-transform: uppercase;
  font-size: 75px;
  font-weight: 800;
}
/* line 78, ../sass/app.scss */
.txt-slider .discription p {
  color: white;
  text-transform: uppercase;
  font-size: 25px;
}

/* line 119, ../sass/app.scss */
.btn_normal {
  position: relative;
  margin-top: 50px;
}

/* line 123, ../sass/app.scss */
.btn_normal {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #161616;
  background: #02ae70;
  text-align: center;
  padding: 21px 34px 18px 34px;
  text-transform: uppercase;
  min-width: 216px;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

/* line 136, ../sass/app.scss */
.btn_normal span.arrow_r {
  vertical-align: middle;
  filter: grayscale(0) brightness(0);
  -webkit-filter: grayscale(0) brightness(0);
}

/* line 141, ../sass/app.scss */
.btn_normal:active, .btn_normal:focus, .btn_normal:hover {
  color: #dedede;
}

/* line 144, ../sass/app.scss */
.btn_normal:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #111;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

/* line 156, ../sass/app.scss */
.btn_normal:hover:after {
  height: 100%;
  top: 0;
}

/* line 160, ../sass/app.scss */
.btn_normal span {
  position: relative;
  z-index: 2;
}

/* line 164, ../sass/app.scss */
.btn_normal:hover span {
  color: #dedede;
}

/* line 167, ../sass/app.scss */
.btn_normal .arrow_r {
  margin-top: -2px;
}

/* line 170, ../sass/app.scss */
.btn_normal.whitebt {
  background: #fff;
  color: #161616;
  margin-left: 10px;
}

/* line 175, ../sass/app.scss */
.btn_normal:hover .arrow_r {
  background-position: 0 -38px;
  filter: grayscale(1) brightness(1);
  -webkit-filter: grayscale(1) brightness(1);
  animation: alll;
  -webkit-animation: alll;
  transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
}

/* line 184, ../sass/app.scss */
.btn_normal span {
  position: relative;
  z-index: 2;
}

/*.arrow_r{
    vertical-align:middle;
    filter:grayscale(0) brightness(0);
    -webkit-filter:grayscale(0) brightness(0)
}
*/
/*.arrow_r{
    margin-top:-2px
}
*/
/* line 198, ../sass/app.scss */
.arrow_r {
  display: inline-block !important;
  vertical-align: baseline;
  margin-left: 8px !important;
  width: 22px !important;
  height: 12px !important;
  background: url(../../assets/images/sprite-icon.png) 0 0 no-repeat;
}

/* line 206, ../sass/app.scss */
.arrow_r {
  animation: 2s infinite arrowanim;
  -webkit-animation: 2s infinite arrowanim;
}

@keyframes arrowanim {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes arrowanim {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* line 232, ../sass/app.scss */
.nav-p {
  padding-bottom: 4%;
}

/* line 235, ../sass/app.scss */
.top-bar {
  position: absolute;
  top: 15px;
  right: 114px;
}

/* line 240, ../sass/app.scss */
.dropdown-menu {
  background-color: transparent;
  border: unset;
}

/* line 244, ../sass/app.scss */
.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin-left: 10px;
  background-color: #016E8F;
}

/* line 248, ../sass/app.scss */
.top-bar a {
  color: #fff;
  padding-left: 7px;
  font-size: 14px;
  text-decoration: none !important;
}

/* line 261, ../sass/app.scss */
.wondring_links {
  text-align: center;
  line-height: normal;
}

/* line 266, ../sass/app.scss */
.wondring_links ul li {
  display: inline-block;
  margin: 8px 5px;
}

/* line 271, ../sass/app.scss */
.wondring_links ul li a {
  font-size: 18px;
  min-width: 170px;
  border: solid 2px #02ae70;
  border-radius: 50px;
  padding: 8px 22px;
  color: #02ae70;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 285, ../sass/app.scss */
.wondring_links ul li a:before {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  background: red;
}

/* line 300, ../sass/app.scss */
.wondring_links ul li a:hover:before {
  width: 100%;
}

/* line 303, ../sass/app.scss */
.img-p {
  padding: 8% 0;
  position: relative;
}
/* line 307, ../sass/app.scss */
.img-p .text {
  position: absolute;
  top: 430px;
  left: 100px;
}
/* line 312, ../sass/app.scss */
.img-p .text h2 {
  color: #02ae70;
  font-size: 4rem;
}
/* line 316, ../sass/app.scss */
.img-p .text p {
  color: white;
  text-transform: uppercase;
}

/* line 322, ../sass/app.scss */
.in-sale {
  text-align: center;
  border: 1px solid #00000014;
  margin-bottom: 38px;
  background: white;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* line 327, ../sass/app.scss */
.in-sale:hover {
  opacity: 0.7;
}
/* line 331, ../sass/app.scss */
.in-sale p {
  height: 55px;
  overflow: hidden !important;
  font-size: 13px;
  font-weight: 400;
  color: #777;
  line-height: 16px;
  padding: 25px 10px;
}
/* line 340, ../sass/app.scss */
.in-sale .product-label {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  top: 10px;
  z-index: 3;
  right: 25px;
}
/* line 349, ../sass/app.scss */
.in-sale .product-label span {
  position: relative;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
}
/* line 359, ../sass/app.scss */
.in-sale .product-label .new-product-icon {
  background-color: #62b959;
  display: block;
  text-align: center;
}

/* line 370, ../sass/app.scss */
.wondring_links ul li a:hover {
  color: #fff;
  border-color: transparent;
}

/* line 375, ../sass/app.scss */
.wondring_links ul li a span {
  position: relative;
  z-index: 2;
}

/* line 379, ../sass/app.scss */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: black;
}

/* line 387, ../sass/app.scss */
.navbar a {
  color: white !important;
}

/* line 390, ../sass/app.scss */
.navbar-toggler {
  background-color: #FFFFFF !important;
}

/* line 393, ../sass/app.scss */
.navbar-toggler {
  border-color: #FFFFFF !important;
}

/* line 396, ../sass/app.scss */
.navbar-nav .active > .nav-link {
 
  color: red !important;
}

/* line 400, ../sass/app.scss */
.navbar-light .navbar-nav .nav-link:hover {
  color: red !important;
}

/* line 403, ../sass/app.scss */
.dropdown-item:hover {
  background: transparent;
  color: #02ae70 !important;
}

/* line 407, ../sass/app.scss */
.navbar ul li {
  padding-left: 15px;
  padding-left :0.5rem !important;
  padding-right :0.5rem !important;
  font-size: 15px!important;
}


/* line 412, ../sass/app.scss */
.btn.btn-soft-success {
  color: #00c9a7;
}

/* line 415, ../sass/app.scss */
.btn-pill {
  border-radius: 6.1875rem;
}

/* line 418, ../sass/app.scss */
.btn-xs {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.4375rem 1.9375rem;
}

/* line 423, ../sass/app.scss */
.btn-soft-success {
  color: #00c9a7;
  background: rgba(0, 201, 167, 0.1);
  border-color: transparent;
}

/* line 428, ../sass/app.scss */
.font-size-1 {
  font-size: 0.875rem;
  padding: 10% 0;
}

/* line 432, ../sass/app.scss */
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  font-size: 0.8175rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
}

/* line 438, ../sass/app.scss */
.btn.btn-soft-secondary {
  color: #77838f;
}
/* line 441, ../sass/app.scss */
.btn.btn-soft-secondary:hover {
  color: #fff;
  background: #77838f;
  box-shadow: 0 4px 11px rgba(119, 131, 143, 0.35);
}

/* line 447, ../sass/app.scss */
.btn-soft-secondary {
  color: #77838f;
  background: rgba(119, 131, 143, 0.1);
  border-color: transparent;
}

/* line 452, ../sass/app.scss */
.inner-page-p {
  background: url("../images/bg.png");
}

/* line 455, ../sass/app.scss */
.inner-page-p {
  padding: 8% 0 0 0;
}

/* line 458, ../sass/app.scss */
.upcoming-events {
  background-color: #fff;
  border: 1px solid #00000059;
  min-height: 300px;
  border-radius: 14px;
}
/* line 463, ../sass/app.scss */
.upcoming-events a {
  color: #1e2022;
  line-height: 2rem;
  font-weight: 600;
}
/* line 468, ../sass/app.scss */
.upcoming-events a:active {
  outline: none;
}
/* line 471, ../sass/app.scss */
.upcoming-events a:focus {
  outline: none;
}
/* line 475, ../sass/app.scss */
.upcoming-events .h5 {
  font-size: 1.25rem;
  padding-bottom: 10%;
  min-height: 114px;
}
/* line 480, ../sass/app.scss */
.upcoming-events .u-sm-avatar {
  width: 2rem;
  height: 2rem;
}
/* line 484, ../sass/app.scss */
.upcoming-events .card-footer {
  background: transparent;
  padding-left: 0;
  padding-top: 20%;
}
/* line 489, ../sass/app.scss */
.upcoming-events .card-body {
  padding: 2rem;
}

/* line 493, ../sass/app.scss */
.footer-bg {
  background: url("../images/footer.jpg");
  background-position: center;
}
/* line 497, ../sass/app.scss */
.footer-bg footer .space-2, .footer-bg footer .space-bottom-2 {
  padding: 4rem 15px !important;
}
/* line 501, ../sass/app.scss */
.footer-bg footer .list-group-item {
  padding-left: 0;
  border: none;
  font-size: 1.0rem;
}
/* line 506, ../sass/app.scss */
.footer-bg footer .list-group-item:hover {
  background: transparent;
}
/* line 511, ../sass/app.scss */
.footer-bg footer ul li {
  list-style: none;
  background: transparent;
  color: white;
}
/* line 515, ../sass/app.scss */
.footer-bg footer ul li a {
  background: transparent;
  color: white;
}
/* line 518, ../sass/app.scss */
.footer-bg footer ul li a:hover {
  color: red;
}
/* line 523, ../sass/app.scss */
.footer-bg footer h4 {
  font-weight: bold !important;
  font-size: 1.3rem !important;
  color: red;
}
/* line 529, ../sass/app.scss */
.footer-bg .f-txt {
  background: #000000eb;
  text-align: center;
}
/* line 532, ../sass/app.scss */
.footer-bg .f-txt p {
  color: red;
  padding: 30px 0;
  margin-bottom: 0;
}

/* line 539, ../sass/app.scss */
.w-clr {
  color: white;
}

/* line 542, ../sass/app.scss */
.bg-4 {
  background: linear-gradient(rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url("../images/4.png");
}
/* line 545, ../sass/app.scss */
.bg-4 h2 {
  color: white;
}
/* line 548, ../sass/app.scss */
.bg-4 .management {
  text-align: center;
}
/* line 551, ../sass/app.scss */
.bg-4 .management .icon {
  font-size: 80px;
  color: green;
  margin: 50px 0;
}
/* line 557, ../sass/app.scss */
.bg-4 .management h6 {
  font-size: 30px;
  padding-bottom: 20px;
  color: #02ae70;
}
/* line 563, ../sass/app.scss */
.bg-4 .management p {
  padding: 0 20px;
  color: white;
}

/* line 569, ../sass/app.scss */
.trust {
  background: url("../images/ribben_picture.png");
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 10% 0;
}
/* line 574, ../sass/app.scss */
.trust .trusted {
  text-align: center;
}
/* line 577, ../sass/app.scss */
.trust .trusted .ratio {
  color: #02ae70;
  font-size: 57px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 4px 0;
}
/* line 585, ../sass/app.scss */
.trust .trusted .icon {
  font-size: 80px;
  margin-right: 10px;
}
/* line 590, ../sass/app.scss */
.trust .trusted .t-p {
  font-size: 24px;
  font-weight: 700;
}
/* line 595, ../sass/app.scss */
.trust .txt {
  font-size: 22px;
}

/* line 599, ../sass/app.scss */
.feature {
  background: white;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
  padding: 10% 10% 6% 10%;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 139px;
}
/* line 606, ../sass/app.scss */
.feature .icon {
  margin-right: 30px;
  font-size: 35px;
  color: #00c9a7;
}
/* line 615, ../sass/app.scss */
.feature .media .media-body h4 {
  font-weight: 800;
}

/* line 622, ../sass/app.scss */
.mini-f {
  text-align: center;
  background: white;
  box-shadow: 0 0 0.7rem 0 rgba(175, 198, 224, 0.59);
  /* background: red; */
  border-radius: 27px;
  font-size: 0.6875rem;
  font-weight: 400;
  padding: 0.7375rem 0.9375rem;
  margin-top: 28px;
}
/* line 633, ../sass/app.scss */
.mini-f p {
  margin-bottom: 0;
}
/* line 637, ../sass/app.scss */
.mini-f .icon {
  color: #02ae70;
  margin-right: 5px;
  position: relative;
  top: 3px;
  font-size: 25px;
}

/* line 645, ../sass/app.scss */
.contact-us {
  background-position: center;
}
/* line 647, ../sass/app.scss */
.contact-us .form-control:focus {
  color: black;
  box-shadow: none;
  border-bottom: 1px solid #02ae70;
}
/* line 652, ../sass/app.scss */
.contact-us .form-group {
  position: relative;
}
/* line 655, ../sass/app.scss */
.contact-us .form-group .inner-icon {
  position: absolute;
  right: 5px;
  top: 30%;
  font-size: 18px;
  color: #00000030;
  opacity: 0.4;
}
/* line 663, ../sass/app.scss */
.contact-us .form-group ::placeholder {
  color: black;
  opacity: 1;
}
/* line 667, ../sass/app.scss */
.contact-us .form-group:-ms-input-placeholder {
  color: black;
}
/* line 670, ../sass/app.scss */
.contact-us .form-group::-ms-input-placeholder {
  color: black;
}
/* line 673, ../sass/app.scss */
.contact-us .form-control {
  padding: 10px 0;
  font-size: 12px;
  color: black;
  margin-bottom: 10px;
  border-color: #ced4da66;
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid black;
  line-height: 30px;
}

/* line 687, ../sass/app.scss */
.end-p h1 {
  text-align: center;
  font-weight: 800;
  font-size: 60px;
}
/* line 692, ../sass/app.scss */
.end-p .true {
  text-align: center;
  color: green;
  font-size: 130px;
}
/* line 697, ../sass/app.scss */
.end-p p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  padding-bottom: 150px;
}

/* line 705, ../sass/app.scss */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
/* line 718, ../sass/app.scss */
.float:hover {
  opacity: .7;
  color: white !important;
}

/* line 723, ../sass/app.scss */
.my-float {
  margin-top: 16px;
}

/* line 726, ../sass/app.scss */
::-webkit-scrollbar {
  width: 8px;
  height: 15px;
  min-height: 15px !important;
}

/* line 731, ../sass/app.scss */
::-webkit-scrollbar-thumb {
  background: #02ae70;
}

/* line 734, ../sass/app.scss */
::-webkit-scrollbar-track {
  width: 0;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 740, ../sass/app.scss */
.features {
  background: url("../images/bg-light.png");
  padding-top: 12%;
}
/* line 744, ../sass/app.scss */
.features .features-d h5 {
  text-align: left;
  padding-bottom: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 751, ../sass/app.scss */
.features .features-d ul {
  padding-left: 3px !important;
}
/* line 754, ../sass/app.scss */
.features .features-d ul li {
  list-style: none;
}
/* line 757, ../sass/app.scss */
.features .features-d ul li img {
  width: 17px;
  height: auto;
  margin-right: 7px;
}
/* line 764, ../sass/app.scss */
.features .features-d p {
  text-align: justify;
}
/* line 768, ../sass/app.scss */
.features hr {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
/* line 772, ../sass/app.scss */
.features .f-end {
  background-color: #016E8F;
  background-image: url("../images/features/bg.png");
  background-position: right;
  background-repeat: no-repeat;
  padding: 5% 0;
}
/* line 779, ../sass/app.scss */
.features .f-end .container h6 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 785, ../sass/app.scss */
.features .f-end .container p {
  padding-top: 2%;
  color: white;
  text-align: justify;
}
/* line 790, ../sass/app.scss */
.features .f-end .container .col-md-5 {
  background-image: url("../images/features/lap.png");
  background-position: right;
  background-repeat: no-repeat;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  height: 230px;
}

/* line 804, ../sass/app.scss */
.navbar-nav .btnx_quote a {
  background: #02ae70;
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px 14px 30px;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  text-decoration: none;
  animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
  box-shadow: 0 0 0 0 #02ae70;
}
/* line 815, ../sass/app.scss */
.navbar-nav .btnx_quote a:hover {
  opacity: 0.7;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
@-webkit-keyframes pulseaim {
  to {
    box-shadow: 0 0 0 18px rgba(12, 108, 211, 0);
  }
}
@-webkit-keyframes pulseaim {
  to {
    box-shadow: 0 0 0 18px rgba(12, 108, 211, 0);
  }
}
/* line 833, ../sass/app.scss */
.header {
  background: url("../images/banners/Group8.png");
  width: 100%;
  height: 360px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 843, ../sass/app.scss */
.our-services h6 {
  text-align: center;
  padding-top: 10px;
  color: #02ae70;
}

/* line 850, ../sass/app.scss */
.top-main {
  padding: 20px 18px 16px 18px;
  border: 1px solid #0000003b;
  margin-bottom: 7%;
  border-radius: 13px;
}
/* line 855, ../sass/app.scss */
.top-main .top-f {
  border-right: 1px solid #00000033;
}
/* line 858, ../sass/app.scss */
.top-main .top-f .media img {
  position: relative;
  top: -5px;
  width: 40px;
}
/* line 866, ../sass/app.scss */
.top-main .top-f .media .media-body h5 {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: #000;
  word-wrap: break-word;
  margin-top: 4px;
}
/* line 875, ../sass/app.scss */
.top-main .top-f .media .media-body p {
  color: #979797;
  line-height: 15px;
  margin-top: 7px;
  font-size: 12px;
}

/* line 885, ../sass/app.scss */
.sec {
  padding-bottom: 60px;
}
/* line 887, ../sass/app.scss */
.sec .img-bg {
  background: white;
  border: 1px solid #00000029;
  text-align: center;
  margin-bottom: 20px;
}

/* line 894, ../sass/app.scss */
.s-clr {
  color: #02ae70;
}

/* line 897, ../sass/app.scss */
.t-1 {
  padding: 10% 0 0 0;
}

/* line 900, ../sass/app.scss */
.g-float {
  position: fixed;
  height: auto;
  padding: 20px 5px;
  top: 44%;
  left: 1%;
  background-color: #ffffff3d;
  border-radius: 17px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
/* line 913, ../sass/app.scss */
.g-float:hover {
  opacity: .7;
  color: white !important;
}

/* line 918, ../sass/app.scss */
.iphone {
  padding: 8% 0;
}

/* line 921, ../sass/app.scss */
.macbook {
  padding: 8% 0;
}

/* line 924, ../sass/app.scss */
.laptop {
  padding: 8% 0;
}

/* line 928, ../sass/app.scss */
.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 3px 0;
  background: url(../images/rating-bar.png) center no-repeat;
  height: 14px;
}
/* line 935, ../sass/app.scss */
.ratings .rating {
  text-align: center;
  color: #777;
}

/* line 943, ../sass/app.scss */
.h-css {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* line 948, ../sass/app.scss */
.wave-btn button {
  background: #02ae70;
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px 14px 30px;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  text-decoration: none;
  animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
  box-shadow: 0 0 0 0 #02ae70;
}
/* line 959, ../sass/app.scss */
.wave-btn button:hover {
  opacity: 0.7;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
@-webkit-keyframes pulseaim {
  to {
    box-shadow: 0 0 0 18px rgba(12, 108, 211, 0);
  }
}
@-webkit-keyframes pulseaim {
  to {
    box-shadow: 0 0 0 18px rgba(12, 108, 211, 0);
  }
}
/* line 976, ../sass/app.scss */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* line 981, ../sass/app.scss */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* line 985, ../sass/app.scss */
ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* line 990, ../sass/app.scss */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* line 994, ../sass/app.scss */
ul.breadcrumb li a:hover {
  color: #02ae70;
  text-decoration: underline;
}
